From f1267f61a77b711378ba0634afdc230b184d0fb0 Mon Sep 17 00:00:00 2001 From: Behzad Rabiei <53224485+Behzad-rabiei@users.noreply.github.com> Date: Mon, 25 Nov 2024 08:37:40 +0200 Subject: [PATCH] chore: work on optimism deployment --- README.md | 10 +- hardhat.config.ts | 23 +- ...icationManager#ApplicationManager.dbg.json | 4 - ...ApplicationManager#ApplicationManager.json | 358 - ...essManagerModule#OIDAccessManager.dbg.json | 4 - ...DAccessManagerModule#OIDAccessManager.json | 1200 - ...ssionManager#OIDPermissionManager.dbg.json | 4 - ...ermissionManager#OIDPermissionManager.json | 121 - .../OIDResolver#OIDResolver.dbg.json | 4 - .../artifacts/OIDResolver#OIDResolver.json | 521 - .../5d1461235de972b5fe7fd5bc1d8b2915.json | 304613 --------------- .../chain-11155111/deployed_addresses.json | 6 - .../deployments/chain-11155111/journal.jsonl | 32 - scripts/deployOptimismSepolia.ts | 116 + 14 files changed, 147 insertions(+), 306869 deletions(-) delete mode 100644 ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.dbg.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.dbg.json delete mode 100644 ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.json delete mode 100644 ignition/deployments/chain-11155111/build-info/5d1461235de972b5fe7fd5bc1d8b2915.json delete mode 100644 ignition/deployments/chain-11155111/deployed_addresses.json delete mode 100644 ignition/deployments/chain-11155111/journal.jsonl create mode 100644 scripts/deployOptimismSepolia.ts diff --git a/README.md b/README.md index 5e90f19..6dc1549 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ npx hardhat ignition deploy ./ignition/modules/Lock.ts | 0x548c887A24077e13F17a1cE21B3a24B9c06e3D8d | TogetherCrew Deployer | | 0x1A486364AEB60Db41108799CfEfFc5dA98B40574 | TogetherCrew Application | | 0x127D8ed45aF416019dB1D4a39Ad44141A8FF56b2 | TogetherCrew Manager | +| 0xc2539c70de7b24b9124e4e897083ccc72e83c7c7 | TogetherCrew Attester | + ## Deployments @@ -29,4 +31,10 @@ npx hardhat ignition deploy ./ignition/modules/Lock.ts // Localhost RUNNING network -> npx hardhat node Remove ignition/deployments/chain-31337 -Deploy to localhost -> npx hardhat run ./scripts/deploy.ts --network localhost \ No newline at end of file +Deploy to localhost -> npx hardhat run ./scripts/deploy.ts --network localhost + +// Network +envs -> npx hardhat vars set PRIVATE_KEY PRIVATE_KEY | npx hardhat vars set PRIVATE_KEY ETHERSCAN_API_KEY (more info: https://hardhat.org/hardhat-runner/docs/guides/configuration-variables) +hardhat.config -> update networks + etherscan +create deploy file (scripts/) for the network + providing wallet addrs + add eas contract addr (https://docs.attest.org/docs/quick--start/contracts#installation) +npx hardhat run .\scripts\deployOptimismSepolia.ts --network optimismSepolia (equals to name in the hardhat.config networks) \ No newline at end of file diff --git a/hardhat.config.ts b/hardhat.config.ts index 902f9ad..6426a41 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -9,7 +9,9 @@ const PRIVATE_KEY = vars.has("PRIVATE_KEY") const ETHERSCAN_API_KEY = vars.has("ETHERSCAN_API_KEY") ? vars.get("ETHERSCAN_API_KEY") : ""; - +const OPTIMISM_ETHERSCAN_API_KEY = vars.has("OPTIMISM_ETHERSCAN_API_KEY") + ? vars.get("OPTIMISM_ETHERSCAN_API_KEY") + : ""; const config: HardhatUserConfig = { solidity: { version: "0.8.26", @@ -25,11 +27,30 @@ const config: HardhatUserConfig = { accounts: [PRIVATE_KEY], url: "https://ethereum-sepolia-rpc.publicnode.com", }, + optimismSepolia: { + chainId: 11155420, + accounts: [PRIVATE_KEY], + url: "https://sepolia.optimism.io", + gas: 33333, + gasPrice: 1500000, + gasMultiplier: 1.2, + }, }, etherscan: { apiKey: { sepolia: ETHERSCAN_API_KEY, + optimismSepolia: OPTIMISM_ETHERSCAN_API_KEY, }, + customChains: [ + { + network: "optimismSepolia", + chainId: 11155420, + urls: { + apiURL: "https://api-sepolia-optimistic.etherscan.io/api", + browserURL: "https://api-sepolia-optimistic.etherscan.io", + }, + }, + ], }, }; diff --git a/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.dbg.json b/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.dbg.json deleted file mode 100644 index 14a8320..0000000 --- a/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.dbg.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/5d1461235de972b5fe7fd5bc1d8b2915.json" -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.json b/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.json deleted file mode 100644 index ceb419f..0000000 --- a/ignition/deployments/chain-11155111/artifacts/ApplicationManager#ApplicationManager.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "_format": "hh-sol-artifact-1", - "contractName": "ApplicationManager", - "sourceName": "contracts/ApplicationManager.sol", - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "initialAuthority", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "inputs": [], - "name": "ReentrancyGuardReentrantCall", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationCreated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "newApplication", - "type": "tuple" - } - ], - "name": "createApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "deleteApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "getApplication", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "start", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "limit", - "type": "uint256" - } - ], - "name": "getApplications", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application[]", - "name": "", - "type": "tuple[]" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getNextApplicationId", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "updatedApplication", - "type": "tuple" - } - ], - "name": "updateApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "bytecode": "0x6080604052348015600f57600080fd5b5060405161152f38038061152f833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611460806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610dc6565b61018c565b6040516100c89190610e4a565b60405180910390f35b6100e46100df366004610fa6565b6102d1565b005b6100f96100f4366004610fe3565b610454565b6040516100c89190611005565b6100e4610114366004610dc6565b6106aa565b6100e461012736600461106a565b6107d1565b610134610864565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e4610187366004611085565b6108a1565b6040805180820190915260608152600060208201526000828152600260205260409020600101546001600160a01b031661020d5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600082815260026020526040908190208151808301909252805482908290610234906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610260906110cc565b80156102ad5780601f10610282576101008083540402835291602001916102ad565b820191906000526020600020905b81548152906001019060200180831161029057829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b6102d9610a81565b6102e6335b600036610ac4565b6020808201516001600160a01b031660009081526003909152604090205460ff161561037a5760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e00000000000000000000000000000000000000006064820152608401610204565b60045460009081526002602052604090208151829190819061039c9082611152565b506020918201516001918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905583830151166000908152600383526040808220805460ff1916909317909255600454808252600290935281902090517fc359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa29261042b929091611211565b60405180910390a160048054906000610443836112c7565b919050555061045160018055565b50565b606060008267ffffffffffffffff81111561047157610471610e64565b6040519080825280602002602001820160405280156104b757816020015b60408051808201909152606081526000602082015281526020019060019003908161048f5790505b5090506000845b84821080156104ce575060045481105b156105f1576000818152600260205260409020600101546001600160a01b0316156105df5760008181526002602052604090819020815180830190925280548290829061051a906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610546906110cc565b80156105935780601f1061056857610100808354040283529160200191610593565b820191906000526020600020905b81548152906001019060200180831161057657829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015283518490849081106105c5576105c56112ee565b602002602001018190525081806105db906112c7565b9250505b806105e9816112c7565b9150506104be565b60008267ffffffffffffffff81111561060c5761060c610e64565b60405190808252806020026020018201604052801561065257816020015b60408051808201909152606081526000602082015281526020019060019003908161062a5790505b50905060005b8381101561069f57848181518110610672576106726112ee565b602002602001015182828151811061068c5761068c6112ee565b6020908102919091010152600101610658565b509695505050505050565b6106b2610a81565b6106bb336102de565b6000818152600260205260409020600101546001600160a01b03166107225760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b600081815260026020818152604080842060018101546001600160a01b0316855260038352818520805460ff1916905593859052919052517f3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c6114314930105929161078891849190611211565b60405180910390a16000818152600260205260408120906107a98282610d78565b50600101805473ffffffffffffffffffffffffffffffffffffffff1916905561045160018055565b60005433906001600160a01b031681146108085760405162d1953b60e31b81526001600160a01b0382166004820152602401610204565b816001600160a01b03163b600003610857576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610204565b61086082610bdd565b5050565b60008054600160a01b900460ff1661087c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b6108a9610a81565b6108b2336102de565b6000828152600260205260409020600101546001600160a01b03166109195760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b6020808201516001600160a01b031660009081526003909152604090205460ff1615806109695750602080820151600084815260029092526040909120600101546001600160a01b039081169116145b6109db5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e00000000000000000000000000000000000000000000000000000000006064820152608401610204565b6000828152600260205260409020815182919081906109fa9082611152565b50602091820151600191909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790556000838152600290915260409081902090517e4e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d5262391610a7091859190611211565b60405180910390a161086060018055565b600260015403610abd576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610afa610adc6000546001600160a01b031690565b8630610aec60046000898b611304565b610af59161132e565b610c3e565b9150915081610bd65763ffffffff811615610bb3576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610b6e90889088908890600401611364565b600060405180830381600087803b158015610b8857600080fd5b505af1158015610b9c573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610bd69050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610204565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610cdb91906113a3565b600060405180830381855afa9150503d8060008114610d16576040519150601f19603f3d011682016040523d82523d6000602084013e610d1b565b606091505b50915091508115610d6d576040815110610d4d5780806020019051810190610d4391906113cf565b9094509250610d6d565b6020815110610d6d5780806020019051810190610d6a919061140f565b93505b505094509492505050565b508054610d84906110cc565b6000825580601f10610d94575050565b601f01602090049060005260206000209081019061045191905b80821115610dc25760008155600101610dae565b5090565b600060208284031215610dd857600080fd5b5035919050565b60005b83811015610dfa578181015183820152602001610de2565b50506000910152565b60008151604084528051806040860152610e24816060870160208501610ddf565b6020938401516001600160a01b0316938501939093525050601f01601f19160160600190565b602081526000610e5d6020830184610e03565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610e9d57610e9d610e64565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610ecc57610ecc610e64565b604052919050565b80356001600160a01b0381168114610eeb57600080fd5b919050565b600060408284031215610f0257600080fd5b610f0a610e7a565b9050813567ffffffffffffffff811115610f2357600080fd5b8201601f81018413610f3457600080fd5b803567ffffffffffffffff811115610f4e57610f4e610e64565b610f61601f8201601f1916602001610ea3565b818152856020838501011115610f7657600080fd5b81602084016020830137600060208383010152808452505050610f9b60208301610ed4565b602082015292915050565b600060208284031215610fb857600080fd5b813567ffffffffffffffff811115610fcf57600080fd5b610fdb84828501610ef0565b949350505050565b60008060408385031215610ff657600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561105e57603f19878603018452611049858351610e03565b9450602093840193919091019060010161102d565b50929695505050505050565b60006020828403121561107c57600080fd5b610e5d82610ed4565b6000806040838503121561109857600080fd5b82359150602083013567ffffffffffffffff8111156110b657600080fd5b6110c285828601610ef0565b9150509250929050565b600181811c908216806110e057607f821691505b60208210810361110057634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561114d57806000526020600020601f840160051c8101602085101561112d5750805b601f840160051c820191505b81811015610bd65760008155600101611139565b505050565b815167ffffffffffffffff81111561116c5761116c610e64565b6111808161117a84546110cc565b84611106565b6020601f8211600181146111b4576000831561119c5750848201515b600019600385901b1c1916600184901b178455610bd6565b600084815260208120601f198516915b828110156111e457878501518255602094850194600190920191016111c4565b50848210156112025786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152604080820152600080835461122f816110cc565b806080860152600182166000811461124e576001811461126a5761129e565b60ff19831660a087015260a082151560051b870101935061129e565b86600052602060002060005b8381101561129557815488820160a00152600190910190602001611276565b870160a0019450505b50505060018401546001600160a01b03166001600160a01b038116606085015250949350505050565b6000600182016112e757634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052603260045260246000fd5b6000808585111561131457600080fd5b8386111561132157600080fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561135d576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516113b5818460208701610ddf565b9190910192915050565b80518015158114610eeb57600080fd5b600080604083850312156113e257600080fd5b6113eb836113bf565b9150602083015163ffffffff8116811461140457600080fd5b809150509250929050565b60006020828403121561142157600080fd5b610e5d826113bf56fea2646970667358221220826e9cf44af0961e15bf7a438dede0db4dcaafa25370f45f962b1ba42f663b7664736f6c634300081a0033", - "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610dc6565b61018c565b6040516100c89190610e4a565b60405180910390f35b6100e46100df366004610fa6565b6102d1565b005b6100f96100f4366004610fe3565b610454565b6040516100c89190611005565b6100e4610114366004610dc6565b6106aa565b6100e461012736600461106a565b6107d1565b610134610864565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e4610187366004611085565b6108a1565b6040805180820190915260608152600060208201526000828152600260205260409020600101546001600160a01b031661020d5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600082815260026020526040908190208151808301909252805482908290610234906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610260906110cc565b80156102ad5780601f10610282576101008083540402835291602001916102ad565b820191906000526020600020905b81548152906001019060200180831161029057829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b6102d9610a81565b6102e6335b600036610ac4565b6020808201516001600160a01b031660009081526003909152604090205460ff161561037a5760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e00000000000000000000000000000000000000006064820152608401610204565b60045460009081526002602052604090208151829190819061039c9082611152565b506020918201516001918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905583830151166000908152600383526040808220805460ff1916909317909255600454808252600290935281902090517fc359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa29261042b929091611211565b60405180910390a160048054906000610443836112c7565b919050555061045160018055565b50565b606060008267ffffffffffffffff81111561047157610471610e64565b6040519080825280602002602001820160405280156104b757816020015b60408051808201909152606081526000602082015281526020019060019003908161048f5790505b5090506000845b84821080156104ce575060045481105b156105f1576000818152600260205260409020600101546001600160a01b0316156105df5760008181526002602052604090819020815180830190925280548290829061051a906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610546906110cc565b80156105935780601f1061056857610100808354040283529160200191610593565b820191906000526020600020905b81548152906001019060200180831161057657829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015283518490849081106105c5576105c56112ee565b602002602001018190525081806105db906112c7565b9250505b806105e9816112c7565b9150506104be565b60008267ffffffffffffffff81111561060c5761060c610e64565b60405190808252806020026020018201604052801561065257816020015b60408051808201909152606081526000602082015281526020019060019003908161062a5790505b50905060005b8381101561069f57848181518110610672576106726112ee565b602002602001015182828151811061068c5761068c6112ee565b6020908102919091010152600101610658565b509695505050505050565b6106b2610a81565b6106bb336102de565b6000818152600260205260409020600101546001600160a01b03166107225760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b600081815260026020818152604080842060018101546001600160a01b0316855260038352818520805460ff1916905593859052919052517f3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c6114314930105929161078891849190611211565b60405180910390a16000818152600260205260408120906107a98282610d78565b50600101805473ffffffffffffffffffffffffffffffffffffffff1916905561045160018055565b60005433906001600160a01b031681146108085760405162d1953b60e31b81526001600160a01b0382166004820152602401610204565b816001600160a01b03163b600003610857576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610204565b61086082610bdd565b5050565b60008054600160a01b900460ff1661087c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b6108a9610a81565b6108b2336102de565b6000828152600260205260409020600101546001600160a01b03166109195760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b6020808201516001600160a01b031660009081526003909152604090205460ff1615806109695750602080820151600084815260029092526040909120600101546001600160a01b039081169116145b6109db5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e00000000000000000000000000000000000000000000000000000000006064820152608401610204565b6000828152600260205260409020815182919081906109fa9082611152565b50602091820151600191909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790556000838152600290915260409081902090517e4e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d5262391610a7091859190611211565b60405180910390a161086060018055565b600260015403610abd576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610afa610adc6000546001600160a01b031690565b8630610aec60046000898b611304565b610af59161132e565b610c3e565b9150915081610bd65763ffffffff811615610bb3576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610b6e90889088908890600401611364565b600060405180830381600087803b158015610b8857600080fd5b505af1158015610b9c573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610bd69050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610204565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610cdb91906113a3565b600060405180830381855afa9150503d8060008114610d16576040519150601f19603f3d011682016040523d82523d6000602084013e610d1b565b606091505b50915091508115610d6d576040815110610d4d5780806020019051810190610d4391906113cf565b9094509250610d6d565b6020815110610d6d5780806020019051810190610d6a919061140f565b93505b505094509492505050565b508054610d84906110cc565b6000825580601f10610d94575050565b601f01602090049060005260206000209081019061045191905b80821115610dc25760008155600101610dae565b5090565b600060208284031215610dd857600080fd5b5035919050565b60005b83811015610dfa578181015183820152602001610de2565b50506000910152565b60008151604084528051806040860152610e24816060870160208501610ddf565b6020938401516001600160a01b0316938501939093525050601f01601f19160160600190565b602081526000610e5d6020830184610e03565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610e9d57610e9d610e64565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610ecc57610ecc610e64565b604052919050565b80356001600160a01b0381168114610eeb57600080fd5b919050565b600060408284031215610f0257600080fd5b610f0a610e7a565b9050813567ffffffffffffffff811115610f2357600080fd5b8201601f81018413610f3457600080fd5b803567ffffffffffffffff811115610f4e57610f4e610e64565b610f61601f8201601f1916602001610ea3565b818152856020838501011115610f7657600080fd5b81602084016020830137600060208383010152808452505050610f9b60208301610ed4565b602082015292915050565b600060208284031215610fb857600080fd5b813567ffffffffffffffff811115610fcf57600080fd5b610fdb84828501610ef0565b949350505050565b60008060408385031215610ff657600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561105e57603f19878603018452611049858351610e03565b9450602093840193919091019060010161102d565b50929695505050505050565b60006020828403121561107c57600080fd5b610e5d82610ed4565b6000806040838503121561109857600080fd5b82359150602083013567ffffffffffffffff8111156110b657600080fd5b6110c285828601610ef0565b9150509250929050565b600181811c908216806110e057607f821691505b60208210810361110057634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561114d57806000526020600020601f840160051c8101602085101561112d5750805b601f840160051c820191505b81811015610bd65760008155600101611139565b505050565b815167ffffffffffffffff81111561116c5761116c610e64565b6111808161117a84546110cc565b84611106565b6020601f8211600181146111b4576000831561119c5750848201515b600019600385901b1c1916600184901b178455610bd6565b600084815260208120601f198516915b828110156111e457878501518255602094850194600190920191016111c4565b50848210156112025786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152604080820152600080835461122f816110cc565b806080860152600182166000811461124e576001811461126a5761129e565b60ff19831660a087015260a082151560051b870101935061129e565b86600052602060002060005b8381101561129557815488820160a00152600190910190602001611276565b870160a0019450505b50505060018401546001600160a01b03166001600160a01b038116606085015250949350505050565b6000600182016112e757634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052603260045260246000fd5b6000808585111561131457600080fd5b8386111561132157600080fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561135d576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516113b5818460208701610ddf565b9190910192915050565b80518015158114610eeb57600080fd5b600080604083850312156113e257600080fd5b6113eb836113bf565b9150602083015163ffffffff8116811461140457600080fd5b809150509250929050565b60006020828403121561142157600080fd5b610e5d826113bf56fea2646970667358221220826e9cf44af0961e15bf7a438dede0db4dcaafa25370f45f962b1ba42f663b7664736f6c634300081a0033", - "linkReferences": {}, - "deployedLinkReferences": {} -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json b/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json deleted file mode 100644 index 14a8320..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.dbg.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/5d1461235de972b5fe7fd5bc1d8b2915.json" -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.json b/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.json deleted file mode 100644 index 7cc7020..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDAccessManagerModule#OIDAccessManager.json +++ /dev/null @@ -1,1200 +0,0 @@ -{ - "_format": "hh-sol-artifact-1", - "contractName": "OIDAccessManager", - "sourceName": "contracts/OIDAccessManager.sol", - "abi": [ - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerAlreadyScheduled", - "type": "error" - }, - { - "inputs": [], - "name": "AccessManagerBadConfirmation", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerExpired", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAdmin", - "type": "address" - } - ], - "name": "AccessManagerInvalidInitialAdmin", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AccessManagerLockedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerLockedRole", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotReady", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotScheduled", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerUnauthorizedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCancel", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AccessManagerUnauthorizedConsume", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AddressInsufficientBalance", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint8", - "name": "bits", - "type": "uint8" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "name": "SafeCastOverflowedUintDowncast", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationCanceled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationExecuted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "schedule", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "indexed": false, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "OperationScheduled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "RoleAdminChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "RoleGrantDelayChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "bool", - "name": "newMember", - "type": "bool" - } - ], - "name": "RoleGranted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "RoleGuardianChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "RoleLabel", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "RoleRevoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "TargetAdminDelayUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "TargetClosed", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "TargetFunctionRoleUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "ADMIN_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "PUBLIC_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "canCall", - "outputs": [ - { - "internalType": "bool", - "name": "immediate", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "cancel", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "consumeScheduledOp", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "execute", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "expiration", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getAccess", - "outputs": [ - { - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "internalType": "uint32", - "name": "currentDelay", - "type": "uint32" - }, - { - "internalType": "uint32", - "name": "pendingDelay", - "type": "uint32" - }, - { - "internalType": "uint48", - "name": "effect", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleAdmin", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGrantDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGuardian", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getSchedule", - "outputs": [ - { - "internalType": "uint48", - "name": "", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "getTargetAdminDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "getTargetFunctionRole", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "name": "grantRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasRole", - "outputs": [ - { - "internalType": "bool", - "name": "isMember", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "hashOperation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "initialize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "isTargetClosed", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "labelRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "minSetback", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes[]", - "name": "data", - "type": "bytes[]" - } - ], - "name": "multicall", - "outputs": [ - { - "internalType": "bytes[]", - "name": "results", - "type": "bytes[]" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "callerConfirmation", - "type": "address" - } - ], - "name": "renounceRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokeRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint48", - "name": "when", - "type": "uint48" - } - ], - "name": "schedule", - "outputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setGrantDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "setRoleAdmin", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "setRoleGuardian", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setTargetAdminDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "setTargetClosed", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4[]", - "name": "selectors", - "type": "bytes4[]" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "setTargetFunctionRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "updateAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "bytecode": "0x6080604052348015600f57600080fd5b5061322a8061001f6000396000f3fe6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063ac9650d8116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610745578063f801a69814610765578063fe0776f51461079f57600080fd5b8063d1f856ee14610705578063d22b59891461072557600080fd5b8063ac9650d814610666578063b700961314610693578063b7d2b162146106cf578063cc1b6c81146106ef57600080fd5b806394c7d7ee116100ec57806394c7d7ee14610598578063a166aa89146105b8578063a64d95ce14610618578063abd9bd2a1461063857600080fd5b80636d5115bd1461052e57806375b238fc1461054e5780638129fc1c14610563578063853551b81461057857600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a64565b6107bf565b005b34801561023157600080fd5b5061028d610240366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612acb565b610812565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ae6565b61087e565b34801561030c57600080fd5b5061022361031b366004612b24565b610894565b6102cb61032e366004612b94565b610914565b34801561033f57600080fd5b5061022361034e366004612bfd565b610ab3565b34801561035f57600080fd5b5061037361036e366004612c42565b610ad5565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c5e565b610b6d565b3480156103d957600080fd5b506103ed6103e8366004612c91565b610b7f565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c91565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612caa565b610be3565b3480156104be57600080fd5b506102236104cd366004612c5e565b610c20565b3480156104de57600080fd5b5061028d6104ed366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cdd565b610c32565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b50610223610c7e565b34801561058457600080fd5b50610223610593366004612d0b565b610db9565b3480156105a457600080fd5b506102236105b3366004612b94565b610e54565b3480156105c457600080fd5b506106086105d3366004612caa565b6001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561062457600080fd5b50610223610633366004612d29565b610f32565b34801561064457600080fd5b50610658610653366004612d53565b610f44565b6040519081526020016102a2565b34801561067257600080fd5b50610686610681366004612db8565b610f7d565b6040516102a29190612e1e565b34801561069f57600080fd5b506106b36106ae366004612e9e565b611065565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106db57600080fd5b506102236106ea366004612c42565b611172565b3480156106fb57600080fd5b50620697806102cb565b34801561071157600080fd5b506106b3610720366004612c42565b611189565b34801561073157600080fd5b50610223610740366004612ee9565b611207565b34801561075157600080fd5b506102cb610760366004612d53565b611219565b34801561077157600080fd5b50610785610780366004612f07565b6113a3565b6040805192835263ffffffff9091166020830152016102a2565b3480156107ab57600080fd5b506102236107ba366004612c42565b611550565b6107c7611592565b60005b8281101561080b57610803858585848181106107e8576107e8612f7a565b90506020020160208101906107fd9190612f90565b84611627565b6001016107ca565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131d58339815191529061087790600160801b90046001600160701b03166116bd565b9392505050565b610886611592565b61089082826116dc565b5050565b61089c611592565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108f857600080fd5b505af115801561090c573d6000803e3d6000fd5b505050505050565b60006000805160206131d5833981519152338280610934838989896117a9565b915091508115801561094a575063ffffffff8116155b156109b657828861095b89896117fc565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109c4848a8a8a610f44565b9050600063ffffffff83161515806109eb57506109e082610b7f565b65ffffffffffff1615155b156109fc576109f982611814565b90505b6003860154610a518b610a0f8c8c6117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a9b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061197b915050565b50600390960195909555509293505050509392505050565b610abb611592565b610acf8383610ac986610812565b84611a31565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131d583398151915291610b5e90660100000000000090046001600160701b0316611cbc565b979a9199509750945050505050565b610b75611592565b6108908282611cdf565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff16610bce81611d98565b610bd85780610bdb565b60005b949350505050565b6001600160a01b03811660009081526000805160206131d583398151915260208190526040822060010154610877906001600160701b03166116bd565b610c28611592565b6108908282611dc7565b6001600160a01b03821660009081526000805160206131d5833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610cc95750825b905060008267ffffffffffffffff166001148015610ce65750303b155b905081158015610cf4575080155b15610d2b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d5f57845468ff00000000000000001916680100000000000000001785555b610d6833611ea2565b831561080b57845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610dc1611592565b67ffffffffffffffff83161580610de1575067ffffffffffffffff838116145b15610e0b5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610e47929190612fd6565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610eae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed29190612fea565b6001600160e01b03191614610f1e576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109ad565b61080b610f2d85838686610f44565b611814565b610f3a611592565b6108908282611eb6565b600084848484604051602001610f5d9493929190613007565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610fa857610fa8613079565b604051908082528060200260200182016040528015610fdb57816020015b6060815260200190600190039081610fc65790505b50915060005b8381101561105d5761103830868684818110610fff57610fff612f7a565b9050602002810190611011919061308f565b85604051602001611024939291906130d6565b604051602081830303815290604052611ff8565b83828151811061104a5761104a612f7a565b6020908102919091010152600101610fe1565b505092915050565b6000806110a1846001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b156110b15750600090508061116a565b306001600160a01b0386160361112c57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061116a565b60006111388585610c32565b90506000806111478389611189565b915091508161115857600080611162565b63ffffffff811615815b945094505050505b935093915050565b61117a611592565b611184828261206e565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111b25750600190506000611200565b6000806111bf8686610ad5565b5050915091508165ffffffffffff166000141580156111f557506111e1612182565b65ffffffffffff168265ffffffffffff1611155b935091506112009050565b9250929050565b61120f611592565b6108908282612192565b60006000805160206131d5833981519152338261123686866117fc565b9050600061124689898989610f44565b600081815260028601602052604081205491925065ffffffffffff90911690036112865760405163060a299b60e41b8152600481018290526024016109ad565b826001600160a01b0316896001600160a01b03161461133b5760006112ac600085611189565b50905060006112c76112c16102408c87610c32565b86611189565b509050811580156112d6575080155b15611338576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109ad565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131d583398151915233826113c3828a8a8a6117a9565b91505060008163ffffffff166113d7612182565b6113e191906130fd565b905063ffffffff82161580611418575060008765ffffffffffff1611801561141857508065ffffffffffff168765ffffffffffff16105b1561142957828a61095b8b8b6117fc565b6114438765ffffffffffff168265ffffffffffff16612261565b9650611451838b8b8b610f44565b955061145c86612277565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e60405161153b95949392919061311b565b60405180910390a35050505094509492505050565b6001600160a01b038116331461117a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115a183823661230c565b9150915081611184578063ffffffff166000036116175760006115c48136612424565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109ad565b610acf610f2d8430600036610f44565b60006000805160206131d58339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116d2836001600160701b0316611cbc565b5090949350505050565b6000805160206131d5833981519152306001600160a01b03841603611738576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016109ad565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610e4790851515815260200190565b600080306001600160a01b038616036117d0576117c786858561230c565b915091506117f3565b600483106117ec576117e786866106ae87876117fc565b6117c7565b5060009050805b94509492505050565b600061180b600482848661304f565b61087791613166565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff8116906601000000000000900463ffffffff1681840361188f5760405163060a299b60e41b8152600481018690526024016109ad565b611897612182565b65ffffffffffff168265ffffffffffff1611156118e3576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6118ec82611d98565b15611926576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b6060814710156119b9576040517fcd7860590000000000000000000000000000000000000000000000000000000081523060048201526024016109ad565b600080856001600160a01b031684866040516119d5919061319c565b60006040518083038185875af1925050503d8060008114611a12576040519150601f19603f3d011682016040523d82523d6000602084013e611a17565b606091505b5091509150611a27868383612726565b9695505050505050565b60006000805160206131d583398151915267ffffffffffffffff861667fffffffffffffffe1901611a815760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109ad565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b89578563ffffffff16611ad0612182565b611ada91906130fd565b905060405180604001604052808265ffffffffffff168152602001611b088763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c4c565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611bd99166010000000000009091046001600160701b031690879061279b565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611cd284611ccd612182565b612845565b9250925092509193909250565b6000805160206131d583398151915267ffffffffffffffff83161580611d0e575067ffffffffffffffff838116145b15611d385760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611da2612182565b65ffffffffffff16611db762093a80846130fd565b65ffffffffffff16111592915050565b6000805160206131d583398151915267ffffffffffffffff83161580611df6575067ffffffffffffffff838116145b15611e205760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b611eaa612899565b611eb381612902565b50565b6000805160206131d583398151915267ffffffffffffffff831667fffffffffffffffe1901611f045760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff831660009081526001828101602052604082200154611f4090600160801b90046001600160701b0316846206978061279b565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611fea908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612015919061319c565b600060405180830381855af49150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b5091509150612065858383612726565b95945050505050565b60006000805160206131d583398151915267ffffffffffffffff841667fffffffffffffffe19016120be5760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109ad565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612106576000915050610c78565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061218d4261295b565b905090565b6001600160a01b03821660009081526000805160206131d5833981519152602081905260408220600101549091906121d7906001600160701b0316846206978061279b565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611fea565b60008183116122705781610877565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131d58339815191529065ffffffffffff1680158015906122d257506122d081611d98565b155b15611184576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109ad565b60008060048310156123235750600090508061116a565b306001600160a01b038616036123a6576111213061234186866117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b60008060006123b58787612424565b925092509250826123cf576000809450945050505061116a565b6000806123dc848b611189565b91509150816123f65760008096509650505050505061116a565b61240c8363ffffffff168263ffffffff16612261565b63ffffffff8116159b909a5098505050505050505050565b60008080600484101561243f5750600091508190508061271f565b600061244b86866117fc565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124ae57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124e257506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061251657506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254a57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125605760016000809350935093505061271f565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125c157506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125f557506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561263757600061260a60246004888a61304f565b8101906126179190612caa565b9050600061262482610be3565b6001965060009550935061271f92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061269857506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127125760006126ad60246004888a61304f565b8101906126ba9190612acb565b905060016127038267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271f565b6000806000935093509350505b9250925092565b60608261273b57612736826129ab565b610877565b815115801561275257506001600160a01b0384163b155b15612794576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109ad565b5080610877565b60008060006127b2866001600160701b03166116bd565b905060006127ef8563ffffffff168763ffffffff168463ffffffff16116127da5760006127e4565b6127e488856131b8565b63ffffffff16612261565b90508063ffffffff16612800612182565b61280a91906130fd565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c811690871681111561288457828282612889565b816000805b9550955095505050509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16612900576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b61290a612899565b6001600160a01b03811661294d576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109ad565b610890600082600080611a31565b600065ffffffffffff8211156129a7576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109ad565b5090565b8051156129bb5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381168114611eb357600080fd5b60008083601f840112612a1457600080fd5b50813567ffffffffffffffff811115612a2c57600080fd5b6020830191508360208260051b850101111561120057600080fd5b803567ffffffffffffffff81168114612a5f57600080fd5b919050565b60008060008060608587031215612a7a57600080fd5b8435612a85816129ed565b9350602085013567ffffffffffffffff811115612aa157600080fd5b612aad87828801612a02565b9094509250612ac0905060408601612a47565b905092959194509250565b600060208284031215612add57600080fd5b61087782612a47565b60008060408385031215612af957600080fd5b8235612b04816129ed565b915060208301358015158114612b1957600080fd5b809150509250929050565b60008060408385031215612b3757600080fd5b8235612b42816129ed565b91506020830135612b19816129ed565b60008083601f840112612b6457600080fd5b50813567ffffffffffffffff811115612b7c57600080fd5b60208301915083602082850101111561120057600080fd5b600080600060408486031215612ba957600080fd5b8335612bb4816129ed565b9250602084013567ffffffffffffffff811115612bd057600080fd5b612bdc86828701612b52565b9497909650939450505050565b803563ffffffff81168114612a5f57600080fd5b600080600060608486031215612c1257600080fd5b612c1b84612a47565b92506020840135612c2b816129ed565b9150612c3960408501612be9565b90509250925092565b60008060408385031215612c5557600080fd5b612b4283612a47565b60008060408385031215612c7157600080fd5b612c7a83612a47565b9150612c8860208401612a47565b90509250929050565b600060208284031215612ca357600080fd5b5035919050565b600060208284031215612cbc57600080fd5b8135610877816129ed565b6001600160e01b031981168114611eb357600080fd5b60008060408385031215612cf057600080fd5b8235612cfb816129ed565b91506020830135612b1981612cc7565b600080600060408486031215612d2057600080fd5b612bb484612a47565b60008060408385031215612d3c57600080fd5b612d4583612a47565b9150612c8860208401612be9565b60008060008060608587031215612d6957600080fd5b8435612d74816129ed565b93506020850135612d84816129ed565b9250604085013567ffffffffffffffff811115612da057600080fd5b612dac87828801612b52565b95989497509550505050565b60008060208385031215612dcb57600080fd5b823567ffffffffffffffff811115612de257600080fd5b612dee85828601612a02565b90969095509350505050565b60005b83811015612e15578181015183820152602001612dfd565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e9257603f1987860301845281518051808752612e6f816020890160208501612dfa565b601f01601f19169590950160209081019550938401939190910190600101612e46565b50929695505050505050565b600080600060608486031215612eb357600080fd5b8335612ebe816129ed565b92506020840135612ece816129ed565b91506040840135612ede81612cc7565b809150509250925092565b60008060408385031215612efc57600080fd5b8235612d45816129ed565b60008060008060608587031215612f1d57600080fd5b8435612f28816129ed565b9350602085013567ffffffffffffffff811115612f4457600080fd5b612f5087828801612b52565b909450925050604085013565ffffffffffff81168114612f6f57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612fa257600080fd5b813561087781612cc7565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bdb602083018486612fad565b600060208284031215612ffc57600080fd5b815161087781612cc7565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611a27606083018486612fad565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305f57600080fd5b8386111561306c57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e198436030181126130a657600080fd5b83018035915067ffffffffffffffff8211156130c157600080fd5b60200191503681900382131561120057600080fd5b8284823760008382016000815283516130f3818360208801612dfa565b0195945050505050565b65ffffffffffff8181168382160190811115610c7857610c78613039565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b038416604082015260806060820152600061315b608083018486612fad565b979650505050505050565b80356001600160e01b03198116906004841015613195576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131ae818460208701612dfa565b9190910192915050565b63ffffffff8281168282160390811115610c7857610c7861303956fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212205192d975c6c035a0927e0776216e78c6a8e2f8bb6e0a83317153b9e3184599ab64736f6c634300081a0033", - "deployedBytecode": "0x6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063ac9650d8116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610745578063f801a69814610765578063fe0776f51461079f57600080fd5b8063d1f856ee14610705578063d22b59891461072557600080fd5b8063ac9650d814610666578063b700961314610693578063b7d2b162146106cf578063cc1b6c81146106ef57600080fd5b806394c7d7ee116100ec57806394c7d7ee14610598578063a166aa89146105b8578063a64d95ce14610618578063abd9bd2a1461063857600080fd5b80636d5115bd1461052e57806375b238fc1461054e5780638129fc1c14610563578063853551b81461057857600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a64565b6107bf565b005b34801561023157600080fd5b5061028d610240366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612acb565b610812565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ae6565b61087e565b34801561030c57600080fd5b5061022361031b366004612b24565b610894565b6102cb61032e366004612b94565b610914565b34801561033f57600080fd5b5061022361034e366004612bfd565b610ab3565b34801561035f57600080fd5b5061037361036e366004612c42565b610ad5565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c5e565b610b6d565b3480156103d957600080fd5b506103ed6103e8366004612c91565b610b7f565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c91565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612caa565b610be3565b3480156104be57600080fd5b506102236104cd366004612c5e565b610c20565b3480156104de57600080fd5b5061028d6104ed366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cdd565b610c32565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b50610223610c7e565b34801561058457600080fd5b50610223610593366004612d0b565b610db9565b3480156105a457600080fd5b506102236105b3366004612b94565b610e54565b3480156105c457600080fd5b506106086105d3366004612caa565b6001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561062457600080fd5b50610223610633366004612d29565b610f32565b34801561064457600080fd5b50610658610653366004612d53565b610f44565b6040519081526020016102a2565b34801561067257600080fd5b50610686610681366004612db8565b610f7d565b6040516102a29190612e1e565b34801561069f57600080fd5b506106b36106ae366004612e9e565b611065565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106db57600080fd5b506102236106ea366004612c42565b611172565b3480156106fb57600080fd5b50620697806102cb565b34801561071157600080fd5b506106b3610720366004612c42565b611189565b34801561073157600080fd5b50610223610740366004612ee9565b611207565b34801561075157600080fd5b506102cb610760366004612d53565b611219565b34801561077157600080fd5b50610785610780366004612f07565b6113a3565b6040805192835263ffffffff9091166020830152016102a2565b3480156107ab57600080fd5b506102236107ba366004612c42565b611550565b6107c7611592565b60005b8281101561080b57610803858585848181106107e8576107e8612f7a565b90506020020160208101906107fd9190612f90565b84611627565b6001016107ca565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131d58339815191529061087790600160801b90046001600160701b03166116bd565b9392505050565b610886611592565b61089082826116dc565b5050565b61089c611592565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108f857600080fd5b505af115801561090c573d6000803e3d6000fd5b505050505050565b60006000805160206131d5833981519152338280610934838989896117a9565b915091508115801561094a575063ffffffff8116155b156109b657828861095b89896117fc565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109c4848a8a8a610f44565b9050600063ffffffff83161515806109eb57506109e082610b7f565b65ffffffffffff1615155b156109fc576109f982611814565b90505b6003860154610a518b610a0f8c8c6117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a9b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061197b915050565b50600390960195909555509293505050509392505050565b610abb611592565b610acf8383610ac986610812565b84611a31565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131d583398151915291610b5e90660100000000000090046001600160701b0316611cbc565b979a9199509750945050505050565b610b75611592565b6108908282611cdf565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff16610bce81611d98565b610bd85780610bdb565b60005b949350505050565b6001600160a01b03811660009081526000805160206131d583398151915260208190526040822060010154610877906001600160701b03166116bd565b610c28611592565b6108908282611dc7565b6001600160a01b03821660009081526000805160206131d5833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610cc95750825b905060008267ffffffffffffffff166001148015610ce65750303b155b905081158015610cf4575080155b15610d2b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d5f57845468ff00000000000000001916680100000000000000001785555b610d6833611ea2565b831561080b57845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610dc1611592565b67ffffffffffffffff83161580610de1575067ffffffffffffffff838116145b15610e0b5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610e47929190612fd6565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610eae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed29190612fea565b6001600160e01b03191614610f1e576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109ad565b61080b610f2d85838686610f44565b611814565b610f3a611592565b6108908282611eb6565b600084848484604051602001610f5d9493929190613007565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610fa857610fa8613079565b604051908082528060200260200182016040528015610fdb57816020015b6060815260200190600190039081610fc65790505b50915060005b8381101561105d5761103830868684818110610fff57610fff612f7a565b9050602002810190611011919061308f565b85604051602001611024939291906130d6565b604051602081830303815290604052611ff8565b83828151811061104a5761104a612f7a565b6020908102919091010152600101610fe1565b505092915050565b6000806110a1846001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b156110b15750600090508061116a565b306001600160a01b0386160361112c57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061116a565b60006111388585610c32565b90506000806111478389611189565b915091508161115857600080611162565b63ffffffff811615815b945094505050505b935093915050565b61117a611592565b611184828261206e565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111b25750600190506000611200565b6000806111bf8686610ad5565b5050915091508165ffffffffffff166000141580156111f557506111e1612182565b65ffffffffffff168265ffffffffffff1611155b935091506112009050565b9250929050565b61120f611592565b6108908282612192565b60006000805160206131d5833981519152338261123686866117fc565b9050600061124689898989610f44565b600081815260028601602052604081205491925065ffffffffffff90911690036112865760405163060a299b60e41b8152600481018290526024016109ad565b826001600160a01b0316896001600160a01b03161461133b5760006112ac600085611189565b50905060006112c76112c16102408c87610c32565b86611189565b509050811580156112d6575080155b15611338576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109ad565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131d583398151915233826113c3828a8a8a6117a9565b91505060008163ffffffff166113d7612182565b6113e191906130fd565b905063ffffffff82161580611418575060008765ffffffffffff1611801561141857508065ffffffffffff168765ffffffffffff16105b1561142957828a61095b8b8b6117fc565b6114438765ffffffffffff168265ffffffffffff16612261565b9650611451838b8b8b610f44565b955061145c86612277565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e60405161153b95949392919061311b565b60405180910390a35050505094509492505050565b6001600160a01b038116331461117a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115a183823661230c565b9150915081611184578063ffffffff166000036116175760006115c48136612424565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109ad565b610acf610f2d8430600036610f44565b60006000805160206131d58339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116d2836001600160701b0316611cbc565b5090949350505050565b6000805160206131d5833981519152306001600160a01b03841603611738576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016109ad565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610e4790851515815260200190565b600080306001600160a01b038616036117d0576117c786858561230c565b915091506117f3565b600483106117ec576117e786866106ae87876117fc565b6117c7565b5060009050805b94509492505050565b600061180b600482848661304f565b61087791613166565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff8116906601000000000000900463ffffffff1681840361188f5760405163060a299b60e41b8152600481018690526024016109ad565b611897612182565b65ffffffffffff168265ffffffffffff1611156118e3576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6118ec82611d98565b15611926576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b6060814710156119b9576040517fcd7860590000000000000000000000000000000000000000000000000000000081523060048201526024016109ad565b600080856001600160a01b031684866040516119d5919061319c565b60006040518083038185875af1925050503d8060008114611a12576040519150601f19603f3d011682016040523d82523d6000602084013e611a17565b606091505b5091509150611a27868383612726565b9695505050505050565b60006000805160206131d583398151915267ffffffffffffffff861667fffffffffffffffe1901611a815760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109ad565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b89578563ffffffff16611ad0612182565b611ada91906130fd565b905060405180604001604052808265ffffffffffff168152602001611b088763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c4c565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611bd99166010000000000009091046001600160701b031690879061279b565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611cd284611ccd612182565b612845565b9250925092509193909250565b6000805160206131d583398151915267ffffffffffffffff83161580611d0e575067ffffffffffffffff838116145b15611d385760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611da2612182565b65ffffffffffff16611db762093a80846130fd565b65ffffffffffff16111592915050565b6000805160206131d583398151915267ffffffffffffffff83161580611df6575067ffffffffffffffff838116145b15611e205760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b611eaa612899565b611eb381612902565b50565b6000805160206131d583398151915267ffffffffffffffff831667fffffffffffffffe1901611f045760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff831660009081526001828101602052604082200154611f4090600160801b90046001600160701b0316846206978061279b565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611fea908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612015919061319c565b600060405180830381855af49150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b5091509150612065858383612726565b95945050505050565b60006000805160206131d583398151915267ffffffffffffffff841667fffffffffffffffe19016120be5760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109ad565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612106576000915050610c78565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061218d4261295b565b905090565b6001600160a01b03821660009081526000805160206131d5833981519152602081905260408220600101549091906121d7906001600160701b0316846206978061279b565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611fea565b60008183116122705781610877565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131d58339815191529065ffffffffffff1680158015906122d257506122d081611d98565b155b15611184576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109ad565b60008060048310156123235750600090508061116a565b306001600160a01b038616036123a6576111213061234186866117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b60008060006123b58787612424565b925092509250826123cf576000809450945050505061116a565b6000806123dc848b611189565b91509150816123f65760008096509650505050505061116a565b61240c8363ffffffff168263ffffffff16612261565b63ffffffff8116159b909a5098505050505050505050565b60008080600484101561243f5750600091508190508061271f565b600061244b86866117fc565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124ae57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124e257506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061251657506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254a57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125605760016000809350935093505061271f565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125c157506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125f557506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561263757600061260a60246004888a61304f565b8101906126179190612caa565b9050600061262482610be3565b6001965060009550935061271f92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061269857506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127125760006126ad60246004888a61304f565b8101906126ba9190612acb565b905060016127038267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271f565b6000806000935093509350505b9250925092565b60608261273b57612736826129ab565b610877565b815115801561275257506001600160a01b0384163b155b15612794576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109ad565b5080610877565b60008060006127b2866001600160701b03166116bd565b905060006127ef8563ffffffff168763ffffffff168463ffffffff16116127da5760006127e4565b6127e488856131b8565b63ffffffff16612261565b90508063ffffffff16612800612182565b61280a91906130fd565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c811690871681111561288457828282612889565b816000805b9550955095505050509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16612900576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b61290a612899565b6001600160a01b03811661294d576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109ad565b610890600082600080611a31565b600065ffffffffffff8211156129a7576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109ad565b5090565b8051156129bb5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381168114611eb357600080fd5b60008083601f840112612a1457600080fd5b50813567ffffffffffffffff811115612a2c57600080fd5b6020830191508360208260051b850101111561120057600080fd5b803567ffffffffffffffff81168114612a5f57600080fd5b919050565b60008060008060608587031215612a7a57600080fd5b8435612a85816129ed565b9350602085013567ffffffffffffffff811115612aa157600080fd5b612aad87828801612a02565b9094509250612ac0905060408601612a47565b905092959194509250565b600060208284031215612add57600080fd5b61087782612a47565b60008060408385031215612af957600080fd5b8235612b04816129ed565b915060208301358015158114612b1957600080fd5b809150509250929050565b60008060408385031215612b3757600080fd5b8235612b42816129ed565b91506020830135612b19816129ed565b60008083601f840112612b6457600080fd5b50813567ffffffffffffffff811115612b7c57600080fd5b60208301915083602082850101111561120057600080fd5b600080600060408486031215612ba957600080fd5b8335612bb4816129ed565b9250602084013567ffffffffffffffff811115612bd057600080fd5b612bdc86828701612b52565b9497909650939450505050565b803563ffffffff81168114612a5f57600080fd5b600080600060608486031215612c1257600080fd5b612c1b84612a47565b92506020840135612c2b816129ed565b9150612c3960408501612be9565b90509250925092565b60008060408385031215612c5557600080fd5b612b4283612a47565b60008060408385031215612c7157600080fd5b612c7a83612a47565b9150612c8860208401612a47565b90509250929050565b600060208284031215612ca357600080fd5b5035919050565b600060208284031215612cbc57600080fd5b8135610877816129ed565b6001600160e01b031981168114611eb357600080fd5b60008060408385031215612cf057600080fd5b8235612cfb816129ed565b91506020830135612b1981612cc7565b600080600060408486031215612d2057600080fd5b612bb484612a47565b60008060408385031215612d3c57600080fd5b612d4583612a47565b9150612c8860208401612be9565b60008060008060608587031215612d6957600080fd5b8435612d74816129ed565b93506020850135612d84816129ed565b9250604085013567ffffffffffffffff811115612da057600080fd5b612dac87828801612b52565b95989497509550505050565b60008060208385031215612dcb57600080fd5b823567ffffffffffffffff811115612de257600080fd5b612dee85828601612a02565b90969095509350505050565b60005b83811015612e15578181015183820152602001612dfd565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e9257603f1987860301845281518051808752612e6f816020890160208501612dfa565b601f01601f19169590950160209081019550938401939190910190600101612e46565b50929695505050505050565b600080600060608486031215612eb357600080fd5b8335612ebe816129ed565b92506020840135612ece816129ed565b91506040840135612ede81612cc7565b809150509250925092565b60008060408385031215612efc57600080fd5b8235612d45816129ed565b60008060008060608587031215612f1d57600080fd5b8435612f28816129ed565b9350602085013567ffffffffffffffff811115612f4457600080fd5b612f5087828801612b52565b909450925050604085013565ffffffffffff81168114612f6f57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612fa257600080fd5b813561087781612cc7565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bdb602083018486612fad565b600060208284031215612ffc57600080fd5b815161087781612cc7565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611a27606083018486612fad565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305f57600080fd5b8386111561306c57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e198436030181126130a657600080fd5b83018035915067ffffffffffffffff8211156130c157600080fd5b60200191503681900382131561120057600080fd5b8284823760008382016000815283516130f3818360208801612dfa565b0195945050505050565b65ffffffffffff8181168382160190811115610c7857610c78613039565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b038416604082015260806060820152600061315b608083018486612fad565b979650505050505050565b80356001600160e01b03198116906004841015613195576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131ae818460208701612dfa565b9190910192915050565b63ffffffff8281168282160390811115610c7857610c7861303956fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212205192d975c6c035a0927e0776216e78c6a8e2f8bb6e0a83317153b9e3184599ab64736f6c634300081a0033", - "linkReferences": {}, - "deployedLinkReferences": {} -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json b/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json deleted file mode 100644 index 14a8320..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.dbg.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/5d1461235de972b5fe7fd5bc1d8b2915.json" -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.json b/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.json deleted file mode 100644 index 10850e7..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDPermissionManager#OIDPermissionManager.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "_format": "hh-sol-artifact-1", - "contractName": "OIDPermissionManager", - "sourceName": "contracts/OIDPermissionManager.sol", - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionUpdated", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokePermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "bytecode": "0x6080604052348015600f57600080fd5b506101ae8061001f6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806328545c0d14610046578063a6a8f17b1461009e578063bc586456146100e6575b600080fd5b61008a61005436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b604051901515815260200160405180910390f35b6100e46100ac36600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19169055565b005b6100e46100f436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19166001179055565b6000806040838503121561014257600080fd5b82359150602083013573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b80915050925092905056fea2646970667358221220c36eef78e1e9e395e5d79e35ebd6c7b112a45eb667b35a6503ca1d76ad51e1a664736f6c634300081a0033", - "deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100415760003560e01c806328545c0d14610046578063a6a8f17b1461009e578063bc586456146100e6575b600080fd5b61008a61005436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b604051901515815260200160405180910390f35b6100e46100ac36600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19169055565b005b6100e46100f436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19166001179055565b6000806040838503121561014257600080fd5b82359150602083013573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b80915050925092905056fea2646970667358221220c36eef78e1e9e395e5d79e35ebd6c7b112a45eb667b35a6503ca1d76ad51e1a664736f6c634300081a0033", - "linkReferences": {}, - "deployedLinkReferences": {} -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.dbg.json b/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.dbg.json deleted file mode 100644 index 14a8320..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.dbg.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "_format": "hh-sol-dbg-1", - "buildInfo": "../build-info/5d1461235de972b5fe7fd5bc1d8b2915.json" -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.json b/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.json deleted file mode 100644 index dff757e..0000000 --- a/ignition/deployments/chain-11155111/artifacts/OIDResolver#OIDResolver.json +++ /dev/null @@ -1,521 +0,0 @@ -{ - "_format": "hh-sol-artifact-1", - "contractName": "OIDResolver", - "sourceName": "contracts/OIDResolver.sol", - "abi": [ - { - "inputs": [ - { - "internalType": "contract IEAS", - "name": "initialEAS", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "inputs": [], - "name": "InsufficientValue", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidEAS", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidLength", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "inputs": [], - "name": "NotPayable", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "attester", - "type": "address" - } - ], - "name": "UnauthorizedAttester", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "eas", - "outputs": [ - { - "internalType": "contract IEAS", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAuthority", - "type": "address" - } - ], - "name": "initialize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isPayable", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiRevoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "stateMutability": "payable", - "type": "receive" - } - ], - "bytecode": "0x61010060405234801561001157600080fd5b50604051610f4e380380610f4e83398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610e656100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610e656000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610bdf565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c12565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610c8e565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610c8e565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c12565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610cff565b61076e565b6101a361029e366004610cff565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610d3b565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610d9a565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610d9a565b90506020028101906104ca9190610db0565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610d9a565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610d9a565b905060200281019061060e9190610db0565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610dd1565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c12565b61094081610a40565b5060019392505050565b610952610b43565b61095b81610baa565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6040517fd1f856ee000000000000000000000000000000000000000000000000000000008152600260048201526001600160a01b038481166024830152919091169063d1f856ee906044016040805180830381865afa158015610ada573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610afe9190610de7565b5090508061042a576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610bb2610b43565b61095b81610835565b60005b83811015610bd6578181015183820152602001610bbe565b50506000910152565b6020815260008251806020840152610bfe816040850160208701610bbb565b601f01601f19169190910160400192915050565b600060208284031215610c2457600080fd5b81356001600160a01b0381168114610c3b57600080fd5b9392505050565b60008083601f840112610c5457600080fd5b50813567ffffffffffffffff811115610c6c57600080fd5b6020830191508360208260051b8501011115610c8757600080fd5b9250929050565b60008060008060408587031215610ca457600080fd5b843567ffffffffffffffff811115610cbb57600080fd5b610cc787828801610c42565b909550935050602085013567ffffffffffffffff811115610ce757600080fd5b610cf387828801610c42565b95989497509550505050565b600060208284031215610d1157600080fd5b813567ffffffffffffffff811115610d2857600080fd5b82016101408185031215610c3b57600080fd5b60008451610d4d818460208901610bbb565b601760f91b9083019081528451610d6b816001840160208901610bbb565b601760f91b600192909101918201528351610d8d816002840160208801610bbb565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610dc757600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610dfa57600080fd5b82518015158114610e0a57600080fd5b602084015190925063ffffffff81168114610e2457600080fd5b80915050925092905056fea26469706673582212208aba21ae7ee1238709c93d31f39e7ab30d96d3cf4e9cca3f608314eba16bb66264736f6c634300081a0033", - "deployedBytecode": "0x6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610bdf565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c12565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610c8e565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610c8e565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c12565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610cff565b61076e565b6101a361029e366004610cff565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610d3b565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610d9a565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610d9a565b90506020028101906104ca9190610db0565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610d9a565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610d9a565b905060200281019061060e9190610db0565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610dd1565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c12565b61094081610a40565b5060019392505050565b610952610b43565b61095b81610baa565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6040517fd1f856ee000000000000000000000000000000000000000000000000000000008152600260048201526001600160a01b038481166024830152919091169063d1f856ee906044016040805180830381865afa158015610ada573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610afe9190610de7565b5090508061042a576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610bb2610b43565b61095b81610835565b60005b83811015610bd6578181015183820152602001610bbe565b50506000910152565b6020815260008251806020840152610bfe816040850160208701610bbb565b601f01601f19169190910160400192915050565b600060208284031215610c2457600080fd5b81356001600160a01b0381168114610c3b57600080fd5b9392505050565b60008083601f840112610c5457600080fd5b50813567ffffffffffffffff811115610c6c57600080fd5b6020830191508360208260051b8501011115610c8757600080fd5b9250929050565b60008060008060408587031215610ca457600080fd5b843567ffffffffffffffff811115610cbb57600080fd5b610cc787828801610c42565b909550935050602085013567ffffffffffffffff811115610ce757600080fd5b610cf387828801610c42565b95989497509550505050565b600060208284031215610d1157600080fd5b813567ffffffffffffffff811115610d2857600080fd5b82016101408185031215610c3b57600080fd5b60008451610d4d818460208901610bbb565b601760f91b9083019081528451610d6b816001840160208901610bbb565b601760f91b600192909101918201528351610d8d816002840160208801610bbb565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610dc757600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610dfa57600080fd5b82518015158114610e0a57600080fd5b602084015190925063ffffffff81168114610e2457600080fd5b80915050925092905056fea26469706673582212208aba21ae7ee1238709c93d31f39e7ab30d96d3cf4e9cca3f608314eba16bb66264736f6c634300081a0033", - "linkReferences": {}, - "deployedLinkReferences": {} -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/build-info/5d1461235de972b5fe7fd5bc1d8b2915.json b/ignition/deployments/chain-11155111/build-info/5d1461235de972b5fe7fd5bc1d8b2915.json deleted file mode 100644 index 8430087..0000000 --- a/ignition/deployments/chain-11155111/build-info/5d1461235de972b5fe7fd5bc1d8b2915.json +++ /dev/null @@ -1,304613 +0,0 @@ -{ - "id": "5d1461235de972b5fe7fd5bc1d8b2915", - "_format": "hh-sol-build-info-1", - "solcVersion": "0.8.26", - "solcLongVersion": "0.8.26+commit.8a97fa7a", - "input": { - "language": "Solidity", - "sources": { - "@ethereum-attestation-service/eas-contracts/contracts/Common.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\n// A representation of an empty/uninitialized UID.\nbytes32 constant EMPTY_UID = 0;\n\n// A zero expiration represents an non-expiring attestation.\nuint64 constant NO_EXPIRATION_TIME = 0;\n\nerror AccessDenied();\nerror DeadlineExpired();\nerror InvalidEAS();\nerror InvalidLength();\nerror InvalidSignature();\nerror NotFound();\n\n/// @notice A struct representing ECDSA signature data.\nstruct Signature {\n uint8 v; // The recovery ID.\n bytes32 r; // The x-coordinate of the nonce R.\n bytes32 s; // The signature data.\n}\n\n/// @notice A struct representing a single attestation.\nstruct Attestation {\n bytes32 uid; // A unique identifier of the attestation.\n bytes32 schema; // The unique identifier of the schema.\n uint64 time; // The time when the attestation was created (Unix timestamp).\n uint64 expirationTime; // The time when the attestation expires (Unix timestamp).\n uint64 revocationTime; // The time when the attestation was revoked (Unix timestamp).\n bytes32 refUID; // The UID of the related attestation.\n address recipient; // The recipient of the attestation.\n address attester; // The attester/sender of the attestation.\n bool revocable; // Whether the attestation is revocable.\n bytes data; // Custom attestation data.\n}\n\n/// @notice A helper function to work with unchecked iterators in loops.\nfunction uncheckedInc(uint256 i) pure returns (uint256 j) {\n unchecked {\n j = i + 1;\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity 0.8.26;\n\nimport { Address } from \"@openzeppelin/contracts/utils/Address.sol\";\n\nimport { EIP1271Verifier } from \"./eip1271/EIP1271Verifier.sol\";\n\nimport { ISchemaResolver } from \"./resolver/ISchemaResolver.sol\";\n\n// prettier-ignore\nimport {\n AccessDenied,\n EMPTY_UID,\n InvalidLength,\n NotFound,\n NO_EXPIRATION_TIME,\n uncheckedInc\n} from \"./Common.sol\";\n\n// prettier-ignore\nimport {\n Attestation,\n AttestationRequest,\n AttestationRequestData,\n DelegatedAttestationRequest,\n DelegatedRevocationRequest,\n IEAS,\n MultiAttestationRequest,\n MultiDelegatedAttestationRequest,\n MultiDelegatedRevocationRequest,\n MultiRevocationRequest,\n RevocationRequest,\n RevocationRequestData\n} from \"./IEAS.sol\";\n\nimport { Semver } from \"./Semver.sol\";\nimport { ISchemaRegistry, SchemaRecord } from \"./ISchemaRegistry.sol\";\n\n/// @title EAS\n/// @notice The Ethereum Attestation Service protocol.\ncontract EAS is IEAS, Semver, EIP1271Verifier {\n using Address for address payable;\n\n error AlreadyRevoked();\n error AlreadyRevokedOffchain();\n error AlreadyTimestamped();\n error InsufficientValue();\n error InvalidAttestation();\n error InvalidAttestations();\n error InvalidExpirationTime();\n error InvalidOffset();\n error InvalidRegistry();\n error InvalidRevocation();\n error InvalidRevocations();\n error InvalidSchema();\n error InvalidVerifier();\n error Irrevocable();\n error NotPayable();\n error WrongSchema();\n\n /// @notice A struct representing an internal attestation result.\n struct AttestationsResult {\n uint256 usedValue; // Total ETH amount that was sent to resolvers.\n bytes32[] uids; // UIDs of the new attestations.\n }\n\n // The global schema registry.\n ISchemaRegistry private immutable _schemaRegistry;\n\n // The global mapping between attestations and their UIDs.\n mapping(bytes32 uid => Attestation attestation) private _db;\n\n // The global mapping between data and their timestamps.\n mapping(bytes32 data => uint64 timestamp) private _timestamps;\n\n // The global mapping between data and their revocation timestamps.\n mapping(address revoker => mapping(bytes32 data => uint64 timestamp) timestamps) private _revocationsOffchain;\n\n /// @dev Creates a new EAS instance.\n /// @param registry The address of the global schema registry.\n constructor(ISchemaRegistry registry) Semver(1, 3, 0) EIP1271Verifier(\"EAS\", \"1.3.0\") {\n if (address(registry) == address(0)) {\n revert InvalidRegistry();\n }\n\n _schemaRegistry = registry;\n }\n\n /// @inheritdoc IEAS\n function getSchemaRegistry() external view returns (ISchemaRegistry) {\n return _schemaRegistry;\n }\n\n /// @inheritdoc IEAS\n function attest(AttestationRequest calldata request) external payable returns (bytes32) {\n AttestationRequestData[] memory data = new AttestationRequestData[](1);\n data[0] = request.data;\n\n return _attest(request.schema, data, msg.sender, msg.value, true).uids[0];\n }\n\n /// @inheritdoc IEAS\n function attestByDelegation(\n DelegatedAttestationRequest calldata delegatedRequest\n ) external payable returns (bytes32) {\n _verifyAttest(delegatedRequest);\n\n AttestationRequestData[] memory data = new AttestationRequestData[](1);\n data[0] = delegatedRequest.data;\n\n return _attest(delegatedRequest.schema, data, delegatedRequest.attester, msg.value, true).uids[0];\n }\n\n /// @inheritdoc IEAS\n function multiAttest(MultiAttestationRequest[] calldata multiRequests) external payable returns (bytes32[] memory) {\n // Since a multi-attest call is going to make multiple attestations for multiple schemas, we'd need to collect\n // all the returned UIDs into a single list.\n uint256 length = multiRequests.length;\n bytes32[][] memory totalUIDs = new bytes32[][](length);\n uint256 totalUIDCount = 0;\n\n // We are keeping track of the total available ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 availableValue = msg.value;\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // The last batch is handled slightly differently: if the total available ETH wasn't spent in full and there\n // is a remainder - it will be refunded back to the attester (something that we can only verify during the\n // last and final batch).\n bool last;\n unchecked {\n last = i == length - 1;\n }\n\n // Process the current batch of attestations.\n MultiAttestationRequest calldata multiRequest = multiRequests[i];\n\n // Ensure that data isn't empty.\n if (multiRequest.data.length == 0) {\n revert InvalidLength();\n }\n\n AttestationsResult memory res = _attest(\n multiRequest.schema,\n multiRequest.data,\n msg.sender,\n availableValue,\n last\n );\n\n // Ensure to deduct the ETH that was forwarded to the resolver during the processing of this batch.\n availableValue -= res.usedValue;\n\n // Collect UIDs (and merge them later).\n totalUIDs[i] = res.uids;\n unchecked {\n totalUIDCount += res.uids.length;\n }\n }\n\n // Merge all the collected UIDs and return them as a flatten array.\n return _mergeUIDs(totalUIDs, totalUIDCount);\n }\n\n /// @inheritdoc IEAS\n function multiAttestByDelegation(\n MultiDelegatedAttestationRequest[] calldata multiDelegatedRequests\n ) external payable returns (bytes32[] memory) {\n // Since a multi-attest call is going to make multiple attestations for multiple schemas, we'd need to collect\n // all the returned UIDs into a single list.\n uint256 length = multiDelegatedRequests.length;\n bytes32[][] memory totalUIDs = new bytes32[][](length);\n uint256 totalUIDCount = 0;\n\n // We are keeping track of the total available ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 availableValue = msg.value;\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // The last batch is handled slightly differently: if the total available ETH wasn't spent in full and there\n // is a remainder - it will be refunded back to the attester (something that we can only verify during the\n // last and final batch).\n bool last;\n unchecked {\n last = i == length - 1;\n }\n\n MultiDelegatedAttestationRequest calldata multiDelegatedRequest = multiDelegatedRequests[i];\n AttestationRequestData[] calldata data = multiDelegatedRequest.data;\n\n // Ensure that no inputs are missing.\n uint256 dataLength = data.length;\n if (dataLength == 0 || dataLength != multiDelegatedRequest.signatures.length) {\n revert InvalidLength();\n }\n\n // Verify signatures. Please note that the signatures are assumed to be signed with increasing nonces.\n for (uint256 j = 0; j < dataLength; j = uncheckedInc(j)) {\n _verifyAttest(\n DelegatedAttestationRequest({\n schema: multiDelegatedRequest.schema,\n data: data[j],\n signature: multiDelegatedRequest.signatures[j],\n attester: multiDelegatedRequest.attester,\n deadline: multiDelegatedRequest.deadline\n })\n );\n }\n\n // Process the current batch of attestations.\n AttestationsResult memory res = _attest(\n multiDelegatedRequest.schema,\n data,\n multiDelegatedRequest.attester,\n availableValue,\n last\n );\n\n // Ensure to deduct the ETH that was forwarded to the resolver during the processing of this batch.\n availableValue -= res.usedValue;\n\n // Collect UIDs (and merge them later).\n totalUIDs[i] = res.uids;\n unchecked {\n totalUIDCount += res.uids.length;\n }\n }\n\n // Merge all the collected UIDs and return them as a flatten array.\n return _mergeUIDs(totalUIDs, totalUIDCount);\n }\n\n /// @inheritdoc IEAS\n function revoke(RevocationRequest calldata request) external payable {\n RevocationRequestData[] memory data = new RevocationRequestData[](1);\n data[0] = request.data;\n\n _revoke(request.schema, data, msg.sender, msg.value, true);\n }\n\n /// @inheritdoc IEAS\n function revokeByDelegation(DelegatedRevocationRequest calldata delegatedRequest) external payable {\n _verifyRevoke(delegatedRequest);\n\n RevocationRequestData[] memory data = new RevocationRequestData[](1);\n data[0] = delegatedRequest.data;\n\n _revoke(delegatedRequest.schema, data, delegatedRequest.revoker, msg.value, true);\n }\n\n /// @inheritdoc IEAS\n function multiRevoke(MultiRevocationRequest[] calldata multiRequests) external payable {\n // We are keeping track of the total available ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 availableValue = msg.value;\n\n uint256 length = multiRequests.length;\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // The last batch is handled slightly differently: if the total available ETH wasn't spent in full and there\n // is a remainder - it will be refunded back to the attester (something that we can only verify during the\n // last and final batch).\n bool last;\n unchecked {\n last = i == length - 1;\n }\n\n MultiRevocationRequest calldata multiRequest = multiRequests[i];\n\n // Ensure to deduct the ETH that was forwarded to the resolver during the processing of this batch.\n availableValue -= _revoke(multiRequest.schema, multiRequest.data, msg.sender, availableValue, last);\n }\n }\n\n /// @inheritdoc IEAS\n function multiRevokeByDelegation(\n MultiDelegatedRevocationRequest[] calldata multiDelegatedRequests\n ) external payable {\n // We are keeping track of the total available ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 availableValue = msg.value;\n\n uint256 length = multiDelegatedRequests.length;\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // The last batch is handled slightly differently: if the total available ETH wasn't spent in full and there\n // is a remainder - it will be refunded back to the attester (something that we can only verify during the\n // last and final batch).\n bool last;\n unchecked {\n last = i == length - 1;\n }\n\n MultiDelegatedRevocationRequest memory multiDelegatedRequest = multiDelegatedRequests[i];\n RevocationRequestData[] memory data = multiDelegatedRequest.data;\n\n // Ensure that no inputs are missing.\n uint256 dataLength = data.length;\n if (dataLength == 0 || dataLength != multiDelegatedRequest.signatures.length) {\n revert InvalidLength();\n }\n\n // Verify signatures. Please note that the signatures are assumed to be signed with increasing nonces.\n for (uint256 j = 0; j < dataLength; j = uncheckedInc(j)) {\n _verifyRevoke(\n DelegatedRevocationRequest({\n schema: multiDelegatedRequest.schema,\n data: data[j],\n signature: multiDelegatedRequest.signatures[j],\n revoker: multiDelegatedRequest.revoker,\n deadline: multiDelegatedRequest.deadline\n })\n );\n }\n\n // Ensure to deduct the ETH that was forwarded to the resolver during the processing of this batch.\n availableValue -= _revoke(\n multiDelegatedRequest.schema,\n data,\n multiDelegatedRequest.revoker,\n availableValue,\n last\n );\n }\n }\n\n /// @inheritdoc IEAS\n function timestamp(bytes32 data) external returns (uint64) {\n uint64 time = _time();\n\n _timestamp(data, time);\n\n return time;\n }\n\n /// @inheritdoc IEAS\n function revokeOffchain(bytes32 data) external returns (uint64) {\n uint64 time = _time();\n\n _revokeOffchain(msg.sender, data, time);\n\n return time;\n }\n\n /// @inheritdoc IEAS\n function multiRevokeOffchain(bytes32[] calldata data) external returns (uint64) {\n uint64 time = _time();\n\n uint256 length = data.length;\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n _revokeOffchain(msg.sender, data[i], time);\n }\n\n return time;\n }\n\n /// @inheritdoc IEAS\n function multiTimestamp(bytes32[] calldata data) external returns (uint64) {\n uint64 time = _time();\n\n uint256 length = data.length;\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n _timestamp(data[i], time);\n }\n\n return time;\n }\n\n /// @inheritdoc IEAS\n function getAttestation(bytes32 uid) external view returns (Attestation memory) {\n return _db[uid];\n }\n\n /// @inheritdoc IEAS\n function isAttestationValid(bytes32 uid) public view returns (bool) {\n return _db[uid].uid != EMPTY_UID;\n }\n\n /// @inheritdoc IEAS\n function getTimestamp(bytes32 data) external view returns (uint64) {\n return _timestamps[data];\n }\n\n /// @inheritdoc IEAS\n function getRevokeOffchain(address revoker, bytes32 data) external view returns (uint64) {\n return _revocationsOffchain[revoker][data];\n }\n\n /// @dev Attests to a specific schema.\n /// @param schemaUID The unique identifier of the schema to attest to.\n /// @param data The arguments of the attestation requests.\n /// @param attester The attesting account.\n /// @param availableValue The total available ETH amount that can be sent to the resolver.\n /// @param last Whether this is the last attestations/revocations set.\n /// @return The UID of the new attestations and the total sent ETH amount.\n function _attest(\n bytes32 schemaUID,\n AttestationRequestData[] memory data,\n address attester,\n uint256 availableValue,\n bool last\n ) private returns (AttestationsResult memory) {\n uint256 length = data.length;\n\n AttestationsResult memory res;\n res.uids = new bytes32[](length);\n\n // Ensure that we aren't attempting to attest to a non-existing schema.\n SchemaRecord memory schemaRecord = _schemaRegistry.getSchema(schemaUID);\n if (schemaRecord.uid == EMPTY_UID) {\n revert InvalidSchema();\n }\n\n Attestation[] memory attestations = new Attestation[](length);\n uint256[] memory values = new uint256[](length);\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n AttestationRequestData memory request = data[i];\n\n // Ensure that either no expiration time was set or that it was set in the future.\n if (request.expirationTime != NO_EXPIRATION_TIME && request.expirationTime <= _time()) {\n revert InvalidExpirationTime();\n }\n\n // Ensure that we aren't trying to make a revocable attestation for a non-revocable schema.\n if (!schemaRecord.revocable && request.revocable) {\n revert Irrevocable();\n }\n\n Attestation memory attestation = Attestation({\n uid: EMPTY_UID,\n schema: schemaUID,\n refUID: request.refUID,\n time: _time(),\n expirationTime: request.expirationTime,\n revocationTime: 0,\n recipient: request.recipient,\n attester: attester,\n revocable: request.revocable,\n data: request.data\n });\n\n // Look for the first non-existing UID (and use a bump seed/nonce in the rare case of a conflict).\n bytes32 uid;\n uint32 bump = 0;\n while (true) {\n uid = _getUID(attestation, bump);\n if (_db[uid].uid == EMPTY_UID) {\n break;\n }\n\n unchecked {\n ++bump;\n }\n }\n attestation.uid = uid;\n\n _db[uid] = attestation;\n\n if (request.refUID != EMPTY_UID) {\n // Ensure that we aren't trying to attest to a non-existing referenced UID.\n if (!isAttestationValid(request.refUID)) {\n revert NotFound();\n }\n }\n\n attestations[i] = attestation;\n values[i] = request.value;\n\n res.uids[i] = uid;\n\n emit Attested(request.recipient, attester, uid, schemaUID);\n }\n\n res.usedValue = _resolveAttestations(schemaRecord, attestations, values, false, availableValue, last);\n\n return res;\n }\n\n /// @dev Revokes an existing attestation to a specific schema.\n /// @param schemaUID The unique identifier of the schema to attest to.\n /// @param data The arguments of the revocation requests.\n /// @param revoker The revoking account.\n /// @param availableValue The total available ETH amount that can be sent to the resolver.\n /// @param last Whether this is the last attestations/revocations set.\n /// @return Returns the total sent ETH amount.\n function _revoke(\n bytes32 schemaUID,\n RevocationRequestData[] memory data,\n address revoker,\n uint256 availableValue,\n bool last\n ) private returns (uint256) {\n // Ensure that a non-existing schema ID wasn't passed by accident.\n SchemaRecord memory schemaRecord = _schemaRegistry.getSchema(schemaUID);\n if (schemaRecord.uid == EMPTY_UID) {\n revert InvalidSchema();\n }\n\n uint256 length = data.length;\n Attestation[] memory attestations = new Attestation[](length);\n uint256[] memory values = new uint256[](length);\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n RevocationRequestData memory request = data[i];\n\n Attestation storage attestation = _db[request.uid];\n\n // Ensure that we aren't attempting to revoke a non-existing attestation.\n if (attestation.uid == EMPTY_UID) {\n revert NotFound();\n }\n\n // Ensure that a wrong schema ID wasn't passed by accident.\n if (attestation.schema != schemaUID) {\n revert InvalidSchema();\n }\n\n // Allow only original attesters to revoke their attestations.\n if (attestation.attester != revoker) {\n revert AccessDenied();\n }\n\n // Please note that also checking of the schema itself is revocable is unnecessary, since it's not possible to\n // make revocable attestations to an irrevocable schema.\n if (!attestation.revocable) {\n revert Irrevocable();\n }\n\n // Ensure that we aren't trying to revoke the same attestation twice.\n if (attestation.revocationTime != 0) {\n revert AlreadyRevoked();\n }\n attestation.revocationTime = _time();\n\n attestations[i] = attestation;\n values[i] = request.value;\n\n emit Revoked(attestations[i].recipient, revoker, request.uid, schemaUID);\n }\n\n return _resolveAttestations(schemaRecord, attestations, values, true, availableValue, last);\n }\n\n /// @dev Resolves a new attestation or a revocation of an existing attestation.\n /// @param schemaRecord The schema of the attestation.\n /// @param attestation The data of the attestation to make/revoke.\n /// @param value An explicit ETH amount to send to the resolver.\n /// @param isRevocation Whether to resolve an attestation or its revocation.\n /// @param availableValue The total available ETH amount that can be sent to the resolver.\n /// @param last Whether this is the last attestations/revocations set.\n /// @return Returns the total sent ETH amount.\n function _resolveAttestation(\n SchemaRecord memory schemaRecord,\n Attestation memory attestation,\n uint256 value,\n bool isRevocation,\n uint256 availableValue,\n bool last\n ) private returns (uint256) {\n ISchemaResolver resolver = schemaRecord.resolver;\n if (address(resolver) == address(0)) {\n // Ensure that we don't accept payments if there is no resolver.\n if (value != 0) {\n revert NotPayable();\n }\n\n if (last) {\n _refund(availableValue);\n }\n\n return 0;\n }\n\n // Ensure that we don't accept payments which can't be forwarded to the resolver.\n if (value != 0) {\n if (!resolver.isPayable()) {\n revert NotPayable();\n }\n\n // Ensure that the attester/revoker doesn't try to spend more than available.\n if (value > availableValue) {\n revert InsufficientValue();\n }\n\n // Ensure to deduct the sent value explicitly.\n unchecked {\n availableValue -= value;\n }\n }\n\n if (isRevocation) {\n if (!resolver.revoke{ value: value }(attestation)) {\n revert InvalidRevocation();\n }\n } else if (!resolver.attest{ value: value }(attestation)) {\n revert InvalidAttestation();\n }\n\n if (last) {\n _refund(availableValue);\n }\n\n return value;\n }\n\n /// @dev Resolves multiple attestations or revocations of existing attestations.\n /// @param schemaRecord The schema of the attestation.\n /// @param attestations The data of the attestations to make/revoke.\n /// @param values Explicit ETH amounts to send to the resolver.\n /// @param isRevocation Whether to resolve an attestation or its revocation.\n /// @param availableValue The total available ETH amount that can be sent to the resolver.\n /// @param last Whether this is the last attestations/revocations set.\n /// @return Returns the total sent ETH amount.\n function _resolveAttestations(\n SchemaRecord memory schemaRecord,\n Attestation[] memory attestations,\n uint256[] memory values,\n bool isRevocation,\n uint256 availableValue,\n bool last\n ) private returns (uint256) {\n uint256 length = attestations.length;\n if (length == 1) {\n return _resolveAttestation(schemaRecord, attestations[0], values[0], isRevocation, availableValue, last);\n }\n\n ISchemaResolver resolver = schemaRecord.resolver;\n if (address(resolver) == address(0)) {\n // Ensure that we don't accept payments if there is no resolver.\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n if (values[i] != 0) {\n revert NotPayable();\n }\n }\n\n if (last) {\n _refund(availableValue);\n }\n\n return 0;\n }\n\n uint256 totalUsedValue = 0;\n bool isResolverPayable = resolver.isPayable();\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n uint256 value = values[i];\n\n // Ensure that we don't accept payments which can't be forwarded to the resolver.\n if (value == 0) {\n continue;\n }\n\n if (!isResolverPayable) {\n revert NotPayable();\n }\n\n // Ensure that the attester/revoker doesn't try to spend more than available.\n if (value > availableValue) {\n revert InsufficientValue();\n }\n\n // Ensure to deduct the sent value explicitly and add it to the total used value by the batch.\n unchecked {\n availableValue -= value;\n totalUsedValue += value;\n }\n }\n\n if (isRevocation) {\n if (!resolver.multiRevoke{ value: totalUsedValue }(attestations, values)) {\n revert InvalidRevocations();\n }\n } else if (!resolver.multiAttest{ value: totalUsedValue }(attestations, values)) {\n revert InvalidAttestations();\n }\n\n if (last) {\n _refund(availableValue);\n }\n\n return totalUsedValue;\n }\n\n /// @dev Calculates a UID for a given attestation.\n /// @param attestation The input attestation.\n /// @param bump A bump value to use in case of a UID conflict.\n /// @return Attestation UID.\n function _getUID(Attestation memory attestation, uint32 bump) private pure returns (bytes32) {\n return\n keccak256(\n abi.encodePacked(\n attestation.schema,\n attestation.recipient,\n attestation.attester,\n attestation.time,\n attestation.expirationTime,\n attestation.revocable,\n attestation.refUID,\n attestation.data,\n bump\n )\n );\n }\n\n /// @dev Refunds remaining ETH amount to the attester.\n /// @param remainingValue The remaining ETH amount that was not sent to the resolver.\n function _refund(uint256 remainingValue) private {\n if (remainingValue > 0) {\n // Using a regular transfer here might revert, for some non-EOA attesters, due to exceeding of the 2300\n // gas limit which is why we're using call instead (via sendValue), which the 2300 gas limit does not\n // apply for.\n payable(msg.sender).sendValue(remainingValue);\n }\n }\n\n /// @dev Timestamps the specified bytes32 data.\n /// @param data The data to timestamp.\n /// @param time The timestamp.\n function _timestamp(bytes32 data, uint64 time) private {\n if (_timestamps[data] != 0) {\n revert AlreadyTimestamped();\n }\n\n _timestamps[data] = time;\n\n emit Timestamped(data, time);\n }\n\n /// @dev Revokes the specified bytes32 data.\n /// @param revoker The revoking account.\n /// @param data The data to revoke.\n /// @param time The timestamp the data was revoked with.\n function _revokeOffchain(address revoker, bytes32 data, uint64 time) private {\n mapping(bytes32 data => uint64 timestamp) storage revocations = _revocationsOffchain[revoker];\n\n if (revocations[data] != 0) {\n revert AlreadyRevokedOffchain();\n }\n\n revocations[data] = time;\n\n emit RevokedOffchain(revoker, data, time);\n }\n\n /// @dev Merges lists of UIDs.\n /// @param uidLists The provided lists of UIDs.\n /// @param uidCount Total UID count.\n /// @return A merged and flatten list of all the UIDs.\n function _mergeUIDs(bytes32[][] memory uidLists, uint256 uidCount) private pure returns (bytes32[] memory) {\n bytes32[] memory uids = new bytes32[](uidCount);\n\n uint256 currentIndex = 0;\n uint256 uidListLength = uidLists.length;\n for (uint256 i = 0; i < uidListLength; i = uncheckedInc(i)) {\n bytes32[] memory currentUIDs = uidLists[i];\n uint256 currentUIDsLength = currentUIDs.length;\n for (uint256 j = 0; j < currentUIDsLength; j = uncheckedInc(j)) {\n uids[currentIndex] = currentUIDs[j];\n\n unchecked {\n ++currentIndex;\n }\n }\n }\n\n return uids;\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity 0.8.26;\n\nimport { EIP712 } from \"@openzeppelin/contracts/utils/cryptography/EIP712.sol\";\nimport { SignatureChecker } from \"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\";\nimport { Address } from \"@openzeppelin/contracts/utils/Address.sol\";\n\n// prettier-ignore\nimport {\n AttestationRequestData,\n DelegatedAttestationRequest,\n DelegatedRevocationRequest,\n RevocationRequestData\n} from \"../IEAS.sol\";\n\nimport { DeadlineExpired, NO_EXPIRATION_TIME, Signature, InvalidSignature } from \"../Common.sol\";\n\n/// @title EIP1271Verifier\n/// @notice EIP1271Verifier typed signatures verifier for EAS delegated attestations.\nabstract contract EIP1271Verifier is EIP712 {\n using Address for address;\n\n error InvalidNonce();\n\n // The hash of the data type used to relay calls to the attest function. It's the value of\n // keccak256(\"Attest(address attester,bytes32 schema,address recipient,uint64 expirationTime,bool revocable,bytes32 refUID,bytes data,uint256 value,uint256 nonce,uint64 deadline)\").\n bytes32 private constant ATTEST_TYPEHASH = 0xfeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076;\n\n // The hash of the data type used to relay calls to the revoke function. It's the value of\n // keccak256(\"Revoke(address revoker,bytes32 schema,bytes32 uid,uint256 value,uint256 nonce,uint64 deadline)\").\n bytes32 private constant REVOKE_TYPEHASH = 0xb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e75;\n\n // The user readable name of the signing domain.\n string private _name;\n\n // Replay protection nonces.\n mapping(address attester => uint256 nonce) private _nonces;\n\n /// @notice Emitted when users invalidate nonces by increasing their nonces to (higher) new values.\n /// @param oldNonce The previous nonce.\n /// @param newNonce The new value.\n event NonceIncreased(uint256 oldNonce, uint256 newNonce);\n\n /// @dev Creates a new EIP1271Verifier instance.\n /// @param version The current major version of the signing domain\n constructor(string memory name, string memory version) EIP712(name, version) {\n _name = name;\n }\n\n /// @notice Returns the domain separator used in the encoding of the signatures for attest, and revoke.\n /// @return The domain separator used in the encoding of the signatures for attest, and revoke.\n function getDomainSeparator() external view returns (bytes32) {\n return _domainSeparatorV4();\n }\n\n /// @notice Returns the current nonce per-account.\n /// @param account The requested account.\n /// @return The current nonce.\n function getNonce(address account) external view returns (uint256) {\n return _nonces[account];\n }\n\n /// @notice Returns the EIP712 type hash for the attest function.\n /// @return The EIP712 type hash for the attest function.\n function getAttestTypeHash() external pure returns (bytes32) {\n return ATTEST_TYPEHASH;\n }\n\n /// @notice Returns the EIP712 type hash for the revoke function.\n /// @return The EIP712 type hash for the revoke function.\n function getRevokeTypeHash() external pure returns (bytes32) {\n return REVOKE_TYPEHASH;\n }\n\n /// @notice Returns the EIP712 name.\n /// @return The EIP712 name.\n function getName() external view returns (string memory) {\n return _name;\n }\n\n /// @notice Provides users an option to invalidate nonces by increasing their nonces to (higher) new values.\n /// @param newNonce The (higher) new value.\n function increaseNonce(uint256 newNonce) external {\n uint256 oldNonce = _nonces[msg.sender];\n if (newNonce <= oldNonce) {\n revert InvalidNonce();\n }\n\n _nonces[msg.sender] = newNonce;\n\n emit NonceIncreased({ oldNonce: oldNonce, newNonce: newNonce });\n }\n\n /// @dev Verifies delegated attestation request.\n /// @param request The arguments of the delegated attestation request.\n function _verifyAttest(DelegatedAttestationRequest memory request) internal {\n if (request.deadline != NO_EXPIRATION_TIME && request.deadline < _time()) {\n revert DeadlineExpired();\n }\n\n AttestationRequestData memory data = request.data;\n Signature memory signature = request.signature;\n\n bytes32 hash = _hashTypedDataV4(\n keccak256(\n abi.encode(\n ATTEST_TYPEHASH,\n request.attester,\n request.schema,\n data.recipient,\n data.expirationTime,\n data.revocable,\n data.refUID,\n keccak256(data.data),\n data.value,\n _nonces[request.attester]++,\n request.deadline\n )\n )\n );\n if (\n !SignatureChecker.isValidSignatureNow(\n request.attester,\n hash,\n abi.encodePacked(signature.r, signature.s, signature.v)\n )\n ) {\n revert InvalidSignature();\n }\n }\n\n /// @dev Verifies delegated revocation request.\n /// @param request The arguments of the delegated revocation request.\n function _verifyRevoke(DelegatedRevocationRequest memory request) internal {\n if (request.deadline != NO_EXPIRATION_TIME && request.deadline < _time()) {\n revert DeadlineExpired();\n }\n\n RevocationRequestData memory data = request.data;\n Signature memory signature = request.signature;\n\n bytes32 hash = _hashTypedDataV4(\n keccak256(\n abi.encode(\n REVOKE_TYPEHASH,\n request.revoker,\n request.schema,\n data.uid,\n data.value,\n _nonces[request.revoker]++,\n request.deadline\n )\n )\n );\n if (\n !SignatureChecker.isValidSignatureNow(\n request.revoker,\n hash,\n abi.encodePacked(signature.r, signature.s, signature.v)\n )\n ) {\n revert InvalidSignature();\n }\n }\n\n /// @dev Returns the current's block timestamp. This method is overridden during tests and used to simulate the\n /// current block time.\n function _time() internal view virtual returns (uint64) {\n return uint64(block.timestamp);\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity 0.8.26;\n\nimport { EIP712 } from \"@openzeppelin/contracts/utils/cryptography/EIP712.sol\";\nimport { ECDSA } from \"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\";\n\n// prettier-ignore\nimport {\n AccessDenied,\n DeadlineExpired,\n Signature,\n InvalidEAS,\n InvalidLength,\n InvalidSignature,\n NotFound,\n NO_EXPIRATION_TIME,\n uncheckedInc\n} from \"../../Common.sol\";\n\n// prettier-ignore\nimport {\n AttestationRequest,\n AttestationRequestData,\n IEAS,\n MultiAttestationRequest,\n MultiRevocationRequest,\n RevocationRequest,\n RevocationRequestData\n} from \"../../IEAS.sol\";\n\nimport { Semver } from \"../../Semver.sol\";\n\n/// @notice A struct representing the full arguments of the full delegated attestation request.\nstruct DelegatedProxyAttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData data; // The arguments of the attestation request.\n Signature signature; // The EIP712 signature data.\n address attester; // The attesting account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the full arguments of the delegated multi attestation request.\nstruct MultiDelegatedProxyAttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData[] data; // The arguments of the attestation requests.\n Signature[] signatures; // The EIP712 signatures data. Please note that the signatures are assumed to be signed with increasing nonces.\n address attester; // The attesting account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the arguments of the full delegated revocation request.\nstruct DelegatedProxyRevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData data; // The arguments of the revocation request.\n Signature signature; // The EIP712 signature data.\n address revoker; // The revoking account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the full arguments of the delegated multi revocation request.\nstruct MultiDelegatedProxyRevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData[] data; // The arguments of the revocation requests.\n Signature[] signatures; // The EIP712 signatures data. Please note that the signatures are assumed to be signed with increasing nonces.\n address revoker; // The revoking account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @title EIP712Proxy\n/// @notice This utility contract an be used to aggregate delegated attestations without requiring a specific order via\n/// nonces. The contract doesn't request nonces and implements replay protection by storing ***immalleable***\n/// signatures.\ncontract EIP712Proxy is Semver, EIP712 {\n error UsedSignature();\n\n // The hash of the data type used to relay calls to the attest function. It's the value of\n // keccak256(\"Attest(address attester,bytes32 schema,address recipient,uint64 expirationTime,bool revocable,bytes32 refUID,bytes data,uint256 value,uint64 deadline)\").\n bytes32 private constant ATTEST_PROXY_TYPEHASH = 0xea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af1;\n\n // The hash of the data type used to relay calls to the revoke function. It's the value of\n // keccak256(\"Revoke(address revoker,bytes32 schema,bytes32 uid,uint256 value,uint64 deadline)\").\n bytes32 private constant REVOKE_PROXY_TYPEHASH = 0x78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d;\n\n // The global EAS contract.\n IEAS private immutable _eas;\n\n // The user readable name of the signing domain.\n string private _name;\n\n // The global mapping between proxy attestations and their attesters, so that we can verify that only the original\n // attester is able to revert attestations by proxy.\n mapping(bytes32 uid => address attester) private _attesters;\n\n // Replay protection signatures.\n mapping(bytes signature => bool used) private _signatures;\n\n /// @dev Creates a new EIP1271Verifier instance.\n /// @param eas The address of the global EAS contract.\n /// @param name The user readable name of the signing domain.\n constructor(IEAS eas, string memory name) Semver(1, 3, 0) EIP712(name, \"1.3.0\") {\n if (address(eas) == address(0)) {\n revert InvalidEAS();\n }\n\n _eas = eas;\n _name = name;\n }\n\n /// @notice Returns the EAS.\n function getEAS() external view returns (IEAS) {\n return _eas;\n }\n\n /// @notice Returns the domain separator used in the encoding of the signatures for attest, and revoke.\n function getDomainSeparator() external view returns (bytes32) {\n return _domainSeparatorV4();\n }\n\n /// Returns the EIP712 type hash for the attest function.\n function getAttestTypeHash() external pure returns (bytes32) {\n return ATTEST_PROXY_TYPEHASH;\n }\n\n /// Returns the EIP712 type hash for the revoke function.\n function getRevokeTypeHash() external pure returns (bytes32) {\n return REVOKE_PROXY_TYPEHASH;\n }\n\n /// Returns the EIP712 name.\n function getName() external view returns (string memory) {\n return _name;\n }\n\n /// Returns the attester for a given uid.\n function getAttester(bytes32 uid) external view returns (address) {\n return _attesters[uid];\n }\n\n /// @notice Attests to a specific schema via the provided EIP712 signature.\n /// @param delegatedRequest The arguments of the delegated attestation request.\n /// @return The UID of the new attestation.\n ///\n /// Example:\n /// attestByDelegation({\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: {\n /// recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n /// expirationTime: 1673891048,\n /// revocable: true,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x1234',\n /// value: 0\n /// },\n /// signature: {\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e',\n /// deadline: 1673891048\n /// })\n function attestByDelegation(\n DelegatedProxyAttestationRequest calldata delegatedRequest\n ) public payable virtual returns (bytes32) {\n _verifyAttest(delegatedRequest);\n\n bytes32 uid = _eas.attest{ value: msg.value }(\n AttestationRequest({ schema: delegatedRequest.schema, data: delegatedRequest.data })\n );\n\n _attesters[uid] = delegatedRequest.attester;\n\n return uid;\n }\n\n /// @notice Attests to multiple schemas using via provided EIP712 signatures.\n /// @param multiDelegatedRequests The arguments of the delegated multi attestation requests. The requests should be\n /// grouped by distinct schema ids to benefit from the best batching optimization.\n /// @return The UIDs of the new attestations.\n ///\n /// Example:\n /// multiAttestByDelegation([{\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: [{\n /// recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n /// expirationTime: 1673891048,\n /// revocable: true,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x1234',\n /// value: 0\n /// },\n /// {\n /// recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n /// expirationTime: 0,\n /// revocable: false,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x00',\n /// value: 0\n /// }],\n /// signatures: [{\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// {\n /// v: 28,\n /// r: '0x487s...67bb',\n /// s: '0x12ad...2366'\n /// }],\n /// attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4',\n /// deadline: 1673891048\n /// }])\n function multiAttestByDelegation(\n MultiDelegatedProxyAttestationRequest[] calldata multiDelegatedRequests\n ) public payable virtual returns (bytes32[] memory) {\n uint256 length = multiDelegatedRequests.length;\n MultiAttestationRequest[] memory multiRequests = new MultiAttestationRequest[](length);\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n MultiDelegatedProxyAttestationRequest calldata multiDelegatedRequest = multiDelegatedRequests[i];\n AttestationRequestData[] calldata data = multiDelegatedRequest.data;\n\n // Ensure that no inputs are missing.\n uint256 dataLength = data.length;\n if (dataLength == 0 || dataLength != multiDelegatedRequest.signatures.length) {\n revert InvalidLength();\n }\n\n // Verify EIP712 signatures. Please note that the signatures are assumed to be signed with increasing nonces.\n for (uint256 j = 0; j < dataLength; j = uncheckedInc(j)) {\n _verifyAttest(\n DelegatedProxyAttestationRequest({\n schema: multiDelegatedRequest.schema,\n data: data[j],\n signature: multiDelegatedRequest.signatures[j],\n attester: multiDelegatedRequest.attester,\n deadline: multiDelegatedRequest.deadline\n })\n );\n }\n\n multiRequests[i] = MultiAttestationRequest({ schema: multiDelegatedRequest.schema, data: data });\n }\n\n bytes32[] memory uids = _eas.multiAttest{ value: msg.value }(multiRequests);\n\n // Store all attesters, according to the order of the attestation requests.\n uint256 uidCounter = 0;\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n MultiDelegatedProxyAttestationRequest calldata multiDelegatedRequest = multiDelegatedRequests[i];\n AttestationRequestData[] calldata data = multiDelegatedRequest.data;\n\n uint256 dataLength = data.length;\n for (uint256 j = 0; j < dataLength; j = uncheckedInc(j)) {\n _attesters[uids[uidCounter]] = multiDelegatedRequest.attester;\n\n unchecked {\n ++uidCounter;\n }\n }\n }\n\n return uids;\n }\n\n /// @notice Revokes an existing attestation to a specific schema via the provided EIP712 signature.\n /// @param delegatedRequest The arguments of the delegated revocation request.\n ///\n /// Example:\n /// revokeByDelegation({\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: {\n /// uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba',\n /// value: 0\n /// },\n /// signature: {\n /// v: 27,\n /// r: '0xb593...7142',\n /// s: '0x0f5b...2cce'\n /// },\n /// revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n /// deadline: 1673891048\n /// })\n function revokeByDelegation(DelegatedProxyRevocationRequest calldata delegatedRequest) public payable virtual {\n _verifyRevoke(delegatedRequest);\n\n return\n _eas.revoke{ value: msg.value }(\n RevocationRequest({ schema: delegatedRequest.schema, data: delegatedRequest.data })\n );\n }\n\n /// @notice Revokes existing attestations to multiple schemas via provided EIP712 signatures.\n /// @param multiDelegatedRequests The arguments of the delegated multi revocation attestation requests. The requests\n /// should be grouped by distinct schema ids to benefit from the best batching optimization.\n ///\n /// Example:\n /// multiRevokeByDelegation([{\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: [{\n /// uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n /// value: 1000\n /// },\n /// {\n /// uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n /// value: 0\n /// }],\n /// signatures: [{\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// {\n /// v: 28,\n /// r: '0x487s...67bb',\n /// s: '0x12ad...2366'\n /// }],\n /// revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n /// deadline: 1673891048\n /// }])\n function multiRevokeByDelegation(\n MultiDelegatedProxyRevocationRequest[] calldata multiDelegatedRequests\n ) public payable virtual {\n uint256 length = multiDelegatedRequests.length;\n MultiRevocationRequest[] memory multiRequests = new MultiRevocationRequest[](length);\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n MultiDelegatedProxyRevocationRequest memory multiDelegatedRequest = multiDelegatedRequests[i];\n RevocationRequestData[] memory data = multiDelegatedRequest.data;\n\n // Ensure that no inputs are missing.\n uint256 dataLength = data.length;\n if (dataLength == 0 || dataLength != multiDelegatedRequest.signatures.length) {\n revert InvalidLength();\n }\n\n // Verify EIP712 signatures. Please note that the signatures are assumed to be signed with increasing nonces.\n for (uint256 j = 0; j < dataLength; j = uncheckedInc(j)) {\n RevocationRequestData memory requestData = data[j];\n\n _verifyRevoke(\n DelegatedProxyRevocationRequest({\n schema: multiDelegatedRequest.schema,\n data: requestData,\n signature: multiDelegatedRequest.signatures[j],\n revoker: multiDelegatedRequest.revoker,\n deadline: multiDelegatedRequest.deadline\n })\n );\n }\n\n multiRequests[i] = MultiRevocationRequest({ schema: multiDelegatedRequest.schema, data: data });\n }\n\n _eas.multiRevoke{ value: msg.value }(multiRequests);\n }\n\n /// @dev Verifies delegated attestation request.\n /// @param request The arguments of the delegated attestation request.\n function _verifyAttest(DelegatedProxyAttestationRequest memory request) internal {\n if (request.deadline != NO_EXPIRATION_TIME && request.deadline < _time()) {\n revert DeadlineExpired();\n }\n\n AttestationRequestData memory data = request.data;\n Signature memory signature = request.signature;\n\n _verifyUnusedSignature(signature);\n\n bytes32 digest = _hashTypedDataV4(\n keccak256(\n abi.encode(\n ATTEST_PROXY_TYPEHASH,\n request.attester,\n request.schema,\n data.recipient,\n data.expirationTime,\n data.revocable,\n data.refUID,\n keccak256(data.data),\n data.value,\n request.deadline\n )\n )\n );\n\n if (ECDSA.recover(digest, signature.v, signature.r, signature.s) != request.attester) {\n revert InvalidSignature();\n }\n }\n\n /// @dev Verifies delegated revocation request.\n /// @param request The arguments of the delegated revocation request.\n function _verifyRevoke(DelegatedProxyRevocationRequest memory request) internal {\n if (request.deadline != NO_EXPIRATION_TIME && request.deadline < _time()) {\n revert DeadlineExpired();\n }\n\n RevocationRequestData memory data = request.data;\n\n // Allow only original attesters to revoke their attestations.\n address attester = _attesters[data.uid];\n if (attester == address(0)) {\n revert NotFound();\n }\n\n if (attester != msg.sender) {\n revert AccessDenied();\n }\n\n Signature memory signature = request.signature;\n\n _verifyUnusedSignature(signature);\n\n bytes32 digest = _hashTypedDataV4(\n keccak256(\n abi.encode(\n REVOKE_PROXY_TYPEHASH,\n request.revoker,\n request.schema,\n data.uid,\n data.value,\n request.deadline\n )\n )\n );\n\n if (ECDSA.recover(digest, signature.v, signature.r, signature.s) != request.revoker) {\n revert InvalidSignature();\n }\n }\n\n /// @dev Ensures that the provided EIP712 signature wasn't already used.\n /// @param signature The EIP712 signature data.\n function _verifyUnusedSignature(Signature memory signature) internal {\n bytes memory packedSignature = abi.encodePacked(signature.v, signature.r, signature.s);\n\n if (_signatures[packedSignature]) {\n revert UsedSignature();\n }\n\n _signatures[packedSignature] = true;\n }\n\n /// @dev Returns the current's block timestamp. This method is overridden during tests and used to simulate the\n /// current block time.\n function _time() internal view virtual returns (uint64) {\n return uint64(block.timestamp);\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\nimport { ISchemaRegistry } from \"./ISchemaRegistry.sol\";\nimport { ISemver } from \"./ISemver.sol\";\nimport { Attestation, Signature } from \"./Common.sol\";\n\n/// @notice A struct representing the arguments of the attestation request.\nstruct AttestationRequestData {\n address recipient; // The recipient of the attestation.\n uint64 expirationTime; // The time when the attestation expires (Unix timestamp).\n bool revocable; // Whether the attestation is revocable.\n bytes32 refUID; // The UID of the related attestation.\n bytes data; // Custom attestation data.\n uint256 value; // An explicit ETH amount to send to the resolver. This is important to prevent accidental user errors.\n}\n\n/// @notice A struct representing the full arguments of the attestation request.\nstruct AttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData data; // The arguments of the attestation request.\n}\n\n/// @notice A struct representing the full arguments of the full delegated attestation request.\nstruct DelegatedAttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData data; // The arguments of the attestation request.\n Signature signature; // The ECDSA signature data.\n address attester; // The attesting account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the full arguments of the multi attestation request.\nstruct MultiAttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData[] data; // The arguments of the attestation request.\n}\n\n/// @notice A struct representing the full arguments of the delegated multi attestation request.\nstruct MultiDelegatedAttestationRequest {\n bytes32 schema; // The unique identifier of the schema.\n AttestationRequestData[] data; // The arguments of the attestation requests.\n Signature[] signatures; // The ECDSA signatures data. Please note that the signatures are assumed to be signed with increasing nonces.\n address attester; // The attesting account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the arguments of the revocation request.\nstruct RevocationRequestData {\n bytes32 uid; // The UID of the attestation to revoke.\n uint256 value; // An explicit ETH amount to send to the resolver. This is important to prevent accidental user errors.\n}\n\n/// @notice A struct representing the full arguments of the revocation request.\nstruct RevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData data; // The arguments of the revocation request.\n}\n\n/// @notice A struct representing the arguments of the full delegated revocation request.\nstruct DelegatedRevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData data; // The arguments of the revocation request.\n Signature signature; // The ECDSA signature data.\n address revoker; // The revoking account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @notice A struct representing the full arguments of the multi revocation request.\nstruct MultiRevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData[] data; // The arguments of the revocation request.\n}\n\n/// @notice A struct representing the full arguments of the delegated multi revocation request.\nstruct MultiDelegatedRevocationRequest {\n bytes32 schema; // The unique identifier of the schema.\n RevocationRequestData[] data; // The arguments of the revocation requests.\n Signature[] signatures; // The ECDSA signatures data. Please note that the signatures are assumed to be signed with increasing nonces.\n address revoker; // The revoking account.\n uint64 deadline; // The deadline of the signature/request.\n}\n\n/// @title IEAS\n/// @notice EAS - Ethereum Attestation Service interface.\ninterface IEAS is ISemver {\n /// @notice Emitted when an attestation has been made.\n /// @param recipient The recipient of the attestation.\n /// @param attester The attesting account.\n /// @param uid The UID of the new attestation.\n /// @param schemaUID The UID of the schema.\n event Attested(address indexed recipient, address indexed attester, bytes32 uid, bytes32 indexed schemaUID);\n\n /// @notice Emitted when an attestation has been revoked.\n /// @param recipient The recipient of the attestation.\n /// @param attester The attesting account.\n /// @param schemaUID The UID of the schema.\n /// @param uid The UID the revoked attestation.\n event Revoked(address indexed recipient, address indexed attester, bytes32 uid, bytes32 indexed schemaUID);\n\n /// @notice Emitted when a data has been timestamped.\n /// @param data The data.\n /// @param timestamp The timestamp.\n event Timestamped(bytes32 indexed data, uint64 indexed timestamp);\n\n /// @notice Emitted when a data has been revoked.\n /// @param revoker The address of the revoker.\n /// @param data The data.\n /// @param timestamp The timestamp.\n event RevokedOffchain(address indexed revoker, bytes32 indexed data, uint64 indexed timestamp);\n\n /// @notice Returns the address of the global schema registry.\n /// @return The address of the global schema registry.\n function getSchemaRegistry() external view returns (ISchemaRegistry);\n\n /// @notice Attests to a specific schema.\n /// @param request The arguments of the attestation request.\n /// @return The UID of the new attestation.\n ///\n /// Example:\n /// attest({\n /// schema: \"0facc36681cbe2456019c1b0d1e7bedd6d1d40f6f324bf3dd3a4cef2999200a0\",\n /// data: {\n /// recipient: \"0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf\",\n /// expirationTime: 0,\n /// revocable: true,\n /// refUID: \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n /// data: \"0xF00D\",\n /// value: 0\n /// }\n /// })\n function attest(AttestationRequest calldata request) external payable returns (bytes32);\n\n /// @notice Attests to a specific schema via the provided ECDSA signature.\n /// @param delegatedRequest The arguments of the delegated attestation request.\n /// @return The UID of the new attestation.\n ///\n /// Example:\n /// attestByDelegation({\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: {\n /// recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n /// expirationTime: 1673891048,\n /// revocable: true,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x1234',\n /// value: 0\n /// },\n /// signature: {\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e',\n /// deadline: 1673891048\n /// })\n function attestByDelegation(\n DelegatedAttestationRequest calldata delegatedRequest\n ) external payable returns (bytes32);\n\n /// @notice Attests to multiple schemas.\n /// @param multiRequests The arguments of the multi attestation requests. The requests should be grouped by distinct\n /// schema ids to benefit from the best batching optimization.\n /// @return The UIDs of the new attestations.\n ///\n /// Example:\n /// multiAttest([{\n /// schema: '0x33e9094830a5cba5554d1954310e4fbed2ef5f859ec1404619adea4207f391fd',\n /// data: [{\n /// recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n /// expirationTime: 1673891048,\n /// revocable: true,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x1234',\n /// value: 1000\n /// },\n /// {\n /// recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n /// expirationTime: 0,\n /// revocable: false,\n /// refUID: '0x480df4a039efc31b11bfdf491b383ca138b6bde160988222a2a3509c02cee174',\n /// data: '0x00',\n /// value: 0\n /// }],\n /// },\n /// {\n /// schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425',\n /// data: [{\n /// recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n /// expirationTime: 0,\n /// revocable: true,\n /// refUID: '0x75bf2ed8dca25a8190c50c52db136664de25b2449535839008ccfdab469b214f',\n /// data: '0x12345678',\n /// value: 0\n /// },\n /// }])\n function multiAttest(MultiAttestationRequest[] calldata multiRequests) external payable returns (bytes32[] memory);\n\n /// @notice Attests to multiple schemas using via provided ECDSA signatures.\n /// @param multiDelegatedRequests The arguments of the delegated multi attestation requests. The requests should be\n /// grouped by distinct schema ids to benefit from the best batching optimization.\n /// @return The UIDs of the new attestations.\n ///\n /// Example:\n /// multiAttestByDelegation([{\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: [{\n /// recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n /// expirationTime: 1673891048,\n /// revocable: true,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x1234',\n /// value: 0\n /// },\n /// {\n /// recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n /// expirationTime: 0,\n /// revocable: false,\n /// refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n /// data: '0x00',\n /// value: 0\n /// }],\n /// signatures: [{\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// {\n /// v: 28,\n /// r: '0x487s...67bb',\n /// s: '0x12ad...2366'\n /// }],\n /// attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4',\n /// deadline: 1673891048\n /// }])\n function multiAttestByDelegation(\n MultiDelegatedAttestationRequest[] calldata multiDelegatedRequests\n ) external payable returns (bytes32[] memory);\n\n /// @notice Revokes an existing attestation to a specific schema.\n /// @param request The arguments of the revocation request.\n ///\n /// Example:\n /// revoke({\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: {\n /// uid: '0x101032e487642ee04ee17049f99a70590c735b8614079fc9275f9dd57c00966d',\n /// value: 0\n /// }\n /// })\n function revoke(RevocationRequest calldata request) external payable;\n\n /// @notice Revokes an existing attestation to a specific schema via the provided ECDSA signature.\n /// @param delegatedRequest The arguments of the delegated revocation request.\n ///\n /// Example:\n /// revokeByDelegation({\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: {\n /// uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba',\n /// value: 0\n /// },\n /// signature: {\n /// v: 27,\n /// r: '0xb593...7142',\n /// s: '0x0f5b...2cce'\n /// },\n /// revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n /// deadline: 1673891048\n /// })\n function revokeByDelegation(DelegatedRevocationRequest calldata delegatedRequest) external payable;\n\n /// @notice Revokes existing attestations to multiple schemas.\n /// @param multiRequests The arguments of the multi revocation requests. The requests should be grouped by distinct\n /// schema ids to benefit from the best batching optimization.\n ///\n /// Example:\n /// multiRevoke([{\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: [{\n /// uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n /// value: 1000\n /// },\n /// {\n /// uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n /// value: 0\n /// }],\n /// },\n /// {\n /// schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425',\n /// data: [{\n /// uid: '0x053d42abce1fd7c8fcddfae21845ad34dae287b2c326220b03ba241bc5a8f019',\n /// value: 0\n /// },\n /// }])\n function multiRevoke(MultiRevocationRequest[] calldata multiRequests) external payable;\n\n /// @notice Revokes existing attestations to multiple schemas via provided ECDSA signatures.\n /// @param multiDelegatedRequests The arguments of the delegated multi revocation attestation requests. The requests\n /// should be grouped by distinct schema ids to benefit from the best batching optimization.\n ///\n /// Example:\n /// multiRevokeByDelegation([{\n /// schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n /// data: [{\n /// uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n /// value: 1000\n /// },\n /// {\n /// uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n /// value: 0\n /// }],\n /// signatures: [{\n /// v: 28,\n /// r: '0x148c...b25b',\n /// s: '0x5a72...be22'\n /// },\n /// {\n /// v: 28,\n /// r: '0x487s...67bb',\n /// s: '0x12ad...2366'\n /// }],\n /// revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n /// deadline: 1673891048\n /// }])\n function multiRevokeByDelegation(\n MultiDelegatedRevocationRequest[] calldata multiDelegatedRequests\n ) external payable;\n\n /// @notice Timestamps the specified bytes32 data.\n /// @param data The data to timestamp.\n /// @return The timestamp the data was timestamped with.\n function timestamp(bytes32 data) external returns (uint64);\n\n /// @notice Timestamps the specified multiple bytes32 data.\n /// @param data The data to timestamp.\n /// @return The timestamp the data was timestamped with.\n function multiTimestamp(bytes32[] calldata data) external returns (uint64);\n\n /// @notice Revokes the specified bytes32 data.\n /// @param data The data to timestamp.\n /// @return The timestamp the data was revoked with.\n function revokeOffchain(bytes32 data) external returns (uint64);\n\n /// @notice Revokes the specified multiple bytes32 data.\n /// @param data The data to timestamp.\n /// @return The timestamp the data was revoked with.\n function multiRevokeOffchain(bytes32[] calldata data) external returns (uint64);\n\n /// @notice Returns an existing attestation by UID.\n /// @param uid The UID of the attestation to retrieve.\n /// @return The attestation data members.\n function getAttestation(bytes32 uid) external view returns (Attestation memory);\n\n /// @notice Checks whether an attestation exists.\n /// @param uid The UID of the attestation to retrieve.\n /// @return Whether an attestation exists.\n function isAttestationValid(bytes32 uid) external view returns (bool);\n\n /// @notice Returns the timestamp that the specified data was timestamped with.\n /// @param data The data to query.\n /// @return The timestamp the data was timestamped with.\n function getTimestamp(bytes32 data) external view returns (uint64);\n\n /// @notice Returns the timestamp that the specified data was timestamped with.\n /// @param data The data to query.\n /// @return The timestamp the data was timestamped with.\n function getRevokeOffchain(address revoker, bytes32 data) external view returns (uint64);\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\nimport { ISemver } from \"./ISemver.sol\";\n\nimport { ISchemaResolver } from \"./resolver/ISchemaResolver.sol\";\n\n/// @notice A struct representing a record for a submitted schema.\nstruct SchemaRecord {\n bytes32 uid; // The unique identifier of the schema.\n ISchemaResolver resolver; // Optional schema resolver.\n bool revocable; // Whether the schema allows revocations explicitly.\n string schema; // Custom specification of the schema (e.g., an ABI).\n}\n\n/// @title ISchemaRegistry\n/// @notice The interface of global attestation schemas for the Ethereum Attestation Service protocol.\ninterface ISchemaRegistry is ISemver {\n /// @notice Emitted when a new schema has been registered\n /// @param uid The schema UID.\n /// @param registerer The address of the account used to register the schema.\n /// @param schema The schema data.\n event Registered(bytes32 indexed uid, address indexed registerer, SchemaRecord schema);\n\n /// @notice Submits and reserves a new schema\n /// @param schema The schema data schema.\n /// @param resolver An optional schema resolver.\n /// @param revocable Whether the schema allows revocations explicitly.\n /// @return The UID of the new schema.\n function register(string calldata schema, ISchemaResolver resolver, bool revocable) external returns (bytes32);\n\n /// @notice Returns an existing schema by UID\n /// @param uid The UID of the schema to retrieve.\n /// @return The schema data members.\n function getSchema(bytes32 uid) external view returns (SchemaRecord memory);\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\n/// @title ISemver\n/// @notice A semver interface.\ninterface ISemver {\n /// @notice Returns the full semver contract version.\n /// @return Semver contract version as a string.\n function version() external view returns (string memory);\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.0;\n\nimport { ISemver } from \"../ISemver.sol\";\nimport { Attestation } from \"../Common.sol\";\n\n/// @title ISchemaResolver\n/// @notice The interface of an optional schema resolver.\ninterface ISchemaResolver is ISemver {\n /// @notice Checks if the resolver can be sent ETH.\n /// @return Whether the resolver supports ETH transfers.\n function isPayable() external pure returns (bool);\n\n /// @notice Processes an attestation and verifies whether it's valid.\n /// @param attestation The new attestation.\n /// @return Whether the attestation is valid.\n function attest(Attestation calldata attestation) external payable returns (bool);\n\n /// @notice Processes multiple attestations and verifies whether they are valid.\n /// @param attestations The new attestations.\n /// @param values Explicit ETH amounts which were sent with each attestation.\n /// @return Whether all the attestations are valid.\n function multiAttest(\n Attestation[] calldata attestations,\n uint256[] calldata values\n ) external payable returns (bool);\n\n /// @notice Processes an attestation revocation and verifies if it can be revoked.\n /// @param attestation The existing attestation to be revoked.\n /// @return Whether the attestation can be revoked.\n function revoke(Attestation calldata attestation) external payable returns (bool);\n\n /// @notice Processes revocation of multiple attestation and verifies they can be revoked.\n /// @param attestations The existing attestations to be revoked.\n /// @param values Explicit ETH amounts which were sent with each revocation.\n /// @return Whether the attestations can be revoked.\n function multiRevoke(\n Attestation[] calldata attestations,\n uint256[] calldata values\n ) external payable returns (bool);\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.4;\n\nimport { IEAS, Attestation } from \"../IEAS.sol\";\nimport { AccessDenied, InvalidEAS, InvalidLength, uncheckedInc } from \"../Common.sol\";\nimport { Semver } from \"../Semver.sol\";\n\nimport { ISchemaResolver } from \"./ISchemaResolver.sol\";\n\n/// @title SchemaResolver\n/// @notice The base schema resolver contract.\nabstract contract SchemaResolver is ISchemaResolver, Semver {\n error InsufficientValue();\n error NotPayable();\n\n // The global EAS contract.\n IEAS internal immutable _eas;\n\n /// @dev Creates a new resolver.\n /// @param eas The address of the global EAS contract.\n constructor(IEAS eas) Semver(1, 3, 0) {\n if (address(eas) == address(0)) {\n revert InvalidEAS();\n }\n\n _eas = eas;\n }\n\n /// @dev Ensures that only the EAS contract can make this call.\n modifier onlyEAS() {\n _onlyEAS();\n\n _;\n }\n\n /// @inheritdoc ISchemaResolver\n function isPayable() public pure virtual returns (bool) {\n return false;\n }\n\n /// @dev ETH callback.\n receive() external payable virtual {\n if (!isPayable()) {\n revert NotPayable();\n }\n }\n\n /// @inheritdoc ISchemaResolver\n function attest(Attestation calldata attestation) external payable onlyEAS returns (bool) {\n return onAttest(attestation, msg.value);\n }\n\n /// @inheritdoc ISchemaResolver\n function multiAttest(\n Attestation[] calldata attestations,\n uint256[] calldata values\n ) external payable onlyEAS returns (bool) {\n uint256 length = attestations.length;\n if (length != values.length) {\n revert InvalidLength();\n }\n\n // We are keeping track of the remaining ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 remainingValue = msg.value;\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // Ensure that the attester/revoker doesn't try to spend more than available.\n uint256 value = values[i];\n if (value > remainingValue) {\n revert InsufficientValue();\n }\n\n // Forward the attestation to the underlying resolver and return false in case it isn't approved.\n if (!onAttest(attestations[i], value)) {\n return false;\n }\n\n unchecked {\n // Subtract the ETH amount, that was provided to this attestation, from the global remaining ETH amount.\n remainingValue -= value;\n }\n }\n\n return true;\n }\n\n /// @inheritdoc ISchemaResolver\n function revoke(Attestation calldata attestation) external payable onlyEAS returns (bool) {\n return onRevoke(attestation, msg.value);\n }\n\n /// @inheritdoc ISchemaResolver\n function multiRevoke(\n Attestation[] calldata attestations,\n uint256[] calldata values\n ) external payable onlyEAS returns (bool) {\n uint256 length = attestations.length;\n if (length != values.length) {\n revert InvalidLength();\n }\n\n // We are keeping track of the remaining ETH amount that can be sent to resolvers and will keep deducting\n // from it to verify that there isn't any attempt to send too much ETH to resolvers. Please note that unless\n // some ETH was stuck in the contract by accident (which shouldn't happen in normal conditions), it won't be\n // possible to send too much ETH anyway.\n uint256 remainingValue = msg.value;\n\n for (uint256 i = 0; i < length; i = uncheckedInc(i)) {\n // Ensure that the attester/revoker doesn't try to spend more than available.\n uint256 value = values[i];\n if (value > remainingValue) {\n revert InsufficientValue();\n }\n\n // Forward the revocation to the underlying resolver and return false in case it isn't approved.\n if (!onRevoke(attestations[i], value)) {\n return false;\n }\n\n unchecked {\n // Subtract the ETH amount, that was provided to this attestation, from the global remaining ETH amount.\n remainingValue -= value;\n }\n }\n\n return true;\n }\n\n /// @notice A resolver callback that should be implemented by child contracts.\n /// @param attestation The new attestation.\n /// @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in\n /// both attest() and multiAttest() callbacks EAS-only callbacks and that in case of multi attestations, it'll\n /// usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all the\n /// attestations in the batch.\n /// @return Whether the attestation is valid.\n function onAttest(Attestation calldata attestation, uint256 value) internal virtual returns (bool);\n\n /// @notice Processes an attestation revocation and verifies if it can be revoked.\n /// @param attestation The existing attestation to be revoked.\n /// @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in\n /// both revoke() and multiRevoke() callbacks EAS-only callbacks and that in case of multi attestations, it'll\n /// usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all the\n /// attestations in the batch.\n /// @return Whether the attestation can be revoked.\n function onRevoke(Attestation calldata attestation, uint256 value) internal virtual returns (bool);\n\n /// @dev Ensures that only the EAS contract can make this call.\n function _onlyEAS() private view {\n if (msg.sender != address(_eas)) {\n revert AccessDenied();\n }\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity 0.8.26;\n\nimport { ISchemaResolver } from \"./resolver/ISchemaResolver.sol\";\n\nimport { EMPTY_UID } from \"./Common.sol\";\nimport { Semver } from \"./Semver.sol\";\nimport { ISchemaRegistry, SchemaRecord } from \"./ISchemaRegistry.sol\";\n\n/// @title SchemaRegistry\n/// @notice The global schema registry.\ncontract SchemaRegistry is ISchemaRegistry, Semver {\n error AlreadyExists();\n\n // The global mapping between schema records and their IDs.\n mapping(bytes32 uid => SchemaRecord schemaRecord) private _registry;\n\n /// @dev Creates a new SchemaRegistry instance.\n constructor() Semver(1, 3, 0) {}\n\n /// @inheritdoc ISchemaRegistry\n function register(string calldata schema, ISchemaResolver resolver, bool revocable) external returns (bytes32) {\n SchemaRecord memory schemaRecord = SchemaRecord({\n uid: EMPTY_UID,\n schema: schema,\n resolver: resolver,\n revocable: revocable\n });\n\n bytes32 uid = _getUID(schemaRecord);\n if (_registry[uid].uid != EMPTY_UID) {\n revert AlreadyExists();\n }\n\n schemaRecord.uid = uid;\n _registry[uid] = schemaRecord;\n\n emit Registered(uid, msg.sender, schemaRecord);\n\n return uid;\n }\n\n /// @inheritdoc ISchemaRegistry\n function getSchema(bytes32 uid) external view returns (SchemaRecord memory) {\n return _registry[uid];\n }\n\n /// @dev Calculates a UID for a given schema.\n /// @param schemaRecord The input schema.\n /// @return schema UID.\n function _getUID(SchemaRecord memory schemaRecord) private pure returns (bytes32) {\n return keccak256(abi.encodePacked(schemaRecord.schema, schemaRecord.resolver, schemaRecord.revocable));\n }\n}\n" - }, - "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol": { - "content": "// SPDX-License-Identifier: MIT\n\npragma solidity ^0.8.4;\n\nimport { Strings } from \"@openzeppelin/contracts/utils/Strings.sol\";\n\nimport { ISemver } from \"./ISemver.sol\";\n\n/// @title Semver\n/// @notice A simple contract for managing contract versions.\ncontract Semver is ISemver {\n // Contract's major version number.\n uint256 private immutable _major;\n\n // Contract's minor version number.\n uint256 private immutable _minor;\n\n // Contract's patch version number.\n uint256 private immutable _patch;\n\n /// @dev Create a new Semver instance.\n /// @param major Major version number.\n /// @param minor Minor version number.\n /// @param patch Patch version number.\n constructor(uint256 major, uint256 minor, uint256 patch) {\n _major = major;\n _minor = minor;\n _patch = patch;\n }\n\n /// @notice Returns the full semver contract version.\n /// @return Semver contract version as a string.\n function version() external view returns (string memory) {\n return\n string(\n abi.encodePacked(Strings.toString(_major), \".\", Strings.toString(_minor), \".\", Strings.toString(_patch))\n );\n }\n}\n" - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/AccessManaged.sol)\n\npragma solidity ^0.8.20;\n\nimport {IAuthority} from \"@openzeppelin/contracts/access/manager/IAuthority.sol\";\nimport {AuthorityUtils} from \"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {IAccessManaged} from \"@openzeppelin/contracts/access/manager/IAccessManaged.sol\";\nimport {ContextUpgradeable} from \"../../utils/ContextUpgradeable.sol\";\nimport {Initializable} from \"../../proxy/utils/Initializable.sol\";\n\n/**\n * @dev This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be\n * permissioned according to an \"authority\": a contract like {AccessManager} that follows the {IAuthority} interface,\n * implementing a policy that allows certain callers to access certain functions.\n *\n * IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public`\n * functions, and ideally only used in `external` functions. See {restricted}.\n */\nabstract contract AccessManagedUpgradeable is Initializable, ContextUpgradeable, IAccessManaged {\n /// @custom:storage-location erc7201:openzeppelin.storage.AccessManaged\n struct AccessManagedStorage {\n address _authority;\n\n bool _consumingSchedule;\n }\n\n // keccak256(abi.encode(uint256(keccak256(\"openzeppelin.storage.AccessManaged\")) - 1)) & ~bytes32(uint256(0xff))\n bytes32 private constant AccessManagedStorageLocation = 0xf3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00;\n\n function _getAccessManagedStorage() private pure returns (AccessManagedStorage storage $) {\n assembly {\n $.slot := AccessManagedStorageLocation\n }\n }\n\n /**\n * @dev Initializes the contract connected to an initial authority.\n */\n function __AccessManaged_init(address initialAuthority) internal onlyInitializing {\n __AccessManaged_init_unchained(initialAuthority);\n }\n\n function __AccessManaged_init_unchained(address initialAuthority) internal onlyInitializing {\n _setAuthority(initialAuthority);\n }\n\n /**\n * @dev Restricts access to a function as defined by the connected Authority for this contract and the\n * caller and selector of the function that entered the contract.\n *\n * [IMPORTANT]\n * ====\n * In general, this modifier should only be used on `external` functions. It is okay to use it on `public`\n * functions that are used as external entry points and are not called internally. Unless you know what you're\n * doing, it should never be used on `internal` functions. Failure to follow these rules can have critical security\n * implications! This is because the permissions are determined by the function that entered the contract, i.e. the\n * function at the bottom of the call stack, and not the function where the modifier is visible in the source code.\n * ====\n *\n * [WARNING]\n * ====\n * Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`]\n * function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These\n * functions are the only execution paths where a function selector cannot be unambiguosly determined from the calldata\n * since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function\n * if no calldata is provided. (See {_checkCanCall}).\n *\n * The `receive()` function will always panic whereas the `fallback()` may panic depending on the calldata length.\n * ====\n */\n modifier restricted() {\n _checkCanCall(_msgSender(), _msgData());\n _;\n }\n\n /// @inheritdoc IAccessManaged\n function authority() public view virtual returns (address) {\n AccessManagedStorage storage $ = _getAccessManagedStorage();\n return $._authority;\n }\n\n /// @inheritdoc IAccessManaged\n function setAuthority(address newAuthority) public virtual {\n address caller = _msgSender();\n if (caller != authority()) {\n revert AccessManagedUnauthorized(caller);\n }\n if (newAuthority.code.length == 0) {\n revert AccessManagedInvalidAuthority(newAuthority);\n }\n _setAuthority(newAuthority);\n }\n\n /// @inheritdoc IAccessManaged\n function isConsumingScheduledOp() public view returns (bytes4) {\n AccessManagedStorage storage $ = _getAccessManagedStorage();\n return $._consumingSchedule ? this.isConsumingScheduledOp.selector : bytes4(0);\n }\n\n /**\n * @dev Transfers control to a new authority. Internal function with no access restriction. Allows bypassing the\n * permissions set by the current authority.\n */\n function _setAuthority(address newAuthority) internal virtual {\n AccessManagedStorage storage $ = _getAccessManagedStorage();\n $._authority = newAuthority;\n emit AuthorityUpdated(newAuthority);\n }\n\n /**\n * @dev Reverts if the caller is not allowed to call the function identified by a selector. Panics if the calldata\n * is less than 4 bytes long.\n */\n function _checkCanCall(address caller, bytes calldata data) internal virtual {\n AccessManagedStorage storage $ = _getAccessManagedStorage();\n (bool immediate, uint32 delay) = AuthorityUtils.canCallWithDelay(\n authority(),\n caller,\n address(this),\n bytes4(data[0:4])\n );\n if (!immediate) {\n if (delay > 0) {\n $._consumingSchedule = true;\n IAccessManager(authority()).consumeScheduledOp(caller, data);\n $._consumingSchedule = false;\n } else {\n revert AccessManagedUnauthorized(caller);\n }\n }\n }\n}\n" - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/AccessManager.sol)\n\npragma solidity ^0.8.20;\n\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\nimport {IAccessManaged} from \"@openzeppelin/contracts/access/manager/IAccessManaged.sol\";\nimport {Address} from \"@openzeppelin/contracts/utils/Address.sol\";\nimport {ContextUpgradeable} from \"../../utils/ContextUpgradeable.sol\";\nimport {MulticallUpgradeable} from \"../../utils/MulticallUpgradeable.sol\";\nimport {Math} from \"@openzeppelin/contracts/utils/math/Math.sol\";\nimport {Time} from \"@openzeppelin/contracts/utils/types/Time.sol\";\nimport {Initializable} from \"../../proxy/utils/Initializable.sol\";\n\n/**\n * @dev AccessManager is a central contract to store the permissions of a system.\n *\n * A smart contract under the control of an AccessManager instance is known as a target, and will inherit from the\n * {AccessManaged} contract, be connected to this contract as its manager and implement the {AccessManaged-restricted}\n * modifier on a set of functions selected to be permissioned. Note that any function without this setup won't be\n * effectively restricted.\n *\n * The restriction rules for such functions are defined in terms of \"roles\" identified by an `uint64` and scoped\n * by target (`address`) and function selectors (`bytes4`). These roles are stored in this contract and can be\n * configured by admins (`ADMIN_ROLE` members) after a delay (see {getTargetAdminDelay}).\n *\n * For each target contract, admins can configure the following without any delay:\n *\n * * The target's {AccessManaged-authority} via {updateAuthority}.\n * * Close or open a target via {setTargetClosed} keeping the permissions intact.\n * * The roles that are allowed (or disallowed) to call a given function (identified by its selector) through {setTargetFunctionRole}.\n *\n * By default every address is member of the `PUBLIC_ROLE` and every target function is restricted to the `ADMIN_ROLE` until configured otherwise.\n * Additionally, each role has the following configuration options restricted to this manager's admins:\n *\n * * A role's admin role via {setRoleAdmin} who can grant or revoke roles.\n * * A role's guardian role via {setRoleGuardian} who's allowed to cancel operations.\n * * A delay in which a role takes effect after being granted through {setGrantDelay}.\n * * A delay of any target's admin action via {setTargetAdminDelay}.\n * * A role label for discoverability purposes with {labelRole}.\n *\n * Any account can be added and removed into any number of these roles by using the {grantRole} and {revokeRole} functions\n * restricted to each role's admin (see {getRoleAdmin}).\n *\n * Since all the permissions of the managed system can be modified by the admins of this instance, it is expected that\n * they will be highly secured (e.g., a multisig or a well-configured DAO).\n *\n * NOTE: This contract implements a form of the {IAuthority} interface, but {canCall} has additional return data so it\n * doesn't inherit `IAuthority`. It is however compatible with the `IAuthority` interface since the first 32 bytes of\n * the return data are a boolean as expected by that interface.\n *\n * NOTE: Systems that implement other access control mechanisms (for example using {Ownable}) can be paired with an\n * {AccessManager} by transferring permissions (ownership in the case of {Ownable}) directly to the {AccessManager}.\n * Users will be able to interact with these contracts through the {execute} function, following the access rules\n * registered in the {AccessManager}. Keep in mind that in that context, the msg.sender seen by restricted functions\n * will be {AccessManager} itself.\n *\n * WARNING: When granting permissions over an {Ownable} or {AccessControl} contract to an {AccessManager}, be very\n * mindful of the danger associated with functions such as {{Ownable-renounceOwnership}} or\n * {{AccessControl-renounceRole}}.\n */\ncontract AccessManagerUpgradeable is Initializable, ContextUpgradeable, MulticallUpgradeable, IAccessManager {\n using Time for *;\n\n // Structure that stores the details for a target contract.\n struct TargetConfig {\n mapping(bytes4 selector => uint64 roleId) allowedRoles;\n Time.Delay adminDelay;\n bool closed;\n }\n\n // Structure that stores the details for a role/account pair. This structures fit into a single slot.\n struct Access {\n // Timepoint at which the user gets the permission.\n // If this is either 0 or in the future, then the role permission is not available.\n uint48 since;\n // Delay for execution. Only applies to restricted() / execute() calls.\n Time.Delay delay;\n }\n\n // Structure that stores the details of a role.\n struct Role {\n // Members of the role.\n mapping(address user => Access access) members;\n // Admin who can grant or revoke permissions.\n uint64 admin;\n // Guardian who can cancel operations targeting functions that need this role.\n uint64 guardian;\n // Delay in which the role takes effect after being granted.\n Time.Delay grantDelay;\n }\n\n // Structure that stores the details for a scheduled operation. This structure fits into a single slot.\n struct Schedule {\n // Moment at which the operation can be executed.\n uint48 timepoint;\n // Operation nonce to allow third-party contracts to identify the operation.\n uint32 nonce;\n }\n\n uint64 public constant ADMIN_ROLE = type(uint64).min; // 0\n uint64 public constant PUBLIC_ROLE = type(uint64).max; // 2**64-1\n\n /// @custom:storage-location erc7201:openzeppelin.storage.AccessManager\n struct AccessManagerStorage {\n mapping(address target => TargetConfig mode) _targets;\n mapping(uint64 roleId => Role) _roles;\n mapping(bytes32 operationId => Schedule) _schedules;\n\n // Used to identify operations that are currently being executed via {execute}.\n // This should be transient storage when supported by the EVM.\n bytes32 _executionId;\n }\n\n // keccak256(abi.encode(uint256(keccak256(\"openzeppelin.storage.AccessManager\")) - 1)) & ~bytes32(uint256(0xff))\n bytes32 private constant AccessManagerStorageLocation = 0x40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00;\n\n function _getAccessManagerStorage() private pure returns (AccessManagerStorage storage $) {\n assembly {\n $.slot := AccessManagerStorageLocation\n }\n }\n\n /**\n * @dev Check that the caller is authorized to perform the operation, following the restrictions encoded in\n * {_getAdminRestrictions}.\n */\n modifier onlyAuthorized() {\n _checkAuthorized();\n _;\n }\n\n function __AccessManager_init(address initialAdmin) internal onlyInitializing {\n __AccessManager_init_unchained(initialAdmin);\n }\n\n function __AccessManager_init_unchained(address initialAdmin) internal onlyInitializing {\n if (initialAdmin == address(0)) {\n revert AccessManagerInvalidInitialAdmin(address(0));\n }\n\n // admin is active immediately and without any execution delay.\n _grantRole(ADMIN_ROLE, initialAdmin, 0, 0);\n }\n\n // =================================================== GETTERS ====================================================\n /// @inheritdoc IAccessManager\n function canCall(\n address caller,\n address target,\n bytes4 selector\n ) public view virtual returns (bool immediate, uint32 delay) {\n if (isTargetClosed(target)) {\n return (false, 0);\n } else if (caller == address(this)) {\n // Caller is AccessManager, this means the call was sent through {execute} and it already checked\n // permissions. We verify that the call \"identifier\", which is set during {execute}, is correct.\n return (_isExecuting(target, selector), 0);\n } else {\n uint64 roleId = getTargetFunctionRole(target, selector);\n (bool isMember, uint32 currentDelay) = hasRole(roleId, caller);\n return isMember ? (currentDelay == 0, currentDelay) : (false, 0);\n }\n }\n\n /// @inheritdoc IAccessManager\n function expiration() public view virtual returns (uint32) {\n return 1 weeks;\n }\n\n /// @inheritdoc IAccessManager\n function minSetback() public view virtual returns (uint32) {\n return 5 days;\n }\n\n /// @inheritdoc IAccessManager\n function isTargetClosed(address target) public view virtual returns (bool) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._targets[target].closed;\n }\n\n /// @inheritdoc IAccessManager\n function getTargetFunctionRole(address target, bytes4 selector) public view virtual returns (uint64) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._targets[target].allowedRoles[selector];\n }\n\n /// @inheritdoc IAccessManager\n function getTargetAdminDelay(address target) public view virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._targets[target].adminDelay.get();\n }\n\n /// @inheritdoc IAccessManager\n function getRoleAdmin(uint64 roleId) public view virtual returns (uint64) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._roles[roleId].admin;\n }\n\n /// @inheritdoc IAccessManager\n function getRoleGuardian(uint64 roleId) public view virtual returns (uint64) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._roles[roleId].guardian;\n }\n\n /// @inheritdoc IAccessManager\n function getRoleGrantDelay(uint64 roleId) public view virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._roles[roleId].grantDelay.get();\n }\n\n /// @inheritdoc IAccessManager\n function getAccess(\n uint64 roleId,\n address account\n ) public view virtual returns (uint48 since, uint32 currentDelay, uint32 pendingDelay, uint48 effect) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n Access storage access = $._roles[roleId].members[account];\n\n since = access.since;\n (currentDelay, pendingDelay, effect) = access.delay.getFull();\n\n return (since, currentDelay, pendingDelay, effect);\n }\n\n /// @inheritdoc IAccessManager\n function hasRole(\n uint64 roleId,\n address account\n ) public view virtual returns (bool isMember, uint32 executionDelay) {\n if (roleId == PUBLIC_ROLE) {\n return (true, 0);\n } else {\n (uint48 hasRoleSince, uint32 currentDelay, , ) = getAccess(roleId, account);\n return (hasRoleSince != 0 && hasRoleSince <= Time.timestamp(), currentDelay);\n }\n }\n\n // =============================================== ROLE MANAGEMENT ===============================================\n /// @inheritdoc IAccessManager\n function labelRole(uint64 roleId, string calldata label) public virtual onlyAuthorized {\n if (roleId == ADMIN_ROLE || roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n emit RoleLabel(roleId, label);\n }\n\n /// @inheritdoc IAccessManager\n function grantRole(uint64 roleId, address account, uint32 executionDelay) public virtual onlyAuthorized {\n _grantRole(roleId, account, getRoleGrantDelay(roleId), executionDelay);\n }\n\n /// @inheritdoc IAccessManager\n function revokeRole(uint64 roleId, address account) public virtual onlyAuthorized {\n _revokeRole(roleId, account);\n }\n\n /// @inheritdoc IAccessManager\n function renounceRole(uint64 roleId, address callerConfirmation) public virtual {\n if (callerConfirmation != _msgSender()) {\n revert AccessManagerBadConfirmation();\n }\n _revokeRole(roleId, callerConfirmation);\n }\n\n /// @inheritdoc IAccessManager\n function setRoleAdmin(uint64 roleId, uint64 admin) public virtual onlyAuthorized {\n _setRoleAdmin(roleId, admin);\n }\n\n /// @inheritdoc IAccessManager\n function setRoleGuardian(uint64 roleId, uint64 guardian) public virtual onlyAuthorized {\n _setRoleGuardian(roleId, guardian);\n }\n\n /// @inheritdoc IAccessManager\n function setGrantDelay(uint64 roleId, uint32 newDelay) public virtual onlyAuthorized {\n _setGrantDelay(roleId, newDelay);\n }\n\n /**\n * @dev Internal version of {grantRole} without access control. Returns true if the role was newly granted.\n *\n * Emits a {RoleGranted} event.\n */\n function _grantRole(\n uint64 roleId,\n address account,\n uint32 grantDelay,\n uint32 executionDelay\n ) internal virtual returns (bool) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n\n bool newMember = $._roles[roleId].members[account].since == 0;\n uint48 since;\n\n if (newMember) {\n since = Time.timestamp() + grantDelay;\n $._roles[roleId].members[account] = Access({since: since, delay: executionDelay.toDelay()});\n } else {\n // No setback here. Value can be reset by doing revoke + grant, effectively allowing the admin to perform\n // any change to the execution delay within the duration of the role admin delay.\n ($._roles[roleId].members[account].delay, since) = $._roles[roleId].members[account].delay.withUpdate(\n executionDelay,\n 0\n );\n }\n\n emit RoleGranted(roleId, account, executionDelay, since, newMember);\n return newMember;\n }\n\n /**\n * @dev Internal version of {revokeRole} without access control. This logic is also used by {renounceRole}.\n * Returns true if the role was previously granted.\n *\n * Emits a {RoleRevoked} event if the account had the role.\n */\n function _revokeRole(uint64 roleId, address account) internal virtual returns (bool) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n\n if ($._roles[roleId].members[account].since == 0) {\n return false;\n }\n\n delete $._roles[roleId].members[account];\n\n emit RoleRevoked(roleId, account);\n return true;\n }\n\n /**\n * @dev Internal version of {setRoleAdmin} without access control.\n *\n * Emits a {RoleAdminChanged} event.\n *\n * NOTE: Setting the admin role as the `PUBLIC_ROLE` is allowed, but it will effectively allow\n * anyone to set grant or revoke such role.\n */\n function _setRoleAdmin(uint64 roleId, uint64 admin) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (roleId == ADMIN_ROLE || roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n\n $._roles[roleId].admin = admin;\n\n emit RoleAdminChanged(roleId, admin);\n }\n\n /**\n * @dev Internal version of {setRoleGuardian} without access control.\n *\n * Emits a {RoleGuardianChanged} event.\n *\n * NOTE: Setting the guardian role as the `PUBLIC_ROLE` is allowed, but it will effectively allow\n * anyone to cancel any scheduled operation for such role.\n */\n function _setRoleGuardian(uint64 roleId, uint64 guardian) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (roleId == ADMIN_ROLE || roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n\n $._roles[roleId].guardian = guardian;\n\n emit RoleGuardianChanged(roleId, guardian);\n }\n\n /**\n * @dev Internal version of {setGrantDelay} without access control.\n *\n * Emits a {RoleGrantDelayChanged} event.\n */\n function _setGrantDelay(uint64 roleId, uint32 newDelay) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (roleId == PUBLIC_ROLE) {\n revert AccessManagerLockedRole(roleId);\n }\n\n uint48 effect;\n ($._roles[roleId].grantDelay, effect) = $._roles[roleId].grantDelay.withUpdate(newDelay, minSetback());\n\n emit RoleGrantDelayChanged(roleId, newDelay, effect);\n }\n\n // ============================================= FUNCTION MANAGEMENT ==============================================\n /// @inheritdoc IAccessManager\n function setTargetFunctionRole(\n address target,\n bytes4[] calldata selectors,\n uint64 roleId\n ) public virtual onlyAuthorized {\n for (uint256 i = 0; i < selectors.length; ++i) {\n _setTargetFunctionRole(target, selectors[i], roleId);\n }\n }\n\n /**\n * @dev Internal version of {setTargetFunctionRole} without access control.\n *\n * Emits a {TargetFunctionRoleUpdated} event.\n */\n function _setTargetFunctionRole(address target, bytes4 selector, uint64 roleId) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n $._targets[target].allowedRoles[selector] = roleId;\n emit TargetFunctionRoleUpdated(target, selector, roleId);\n }\n\n /// @inheritdoc IAccessManager\n function setTargetAdminDelay(address target, uint32 newDelay) public virtual onlyAuthorized {\n _setTargetAdminDelay(target, newDelay);\n }\n\n /**\n * @dev Internal version of {setTargetAdminDelay} without access control.\n *\n * Emits a {TargetAdminDelayUpdated} event.\n */\n function _setTargetAdminDelay(address target, uint32 newDelay) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n uint48 effect;\n ($._targets[target].adminDelay, effect) = $._targets[target].adminDelay.withUpdate(newDelay, minSetback());\n\n emit TargetAdminDelayUpdated(target, newDelay, effect);\n }\n\n // =============================================== MODE MANAGEMENT ================================================\n /// @inheritdoc IAccessManager\n function setTargetClosed(address target, bool closed) public virtual onlyAuthorized {\n _setTargetClosed(target, closed);\n }\n\n /**\n * @dev Set the closed flag for a contract. This is an internal setter with no access restrictions.\n *\n * Emits a {TargetClosed} event.\n */\n function _setTargetClosed(address target, bool closed) internal virtual {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n if (target == address(this)) {\n revert AccessManagerLockedAccount(target);\n }\n $._targets[target].closed = closed;\n emit TargetClosed(target, closed);\n }\n\n // ============================================== DELAYED OPERATIONS ==============================================\n /// @inheritdoc IAccessManager\n function getSchedule(bytes32 id) public view virtual returns (uint48) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n uint48 timepoint = $._schedules[id].timepoint;\n return _isExpired(timepoint) ? 0 : timepoint;\n }\n\n /// @inheritdoc IAccessManager\n function getNonce(bytes32 id) public view virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._schedules[id].nonce;\n }\n\n /// @inheritdoc IAccessManager\n function schedule(\n address target,\n bytes calldata data,\n uint48 when\n ) public virtual returns (bytes32 operationId, uint32 nonce) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n address caller = _msgSender();\n\n // Fetch restrictions that apply to the caller on the targeted function\n (, uint32 setback) = _canCallExtended(caller, target, data);\n\n uint48 minWhen = Time.timestamp() + setback;\n\n // if call with delay is not authorized, or if requested timing is too soon\n if (setback == 0 || (when > 0 && when < minWhen)) {\n revert AccessManagerUnauthorizedCall(caller, target, _checkSelector(data));\n }\n\n // Reuse variable due to stack too deep\n when = uint48(Math.max(when, minWhen)); // cast is safe: both inputs are uint48\n\n // If caller is authorised, schedule operation\n operationId = hashOperation(caller, target, data);\n\n _checkNotScheduled(operationId);\n\n unchecked {\n // It's not feasible to overflow the nonce in less than 1000 years\n nonce = $._schedules[operationId].nonce + 1;\n }\n $._schedules[operationId].timepoint = when;\n $._schedules[operationId].nonce = nonce;\n emit OperationScheduled(operationId, nonce, when, caller, target, data);\n\n // Using named return values because otherwise we get stack too deep\n }\n\n /**\n * @dev Reverts if the operation is currently scheduled and has not expired.\n * (Note: This function was introduced due to stack too deep errors in schedule.)\n */\n function _checkNotScheduled(bytes32 operationId) private view {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n uint48 prevTimepoint = $._schedules[operationId].timepoint;\n if (prevTimepoint != 0 && !_isExpired(prevTimepoint)) {\n revert AccessManagerAlreadyScheduled(operationId);\n }\n }\n\n /// @inheritdoc IAccessManager\n // Reentrancy is not an issue because permissions are checked on msg.sender. Additionally,\n // _consumeScheduledOp guarantees a scheduled operation is only executed once.\n // slither-disable-next-line reentrancy-no-eth\n function execute(address target, bytes calldata data) public payable virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n address caller = _msgSender();\n\n // Fetch restrictions that apply to the caller on the targeted function\n (bool immediate, uint32 setback) = _canCallExtended(caller, target, data);\n\n // If caller is not authorised, revert\n if (!immediate && setback == 0) {\n revert AccessManagerUnauthorizedCall(caller, target, _checkSelector(data));\n }\n\n bytes32 operationId = hashOperation(caller, target, data);\n uint32 nonce;\n\n // If caller is authorised, check operation was scheduled early enough\n // Consume an available schedule even if there is no currently enforced delay\n if (setback != 0 || getSchedule(operationId) != 0) {\n nonce = _consumeScheduledOp(operationId);\n }\n\n // Mark the target and selector as authorised\n bytes32 executionIdBefore = $._executionId;\n $._executionId = _hashExecutionId(target, _checkSelector(data));\n\n // Perform call\n Address.functionCallWithValue(target, data, msg.value);\n\n // Reset execute identifier\n $._executionId = executionIdBefore;\n\n return nonce;\n }\n\n /// @inheritdoc IAccessManager\n function cancel(address caller, address target, bytes calldata data) public virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n address msgsender = _msgSender();\n bytes4 selector = _checkSelector(data);\n\n bytes32 operationId = hashOperation(caller, target, data);\n if ($._schedules[operationId].timepoint == 0) {\n revert AccessManagerNotScheduled(operationId);\n } else if (caller != msgsender) {\n // calls can only be canceled by the account that scheduled them, a global admin, or by a guardian of the required role.\n (bool isAdmin, ) = hasRole(ADMIN_ROLE, msgsender);\n (bool isGuardian, ) = hasRole(getRoleGuardian(getTargetFunctionRole(target, selector)), msgsender);\n if (!isAdmin && !isGuardian) {\n revert AccessManagerUnauthorizedCancel(msgsender, caller, target, selector);\n }\n }\n\n delete $._schedules[operationId].timepoint; // reset the timepoint, keep the nonce\n uint32 nonce = $._schedules[operationId].nonce;\n emit OperationCanceled(operationId, nonce);\n\n return nonce;\n }\n\n /// @inheritdoc IAccessManager\n function consumeScheduledOp(address caller, bytes calldata data) public virtual {\n address target = _msgSender();\n if (IAccessManaged(target).isConsumingScheduledOp() != IAccessManaged.isConsumingScheduledOp.selector) {\n revert AccessManagerUnauthorizedConsume(target);\n }\n _consumeScheduledOp(hashOperation(caller, target, data));\n }\n\n /**\n * @dev Internal variant of {consumeScheduledOp} that operates on bytes32 operationId.\n *\n * Returns the nonce of the scheduled operation that is consumed.\n */\n function _consumeScheduledOp(bytes32 operationId) internal virtual returns (uint32) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n uint48 timepoint = $._schedules[operationId].timepoint;\n uint32 nonce = $._schedules[operationId].nonce;\n\n if (timepoint == 0) {\n revert AccessManagerNotScheduled(operationId);\n } else if (timepoint > Time.timestamp()) {\n revert AccessManagerNotReady(operationId);\n } else if (_isExpired(timepoint)) {\n revert AccessManagerExpired(operationId);\n }\n\n delete $._schedules[operationId].timepoint; // reset the timepoint, keep the nonce\n emit OperationExecuted(operationId, nonce);\n\n return nonce;\n }\n\n /// @inheritdoc IAccessManager\n function hashOperation(address caller, address target, bytes calldata data) public view virtual returns (bytes32) {\n return keccak256(abi.encode(caller, target, data));\n }\n\n // ==================================================== OTHERS ====================================================\n /// @inheritdoc IAccessManager\n function updateAuthority(address target, address newAuthority) public virtual onlyAuthorized {\n IAccessManaged(target).setAuthority(newAuthority);\n }\n\n // ================================================= ADMIN LOGIC ==================================================\n /**\n * @dev Check if the current call is authorized according to admin logic.\n */\n function _checkAuthorized() private {\n address caller = _msgSender();\n (bool immediate, uint32 delay) = _canCallSelf(caller, _msgData());\n if (!immediate) {\n if (delay == 0) {\n (, uint64 requiredRole, ) = _getAdminRestrictions(_msgData());\n revert AccessManagerUnauthorizedAccount(caller, requiredRole);\n } else {\n _consumeScheduledOp(hashOperation(caller, address(this), _msgData()));\n }\n }\n }\n\n /**\n * @dev Get the admin restrictions of a given function call based on the function and arguments involved.\n *\n * Returns:\n * - bool restricted: does this data match a restricted operation\n * - uint64: which role is this operation restricted to\n * - uint32: minimum delay to enforce for that operation (max between operation's delay and admin's execution delay)\n */\n function _getAdminRestrictions(\n bytes calldata data\n ) private view returns (bool restricted, uint64 roleAdminId, uint32 executionDelay) {\n if (data.length < 4) {\n return (false, 0, 0);\n }\n\n bytes4 selector = _checkSelector(data);\n\n // Restricted to ADMIN with no delay beside any execution delay the caller may have\n if (\n selector == this.labelRole.selector ||\n selector == this.setRoleAdmin.selector ||\n selector == this.setRoleGuardian.selector ||\n selector == this.setGrantDelay.selector ||\n selector == this.setTargetAdminDelay.selector\n ) {\n return (true, ADMIN_ROLE, 0);\n }\n\n // Restricted to ADMIN with the admin delay corresponding to the target\n if (\n selector == this.updateAuthority.selector ||\n selector == this.setTargetClosed.selector ||\n selector == this.setTargetFunctionRole.selector\n ) {\n // First argument is a target.\n address target = abi.decode(data[0x04:0x24], (address));\n uint32 delay = getTargetAdminDelay(target);\n return (true, ADMIN_ROLE, delay);\n }\n\n // Restricted to that role's admin with no delay beside any execution delay the caller may have.\n if (selector == this.grantRole.selector || selector == this.revokeRole.selector) {\n // First argument is a roleId.\n uint64 roleId = abi.decode(data[0x04:0x24], (uint64));\n return (true, getRoleAdmin(roleId), 0);\n }\n\n return (false, 0, 0);\n }\n\n // =================================================== HELPERS ====================================================\n /**\n * @dev An extended version of {canCall} for internal usage that checks {_canCallSelf}\n * when the target is this contract.\n *\n * Returns:\n * - bool immediate: whether the operation can be executed immediately (with no delay)\n * - uint32 delay: the execution delay\n */\n function _canCallExtended(\n address caller,\n address target,\n bytes calldata data\n ) private view returns (bool immediate, uint32 delay) {\n if (target == address(this)) {\n return _canCallSelf(caller, data);\n } else {\n return data.length < 4 ? (false, 0) : canCall(caller, target, _checkSelector(data));\n }\n }\n\n /**\n * @dev A version of {canCall} that checks for admin restrictions in this contract.\n */\n function _canCallSelf(address caller, bytes calldata data) private view returns (bool immediate, uint32 delay) {\n if (data.length < 4) {\n return (false, 0);\n }\n\n if (caller == address(this)) {\n // Caller is AccessManager, this means the call was sent through {execute} and it already checked\n // permissions. We verify that the call \"identifier\", which is set during {execute}, is correct.\n return (_isExecuting(address(this), _checkSelector(data)), 0);\n }\n\n (bool enabled, uint64 roleId, uint32 operationDelay) = _getAdminRestrictions(data);\n if (!enabled) {\n return (false, 0);\n }\n\n (bool inRole, uint32 executionDelay) = hasRole(roleId, caller);\n if (!inRole) {\n return (false, 0);\n }\n\n // downcast is safe because both options are uint32\n delay = uint32(Math.max(operationDelay, executionDelay));\n return (delay == 0, delay);\n }\n\n /**\n * @dev Returns true if a call with `target` and `selector` is being executed via {executed}.\n */\n function _isExecuting(address target, bytes4 selector) private view returns (bool) {\n AccessManagerStorage storage $ = _getAccessManagerStorage();\n return $._executionId == _hashExecutionId(target, selector);\n }\n\n /**\n * @dev Returns true if a schedule timepoint is past its expiration deadline.\n */\n function _isExpired(uint48 timepoint) private view returns (bool) {\n return timepoint + expiration() <= Time.timestamp();\n }\n\n /**\n * @dev Extracts the selector from calldata. Panics if data is not at least 4 bytes\n */\n function _checkSelector(bytes calldata data) private pure returns (bytes4) {\n return bytes4(data[0:4]);\n }\n\n /**\n * @dev Hashing function for execute protection\n */\n function _hashExecutionId(address target, bytes4 selector) private pure returns (bytes32) {\n return keccak256(abi.encode(target, selector));\n }\n}\n" - }, - "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (proxy/utils/Initializable.sol)\n\npragma solidity ^0.8.20;\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 * ```solidity\n * contract MyToken is ERC20Upgradeable {\n * function initialize() initializer public {\n * __ERC20_init(\"MyToken\", \"MTK\");\n * }\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 Storage of the initializable contract.\n *\n * It's implemented on a custom ERC-7201 namespace to reduce the risk of storage collisions\n * when using with upgradeable contracts.\n *\n * @custom:storage-location erc7201:openzeppelin.storage.Initializable\n */\n struct InitializableStorage {\n /**\n * @dev Indicates that the contract has been initialized.\n */\n uint64 _initialized;\n /**\n * @dev Indicates that the contract is in the process of being initialized.\n */\n bool _initializing;\n }\n\n // keccak256(abi.encode(uint256(keccak256(\"openzeppelin.storage.Initializable\")) - 1)) & ~bytes32(uint256(0xff))\n bytes32 private constant INITIALIZABLE_STORAGE = 0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00;\n\n /**\n * @dev The contract is already initialized.\n */\n error InvalidInitialization();\n\n /**\n * @dev The contract is not initializing.\n */\n error NotInitializing();\n\n /**\n * @dev Triggered when the contract has been initialized or reinitialized.\n */\n event Initialized(uint64 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 in the context of a constructor an `initializer` may be invoked any\n * number of times. This behavior in the constructor can be useful during testing and is not expected to be used in\n * production.\n *\n * Emits an {Initialized} event.\n */\n modifier initializer() {\n // solhint-disable-next-line var-name-mixedcase\n InitializableStorage storage $ = _getInitializableStorage();\n\n // Cache values to avoid duplicated sloads\n bool isTopLevelCall = !$._initializing;\n uint64 initialized = $._initialized;\n\n // Allowed calls:\n // - initialSetup: the contract is not in the initializing state and no previous version was\n // initialized\n // - construction: the contract is initialized at version 1 (no reininitialization) and the\n // current contract is just being deployed\n bool initialSetup = initialized == 0 && isTopLevelCall;\n bool construction = initialized == 1 && address(this).code.length == 0;\n\n if (!initialSetup && !construction) {\n revert InvalidInitialization();\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 2**64 - 1 will prevent any future reinitialization.\n *\n * Emits an {Initialized} event.\n */\n modifier reinitializer(uint64 version) {\n // solhint-disable-next-line var-name-mixedcase\n InitializableStorage storage $ = _getInitializableStorage();\n\n if ($._initializing || $._initialized >= version) {\n revert InvalidInitialization();\n }\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 _checkInitializing();\n _;\n }\n\n /**\n * @dev Reverts if the contract is not in an initializing state. See {onlyInitializing}.\n */\n function _checkInitializing() internal view virtual {\n if (!_isInitializing()) {\n revert NotInitializing();\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 // solhint-disable-next-line var-name-mixedcase\n InitializableStorage storage $ = _getInitializableStorage();\n\n if ($._initializing) {\n revert InvalidInitialization();\n }\n if ($._initialized != type(uint64).max) {\n $._initialized = type(uint64).max;\n emit Initialized(type(uint64).max);\n }\n }\n\n /**\n * @dev Returns the highest version that has been initialized. See {reinitializer}.\n */\n function _getInitializedVersion() internal view returns (uint64) {\n return _getInitializableStorage()._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 _getInitializableStorage()._initializing;\n }\n\n /**\n * @dev Returns a pointer to the storage namespace.\n */\n // solhint-disable-next-line var-name-mixedcase\n function _getInitializableStorage() private pure returns (InitializableStorage storage $) {\n assembly {\n $.slot := INITIALIZABLE_STORAGE\n }\n }\n}\n" - }, - "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)\n\npragma solidity ^0.8.20;\nimport {Initializable} from \"../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 function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n" - }, - "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.1) (utils/Multicall.sol)\n\npragma solidity ^0.8.20;\n\nimport {Address} from \"@openzeppelin/contracts/utils/Address.sol\";\nimport {ContextUpgradeable} from \"./ContextUpgradeable.sol\";\nimport {Initializable} from \"../proxy/utils/Initializable.sol\";\n\n/**\n * @dev Provides a function to batch together multiple calls in a single external call.\n *\n * Consider any assumption about calldata validation performed by the sender may be violated if it's not especially\n * careful about sending transactions invoking {multicall}. For example, a relay address that filters function\n * selectors won't filter calls nested within a {multicall} operation.\n *\n * NOTE: Since 5.0.1 and 4.9.4, this contract identifies non-canonical contexts (i.e. `msg.sender` is not {_msgSender}).\n * If a non-canonical context is identified, the following self `delegatecall` appends the last bytes of `msg.data`\n * to the subcall. This makes it safe to use with {ERC2771Context}. Contexts that don't affect the resolution of\n * {_msgSender} are not propagated to subcalls.\n */\nabstract contract MulticallUpgradeable is Initializable, ContextUpgradeable {\n function __Multicall_init() internal onlyInitializing {\n }\n\n function __Multicall_init_unchained() internal onlyInitializing {\n }\n /**\n * @dev Receives and executes a batch of function calls on this contract.\n * @custom:oz-upgrades-unsafe-allow-reachable delegatecall\n */\n function multicall(bytes[] calldata data) external virtual returns (bytes[] memory results) {\n bytes memory context = msg.sender == _msgSender()\n ? new bytes(0)\n : msg.data[msg.data.length - _contextSuffixLength():];\n\n results = new bytes[](data.length);\n for (uint256 i = 0; i < data.length; i++) {\n results[i] = Address.functionDelegateCall(address(this), bytes.concat(data[i], context));\n }\n return results;\n }\n}\n" - }, - "@openzeppelin/contracts/access/manager/AccessManaged.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/AccessManaged.sol)\n\npragma solidity ^0.8.20;\n\nimport {IAuthority} from \"./IAuthority.sol\";\nimport {AuthorityUtils} from \"./AuthorityUtils.sol\";\nimport {IAccessManager} from \"./IAccessManager.sol\";\nimport {IAccessManaged} from \"./IAccessManaged.sol\";\nimport {Context} from \"../../utils/Context.sol\";\n\n/**\n * @dev This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be\n * permissioned according to an \"authority\": a contract like {AccessManager} that follows the {IAuthority} interface,\n * implementing a policy that allows certain callers to access certain functions.\n *\n * IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public`\n * functions, and ideally only used in `external` functions. See {restricted}.\n */\nabstract contract AccessManaged is Context, IAccessManaged {\n address private _authority;\n\n bool private _consumingSchedule;\n\n /**\n * @dev Initializes the contract connected to an initial authority.\n */\n constructor(address initialAuthority) {\n _setAuthority(initialAuthority);\n }\n\n /**\n * @dev Restricts access to a function as defined by the connected Authority for this contract and the\n * caller and selector of the function that entered the contract.\n *\n * [IMPORTANT]\n * ====\n * In general, this modifier should only be used on `external` functions. It is okay to use it on `public`\n * functions that are used as external entry points and are not called internally. Unless you know what you're\n * doing, it should never be used on `internal` functions. Failure to follow these rules can have critical security\n * implications! This is because the permissions are determined by the function that entered the contract, i.e. the\n * function at the bottom of the call stack, and not the function where the modifier is visible in the source code.\n * ====\n *\n * [WARNING]\n * ====\n * Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`]\n * function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These\n * functions are the only execution paths where a function selector cannot be unambiguosly determined from the calldata\n * since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function\n * if no calldata is provided. (See {_checkCanCall}).\n *\n * The `receive()` function will always panic whereas the `fallback()` may panic depending on the calldata length.\n * ====\n */\n modifier restricted() {\n _checkCanCall(_msgSender(), _msgData());\n _;\n }\n\n /// @inheritdoc IAccessManaged\n function authority() public view virtual returns (address) {\n return _authority;\n }\n\n /// @inheritdoc IAccessManaged\n function setAuthority(address newAuthority) public virtual {\n address caller = _msgSender();\n if (caller != authority()) {\n revert AccessManagedUnauthorized(caller);\n }\n if (newAuthority.code.length == 0) {\n revert AccessManagedInvalidAuthority(newAuthority);\n }\n _setAuthority(newAuthority);\n }\n\n /// @inheritdoc IAccessManaged\n function isConsumingScheduledOp() public view returns (bytes4) {\n return _consumingSchedule ? this.isConsumingScheduledOp.selector : bytes4(0);\n }\n\n /**\n * @dev Transfers control to a new authority. Internal function with no access restriction. Allows bypassing the\n * permissions set by the current authority.\n */\n function _setAuthority(address newAuthority) internal virtual {\n _authority = newAuthority;\n emit AuthorityUpdated(newAuthority);\n }\n\n /**\n * @dev Reverts if the caller is not allowed to call the function identified by a selector. Panics if the calldata\n * is less than 4 bytes long.\n */\n function _checkCanCall(address caller, bytes calldata data) internal virtual {\n (bool immediate, uint32 delay) = AuthorityUtils.canCallWithDelay(\n authority(),\n caller,\n address(this),\n bytes4(data[0:4])\n );\n if (!immediate) {\n if (delay > 0) {\n _consumingSchedule = true;\n IAccessManager(authority()).consumeScheduledOp(caller, data);\n _consumingSchedule = false;\n } else {\n revert AccessManagedUnauthorized(caller);\n }\n }\n }\n}\n" - }, - "@openzeppelin/contracts/access/manager/AuthorityUtils.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/AuthorityUtils.sol)\n\npragma solidity ^0.8.20;\n\nimport {IAuthority} from \"./IAuthority.sol\";\n\nlibrary AuthorityUtils {\n /**\n * @dev Since `AccessManager` implements an extended IAuthority interface, invoking `canCall` with backwards compatibility\n * for the preexisting `IAuthority` interface requires special care to avoid reverting on insufficient return data.\n * This helper function takes care of invoking `canCall` in a backwards compatible way without reverting.\n */\n function canCallWithDelay(\n address authority,\n address caller,\n address target,\n bytes4 selector\n ) internal view returns (bool immediate, uint32 delay) {\n (bool success, bytes memory data) = authority.staticcall(\n abi.encodeCall(IAuthority.canCall, (caller, target, selector))\n );\n if (success) {\n if (data.length >= 0x40) {\n (immediate, delay) = abi.decode(data, (bool, uint32));\n } else if (data.length >= 0x20) {\n immediate = abi.decode(data, (bool));\n }\n }\n return (immediate, delay);\n }\n}\n" - }, - "@openzeppelin/contracts/access/manager/IAccessManaged.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/IAccessManaged.sol)\n\npragma solidity ^0.8.20;\n\ninterface IAccessManaged {\n /**\n * @dev Authority that manages this contract was updated.\n */\n event AuthorityUpdated(address authority);\n\n error AccessManagedUnauthorized(address caller);\n error AccessManagedRequiredDelay(address caller, uint32 delay);\n error AccessManagedInvalidAuthority(address authority);\n\n /**\n * @dev Returns the current authority.\n */\n function authority() external view returns (address);\n\n /**\n * @dev Transfers control to a new authority. The caller must be the current authority.\n */\n function setAuthority(address) external;\n\n /**\n * @dev Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is\n * being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs\n * attacker controlled calls.\n */\n function isConsumingScheduledOp() external view returns (bytes4);\n}\n" - }, - "@openzeppelin/contracts/access/manager/IAccessManager.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/IAccessManager.sol)\n\npragma solidity ^0.8.20;\n\nimport {IAccessManaged} from \"./IAccessManaged.sol\";\nimport {Time} from \"../../utils/types/Time.sol\";\n\ninterface IAccessManager {\n /**\n * @dev A delayed operation was scheduled.\n */\n event OperationScheduled(\n bytes32 indexed operationId,\n uint32 indexed nonce,\n uint48 schedule,\n address caller,\n address target,\n bytes data\n );\n\n /**\n * @dev A scheduled operation was executed.\n */\n event OperationExecuted(bytes32 indexed operationId, uint32 indexed nonce);\n\n /**\n * @dev A scheduled operation was canceled.\n */\n event OperationCanceled(bytes32 indexed operationId, uint32 indexed nonce);\n\n /**\n * @dev Informational labelling for a roleId.\n */\n event RoleLabel(uint64 indexed roleId, string label);\n\n /**\n * @dev Emitted when `account` is granted `roleId`.\n *\n * NOTE: The meaning of the `since` argument depends on the `newMember` argument.\n * If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role,\n * otherwise it indicates the execution delay for this account and roleId is updated.\n */\n event RoleGranted(uint64 indexed roleId, address indexed account, uint32 delay, uint48 since, bool newMember);\n\n /**\n * @dev Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous.\n */\n event RoleRevoked(uint64 indexed roleId, address indexed account);\n\n /**\n * @dev Role acting as admin over a given `roleId` is updated.\n */\n event RoleAdminChanged(uint64 indexed roleId, uint64 indexed admin);\n\n /**\n * @dev Role acting as guardian over a given `roleId` is updated.\n */\n event RoleGuardianChanged(uint64 indexed roleId, uint64 indexed guardian);\n\n /**\n * @dev Grant delay for a given `roleId` will be updated to `delay` when `since` is reached.\n */\n event RoleGrantDelayChanged(uint64 indexed roleId, uint32 delay, uint48 since);\n\n /**\n * @dev Target mode is updated (true = closed, false = open).\n */\n event TargetClosed(address indexed target, bool closed);\n\n /**\n * @dev Role required to invoke `selector` on `target` is updated to `roleId`.\n */\n event TargetFunctionRoleUpdated(address indexed target, bytes4 selector, uint64 indexed roleId);\n\n /**\n * @dev Admin delay for a given `target` will be updated to `delay` when `since` is reached.\n */\n event TargetAdminDelayUpdated(address indexed target, uint32 delay, uint48 since);\n\n error AccessManagerAlreadyScheduled(bytes32 operationId);\n error AccessManagerNotScheduled(bytes32 operationId);\n error AccessManagerNotReady(bytes32 operationId);\n error AccessManagerExpired(bytes32 operationId);\n error AccessManagerLockedAccount(address account);\n error AccessManagerLockedRole(uint64 roleId);\n error AccessManagerBadConfirmation();\n error AccessManagerUnauthorizedAccount(address msgsender, uint64 roleId);\n error AccessManagerUnauthorizedCall(address caller, address target, bytes4 selector);\n error AccessManagerUnauthorizedConsume(address target);\n error AccessManagerUnauthorizedCancel(address msgsender, address caller, address target, bytes4 selector);\n error AccessManagerInvalidInitialAdmin(address initialAdmin);\n\n /**\n * @dev Check if an address (`caller`) is authorised to call a given function on a given contract directly (with\n * no restriction). Additionally, it returns the delay needed to perform the call indirectly through the {schedule}\n * & {execute} workflow.\n *\n * This function is usually called by the targeted contract to control immediate execution of restricted functions.\n * Therefore we only return true if the call can be performed without any delay. If the call is subject to a\n * previously set delay (not zero), then the function should return false and the caller should schedule the operation\n * for future execution.\n *\n * If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise\n * the operation can be executed if and only if delay is greater than 0.\n *\n * NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that\n * is backward compatible. Some contracts may thus ignore the second return argument. In that case they will fail\n * to identify the indirect workflow, and will consider calls that require a delay to be forbidden.\n *\n * NOTE: This function does not report the permissions of this manager itself. These are defined by the\n * {_canCallSelf} function instead.\n */\n function canCall(\n address caller,\n address target,\n bytes4 selector\n ) external view returns (bool allowed, uint32 delay);\n\n /**\n * @dev Expiration delay for scheduled proposals. Defaults to 1 week.\n *\n * IMPORTANT: Avoid overriding the expiration with 0. Otherwise every contract proposal will be expired immediately,\n * disabling any scheduling usage.\n */\n function expiration() external view returns (uint32);\n\n /**\n * @dev Minimum setback for all delay updates, with the exception of execution delays. It\n * can be increased without setback (and reset via {revokeRole} in the case event of an\n * accidental increase). Defaults to 5 days.\n */\n function minSetback() external view returns (uint32);\n\n /**\n * @dev Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\n */\n function isTargetClosed(address target) external view returns (bool);\n\n /**\n * @dev Get the role required to call a function.\n */\n function getTargetFunctionRole(address target, bytes4 selector) external view returns (uint64);\n\n /**\n * @dev Get the admin delay for a target contract. Changes to contract configuration are subject to this delay.\n */\n function getTargetAdminDelay(address target) external view returns (uint32);\n\n /**\n * @dev Get the id of the role that acts as an admin for the given role.\n *\n * The admin permission is required to grant the role, revoke the role and update the execution delay to execute\n * an operation that is restricted to this role.\n */\n function getRoleAdmin(uint64 roleId) external view returns (uint64);\n\n /**\n * @dev Get the role that acts as a guardian for a given role.\n *\n * The guardian permission allows canceling operations that have been scheduled under the role.\n */\n function getRoleGuardian(uint64 roleId) external view returns (uint64);\n\n /**\n * @dev Get the role current grant delay.\n *\n * Its value may change at any point without an event emitted following a call to {setGrantDelay}.\n * Changes to this value, including effect timepoint are notified in advance by the {RoleGrantDelayChanged} event.\n */\n function getRoleGrantDelay(uint64 roleId) external view returns (uint32);\n\n /**\n * @dev Get the access details for a given account for a given role. These details include the timepoint at which\n * membership becomes active, and the delay applied to all operation by this user that requires this permission\n * level.\n *\n * Returns:\n * [0] Timestamp at which the account membership becomes valid. 0 means role is not granted.\n * [1] Current execution delay for the account.\n * [2] Pending execution delay for the account.\n * [3] Timestamp at which the pending execution delay will become active. 0 means no delay update is scheduled.\n */\n function getAccess(uint64 roleId, address account) external view returns (uint48, uint32, uint32, uint48);\n\n /**\n * @dev Check if a given account currently has the permission level corresponding to a given role. Note that this\n * permission might be associated with an execution delay. {getAccess} can provide more details.\n */\n function hasRole(uint64 roleId, address account) external view returns (bool, uint32);\n\n /**\n * @dev Give a label to a role, for improved role discoverability by UIs.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {RoleLabel} event.\n */\n function labelRole(uint64 roleId, string calldata label) external;\n\n /**\n * @dev Add `account` to `roleId`, or change its execution delay.\n *\n * This gives the account the authorization to call any function that is restricted to this role. An optional\n * execution delay (in seconds) can be set. If that delay is non 0, the user is required to schedule any operation\n * that is restricted to members of this role. The user will only be able to execute the operation after the delay has\n * passed, before it has expired. During this period, admin and guardians can cancel the operation (see {cancel}).\n *\n * If the account has already been granted this role, the execution delay will be updated. This update is not\n * immediate and follows the delay rules. For example, if a user currently has a delay of 3 hours, and this is\n * called to reduce that delay to 1 hour, the new delay will take some time to take effect, enforcing that any\n * operation executed in the 3 hours that follows this update was indeed scheduled before this update.\n *\n * Requirements:\n *\n * - the caller must be an admin for the role (see {getRoleAdmin})\n * - granted role must not be the `PUBLIC_ROLE`\n *\n * Emits a {RoleGranted} event.\n */\n function grantRole(uint64 roleId, address account, uint32 executionDelay) external;\n\n /**\n * @dev Remove an account from a role, with immediate effect. If the account does not have the role, this call has\n * no effect.\n *\n * Requirements:\n *\n * - the caller must be an admin for the role (see {getRoleAdmin})\n * - revoked role must not be the `PUBLIC_ROLE`\n *\n * Emits a {RoleRevoked} event if the account had the role.\n */\n function revokeRole(uint64 roleId, address account) external;\n\n /**\n * @dev Renounce role permissions for the calling account with immediate effect. If the sender is not in\n * the role this call has no effect.\n *\n * Requirements:\n *\n * - the caller must be `callerConfirmation`.\n *\n * Emits a {RoleRevoked} event if the account had the role.\n */\n function renounceRole(uint64 roleId, address callerConfirmation) external;\n\n /**\n * @dev Change admin role for a given role.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {RoleAdminChanged} event\n */\n function setRoleAdmin(uint64 roleId, uint64 admin) external;\n\n /**\n * @dev Change guardian role for a given role.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {RoleGuardianChanged} event\n */\n function setRoleGuardian(uint64 roleId, uint64 guardian) external;\n\n /**\n * @dev Update the delay for granting a `roleId`.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {RoleGrantDelayChanged} event.\n */\n function setGrantDelay(uint64 roleId, uint32 newDelay) external;\n\n /**\n * @dev Set the role required to call functions identified by the `selectors` in the `target` contract.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {TargetFunctionRoleUpdated} event per selector.\n */\n function setTargetFunctionRole(address target, bytes4[] calldata selectors, uint64 roleId) external;\n\n /**\n * @dev Set the delay for changing the configuration of a given target contract.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {TargetAdminDelayUpdated} event.\n */\n function setTargetAdminDelay(address target, uint32 newDelay) external;\n\n /**\n * @dev Set the closed flag for a contract.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n *\n * Emits a {TargetClosed} event.\n */\n function setTargetClosed(address target, bool closed) external;\n\n /**\n * @dev Return the timepoint at which a scheduled operation will be ready for execution. This returns 0 if the\n * operation is not yet scheduled, has expired, was executed, or was canceled.\n */\n function getSchedule(bytes32 id) external view returns (uint48);\n\n /**\n * @dev Return the nonce for the latest scheduled operation with a given id. Returns 0 if the operation has never\n * been scheduled.\n */\n function getNonce(bytes32 id) external view returns (uint32);\n\n /**\n * @dev Schedule a delayed operation for future execution, and return the operation identifier. It is possible to\n * choose the timestamp at which the operation becomes executable as long as it satisfies the execution delays\n * required for the caller. The special value zero will automatically set the earliest possible time.\n *\n * Returns the `operationId` that was scheduled. Since this value is a hash of the parameters, it can reoccur when\n * the same parameters are used; if this is relevant, the returned `nonce` can be used to uniquely identify this\n * scheduled operation from other occurrences of the same `operationId` in invocations of {execute} and {cancel}.\n *\n * Emits a {OperationScheduled} event.\n *\n * NOTE: It is not possible to concurrently schedule more than one operation with the same `target` and `data`. If\n * this is necessary, a random byte can be appended to `data` to act as a salt that will be ignored by the target\n * contract if it is using standard Solidity ABI encoding.\n */\n function schedule(address target, bytes calldata data, uint48 when) external returns (bytes32, uint32);\n\n /**\n * @dev Execute a function that is delay restricted, provided it was properly scheduled beforehand, or the\n * execution delay is 0.\n *\n * Returns the nonce that identifies the previously scheduled operation that is executed, or 0 if the\n * operation wasn't previously scheduled (if the caller doesn't have an execution delay).\n *\n * Emits an {OperationExecuted} event only if the call was scheduled and delayed.\n */\n function execute(address target, bytes calldata data) external payable returns (uint32);\n\n /**\n * @dev Cancel a scheduled (delayed) operation. Returns the nonce that identifies the previously scheduled\n * operation that is cancelled.\n *\n * Requirements:\n *\n * - the caller must be the proposer, a guardian of the targeted function, or a global admin\n *\n * Emits a {OperationCanceled} event.\n */\n function cancel(address caller, address target, bytes calldata data) external returns (uint32);\n\n /**\n * @dev Consume a scheduled operation targeting the caller. If such an operation exists, mark it as consumed\n * (emit an {OperationExecuted} event and clean the state). Otherwise, throw an error.\n *\n * This is useful for contract that want to enforce that calls targeting them were scheduled on the manager,\n * with all the verifications that it implies.\n *\n * Emit a {OperationExecuted} event.\n */\n function consumeScheduledOp(address caller, bytes calldata data) external;\n\n /**\n * @dev Hashing function for delayed operations.\n */\n function hashOperation(address caller, address target, bytes calldata data) external view returns (bytes32);\n\n /**\n * @dev Changes the authority of a target managed by this manager instance.\n *\n * Requirements:\n *\n * - the caller must be a global admin\n */\n function updateAuthority(address target, address newAuthority) external;\n}\n" - }, - "@openzeppelin/contracts/access/manager/IAuthority.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (access/manager/IAuthority.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Standard interface for permissioning originally defined in Dappsys.\n */\ninterface IAuthority {\n /**\n * @dev Returns true if the caller can invoke on a target the function identified by a function selector.\n */\n function canCall(address caller, address target, bytes4 selector) external view returns (bool allowed);\n}\n" - }, - "@openzeppelin/contracts/interfaces/IERC1271.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC1271.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Interface of the ERC1271 standard signature validation method for\n * contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271].\n */\ninterface IERC1271 {\n /**\n * @dev Should return whether the signature provided is valid for the provided data\n * @param hash Hash of the data to be signed\n * @param signature Signature byte array associated with _data\n */\n function isValidSignature(bytes32 hash, bytes memory signature) external view returns (bytes4 magicValue);\n}\n" - }, - "@openzeppelin/contracts/interfaces/IERC5267.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (interfaces/IERC5267.sol)\n\npragma solidity ^0.8.20;\n\ninterface IERC5267 {\n /**\n * @dev MAY be emitted to signal that the domain could have changed.\n */\n event EIP712DomainChanged();\n\n /**\n * @dev returns the fields and values that describe the domain separator used by this contract for EIP-712\n * signature.\n */\n function eip712Domain()\n external\n view\n returns (\n bytes1 fields,\n string memory name,\n string memory version,\n uint256 chainId,\n address verifyingContract,\n bytes32 salt,\n uint256[] memory extensions\n );\n}\n" - }, - "@openzeppelin/contracts/utils/Address.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/Address.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Collection of functions related to the address type\n */\nlibrary Address {\n /**\n * @dev The ETH balance of the account is not enough to perform the operation.\n */\n error AddressInsufficientBalance(address account);\n\n /**\n * @dev There's no code at `target` (it is not a contract).\n */\n error AddressEmptyCode(address target);\n\n /**\n * @dev A call to an address target failed. The target may have reverted.\n */\n error FailedInnerCall();\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://consensys.net/diligence/blog/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.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern].\n */\n function sendValue(address payable recipient, uint256 amount) internal {\n if (address(this).balance < amount) {\n revert AddressInsufficientBalance(address(this));\n }\n\n (bool success, ) = recipient.call{value: amount}(\"\");\n if (!success) {\n revert FailedInnerCall();\n }\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 or custom error, it is bubbled\n * up by this function (like regular Solidity function calls). However, if\n * the call reverted with no returned reason, this function reverts with a\n * {FailedInnerCall} error.\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 function functionCall(address target, bytes memory data) internal returns (bytes memory) {\n return functionCallWithValue(target, data, 0);\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 function functionCallWithValue(address target, bytes memory data, uint256 value) internal returns (bytes memory) {\n if (address(this).balance < value) {\n revert AddressInsufficientBalance(address(this));\n }\n (bool success, bytes memory returndata) = target.call{value: value}(data);\n return verifyCallResultFromTarget(target, success, returndata);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a static call.\n */\n function functionStaticCall(address target, bytes memory data) internal view returns (bytes memory) {\n (bool success, bytes memory returndata) = target.staticcall(data);\n return verifyCallResultFromTarget(target, success, returndata);\n }\n\n /**\n * @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n * but performing a delegate call.\n */\n function functionDelegateCall(address target, bytes memory data) internal returns (bytes memory) {\n (bool success, bytes memory returndata) = target.delegatecall(data);\n return verifyCallResultFromTarget(target, success, returndata);\n }\n\n /**\n * @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target\n * was not a contract or bubbling up the revert reason (falling back to {FailedInnerCall}) in case of an\n * unsuccessful call.\n */\n function verifyCallResultFromTarget(\n address target,\n bool success,\n bytes memory returndata\n ) internal view returns (bytes memory) {\n if (!success) {\n _revert(returndata);\n } else {\n // only check if target is a contract if the call was successful and the return data is empty\n // otherwise we already know that it was a contract\n if (returndata.length == 0 && target.code.length == 0) {\n revert AddressEmptyCode(target);\n }\n return returndata;\n }\n }\n\n /**\n * @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the\n * revert reason or with a default {FailedInnerCall} error.\n */\n function verifyCallResult(bool success, bytes memory returndata) internal pure returns (bytes memory) {\n if (!success) {\n _revert(returndata);\n } else {\n return returndata;\n }\n }\n\n /**\n * @dev Reverts with returndata if present. Otherwise reverts with {FailedInnerCall}.\n */\n function _revert(bytes memory returndata) 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 FailedInnerCall();\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/Context.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.1) (utils/Context.sol)\n\npragma solidity ^0.8.20;\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 function _contextSuffixLength() internal view virtual returns (uint256) {\n return 0;\n }\n}\n" - }, - "@openzeppelin/contracts/utils/cryptography/ECDSA.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/cryptography/ECDSA.sol)\n\npragma solidity ^0.8.20;\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 ECDSA {\n enum RecoverError {\n NoError,\n InvalidSignature,\n InvalidSignatureLength,\n InvalidSignatureS\n }\n\n /**\n * @dev The signature derives the `address(0)`.\n */\n error ECDSAInvalidSignature();\n\n /**\n * @dev The signature has an invalid length.\n */\n error ECDSAInvalidSignatureLength(uint256 length);\n\n /**\n * @dev The signature has an S value that is in the upper half order.\n */\n error ECDSAInvalidSignatureS(bytes32 s);\n\n /**\n * @dev Returns the address that signed a hashed message (`hash`) with `signature` or an error. This will not\n * return address(0) without also returning an error description. Errors are documented using an enum (error type)\n * and a bytes32 providing additional information about the error.\n *\n * If no error is returned, then the address can be used for verification purposes.\n *\n * The `ecrecover` EVM precompile 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 {MessageHashUtils-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 function tryRecover(bytes32 hash, bytes memory signature) internal pure returns (address, RecoverError, bytes32) {\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, bytes32(signature.length));\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 precompile 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 {MessageHashUtils-toEthSignedMessageHash} on it.\n */\n function recover(bytes32 hash, bytes memory signature) internal pure returns (address) {\n (address recovered, RecoverError error, bytes32 errorArg) = tryRecover(hash, signature);\n _throwError(error, errorArg);\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 function tryRecover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address, RecoverError, bytes32) {\n unchecked {\n bytes32 s = vs & bytes32(0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff);\n // We do not check for an overflow here since the shift operation results in 0 or 1.\n uint8 v = uint8((uint256(vs) >> 255) + 27);\n return tryRecover(hash, v, r, s);\n }\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately.\n */\n function recover(bytes32 hash, bytes32 r, bytes32 vs) internal pure returns (address) {\n (address recovered, RecoverError error, bytes32 errorArg) = tryRecover(hash, r, vs);\n _throwError(error, errorArg);\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 function tryRecover(\n bytes32 hash,\n uint8 v,\n bytes32 r,\n bytes32 s\n ) internal pure returns (address, RecoverError, bytes32) {\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 ÷ 2 + 1, and for v in (302): v ∈ {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, s);\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, bytes32(0));\n }\n\n return (signer, RecoverError.NoError, bytes32(0));\n }\n\n /**\n * @dev Overload of {ECDSA-recover} that receives the `v`,\n * `r` and `s` signature fields separately.\n */\n function recover(bytes32 hash, uint8 v, bytes32 r, bytes32 s) internal pure returns (address) {\n (address recovered, RecoverError error, bytes32 errorArg) = tryRecover(hash, v, r, s);\n _throwError(error, errorArg);\n return recovered;\n }\n\n /**\n * @dev Optionally reverts with the corresponding custom error according to the `error` argument provided.\n */\n function _throwError(RecoverError error, bytes32 errorArg) private pure {\n if (error == RecoverError.NoError) {\n return; // no error: do nothing\n } else if (error == RecoverError.InvalidSignature) {\n revert ECDSAInvalidSignature();\n } else if (error == RecoverError.InvalidSignatureLength) {\n revert ECDSAInvalidSignatureLength(uint256(errorArg));\n } else if (error == RecoverError.InvalidSignatureS) {\n revert ECDSAInvalidSignatureS(errorArg);\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/cryptography/EIP712.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/cryptography/EIP712.sol)\n\npragma solidity ^0.8.20;\n\nimport {MessageHashUtils} from \"./MessageHashUtils.sol\";\nimport {ShortStrings, ShortString} from \"../ShortStrings.sol\";\nimport {IERC5267} from \"../../interfaces/IERC5267.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 scheme specified in the EIP requires a domain separator and a hash of the typed structured data, whose\n * encoding is very generic and therefore its implementation in Solidity is not feasible, thus this contract\n * does not implement the encoding itself. Protocols need to implement the type-specific encoding they need in order to\n * produce the hash of their typed data 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 * NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain\n * separator of the implementation contract. This will cause the {_domainSeparatorV4} function to always rebuild the\n * separator from the immutable values, which is cheaper than accessing a cached version in cold storage.\n *\n * @custom:oz-upgrades-unsafe-allow state-variable-immutable\n */\nabstract contract EIP712 is IERC5267 {\n using ShortStrings for *;\n\n bytes32 private constant TYPE_HASH =\n keccak256(\"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)\");\n\n // Cache the domain separator as an immutable value, but also store the chain id that it corresponds to, in order to\n // invalidate the cached domain separator if the chain id changes.\n bytes32 private immutable _cachedDomainSeparator;\n uint256 private immutable _cachedChainId;\n address private immutable _cachedThis;\n\n bytes32 private immutable _hashedName;\n bytes32 private immutable _hashedVersion;\n\n ShortString private immutable _name;\n ShortString private immutable _version;\n string private _nameFallback;\n string private _versionFallback;\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 constructor(string memory name, string memory version) {\n _name = name.toShortStringWithFallback(_nameFallback);\n _version = version.toShortStringWithFallback(_versionFallback);\n _hashedName = keccak256(bytes(name));\n _hashedVersion = keccak256(bytes(version));\n\n _cachedChainId = block.chainid;\n _cachedDomainSeparator = _buildDomainSeparator();\n _cachedThis = address(this);\n }\n\n /**\n * @dev Returns the domain separator for the current chain.\n */\n function _domainSeparatorV4() internal view returns (bytes32) {\n if (address(this) == _cachedThis && block.chainid == _cachedChainId) {\n return _cachedDomainSeparator;\n } else {\n return _buildDomainSeparator();\n }\n }\n\n function _buildDomainSeparator() private view returns (bytes32) {\n return keccak256(abi.encode(TYPE_HASH, _hashedName, _hashedVersion, 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 MessageHashUtils.toTypedDataHash(_domainSeparatorV4(), structHash);\n }\n\n /**\n * @dev See {IERC-5267}.\n */\n function eip712Domain()\n public\n view\n virtual\n returns (\n bytes1 fields,\n string memory name,\n string memory version,\n uint256 chainId,\n address verifyingContract,\n bytes32 salt,\n uint256[] memory extensions\n )\n {\n return (\n hex\"0f\", // 01111\n _EIP712Name(),\n _EIP712Version(),\n block.chainid,\n address(this),\n bytes32(0),\n new uint256[](0)\n );\n }\n\n /**\n * @dev The name parameter for the EIP712 domain.\n *\n * NOTE: By default this function reads _name which is an immutable value.\n * It only reads from storage if necessary (in case the value is too large to fit in a ShortString).\n */\n // solhint-disable-next-line func-name-mixedcase\n function _EIP712Name() internal view returns (string memory) {\n return _name.toStringWithFallback(_nameFallback);\n }\n\n /**\n * @dev The version parameter for the EIP712 domain.\n *\n * NOTE: By default this function reads _version which is an immutable value.\n * It only reads from storage if necessary (in case the value is too large to fit in a ShortString).\n */\n // solhint-disable-next-line func-name-mixedcase\n function _EIP712Version() internal view returns (string memory) {\n return _version.toStringWithFallback(_versionFallback);\n }\n}\n" - }, - "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/cryptography/MessageHashUtils.sol)\n\npragma solidity ^0.8.20;\n\nimport {Strings} from \"../Strings.sol\";\n\n/**\n * @dev Signature message hash utilities for producing digests to be consumed by {ECDSA} recovery or signing.\n *\n * The library provides methods for generating a hash of a message that conforms to the\n * https://eips.ethereum.org/EIPS/eip-191[EIP 191] and https://eips.ethereum.org/EIPS/eip-712[EIP 712]\n * specifications.\n */\nlibrary MessageHashUtils {\n /**\n * @dev Returns the keccak256 digest of an EIP-191 signed data with version\n * `0x45` (`personal_sign` messages).\n *\n * The digest is calculated by prefixing a bytes32 `messageHash` with\n * `\"\\x19Ethereum Signed Message:\\n32\"` and hashing the result. It corresponds with the\n * hash signed when using the https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] JSON-RPC method.\n *\n * NOTE: The `messageHash` parameter is intended to be the result of hashing a raw message with\n * keccak256, although any bytes32 value can be safely used because the final digest will\n * be re-hashed.\n *\n * See {ECDSA-recover}.\n */\n function toEthSignedMessageHash(bytes32 messageHash) internal pure returns (bytes32 digest) {\n /// @solidity memory-safe-assembly\n assembly {\n mstore(0x00, \"\\x19Ethereum Signed Message:\\n32\") // 32 is the bytes-length of messageHash\n mstore(0x1c, messageHash) // 0x1c (28) is the length of the prefix\n digest := keccak256(0x00, 0x3c) // 0x3c is the length of the prefix (0x1c) + messageHash (0x20)\n }\n }\n\n /**\n * @dev Returns the keccak256 digest of an EIP-191 signed data with version\n * `0x45` (`personal_sign` messages).\n *\n * The digest is calculated by prefixing an arbitrary `message` with\n * `\"\\x19Ethereum Signed Message:\\n\" + len(message)` and hashing the result. It corresponds with the\n * hash signed when using the https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] JSON-RPC method.\n *\n * See {ECDSA-recover}.\n */\n function toEthSignedMessageHash(bytes memory message) internal pure returns (bytes32) {\n return\n keccak256(bytes.concat(\"\\x19Ethereum Signed Message:\\n\", bytes(Strings.toString(message.length)), message));\n }\n\n /**\n * @dev Returns the keccak256 digest of an EIP-191 signed data with version\n * `0x00` (data with intended validator).\n *\n * The digest is calculated by prefixing an arbitrary `data` with `\"\\x19\\x00\"` and the intended\n * `validator` address. Then hashing the result.\n *\n * See {ECDSA-recover}.\n */\n function toDataWithIntendedValidatorHash(address validator, bytes memory data) internal pure returns (bytes32) {\n return keccak256(abi.encodePacked(hex\"19_00\", validator, data));\n }\n\n /**\n * @dev Returns the keccak256 digest of an EIP-712 typed data (EIP-191 version `0x01`).\n *\n * The digest is calculated from a `domainSeparator` and a `structHash`, by prefixing them with\n * `\\x19\\x01` and hashing the result. It corresponds to the hash signed by the\n * https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`] JSON-RPC method as part of EIP-712.\n *\n * See {ECDSA-recover}.\n */\n function toTypedDataHash(bytes32 domainSeparator, bytes32 structHash) internal pure returns (bytes32 digest) {\n /// @solidity memory-safe-assembly\n assembly {\n let ptr := mload(0x40)\n mstore(ptr, hex\"19_01\")\n mstore(add(ptr, 0x02), domainSeparator)\n mstore(add(ptr, 0x22), structHash)\n digest := keccak256(ptr, 0x42)\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/cryptography/SignatureChecker.sol)\n\npragma solidity ^0.8.20;\n\nimport {ECDSA} from \"./ECDSA.sol\";\nimport {IERC1271} from \"../../interfaces/IERC1271.sol\";\n\n/**\n * @dev Signature verification helper that can be used instead of `ECDSA.recover` to seamlessly support both ECDSA\n * signatures from externally owned accounts (EOAs) as well as ERC1271 signatures from smart contract wallets like\n * Argent and Safe Wallet (previously Gnosis Safe).\n */\nlibrary SignatureChecker {\n /**\n * @dev Checks if a signature is valid for a given signer and data hash. If the signer is a smart contract, the\n * signature is validated against that smart contract using ERC1271, otherwise it's validated using `ECDSA.recover`.\n *\n * NOTE: Unlike ECDSA signatures, contract signatures are revocable, and the outcome of this function can thus\n * change through time. It could return true at block N and false at block N+1 (or the opposite).\n */\n function isValidSignatureNow(address signer, bytes32 hash, bytes memory signature) internal view returns (bool) {\n (address recovered, ECDSA.RecoverError error, ) = ECDSA.tryRecover(hash, signature);\n return\n (error == ECDSA.RecoverError.NoError && recovered == signer) ||\n isValidERC1271SignatureNow(signer, hash, signature);\n }\n\n /**\n * @dev Checks if a signature is valid for a given signer and data hash. The signature is validated\n * against the signer smart contract using ERC1271.\n *\n * NOTE: Unlike ECDSA signatures, contract signatures are revocable, and the outcome of this function can thus\n * change through time. It could return true at block N and false at block N+1 (or the opposite).\n */\n function isValidERC1271SignatureNow(\n address signer,\n bytes32 hash,\n bytes memory signature\n ) internal view returns (bool) {\n (bool success, bytes memory result) = signer.staticcall(\n abi.encodeCall(IERC1271.isValidSignature, (hash, signature))\n );\n return (success &&\n result.length >= 32 &&\n abi.decode(result, (bytes32)) == bytes32(IERC1271.isValidSignature.selector));\n }\n}\n" - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/Math.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Standard math utilities missing in the Solidity language.\n */\nlibrary Math {\n /**\n * @dev Muldiv operation overflow.\n */\n error MathOverflowedMulDiv();\n\n enum Rounding {\n Floor, // Toward negative infinity\n Ceil, // Toward positive infinity\n Trunc, // Toward zero\n Expand // Away from zero\n }\n\n /**\n * @dev Returns the addition of two unsigned integers, with an overflow flag.\n */\n function tryAdd(uint256 a, uint256 b) internal pure returns (bool, uint256) {\n unchecked {\n uint256 c = a + b;\n if (c < a) return (false, 0);\n return (true, c);\n }\n }\n\n /**\n * @dev Returns the subtraction of two unsigned integers, with an overflow flag.\n */\n function trySub(uint256 a, uint256 b) internal pure returns (bool, uint256) {\n unchecked {\n if (b > a) return (false, 0);\n return (true, a - b);\n }\n }\n\n /**\n * @dev Returns the multiplication of two unsigned integers, with an overflow flag.\n */\n function tryMul(uint256 a, uint256 b) internal pure returns (bool, uint256) {\n unchecked {\n // Gas optimization: this is cheaper than requiring 'a' not being zero, but the\n // benefit is lost if 'b' is also tested.\n // See: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/522\n if (a == 0) return (true, 0);\n uint256 c = a * b;\n if (c / a != b) return (false, 0);\n return (true, c);\n }\n }\n\n /**\n * @dev Returns the division of two unsigned integers, with a division by zero flag.\n */\n function tryDiv(uint256 a, uint256 b) internal pure returns (bool, uint256) {\n unchecked {\n if (b == 0) return (false, 0);\n return (true, a / b);\n }\n }\n\n /**\n * @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag.\n */\n function tryMod(uint256 a, uint256 b) internal pure returns (bool, uint256) {\n unchecked {\n if (b == 0) return (false, 0);\n return (true, a % b);\n }\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 towards infinity instead\n * of rounding towards zero.\n */\n function ceilDiv(uint256 a, uint256 b) internal pure returns (uint256) {\n if (b == 0) {\n // Guarantee the same behavior as in a regular Solidity division.\n return a / b;\n }\n\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\n * denominator == 0.\n * @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) with further edits by\n * Uniswap Labs also under MIT license.\n */\n function mulDiv(uint256 x, uint256 y, uint256 denominator) 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 = x * y; // 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 prod1 := sub(sub(mm, prod0), lt(mm, prod0))\n }\n\n // Handle non-overflow cases, 256 by 256 division.\n if (prod1 == 0) {\n // Solidity will revert if denominator == 0, unlike the div opcode on its own.\n // The surrounding unchecked block does not change this fact.\n // See https://docs.soliditylang.org/en/latest/control-structures.html#checked-or-unchecked-arithmetic.\n return prod0 / denominator;\n }\n\n // Make sure the result is less than 2^256. Also prevents denominator == 0.\n if (denominator <= prod1) {\n revert MathOverflowedMulDiv();\n }\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.\n // Always >= 1. See https://cs.stackexchange.com/q/138556/92363.\n\n uint256 twos = denominator & (0 - denominator);\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\n // works 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(uint256 x, uint256 y, uint256 denominator, Rounding rounding) internal pure returns (uint256) {\n uint256 result = mulDiv(x, y, denominator);\n if (unsignedRoundsUp(rounding) && 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\n * towards zero.\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 // → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`\n // → `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 + (unsignedRoundsUp(rounding) && result * result < a ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 2 of a positive value rounded towards zero.\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 + (unsignedRoundsUp(rounding) && 1 << result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 10 of a positive value rounded towards zero.\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 + (unsignedRoundsUp(rounding) && 10 ** result < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Return the log in base 256 of a positive value rounded towards zero.\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 256, 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 + (unsignedRoundsUp(rounding) && 1 << (result << 3) < value ? 1 : 0);\n }\n }\n\n /**\n * @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers.\n */\n function unsignedRoundsUp(Rounding rounding) internal pure returns (bool) {\n return uint8(rounding) % 2 == 1;\n }\n}\n" - }, - "@openzeppelin/contracts/utils/math/SafeCast.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/SafeCast.sol)\n// This file was procedurally generated from scripts/generate/templates/SafeCast.js.\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow\n * checks.\n *\n * Downcasting from uint256/int256 in Solidity does not revert on overflow. This can\n * easily result in undesired exploitation or bugs, since developers usually\n * assume that overflows raise errors. `SafeCast` restores this intuition by\n * reverting the transaction when such an operation overflows.\n *\n * Using this library instead of the unchecked operations eliminates an entire\n * class of bugs, so it's recommended to use it always.\n */\nlibrary SafeCast {\n /**\n * @dev Value doesn't fit in an uint of `bits` size.\n */\n error SafeCastOverflowedUintDowncast(uint8 bits, uint256 value);\n\n /**\n * @dev An int value doesn't fit in an uint of `bits` size.\n */\n error SafeCastOverflowedIntToUint(int256 value);\n\n /**\n * @dev Value doesn't fit in an int of `bits` size.\n */\n error SafeCastOverflowedIntDowncast(uint8 bits, int256 value);\n\n /**\n * @dev An uint value doesn't fit in an int of `bits` size.\n */\n error SafeCastOverflowedUintToInt(uint256 value);\n\n /**\n * @dev Returns the downcasted uint248 from uint256, reverting on\n * overflow (when the input is greater than largest uint248).\n *\n * Counterpart to Solidity's `uint248` operator.\n *\n * Requirements:\n *\n * - input must fit into 248 bits\n */\n function toUint248(uint256 value) internal pure returns (uint248) {\n if (value > type(uint248).max) {\n revert SafeCastOverflowedUintDowncast(248, value);\n }\n return uint248(value);\n }\n\n /**\n * @dev Returns the downcasted uint240 from uint256, reverting on\n * overflow (when the input is greater than largest uint240).\n *\n * Counterpart to Solidity's `uint240` operator.\n *\n * Requirements:\n *\n * - input must fit into 240 bits\n */\n function toUint240(uint256 value) internal pure returns (uint240) {\n if (value > type(uint240).max) {\n revert SafeCastOverflowedUintDowncast(240, value);\n }\n return uint240(value);\n }\n\n /**\n * @dev Returns the downcasted uint232 from uint256, reverting on\n * overflow (when the input is greater than largest uint232).\n *\n * Counterpart to Solidity's `uint232` operator.\n *\n * Requirements:\n *\n * - input must fit into 232 bits\n */\n function toUint232(uint256 value) internal pure returns (uint232) {\n if (value > type(uint232).max) {\n revert SafeCastOverflowedUintDowncast(232, value);\n }\n return uint232(value);\n }\n\n /**\n * @dev Returns the downcasted uint224 from uint256, reverting on\n * overflow (when the input is greater than largest uint224).\n *\n * Counterpart to Solidity's `uint224` operator.\n *\n * Requirements:\n *\n * - input must fit into 224 bits\n */\n function toUint224(uint256 value) internal pure returns (uint224) {\n if (value > type(uint224).max) {\n revert SafeCastOverflowedUintDowncast(224, value);\n }\n return uint224(value);\n }\n\n /**\n * @dev Returns the downcasted uint216 from uint256, reverting on\n * overflow (when the input is greater than largest uint216).\n *\n * Counterpart to Solidity's `uint216` operator.\n *\n * Requirements:\n *\n * - input must fit into 216 bits\n */\n function toUint216(uint256 value) internal pure returns (uint216) {\n if (value > type(uint216).max) {\n revert SafeCastOverflowedUintDowncast(216, value);\n }\n return uint216(value);\n }\n\n /**\n * @dev Returns the downcasted uint208 from uint256, reverting on\n * overflow (when the input is greater than largest uint208).\n *\n * Counterpart to Solidity's `uint208` operator.\n *\n * Requirements:\n *\n * - input must fit into 208 bits\n */\n function toUint208(uint256 value) internal pure returns (uint208) {\n if (value > type(uint208).max) {\n revert SafeCastOverflowedUintDowncast(208, value);\n }\n return uint208(value);\n }\n\n /**\n * @dev Returns the downcasted uint200 from uint256, reverting on\n * overflow (when the input is greater than largest uint200).\n *\n * Counterpart to Solidity's `uint200` operator.\n *\n * Requirements:\n *\n * - input must fit into 200 bits\n */\n function toUint200(uint256 value) internal pure returns (uint200) {\n if (value > type(uint200).max) {\n revert SafeCastOverflowedUintDowncast(200, value);\n }\n return uint200(value);\n }\n\n /**\n * @dev Returns the downcasted uint192 from uint256, reverting on\n * overflow (when the input is greater than largest uint192).\n *\n * Counterpart to Solidity's `uint192` operator.\n *\n * Requirements:\n *\n * - input must fit into 192 bits\n */\n function toUint192(uint256 value) internal pure returns (uint192) {\n if (value > type(uint192).max) {\n revert SafeCastOverflowedUintDowncast(192, value);\n }\n return uint192(value);\n }\n\n /**\n * @dev Returns the downcasted uint184 from uint256, reverting on\n * overflow (when the input is greater than largest uint184).\n *\n * Counterpart to Solidity's `uint184` operator.\n *\n * Requirements:\n *\n * - input must fit into 184 bits\n */\n function toUint184(uint256 value) internal pure returns (uint184) {\n if (value > type(uint184).max) {\n revert SafeCastOverflowedUintDowncast(184, value);\n }\n return uint184(value);\n }\n\n /**\n * @dev Returns the downcasted uint176 from uint256, reverting on\n * overflow (when the input is greater than largest uint176).\n *\n * Counterpart to Solidity's `uint176` operator.\n *\n * Requirements:\n *\n * - input must fit into 176 bits\n */\n function toUint176(uint256 value) internal pure returns (uint176) {\n if (value > type(uint176).max) {\n revert SafeCastOverflowedUintDowncast(176, value);\n }\n return uint176(value);\n }\n\n /**\n * @dev Returns the downcasted uint168 from uint256, reverting on\n * overflow (when the input is greater than largest uint168).\n *\n * Counterpart to Solidity's `uint168` operator.\n *\n * Requirements:\n *\n * - input must fit into 168 bits\n */\n function toUint168(uint256 value) internal pure returns (uint168) {\n if (value > type(uint168).max) {\n revert SafeCastOverflowedUintDowncast(168, value);\n }\n return uint168(value);\n }\n\n /**\n * @dev Returns the downcasted uint160 from uint256, reverting on\n * overflow (when the input is greater than largest uint160).\n *\n * Counterpart to Solidity's `uint160` operator.\n *\n * Requirements:\n *\n * - input must fit into 160 bits\n */\n function toUint160(uint256 value) internal pure returns (uint160) {\n if (value > type(uint160).max) {\n revert SafeCastOverflowedUintDowncast(160, value);\n }\n return uint160(value);\n }\n\n /**\n * @dev Returns the downcasted uint152 from uint256, reverting on\n * overflow (when the input is greater than largest uint152).\n *\n * Counterpart to Solidity's `uint152` operator.\n *\n * Requirements:\n *\n * - input must fit into 152 bits\n */\n function toUint152(uint256 value) internal pure returns (uint152) {\n if (value > type(uint152).max) {\n revert SafeCastOverflowedUintDowncast(152, value);\n }\n return uint152(value);\n }\n\n /**\n * @dev Returns the downcasted uint144 from uint256, reverting on\n * overflow (when the input is greater than largest uint144).\n *\n * Counterpart to Solidity's `uint144` operator.\n *\n * Requirements:\n *\n * - input must fit into 144 bits\n */\n function toUint144(uint256 value) internal pure returns (uint144) {\n if (value > type(uint144).max) {\n revert SafeCastOverflowedUintDowncast(144, value);\n }\n return uint144(value);\n }\n\n /**\n * @dev Returns the downcasted uint136 from uint256, reverting on\n * overflow (when the input is greater than largest uint136).\n *\n * Counterpart to Solidity's `uint136` operator.\n *\n * Requirements:\n *\n * - input must fit into 136 bits\n */\n function toUint136(uint256 value) internal pure returns (uint136) {\n if (value > type(uint136).max) {\n revert SafeCastOverflowedUintDowncast(136, value);\n }\n return uint136(value);\n }\n\n /**\n * @dev Returns the downcasted uint128 from uint256, reverting on\n * overflow (when the input is greater than largest uint128).\n *\n * Counterpart to Solidity's `uint128` operator.\n *\n * Requirements:\n *\n * - input must fit into 128 bits\n */\n function toUint128(uint256 value) internal pure returns (uint128) {\n if (value > type(uint128).max) {\n revert SafeCastOverflowedUintDowncast(128, value);\n }\n return uint128(value);\n }\n\n /**\n * @dev Returns the downcasted uint120 from uint256, reverting on\n * overflow (when the input is greater than largest uint120).\n *\n * Counterpart to Solidity's `uint120` operator.\n *\n * Requirements:\n *\n * - input must fit into 120 bits\n */\n function toUint120(uint256 value) internal pure returns (uint120) {\n if (value > type(uint120).max) {\n revert SafeCastOverflowedUintDowncast(120, value);\n }\n return uint120(value);\n }\n\n /**\n * @dev Returns the downcasted uint112 from uint256, reverting on\n * overflow (when the input is greater than largest uint112).\n *\n * Counterpart to Solidity's `uint112` operator.\n *\n * Requirements:\n *\n * - input must fit into 112 bits\n */\n function toUint112(uint256 value) internal pure returns (uint112) {\n if (value > type(uint112).max) {\n revert SafeCastOverflowedUintDowncast(112, value);\n }\n return uint112(value);\n }\n\n /**\n * @dev Returns the downcasted uint104 from uint256, reverting on\n * overflow (when the input is greater than largest uint104).\n *\n * Counterpart to Solidity's `uint104` operator.\n *\n * Requirements:\n *\n * - input must fit into 104 bits\n */\n function toUint104(uint256 value) internal pure returns (uint104) {\n if (value > type(uint104).max) {\n revert SafeCastOverflowedUintDowncast(104, value);\n }\n return uint104(value);\n }\n\n /**\n * @dev Returns the downcasted uint96 from uint256, reverting on\n * overflow (when the input is greater than largest uint96).\n *\n * Counterpart to Solidity's `uint96` operator.\n *\n * Requirements:\n *\n * - input must fit into 96 bits\n */\n function toUint96(uint256 value) internal pure returns (uint96) {\n if (value > type(uint96).max) {\n revert SafeCastOverflowedUintDowncast(96, value);\n }\n return uint96(value);\n }\n\n /**\n * @dev Returns the downcasted uint88 from uint256, reverting on\n * overflow (when the input is greater than largest uint88).\n *\n * Counterpart to Solidity's `uint88` operator.\n *\n * Requirements:\n *\n * - input must fit into 88 bits\n */\n function toUint88(uint256 value) internal pure returns (uint88) {\n if (value > type(uint88).max) {\n revert SafeCastOverflowedUintDowncast(88, value);\n }\n return uint88(value);\n }\n\n /**\n * @dev Returns the downcasted uint80 from uint256, reverting on\n * overflow (when the input is greater than largest uint80).\n *\n * Counterpart to Solidity's `uint80` operator.\n *\n * Requirements:\n *\n * - input must fit into 80 bits\n */\n function toUint80(uint256 value) internal pure returns (uint80) {\n if (value > type(uint80).max) {\n revert SafeCastOverflowedUintDowncast(80, value);\n }\n return uint80(value);\n }\n\n /**\n * @dev Returns the downcasted uint72 from uint256, reverting on\n * overflow (when the input is greater than largest uint72).\n *\n * Counterpart to Solidity's `uint72` operator.\n *\n * Requirements:\n *\n * - input must fit into 72 bits\n */\n function toUint72(uint256 value) internal pure returns (uint72) {\n if (value > type(uint72).max) {\n revert SafeCastOverflowedUintDowncast(72, value);\n }\n return uint72(value);\n }\n\n /**\n * @dev Returns the downcasted uint64 from uint256, reverting on\n * overflow (when the input is greater than largest uint64).\n *\n * Counterpart to Solidity's `uint64` operator.\n *\n * Requirements:\n *\n * - input must fit into 64 bits\n */\n function toUint64(uint256 value) internal pure returns (uint64) {\n if (value > type(uint64).max) {\n revert SafeCastOverflowedUintDowncast(64, value);\n }\n return uint64(value);\n }\n\n /**\n * @dev Returns the downcasted uint56 from uint256, reverting on\n * overflow (when the input is greater than largest uint56).\n *\n * Counterpart to Solidity's `uint56` operator.\n *\n * Requirements:\n *\n * - input must fit into 56 bits\n */\n function toUint56(uint256 value) internal pure returns (uint56) {\n if (value > type(uint56).max) {\n revert SafeCastOverflowedUintDowncast(56, value);\n }\n return uint56(value);\n }\n\n /**\n * @dev Returns the downcasted uint48 from uint256, reverting on\n * overflow (when the input is greater than largest uint48).\n *\n * Counterpart to Solidity's `uint48` operator.\n *\n * Requirements:\n *\n * - input must fit into 48 bits\n */\n function toUint48(uint256 value) internal pure returns (uint48) {\n if (value > type(uint48).max) {\n revert SafeCastOverflowedUintDowncast(48, value);\n }\n return uint48(value);\n }\n\n /**\n * @dev Returns the downcasted uint40 from uint256, reverting on\n * overflow (when the input is greater than largest uint40).\n *\n * Counterpart to Solidity's `uint40` operator.\n *\n * Requirements:\n *\n * - input must fit into 40 bits\n */\n function toUint40(uint256 value) internal pure returns (uint40) {\n if (value > type(uint40).max) {\n revert SafeCastOverflowedUintDowncast(40, value);\n }\n return uint40(value);\n }\n\n /**\n * @dev Returns the downcasted uint32 from uint256, reverting on\n * overflow (when the input is greater than largest uint32).\n *\n * Counterpart to Solidity's `uint32` operator.\n *\n * Requirements:\n *\n * - input must fit into 32 bits\n */\n function toUint32(uint256 value) internal pure returns (uint32) {\n if (value > type(uint32).max) {\n revert SafeCastOverflowedUintDowncast(32, value);\n }\n return uint32(value);\n }\n\n /**\n * @dev Returns the downcasted uint24 from uint256, reverting on\n * overflow (when the input is greater than largest uint24).\n *\n * Counterpart to Solidity's `uint24` operator.\n *\n * Requirements:\n *\n * - input must fit into 24 bits\n */\n function toUint24(uint256 value) internal pure returns (uint24) {\n if (value > type(uint24).max) {\n revert SafeCastOverflowedUintDowncast(24, value);\n }\n return uint24(value);\n }\n\n /**\n * @dev Returns the downcasted uint16 from uint256, reverting on\n * overflow (when the input is greater than largest uint16).\n *\n * Counterpart to Solidity's `uint16` operator.\n *\n * Requirements:\n *\n * - input must fit into 16 bits\n */\n function toUint16(uint256 value) internal pure returns (uint16) {\n if (value > type(uint16).max) {\n revert SafeCastOverflowedUintDowncast(16, value);\n }\n return uint16(value);\n }\n\n /**\n * @dev Returns the downcasted uint8 from uint256, reverting on\n * overflow (when the input is greater than largest uint8).\n *\n * Counterpart to Solidity's `uint8` operator.\n *\n * Requirements:\n *\n * - input must fit into 8 bits\n */\n function toUint8(uint256 value) internal pure returns (uint8) {\n if (value > type(uint8).max) {\n revert SafeCastOverflowedUintDowncast(8, value);\n }\n return uint8(value);\n }\n\n /**\n * @dev Converts a signed int256 into an unsigned uint256.\n *\n * Requirements:\n *\n * - input must be greater than or equal to 0.\n */\n function toUint256(int256 value) internal pure returns (uint256) {\n if (value < 0) {\n revert SafeCastOverflowedIntToUint(value);\n }\n return uint256(value);\n }\n\n /**\n * @dev Returns the downcasted int248 from int256, reverting on\n * overflow (when the input is less than smallest int248 or\n * greater than largest int248).\n *\n * Counterpart to Solidity's `int248` operator.\n *\n * Requirements:\n *\n * - input must fit into 248 bits\n */\n function toInt248(int256 value) internal pure returns (int248 downcasted) {\n downcasted = int248(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(248, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int240 from int256, reverting on\n * overflow (when the input is less than smallest int240 or\n * greater than largest int240).\n *\n * Counterpart to Solidity's `int240` operator.\n *\n * Requirements:\n *\n * - input must fit into 240 bits\n */\n function toInt240(int256 value) internal pure returns (int240 downcasted) {\n downcasted = int240(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(240, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int232 from int256, reverting on\n * overflow (when the input is less than smallest int232 or\n * greater than largest int232).\n *\n * Counterpart to Solidity's `int232` operator.\n *\n * Requirements:\n *\n * - input must fit into 232 bits\n */\n function toInt232(int256 value) internal pure returns (int232 downcasted) {\n downcasted = int232(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(232, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int224 from int256, reverting on\n * overflow (when the input is less than smallest int224 or\n * greater than largest int224).\n *\n * Counterpart to Solidity's `int224` operator.\n *\n * Requirements:\n *\n * - input must fit into 224 bits\n */\n function toInt224(int256 value) internal pure returns (int224 downcasted) {\n downcasted = int224(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(224, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int216 from int256, reverting on\n * overflow (when the input is less than smallest int216 or\n * greater than largest int216).\n *\n * Counterpart to Solidity's `int216` operator.\n *\n * Requirements:\n *\n * - input must fit into 216 bits\n */\n function toInt216(int256 value) internal pure returns (int216 downcasted) {\n downcasted = int216(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(216, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int208 from int256, reverting on\n * overflow (when the input is less than smallest int208 or\n * greater than largest int208).\n *\n * Counterpart to Solidity's `int208` operator.\n *\n * Requirements:\n *\n * - input must fit into 208 bits\n */\n function toInt208(int256 value) internal pure returns (int208 downcasted) {\n downcasted = int208(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(208, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int200 from int256, reverting on\n * overflow (when the input is less than smallest int200 or\n * greater than largest int200).\n *\n * Counterpart to Solidity's `int200` operator.\n *\n * Requirements:\n *\n * - input must fit into 200 bits\n */\n function toInt200(int256 value) internal pure returns (int200 downcasted) {\n downcasted = int200(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(200, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int192 from int256, reverting on\n * overflow (when the input is less than smallest int192 or\n * greater than largest int192).\n *\n * Counterpart to Solidity's `int192` operator.\n *\n * Requirements:\n *\n * - input must fit into 192 bits\n */\n function toInt192(int256 value) internal pure returns (int192 downcasted) {\n downcasted = int192(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(192, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int184 from int256, reverting on\n * overflow (when the input is less than smallest int184 or\n * greater than largest int184).\n *\n * Counterpart to Solidity's `int184` operator.\n *\n * Requirements:\n *\n * - input must fit into 184 bits\n */\n function toInt184(int256 value) internal pure returns (int184 downcasted) {\n downcasted = int184(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(184, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int176 from int256, reverting on\n * overflow (when the input is less than smallest int176 or\n * greater than largest int176).\n *\n * Counterpart to Solidity's `int176` operator.\n *\n * Requirements:\n *\n * - input must fit into 176 bits\n */\n function toInt176(int256 value) internal pure returns (int176 downcasted) {\n downcasted = int176(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(176, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int168 from int256, reverting on\n * overflow (when the input is less than smallest int168 or\n * greater than largest int168).\n *\n * Counterpart to Solidity's `int168` operator.\n *\n * Requirements:\n *\n * - input must fit into 168 bits\n */\n function toInt168(int256 value) internal pure returns (int168 downcasted) {\n downcasted = int168(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(168, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int160 from int256, reverting on\n * overflow (when the input is less than smallest int160 or\n * greater than largest int160).\n *\n * Counterpart to Solidity's `int160` operator.\n *\n * Requirements:\n *\n * - input must fit into 160 bits\n */\n function toInt160(int256 value) internal pure returns (int160 downcasted) {\n downcasted = int160(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(160, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int152 from int256, reverting on\n * overflow (when the input is less than smallest int152 or\n * greater than largest int152).\n *\n * Counterpart to Solidity's `int152` operator.\n *\n * Requirements:\n *\n * - input must fit into 152 bits\n */\n function toInt152(int256 value) internal pure returns (int152 downcasted) {\n downcasted = int152(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(152, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int144 from int256, reverting on\n * overflow (when the input is less than smallest int144 or\n * greater than largest int144).\n *\n * Counterpart to Solidity's `int144` operator.\n *\n * Requirements:\n *\n * - input must fit into 144 bits\n */\n function toInt144(int256 value) internal pure returns (int144 downcasted) {\n downcasted = int144(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(144, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int136 from int256, reverting on\n * overflow (when the input is less than smallest int136 or\n * greater than largest int136).\n *\n * Counterpart to Solidity's `int136` operator.\n *\n * Requirements:\n *\n * - input must fit into 136 bits\n */\n function toInt136(int256 value) internal pure returns (int136 downcasted) {\n downcasted = int136(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(136, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int128 from int256, reverting on\n * overflow (when the input is less than smallest int128 or\n * greater than largest int128).\n *\n * Counterpart to Solidity's `int128` operator.\n *\n * Requirements:\n *\n * - input must fit into 128 bits\n */\n function toInt128(int256 value) internal pure returns (int128 downcasted) {\n downcasted = int128(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(128, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int120 from int256, reverting on\n * overflow (when the input is less than smallest int120 or\n * greater than largest int120).\n *\n * Counterpart to Solidity's `int120` operator.\n *\n * Requirements:\n *\n * - input must fit into 120 bits\n */\n function toInt120(int256 value) internal pure returns (int120 downcasted) {\n downcasted = int120(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(120, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int112 from int256, reverting on\n * overflow (when the input is less than smallest int112 or\n * greater than largest int112).\n *\n * Counterpart to Solidity's `int112` operator.\n *\n * Requirements:\n *\n * - input must fit into 112 bits\n */\n function toInt112(int256 value) internal pure returns (int112 downcasted) {\n downcasted = int112(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(112, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int104 from int256, reverting on\n * overflow (when the input is less than smallest int104 or\n * greater than largest int104).\n *\n * Counterpart to Solidity's `int104` operator.\n *\n * Requirements:\n *\n * - input must fit into 104 bits\n */\n function toInt104(int256 value) internal pure returns (int104 downcasted) {\n downcasted = int104(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(104, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int96 from int256, reverting on\n * overflow (when the input is less than smallest int96 or\n * greater than largest int96).\n *\n * Counterpart to Solidity's `int96` operator.\n *\n * Requirements:\n *\n * - input must fit into 96 bits\n */\n function toInt96(int256 value) internal pure returns (int96 downcasted) {\n downcasted = int96(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(96, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int88 from int256, reverting on\n * overflow (when the input is less than smallest int88 or\n * greater than largest int88).\n *\n * Counterpart to Solidity's `int88` operator.\n *\n * Requirements:\n *\n * - input must fit into 88 bits\n */\n function toInt88(int256 value) internal pure returns (int88 downcasted) {\n downcasted = int88(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(88, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int80 from int256, reverting on\n * overflow (when the input is less than smallest int80 or\n * greater than largest int80).\n *\n * Counterpart to Solidity's `int80` operator.\n *\n * Requirements:\n *\n * - input must fit into 80 bits\n */\n function toInt80(int256 value) internal pure returns (int80 downcasted) {\n downcasted = int80(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(80, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int72 from int256, reverting on\n * overflow (when the input is less than smallest int72 or\n * greater than largest int72).\n *\n * Counterpart to Solidity's `int72` operator.\n *\n * Requirements:\n *\n * - input must fit into 72 bits\n */\n function toInt72(int256 value) internal pure returns (int72 downcasted) {\n downcasted = int72(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(72, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int64 from int256, reverting on\n * overflow (when the input is less than smallest int64 or\n * greater than largest int64).\n *\n * Counterpart to Solidity's `int64` operator.\n *\n * Requirements:\n *\n * - input must fit into 64 bits\n */\n function toInt64(int256 value) internal pure returns (int64 downcasted) {\n downcasted = int64(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(64, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int56 from int256, reverting on\n * overflow (when the input is less than smallest int56 or\n * greater than largest int56).\n *\n * Counterpart to Solidity's `int56` operator.\n *\n * Requirements:\n *\n * - input must fit into 56 bits\n */\n function toInt56(int256 value) internal pure returns (int56 downcasted) {\n downcasted = int56(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(56, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int48 from int256, reverting on\n * overflow (when the input is less than smallest int48 or\n * greater than largest int48).\n *\n * Counterpart to Solidity's `int48` operator.\n *\n * Requirements:\n *\n * - input must fit into 48 bits\n */\n function toInt48(int256 value) internal pure returns (int48 downcasted) {\n downcasted = int48(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(48, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int40 from int256, reverting on\n * overflow (when the input is less than smallest int40 or\n * greater than largest int40).\n *\n * Counterpart to Solidity's `int40` operator.\n *\n * Requirements:\n *\n * - input must fit into 40 bits\n */\n function toInt40(int256 value) internal pure returns (int40 downcasted) {\n downcasted = int40(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(40, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int32 from int256, reverting on\n * overflow (when the input is less than smallest int32 or\n * greater than largest int32).\n *\n * Counterpart to Solidity's `int32` operator.\n *\n * Requirements:\n *\n * - input must fit into 32 bits\n */\n function toInt32(int256 value) internal pure returns (int32 downcasted) {\n downcasted = int32(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(32, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int24 from int256, reverting on\n * overflow (when the input is less than smallest int24 or\n * greater than largest int24).\n *\n * Counterpart to Solidity's `int24` operator.\n *\n * Requirements:\n *\n * - input must fit into 24 bits\n */\n function toInt24(int256 value) internal pure returns (int24 downcasted) {\n downcasted = int24(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(24, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int16 from int256, reverting on\n * overflow (when the input is less than smallest int16 or\n * greater than largest int16).\n *\n * Counterpart to Solidity's `int16` operator.\n *\n * Requirements:\n *\n * - input must fit into 16 bits\n */\n function toInt16(int256 value) internal pure returns (int16 downcasted) {\n downcasted = int16(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(16, value);\n }\n }\n\n /**\n * @dev Returns the downcasted int8 from int256, reverting on\n * overflow (when the input is less than smallest int8 or\n * greater than largest int8).\n *\n * Counterpart to Solidity's `int8` operator.\n *\n * Requirements:\n *\n * - input must fit into 8 bits\n */\n function toInt8(int256 value) internal pure returns (int8 downcasted) {\n downcasted = int8(value);\n if (downcasted != value) {\n revert SafeCastOverflowedIntDowncast(8, value);\n }\n }\n\n /**\n * @dev Converts an unsigned uint256 into a signed int256.\n *\n * Requirements:\n *\n * - input must be less than or equal to maxInt256.\n */\n function toInt256(uint256 value) internal pure returns (int256) {\n // Note: Unsafe cast below is okay because `type(int256).max` is guaranteed to be positive\n if (value > uint256(type(int256).max)) {\n revert SafeCastOverflowedUintToInt(value);\n }\n return int256(value);\n }\n}\n" - }, - "@openzeppelin/contracts/utils/math/SignedMath.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/math/SignedMath.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Standard signed math utilities missing in the Solidity language.\n */\nlibrary SignedMath {\n /**\n * @dev Returns the largest of two signed numbers.\n */\n function max(int256 a, int256 b) internal pure returns (int256) {\n return a > b ? a : b;\n }\n\n /**\n * @dev Returns the smallest of two signed numbers.\n */\n function min(int256 a, int256 b) internal pure returns (int256) {\n return a < b ? a : b;\n }\n\n /**\n * @dev Returns the average of two signed numbers without overflow.\n * The result is rounded towards zero.\n */\n function average(int256 a, int256 b) internal pure returns (int256) {\n // Formula from the book \"Hacker's Delight\"\n int256 x = (a & b) + ((a ^ b) >> 1);\n return x + (int256(uint256(x) >> 255) & (a ^ b));\n }\n\n /**\n * @dev Returns the absolute unsigned value of a signed value.\n */\n function abs(int256 n) internal pure returns (uint256) {\n unchecked {\n // must be unchecked in order to support `n = type(int256).min`\n return uint256(n >= 0 ? n : -n);\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/ReentrancyGuard.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/ReentrancyGuard.sol)\n\npragma solidity ^0.8.20;\n\n/**\n * @dev Contract module that helps prevent reentrant calls to a function.\n *\n * Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier\n * available, which can be applied to functions to make sure there are no nested\n * (reentrant) calls to them.\n *\n * Note that because there is a single `nonReentrant` guard, functions marked as\n * `nonReentrant` may not call one another. This can be worked around by making\n * those functions `private`, and then adding `external` `nonReentrant` entry\n * points to them.\n *\n * TIP: If you would like to learn more about reentrancy and alternative ways\n * to protect against it, check out our blog post\n * https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].\n */\nabstract contract ReentrancyGuard {\n // Booleans are more expensive than uint256 or any type that takes up a full\n // word because each write operation emits an extra SLOAD to first read the\n // slot's contents, replace the bits taken up by the boolean, and then write\n // back. This is the compiler's defense against contract upgrades and\n // pointer aliasing, and it cannot be disabled.\n\n // The values being non-zero value makes deployment a bit more expensive,\n // but in exchange the refund on every call to nonReentrant will be lower in\n // amount. Since refunds are capped to a percentage of the total\n // transaction's gas, it is best to keep them low in cases like this one, to\n // increase the likelihood of the full refund coming into effect.\n uint256 private constant NOT_ENTERED = 1;\n uint256 private constant ENTERED = 2;\n\n uint256 private _status;\n\n /**\n * @dev Unauthorized reentrant call.\n */\n error ReentrancyGuardReentrantCall();\n\n constructor() {\n _status = NOT_ENTERED;\n }\n\n /**\n * @dev Prevents a contract from calling itself, directly or indirectly.\n * Calling a `nonReentrant` function from another `nonReentrant`\n * function is not supported. It is possible to prevent this from happening\n * by making the `nonReentrant` function external, and making it call a\n * `private` function that does the actual work.\n */\n modifier nonReentrant() {\n _nonReentrantBefore();\n _;\n _nonReentrantAfter();\n }\n\n function _nonReentrantBefore() private {\n // On the first call to nonReentrant, _status will be NOT_ENTERED\n if (_status == ENTERED) {\n revert ReentrancyGuardReentrantCall();\n }\n\n // Any calls to nonReentrant after this point will fail\n _status = ENTERED;\n }\n\n function _nonReentrantAfter() private {\n // By storing the original value once again, a refund is triggered (see\n // https://eips.ethereum.org/EIPS/eip-2200)\n _status = NOT_ENTERED;\n }\n\n /**\n * @dev Returns true if the reentrancy guard is currently set to \"entered\", which indicates there is a\n * `nonReentrant` function in the call stack.\n */\n function _reentrancyGuardEntered() internal view returns (bool) {\n return _status == ENTERED;\n }\n}\n" - }, - "@openzeppelin/contracts/utils/ShortStrings.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/ShortStrings.sol)\n\npragma solidity ^0.8.20;\n\nimport {StorageSlot} from \"./StorageSlot.sol\";\n\n// | string | 0xAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA |\n// | length | 0x BB |\ntype ShortString is bytes32;\n\n/**\n * @dev This library provides functions to convert short memory strings\n * into a `ShortString` type that can be used as an immutable variable.\n *\n * Strings of arbitrary length can be optimized using this library if\n * they are short enough (up to 31 bytes) by packing them with their\n * length (1 byte) in a single EVM word (32 bytes). Additionally, a\n * fallback mechanism can be used for every other case.\n *\n * Usage example:\n *\n * ```solidity\n * contract Named {\n * using ShortStrings for *;\n *\n * ShortString private immutable _name;\n * string private _nameFallback;\n *\n * constructor(string memory contractName) {\n * _name = contractName.toShortStringWithFallback(_nameFallback);\n * }\n *\n * function name() external view returns (string memory) {\n * return _name.toStringWithFallback(_nameFallback);\n * }\n * }\n * ```\n */\nlibrary ShortStrings {\n // Used as an identifier for strings longer than 31 bytes.\n bytes32 private constant FALLBACK_SENTINEL = 0x00000000000000000000000000000000000000000000000000000000000000FF;\n\n error StringTooLong(string str);\n error InvalidShortString();\n\n /**\n * @dev Encode a string of at most 31 chars into a `ShortString`.\n *\n * This will trigger a `StringTooLong` error is the input string is too long.\n */\n function toShortString(string memory str) internal pure returns (ShortString) {\n bytes memory bstr = bytes(str);\n if (bstr.length > 31) {\n revert StringTooLong(str);\n }\n return ShortString.wrap(bytes32(uint256(bytes32(bstr)) | bstr.length));\n }\n\n /**\n * @dev Decode a `ShortString` back to a \"normal\" string.\n */\n function toString(ShortString sstr) internal pure returns (string memory) {\n uint256 len = byteLength(sstr);\n // using `new string(len)` would work locally but is not memory safe.\n string memory str = new string(32);\n /// @solidity memory-safe-assembly\n assembly {\n mstore(str, len)\n mstore(add(str, 0x20), sstr)\n }\n return str;\n }\n\n /**\n * @dev Return the length of a `ShortString`.\n */\n function byteLength(ShortString sstr) internal pure returns (uint256) {\n uint256 result = uint256(ShortString.unwrap(sstr)) & 0xFF;\n if (result > 31) {\n revert InvalidShortString();\n }\n return result;\n }\n\n /**\n * @dev Encode a string into a `ShortString`, or write it to storage if it is too long.\n */\n function toShortStringWithFallback(string memory value, string storage store) internal returns (ShortString) {\n if (bytes(value).length < 32) {\n return toShortString(value);\n } else {\n StorageSlot.getStringSlot(store).value = value;\n return ShortString.wrap(FALLBACK_SENTINEL);\n }\n }\n\n /**\n * @dev Decode a string that was encoded to `ShortString` or written to storage using {setWithFallback}.\n */\n function toStringWithFallback(ShortString value, string storage store) internal pure returns (string memory) {\n if (ShortString.unwrap(value) != FALLBACK_SENTINEL) {\n return toString(value);\n } else {\n return store;\n }\n }\n\n /**\n * @dev Return the length of a string that was encoded to `ShortString` or written to storage using\n * {setWithFallback}.\n *\n * WARNING: This will return the \"byte length\" of the string. This may not reflect the actual length in terms of\n * actual characters as the UTF-8 encoding of a single character can span over multiple bytes.\n */\n function byteLengthWithFallback(ShortString value, string storage store) internal view returns (uint256) {\n if (ShortString.unwrap(value) != FALLBACK_SENTINEL) {\n return byteLength(value);\n } else {\n return bytes(store).length;\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/StorageSlot.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/StorageSlot.sol)\n// This file was procedurally generated from scripts/generate/templates/StorageSlot.js.\n\npragma solidity ^0.8.20;\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 * ```solidity\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(newImplementation.code.length > 0);\n * StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\n * }\n * }\n * ```\n */\nlibrary StorageSlot {\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 struct StringSlot {\n string value;\n }\n\n struct BytesSlot {\n bytes 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 /**\n * @dev Returns an `StringSlot` with member `value` located at `slot`.\n */\n function getStringSlot(bytes32 slot) internal pure returns (StringSlot storage r) {\n /// @solidity memory-safe-assembly\n assembly {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns an `StringSlot` representation of the string storage pointer `store`.\n */\n function getStringSlot(string storage store) internal pure returns (StringSlot storage r) {\n /// @solidity memory-safe-assembly\n assembly {\n r.slot := store.slot\n }\n }\n\n /**\n * @dev Returns an `BytesSlot` with member `value` located at `slot`.\n */\n function getBytesSlot(bytes32 slot) internal pure returns (BytesSlot storage r) {\n /// @solidity memory-safe-assembly\n assembly {\n r.slot := slot\n }\n }\n\n /**\n * @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`.\n */\n function getBytesSlot(bytes storage store) internal pure returns (BytesSlot storage r) {\n /// @solidity memory-safe-assembly\n assembly {\n r.slot := store.slot\n }\n }\n}\n" - }, - "@openzeppelin/contracts/utils/Strings.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/Strings.sol)\n\npragma solidity ^0.8.20;\n\nimport {Math} from \"./math/Math.sol\";\nimport {SignedMath} from \"./math/SignedMath.sol\";\n\n/**\n * @dev String operations.\n */\nlibrary Strings {\n bytes16 private constant HEX_DIGITS = \"0123456789abcdef\";\n uint8 private constant ADDRESS_LENGTH = 20;\n\n /**\n * @dev The `value` string doesn't fit in the specified `length`.\n */\n error StringsInsufficientHexLength(uint256 value, uint256 length);\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 = Math.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), HEX_DIGITS))\n }\n value /= 10;\n if (value == 0) break;\n }\n return buffer;\n }\n }\n\n /**\n * @dev Converts a `int256` to its ASCII `string` decimal representation.\n */\n function toStringSigned(int256 value) internal pure returns (string memory) {\n return string.concat(value < 0 ? \"-\" : \"\", toString(SignedMath.abs(value)));\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, Math.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 uint256 localValue = value;\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] = HEX_DIGITS[localValue & 0xf];\n localValue >>= 4;\n }\n if (localValue != 0) {\n revert StringsInsufficientHexLength(value, length);\n }\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\n * representation.\n */\n function toHexString(address addr) internal pure returns (string memory) {\n return toHexString(uint256(uint160(addr)), ADDRESS_LENGTH);\n }\n\n /**\n * @dev Returns true if the two strings are equal.\n */\n function equal(string memory a, string memory b) internal pure returns (bool) {\n return bytes(a).length == bytes(b).length && keccak256(bytes(a)) == keccak256(bytes(b));\n }\n}\n" - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "content": "// SPDX-License-Identifier: MIT\n// OpenZeppelin Contracts (last updated v5.0.0) (utils/types/Time.sol)\n\npragma solidity ^0.8.20;\n\nimport {Math} from \"../math/Math.sol\";\nimport {SafeCast} from \"../math/SafeCast.sol\";\n\n/**\n * @dev This library provides helpers for manipulating time-related objects.\n *\n * It uses the following types:\n * - `uint48` for timepoints\n * - `uint32` for durations\n *\n * While the library doesn't provide specific types for timepoints and duration, it does provide:\n * - a `Delay` type to represent duration that can be programmed to change value automatically at a given point\n * - additional helper functions\n */\nlibrary Time {\n using Time for *;\n\n /**\n * @dev Get the block timestamp as a Timepoint.\n */\n function timestamp() internal view returns (uint48) {\n return SafeCast.toUint48(block.timestamp);\n }\n\n /**\n * @dev Get the block number as a Timepoint.\n */\n function blockNumber() internal view returns (uint48) {\n return SafeCast.toUint48(block.number);\n }\n\n // ==================================================== Delay =====================================================\n /**\n * @dev A `Delay` is a uint32 duration that can be programmed to change value automatically at a given point in the\n * future. The \"effect\" timepoint describes when the transitions happens from the \"old\" value to the \"new\" value.\n * This allows updating the delay applied to some operation while keeping some guarantees.\n *\n * In particular, the {update} function guarantees that if the delay is reduced, the old delay still applies for\n * some time. For example if the delay is currently 7 days to do an upgrade, the admin should not be able to set\n * the delay to 0 and upgrade immediately. If the admin wants to reduce the delay, the old delay (7 days) should\n * still apply for some time.\n *\n *\n * The `Delay` type is 112 bits long, and packs the following:\n *\n * ```\n * | [uint48]: effect date (timepoint)\n * | | [uint32]: value before (duration)\n * ↓ ↓ ↓ [uint32]: value after (duration)\n * 0xAAAAAAAAAAAABBBBBBBBCCCCCCCC\n * ```\n *\n * NOTE: The {get} and {withUpdate} functions operate using timestamps. Block number based delays are not currently\n * supported.\n */\n type Delay is uint112;\n\n /**\n * @dev Wrap a duration into a Delay to add the one-step \"update in the future\" feature\n */\n function toDelay(uint32 duration) internal pure returns (Delay) {\n return Delay.wrap(duration);\n }\n\n /**\n * @dev Get the value at a given timepoint plus the pending value and effect timepoint if there is a scheduled\n * change after this timepoint. If the effect timepoint is 0, then the pending value should not be considered.\n */\n function _getFullAt(Delay self, uint48 timepoint) private pure returns (uint32, uint32, uint48) {\n (uint32 valueBefore, uint32 valueAfter, uint48 effect) = self.unpack();\n return effect <= timepoint ? (valueAfter, 0, 0) : (valueBefore, valueAfter, effect);\n }\n\n /**\n * @dev Get the current value plus the pending value and effect timepoint if there is a scheduled change. If the\n * effect timepoint is 0, then the pending value should not be considered.\n */\n function getFull(Delay self) internal view returns (uint32, uint32, uint48) {\n return _getFullAt(self, timestamp());\n }\n\n /**\n * @dev Get the current value.\n */\n function get(Delay self) internal view returns (uint32) {\n (uint32 delay, , ) = self.getFull();\n return delay;\n }\n\n /**\n * @dev Update a Delay object so that it takes a new duration after a timepoint that is automatically computed to\n * enforce the old delay at the moment of the update. Returns the updated Delay object and the timestamp when the\n * new delay becomes effective.\n */\n function withUpdate(\n Delay self,\n uint32 newValue,\n uint32 minSetback\n ) internal view returns (Delay updatedDelay, uint48 effect) {\n uint32 value = self.get();\n uint32 setback = uint32(Math.max(minSetback, value > newValue ? value - newValue : 0));\n effect = timestamp() + setback;\n return (pack(value, newValue, effect), effect);\n }\n\n /**\n * @dev Split a delay into its components: valueBefore, valueAfter and effect (transition timepoint).\n */\n function unpack(Delay self) internal pure returns (uint32 valueBefore, uint32 valueAfter, uint48 effect) {\n uint112 raw = Delay.unwrap(self);\n\n valueAfter = uint32(raw);\n valueBefore = uint32(raw >> 32);\n effect = uint48(raw >> 64);\n\n return (valueBefore, valueAfter, effect);\n }\n\n /**\n * @dev pack the components into a Delay object.\n */\n function pack(uint32 valueBefore, uint32 valueAfter, uint48 effect) internal pure returns (Delay) {\n return Delay.wrap((uint112(effect) << 64) | (uint112(valueBefore) << 32) | uint112(valueAfter));\n }\n}\n" - }, - "contracts/ApplicationManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\r\npragma solidity 0.8.26;\r\n\r\nimport {IApplicationManager} from \"./IApplicationManager.sol\";\r\nimport {AccessManaged} from \"@openzeppelin/contracts/access/manager/AccessManaged.sol\";\r\nimport \"@openzeppelin/contracts/utils/ReentrancyGuard.sol\";\r\n\r\ncontract ApplicationManager is\r\n IApplicationManager,\r\n AccessManaged,\r\n ReentrancyGuard\r\n{\r\n mapping(uint => Application) private applications;\r\n mapping(address => bool) private addressUsed;\r\n uint private nextApplicationId;\r\n\r\n constructor(address initialAuthority) AccessManaged(initialAuthority) {}\r\n\r\n function applicationExists(uint id) internal view returns (bool) {\r\n return applications[id].account != address(0);\r\n }\r\n\r\n function getNextApplicationId() external view returns (uint) {\r\n return nextApplicationId;\r\n }\r\n\r\n function createApplication(\r\n Application memory newApplication\r\n ) external nonReentrant restricted {\r\n require(\r\n !addressUsed[newApplication.account],\r\n \"Address already used for another application\"\r\n );\r\n applications[nextApplicationId] = newApplication;\r\n addressUsed[newApplication.account] = true;\r\n emit ApplicationCreated(\r\n nextApplicationId,\r\n applications[nextApplicationId]\r\n );\r\n nextApplicationId++;\r\n }\r\n\r\n function updateApplication(\r\n uint id,\r\n Application memory updatedApplication\r\n ) external nonReentrant restricted {\r\n require(applicationExists(id), \"Application does not exist\");\r\n require(\r\n !addressUsed[updatedApplication.account] ||\r\n applications[id].account == updatedApplication.account,\r\n \"Account used by another application\"\r\n );\r\n applications[id] = updatedApplication;\r\n emit ApplicationUpdated(id, applications[id]);\r\n }\r\n\r\n function deleteApplication(uint id) external nonReentrant restricted {\r\n require(applicationExists(id), \"Application does not exist\");\r\n addressUsed[applications[id].account] = false;\r\n emit ApplicationDeleted(id, applications[id]);\r\n delete applications[id];\r\n }\r\n\r\n function getApplication(\r\n uint id\r\n ) external view returns (Application memory) {\r\n require(applicationExists(id), \"Application does not exist\");\r\n return applications[id];\r\n }\r\n\r\n function getApplications(\r\n uint start,\r\n uint limit\r\n ) external view returns (Application[] memory) {\r\n Application[] memory result = new Application[](limit);\r\n uint count = 0;\r\n uint index = start;\r\n while (count < limit && index < nextApplicationId) {\r\n if (applicationExists(index)) {\r\n result[count] = applications[index];\r\n count++;\r\n }\r\n index++;\r\n }\r\n\r\n Application[] memory finalResult = new Application[](count);\r\n for (uint i = 0; i < count; i++) {\r\n finalResult[i] = result[i];\r\n }\r\n return finalResult;\r\n }\r\n}\r\n" - }, - "contracts/IApplicationManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\r\npragma solidity 0.8.26;\r\n\r\ninterface IApplicationManager {\r\n struct Application {\r\n string name;\r\n address account;\r\n }\r\n\r\n event ApplicationCreated(uint id, Application application);\r\n event ApplicationUpdated(uint id, Application application);\r\n event ApplicationDeleted(uint id, Application application);\r\n\r\n function getNextApplicationId() external view returns (uint);\r\n function createApplication(Application memory application) external;\r\n function updateApplication(uint id, Application memory application) external;\r\n function deleteApplication(uint id) external;\r\n function getApplication(uint id) external view returns (Application memory);\r\n function getApplications(uint start, uint limit) external returns (Application[] memory);\r\n}\r\n" - }, - "contracts/Imports.sol": { - "content": "// SPDX-License-Identifier: Unlicense\npragma solidity ^0.8.26;\n\nimport \"@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol\";\nimport \"@ethereum-attestation-service/eas-contracts/contracts/EAS.sol\";\nimport \"@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol\";\n" - }, - "contracts/IOIDPermissionManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\ninterface IOIDPermissionManager {\n event PermissionUpdated(bytes32 uid, address account, bool granted);\n event PermissionDeleted(bytes32 uid, address account, bool granted);\n\n function grantPermission(bytes32 uid, address account) external;\n\n function revokePermission(bytes32 uid, address account) external;\n\n function hasPermission(\n bytes32 uid,\n address account\n ) external view returns (bool);\n}\n" - }, - "contracts/OIDAccessManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\n// solhint-disable-next-line max-line-length\nimport {AccessManagerUpgradeable} from \"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\";\n\ncontract OIDAccessManager is AccessManagerUpgradeable {\n function initialize() public initializer {\n __AccessManager_init(msg.sender);\n }\n}\n" - }, - "contracts/OIDPermissionManager.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\nimport {IOIDPermissionManager} from \"./IOIDPermissionManager.sol\";\n\ncontract OIDPermissionManager is IOIDPermissionManager {\n mapping(bytes32 => mapping(address => bool)) private permissions;\n\n function grantPermission(bytes32 uid, address account) external {\n permissions[uid][account] = true;\n }\n\n function revokePermission(bytes32 uid, address account) external override {\n permissions[uid][account] = false;\n }\n\n function hasPermission(\n bytes32 uid,\n address account\n ) external view override returns (bool) {\n return permissions[uid][account];\n }\n}\n" - }, - "contracts/OIDResolver.sol": { - "content": "// SPDX-License-Identifier: UNLICENSED\npragma solidity 0.8.26;\n\n// solhint-disable-next-line max-line-length\nimport {AccessManagedUpgradeable} from \"@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol\";\nimport {IEAS} from \"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\";\nimport {Attestation} from \"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\";\nimport {SchemaResolver} from \"@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol\";\nimport {IAccessManager} from \"@openzeppelin/contracts/access/manager/IAccessManager.sol\";\n\ncontract OIDResolver is SchemaResolver, AccessManagedUpgradeable {\n error UnauthorizedAttester(address attester);\n\n constructor(IEAS initialEAS) SchemaResolver(initialEAS) {}\n\n modifier checkAttester(address attester) {\n _checkAttester(attester);\n _;\n }\n\n function initialize(address initialAuthority) public initializer {\n __AccessManaged_init(initialAuthority);\n }\n\n function onAttest(\n Attestation calldata attestation,\n uint256 value\n )\n internal\n virtual\n override\n checkAttester(attestation.attester)\n returns (bool)\n {\n return true;\n }\n\n function onRevoke(\n Attestation calldata attestation,\n uint256 value\n ) internal virtual override returns (bool) {\n return true;\n }\n\n function eas() public view returns (IEAS) {\n return _eas;\n }\n\n function _checkAttester(address attester) internal virtual {\n (bool isMember, ) = IAccessManager(authority()).hasRole(2, attester);\n if (!isMember) {\n revert UnauthorizedAttester(attester);\n }\n }\n}\n" - } - }, - "settings": { - "optimizer": { - "enabled": true, - "runs": 1000 - }, - "evmVersion": "paris", - "outputSelection": { - "*": { - "*": [ - "abi", - "evm.bytecode", - "evm.deployedBytecode", - "evm.methodIdentifiers", - "metadata" - ], - "": [ - "ast" - ] - } - } - } - }, - "output": { - "errors": [ - { - "component": "general", - "errorCode": "5667", - "formattedMessage": "Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.\n --> contracts/OIDResolver.sol:27:9:\n |\n27 | uint256 value\n | ^^^^^^^^^^^^^\n\n", - "message": "Unused function parameter. Remove or comment out the variable name to silence this warning.", - "severity": "warning", - "sourceLocation": { - "end": 1108, - "file": "contracts/OIDResolver.sol", - "start": 1095 - }, - "type": "Warning" - }, - { - "component": "general", - "errorCode": "5667", - "formattedMessage": "Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.\n --> contracts/OIDResolver.sol:39:9:\n |\n39 | Attestation calldata attestation,\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n", - "message": "Unused function parameter. Remove or comment out the variable name to silence this warning.", - "severity": "warning", - "sourceLocation": { - "end": 1329, - "file": "contracts/OIDResolver.sol", - "start": 1297 - }, - "type": "Warning" - }, - { - "component": "general", - "errorCode": "5667", - "formattedMessage": "Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.\n --> contracts/OIDResolver.sol:40:9:\n |\n40 | uint256 value\n | ^^^^^^^^^^^^^\n\n", - "message": "Unused function parameter. Remove or comment out the variable name to silence this warning.", - "severity": "warning", - "sourceLocation": { - "end": 1352, - "file": "contracts/OIDResolver.sol", - "start": 1339 - }, - "type": "Warning" - } - ], - "sources": { - "@ethereum-attestation-service/eas-contracts/contracts/Common.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "exportedSymbols": { - "AccessDenied": [ - 9 - ], - "Attestation": [ - 49 - ], - "DeadlineExpired": [ - 11 - ], - "EMPTY_UID": [ - 4 - ], - "InvalidEAS": [ - 13 - ], - "InvalidLength": [ - 15 - ], - "InvalidSignature": [ - 17 - ], - "NO_EXPIRATION_TIME": [ - 7 - ], - "NotFound": [ - 19 - ], - "Signature": [ - 27 - ], - "uncheckedInc": [ - 65 - ] - }, - "id": 66, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 1, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:0" - }, - { - "constant": true, - "id": 4, - "mutability": "constant", - "name": "EMPTY_UID", - "nameLocation": "126:9:0", - "nodeType": "VariableDeclaration", - "scope": 66, - "src": "109:30:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "109:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "30", - "id": 3, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "138:1:0", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "visibility": "internal" - }, - { - "constant": true, - "id": 7, - "mutability": "constant", - "name": "NO_EXPIRATION_TIME", - "nameLocation": "219:18:0", - "nodeType": "VariableDeclaration", - "scope": 66, - "src": "203:38:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "203:6:0", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "hexValue": "30", - "id": 6, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "240:1:0", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "visibility": "internal" - }, - { - "errorSelector": "4ca88867", - "id": 9, - "name": "AccessDenied", - "nameLocation": "250:12:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8, - "nodeType": "ParameterList", - "parameters": [], - "src": "262:2:0" - }, - "src": "244:21:0" - }, - { - "errorSelector": "1ab7da6b", - "id": 11, - "name": "DeadlineExpired", - "nameLocation": "272:15:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 10, - "nodeType": "ParameterList", - "parameters": [], - "src": "287:2:0" - }, - "src": "266:24:0" - }, - { - "errorSelector": "83780ffe", - "id": 13, - "name": "InvalidEAS", - "nameLocation": "297:10:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 12, - "nodeType": "ParameterList", - "parameters": [], - "src": "307:2:0" - }, - "src": "291:19:0" - }, - { - "errorSelector": "947d5a84", - "id": 15, - "name": "InvalidLength", - "nameLocation": "317:13:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 14, - "nodeType": "ParameterList", - "parameters": [], - "src": "330:2:0" - }, - "src": "311:22:0" - }, - { - "errorSelector": "8baa579f", - "id": 17, - "name": "InvalidSignature", - "nameLocation": "340:16:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 16, - "nodeType": "ParameterList", - "parameters": [], - "src": "356:2:0" - }, - "src": "334:25:0" - }, - { - "errorSelector": "c5723b51", - "id": 19, - "name": "NotFound", - "nameLocation": "366:8:0", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 18, - "nodeType": "ParameterList", - "parameters": [], - "src": "374:2:0" - }, - "src": "360:17:0" - }, - { - "canonicalName": "Signature", - "documentation": { - "id": 20, - "nodeType": "StructuredDocumentation", - "src": "379:56:0", - "text": "@notice A struct representing ECDSA signature data." - }, - "id": 27, - "members": [ - { - "constant": false, - "id": 22, - "mutability": "mutable", - "name": "v", - "nameLocation": "464:1:0", - "nodeType": "VariableDeclaration", - "scope": 27, - "src": "458:7:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 21, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "458:5:0", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 24, - "mutability": "mutable", - "name": "r", - "nameLocation": "499:1:0", - "nodeType": "VariableDeclaration", - "scope": 27, - "src": "491:9:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 23, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "491:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 26, - "mutability": "mutable", - "name": "s", - "nameLocation": "550:1:0", - "nodeType": "VariableDeclaration", - "scope": 27, - "src": "542:9:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 25, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "542:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "name": "Signature", - "nameLocation": "442:9:0", - "nodeType": "StructDefinition", - "scope": 66, - "src": "435:142:0", - "visibility": "public" - }, - { - "canonicalName": "Attestation", - "documentation": { - "id": 28, - "nodeType": "StructuredDocumentation", - "src": "579:56:0", - "text": "@notice A struct representing a single attestation." - }, - "id": 49, - "members": [ - { - "constant": false, - "id": 30, - "mutability": "mutable", - "name": "uid", - "nameLocation": "668:3:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "660:11:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 29, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "660:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 32, - "mutability": "mutable", - "name": "schema", - "nameLocation": "728:6:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "720:14:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 31, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "720:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 34, - "mutability": "mutable", - "name": "time", - "nameLocation": "787:4:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "780:11:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 33, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "780:6:0", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 36, - "mutability": "mutable", - "name": "expirationTime", - "nameLocation": "867:14:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "860:21:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 35, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "860:6:0", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 38, - "mutability": "mutable", - "name": "revocationTime", - "nameLocation": "953:14:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "946:21:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 37, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "946:6:0", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 40, - "mutability": "mutable", - "name": "refUID", - "nameLocation": "1044:6:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "1036:14:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 39, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1036:7:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 42, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "1103:9:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "1095:17:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 41, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1095:7:0", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 44, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1163:8:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "1155:16:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 43, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1155:7:0", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 46, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "1225:9:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "1220:14:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 45, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1220:4:0", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 48, - "mutability": "mutable", - "name": "data", - "nameLocation": "1287:4:0", - "nodeType": "VariableDeclaration", - "scope": 49, - "src": "1281:10:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 47, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1281:5:0", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "name": "Attestation", - "nameLocation": "642:11:0", - "nodeType": "StructDefinition", - "scope": 66, - "src": "635:687:0", - "visibility": "public" - }, - { - "body": { - "id": 64, - "nodeType": "Block", - "src": "1455:44:0", - "statements": [ - { - "id": 63, - "nodeType": "UncheckedBlock", - "src": "1461:36:0", - "statements": [ - { - "expression": { - "id": 61, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 57, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 55, - "src": "1481:1:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 60, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 58, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 52, - "src": "1485:1:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 59, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1489:1:0", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "1485:5:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1481:9:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 62, - "nodeType": "ExpressionStatement", - "src": "1481:9:0" - } - ] - } - ] - }, - "documentation": { - "id": 50, - "nodeType": "StructuredDocumentation", - "src": "1324:73:0", - "text": "@notice A helper function to work with unchecked iterators in loops." - }, - "id": 65, - "implemented": true, - "kind": "freeFunction", - "modifiers": [], - "name": "uncheckedInc", - "nameLocation": "1406:12:0", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 53, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 52, - "mutability": "mutable", - "name": "i", - "nameLocation": "1427:1:0", - "nodeType": "VariableDeclaration", - "scope": 65, - "src": "1419:9:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 51, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1419:7:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1418:11:0" - }, - "returnParameters": { - "id": 56, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 55, - "mutability": "mutable", - "name": "j", - "nameLocation": "1452:1:0", - "nodeType": "VariableDeclaration", - "scope": 65, - "src": "1444:9:0", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 54, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1444:7:0", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1443:11:0" - }, - "scope": 66, - "src": "1397:102:0", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "src": "33:1467:0" - }, - "id": 0 - }, - "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol", - "exportedSymbols": { - "AccessDenied": [ - 9 - ], - "Address": [ - 7969 - ], - "Attestation": [ - 49 - ], - "AttestationRequest": [ - 2049 - ], - "AttestationRequestData": [ - 2042 - ], - "DelegatedAttestationRequest": [ - 2063 - ], - "DelegatedRevocationRequest": [ - 2114 - ], - "EAS": [ - 2019 - ], - "EIP1271Verifier": [ - 2922 - ], - "EMPTY_UID": [ - 4 - ], - "IEAS": [ - 2326 - ], - "ISchemaRegistry": [ - 2379 - ], - "ISchemaResolver": [ - 3834 - ], - "InvalidLength": [ - 15 - ], - "MultiAttestationRequest": [ - 2071 - ], - "MultiDelegatedAttestationRequest": [ - 2087 - ], - "MultiDelegatedRevocationRequest": [ - 2138 - ], - "MultiRevocationRequest": [ - 2122 - ], - "NO_EXPIRATION_TIME": [ - 7 - ], - "NotFound": [ - 19 - ], - "RevocationRequest": [ - 2100 - ], - "RevocationRequestData": [ - 2093 - ], - "SchemaRecord": [ - 2343 - ], - "Semver": [ - 2588 - ], - "uncheckedInc": [ - 65 - ] - }, - "id": 2020, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 67, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "33:23:1" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 69, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 7970, - "src": "58:68:1", - "symbolAliases": [ - { - "foreign": { - "id": 68, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "67:7:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol", - "file": "./eip1271/EIP1271Verifier.sol", - "id": 71, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 2923, - "src": "128:64:1", - "symbolAliases": [ - { - "foreign": { - "id": 70, - "name": "EIP1271Verifier", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2922, - "src": "137:15:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "file": "./resolver/ISchemaResolver.sol", - "id": 73, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 3835, - "src": "194:65:1", - "symbolAliases": [ - { - "foreign": { - "id": 72, - "name": "ISchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3834, - "src": "203:15:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "./Common.sol", - "id": 80, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 66, - "src": "280:138:1", - "symbolAliases": [ - { - "foreign": { - "id": 74, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "293:12:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 75, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "311:9:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 76, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "326:13:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 77, - "name": "NotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 19, - "src": "345:8:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 78, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "359:18:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 79, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "383:12:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "file": "./IEAS.sol", - "id": 93, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 2327, - "src": "439:354:1", - "symbolAliases": [ - { - "foreign": { - "id": 81, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "452:11:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 82, - "name": "AttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2049, - "src": "469:18:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 83, - "name": "AttestationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2042, - "src": "493:22:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 84, - "name": "DelegatedAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2063, - "src": "521:27:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 85, - "name": "DelegatedRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2114, - "src": "554:26:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 86, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2326, - "src": "586:4:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 87, - "name": "MultiAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2071, - "src": "596:23:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 88, - "name": "MultiDelegatedAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2087, - "src": "625:32:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 89, - "name": "MultiDelegatedRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2138, - "src": "663:31:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 90, - "name": "MultiRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2122, - "src": "700:22:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 91, - "name": "RevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2100, - "src": "728:17:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 92, - "name": "RevocationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2093, - "src": "751:21:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol", - "file": "./Semver.sol", - "id": 95, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 2589, - "src": "795:38:1", - "symbolAliases": [ - { - "foreign": { - "id": 94, - "name": "Semver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2588, - "src": "804:6:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "file": "./ISchemaRegistry.sol", - "id": 98, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2020, - "sourceUnit": 2380, - "src": "834:70:1", - "symbolAliases": [ - { - "foreign": { - "id": 96, - "name": "ISchemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2379, - "src": "843:15:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 97, - "name": "SchemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2343, - "src": "860:12:1", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 100, - "name": "IEAS", - "nameLocations": [ - "992:4:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "992:4:1" - }, - "id": 101, - "nodeType": "InheritanceSpecifier", - "src": "992:4:1" - }, - { - "baseName": { - "id": 102, - "name": "Semver", - "nameLocations": [ - "998:6:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "998:6:1" - }, - "id": 103, - "nodeType": "InheritanceSpecifier", - "src": "998:6:1" - }, - { - "baseName": { - "id": 104, - "name": "EIP1271Verifier", - "nameLocations": [ - "1006:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2922, - "src": "1006:15:1" - }, - "id": 105, - "nodeType": "InheritanceSpecifier", - "src": "1006:15:1" - } - ], - "canonicalName": "EAS", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 99, - "nodeType": "StructuredDocumentation", - "src": "906:70:1", - "text": "@title EAS\n @notice The Ethereum Attestation Service protocol." - }, - "fullyImplemented": true, - "id": 2019, - "linearizedBaseContracts": [ - 2019, - 2922, - 9225, - 7716, - 2588, - 2326, - 2389 - ], - "name": "EAS", - "nameLocation": "985:3:1", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 108, - "libraryName": { - "id": 106, - "name": "Address", - "nameLocations": [ - "1034:7:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7969, - "src": "1034:7:1" - }, - "nodeType": "UsingForDirective", - "src": "1028:34:1", - "typeName": { - "id": 107, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1046:15:1", - "stateMutability": "payable", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - } - }, - { - "errorSelector": "905e7107", - "id": 110, - "name": "AlreadyRevoked", - "nameLocation": "1074:14:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 109, - "nodeType": "ParameterList", - "parameters": [], - "src": "1088:2:1" - }, - "src": "1068:23:1" - }, - { - "errorSelector": "ec9d6eeb", - "id": 112, - "name": "AlreadyRevokedOffchain", - "nameLocation": "1102:22:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 111, - "nodeType": "ParameterList", - "parameters": [], - "src": "1124:2:1" - }, - "src": "1096:31:1" - }, - { - "errorSelector": "2e267946", - "id": 114, - "name": "AlreadyTimestamped", - "nameLocation": "1138:18:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 113, - "nodeType": "ParameterList", - "parameters": [], - "src": "1156:2:1" - }, - "src": "1132:27:1" - }, - { - "errorSelector": "11011294", - "id": 116, - "name": "InsufficientValue", - "nameLocation": "1170:17:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 115, - "nodeType": "ParameterList", - "parameters": [], - "src": "1187:2:1" - }, - "src": "1164:26:1" - }, - { - "errorSelector": "bd8ba84d", - "id": 118, - "name": "InvalidAttestation", - "nameLocation": "1201:18:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 117, - "nodeType": "ParameterList", - "parameters": [], - "src": "1219:2:1" - }, - "src": "1195:27:1" - }, - { - "errorSelector": "e8bee839", - "id": 120, - "name": "InvalidAttestations", - "nameLocation": "1233:19:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 119, - "nodeType": "ParameterList", - "parameters": [], - "src": "1252:2:1" - }, - "src": "1227:28:1" - }, - { - "errorSelector": "08e8b937", - "id": 122, - "name": "InvalidExpirationTime", - "nameLocation": "1266:21:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 121, - "nodeType": "ParameterList", - "parameters": [], - "src": "1287:2:1" - }, - "src": "1260:30:1" - }, - { - "errorSelector": "01da1572", - "id": 124, - "name": "InvalidOffset", - "nameLocation": "1301:13:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 123, - "nodeType": "ParameterList", - "parameters": [], - "src": "1314:2:1" - }, - "src": "1295:22:1" - }, - { - "errorSelector": "11a1e697", - "id": 126, - "name": "InvalidRegistry", - "nameLocation": "1328:15:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 125, - "nodeType": "ParameterList", - "parameters": [], - "src": "1343:2:1" - }, - "src": "1322:24:1" - }, - { - "errorSelector": "ccf3bb27", - "id": 128, - "name": "InvalidRevocation", - "nameLocation": "1357:17:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 127, - "nodeType": "ParameterList", - "parameters": [], - "src": "1374:2:1" - }, - "src": "1351:26:1" - }, - { - "errorSelector": "bf2f3a8b", - "id": 130, - "name": "InvalidRevocations", - "nameLocation": "1388:18:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 129, - "nodeType": "ParameterList", - "parameters": [], - "src": "1406:2:1" - }, - "src": "1382:27:1" - }, - { - "errorSelector": "bf37b20e", - "id": 132, - "name": "InvalidSchema", - "nameLocation": "1420:13:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 131, - "nodeType": "ParameterList", - "parameters": [], - "src": "1433:2:1" - }, - "src": "1414:22:1" - }, - { - "errorSelector": "baa3de5f", - "id": 134, - "name": "InvalidVerifier", - "nameLocation": "1447:15:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 133, - "nodeType": "ParameterList", - "parameters": [], - "src": "1462:2:1" - }, - "src": "1441:24:1" - }, - { - "errorSelector": "157bd4c3", - "id": 136, - "name": "Irrevocable", - "nameLocation": "1476:11:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 135, - "nodeType": "ParameterList", - "parameters": [], - "src": "1487:2:1" - }, - "src": "1470:20:1" - }, - { - "errorSelector": "1574f9f3", - "id": 138, - "name": "NotPayable", - "nameLocation": "1501:10:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 137, - "nodeType": "ParameterList", - "parameters": [], - "src": "1511:2:1" - }, - "src": "1495:19:1" - }, - { - "errorSelector": "21b8eeb9", - "id": 140, - "name": "WrongSchema", - "nameLocation": "1525:11:1", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 139, - "nodeType": "ParameterList", - "parameters": [], - "src": "1536:2:1" - }, - "src": "1519:20:1" - }, - { - "canonicalName": "EAS.AttestationsResult", - "documentation": { - "id": 141, - "nodeType": "StructuredDocumentation", - "src": "1545:65:1", - "text": "@notice A struct representing an internal attestation result." - }, - "id": 147, - "members": [ - { - "constant": false, - "id": 143, - "mutability": "mutable", - "name": "usedValue", - "nameLocation": "1659:9:1", - "nodeType": "VariableDeclaration", - "scope": 147, - "src": "1651:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 142, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1651:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 146, - "mutability": "mutable", - "name": "uids", - "nameLocation": "1736:4:1", - "nodeType": "VariableDeclaration", - "scope": 147, - "src": "1726:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 144, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1726:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 145, - "nodeType": "ArrayTypeName", - "src": "1726:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "name": "AttestationsResult", - "nameLocation": "1622:18:1", - "nodeType": "StructDefinition", - "scope": 2019, - "src": "1615:165:1", - "visibility": "public" - }, - { - "constant": false, - "id": 150, - "mutability": "immutable", - "name": "_schemaRegistry", - "nameLocation": "1855:15:1", - "nodeType": "VariableDeclaration", - "scope": 2019, - "src": "1821:49:1", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - }, - "typeName": { - "id": 149, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 148, - "name": "ISchemaRegistry", - "nameLocations": [ - "1821:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2379, - "src": "1821:15:1" - }, - "referencedDeclaration": 2379, - "src": "1821:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 155, - "mutability": "mutable", - "name": "_db", - "nameLocation": "1996:3:1", - "nodeType": "VariableDeclaration", - "scope": 2019, - "src": "1940:59:1", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation)" - }, - "typeName": { - "id": 154, - "keyName": "uid", - "keyNameLocation": "1956:3:1", - "keyType": { - "id": 151, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1948:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "1940:47:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation)" - }, - "valueName": "attestation", - "valueNameLocation": "1975:11:1", - "valueType": { - "id": 153, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 152, - "name": "Attestation", - "nameLocations": [ - "1963:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1963:11:1" - }, - "referencedDeclaration": 49, - "src": "1963:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 159, - "mutability": "mutable", - "name": "_timestamps", - "nameLocation": "2117:11:1", - "nodeType": "VariableDeclaration", - "scope": 2019, - "src": "2067:61:1", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - }, - "typeName": { - "id": 158, - "keyName": "data", - "keyNameLocation": "2083:4:1", - "keyType": { - "id": 156, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2075:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "2067:41:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - }, - "valueName": "timestamp", - "valueNameLocation": "2098:9:1", - "valueType": { - "id": 157, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2091:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 165, - "mutability": "mutable", - "name": "_revocationsOffchain", - "nameLocation": "2296:20:1", - "nodeType": "VariableDeclaration", - "scope": 2019, - "src": "2207:109:1", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_uint64_$_$", - "typeString": "mapping(address => mapping(bytes32 => uint64))" - }, - "typeName": { - "id": 164, - "keyName": "revoker", - "keyNameLocation": "2223:7:1", - "keyType": { - "id": 160, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2215:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "2207:80:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_uint64_$_$", - "typeString": "mapping(address => mapping(bytes32 => uint64))" - }, - "valueName": "timestamps", - "valueNameLocation": "2276:10:1", - "valueType": { - "id": 163, - "keyName": "data", - "keyNameLocation": "2250:4:1", - "keyType": { - "id": 161, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2242:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "2234:41:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - }, - "valueName": "timestamp", - "valueNameLocation": "2265:9:1", - "valueType": { - "id": 162, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2258:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - } - }, - "visibility": "private" - }, - { - "body": { - "id": 199, - "nodeType": "Block", - "src": "2517:139:1", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 189, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 183, - "name": "registry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 169, - "src": "2539:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - ], - "id": 182, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2531:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 181, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2531:7:1", - "typeDescriptions": {} - } - }, - "id": 184, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2531:17:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 187, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2560:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 186, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2552:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 185, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2552:7:1", - "typeDescriptions": {} - } - }, - "id": 188, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2552:10:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "2531:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 194, - "nodeType": "IfStatement", - "src": "2527:86:1", - "trueBody": { - "id": 193, - "nodeType": "Block", - "src": "2564:49:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 190, - "name": "InvalidRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 126, - "src": "2585:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 191, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2585:17:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 192, - "nodeType": "RevertStatement", - "src": "2578:24:1" - } - ] - } - }, - { - "expression": { - "id": 197, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 195, - "name": "_schemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 150, - "src": "2623:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 196, - "name": "registry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 169, - "src": "2641:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "src": "2623:26:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "id": 198, - "nodeType": "ExpressionStatement", - "src": "2623:26:1" - } - ] - }, - "documentation": { - "id": 166, - "nodeType": "StructuredDocumentation", - "src": "2323:103:1", - "text": "@dev Creates a new EAS instance.\n @param registry The address of the global schema registry." - }, - "id": 200, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "hexValue": "31", - "id": 172, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2476:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - { - "hexValue": "33", - "id": 173, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2479:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - { - "hexValue": "30", - "id": 174, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2482:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 175, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 171, - "name": "Semver", - "nameLocations": [ - "2469:6:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "2469:6:1" - }, - "nodeType": "ModifierInvocation", - "src": "2469:15:1" - }, - { - "arguments": [ - { - "hexValue": "454153", - "id": 177, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2501:5:1", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_9fed719e0073f95229e6f4f6b6f28f260c524ab08aa40b11f9c28cb710d7c72a", - "typeString": "literal_string \"EAS\"" - }, - "value": "EAS" - }, - { - "hexValue": "312e332e30", - "id": 178, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2508:7:1", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_6a08c3e203132c561752255a4d52ffae85bb9c5d33cb3291520dea1b84356389", - "typeString": "literal_string \"1.3.0\"" - }, - "value": "1.3.0" - } - ], - "id": 179, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 176, - "name": "EIP1271Verifier", - "nameLocations": [ - "2485:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2922, - "src": "2485:15:1" - }, - "nodeType": "ModifierInvocation", - "src": "2485:31:1" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 170, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 169, - "mutability": "mutable", - "name": "registry", - "nameLocation": "2459:8:1", - "nodeType": "VariableDeclaration", - "scope": 200, - "src": "2443:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - }, - "typeName": { - "id": 168, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 167, - "name": "ISchemaRegistry", - "nameLocations": [ - "2443:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2379, - "src": "2443:15:1" - }, - "referencedDeclaration": 2379, - "src": "2443:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "visibility": "internal" - } - ], - "src": "2442:26:1" - }, - "returnParameters": { - "id": 180, - "nodeType": "ParameterList", - "parameters": [], - "src": "2517:0:1" - }, - "scope": 2019, - "src": "2431:225:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 2186 - ], - "body": { - "id": 209, - "nodeType": "Block", - "src": "2756:39:1", - "statements": [ - { - "expression": { - "id": 207, - "name": "_schemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 150, - "src": "2773:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "functionReturnParameters": 206, - "id": 208, - "nodeType": "Return", - "src": "2766:22:1" - } - ] - }, - "documentation": { - "id": 201, - "nodeType": "StructuredDocumentation", - "src": "2662:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "f10b5cc8", - "id": 210, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getSchemaRegistry", - "nameLocation": "2696:17:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 202, - "nodeType": "ParameterList", - "parameters": [], - "src": "2713:2:1" - }, - "returnParameters": { - "id": 206, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 205, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 210, - "src": "2739:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - }, - "typeName": { - "id": 204, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 203, - "name": "ISchemaRegistry", - "nameLocations": [ - "2739:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2379, - "src": "2739:15:1" - }, - "referencedDeclaration": 2379, - "src": "2739:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "visibility": "internal" - } - ], - "src": "2738:17:1" - }, - "scope": 2019, - "src": "2687:108:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2195 - ], - "body": { - "id": 252, - "nodeType": "Block", - "src": "2914:203:1", - "statements": [ - { - "assignments": [ - 223 - ], - "declarations": [ - { - "constant": false, - "id": 223, - "mutability": "mutable", - "name": "data", - "nameLocation": "2956:4:1", - "nodeType": "VariableDeclaration", - "scope": 252, - "src": "2924:36:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 221, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 220, - "name": "AttestationRequestData", - "nameLocations": [ - "2924:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "2924:22:1" - }, - "referencedDeclaration": 2042, - "src": "2924:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 222, - "nodeType": "ArrayTypeName", - "src": "2924:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 230, - "initialValue": { - "arguments": [ - { - "hexValue": "31", - "id": 228, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2992:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - } - ], - "id": 227, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "2963:28:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct AttestationRequestData memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 225, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 224, - "name": "AttestationRequestData", - "nameLocations": [ - "2967:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "2967:22:1" - }, - "referencedDeclaration": 2042, - "src": "2967:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 226, - "nodeType": "ArrayTypeName", - "src": "2967:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - } - }, - "id": 229, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2963:31:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2924:70:1" - }, - { - "expression": { - "id": 236, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 231, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 223, - "src": "3004:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "id": 233, - "indexExpression": { - "hexValue": "30", - "id": 232, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3009:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "3004:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 234, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 214, - "src": "3014:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_calldata_ptr", - "typeString": "struct AttestationRequest calldata" - } - }, - "id": 235, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3022:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2048, - "src": "3014:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - }, - "src": "3004:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 237, - "nodeType": "ExpressionStatement", - "src": "3004:22:1" - }, - { - "expression": { - "baseExpression": { - "expression": { - "arguments": [ - { - "expression": { - "id": 239, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 214, - "src": "3052:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_calldata_ptr", - "typeString": "struct AttestationRequest calldata" - } - }, - "id": 240, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3060:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2045, - "src": "3052:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 241, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 223, - "src": "3068:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - { - "expression": { - "id": 242, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3074:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 243, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3078:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "3074:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 244, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3086:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3090:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "3086:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "hexValue": "74727565", - "id": 246, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3097:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 238, - "name": "_attest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1307, - "src": "3044:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_struct$_AttestationsResult_$147_memory_ptr_$", - "typeString": "function (bytes32,struct AttestationRequestData memory[] memory,address,uint256,bool) returns (struct EAS.AttestationsResult memory)" - } - }, - "id": 247, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3044:58:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 248, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3103:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "3044:63:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 250, - "indexExpression": { - "hexValue": "30", - "id": 249, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3108:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "3044:66:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 218, - "id": 251, - "nodeType": "Return", - "src": "3037:73:1" - } - ] - }, - "documentation": { - "id": 211, - "nodeType": "StructuredDocumentation", - "src": "2801:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "f17325e7", - "id": 253, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "attest", - "nameLocation": "2835:6:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 215, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 214, - "mutability": "mutable", - "name": "request", - "nameLocation": "2870:7:1", - "nodeType": "VariableDeclaration", - "scope": 253, - "src": "2842:35:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_calldata_ptr", - "typeString": "struct AttestationRequest" - }, - "typeName": { - "id": 213, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 212, - "name": "AttestationRequest", - "nameLocations": [ - "2842:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2049, - "src": "2842:18:1" - }, - "referencedDeclaration": 2049, - "src": "2842:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_storage_ptr", - "typeString": "struct AttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "2841:37:1" - }, - "returnParameters": { - "id": 218, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 217, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 253, - "src": "2905:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 216, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2905:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2904:9:1" - }, - "scope": 2019, - "src": "2826:291:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2204 - ], - "body": { - "id": 299, - "nodeType": "Block", - "src": "3280:278:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 263, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 257, - "src": "3304:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest calldata" - } - ], - "id": 262, - "name": "_verifyAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2826, - "src": "3290:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedAttestationRequest memory)" - } - }, - "id": 264, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3290:31:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 265, - "nodeType": "ExpressionStatement", - "src": "3290:31:1" - }, - { - "assignments": [ - 270 - ], - "declarations": [ - { - "constant": false, - "id": 270, - "mutability": "mutable", - "name": "data", - "nameLocation": "3364:4:1", - "nodeType": "VariableDeclaration", - "scope": 299, - "src": "3332:36:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 268, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 267, - "name": "AttestationRequestData", - "nameLocations": [ - "3332:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "3332:22:1" - }, - "referencedDeclaration": 2042, - "src": "3332:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 269, - "nodeType": "ArrayTypeName", - "src": "3332:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 277, - "initialValue": { - "arguments": [ - { - "hexValue": "31", - "id": 275, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3400:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - } - ], - "id": 274, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "3371:28:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct AttestationRequestData memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 272, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 271, - "name": "AttestationRequestData", - "nameLocations": [ - "3375:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "3375:22:1" - }, - "referencedDeclaration": 2042, - "src": "3375:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 273, - "nodeType": "ArrayTypeName", - "src": "3375:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - } - }, - "id": 276, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3371:31:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3332:70:1" - }, - { - "expression": { - "id": 283, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 278, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 270, - "src": "3412:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "id": 280, - "indexExpression": { - "hexValue": "30", - "id": 279, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3417:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "3412:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 281, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 257, - "src": "3422:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest calldata" - } - }, - "id": 282, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3439:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2055, - "src": "3422:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - }, - "src": "3412:31:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 284, - "nodeType": "ExpressionStatement", - "src": "3412:31:1" - }, - { - "expression": { - "baseExpression": { - "expression": { - "arguments": [ - { - "expression": { - "id": 286, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 257, - "src": "3469:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest calldata" - } - }, - "id": 287, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3486:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2052, - "src": "3469:23:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 288, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 270, - "src": "3494:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - { - "expression": { - "id": 289, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 257, - "src": "3500:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest calldata" - } - }, - "id": 290, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3517:8:1", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2060, - "src": "3500:25:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 291, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3527:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 292, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3531:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "3527:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "hexValue": "74727565", - "id": 293, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3538:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 285, - "name": "_attest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1307, - "src": "3461:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_struct$_AttestationsResult_$147_memory_ptr_$", - "typeString": "function (bytes32,struct AttestationRequestData memory[] memory,address,uint256,bool) returns (struct EAS.AttestationsResult memory)" - } - }, - "id": 294, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3461:82:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 295, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3544:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "3461:87:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 297, - "indexExpression": { - "hexValue": "30", - "id": 296, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3549:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "3461:90:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 261, - "id": 298, - "nodeType": "Return", - "src": "3454:97:1" - } - ] - }, - "documentation": { - "id": 254, - "nodeType": "StructuredDocumentation", - "src": "3123:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "3c042715", - "id": 300, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "attestByDelegation", - "nameLocation": "3157:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 258, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 257, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "3222:16:1", - "nodeType": "VariableDeclaration", - "scope": 300, - "src": "3185:53:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest" - }, - "typeName": { - "id": 256, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 255, - "name": "DelegatedAttestationRequest", - "nameLocations": [ - "3185:27:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2063, - "src": "3185:27:1" - }, - "referencedDeclaration": 2063, - "src": "3185:27:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_storage_ptr", - "typeString": "struct DelegatedAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "3175:69:1" - }, - "returnParameters": { - "id": 261, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 260, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 300, - "src": "3271:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 259, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3271:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3270:9:1" - }, - "scope": 2019, - "src": "3148:410:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2215 - ], - "body": { - "id": 420, - "nodeType": "Block", - "src": "3704:2200:1", - "statements": [ - { - "assignments": [ - 312 - ], - "declarations": [ - { - "constant": false, - "id": 312, - "mutability": "mutable", - "name": "length", - "nameLocation": "3894:6:1", - "nodeType": "VariableDeclaration", - "scope": 420, - "src": "3886:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 311, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3886:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 315, - "initialValue": { - "expression": { - "id": 313, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 305, - "src": "3903:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata[] calldata" - } - }, - "id": 314, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3917:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3903:20:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3886:37:1" - }, - { - "assignments": [ - 321 - ], - "declarations": [ - { - "constant": false, - "id": 321, - "mutability": "mutable", - "name": "totalUIDs", - "nameLocation": "3952:9:1", - "nodeType": "VariableDeclaration", - "scope": 420, - "src": "3933:28:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[][]" - }, - "typeName": { - "baseType": { - "baseType": { - "id": 318, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3933:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 319, - "nodeType": "ArrayTypeName", - "src": "3933:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "id": 320, - "nodeType": "ArrayTypeName", - "src": "3933:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_storage_$dyn_storage_ptr", - "typeString": "bytes32[][]" - } - }, - "visibility": "internal" - } - ], - "id": 328, - "initialValue": { - "arguments": [ - { - "id": 326, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 312, - "src": "3980:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 325, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "3964:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes32[] memory[] memory)" - }, - "typeName": { - "baseType": { - "baseType": { - "id": 322, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3968:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 323, - "nodeType": "ArrayTypeName", - "src": "3968:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "id": 324, - "nodeType": "ArrayTypeName", - "src": "3968:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_storage_$dyn_storage_ptr", - "typeString": "bytes32[][]" - } - } - }, - "id": 327, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3964:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3933:54:1" - }, - { - "assignments": [ - 330 - ], - "declarations": [ - { - "constant": false, - "id": 330, - "mutability": "mutable", - "name": "totalUIDCount", - "nameLocation": "4005:13:1", - "nodeType": "VariableDeclaration", - "scope": 420, - "src": "3997:21:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 329, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3997:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 332, - "initialValue": { - "hexValue": "30", - "id": 331, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4021:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "3997:25:1" - }, - { - "assignments": [ - 334 - ], - "declarations": [ - { - "constant": false, - "id": 334, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "4444:14:1", - "nodeType": "VariableDeclaration", - "scope": 420, - "src": "4436:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 333, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4436:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 337, - "initialValue": { - "expression": { - "id": 335, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "4461:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 336, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4465:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "4461:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4436:34:1" - }, - { - "body": { - "id": 413, - "nodeType": "Block", - "src": "4534:1234:1", - "statements": [ - { - "assignments": [ - 352 - ], - "declarations": [ - { - "constant": false, - "id": 352, - "mutability": "mutable", - "name": "last", - "nameLocation": "4831:4:1", - "nodeType": "VariableDeclaration", - "scope": 413, - "src": "4826:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 351, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4826:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 353, - "nodeType": "VariableDeclarationStatement", - "src": "4826:9:1" - }, - { - "id": 362, - "nodeType": "UncheckedBlock", - "src": "4849:65:1", - "statements": [ - { - "expression": { - "id": 360, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 354, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 352, - "src": "4877:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 359, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 355, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "4884:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 358, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 356, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 312, - "src": "4889:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 357, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4898:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4889:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4884:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4877:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 361, - "nodeType": "ExpressionStatement", - "src": "4877:22:1" - } - ] - }, - { - "assignments": [ - 365 - ], - "declarations": [ - { - "constant": false, - "id": 365, - "mutability": "mutable", - "name": "multiRequest", - "nameLocation": "5019:12:1", - "nodeType": "VariableDeclaration", - "scope": 413, - "src": "4986:45:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "typeString": "struct MultiAttestationRequest" - }, - "typeName": { - "id": 364, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 363, - "name": "MultiAttestationRequest", - "nameLocations": [ - "4986:23:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2071, - "src": "4986:23:1" - }, - "referencedDeclaration": 2071, - "src": "4986:23:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 369, - "initialValue": { - "baseExpression": { - "id": 366, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 305, - "src": "5034:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata[] calldata" - } - }, - "id": 368, - "indexExpression": { - "id": 367, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "5048:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "5034:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4986:64:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 374, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 370, - "name": "multiRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 365, - "src": "5114:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata" - } - }, - "id": 371, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5127:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2070, - "src": "5114:17:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 372, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5132:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5114:24:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 373, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5142:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5114:29:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 379, - "nodeType": "IfStatement", - "src": "5110:90:1", - "trueBody": { - "id": 378, - "nodeType": "Block", - "src": "5145:55:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 375, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "5170:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 376, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5170:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 377, - "nodeType": "RevertStatement", - "src": "5163:22:1" - } - ] - } - }, - { - "assignments": [ - 382 - ], - "declarations": [ - { - "constant": false, - "id": 382, - "mutability": "mutable", - "name": "res", - "nameLocation": "5240:3:1", - "nodeType": "VariableDeclaration", - "scope": 413, - "src": "5214:29:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult" - }, - "typeName": { - "id": 381, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 380, - "name": "AttestationsResult", - "nameLocations": [ - "5214:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 147, - "src": "5214:18:1" - }, - "referencedDeclaration": 147, - "src": "5214:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_storage_ptr", - "typeString": "struct EAS.AttestationsResult" - } - }, - "visibility": "internal" - } - ], - "id": 393, - "initialValue": { - "arguments": [ - { - "expression": { - "id": 384, - "name": "multiRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 365, - "src": "5271:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata" - } - }, - "id": 385, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5284:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2066, - "src": "5271:19:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 386, - "name": "multiRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 365, - "src": "5308:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "typeString": "struct MultiAttestationRequest calldata" - } - }, - "id": 387, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5321:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2070, - "src": "5308:17:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - { - "expression": { - "id": 388, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "5343:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 389, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5347:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "5343:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 390, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 334, - "src": "5371:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 391, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 352, - "src": "5403:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 383, - "name": "_attest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1307, - "src": "5246:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_struct$_AttestationsResult_$147_memory_ptr_$", - "typeString": "function (bytes32,struct AttestationRequestData memory[] memory,address,uint256,bool) returns (struct EAS.AttestationsResult memory)" - } - }, - "id": 392, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5246:175:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5214:207:1" - }, - { - "expression": { - "id": 397, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 394, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 334, - "src": "5548:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "expression": { - "id": 395, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 382, - "src": "5566:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 396, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5570:9:1", - "memberName": "usedValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 143, - "src": "5566:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5548:31:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 398, - "nodeType": "ExpressionStatement", - "src": "5548:31:1" - }, - { - "expression": { - "id": 404, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 399, - "name": "totalUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 321, - "src": "5646:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "id": 401, - "indexExpression": { - "id": 400, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "5656:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "5646:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 402, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 382, - "src": "5661:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 403, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5665:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "5661:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "src": "5646:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 405, - "nodeType": "ExpressionStatement", - "src": "5646:23:1" - }, - { - "id": 412, - "nodeType": "UncheckedBlock", - "src": "5683:75:1", - "statements": [ - { - "expression": { - "id": 410, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 406, - "name": "totalUIDCount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 330, - "src": "5711:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "expression": { - "expression": { - "id": 407, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 382, - "src": "5728:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 408, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5732:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "5728:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 409, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5737:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5728:15:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5711:32:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 411, - "nodeType": "ExpressionStatement", - "src": "5711:32:1" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 344, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 342, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "4501:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 343, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 312, - "src": "4505:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4501:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 414, - "initializationExpression": { - "assignments": [ - 339 - ], - "declarations": [ - { - "constant": false, - "id": 339, - "mutability": "mutable", - "name": "i", - "nameLocation": "4494:1:1", - "nodeType": "VariableDeclaration", - "scope": 414, - "src": "4486:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 338, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4486:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 341, - "initialValue": { - "hexValue": "30", - "id": 340, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4498:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "4486:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 349, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 345, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "4513:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 347, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 339, - "src": "4530:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 346, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "4517:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 348, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4517:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4513:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 350, - "nodeType": "ExpressionStatement", - "src": "4513:19:1" - }, - "nodeType": "ForStatement", - "src": "4481:1287:1" - }, - { - "expression": { - "arguments": [ - { - "id": 416, - "name": "totalUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 321, - "src": "5872:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - { - "id": 417, - "name": "totalUIDCount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 330, - "src": "5883:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 415, - "name": "_mergeUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2018, - "src": "5861:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$", - "typeString": "function (bytes32[] memory[] memory,uint256) pure returns (bytes32[] memory)" - } - }, - "id": 418, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5861:36:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "functionReturnParameters": 310, - "id": 419, - "nodeType": "Return", - "src": "5854:43:1" - } - ] - }, - "documentation": { - "id": 301, - "nodeType": "StructuredDocumentation", - "src": "3564:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "44adc90e", - "id": 421, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiAttest", - "nameLocation": "3598:11:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 306, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 305, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "3645:13:1", - "nodeType": "VariableDeclaration", - "scope": 421, - "src": "3610:48:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 303, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 302, - "name": "MultiAttestationRequest", - "nameLocations": [ - "3610:23:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2071, - "src": "3610:23:1" - }, - "referencedDeclaration": 2071, - "src": "3610:23:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "id": 304, - "nodeType": "ArrayTypeName", - "src": "3610:25:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_storage_$dyn_storage_ptr", - "typeString": "struct MultiAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "3609:50:1" - }, - "returnParameters": { - "id": 310, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 309, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 421, - "src": "3686:16:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 307, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3686:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 308, - "nodeType": "ArrayTypeName", - "src": "3686:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "3685:18:1" - }, - "scope": 2019, - "src": "3589:2315:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2226 - ], - "body": { - "id": 590, - "nodeType": "Block", - "src": "6094:3055:1", - "statements": [ - { - "assignments": [ - 433 - ], - "declarations": [ - { - "constant": false, - "id": 433, - "mutability": "mutable", - "name": "length", - "nameLocation": "6284:6:1", - "nodeType": "VariableDeclaration", - "scope": 590, - "src": "6276:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 432, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6276:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 436, - "initialValue": { - "expression": { - "id": 434, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 426, - "src": "6293:22:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata[] calldata" - } - }, - "id": 435, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6316:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "6293:29:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6276:46:1" - }, - { - "assignments": [ - 442 - ], - "declarations": [ - { - "constant": false, - "id": 442, - "mutability": "mutable", - "name": "totalUIDs", - "nameLocation": "6351:9:1", - "nodeType": "VariableDeclaration", - "scope": 590, - "src": "6332:28:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[][]" - }, - "typeName": { - "baseType": { - "baseType": { - "id": 439, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6332:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 440, - "nodeType": "ArrayTypeName", - "src": "6332:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "id": 441, - "nodeType": "ArrayTypeName", - "src": "6332:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_storage_$dyn_storage_ptr", - "typeString": "bytes32[][]" - } - }, - "visibility": "internal" - } - ], - "id": 449, - "initialValue": { - "arguments": [ - { - "id": 447, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 433, - "src": "6379:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 446, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "6363:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes32[] memory[] memory)" - }, - "typeName": { - "baseType": { - "baseType": { - "id": 443, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6367:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 444, - "nodeType": "ArrayTypeName", - "src": "6367:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "id": 445, - "nodeType": "ArrayTypeName", - "src": "6367:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_storage_$dyn_storage_ptr", - "typeString": "bytes32[][]" - } - } - }, - "id": 448, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6363:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6332:54:1" - }, - { - "assignments": [ - 451 - ], - "declarations": [ - { - "constant": false, - "id": 451, - "mutability": "mutable", - "name": "totalUIDCount", - "nameLocation": "6404:13:1", - "nodeType": "VariableDeclaration", - "scope": 590, - "src": "6396:21:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 450, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6396:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 453, - "initialValue": { - "hexValue": "30", - "id": 452, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6420:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "6396:25:1" - }, - { - "assignments": [ - 455 - ], - "declarations": [ - { - "constant": false, - "id": 455, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "6843:14:1", - "nodeType": "VariableDeclaration", - "scope": 590, - "src": "6835:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 454, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6835:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 458, - "initialValue": { - "expression": { - "id": 456, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "6860:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 457, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6864:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "6860:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6835:34:1" - }, - { - "body": { - "id": 583, - "nodeType": "Block", - "src": "6933:2080:1", - "statements": [ - { - "assignments": [ - 473 - ], - "declarations": [ - { - "constant": false, - "id": 473, - "mutability": "mutable", - "name": "last", - "nameLocation": "7230:4:1", - "nodeType": "VariableDeclaration", - "scope": 583, - "src": "7225:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 472, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "7225:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 474, - "nodeType": "VariableDeclarationStatement", - "src": "7225:9:1" - }, - { - "id": 483, - "nodeType": "UncheckedBlock", - "src": "7248:65:1", - "statements": [ - { - "expression": { - "id": 481, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 475, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 473, - "src": "7276:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 480, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 476, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "7283:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 477, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 433, - "src": "7288:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7297:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "7288:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7283:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "7276:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 482, - "nodeType": "ExpressionStatement", - "src": "7276:22:1" - } - ] - }, - { - "assignments": [ - 486 - ], - "declarations": [ - { - "constant": false, - "id": 486, - "mutability": "mutable", - "name": "multiDelegatedRequest", - "nameLocation": "7369:21:1", - "nodeType": "VariableDeclaration", - "scope": 583, - "src": "7327:63:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest" - }, - "typeName": { - "id": 485, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 484, - "name": "MultiDelegatedAttestationRequest", - "nameLocations": [ - "7327:32:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2087, - "src": "7327:32:1" - }, - "referencedDeclaration": 2087, - "src": "7327:32:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 490, - "initialValue": { - "baseExpression": { - "id": 487, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 426, - "src": "7393:22:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata[] calldata" - } - }, - "id": 489, - "indexExpression": { - "id": 488, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "7416:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "7393:25:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7327:91:1" - }, - { - "assignments": [ - 495 - ], - "declarations": [ - { - "constant": false, - "id": 495, - "mutability": "mutable", - "name": "data", - "nameLocation": "7466:4:1", - "nodeType": "VariableDeclaration", - "scope": 583, - "src": "7432:38:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 493, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 492, - "name": "AttestationRequestData", - "nameLocations": [ - "7432:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "7432:22:1" - }, - "referencedDeclaration": 2042, - "src": "7432:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 494, - "nodeType": "ArrayTypeName", - "src": "7432:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 498, - "initialValue": { - "expression": { - "id": 496, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "7473:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 497, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7495:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2078, - "src": "7473:26:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7432:67:1" - }, - { - "assignments": [ - 500 - ], - "declarations": [ - { - "constant": false, - "id": 500, - "mutability": "mutable", - "name": "dataLength", - "nameLocation": "7572:10:1", - "nodeType": "VariableDeclaration", - "scope": 583, - "src": "7564:18:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 499, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7564:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 503, - "initialValue": { - "expression": { - "id": 501, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 495, - "src": "7585:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 502, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7590:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "7585:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7564:32:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 512, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 506, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 504, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 500, - "src": "7614:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 505, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7628:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "7614:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 511, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 507, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 500, - "src": "7633:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 508, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "7647:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 509, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7669:10:1", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2082, - "src": "7647:32:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Signature calldata[] calldata" - } - }, - "id": 510, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7680:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "7647:39:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7633:53:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "7614:72:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 517, - "nodeType": "IfStatement", - "src": "7610:133:1", - "trueBody": { - "id": 516, - "nodeType": "Block", - "src": "7688:55:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 513, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "7713:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 514, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7713:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 515, - "nodeType": "RevertStatement", - "src": "7706:22:1" - } - ] - } - }, - { - "body": { - "id": 549, - "nodeType": "Block", - "src": "7929:442:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 533, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8044:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 534, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8066:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2074, - "src": "8044:28:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "baseExpression": { - "id": 535, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 495, - "src": "8104:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 537, - "indexExpression": { - "id": 536, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 519, - "src": "8109:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "8104:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - }, - { - "baseExpression": { - "expression": { - "id": 538, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8148:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 539, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8170:10:1", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2082, - "src": "8148:32:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Signature calldata[] calldata" - } - }, - "id": 541, - "indexExpression": { - "id": 540, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 519, - "src": "8181:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "8148:35:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_calldata_ptr", - "typeString": "struct Signature calldata" - } - }, - { - "expression": { - "id": 542, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8219:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8241:8:1", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2084, - "src": "8219:30:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 544, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8285:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 545, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8307:8:1", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2086, - "src": "8285:30:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - }, - { - "typeIdentifier": "t_struct$_Signature_$27_calldata_ptr", - "typeString": "struct Signature calldata" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 532, - "name": "DelegatedAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2063, - "src": "7982:27:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_DelegatedAttestationRequest_$2063_storage_ptr_$", - "typeString": "type(struct DelegatedAttestationRequest storage pointer)" - } - }, - "id": 546, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "8036:6:1", - "8098:4:1", - "8137:9:1", - "8209:8:1", - "8275:8:1" - ], - "names": [ - "schema", - "data", - "signature", - "attester", - "deadline" - ], - "nodeType": "FunctionCall", - "src": "7982:356:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - ], - "id": 531, - "name": "_verifyAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2826, - "src": "7947:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedAttestationRequest memory)" - } - }, - "id": 547, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7947:409:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 548, - "nodeType": "ExpressionStatement", - "src": "7947:409:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 524, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 522, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 519, - "src": "7892:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 523, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 500, - "src": "7896:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7892:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 550, - "initializationExpression": { - "assignments": [ - 519 - ], - "declarations": [ - { - "constant": false, - "id": 519, - "mutability": "mutable", - "name": "j", - "nameLocation": "7885:1:1", - "nodeType": "VariableDeclaration", - "scope": 550, - "src": "7877:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 518, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7877:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 521, - "initialValue": { - "hexValue": "30", - "id": 520, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7889:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "7877:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 529, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 525, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 519, - "src": "7908:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 527, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 519, - "src": "7925:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 526, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "7912:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 528, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7912:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7908:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 530, - "nodeType": "ExpressionStatement", - "src": "7908:19:1" - }, - "nodeType": "ForStatement", - "src": "7872:499:1" - }, - { - "assignments": [ - 553 - ], - "declarations": [ - { - "constant": false, - "id": 553, - "mutability": "mutable", - "name": "res", - "nameLocation": "8469:3:1", - "nodeType": "VariableDeclaration", - "scope": 583, - "src": "8443:29:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult" - }, - "typeName": { - "id": 552, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 551, - "name": "AttestationsResult", - "nameLocations": [ - "8443:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 147, - "src": "8443:18:1" - }, - "referencedDeclaration": 147, - "src": "8443:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_storage_ptr", - "typeString": "struct EAS.AttestationsResult" - } - }, - "visibility": "internal" - } - ], - "id": 563, - "initialValue": { - "arguments": [ - { - "expression": { - "id": 555, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8500:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 556, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8522:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2074, - "src": "8500:28:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 557, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 495, - "src": "8546:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - { - "expression": { - "id": 558, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 486, - "src": "8568:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest calldata" - } - }, - "id": 559, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8590:8:1", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2084, - "src": "8568:30:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 560, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 455, - "src": "8616:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 561, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 473, - "src": "8648:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 554, - "name": "_attest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1307, - "src": "8475:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_struct$_AttestationsResult_$147_memory_ptr_$", - "typeString": "function (bytes32,struct AttestationRequestData memory[] memory,address,uint256,bool) returns (struct EAS.AttestationsResult memory)" - } - }, - "id": 562, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8475:191:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8443:223:1" - }, - { - "expression": { - "id": 567, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 564, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 455, - "src": "8793:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "expression": { - "id": 565, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 553, - "src": "8811:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 566, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8815:9:1", - "memberName": "usedValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 143, - "src": "8811:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8793:31:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 568, - "nodeType": "ExpressionStatement", - "src": "8793:31:1" - }, - { - "expression": { - "id": 574, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 569, - "name": "totalUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 442, - "src": "8891:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "id": 571, - "indexExpression": { - "id": 570, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "8901:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "8891:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 572, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 553, - "src": "8906:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 573, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8910:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "8906:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "src": "8891:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 575, - "nodeType": "ExpressionStatement", - "src": "8891:23:1" - }, - { - "id": 582, - "nodeType": "UncheckedBlock", - "src": "8928:75:1", - "statements": [ - { - "expression": { - "id": 580, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 576, - "name": "totalUIDCount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 451, - "src": "8956:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "expression": { - "expression": { - "id": 577, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 553, - "src": "8973:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 578, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8977:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "8973:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8982:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "8973:15:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "8956:32:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 581, - "nodeType": "ExpressionStatement", - "src": "8956:32:1" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 465, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 463, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "6900:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 464, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 433, - "src": "6904:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6900:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 584, - "initializationExpression": { - "assignments": [ - 460 - ], - "declarations": [ - { - "constant": false, - "id": 460, - "mutability": "mutable", - "name": "i", - "nameLocation": "6893:1:1", - "nodeType": "VariableDeclaration", - "scope": 584, - "src": "6885:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 459, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6885:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 462, - "initialValue": { - "hexValue": "30", - "id": 461, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6897:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "6885:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 470, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 466, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "6912:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 468, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 460, - "src": "6929:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 467, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "6916:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 469, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6916:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6912:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 471, - "nodeType": "ExpressionStatement", - "src": "6912:19:1" - }, - "nodeType": "ForStatement", - "src": "6880:2133:1" - }, - { - "expression": { - "arguments": [ - { - "id": 586, - "name": "totalUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 442, - "src": "9117:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - { - "id": 587, - "name": "totalUIDCount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 451, - "src": "9128:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 585, - "name": "_mergeUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2018, - "src": "9106:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr_$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$", - "typeString": "function (bytes32[] memory[] memory,uint256) pure returns (bytes32[] memory)" - } - }, - "id": 588, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9106:36:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "functionReturnParameters": 431, - "id": 589, - "nodeType": "Return", - "src": "9099:43:1" - } - ] - }, - "documentation": { - "id": 422, - "nodeType": "StructuredDocumentation", - "src": "5910:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "95411525", - "id": 591, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiAttestByDelegation", - "nameLocation": "5944:23:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 427, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 426, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "6021:22:1", - "nodeType": "VariableDeclaration", - "scope": 591, - "src": "5977:66:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 424, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 423, - "name": "MultiDelegatedAttestationRequest", - "nameLocations": [ - "5977:32:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2087, - "src": "5977:32:1" - }, - "referencedDeclaration": 2087, - "src": "5977:32:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest" - } - }, - "id": 425, - "nodeType": "ArrayTypeName", - "src": "5977:34:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "5967:82:1" - }, - "returnParameters": { - "id": 431, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 430, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 591, - "src": "6076:16:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 428, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6076:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 429, - "nodeType": "ArrayTypeName", - "src": "6076:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "6075:18:1" - }, - "scope": 2019, - "src": "5935:3214:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2233 - ], - "body": { - "id": 628, - "nodeType": "Block", - "src": "9249:186:1", - "statements": [ - { - "assignments": [ - 602 - ], - "declarations": [ - { - "constant": false, - "id": 602, - "mutability": "mutable", - "name": "data", - "nameLocation": "9290:4:1", - "nodeType": "VariableDeclaration", - "scope": 628, - "src": "9259:35:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 600, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 599, - "name": "RevocationRequestData", - "nameLocations": [ - "9259:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "9259:21:1" - }, - "referencedDeclaration": 2093, - "src": "9259:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 601, - "nodeType": "ArrayTypeName", - "src": "9259:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 609, - "initialValue": { - "arguments": [ - { - "hexValue": "31", - "id": 607, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9325:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - } - ], - "id": 606, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "9297:27:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct RevocationRequestData memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 604, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 603, - "name": "RevocationRequestData", - "nameLocations": [ - "9301:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "9301:21:1" - }, - "referencedDeclaration": 2093, - "src": "9301:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 605, - "nodeType": "ArrayTypeName", - "src": "9301:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - } - }, - "id": 608, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9297:30:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9259:68:1" - }, - { - "expression": { - "id": 615, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 610, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 602, - "src": "9337:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 612, - "indexExpression": { - "hexValue": "30", - "id": 611, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9342:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "9337:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 613, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 595, - "src": "9347:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_calldata_ptr", - "typeString": "struct RevocationRequest calldata" - } - }, - "id": 614, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9355:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2099, - "src": "9347:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_calldata_ptr", - "typeString": "struct RevocationRequestData calldata" - } - }, - "src": "9337:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 616, - "nodeType": "ExpressionStatement", - "src": "9337:22:1" - }, - { - "expression": { - "arguments": [ - { - "expression": { - "id": 618, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 595, - "src": "9378:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_calldata_ptr", - "typeString": "struct RevocationRequest calldata" - } - }, - "id": 619, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9386:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2096, - "src": "9378:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 620, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 602, - "src": "9394:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - { - "expression": { - "id": 621, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "9400:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 622, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9404:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "9400:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 623, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "9412:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 624, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9416:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "9412:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "hexValue": "74727565", - "id": 625, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9423:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 617, - "name": "_revoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1485, - "src": "9370:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bytes32,struct RevocationRequestData memory[] memory,address,uint256,bool) returns (uint256)" - } - }, - "id": 626, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9370:58:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 627, - "nodeType": "ExpressionStatement", - "src": "9370:58:1" - } - ] - }, - "documentation": { - "id": 592, - "nodeType": "StructuredDocumentation", - "src": "9155:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "46926267", - "id": 629, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revoke", - "nameLocation": "9189:6:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 596, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 595, - "mutability": "mutable", - "name": "request", - "nameLocation": "9223:7:1", - "nodeType": "VariableDeclaration", - "scope": 629, - "src": "9196:34:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_calldata_ptr", - "typeString": "struct RevocationRequest" - }, - "typeName": { - "id": 594, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 593, - "name": "RevocationRequest", - "nameLocations": [ - "9196:17:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2100, - "src": "9196:17:1" - }, - "referencedDeclaration": 2100, - "src": "9196:17:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_storage_ptr", - "typeString": "struct RevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "9195:36:1" - }, - "returnParameters": { - "id": 597, - "nodeType": "ParameterList", - "parameters": [], - "src": "9249:0:1" - }, - "scope": 2019, - "src": "9180:255:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2240 - ], - "body": { - "id": 670, - "nodeType": "Block", - "src": "9565:260:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 637, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 633, - "src": "9589:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest calldata" - } - ], - "id": 636, - "name": "_verifyRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2908, - "src": "9575:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedRevocationRequest memory)" - } - }, - "id": 638, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9575:31:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 639, - "nodeType": "ExpressionStatement", - "src": "9575:31:1" - }, - { - "assignments": [ - 644 - ], - "declarations": [ - { - "constant": false, - "id": 644, - "mutability": "mutable", - "name": "data", - "nameLocation": "9648:4:1", - "nodeType": "VariableDeclaration", - "scope": 670, - "src": "9617:35:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 642, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 641, - "name": "RevocationRequestData", - "nameLocations": [ - "9617:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "9617:21:1" - }, - "referencedDeclaration": 2093, - "src": "9617:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 643, - "nodeType": "ArrayTypeName", - "src": "9617:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 651, - "initialValue": { - "arguments": [ - { - "hexValue": "31", - "id": 649, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9683:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - } - ], - "id": 648, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "9655:27:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct RevocationRequestData memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 646, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 645, - "name": "RevocationRequestData", - "nameLocations": [ - "9659:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "9659:21:1" - }, - "referencedDeclaration": 2093, - "src": "9659:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 647, - "nodeType": "ArrayTypeName", - "src": "9659:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - } - }, - "id": 650, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9655:30:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9617:68:1" - }, - { - "expression": { - "id": 657, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 652, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 644, - "src": "9695:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 654, - "indexExpression": { - "hexValue": "30", - "id": 653, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9700:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "9695:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 655, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 633, - "src": "9705:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest calldata" - } - }, - "id": 656, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9722:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2106, - "src": "9705:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_calldata_ptr", - "typeString": "struct RevocationRequestData calldata" - } - }, - "src": "9695:31:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 658, - "nodeType": "ExpressionStatement", - "src": "9695:31:1" - }, - { - "expression": { - "arguments": [ - { - "expression": { - "id": 660, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 633, - "src": "9745:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest calldata" - } - }, - "id": 661, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9762:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2103, - "src": "9745:23:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 662, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 644, - "src": "9770:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - { - "expression": { - "id": 663, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 633, - "src": "9776:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest calldata" - } - }, - "id": 664, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9793:7:1", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2111, - "src": "9776:24:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 665, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "9802:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 666, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9806:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "9802:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "hexValue": "74727565", - "id": 667, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9813:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 659, - "name": "_revoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1485, - "src": "9737:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bytes32,struct RevocationRequestData memory[] memory,address,uint256,bool) returns (uint256)" - } - }, - "id": 668, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9737:81:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 669, - "nodeType": "ExpressionStatement", - "src": "9737:81:1" - } - ] - }, - "documentation": { - "id": 630, - "nodeType": "StructuredDocumentation", - "src": "9441:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "a6d4dbc7", - "id": 671, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revokeByDelegation", - "nameLocation": "9475:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 634, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 633, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "9530:16:1", - "nodeType": "VariableDeclaration", - "scope": 671, - "src": "9494:52:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest" - }, - "typeName": { - "id": 632, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 631, - "name": "DelegatedRevocationRequest", - "nameLocations": [ - "9494:26:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2114, - "src": "9494:26:1" - }, - "referencedDeclaration": 2114, - "src": "9494:26:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_storage_ptr", - "typeString": "struct DelegatedRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "9493:54:1" - }, - "returnParameters": { - "id": 635, - "nodeType": "ParameterList", - "parameters": [], - "src": "9565:0:1" - }, - "scope": 2019, - "src": "9466:359:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2248 - ], - "body": { - "id": 736, - "nodeType": "Block", - "src": "9943:1258:1", - "statements": [ - { - "assignments": [ - 680 - ], - "declarations": [ - { - "constant": false, - "id": 680, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "10364:14:1", - "nodeType": "VariableDeclaration", - "scope": 736, - "src": "10356:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 679, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10356:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 683, - "initialValue": { - "expression": { - "id": 681, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "10381:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 682, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10385:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "10381:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10356:34:1" - }, - { - "assignments": [ - 685 - ], - "declarations": [ - { - "constant": false, - "id": 685, - "mutability": "mutable", - "name": "length", - "nameLocation": "10409:6:1", - "nodeType": "VariableDeclaration", - "scope": 736, - "src": "10401:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 684, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10401:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 688, - "initialValue": { - "expression": { - "id": 686, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 676, - "src": "10418:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiRevocationRequest calldata[] calldata" - } - }, - "id": 687, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10432:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "10418:20:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10401:37:1" - }, - { - "body": { - "id": 734, - "nodeType": "Block", - "src": "10501:694:1", - "statements": [ - { - "assignments": [ - 703 - ], - "declarations": [ - { - "constant": false, - "id": 703, - "mutability": "mutable", - "name": "last", - "nameLocation": "10798:4:1", - "nodeType": "VariableDeclaration", - "scope": 734, - "src": "10793:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 702, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "10793:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 704, - "nodeType": "VariableDeclarationStatement", - "src": "10793:9:1" - }, - { - "id": 713, - "nodeType": "UncheckedBlock", - "src": "10816:65:1", - "statements": [ - { - "expression": { - "id": 711, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 705, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 703, - "src": "10844:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 710, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 706, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 690, - "src": "10851:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 709, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 707, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 685, - "src": "10856:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 708, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10865:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "10856:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10851:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "10844:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 712, - "nodeType": "ExpressionStatement", - "src": "10844:22:1" - } - ] - }, - { - "assignments": [ - 716 - ], - "declarations": [ - { - "constant": false, - "id": 716, - "mutability": "mutable", - "name": "multiRequest", - "nameLocation": "10927:12:1", - "nodeType": "VariableDeclaration", - "scope": 734, - "src": "10895:44:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_calldata_ptr", - "typeString": "struct MultiRevocationRequest" - }, - "typeName": { - "id": 715, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 714, - "name": "MultiRevocationRequest", - "nameLocations": [ - "10895:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2122, - "src": "10895:22:1" - }, - "referencedDeclaration": 2122, - "src": "10895:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 720, - "initialValue": { - "baseExpression": { - "id": 717, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 676, - "src": "10942:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiRevocationRequest calldata[] calldata" - } - }, - "id": 719, - "indexExpression": { - "id": 718, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 690, - "src": "10956:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10942:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_calldata_ptr", - "typeString": "struct MultiRevocationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10895:63:1" - }, - { - "expression": { - "id": 732, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 721, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 680, - "src": "11085:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 723, - "name": "multiRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 716, - "src": "11111:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_calldata_ptr", - "typeString": "struct MultiRevocationRequest calldata" - } - }, - "id": 724, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11124:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2117, - "src": "11111:19:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 725, - "name": "multiRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 716, - "src": "11132:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_calldata_ptr", - "typeString": "struct MultiRevocationRequest calldata" - } - }, - "id": 726, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11145:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2121, - "src": "11132:17:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct RevocationRequestData calldata[] calldata" - } - }, - { - "expression": { - "id": 727, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "11151:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 728, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11155:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "11151:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 729, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 680, - "src": "11163:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 730, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 703, - "src": "11179:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct RevocationRequestData calldata[] calldata" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 722, - "name": "_revoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1485, - "src": "11103:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bytes32,struct RevocationRequestData memory[] memory,address,uint256,bool) returns (uint256)" - } - }, - "id": 731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11103:81:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11085:99:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 733, - "nodeType": "ExpressionStatement", - "src": "11085:99:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 695, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 693, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 690, - "src": "10468:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 694, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 685, - "src": "10472:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10468:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 735, - "initializationExpression": { - "assignments": [ - 690 - ], - "declarations": [ - { - "constant": false, - "id": 690, - "mutability": "mutable", - "name": "i", - "nameLocation": "10461:1:1", - "nodeType": "VariableDeclaration", - "scope": 735, - "src": "10453:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 689, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10453:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 692, - "initialValue": { - "hexValue": "30", - "id": 691, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10465:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10453:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 700, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 696, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 690, - "src": "10480:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 698, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 690, - "src": "10497:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 697, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "10484:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 699, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10484:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10480:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 701, - "nodeType": "ExpressionStatement", - "src": "10480:19:1" - }, - "nodeType": "ForStatement", - "src": "10448:747:1" - } - ] - }, - "documentation": { - "id": 672, - "nodeType": "StructuredDocumentation", - "src": "9831:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "4cb7e9e5", - "id": 737, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiRevoke", - "nameLocation": "9865:11:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 677, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 676, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "9911:13:1", - "nodeType": "VariableDeclaration", - "scope": 737, - "src": "9877:47:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 674, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 673, - "name": "MultiRevocationRequest", - "nameLocations": [ - "9877:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2122, - "src": "9877:22:1" - }, - "referencedDeclaration": 2122, - "src": "9877:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "id": 675, - "nodeType": "ArrayTypeName", - "src": "9877:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_storage_$dyn_storage_ptr", - "typeString": "struct MultiRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "9876:49:1" - }, - "returnParameters": { - "id": 678, - "nodeType": "ParameterList", - "parameters": [], - "src": "9943:0:1" - }, - "scope": 2019, - "src": "9856:1345:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2256 - ], - "body": { - "id": 861, - "nodeType": "Block", - "src": "11363:2347:1", - "statements": [ - { - "assignments": [ - 746 - ], - "declarations": [ - { - "constant": false, - "id": 746, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "11784:14:1", - "nodeType": "VariableDeclaration", - "scope": 861, - "src": "11776:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 745, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11776:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 749, - "initialValue": { - "expression": { - "id": 747, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "11801:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 748, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11805:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "11801:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "11776:34:1" - }, - { - "assignments": [ - 751 - ], - "declarations": [ - { - "constant": false, - "id": 751, - "mutability": "mutable", - "name": "length", - "nameLocation": "11829:6:1", - "nodeType": "VariableDeclaration", - "scope": 861, - "src": "11821:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 750, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11821:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 754, - "initialValue": { - "expression": { - "id": 752, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 742, - "src": "11838:22:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest calldata[] calldata" - } - }, - "id": 753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "11861:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "11838:29:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "11821:46:1" - }, - { - "body": { - "id": 859, - "nodeType": "Block", - "src": "11930:1774:1", - "statements": [ - { - "assignments": [ - 769 - ], - "declarations": [ - { - "constant": false, - "id": 769, - "mutability": "mutable", - "name": "last", - "nameLocation": "12227:4:1", - "nodeType": "VariableDeclaration", - "scope": 859, - "src": "12222:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 768, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "12222:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 770, - "nodeType": "VariableDeclarationStatement", - "src": "12222:9:1" - }, - { - "id": 779, - "nodeType": "UncheckedBlock", - "src": "12245:65:1", - "statements": [ - { - "expression": { - "id": 777, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 771, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 769, - "src": "12273:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 772, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 756, - "src": "12280:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 773, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 751, - "src": "12285:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 774, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12294:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "12285:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12280:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "12273:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 778, - "nodeType": "ExpressionStatement", - "src": "12273:22:1" - } - ] - }, - { - "assignments": [ - 782 - ], - "declarations": [ - { - "constant": false, - "id": 782, - "mutability": "mutable", - "name": "multiDelegatedRequest", - "nameLocation": "12363:21:1", - "nodeType": "VariableDeclaration", - "scope": 859, - "src": "12324:60:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest" - }, - "typeName": { - "id": 781, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 780, - "name": "MultiDelegatedRevocationRequest", - "nameLocations": [ - "12324:31:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2138, - "src": "12324:31:1" - }, - "referencedDeclaration": 2138, - "src": "12324:31:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 786, - "initialValue": { - "baseExpression": { - "id": 783, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 742, - "src": "12387:22:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest calldata[] calldata" - } - }, - "id": 785, - "indexExpression": { - "id": 784, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 756, - "src": "12410:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "12387:25:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "12324:88:1" - }, - { - "assignments": [ - 791 - ], - "declarations": [ - { - "constant": false, - "id": 791, - "mutability": "mutable", - "name": "data", - "nameLocation": "12457:4:1", - "nodeType": "VariableDeclaration", - "scope": 859, - "src": "12426:35:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 789, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 788, - "name": "RevocationRequestData", - "nameLocations": [ - "12426:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "12426:21:1" - }, - "referencedDeclaration": 2093, - "src": "12426:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 790, - "nodeType": "ArrayTypeName", - "src": "12426:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 794, - "initialValue": { - "expression": { - "id": 792, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "12464:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 793, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12486:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2129, - "src": "12464:26:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "12426:64:1" - }, - { - "assignments": [ - 796 - ], - "declarations": [ - { - "constant": false, - "id": 796, - "mutability": "mutable", - "name": "dataLength", - "nameLocation": "12563:10:1", - "nodeType": "VariableDeclaration", - "scope": 859, - "src": "12555:18:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 795, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12555:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 799, - "initialValue": { - "expression": { - "id": 797, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 791, - "src": "12576:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 798, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12581:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "12576:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "12555:32:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 808, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 802, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 800, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 796, - "src": "12605:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 801, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12619:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "12605:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 807, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 803, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 796, - "src": "12624:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 804, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "12638:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 805, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12660:10:1", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2133, - "src": "12638:32:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Signature memory[] memory" - } - }, - "id": 806, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12671:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "12638:39:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12624:53:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "12605:72:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 813, - "nodeType": "IfStatement", - "src": "12601:133:1", - "trueBody": { - "id": 812, - "nodeType": "Block", - "src": "12679:55:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 809, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "12704:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 810, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12704:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 811, - "nodeType": "RevertStatement", - "src": "12697:22:1" - } - ] - } - }, - { - "body": { - "id": 845, - "nodeType": "Block", - "src": "12920:439:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 829, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13034:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 830, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13056:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2125, - "src": "13034:28:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "baseExpression": { - "id": 831, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 791, - "src": "13094:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 833, - "indexExpression": { - "id": 832, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 815, - "src": "13099:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13094:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - { - "baseExpression": { - "expression": { - "id": 834, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13138:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 835, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13160:10:1", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2133, - "src": "13138:32:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Signature memory[] memory" - } - }, - "id": 837, - "indexExpression": { - "id": 836, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 815, - "src": "13171:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13138:35:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - { - "expression": { - "id": 838, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13208:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 839, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13230:7:1", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2135, - "src": "13208:29:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 840, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13273:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 841, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13295:8:1", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2137, - "src": "13273:30:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - }, - { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 828, - "name": "DelegatedRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2114, - "src": "12973:26:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_DelegatedRevocationRequest_$2114_storage_ptr_$", - "typeString": "type(struct DelegatedRevocationRequest storage pointer)" - } - }, - "id": 842, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "13026:6:1", - "13088:4:1", - "13127:9:1", - "13199:7:1", - "13263:8:1" - ], - "names": [ - "schema", - "data", - "signature", - "revoker", - "deadline" - ], - "nodeType": "FunctionCall", - "src": "12973:353:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - ], - "id": 827, - "name": "_verifyRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2908, - "src": "12938:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedRevocationRequest memory)" - } - }, - "id": 843, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12938:406:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 844, - "nodeType": "ExpressionStatement", - "src": "12938:406:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 820, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 818, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 815, - "src": "12883:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 819, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 796, - "src": "12887:10:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12883:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 846, - "initializationExpression": { - "assignments": [ - 815 - ], - "declarations": [ - { - "constant": false, - "id": 815, - "mutability": "mutable", - "name": "j", - "nameLocation": "12876:1:1", - "nodeType": "VariableDeclaration", - "scope": 846, - "src": "12868:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 814, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12868:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 817, - "initialValue": { - "hexValue": "30", - "id": 816, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12880:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "12868:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 825, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 821, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 815, - "src": "12899:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 823, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 815, - "src": "12916:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 822, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "12903:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 824, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12903:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12899:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 826, - "nodeType": "ExpressionStatement", - "src": "12899:19:1" - }, - "nodeType": "ForStatement", - "src": "12863:496:1" - }, - { - "expression": { - "id": 857, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 847, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 746, - "src": "13485:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 849, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13528:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 850, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13550:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2125, - "src": "13528:28:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 851, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 791, - "src": "13574:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - { - "expression": { - "id": 852, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 782, - "src": "13596:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "typeString": "struct MultiDelegatedRevocationRequest memory" - } - }, - "id": 853, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13618:7:1", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2135, - "src": "13596:29:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 854, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 746, - "src": "13643:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 855, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 769, - "src": "13675:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 848, - "name": "_revoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1485, - "src": "13503:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr_$_t_address_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (bytes32,struct RevocationRequestData memory[] memory,address,uint256,bool) returns (uint256)" - } - }, - "id": 856, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13503:190:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "13485:208:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 858, - "nodeType": "ExpressionStatement", - "src": "13485:208:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 761, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 759, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 756, - "src": "11897:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 760, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 751, - "src": "11901:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11897:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 860, - "initializationExpression": { - "assignments": [ - 756 - ], - "declarations": [ - { - "constant": false, - "id": 756, - "mutability": "mutable", - "name": "i", - "nameLocation": "11890:1:1", - "nodeType": "VariableDeclaration", - "scope": 860, - "src": "11882:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 755, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11882:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 758, - "initialValue": { - "hexValue": "30", - "id": 757, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11894:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "11882:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 766, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 762, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 756, - "src": "11909:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 764, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 756, - "src": "11926:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 763, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "11913:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 765, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11913:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "11909:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 767, - "nodeType": "ExpressionStatement", - "src": "11909:19:1" - }, - "nodeType": "ForStatement", - "src": "11877:1827:1" - } - ] - }, - "documentation": { - "id": 738, - "nodeType": "StructuredDocumentation", - "src": "11207:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "0eabf660", - "id": 862, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiRevokeByDelegation", - "nameLocation": "11241:23:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 743, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 742, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "11317:22:1", - "nodeType": "VariableDeclaration", - "scope": 862, - "src": "11274:65:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 740, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 739, - "name": "MultiDelegatedRevocationRequest", - "nameLocations": [ - "11274:31:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2138, - "src": "11274:31:1" - }, - "referencedDeclaration": 2138, - "src": "11274:31:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest" - } - }, - "id": 741, - "nodeType": "ArrayTypeName", - "src": "11274:33:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "11264:81:1" - }, - "returnParameters": { - "id": 744, - "nodeType": "ParameterList", - "parameters": [], - "src": "11363:0:1" - }, - "scope": 2019, - "src": "11232:2478:1", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2264 - ], - "body": { - "id": 882, - "nodeType": "Block", - "src": "13800:93:1", - "statements": [ - { - "assignments": [ - 871 - ], - "declarations": [ - { - "constant": false, - "id": 871, - "mutability": "mutable", - "name": "time", - "nameLocation": "13817:4:1", - "nodeType": "VariableDeclaration", - "scope": 882, - "src": "13810:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 870, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13810:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 874, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 872, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "13824:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 873, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13824:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13810:21:1" - }, - { - "expression": { - "arguments": [ - { - "id": 876, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 865, - "src": "13853:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 877, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 871, - "src": "13859:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 875, - "name": "_timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1885, - "src": "13842:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (bytes32,uint64)" - } - }, - "id": 878, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13842:22:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 879, - "nodeType": "ExpressionStatement", - "src": "13842:22:1" - }, - { - "expression": { - "id": 880, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 871, - "src": "13882:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 869, - "id": 881, - "nodeType": "Return", - "src": "13875:11:1" - } - ] - }, - "documentation": { - "id": 863, - "nodeType": "StructuredDocumentation", - "src": "13716:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "4d003070", - "id": 883, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "timestamp", - "nameLocation": "13750:9:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 866, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 865, - "mutability": "mutable", - "name": "data", - "nameLocation": "13768:4:1", - "nodeType": "VariableDeclaration", - "scope": 883, - "src": "13760:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 864, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "13760:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "13759:14:1" - }, - "returnParameters": { - "id": 869, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 868, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 883, - "src": "13792:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 867, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13792:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "13791:8:1" - }, - "scope": 2019, - "src": "13741:152:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2281 - ], - "body": { - "id": 905, - "nodeType": "Block", - "src": "13988:110:1", - "statements": [ - { - "assignments": [ - 892 - ], - "declarations": [ - { - "constant": false, - "id": 892, - "mutability": "mutable", - "name": "time", - "nameLocation": "14005:4:1", - "nodeType": "VariableDeclaration", - "scope": 905, - "src": "13998:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 891, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13998:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 895, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 893, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "14012:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 894, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14012:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13998:21:1" - }, - { - "expression": { - "arguments": [ - { - "expression": { - "id": 897, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "14046:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14050:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "14046:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 899, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 886, - "src": "14058:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 900, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 892, - "src": "14064:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 896, - "name": "_revokeOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1926, - "src": "14030:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes32,uint64)" - } - }, - "id": 901, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14030:39:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 902, - "nodeType": "ExpressionStatement", - "src": "14030:39:1" - }, - { - "expression": { - "id": 903, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 892, - "src": "14087:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 890, - "id": 904, - "nodeType": "Return", - "src": "14080:11:1" - } - ] - }, - "documentation": { - "id": 884, - "nodeType": "StructuredDocumentation", - "src": "13899:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "cf190f34", - "id": 906, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revokeOffchain", - "nameLocation": "13933:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 887, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 886, - "mutability": "mutable", - "name": "data", - "nameLocation": "13956:4:1", - "nodeType": "VariableDeclaration", - "scope": 906, - "src": "13948:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 885, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "13948:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "13947:14:1" - }, - "returnParameters": { - "id": 890, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 889, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 906, - "src": "13980:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 888, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13980:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "13979:8:1" - }, - "scope": 2019, - "src": "13924:174:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2290 - ], - "body": { - "id": 951, - "nodeType": "Block", - "src": "14209:228:1", - "statements": [ - { - "assignments": [ - 916 - ], - "declarations": [ - { - "constant": false, - "id": 916, - "mutability": "mutable", - "name": "time", - "nameLocation": "14226:4:1", - "nodeType": "VariableDeclaration", - "scope": 951, - "src": "14219:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 915, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14219:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 919, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 917, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "14233:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 918, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14233:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14219:21:1" - }, - { - "assignments": [ - 921 - ], - "declarations": [ - { - "constant": false, - "id": 921, - "mutability": "mutable", - "name": "length", - "nameLocation": "14259:6:1", - "nodeType": "VariableDeclaration", - "scope": 951, - "src": "14251:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 920, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14251:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 924, - "initialValue": { - "expression": { - "id": 922, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 910, - "src": "14268:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[] calldata" - } - }, - "id": 923, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14273:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "14268:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14251:28:1" - }, - { - "body": { - "id": 947, - "nodeType": "Block", - "src": "14342:67:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 939, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "14372:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 940, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14376:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "14372:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "baseExpression": { - "id": 941, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 910, - "src": "14384:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[] calldata" - } - }, - "id": 943, - "indexExpression": { - "id": 942, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 926, - "src": "14389:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14384:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 944, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 916, - "src": "14393:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 938, - "name": "_revokeOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1926, - "src": "14356:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes32,uint64)" - } - }, - "id": 945, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14356:42:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 946, - "nodeType": "ExpressionStatement", - "src": "14356:42:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 931, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 929, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 926, - "src": "14309:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 930, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 921, - "src": "14313:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14309:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 948, - "initializationExpression": { - "assignments": [ - 926 - ], - "declarations": [ - { - "constant": false, - "id": 926, - "mutability": "mutable", - "name": "i", - "nameLocation": "14302:1:1", - "nodeType": "VariableDeclaration", - "scope": 948, - "src": "14294:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 925, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14294:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 928, - "initialValue": { - "hexValue": "30", - "id": 927, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14306:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "14294:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 936, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 932, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 926, - "src": "14321:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 934, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 926, - "src": "14338:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 933, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "14325:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 935, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14325:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14321:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 937, - "nodeType": "ExpressionStatement", - "src": "14321:19:1" - }, - "nodeType": "ForStatement", - "src": "14289:120:1" - }, - { - "expression": { - "id": 949, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 916, - "src": "14426:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 914, - "id": 950, - "nodeType": "Return", - "src": "14419:11:1" - } - ] - }, - "documentation": { - "id": 907, - "nodeType": "StructuredDocumentation", - "src": "14104:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "13893f61", - "id": 952, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiRevokeOffchain", - "nameLocation": "14138:19:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 911, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 910, - "mutability": "mutable", - "name": "data", - "nameLocation": "14177:4:1", - "nodeType": "VariableDeclaration", - "scope": 952, - "src": "14158:23:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 908, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14158:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 909, - "nodeType": "ArrayTypeName", - "src": "14158:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "14157:25:1" - }, - "returnParameters": { - "id": 914, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 913, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 952, - "src": "14201:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 912, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14201:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "14200:8:1" - }, - "scope": 2019, - "src": "14129:308:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2273 - ], - "body": { - "id": 995, - "nodeType": "Block", - "src": "14543:211:1", - "statements": [ - { - "assignments": [ - 962 - ], - "declarations": [ - { - "constant": false, - "id": 962, - "mutability": "mutable", - "name": "time", - "nameLocation": "14560:4:1", - "nodeType": "VariableDeclaration", - "scope": 995, - "src": "14553:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 961, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14553:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 965, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 963, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "14567:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14567:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14553:21:1" - }, - { - "assignments": [ - 967 - ], - "declarations": [ - { - "constant": false, - "id": 967, - "mutability": "mutable", - "name": "length", - "nameLocation": "14593:6:1", - "nodeType": "VariableDeclaration", - "scope": 995, - "src": "14585:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 966, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14585:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 970, - "initialValue": { - "expression": { - "id": 968, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 956, - "src": "14602:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[] calldata" - } - }, - "id": 969, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14607:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "14602:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14585:28:1" - }, - { - "body": { - "id": 991, - "nodeType": "Block", - "src": "14676:50:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "baseExpression": { - "id": 985, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 956, - "src": "14701:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[] calldata" - } - }, - "id": 987, - "indexExpression": { - "id": 986, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 972, - "src": "14706:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14701:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 988, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 962, - "src": "14710:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 984, - "name": "_timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1885, - "src": "14690:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (bytes32,uint64)" - } - }, - "id": 989, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14690:25:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 990, - "nodeType": "ExpressionStatement", - "src": "14690:25:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 977, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 975, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 972, - "src": "14643:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 976, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 967, - "src": "14647:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14643:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 992, - "initializationExpression": { - "assignments": [ - 972 - ], - "declarations": [ - { - "constant": false, - "id": 972, - "mutability": "mutable", - "name": "i", - "nameLocation": "14636:1:1", - "nodeType": "VariableDeclaration", - "scope": 992, - "src": "14628:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 971, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14628:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 974, - "initialValue": { - "hexValue": "30", - "id": 973, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14640:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "14628:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 982, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 978, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 972, - "src": "14655:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 980, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 972, - "src": "14672:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 979, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "14659:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 981, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14659:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14655:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 983, - "nodeType": "ExpressionStatement", - "src": "14655:19:1" - }, - "nodeType": "ForStatement", - "src": "14623:103:1" - }, - { - "expression": { - "id": 993, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 962, - "src": "14743:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 960, - "id": 994, - "nodeType": "Return", - "src": "14736:11:1" - } - ] - }, - "documentation": { - "id": 953, - "nodeType": "StructuredDocumentation", - "src": "14443:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "e71ff365", - "id": 996, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiTimestamp", - "nameLocation": "14477:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 957, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 956, - "mutability": "mutable", - "name": "data", - "nameLocation": "14511:4:1", - "nodeType": "VariableDeclaration", - "scope": 996, - "src": "14492:23:1", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 954, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14492:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 955, - "nodeType": "ArrayTypeName", - "src": "14492:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "14491:25:1" - }, - "returnParameters": { - "id": 960, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 959, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 996, - "src": "14535:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 958, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14535:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "14534:8:1" - }, - "scope": 2019, - "src": "14468:286:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2299 - ], - "body": { - "id": 1009, - "nodeType": "Block", - "src": "14865:32:1", - "statements": [ - { - "expression": { - "baseExpression": { - "id": 1005, - "name": "_db", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 155, - "src": "14882:3:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation storage ref)" - } - }, - "id": 1007, - "indexExpression": { - "id": 1006, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 999, - "src": "14886:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14882:8:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "functionReturnParameters": 1004, - "id": 1008, - "nodeType": "Return", - "src": "14875:15:1" - } - ] - }, - "documentation": { - "id": 997, - "nodeType": "StructuredDocumentation", - "src": "14760:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "a3112a64", - "id": 1010, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAttestation", - "nameLocation": "14794:14:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1000, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 999, - "mutability": "mutable", - "name": "uid", - "nameLocation": "14817:3:1", - "nodeType": "VariableDeclaration", - "scope": 1010, - "src": "14809:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 998, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14809:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "14808:13:1" - }, - "returnParameters": { - "id": 1004, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1003, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1010, - "src": "14845:18:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 1002, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1001, - "name": "Attestation", - "nameLocations": [ - "14845:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "14845:11:1" - }, - "referencedDeclaration": 49, - "src": "14845:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "14844:20:1" - }, - "scope": 2019, - "src": "14785:112:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2307 - ], - "body": { - "id": 1025, - "nodeType": "Block", - "src": "14996:49:1", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1023, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "id": 1018, - "name": "_db", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 155, - "src": "15013:3:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation storage ref)" - } - }, - "id": 1020, - "indexExpression": { - "id": 1019, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1013, - "src": "15017:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15013:8:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "id": 1021, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15022:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 30, - "src": "15013:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1022, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "15029:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "15013:25:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 1017, - "id": 1024, - "nodeType": "Return", - "src": "15006:32:1" - } - ] - }, - "documentation": { - "id": 1011, - "nodeType": "StructuredDocumentation", - "src": "14903:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "e30bb563", - "id": 1026, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isAttestationValid", - "nameLocation": "14937:18:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1014, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1013, - "mutability": "mutable", - "name": "uid", - "nameLocation": "14964:3:1", - "nodeType": "VariableDeclaration", - "scope": 1026, - "src": "14956:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1012, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14956:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "14955:13:1" - }, - "returnParameters": { - "id": 1017, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1016, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1026, - "src": "14990:4:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1015, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "14990:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "14989:6:1" - }, - "scope": 2019, - "src": "14928:117:1", - "stateMutability": "view", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 2315 - ], - "body": { - "id": 1038, - "nodeType": "Block", - "src": "15143:41:1", - "statements": [ - { - "expression": { - "baseExpression": { - "id": 1034, - "name": "_timestamps", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 159, - "src": "15160:11:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1036, - "indexExpression": { - "id": 1035, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1029, - "src": "15172:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15160:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 1033, - "id": 1037, - "nodeType": "Return", - "src": "15153:24:1" - } - ] - }, - "documentation": { - "id": 1027, - "nodeType": "StructuredDocumentation", - "src": "15051:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "d45c4435", - "id": 1039, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getTimestamp", - "nameLocation": "15085:12:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1030, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1029, - "mutability": "mutable", - "name": "data", - "nameLocation": "15106:4:1", - "nodeType": "VariableDeclaration", - "scope": 1039, - "src": "15098:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1028, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15098:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15097:14:1" - }, - "returnParameters": { - "id": 1033, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1032, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1039, - "src": "15135:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1031, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15135:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15134:8:1" - }, - "scope": 2019, - "src": "15076:108:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2325 - ], - "body": { - "id": 1055, - "nodeType": "Block", - "src": "15304:59:1", - "statements": [ - { - "expression": { - "baseExpression": { - "baseExpression": { - "id": 1049, - "name": "_revocationsOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 165, - "src": "15321:20:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_uint64_$_$", - "typeString": "mapping(address => mapping(bytes32 => uint64))" - } - }, - "id": 1051, - "indexExpression": { - "id": 1050, - "name": "revoker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1042, - "src": "15342:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15321:29:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1053, - "indexExpression": { - "id": 1052, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1044, - "src": "15351:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15321:35:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 1048, - "id": 1054, - "nodeType": "Return", - "src": "15314:42:1" - } - ] - }, - "documentation": { - "id": 1040, - "nodeType": "StructuredDocumentation", - "src": "15190:20:1", - "text": "@inheritdoc IEAS" - }, - "functionSelector": "b469318d", - "id": 1056, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRevokeOffchain", - "nameLocation": "15224:17:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1045, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1042, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "15250:7:1", - "nodeType": "VariableDeclaration", - "scope": 1056, - "src": "15242:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1041, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15242:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1044, - "mutability": "mutable", - "name": "data", - "nameLocation": "15267:4:1", - "nodeType": "VariableDeclaration", - "scope": 1056, - "src": "15259:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1043, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15259:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15241:31:1" - }, - "returnParameters": { - "id": 1048, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1047, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1056, - "src": "15296:6:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1046, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15296:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15295:8:1" - }, - "scope": 2019, - "src": "15215:148:1", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 1306, - "nodeType": "Block", - "src": "16063:2681:1", - "statements": [ - { - "assignments": [ - 1076 - ], - "declarations": [ - { - "constant": false, - "id": 1076, - "mutability": "mutable", - "name": "length", - "nameLocation": "16081:6:1", - "nodeType": "VariableDeclaration", - "scope": 1306, - "src": "16073:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1075, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16073:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1079, - "initialValue": { - "expression": { - "id": 1077, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1063, - "src": "16090:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "id": 1078, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16095:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "16090:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16073:28:1" - }, - { - "assignments": [ - 1082 - ], - "declarations": [ - { - "constant": false, - "id": 1082, - "mutability": "mutable", - "name": "res", - "nameLocation": "16138:3:1", - "nodeType": "VariableDeclaration", - "scope": 1306, - "src": "16112:29:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult" - }, - "typeName": { - "id": 1081, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1080, - "name": "AttestationsResult", - "nameLocations": [ - "16112:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 147, - "src": "16112:18:1" - }, - "referencedDeclaration": 147, - "src": "16112:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_storage_ptr", - "typeString": "struct EAS.AttestationsResult" - } - }, - "visibility": "internal" - } - ], - "id": 1083, - "nodeType": "VariableDeclarationStatement", - "src": "16112:29:1" - }, - { - "expression": { - "id": 1092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1084, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1082, - "src": "16151:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 1086, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "16155:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "16151:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1090, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1076, - "src": "16176:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1089, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "16162:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes32[] memory)" - }, - "typeName": { - "baseType": { - "id": 1087, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16166:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1088, - "nodeType": "ArrayTypeName", - "src": "16166:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - } - }, - "id": 1091, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16162:21:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "src": "16151:32:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 1093, - "nodeType": "ExpressionStatement", - "src": "16151:32:1" - }, - { - "assignments": [ - 1096 - ], - "declarations": [ - { - "constant": false, - "id": 1096, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "16294:12:1", - "nodeType": "VariableDeclaration", - "scope": 1306, - "src": "16274:32:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 1095, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1094, - "name": "SchemaRecord", - "nameLocations": [ - "16274:12:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "16274:12:1" - }, - "referencedDeclaration": 2343, - "src": "16274:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "id": 1101, - "initialValue": { - "arguments": [ - { - "id": 1099, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1059, - "src": "16335:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 1097, - "name": "_schemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 150, - "src": "16309:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "id": 1098, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16325:9:1", - "memberName": "getSchema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2378, - "src": "16309:25:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_struct$_SchemaRecord_$2343_memory_ptr_$", - "typeString": "function (bytes32) view external returns (struct SchemaRecord memory)" - } - }, - "id": 1100, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16309:36:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16274:71:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1105, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1102, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1096, - "src": "16359:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 1103, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16372:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2335, - "src": "16359:16:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1104, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "16379:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "16359:29:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1110, - "nodeType": "IfStatement", - "src": "16355:82:1", - "trueBody": { - "id": 1109, - "nodeType": "Block", - "src": "16390:47:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1106, - "name": "InvalidSchema", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 132, - "src": "16411:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1107, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16411:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1108, - "nodeType": "RevertStatement", - "src": "16404:22:1" - } - ] - } - }, - { - "assignments": [ - 1115 - ], - "declarations": [ - { - "constant": false, - "id": 1115, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "16468:12:1", - "nodeType": "VariableDeclaration", - "scope": 1306, - "src": "16447:33:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 1113, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1112, - "name": "Attestation", - "nameLocations": [ - "16447:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "16447:11:1" - }, - "referencedDeclaration": 49, - "src": "16447:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 1114, - "nodeType": "ArrayTypeName", - "src": "16447:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - } - ], - "id": 1122, - "initialValue": { - "arguments": [ - { - "id": 1120, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1076, - "src": "16501:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1119, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "16483:17:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct Attestation memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 1117, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1116, - "name": "Attestation", - "nameLocations": [ - "16487:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "16487:11:1" - }, - "referencedDeclaration": 49, - "src": "16487:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 1118, - "nodeType": "ArrayTypeName", - "src": "16487:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - } - }, - "id": 1121, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16483:25:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16447:61:1" - }, - { - "assignments": [ - 1127 - ], - "declarations": [ - { - "constant": false, - "id": 1127, - "mutability": "mutable", - "name": "values", - "nameLocation": "16535:6:1", - "nodeType": "VariableDeclaration", - "scope": 1306, - "src": "16518:23:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 1125, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16518:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1126, - "nodeType": "ArrayTypeName", - "src": "16518:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "id": 1133, - "initialValue": { - "arguments": [ - { - "id": 1131, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1076, - "src": "16558:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1130, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "16544:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (uint256[] memory)" - }, - "typeName": { - "baseType": { - "id": 1128, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16548:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1129, - "nodeType": "ArrayTypeName", - "src": "16548:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - } - }, - "id": 1132, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16544:21:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16518:47:1" - }, - { - "body": { - "id": 1289, - "nodeType": "Block", - "src": "16629:1976:1", - "statements": [ - { - "assignments": [ - 1149 - ], - "declarations": [ - { - "constant": false, - "id": 1149, - "mutability": "mutable", - "name": "request", - "nameLocation": "16673:7:1", - "nodeType": "VariableDeclaration", - "scope": 1289, - "src": "16643:37:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 1148, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1147, - "name": "AttestationRequestData", - "nameLocations": [ - "16643:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "16643:22:1" - }, - "referencedDeclaration": 2042, - "src": "16643:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 1153, - "initialValue": { - "baseExpression": { - "id": 1150, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1063, - "src": "16683:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData memory[] memory" - } - }, - "id": 1152, - "indexExpression": { - "id": 1151, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "16688:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16683:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16643:47:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1163, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1157, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1154, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "16804:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1155, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16812:14:1", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 2033, - "src": "16804:22:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1156, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "16830:18:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16804:44:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1162, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1158, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "16852:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1159, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16860:14:1", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 2033, - "src": "16852:22:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1160, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "16878:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 1161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16878:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16852:33:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "16804:81:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1168, - "nodeType": "IfStatement", - "src": "16800:150:1", - "trueBody": { - "id": 1167, - "nodeType": "Block", - "src": "16887:63:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1164, - "name": "InvalidExpirationTime", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 122, - "src": "16912:21:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1165, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16912:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1166, - "nodeType": "RevertStatement", - "src": "16905:30:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 1174, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1171, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "17072:23:1", - "subExpression": { - "expression": { - "id": 1169, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1096, - "src": "17073:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 1170, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17086:9:1", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2340, - "src": "17073:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "expression": { - "id": 1172, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17099:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1173, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17107:9:1", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2035, - "src": "17099:17:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "17072:44:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1179, - "nodeType": "IfStatement", - "src": "17068:103:1", - "trueBody": { - "id": 1178, - "nodeType": "Block", - "src": "17118:53:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1175, - "name": "Irrevocable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 136, - "src": "17143:11:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1176, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17143:13:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1177, - "nodeType": "RevertStatement", - "src": "17136:20:1" - } - ] - } - }, - { - "assignments": [ - 1182 - ], - "declarations": [ - { - "constant": false, - "id": 1182, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "17204:11:1", - "nodeType": "VariableDeclaration", - "scope": 1289, - "src": "17185:30:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 1181, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1180, - "name": "Attestation", - "nameLocations": [ - "17185:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "17185:11:1" - }, - "referencedDeclaration": 49, - "src": "17185:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "id": 1201, - "initialValue": { - "arguments": [ - { - "id": 1184, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "17253:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1185, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1059, - "src": "17288:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 1186, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17323:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1187, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17331:6:1", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 2037, - "src": "17323:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1188, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "17361:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 1189, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17361:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 1190, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17402:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1191, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17410:14:1", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 2033, - "src": "17402:22:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 1192, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17458:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "expression": { - "id": 1193, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17488:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1194, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17496:9:1", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 2031, - "src": "17488:17:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1195, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1065, - "src": "17533:8:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 1196, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17570:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1197, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17578:9:1", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2035, - "src": "17570:17:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "expression": { - "id": 1198, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "17611:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1199, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17619:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2039, - "src": "17611:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 1183, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "17218:11:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_Attestation_$49_storage_ptr_$", - "typeString": "type(struct Attestation storage pointer)" - } - }, - "id": 1200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "17248:3:1", - "17280:6:1", - "17315:6:1", - "17355:4:1", - "17386:14:1", - "17442:14:1", - "17477:9:1", - "17523:8:1", - "17559:9:1", - "17605:4:1" - ], - "names": [ - "uid", - "schema", - "refUID", - "time", - "expirationTime", - "revocationTime", - "recipient", - "attester", - "revocable", - "data" - ], - "nodeType": "FunctionCall", - "src": "17218:420:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17185:453:1" - }, - { - "assignments": [ - 1203 - ], - "declarations": [ - { - "constant": false, - "id": 1203, - "mutability": "mutable", - "name": "uid", - "nameLocation": "17772:3:1", - "nodeType": "VariableDeclaration", - "scope": 1289, - "src": "17764:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1202, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "17764:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 1204, - "nodeType": "VariableDeclarationStatement", - "src": "17764:11:1" - }, - { - "assignments": [ - 1206 - ], - "declarations": [ - { - "constant": false, - "id": 1206, - "mutability": "mutable", - "name": "bump", - "nameLocation": "17796:4:1", - "nodeType": "VariableDeclaration", - "scope": 1289, - "src": "17789:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1205, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "17789:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 1208, - "initialValue": { - "hexValue": "30", - "id": 1207, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17803:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "17789:15:1" - }, - { - "body": { - "id": 1230, - "nodeType": "Block", - "src": "17831:234:1", - "statements": [ - { - "expression": { - "id": 1215, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1210, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "17849:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1212, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1182, - "src": "17863:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - { - "id": 1213, - "name": "bump", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1206, - "src": "17876:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 1211, - "name": "_getUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1834, - "src": "17855:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_struct$_Attestation_$49_memory_ptr_$_t_uint32_$returns$_t_bytes32_$", - "typeString": "function (struct Attestation memory,uint32) pure returns (bytes32)" - } - }, - "id": 1214, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17855:26:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "17849:32:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1216, - "nodeType": "ExpressionStatement", - "src": "17849:32:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1222, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "id": 1217, - "name": "_db", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 155, - "src": "17903:3:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation storage ref)" - } - }, - "id": 1219, - "indexExpression": { - "id": 1218, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "17907:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17903:8:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "id": 1220, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17912:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 30, - "src": "17903:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1221, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "17919:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "17903:25:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1225, - "nodeType": "IfStatement", - "src": "17899:77:1", - "trueBody": { - "id": 1224, - "nodeType": "Block", - "src": "17930:46:1", - "statements": [ - { - "id": 1223, - "nodeType": "Break", - "src": "17952:5:1" - } - ] - } - }, - { - "id": 1229, - "nodeType": "UncheckedBlock", - "src": "17994:57:1", - "statements": [ - { - "expression": { - "id": 1227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "18026:6:1", - "subExpression": { - "id": 1226, - "name": "bump", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1206, - "src": "18028:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 1228, - "nodeType": "ExpressionStatement", - "src": "18026:6:1" - } - ] - } - ] - }, - "condition": { - "hexValue": "74727565", - "id": 1209, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17825:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "id": 1231, - "nodeType": "WhileStatement", - "src": "17818:247:1" - }, - { - "expression": { - "id": 1236, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1232, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1182, - "src": "18078:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1234, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "18090:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 30, - "src": "18078:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1235, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "18096:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "18078:21:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1237, - "nodeType": "ExpressionStatement", - "src": "18078:21:1" - }, - { - "expression": { - "id": 1242, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1238, - "name": "_db", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 155, - "src": "18114:3:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation storage ref)" - } - }, - "id": 1240, - "indexExpression": { - "id": 1239, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "18118:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "18114:8:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1241, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1182, - "src": "18125:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "src": "18114:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "id": 1243, - "nodeType": "ExpressionStatement", - "src": "18114:22:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1247, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1244, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "18155:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1245, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18163:6:1", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 2037, - "src": "18155:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1246, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "18173:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "18155:27:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1259, - "nodeType": "IfStatement", - "src": "18151:256:1", - "trueBody": { - "id": 1258, - "nodeType": "Block", - "src": "18184:223:1", - "statements": [ - { - "condition": { - "id": 1252, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "18298:35:1", - "subExpression": { - "arguments": [ - { - "expression": { - "id": 1249, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "18318:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1250, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18326:6:1", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 2037, - "src": "18318:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1248, - "name": "isAttestationValid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1026, - "src": "18299:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_bool_$", - "typeString": "function (bytes32) view returns (bool)" - } - }, - "id": 1251, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18299:34:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1257, - "nodeType": "IfStatement", - "src": "18294:99:1", - "trueBody": { - "id": 1256, - "nodeType": "Block", - "src": "18335:58:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1253, - "name": "NotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 19, - "src": "18364:8:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1254, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18364:10:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1255, - "nodeType": "RevertStatement", - "src": "18357:17:1" - } - ] - } - } - ] - } - }, - { - "expression": { - "id": 1264, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1260, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1115, - "src": "18421:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "id": 1262, - "indexExpression": { - "id": 1261, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "18434:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "18421:15:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1263, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1182, - "src": "18439:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "src": "18421:29:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1265, - "nodeType": "ExpressionStatement", - "src": "18421:29:1" - }, - { - "expression": { - "id": 1271, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1266, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "18464:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "id": 1268, - "indexExpression": { - "id": 1267, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "18471:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "18464:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 1269, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "18476:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1270, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18484:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2041, - "src": "18476:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "18464:25:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1272, - "nodeType": "ExpressionStatement", - "src": "18464:25:1" - }, - { - "expression": { - "id": 1279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "expression": { - "id": 1273, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1082, - "src": "18504:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 1276, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18508:4:1", - "memberName": "uids", - "nodeType": "MemberAccess", - "referencedDeclaration": 146, - "src": "18504:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 1277, - "indexExpression": { - "id": 1275, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "18513:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "18504:11:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1278, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "18518:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "18504:17:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1280, - "nodeType": "ExpressionStatement", - "src": "18504:17:1" - }, - { - "eventCall": { - "arguments": [ - { - "expression": { - "id": 1282, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1149, - "src": "18550:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 1283, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18558:9:1", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 2031, - "src": "18550:17:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1284, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1065, - "src": "18569:8:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1285, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1203, - "src": "18579:3:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1286, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1059, - "src": "18584:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1281, - "name": "Attested", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2152, - "src": "18541:8:1", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_bytes32_$_t_bytes32_$returns$__$", - "typeString": "function (address,address,bytes32,bytes32)" - } - }, - "id": 1287, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18541:53:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1288, - "nodeType": "EmitStatement", - "src": "18536:58:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1140, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1138, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "16596:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1139, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1076, - "src": "16600:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "16596:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1290, - "initializationExpression": { - "assignments": [ - 1135 - ], - "declarations": [ - { - "constant": false, - "id": 1135, - "mutability": "mutable", - "name": "i", - "nameLocation": "16589:1:1", - "nodeType": "VariableDeclaration", - "scope": 1290, - "src": "16581:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1134, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16581:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1137, - "initialValue": { - "hexValue": "30", - "id": 1136, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16593:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "16581:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1145, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1141, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "16608:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1143, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1135, - "src": "16625:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1142, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "16612:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1144, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16612:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "16608:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1146, - "nodeType": "ExpressionStatement", - "src": "16608:19:1" - }, - "nodeType": "ForStatement", - "src": "16576:2029:1" - }, - { - "expression": { - "id": 1302, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1291, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1082, - "src": "18615:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "id": 1293, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "18619:9:1", - "memberName": "usedValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 143, - "src": "18615:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1295, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1096, - "src": "18652:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - { - "id": 1296, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1115, - "src": "18666:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - { - "id": 1297, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1127, - "src": "18680:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - { - "hexValue": "66616c7365", - "id": 1298, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18688:5:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "id": 1299, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1067, - "src": "18695:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 1300, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1069, - "src": "18711:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - }, - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 1294, - "name": "_resolveAttestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1799, - "src": "18631:20:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_SchemaRecord_$2343_memory_ptr_$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$_t_bool_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (struct SchemaRecord memory,struct Attestation memory[] memory,uint256[] memory,bool,uint256,bool) returns (uint256)" - } - }, - "id": 1301, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18631:85:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "18615:101:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1303, - "nodeType": "ExpressionStatement", - "src": "18615:101:1" - }, - { - "expression": { - "id": 1304, - "name": "res", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1082, - "src": "18734:3:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult memory" - } - }, - "functionReturnParameters": 1074, - "id": 1305, - "nodeType": "Return", - "src": "18727:10:1" - } - ] - }, - "documentation": { - "id": 1057, - "nodeType": "StructuredDocumentation", - "src": "15369:472:1", - "text": "@dev Attests to a specific schema.\n @param schemaUID The unique identifier of the schema to attest to.\n @param data The arguments of the attestation requests.\n @param attester The attesting account.\n @param availableValue The total available ETH amount that can be sent to the resolver.\n @param last Whether this is the last attestations/revocations set.\n @return The UID of the new attestations and the total sent ETH amount." - }, - "id": 1307, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_attest", - "nameLocation": "15855:7:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1070, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1059, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "15880:9:1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "15872:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1058, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15872:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1063, - "mutability": "mutable", - "name": "data", - "nameLocation": "15931:4:1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "15899:36:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 1061, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1060, - "name": "AttestationRequestData", - "nameLocations": [ - "15899:22:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "15899:22:1" - }, - "referencedDeclaration": 2042, - "src": "15899:22:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 1062, - "nodeType": "ArrayTypeName", - "src": "15899:24:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1065, - "mutability": "mutable", - "name": "attester", - "nameLocation": "15953:8:1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "15945:16:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1064, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15945:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1067, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "15979:14:1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "15971:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1066, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "15971:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1069, - "mutability": "mutable", - "name": "last", - "nameLocation": "16008:4:1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "16003:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1068, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "16003:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "15862:156:1" - }, - "returnParameters": { - "id": 1074, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1073, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1307, - "src": "16036:25:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_memory_ptr", - "typeString": "struct EAS.AttestationsResult" - }, - "typeName": { - "id": 1072, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1071, - "name": "AttestationsResult", - "nameLocations": [ - "16036:18:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 147, - "src": "16036:18:1" - }, - "referencedDeclaration": 147, - "src": "16036:18:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationsResult_$147_storage_ptr", - "typeString": "struct EAS.AttestationsResult" - } - }, - "visibility": "internal" - } - ], - "src": "16035:27:1" - }, - "scope": 2019, - "src": "15846:2898:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1484, - "nodeType": "Block", - "src": "19417:1960:1", - "statements": [ - { - "assignments": [ - 1327 - ], - "declarations": [ - { - "constant": false, - "id": 1327, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "19522:12:1", - "nodeType": "VariableDeclaration", - "scope": 1484, - "src": "19502:32:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 1326, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1325, - "name": "SchemaRecord", - "nameLocations": [ - "19502:12:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "19502:12:1" - }, - "referencedDeclaration": 2343, - "src": "19502:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "id": 1332, - "initialValue": { - "arguments": [ - { - "id": 1330, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1310, - "src": "19563:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 1328, - "name": "_schemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 150, - "src": "19537:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "id": 1329, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19553:9:1", - "memberName": "getSchema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2378, - "src": "19537:25:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$_t_bytes32_$returns$_t_struct$_SchemaRecord_$2343_memory_ptr_$", - "typeString": "function (bytes32) view external returns (struct SchemaRecord memory)" - } - }, - "id": 1331, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19537:36:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19502:71:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1336, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1333, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1327, - "src": "19587:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 1334, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19600:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2335, - "src": "19587:16:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1335, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "19607:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "19587:29:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1341, - "nodeType": "IfStatement", - "src": "19583:82:1", - "trueBody": { - "id": 1340, - "nodeType": "Block", - "src": "19618:47:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1337, - "name": "InvalidSchema", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 132, - "src": "19639:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1338, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19639:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1339, - "nodeType": "RevertStatement", - "src": "19632:22:1" - } - ] - } - }, - { - "assignments": [ - 1343 - ], - "declarations": [ - { - "constant": false, - "id": 1343, - "mutability": "mutable", - "name": "length", - "nameLocation": "19683:6:1", - "nodeType": "VariableDeclaration", - "scope": 1484, - "src": "19675:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1342, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19675:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1346, - "initialValue": { - "expression": { - "id": 1344, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1314, - "src": "19692:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 1345, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19697:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "19692:11:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19675:28:1" - }, - { - "assignments": [ - 1351 - ], - "declarations": [ - { - "constant": false, - "id": 1351, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "19734:12:1", - "nodeType": "VariableDeclaration", - "scope": 1484, - "src": "19713:33:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 1349, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1348, - "name": "Attestation", - "nameLocations": [ - "19713:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "19713:11:1" - }, - "referencedDeclaration": 49, - "src": "19713:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 1350, - "nodeType": "ArrayTypeName", - "src": "19713:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - } - ], - "id": 1358, - "initialValue": { - "arguments": [ - { - "id": 1356, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1343, - "src": "19767:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1355, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "19749:17:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct Attestation memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 1353, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1352, - "name": "Attestation", - "nameLocations": [ - "19753:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "19753:11:1" - }, - "referencedDeclaration": 49, - "src": "19753:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 1354, - "nodeType": "ArrayTypeName", - "src": "19753:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - } - }, - "id": 1357, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19749:25:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19713:61:1" - }, - { - "assignments": [ - 1363 - ], - "declarations": [ - { - "constant": false, - "id": 1363, - "mutability": "mutable", - "name": "values", - "nameLocation": "19801:6:1", - "nodeType": "VariableDeclaration", - "scope": 1484, - "src": "19784:23:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 1361, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19784:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1362, - "nodeType": "ArrayTypeName", - "src": "19784:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "id": 1369, - "initialValue": { - "arguments": [ - { - "id": 1367, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1343, - "src": "19824:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1366, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "19810:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (uint256[] memory)" - }, - "typeName": { - "baseType": { - "id": 1364, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19814:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1365, - "nodeType": "ArrayTypeName", - "src": "19814:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - } - }, - "id": 1368, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19810:21:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19784:47:1" - }, - { - "body": { - "id": 1473, - "nodeType": "Block", - "src": "19895:1374:1", - "statements": [ - { - "assignments": [ - 1385 - ], - "declarations": [ - { - "constant": false, - "id": 1385, - "mutability": "mutable", - "name": "request", - "nameLocation": "19938:7:1", - "nodeType": "VariableDeclaration", - "scope": 1473, - "src": "19909:36:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 1384, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1383, - "name": "RevocationRequestData", - "nameLocations": [ - "19909:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "19909:21:1" - }, - "referencedDeclaration": 2093, - "src": "19909:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 1389, - "initialValue": { - "baseExpression": { - "id": 1386, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1314, - "src": "19948:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 1388, - "indexExpression": { - "id": 1387, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "19953:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19948:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19909:46:1" - }, - { - "assignments": [ - 1392 - ], - "declarations": [ - { - "constant": false, - "id": 1392, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "19990:11:1", - "nodeType": "VariableDeclaration", - "scope": 1473, - "src": "19970:31:1", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 1391, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1390, - "name": "Attestation", - "nameLocations": [ - "19970:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "19970:11:1" - }, - "referencedDeclaration": 49, - "src": "19970:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "id": 1397, - "initialValue": { - "baseExpression": { - "id": 1393, - "name": "_db", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 155, - "src": "20004:3:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Attestation_$49_storage_$", - "typeString": "mapping(bytes32 => struct Attestation storage ref)" - } - }, - "id": 1396, - "indexExpression": { - "expression": { - "id": 1394, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1385, - "src": "20008:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 1395, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20016:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2090, - "src": "20008:11:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "20004:16:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage", - "typeString": "struct Attestation storage ref" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19970:50:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1401, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1398, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "20125:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1399, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20137:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 30, - "src": "20125:15:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 1400, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "20144:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "20125:28:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1406, - "nodeType": "IfStatement", - "src": "20121:84:1", - "trueBody": { - "id": 1405, - "nodeType": "Block", - "src": "20155:50:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1402, - "name": "NotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 19, - "src": "20180:8:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1403, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20180:10:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1404, - "nodeType": "RevertStatement", - "src": "20173:17:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 1410, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1407, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "20295:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1408, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20307:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 32, - "src": "20295:18:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1409, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1310, - "src": "20317:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "20295:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1415, - "nodeType": "IfStatement", - "src": "20291:92:1", - "trueBody": { - "id": 1414, - "nodeType": "Block", - "src": "20328:55:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1411, - "name": "InvalidSchema", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 132, - "src": "20353:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1412, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20353:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1413, - "nodeType": "RevertStatement", - "src": "20346:22:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 1419, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1416, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "20476:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1417, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20488:8:1", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 44, - "src": "20476:20:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 1418, - "name": "revoker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1316, - "src": "20500:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "20476:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1424, - "nodeType": "IfStatement", - "src": "20472:91:1", - "trueBody": { - "id": 1423, - "nodeType": "Block", - "src": "20509:54:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1420, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "20534:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1421, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20534:14:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1422, - "nodeType": "RevertStatement", - "src": "20527:21:1" - } - ] - } - }, - { - "condition": { - "id": 1427, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "20773:22:1", - "subExpression": { - "expression": { - "id": 1425, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "20774:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1426, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20786:9:1", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 46, - "src": "20774:21:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1432, - "nodeType": "IfStatement", - "src": "20769:81:1", - "trueBody": { - "id": 1431, - "nodeType": "Block", - "src": "20797:53:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1428, - "name": "Irrevocable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 136, - "src": "20822:11:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1429, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20822:13:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1430, - "nodeType": "RevertStatement", - "src": "20815:20:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1436, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 1433, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "20950:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1434, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20962:14:1", - "memberName": "revocationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 38, - "src": "20950:26:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1435, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20980:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "20950:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1441, - "nodeType": "IfStatement", - "src": "20946:93:1", - "trueBody": { - "id": 1440, - "nodeType": "Block", - "src": "20983:56:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1437, - "name": "AlreadyRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 110, - "src": "21008:14:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1438, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21008:16:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1439, - "nodeType": "RevertStatement", - "src": "21001:23:1" - } - ] - } - }, - { - "expression": { - "id": 1447, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 1442, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "21052:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "id": 1444, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "21064:14:1", - "memberName": "revocationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 38, - "src": "21052:26:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1445, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "21081:5:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 1446, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21081:7:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "21052:36:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1448, - "nodeType": "ExpressionStatement", - "src": "21052:36:1" - }, - { - "expression": { - "id": 1453, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1449, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1351, - "src": "21103:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "id": 1451, - "indexExpression": { - "id": 1450, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "21116:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "21103:15:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1452, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1392, - "src": "21121:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation storage pointer" - } - }, - "src": "21103:29:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1454, - "nodeType": "ExpressionStatement", - "src": "21103:29:1" - }, - { - "expression": { - "id": 1460, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1455, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1363, - "src": "21146:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "id": 1457, - "indexExpression": { - "id": 1456, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "21153:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "21146:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 1458, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1385, - "src": "21158:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 1459, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21166:5:1", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2092, - "src": "21158:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "21146:25:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1461, - "nodeType": "ExpressionStatement", - "src": "21146:25:1" - }, - { - "eventCall": { - "arguments": [ - { - "expression": { - "baseExpression": { - "id": 1463, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1351, - "src": "21199:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "id": 1465, - "indexExpression": { - "id": 1464, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "21212:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21199:15:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1466, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21215:9:1", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 42, - "src": "21199:25:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1467, - "name": "revoker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1316, - "src": "21226:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 1468, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1385, - "src": "21235:7:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 1469, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21243:3:1", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2090, - "src": "21235:11:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1470, - "name": "schemaUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1310, - "src": "21248:9:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 1462, - "name": "Revoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2163, - "src": "21191:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_address_$_t_bytes32_$_t_bytes32_$returns$__$", - "typeString": "function (address,address,bytes32,bytes32)" - } - }, - "id": 1471, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21191:67:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1472, - "nodeType": "EmitStatement", - "src": "21186:72:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1376, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1374, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "19862:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1375, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1343, - "src": "19866:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "19862:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1474, - "initializationExpression": { - "assignments": [ - 1371 - ], - "declarations": [ - { - "constant": false, - "id": 1371, - "mutability": "mutable", - "name": "i", - "nameLocation": "19855:1:1", - "nodeType": "VariableDeclaration", - "scope": 1474, - "src": "19847:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1370, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19847:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1373, - "initialValue": { - "hexValue": "30", - "id": 1372, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19859:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "19847:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1381, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1377, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "19874:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1379, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1371, - "src": "19891:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1378, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "19878:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1380, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19878:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "19874:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1382, - "nodeType": "ExpressionStatement", - "src": "19874:19:1" - }, - "nodeType": "ForStatement", - "src": "19842:1427:1" - }, - { - "expression": { - "arguments": [ - { - "id": 1476, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1327, - "src": "21307:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - { - "id": 1477, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1351, - "src": "21321:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - { - "id": 1478, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1363, - "src": "21335:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - { - "hexValue": "74727565", - "id": 1479, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21343:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 1480, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1318, - "src": "21349:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 1481, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1320, - "src": "21365:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - }, - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 1475, - "name": "_resolveAttestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1799, - "src": "21286:20:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_SchemaRecord_$2343_memory_ptr_$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$_t_bool_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (struct SchemaRecord memory,struct Attestation memory[] memory,uint256[] memory,bool,uint256,bool) returns (uint256)" - } - }, - "id": 1482, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21286:84:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 1324, - "id": 1483, - "nodeType": "Return", - "src": "21279:91:1" - } - ] - }, - "documentation": { - "id": 1308, - "nodeType": "StructuredDocumentation", - "src": "18750:465:1", - "text": "@dev Revokes an existing attestation to a specific schema.\n @param schemaUID The unique identifier of the schema to attest to.\n @param data The arguments of the revocation requests.\n @param revoker The revoking account.\n @param availableValue The total available ETH amount that can be sent to the resolver.\n @param last Whether this is the last attestations/revocations set.\n @return Returns the total sent ETH amount." - }, - "id": 1485, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revoke", - "nameLocation": "19229:7:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1321, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1310, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "19254:9:1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19246:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1309, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19246:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1314, - "mutability": "mutable", - "name": "data", - "nameLocation": "19304:4:1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19273:35:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 1312, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1311, - "name": "RevocationRequestData", - "nameLocations": [ - "19273:21:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "19273:21:1" - }, - "referencedDeclaration": 2093, - "src": "19273:21:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 1313, - "nodeType": "ArrayTypeName", - "src": "19273:23:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1316, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "19326:7:1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19318:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1315, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "19318:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1318, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "19351:14:1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19343:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1317, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19343:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1320, - "mutability": "mutable", - "name": "last", - "nameLocation": "19380:4:1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19375:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1319, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "19375:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "19236:154:1" - }, - "returnParameters": { - "id": 1324, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1323, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1485, - "src": "19408:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1322, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "19408:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "19407:9:1" - }, - "scope": 2019, - "src": "19220:2157:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1602, - "nodeType": "Block", - "src": "22212:1294:1", - "statements": [ - { - "assignments": [ - 1507 - ], - "declarations": [ - { - "constant": false, - "id": 1507, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "22238:8:1", - "nodeType": "VariableDeclaration", - "scope": 1602, - "src": "22222:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 1506, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1505, - "name": "ISchemaResolver", - "nameLocations": [ - "22222:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "22222:15:1" - }, - "referencedDeclaration": 3834, - "src": "22222:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - } - ], - "id": 1510, - "initialValue": { - "expression": { - "id": 1508, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1489, - "src": "22249:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 1509, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "22262:8:1", - "memberName": "resolver", - "nodeType": "MemberAccess", - "referencedDeclaration": 2338, - "src": "22249:21:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22222:48:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 1519, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 1513, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1507, - "src": "22292:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - ], - "id": 1512, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22284:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 1511, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "22284:7:1", - "typeDescriptions": {} - } - }, - "id": 1514, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22284:17:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 1517, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22313:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 1516, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22305:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 1515, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "22305:7:1", - "typeDescriptions": {} - } - }, - "id": 1518, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22305:10:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "22284:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1538, - "nodeType": "IfStatement", - "src": "22280:309:1", - "trueBody": { - "id": 1537, - "nodeType": "Block", - "src": "22317:272:1", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1522, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1520, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "22412:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1521, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22421:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22412:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1527, - "nodeType": "IfStatement", - "src": "22408:68:1", - "trueBody": { - "id": 1526, - "nodeType": "Block", - "src": "22424:52:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1523, - "name": "NotPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 138, - "src": "22449:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1524, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22449:12:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1525, - "nodeType": "RevertStatement", - "src": "22442:19:1" - } - ] - } - }, - { - "condition": { - "id": 1528, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1500, - "src": "22494:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1534, - "nodeType": "IfStatement", - "src": "22490:66:1", - "trueBody": { - "id": 1533, - "nodeType": "Block", - "src": "22500:56:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1530, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1498, - "src": "22526:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1529, - "name": "_refund", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1855, - "src": "22518:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$", - "typeString": "function (uint256)" - } - }, - "id": 1531, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22518:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1532, - "nodeType": "ExpressionStatement", - "src": "22518:23:1" - } - ] - } - }, - { - "expression": { - "hexValue": "30", - "id": 1535, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22577:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 1504, - "id": 1536, - "nodeType": "Return", - "src": "22570:8:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1541, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1539, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "22693:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1540, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22702:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22693:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1565, - "nodeType": "IfStatement", - "src": "22689:449:1", - "trueBody": { - "id": 1564, - "nodeType": "Block", - "src": "22705:433:1", - "statements": [ - { - "condition": { - "id": 1545, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "22723:21:1", - "subExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 1542, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1507, - "src": "22724:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "22733:9:1", - "memberName": "isPayable", - "nodeType": "MemberAccess", - "referencedDeclaration": 3789, - "src": "22724:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_pure$__$returns$_t_bool_$", - "typeString": "function () pure external returns (bool)" - } - }, - "id": 1544, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22724:20:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1550, - "nodeType": "IfStatement", - "src": "22719:79:1", - "trueBody": { - "id": 1549, - "nodeType": "Block", - "src": "22746:52:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1546, - "name": "NotPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 138, - "src": "22771:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1547, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22771:12:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1548, - "nodeType": "RevertStatement", - "src": "22764:19:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1553, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1551, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "22906:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 1552, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1498, - "src": "22914:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "22906:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1558, - "nodeType": "IfStatement", - "src": "22902:87:1", - "trueBody": { - "id": 1557, - "nodeType": "Block", - "src": "22930:59:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1554, - "name": "InsufficientValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 116, - "src": "22955:17:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1555, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22955:19:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1556, - "nodeType": "RevertStatement", - "src": "22948:26:1" - } - ] - } - }, - { - "id": 1563, - "nodeType": "UncheckedBlock", - "src": "23062:66:1", - "statements": [ - { - "expression": { - "id": 1561, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1559, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1498, - "src": "23090:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "id": 1560, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "23108:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "23090:23:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1562, - "nodeType": "ExpressionStatement", - "src": "23090:23:1" - } - ] - } - ] - } - }, - { - "condition": { - "id": 1566, - "name": "isRevocation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1496, - "src": "23152:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "id": 1586, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "23310:45:1", - "subExpression": { - "arguments": [ - { - "id": 1584, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1492, - "src": "23343:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - ], - "expression": { - "id": 1580, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1507, - "src": "23311:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1581, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23320:6:1", - "memberName": "attest", - "nodeType": "MemberAccess", - "referencedDeclaration": 3798, - "src": "23311:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory) payable external returns (bool)" - } - }, - "id": 1583, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 1582, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "23335:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "23311:31:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$value", - "typeString": "function (struct Attestation memory) payable external returns (bool)" - } - }, - "id": 1585, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23311:44:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1591, - "nodeType": "IfStatement", - "src": "23306:103:1", - "trueBody": { - "id": 1590, - "nodeType": "Block", - "src": "23357:52:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1587, - "name": "InvalidAttestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 118, - "src": "23378:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1588, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23378:20:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1589, - "nodeType": "RevertStatement", - "src": "23371:27:1" - } - ] - } - }, - "id": 1592, - "nodeType": "IfStatement", - "src": "23148:261:1", - "trueBody": { - "id": 1579, - "nodeType": "Block", - "src": "23166:134:1", - "statements": [ - { - "condition": { - "id": 1573, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "23184:45:1", - "subExpression": { - "arguments": [ - { - "id": 1571, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1492, - "src": "23217:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - ], - "expression": { - "id": 1567, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1507, - "src": "23185:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1568, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23194:6:1", - "memberName": "revoke", - "nodeType": "MemberAccess", - "referencedDeclaration": 3820, - "src": "23185:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory) payable external returns (bool)" - } - }, - "id": 1570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 1569, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "23209:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "23185:31:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_Attestation_$49_memory_ptr_$returns$_t_bool_$value", - "typeString": "function (struct Attestation memory) payable external returns (bool)" - } - }, - "id": 1572, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23185:44:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1578, - "nodeType": "IfStatement", - "src": "23180:110:1", - "trueBody": { - "id": 1577, - "nodeType": "Block", - "src": "23231:59:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1574, - "name": "InvalidRevocation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 128, - "src": "23256:17:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1575, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23256:19:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1576, - "nodeType": "RevertStatement", - "src": "23249:26:1" - } - ] - } - } - ] - } - }, - { - "condition": { - "id": 1593, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1500, - "src": "23423:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1599, - "nodeType": "IfStatement", - "src": "23419:58:1", - "trueBody": { - "id": 1598, - "nodeType": "Block", - "src": "23429:48:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1595, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1498, - "src": "23451:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1594, - "name": "_refund", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1855, - "src": "23443:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$", - "typeString": "function (uint256)" - } - }, - "id": 1596, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23443:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1597, - "nodeType": "ExpressionStatement", - "src": "23443:23:1" - } - ] - } - }, - { - "expression": { - "id": 1600, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1494, - "src": "23494:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 1504, - "id": 1601, - "nodeType": "Return", - "src": "23487:12:1" - } - ] - }, - "documentation": { - "id": 1486, - "nodeType": "StructuredDocumentation", - "src": "21383:580:1", - "text": "@dev Resolves a new attestation or a revocation of an existing attestation.\n @param schemaRecord The schema of the attestation.\n @param attestation The data of the attestation to make/revoke.\n @param value An explicit ETH amount to send to the resolver.\n @param isRevocation Whether to resolve an attestation or its revocation.\n @param availableValue The total available ETH amount that can be sent to the resolver.\n @param last Whether this is the last attestations/revocations set.\n @return Returns the total sent ETH amount." - }, - "id": 1603, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_resolveAttestation", - "nameLocation": "21977:19:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1501, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1489, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "22026:12:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22006:32:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 1488, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1487, - "name": "SchemaRecord", - "nameLocations": [ - "22006:12:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "22006:12:1" - }, - "referencedDeclaration": 2343, - "src": "22006:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1492, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "22067:11:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22048:30:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 1491, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1490, - "name": "Attestation", - "nameLocations": [ - "22048:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "22048:11:1" - }, - "referencedDeclaration": 49, - "src": "22048:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1494, - "mutability": "mutable", - "name": "value", - "nameLocation": "22096:5:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22088:13:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1493, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "22088:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1496, - "mutability": "mutable", - "name": "isRevocation", - "nameLocation": "22116:12:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22111:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1495, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "22111:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1498, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "22146:14:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22138:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1497, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "22138:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1500, - "mutability": "mutable", - "name": "last", - "nameLocation": "22175:4:1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22170:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1499, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "22170:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "21996:189:1" - }, - "returnParameters": { - "id": 1504, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1503, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1603, - "src": "22203:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1502, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "22203:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "22202:9:1" - }, - "scope": 2019, - "src": "21968:1538:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1798, - "nodeType": "Block", - "src": "24357:1980:1", - "statements": [ - { - "assignments": [ - 1626 - ], - "declarations": [ - { - "constant": false, - "id": 1626, - "mutability": "mutable", - "name": "length", - "nameLocation": "24375:6:1", - "nodeType": "VariableDeclaration", - "scope": 1798, - "src": "24367:14:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1625, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24367:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1629, - "initialValue": { - "expression": { - "id": 1627, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1611, - "src": "24384:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "id": 1628, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24397:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "24384:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24367:36:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1632, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1630, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1626, - "src": "24417:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "31", - "id": 1631, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24427:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "24417:11:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1647, - "nodeType": "IfStatement", - "src": "24413:146:1", - "trueBody": { - "id": 1646, - "nodeType": "Block", - "src": "24430:129:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1634, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1607, - "src": "24471:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - { - "baseExpression": { - "id": 1635, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1611, - "src": "24485:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - "id": 1637, - "indexExpression": { - "hexValue": "30", - "id": 1636, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24498:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24485:15:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - { - "baseExpression": { - "id": 1638, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1614, - "src": "24502:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "id": 1640, - "indexExpression": { - "hexValue": "30", - "id": 1639, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24509:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24502:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 1641, - "name": "isRevocation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1616, - "src": "24513:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 1642, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1618, - "src": "24527:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 1643, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1620, - "src": "24543:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - }, - { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 1633, - "name": "_resolveAttestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1603, - "src": "24451:19:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_SchemaRecord_$2343_memory_ptr_$_t_struct$_Attestation_$49_memory_ptr_$_t_uint256_$_t_bool_$_t_uint256_$_t_bool_$returns$_t_uint256_$", - "typeString": "function (struct SchemaRecord memory,struct Attestation memory,uint256,bool,uint256,bool) returns (uint256)" - } - }, - "id": 1644, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24451:97:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 1624, - "id": 1645, - "nodeType": "Return", - "src": "24444:104:1" - } - ] - } - }, - { - "assignments": [ - 1650 - ], - "declarations": [ - { - "constant": false, - "id": 1650, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "24585:8:1", - "nodeType": "VariableDeclaration", - "scope": 1798, - "src": "24569:24:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 1649, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1648, - "name": "ISchemaResolver", - "nameLocations": [ - "24569:15:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "24569:15:1" - }, - "referencedDeclaration": 3834, - "src": "24569:15:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - } - ], - "id": 1653, - "initialValue": { - "expression": { - "id": 1651, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1607, - "src": "24596:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 1652, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24609:8:1", - "memberName": "resolver", - "nodeType": "MemberAccess", - "referencedDeclaration": 2338, - "src": "24596:21:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24569:48:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 1662, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 1656, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1650, - "src": "24639:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - ], - "id": 1655, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24631:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 1654, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24631:7:1", - "typeDescriptions": {} - } - }, - "id": 1657, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24631:17:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 1660, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24660:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 1659, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24652:7:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 1658, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24652:7:1", - "typeDescriptions": {} - } - }, - "id": 1661, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24652:10:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "24631:31:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1698, - "nodeType": "IfStatement", - "src": "24627:406:1", - "trueBody": { - "id": 1697, - "nodeType": "Block", - "src": "24664:369:1", - "statements": [ - { - "body": { - "id": 1686, - "nodeType": "Block", - "src": "24808:112:1", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1680, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "baseExpression": { - "id": 1676, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1614, - "src": "24830:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "id": 1678, - "indexExpression": { - "id": 1677, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1664, - "src": "24837:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24830:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1679, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24843:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "24830:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1685, - "nodeType": "IfStatement", - "src": "24826:80:1", - "trueBody": { - "id": 1684, - "nodeType": "Block", - "src": "24846:60:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1681, - "name": "NotPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 138, - "src": "24875:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1682, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24875:12:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1683, - "nodeType": "RevertStatement", - "src": "24868:19:1" - } - ] - } - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1669, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1667, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1664, - "src": "24775:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1668, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1626, - "src": "24779:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24775:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1687, - "initializationExpression": { - "assignments": [ - 1664 - ], - "declarations": [ - { - "constant": false, - "id": 1664, - "mutability": "mutable", - "name": "i", - "nameLocation": "24768:1:1", - "nodeType": "VariableDeclaration", - "scope": 1687, - "src": "24760:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1663, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24760:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1666, - "initialValue": { - "hexValue": "30", - "id": 1665, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24772:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "24760:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1674, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1670, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1664, - "src": "24787:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1672, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1664, - "src": "24804:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1671, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "24791:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1673, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24791:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "24787:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1675, - "nodeType": "ExpressionStatement", - "src": "24787:19:1" - }, - "nodeType": "ForStatement", - "src": "24755:165:1" - }, - { - "condition": { - "id": 1688, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1620, - "src": "24938:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1694, - "nodeType": "IfStatement", - "src": "24934:66:1", - "trueBody": { - "id": 1693, - "nodeType": "Block", - "src": "24944:56:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1690, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1618, - "src": "24970:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1689, - "name": "_refund", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1855, - "src": "24962:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$", - "typeString": "function (uint256)" - } - }, - "id": 1691, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24962:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1692, - "nodeType": "ExpressionStatement", - "src": "24962:23:1" - } - ] - } - }, - { - "expression": { - "hexValue": "30", - "id": 1695, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25021:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 1624, - "id": 1696, - "nodeType": "Return", - "src": "25014:8:1" - } - ] - } - }, - { - "assignments": [ - 1700 - ], - "declarations": [ - { - "constant": false, - "id": 1700, - "mutability": "mutable", - "name": "totalUsedValue", - "nameLocation": "25051:14:1", - "nodeType": "VariableDeclaration", - "scope": 1798, - "src": "25043:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1699, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25043:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1702, - "initialValue": { - "hexValue": "30", - "id": 1701, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25068:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "25043:26:1" - }, - { - "assignments": [ - 1704 - ], - "declarations": [ - { - "constant": false, - "id": 1704, - "mutability": "mutable", - "name": "isResolverPayable", - "nameLocation": "25084:17:1", - "nodeType": "VariableDeclaration", - "scope": 1798, - "src": "25079:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1703, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "25079:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 1708, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 1705, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1650, - "src": "25104:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1706, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25113:9:1", - "memberName": "isPayable", - "nodeType": "MemberAccess", - "referencedDeclaration": 3789, - "src": "25104:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_pure$__$returns$_t_bool_$", - "typeString": "function () pure external returns (bool)" - } - }, - "id": 1707, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25104:20:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25079:45:1" - }, - { - "body": { - "id": 1758, - "nodeType": "Block", - "src": "25188:724:1", - "statements": [ - { - "assignments": [ - 1723 - ], - "declarations": [ - { - "constant": false, - "id": 1723, - "mutability": "mutable", - "name": "value", - "nameLocation": "25210:5:1", - "nodeType": "VariableDeclaration", - "scope": 1758, - "src": "25202:13:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1722, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25202:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1727, - "initialValue": { - "baseExpression": { - "id": 1724, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1614, - "src": "25218:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - }, - "id": 1726, - "indexExpression": { - "id": 1725, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1710, - "src": "25225:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25218:9:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25202:25:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1730, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1728, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1723, - "src": "25340:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 1729, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25349:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "25340:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1733, - "nodeType": "IfStatement", - "src": "25336:57:1", - "trueBody": { - "id": 1732, - "nodeType": "Block", - "src": "25352:41:1", - "statements": [ - { - "id": 1731, - "nodeType": "Continue", - "src": "25370:8:1" - } - ] - } - }, - { - "condition": { - "id": 1735, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "25411:18:1", - "subExpression": { - "id": 1734, - "name": "isResolverPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1704, - "src": "25412:17:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1740, - "nodeType": "IfStatement", - "src": "25407:76:1", - "trueBody": { - "id": 1739, - "nodeType": "Block", - "src": "25431:52:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1736, - "name": "NotPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 138, - "src": "25456:10:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1737, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25456:12:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1738, - "nodeType": "RevertStatement", - "src": "25449:19:1" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1743, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1741, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1723, - "src": "25591:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 1742, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1618, - "src": "25599:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25591:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1748, - "nodeType": "IfStatement", - "src": "25587:87:1", - "trueBody": { - "id": 1747, - "nodeType": "Block", - "src": "25615:59:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1744, - "name": "InsufficientValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 116, - "src": "25640:17:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1745, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25640:19:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1746, - "nodeType": "RevertStatement", - "src": "25633:26:1" - } - ] - } - }, - { - "id": 1757, - "nodeType": "UncheckedBlock", - "src": "25795:107:1", - "statements": [ - { - "expression": { - "id": 1751, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1749, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1618, - "src": "25823:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "id": 1750, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1723, - "src": "25841:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25823:23:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1752, - "nodeType": "ExpressionStatement", - "src": "25823:23:1" - }, - { - "expression": { - "id": 1755, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1753, - "name": "totalUsedValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1700, - "src": "25864:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "id": 1754, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1723, - "src": "25882:5:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25864:23:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1756, - "nodeType": "ExpressionStatement", - "src": "25864:23:1" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1715, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1713, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1710, - "src": "25155:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1714, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1626, - "src": "25159:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25155:10:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1759, - "initializationExpression": { - "assignments": [ - 1710 - ], - "declarations": [ - { - "constant": false, - "id": 1710, - "mutability": "mutable", - "name": "i", - "nameLocation": "25148:1:1", - "nodeType": "VariableDeclaration", - "scope": 1759, - "src": "25140:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1709, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "25140:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1712, - "initialValue": { - "hexValue": "30", - "id": 1711, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25152:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "25140:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1720, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1716, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1710, - "src": "25167:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1718, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1710, - "src": "25184:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1717, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "25171:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1719, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25171:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "25167:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1721, - "nodeType": "ExpressionStatement", - "src": "25167:19:1" - }, - "nodeType": "ForStatement", - "src": "25135:777:1" - }, - { - "condition": { - "id": 1760, - "name": "isRevocation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1616, - "src": "25926:12:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "id": 1782, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "26108:68:1", - "subExpression": { - "arguments": [ - { - "id": 1779, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1611, - "src": "26155:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - { - "id": 1780, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1614, - "src": "26169:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - ], - "expression": { - "id": 1775, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1650, - "src": "26109:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26118:11:1", - "memberName": "multiAttest", - "nodeType": "MemberAccess", - "referencedDeclaration": 3811, - "src": "26109:20:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory[] memory,uint256[] memory) payable external returns (bool)" - } - }, - "id": 1778, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 1777, - "name": "totalUsedValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1700, - "src": "26138:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "26109:45:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$returns$_t_bool_$value", - "typeString": "function (struct Attestation memory[] memory,uint256[] memory) payable external returns (bool)" - } - }, - "id": 1781, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26109:67:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1787, - "nodeType": "IfStatement", - "src": "26104:127:1", - "trueBody": { - "id": 1786, - "nodeType": "Block", - "src": "26178:53:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1783, - "name": "InvalidAttestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 120, - "src": "26199:19:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1784, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26199:21:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1785, - "nodeType": "RevertStatement", - "src": "26192:28:1" - } - ] - } - }, - "id": 1788, - "nodeType": "IfStatement", - "src": "25922:309:1", - "trueBody": { - "id": 1774, - "nodeType": "Block", - "src": "25940:158:1", - "statements": [ - { - "condition": { - "id": 1768, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "25958:68:1", - "subExpression": { - "arguments": [ - { - "id": 1765, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1611, - "src": "26005:12:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - } - }, - { - "id": 1766, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1614, - "src": "26019:6:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation memory[] memory" - }, - { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - ], - "expression": { - "id": 1761, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1650, - "src": "25959:8:1", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "id": 1762, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25968:11:1", - "memberName": "multiRevoke", - "nodeType": "MemberAccess", - "referencedDeclaration": 3833, - "src": "25959:20:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$returns$_t_bool_$", - "typeString": "function (struct Attestation memory[] memory,uint256[] memory) payable external returns (bool)" - } - }, - "id": 1764, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 1763, - "name": "totalUsedValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1700, - "src": "25988:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "25959:45:1", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_$_t_array$_t_uint256_$dyn_memory_ptr_$returns$_t_bool_$value", - "typeString": "function (struct Attestation memory[] memory,uint256[] memory) payable external returns (bool)" - } - }, - "id": 1767, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25959:67:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1773, - "nodeType": "IfStatement", - "src": "25954:134:1", - "trueBody": { - "id": 1772, - "nodeType": "Block", - "src": "26028:60:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1769, - "name": "InvalidRevocations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 130, - "src": "26053:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1770, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26053:20:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1771, - "nodeType": "RevertStatement", - "src": "26046:27:1" - } - ] - } - } - ] - } - }, - { - "condition": { - "id": 1789, - "name": "last", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1620, - "src": "26245:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1795, - "nodeType": "IfStatement", - "src": "26241:58:1", - "trueBody": { - "id": 1794, - "nodeType": "Block", - "src": "26251:48:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1791, - "name": "availableValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1618, - "src": "26273:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1790, - "name": "_refund", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1855, - "src": "26265:7:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint256_$returns$__$", - "typeString": "function (uint256)" - } - }, - "id": 1792, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26265:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1793, - "nodeType": "ExpressionStatement", - "src": "26265:23:1" - } - ] - } - }, - { - "expression": { - "id": 1796, - "name": "totalUsedValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1700, - "src": "26316:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 1624, - "id": 1797, - "nodeType": "Return", - "src": "26309:21:1" - } - ] - }, - "documentation": { - "id": 1604, - "nodeType": "StructuredDocumentation", - "src": "23512:582:1", - "text": "@dev Resolves multiple attestations or revocations of existing attestations.\n @param schemaRecord The schema of the attestation.\n @param attestations The data of the attestations to make/revoke.\n @param values Explicit ETH amounts to send to the resolver.\n @param isRevocation Whether to resolve an attestation or its revocation.\n @param availableValue The total available ETH amount that can be sent to the resolver.\n @param last Whether this is the last attestations/revocations set.\n @return Returns the total sent ETH amount." - }, - "id": 1799, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_resolveAttestations", - "nameLocation": "24108:20:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1621, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1607, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "24158:12:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24138:32:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 1606, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1605, - "name": "SchemaRecord", - "nameLocations": [ - "24138:12:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "24138:12:1" - }, - "referencedDeclaration": 2343, - "src": "24138:12:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1611, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "24201:12:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24180:33:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 1609, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1608, - "name": "Attestation", - "nameLocations": [ - "24180:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "24180:11:1" - }, - "referencedDeclaration": 49, - "src": "24180:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 1610, - "nodeType": "ArrayTypeName", - "src": "24180:13:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1614, - "mutability": "mutable", - "name": "values", - "nameLocation": "24240:6:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24223:23:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 1612, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24223:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1613, - "nodeType": "ArrayTypeName", - "src": "24223:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1616, - "mutability": "mutable", - "name": "isRevocation", - "nameLocation": "24261:12:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24256:17:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1615, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "24256:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1618, - "mutability": "mutable", - "name": "availableValue", - "nameLocation": "24291:14:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24283:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1617, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24283:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1620, - "mutability": "mutable", - "name": "last", - "nameLocation": "24320:4:1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24315:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 1619, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "24315:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "24128:202:1" - }, - "returnParameters": { - "id": 1624, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1623, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1799, - "src": "24348:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1622, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "24348:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "24347:9:1" - }, - "scope": 2019, - "src": "24099:2238:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1833, - "nodeType": "Block", - "src": "26641:469:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 1813, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26735:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1814, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26747:6:1", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 32, - "src": "26735:18:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 1815, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26775:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1816, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26787:9:1", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 42, - "src": "26775:21:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 1817, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26818:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1818, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26830:8:1", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 44, - "src": "26818:20:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 1819, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26860:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1820, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26872:4:1", - "memberName": "time", - "nodeType": "MemberAccess", - "referencedDeclaration": 34, - "src": "26860:16:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 1821, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26898:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1822, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26910:14:1", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 36, - "src": "26898:26:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 1823, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26946:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1824, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26958:9:1", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 46, - "src": "26946:21:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "expression": { - "id": 1825, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "26989:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1826, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27001:6:1", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 40, - "src": "26989:18:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 1827, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1803, - "src": "27029:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation memory" - } - }, - "id": 1828, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27041:4:1", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 48, - "src": "27029:16:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 1829, - "name": "bump", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1805, - "src": "27067:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 1811, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "26697:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 1812, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "26701:12:1", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "26697:16:1", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 1830, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26697:392:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 1810, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "26670:9:1", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 1831, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26670:433:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 1809, - "id": 1832, - "nodeType": "Return", - "src": "26651:452:1" - } - ] - }, - "documentation": { - "id": 1800, - "nodeType": "StructuredDocumentation", - "src": "26343:200:1", - "text": "@dev Calculates a UID for a given attestation.\n @param attestation The input attestation.\n @param bump A bump value to use in case of a UID conflict.\n @return Attestation UID." - }, - "id": 1834, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getUID", - "nameLocation": "26557:7:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1806, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1803, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "26584:11:1", - "nodeType": "VariableDeclaration", - "scope": 1834, - "src": "26565:30:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 1802, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 1801, - "name": "Attestation", - "nameLocations": [ - "26565:11:1" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "26565:11:1" - }, - "referencedDeclaration": 49, - "src": "26565:11:1", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1805, - "mutability": "mutable", - "name": "bump", - "nameLocation": "26604:4:1", - "nodeType": "VariableDeclaration", - "scope": 1834, - "src": "26597:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 1804, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "26597:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "26564:45:1" - }, - "returnParameters": { - "id": 1809, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1808, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 1834, - "src": "26632:7:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1807, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "26632:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "26631:9:1" - }, - "scope": 2019, - "src": "26548:562:1", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1854, - "nodeType": "Block", - "src": "27314:366:1", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1842, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1840, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1837, - "src": "27328:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 1841, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27345:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "27328:18:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1853, - "nodeType": "IfStatement", - "src": "27324:350:1", - "trueBody": { - "id": 1852, - "nodeType": "Block", - "src": "27348:326:1", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 1849, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1837, - "src": "27648:14:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "arguments": [ - { - "expression": { - "id": 1845, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "27626:3:1", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 1846, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27630:6:1", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "27626:10:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 1844, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27618:8:1", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_payable_$", - "typeString": "type(address payable)" - }, - "typeName": { - "id": 1843, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "27618:8:1", - "stateMutability": "payable", - "typeDescriptions": {} - } - }, - "id": 1847, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27618:19:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "id": 1848, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27638:9:1", - "memberName": "sendValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 7773, - "src": "27618:29:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_payable_$_t_uint256_$returns$__$attached_to$_t_address_payable_$", - "typeString": "function (address payable,uint256)" - } - }, - "id": 1850, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27618:45:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1851, - "nodeType": "ExpressionStatement", - "src": "27618:45:1" - } - ] - } - } - ] - }, - "documentation": { - "id": 1835, - "nodeType": "StructuredDocumentation", - "src": "27116:144:1", - "text": "@dev Refunds remaining ETH amount to the attester.\n @param remainingValue The remaining ETH amount that was not sent to the resolver." - }, - "id": 1855, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_refund", - "nameLocation": "27274:7:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1838, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1837, - "mutability": "mutable", - "name": "remainingValue", - "nameLocation": "27290:14:1", - "nodeType": "VariableDeclaration", - "scope": 1855, - "src": "27282:22:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1836, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "27282:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "27281:24:1" - }, - "returnParameters": { - "id": 1839, - "nodeType": "ParameterList", - "parameters": [], - "src": "27314:0:1" - }, - "scope": 2019, - "src": "27265:415:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1884, - "nodeType": "Block", - "src": "27871:170:1", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1867, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "baseExpression": { - "id": 1863, - "name": "_timestamps", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 159, - "src": "27885:11:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1865, - "indexExpression": { - "id": 1864, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1858, - "src": "27897:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "27885:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1866, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27906:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "27885:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1872, - "nodeType": "IfStatement", - "src": "27881:80:1", - "trueBody": { - "id": 1871, - "nodeType": "Block", - "src": "27909:52:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1868, - "name": "AlreadyTimestamped", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 114, - "src": "27930:18:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1869, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27930:20:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1870, - "nodeType": "RevertStatement", - "src": "27923:27:1" - } - ] - } - }, - { - "expression": { - "id": 1877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1873, - "name": "_timestamps", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 159, - "src": "27971:11:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1875, - "indexExpression": { - "id": 1874, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1858, - "src": "27983:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "27971:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1876, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1860, - "src": "27991:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "27971:24:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1878, - "nodeType": "ExpressionStatement", - "src": "27971:24:1" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1880, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1858, - "src": "28023:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1881, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1860, - "src": "28029:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1879, - "name": "Timestamped", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2170, - "src": "28011:11:1", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (bytes32,uint64)" - } - }, - "id": 1882, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28011:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1883, - "nodeType": "EmitStatement", - "src": "28006:28:1" - } - ] - }, - "documentation": { - "id": 1856, - "nodeType": "StructuredDocumentation", - "src": "27686:125:1", - "text": "@dev Timestamps the specified bytes32 data.\n @param data The data to timestamp.\n @param time The timestamp." - }, - "id": 1885, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_timestamp", - "nameLocation": "27825:10:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1861, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1858, - "mutability": "mutable", - "name": "data", - "nameLocation": "27844:4:1", - "nodeType": "VariableDeclaration", - "scope": 1885, - "src": "27836:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1857, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "27836:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1860, - "mutability": "mutable", - "name": "time", - "nameLocation": "27857:4:1", - "nodeType": "VariableDeclaration", - "scope": 1885, - "src": "27850:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1859, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "27850:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "27835:27:1" - }, - "returnParameters": { - "id": 1862, - "nodeType": "ParameterList", - "parameters": [], - "src": "27871:0:1" - }, - "scope": 2019, - "src": "27816:225:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 1925, - "nodeType": "Block", - "src": "28319:291:1", - "statements": [ - { - "assignments": [ - 1898 - ], - "declarations": [ - { - "constant": false, - "id": 1898, - "mutability": "mutable", - "name": "revocations", - "nameLocation": "28379:11:1", - "nodeType": "VariableDeclaration", - "scope": 1925, - "src": "28329:61:1", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - }, - "typeName": { - "id": 1897, - "keyName": "data", - "keyNameLocation": "28345:4:1", - "keyType": { - "id": 1895, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28337:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "28329:41:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - }, - "valueName": "timestamp", - "valueNameLocation": "28360:9:1", - "valueType": { - "id": 1896, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "28353:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - }, - "visibility": "internal" - } - ], - "id": 1902, - "initialValue": { - "baseExpression": { - "id": 1899, - "name": "_revocationsOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 165, - "src": "28393:20:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_mapping$_t_bytes32_$_t_uint64_$_$", - "typeString": "mapping(address => mapping(bytes32 => uint64))" - } - }, - "id": 1901, - "indexExpression": { - "id": 1900, - "name": "revoker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1888, - "src": "28414:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "28393:29:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28329:93:1" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 1907, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "baseExpression": { - "id": 1903, - "name": "revocations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1898, - "src": "28437:11:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1905, - "indexExpression": { - "id": 1904, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1890, - "src": "28449:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "28437:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 1906, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28458:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "28437:22:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 1912, - "nodeType": "IfStatement", - "src": "28433:84:1", - "trueBody": { - "id": 1911, - "nodeType": "Block", - "src": "28461:56:1", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 1908, - "name": "AlreadyRevokedOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 112, - "src": "28482:22:1", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 1909, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28482:24:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 1910, - "nodeType": "RevertStatement", - "src": "28475:31:1" - } - ] - } - }, - { - "expression": { - "id": 1917, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1913, - "name": "revocations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1898, - "src": "28527:11:1", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_uint64_$", - "typeString": "mapping(bytes32 => uint64)" - } - }, - "id": 1915, - "indexExpression": { - "id": 1914, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1890, - "src": "28539:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "28527:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 1916, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1892, - "src": "28547:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "28527:24:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 1918, - "nodeType": "ExpressionStatement", - "src": "28527:24:1" - }, - { - "eventCall": { - "arguments": [ - { - "id": 1920, - "name": "revoker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1888, - "src": "28583:7:1", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 1921, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1890, - "src": "28592:4:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 1922, - "name": "time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1892, - "src": "28598:4:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 1919, - "name": "RevokedOffchain", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2179, - "src": "28567:15:1", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes32_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes32,uint64)" - } - }, - "id": 1923, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28567:36:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 1924, - "nodeType": "EmitStatement", - "src": "28562:41:1" - } - ] - }, - "documentation": { - "id": 1886, - "nodeType": "StructuredDocumentation", - "src": "28047:190:1", - "text": "@dev Revokes the specified bytes32 data.\n @param revoker The revoking account.\n @param data The data to revoke.\n @param time The timestamp the data was revoked with." - }, - "id": 1926, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revokeOffchain", - "nameLocation": "28251:15:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1893, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1888, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "28275:7:1", - "nodeType": "VariableDeclaration", - "scope": 1926, - "src": "28267:15:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 1887, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "28267:7:1", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1890, - "mutability": "mutable", - "name": "data", - "nameLocation": "28292:4:1", - "nodeType": "VariableDeclaration", - "scope": 1926, - "src": "28284:12:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 1889, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28284:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1892, - "mutability": "mutable", - "name": "time", - "nameLocation": "28305:4:1", - "nodeType": "VariableDeclaration", - "scope": 1926, - "src": "28298:11:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 1891, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "28298:6:1", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "28266:44:1" - }, - "returnParameters": { - "id": 1894, - "nodeType": "ParameterList", - "parameters": [], - "src": "28319:0:1" - }, - "scope": 2019, - "src": "28242:368:1", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 2017, - "nodeType": "Block", - "src": "28910:594:1", - "statements": [ - { - "assignments": [ - 1943 - ], - "declarations": [ - { - "constant": false, - "id": 1943, - "mutability": "mutable", - "name": "uids", - "nameLocation": "28937:4:1", - "nodeType": "VariableDeclaration", - "scope": 2017, - "src": "28920:21:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 1941, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28920:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1942, - "nodeType": "ArrayTypeName", - "src": "28920:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "id": 1949, - "initialValue": { - "arguments": [ - { - "id": 1947, - "name": "uidCount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1933, - "src": "28958:8:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1946, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "28944:13:1", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes32[] memory)" - }, - "typeName": { - "baseType": { - "id": 1944, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28948:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1945, - "nodeType": "ArrayTypeName", - "src": "28948:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - } - }, - "id": 1948, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28944:23:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28920:47:1" - }, - { - "assignments": [ - 1951 - ], - "declarations": [ - { - "constant": false, - "id": 1951, - "mutability": "mutable", - "name": "currentIndex", - "nameLocation": "28986:12:1", - "nodeType": "VariableDeclaration", - "scope": 2017, - "src": "28978:20:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1950, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "28978:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1953, - "initialValue": { - "hexValue": "30", - "id": 1952, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29001:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "28978:24:1" - }, - { - "assignments": [ - 1955 - ], - "declarations": [ - { - "constant": false, - "id": 1955, - "mutability": "mutable", - "name": "uidListLength", - "nameLocation": "29020:13:1", - "nodeType": "VariableDeclaration", - "scope": 2017, - "src": "29012:21:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1954, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "29012:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1958, - "initialValue": { - "expression": { - "id": 1956, - "name": "uidLists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1931, - "src": "29036:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "id": 1957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "29045:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "29036:15:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29012:39:1" - }, - { - "body": { - "id": 2013, - "nodeType": "Block", - "src": "29121:355:1", - "statements": [ - { - "assignments": [ - 1976 - ], - "declarations": [ - { - "constant": false, - "id": 1976, - "mutability": "mutable", - "name": "currentUIDs", - "nameLocation": "29152:11:1", - "nodeType": "VariableDeclaration", - "scope": 2013, - "src": "29135:28:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 1974, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "29135:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1975, - "nodeType": "ArrayTypeName", - "src": "29135:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "id": 1980, - "initialValue": { - "baseExpression": { - "id": 1977, - "name": "uidLists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1931, - "src": "29166:8:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[] memory[] memory" - } - }, - "id": 1979, - "indexExpression": { - "id": 1978, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1960, - "src": "29175:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "29166:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29135:42:1" - }, - { - "assignments": [ - 1982 - ], - "declarations": [ - { - "constant": false, - "id": 1982, - "mutability": "mutable", - "name": "currentUIDsLength", - "nameLocation": "29199:17:1", - "nodeType": "VariableDeclaration", - "scope": 2013, - "src": "29191:25:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1981, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "29191:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1985, - "initialValue": { - "expression": { - "id": 1983, - "name": "currentUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1976, - "src": "29219:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 1984, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "29231:6:1", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "29219:18:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "29191:46:1" - }, - { - "body": { - "id": 2011, - "nodeType": "Block", - "src": "29315:151:1", - "statements": [ - { - "expression": { - "id": 2005, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 1999, - "name": "uids", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1943, - "src": "29333:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 2001, - "indexExpression": { - "id": 2000, - "name": "currentIndex", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1951, - "src": "29338:12:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "29333:18:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "baseExpression": { - "id": 2002, - "name": "currentUIDs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1976, - "src": "29354:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 2004, - "indexExpression": { - "id": 2003, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1987, - "src": "29366:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "29354:14:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "29333:35:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2006, - "nodeType": "ExpressionStatement", - "src": "29333:35:1" - }, - { - "id": 2010, - "nodeType": "UncheckedBlock", - "src": "29387:65:1", - "statements": [ - { - "expression": { - "id": 2008, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "29419:14:1", - "subExpression": { - "id": 2007, - "name": "currentIndex", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1951, - "src": "29421:12:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2009, - "nodeType": "ExpressionStatement", - "src": "29419:14:1" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1992, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1990, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1987, - "src": "29271:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1991, - "name": "currentUIDsLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1982, - "src": "29275:17:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "29271:21:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2012, - "initializationExpression": { - "assignments": [ - 1987 - ], - "declarations": [ - { - "constant": false, - "id": 1987, - "mutability": "mutable", - "name": "j", - "nameLocation": "29264:1:1", - "nodeType": "VariableDeclaration", - "scope": 2012, - "src": "29256:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1986, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "29256:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1989, - "initialValue": { - "hexValue": "30", - "id": 1988, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29268:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "29256:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1997, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1993, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1987, - "src": "29294:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1995, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1987, - "src": "29311:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1994, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "29298:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1996, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29298:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "29294:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1998, - "nodeType": "ExpressionStatement", - "src": "29294:19:1" - }, - "nodeType": "ForStatement", - "src": "29251:215:1" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 1965, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 1963, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1960, - "src": "29081:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 1964, - "name": "uidListLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1955, - "src": "29085:13:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "29081:17:1", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2014, - "initializationExpression": { - "assignments": [ - 1960 - ], - "declarations": [ - { - "constant": false, - "id": 1960, - "mutability": "mutable", - "name": "i", - "nameLocation": "29074:1:1", - "nodeType": "VariableDeclaration", - "scope": 2014, - "src": "29066:9:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1959, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "29066:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 1962, - "initialValue": { - "hexValue": "30", - "id": 1961, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29078:1:1", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "29066:13:1" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 1970, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 1966, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1960, - "src": "29100:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 1968, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1960, - "src": "29117:1:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 1967, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "29104:12:1", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 1969, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29104:15:1", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "29100:19:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 1971, - "nodeType": "ExpressionStatement", - "src": "29100:19:1" - }, - "nodeType": "ForStatement", - "src": "29061:415:1" - }, - { - "expression": { - "id": 2015, - "name": "uids", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 1943, - "src": "29493:4:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "functionReturnParameters": 1938, - "id": 2016, - "nodeType": "Return", - "src": "29486:11:1" - } - ] - }, - "documentation": { - "id": 1927, - "nodeType": "StructuredDocumentation", - "src": "28616:182:1", - "text": "@dev Merges lists of UIDs.\n @param uidLists The provided lists of UIDs.\n @param uidCount Total UID count.\n @return A merged and flatten list of all the UIDs." - }, - "id": 2018, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_mergeUIDs", - "nameLocation": "28812:10:1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 1934, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1931, - "mutability": "mutable", - "name": "uidLists", - "nameLocation": "28842:8:1", - "nodeType": "VariableDeclaration", - "scope": 2018, - "src": "28823:27:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes32[][]" - }, - "typeName": { - "baseType": { - "baseType": { - "id": 1928, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28823:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1929, - "nodeType": "ArrayTypeName", - "src": "28823:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "id": 1930, - "nodeType": "ArrayTypeName", - "src": "28823:11:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_array$_t_bytes32_$dyn_storage_$dyn_storage_ptr", - "typeString": "bytes32[][]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 1933, - "mutability": "mutable", - "name": "uidCount", - "nameLocation": "28860:8:1", - "nodeType": "VariableDeclaration", - "scope": 2018, - "src": "28852:16:1", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 1932, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "28852:7:1", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "28822:47:1" - }, - "returnParameters": { - "id": 1938, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 1937, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2018, - "src": "28892:16:1", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 1935, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "28892:7:1", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 1936, - "nodeType": "ArrayTypeName", - "src": "28892:9:1", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "28891:18:1" - }, - "scope": 2019, - "src": "28803:701:1", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 2020, - "src": "976:28530:1", - "usedErrors": [ - 9, - 11, - 15, - 17, - 19, - 110, - 112, - 114, - 116, - 118, - 120, - 122, - 124, - 126, - 128, - 130, - 132, - 134, - 136, - 138, - 140, - 2614, - 7724, - 7732, - 8082, - 8084 - ], - "usedEvents": [ - 2152, - 2163, - 2170, - 2179, - 2633, - 7696 - ] - } - ], - "src": "33:29474:1" - }, - "id": 1 - }, - "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "exportedSymbols": { - "Attestation": [ - 49 - ], - "AttestationRequest": [ - 2049 - ], - "AttestationRequestData": [ - 2042 - ], - "DelegatedAttestationRequest": [ - 2063 - ], - "DelegatedRevocationRequest": [ - 2114 - ], - "IEAS": [ - 2326 - ], - "ISchemaRegistry": [ - 2379 - ], - "ISemver": [ - 2389 - ], - "MultiAttestationRequest": [ - 2071 - ], - "MultiDelegatedAttestationRequest": [ - 2087 - ], - "MultiDelegatedRevocationRequest": [ - 2138 - ], - "MultiRevocationRequest": [ - 2122 - ], - "RevocationRequest": [ - 2100 - ], - "RevocationRequestData": [ - 2093 - ], - "Signature": [ - 27 - ] - }, - "id": 2327, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2021, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:2" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "file": "./ISchemaRegistry.sol", - "id": 2023, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2327, - "sourceUnit": 2380, - "src": "58:56:2", - "symbolAliases": [ - { - "foreign": { - "id": 2022, - "name": "ISchemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2379, - "src": "67:15:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "./ISemver.sol", - "id": 2025, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2327, - "sourceUnit": 2390, - "src": "115:40:2", - "symbolAliases": [ - { - "foreign": { - "id": 2024, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2389, - "src": "124:7:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "./Common.sol", - "id": 2028, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2327, - "sourceUnit": 66, - "src": "156:54:2", - "symbolAliases": [ - { - "foreign": { - "id": 2026, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "165:11:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2027, - "name": "Signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 27, - "src": "178:9:2", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "AttestationRequestData", - "documentation": { - "id": 2029, - "nodeType": "StructuredDocumentation", - "src": "212:76:2", - "text": "@notice A struct representing the arguments of the attestation request." - }, - "id": 2042, - "members": [ - { - "constant": false, - "id": 2031, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "332:9:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "324:17:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2030, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "324:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2033, - "mutability": "mutable", - "name": "expirationTime", - "nameLocation": "391:14:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "384:21:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2032, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "384:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2035, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "475:9:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "470:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2034, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "470:4:2", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2037, - "mutability": "mutable", - "name": "refUID", - "nameLocation": "539:6:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "531:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2036, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "531:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2039, - "mutability": "mutable", - "name": "data", - "nameLocation": "596:4:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "590:10:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 2038, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "590:5:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2041, - "mutability": "mutable", - "name": "value", - "nameLocation": "642:5:2", - "nodeType": "VariableDeclaration", - "scope": 2042, - "src": "634:13:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2040, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "634:7:2", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "name": "AttestationRequestData", - "nameLocation": "295:22:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "288:466:2", - "visibility": "public" - }, - { - "canonicalName": "AttestationRequest", - "documentation": { - "id": 2043, - "nodeType": "StructuredDocumentation", - "src": "756:81:2", - "text": "@notice A struct representing the full arguments of the attestation request." - }, - "id": 2049, - "members": [ - { - "constant": false, - "id": 2045, - "mutability": "mutable", - "name": "schema", - "nameLocation": "877:6:2", - "nodeType": "VariableDeclaration", - "scope": 2049, - "src": "869:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2044, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "869:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2048, - "mutability": "mutable", - "name": "data", - "nameLocation": "952:4:2", - "nodeType": "VariableDeclaration", - "scope": 2049, - "src": "929:27:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 2047, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2046, - "name": "AttestationRequestData", - "nameLocations": [ - "929:22:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "929:22:2" - }, - "referencedDeclaration": 2042, - "src": "929:22:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - } - ], - "name": "AttestationRequest", - "nameLocation": "844:18:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "837:167:2", - "visibility": "public" - }, - { - "canonicalName": "DelegatedAttestationRequest", - "documentation": { - "id": 2050, - "nodeType": "StructuredDocumentation", - "src": "1006:96:2", - "text": "@notice A struct representing the full arguments of the full delegated attestation request." - }, - "id": 2063, - "members": [ - { - "constant": false, - "id": 2052, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1151:6:2", - "nodeType": "VariableDeclaration", - "scope": 2063, - "src": "1143:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2051, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1143:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2055, - "mutability": "mutable", - "name": "data", - "nameLocation": "1226:4:2", - "nodeType": "VariableDeclaration", - "scope": 2063, - "src": "1203:27:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 2054, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2053, - "name": "AttestationRequestData", - "nameLocations": [ - "1203:22:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "1203:22:2" - }, - "referencedDeclaration": 2042, - "src": "1203:22:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2058, - "mutability": "mutable", - "name": "signature", - "nameLocation": "1291:9:2", - "nodeType": "VariableDeclaration", - "scope": 2063, - "src": "1281:19:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2057, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2056, - "name": "Signature", - "nameLocations": [ - "1281:9:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1281:9:2" - }, - "referencedDeclaration": 27, - "src": "1281:9:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2060, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1343:8:2", - "nodeType": "VariableDeclaration", - "scope": 2063, - "src": "1335:16:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2059, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1335:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2062, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "1390:8:2", - "nodeType": "VariableDeclaration", - "scope": 2063, - "src": "1383:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2061, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1383:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedAttestationRequest", - "nameLocation": "1109:27:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "1102:341:2", - "visibility": "public" - }, - { - "canonicalName": "MultiAttestationRequest", - "documentation": { - "id": 2064, - "nodeType": "StructuredDocumentation", - "src": "1445:87:2", - "text": "@notice A struct representing the full arguments of the multi attestation request." - }, - "id": 2071, - "members": [ - { - "constant": false, - "id": 2066, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1577:6:2", - "nodeType": "VariableDeclaration", - "scope": 2071, - "src": "1569:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2065, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1569:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2070, - "mutability": "mutable", - "name": "data", - "nameLocation": "1654:4:2", - "nodeType": "VariableDeclaration", - "scope": 2071, - "src": "1629:29:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2068, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2067, - "name": "AttestationRequestData", - "nameLocations": [ - "1629:22:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "1629:22:2" - }, - "referencedDeclaration": 2042, - "src": "1629:22:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 2069, - "nodeType": "ArrayTypeName", - "src": "1629:24:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "name": "MultiAttestationRequest", - "nameLocation": "1539:23:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "1532:174:2", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedAttestationRequest", - "documentation": { - "id": 2072, - "nodeType": "StructuredDocumentation", - "src": "1708:97:2", - "text": "@notice A struct representing the full arguments of the delegated multi attestation request." - }, - "id": 2087, - "members": [ - { - "constant": false, - "id": 2074, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1859:6:2", - "nodeType": "VariableDeclaration", - "scope": 2087, - "src": "1851:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2073, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1851:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2078, - "mutability": "mutable", - "name": "data", - "nameLocation": "1936:4:2", - "nodeType": "VariableDeclaration", - "scope": 2087, - "src": "1911:29:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2076, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2075, - "name": "AttestationRequestData", - "nameLocations": [ - "1911:22:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "1911:22:2" - }, - "referencedDeclaration": 2042, - "src": "1911:22:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 2077, - "nodeType": "ArrayTypeName", - "src": "1911:24:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2082, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "2004:10:2", - "nodeType": "VariableDeclaration", - "scope": 2087, - "src": "1992:22:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 2080, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2079, - "name": "Signature", - "nameLocations": [ - "1992:9:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1992:9:2" - }, - "referencedDeclaration": 27, - "src": "1992:9:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 2081, - "nodeType": "ArrayTypeName", - "src": "1992:11:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2084, - "mutability": "mutable", - "name": "attester", - "nameLocation": "2139:8:2", - "nodeType": "VariableDeclaration", - "scope": 2087, - "src": "2131:16:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2083, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2131:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2086, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "2186:8:2", - "nodeType": "VariableDeclaration", - "scope": 2087, - "src": "2179:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2085, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2179:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedAttestationRequest", - "nameLocation": "1812:32:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "1805:434:2", - "visibility": "public" - }, - { - "canonicalName": "RevocationRequestData", - "documentation": { - "id": 2088, - "nodeType": "StructuredDocumentation", - "src": "2241:75:2", - "text": "@notice A struct representing the arguments of the revocation request." - }, - "id": 2093, - "members": [ - { - "constant": false, - "id": 2090, - "mutability": "mutable", - "name": "uid", - "nameLocation": "2359:3:2", - "nodeType": "VariableDeclaration", - "scope": 2093, - "src": "2351:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2089, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2351:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2092, - "mutability": "mutable", - "name": "value", - "nameLocation": "2417:5:2", - "nodeType": "VariableDeclaration", - "scope": 2093, - "src": "2409:13:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2091, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2409:7:2", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "name": "RevocationRequestData", - "nameLocation": "2323:21:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "2316:213:2", - "visibility": "public" - }, - { - "canonicalName": "RevocationRequest", - "documentation": { - "id": 2094, - "nodeType": "StructuredDocumentation", - "src": "2531:80:2", - "text": "@notice A struct representing the full arguments of the revocation request." - }, - "id": 2100, - "members": [ - { - "constant": false, - "id": 2096, - "mutability": "mutable", - "name": "schema", - "nameLocation": "2650:6:2", - "nodeType": "VariableDeclaration", - "scope": 2100, - "src": "2642:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2095, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2642:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2099, - "mutability": "mutable", - "name": "data", - "nameLocation": "2724:4:2", - "nodeType": "VariableDeclaration", - "scope": 2100, - "src": "2702:26:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 2098, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2097, - "name": "RevocationRequestData", - "nameLocations": [ - "2702:21:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "2702:21:2" - }, - "referencedDeclaration": 2093, - "src": "2702:21:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "name": "RevocationRequest", - "nameLocation": "2618:17:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "2611:164:2", - "visibility": "public" - }, - { - "canonicalName": "DelegatedRevocationRequest", - "documentation": { - "id": 2101, - "nodeType": "StructuredDocumentation", - "src": "2777:90:2", - "text": "@notice A struct representing the arguments of the full delegated revocation request." - }, - "id": 2114, - "members": [ - { - "constant": false, - "id": 2103, - "mutability": "mutable", - "name": "schema", - "nameLocation": "2915:6:2", - "nodeType": "VariableDeclaration", - "scope": 2114, - "src": "2907:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2102, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2907:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2106, - "mutability": "mutable", - "name": "data", - "nameLocation": "2989:4:2", - "nodeType": "VariableDeclaration", - "scope": 2114, - "src": "2967:26:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 2105, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2104, - "name": "RevocationRequestData", - "nameLocations": [ - "2967:21:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "2967:21:2" - }, - "referencedDeclaration": 2093, - "src": "2967:21:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2109, - "mutability": "mutable", - "name": "signature", - "nameLocation": "3053:9:2", - "nodeType": "VariableDeclaration", - "scope": 2114, - "src": "3043:19:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2108, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2107, - "name": "Signature", - "nameLocations": [ - "3043:9:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "3043:9:2" - }, - "referencedDeclaration": 27, - "src": "3043:9:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2111, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "3105:7:2", - "nodeType": "VariableDeclaration", - "scope": 2114, - "src": "3097:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2110, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3097:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2113, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "3150:8:2", - "nodeType": "VariableDeclaration", - "scope": 2114, - "src": "3143:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2112, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3143:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedRevocationRequest", - "nameLocation": "2874:26:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "2867:336:2", - "visibility": "public" - }, - { - "canonicalName": "MultiRevocationRequest", - "documentation": { - "id": 2115, - "nodeType": "StructuredDocumentation", - "src": "3205:86:2", - "text": "@notice A struct representing the full arguments of the multi revocation request." - }, - "id": 2122, - "members": [ - { - "constant": false, - "id": 2117, - "mutability": "mutable", - "name": "schema", - "nameLocation": "3335:6:2", - "nodeType": "VariableDeclaration", - "scope": 2122, - "src": "3327:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2116, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3327:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2121, - "mutability": "mutable", - "name": "data", - "nameLocation": "3411:4:2", - "nodeType": "VariableDeclaration", - "scope": 2122, - "src": "3387:28:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2119, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2118, - "name": "RevocationRequestData", - "nameLocations": [ - "3387:21:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "3387:21:2" - }, - "referencedDeclaration": 2093, - "src": "3387:21:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 2120, - "nodeType": "ArrayTypeName", - "src": "3387:23:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "name": "MultiRevocationRequest", - "nameLocation": "3298:22:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "3291:171:2", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedRevocationRequest", - "documentation": { - "id": 2123, - "nodeType": "StructuredDocumentation", - "src": "3464:96:2", - "text": "@notice A struct representing the full arguments of the delegated multi revocation request." - }, - "id": 2138, - "members": [ - { - "constant": false, - "id": 2125, - "mutability": "mutable", - "name": "schema", - "nameLocation": "3613:6:2", - "nodeType": "VariableDeclaration", - "scope": 2138, - "src": "3605:14:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2124, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3605:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2129, - "mutability": "mutable", - "name": "data", - "nameLocation": "3689:4:2", - "nodeType": "VariableDeclaration", - "scope": 2138, - "src": "3665:28:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2127, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2126, - "name": "RevocationRequestData", - "nameLocations": [ - "3665:21:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "3665:21:2" - }, - "referencedDeclaration": 2093, - "src": "3665:21:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 2128, - "nodeType": "ArrayTypeName", - "src": "3665:23:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2133, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "3756:10:2", - "nodeType": "VariableDeclaration", - "scope": 2138, - "src": "3744:22:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 2131, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2130, - "name": "Signature", - "nameLocations": [ - "3744:9:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "3744:9:2" - }, - "referencedDeclaration": 27, - "src": "3744:9:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 2132, - "nodeType": "ArrayTypeName", - "src": "3744:11:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2135, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "3891:7:2", - "nodeType": "VariableDeclaration", - "scope": 2138, - "src": "3883:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2134, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3883:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2137, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "3936:8:2", - "nodeType": "VariableDeclaration", - "scope": 2138, - "src": "3929:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2136, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3929:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedRevocationRequest", - "nameLocation": "3567:31:2", - "nodeType": "StructDefinition", - "scope": 2327, - "src": "3560:429:2", - "visibility": "public" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 2140, - "name": "ISemver", - "nameLocations": [ - "4083:7:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2389, - "src": "4083:7:2" - }, - "id": 2141, - "nodeType": "InheritanceSpecifier", - "src": "4083:7:2" - } - ], - "canonicalName": "IEAS", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 2139, - "nodeType": "StructuredDocumentation", - "src": "3991:74:2", - "text": "@title IEAS\n @notice EAS - Ethereum Attestation Service interface." - }, - "fullyImplemented": false, - "id": 2326, - "linearizedBaseContracts": [ - 2326, - 2389 - ], - "name": "IEAS", - "nameLocation": "4075:4:2", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 2142, - "nodeType": "StructuredDocumentation", - "src": "4097:259:2", - "text": "@notice Emitted when an attestation has been made.\n @param recipient The recipient of the attestation.\n @param attester The attesting account.\n @param uid The UID of the new attestation.\n @param schemaUID The UID of the schema." - }, - "eventSelector": "8bf46bf4cfd674fa735a3d63ec1c9ad4153f033c290341f3a588b75685141b35", - "id": 2152, - "name": "Attested", - "nameLocation": "4367:8:2", - "nodeType": "EventDefinition", - "parameters": { - "id": 2151, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2144, - "indexed": true, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "4392:9:2", - "nodeType": "VariableDeclaration", - "scope": 2152, - "src": "4376:25:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2143, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4376:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2146, - "indexed": true, - "mutability": "mutable", - "name": "attester", - "nameLocation": "4419:8:2", - "nodeType": "VariableDeclaration", - "scope": 2152, - "src": "4403:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2145, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4403:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2148, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "4437:3:2", - "nodeType": "VariableDeclaration", - "scope": 2152, - "src": "4429:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2147, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4429:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2150, - "indexed": true, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "4458:9:2", - "nodeType": "VariableDeclaration", - "scope": 2152, - "src": "4442:25:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2149, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4442:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4375:93:2" - }, - "src": "4361:108:2" - }, - { - "anonymous": false, - "documentation": { - "id": 2153, - "nodeType": "StructuredDocumentation", - "src": "4475:263:2", - "text": "@notice Emitted when an attestation has been revoked.\n @param recipient The recipient of the attestation.\n @param attester The attesting account.\n @param schemaUID The UID of the schema.\n @param uid The UID the revoked attestation." - }, - "eventSelector": "f930a6e2523c9cc298691873087a740550b8fc85a0680830414c148ed927f615", - "id": 2163, - "name": "Revoked", - "nameLocation": "4749:7:2", - "nodeType": "EventDefinition", - "parameters": { - "id": 2162, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2155, - "indexed": true, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "4773:9:2", - "nodeType": "VariableDeclaration", - "scope": 2163, - "src": "4757:25:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2154, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4757:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2157, - "indexed": true, - "mutability": "mutable", - "name": "attester", - "nameLocation": "4800:8:2", - "nodeType": "VariableDeclaration", - "scope": 2163, - "src": "4784:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2156, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4784:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2159, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "4818:3:2", - "nodeType": "VariableDeclaration", - "scope": 2163, - "src": "4810:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2158, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4810:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2161, - "indexed": true, - "mutability": "mutable", - "name": "schemaUID", - "nameLocation": "4839:9:2", - "nodeType": "VariableDeclaration", - "scope": 2163, - "src": "4823:25:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2160, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4823:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4756:93:2" - }, - "src": "4743:107:2" - }, - { - "anonymous": false, - "documentation": { - "id": 2164, - "nodeType": "StructuredDocumentation", - "src": "4856:123:2", - "text": "@notice Emitted when a data has been timestamped.\n @param data The data.\n @param timestamp The timestamp." - }, - "eventSelector": "5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f", - "id": 2170, - "name": "Timestamped", - "nameLocation": "4990:11:2", - "nodeType": "EventDefinition", - "parameters": { - "id": 2169, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2166, - "indexed": true, - "mutability": "mutable", - "name": "data", - "nameLocation": "5018:4:2", - "nodeType": "VariableDeclaration", - "scope": 2170, - "src": "5002:20:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2165, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5002:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2168, - "indexed": true, - "mutability": "mutable", - "name": "timestamp", - "nameLocation": "5039:9:2", - "nodeType": "VariableDeclaration", - "scope": 2170, - "src": "5024:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2167, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5024:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "5001:48:2" - }, - "src": "4984:66:2" - }, - { - "anonymous": false, - "documentation": { - "id": 2171, - "nodeType": "StructuredDocumentation", - "src": "5056:170:2", - "text": "@notice Emitted when a data has been revoked.\n @param revoker The address of the revoker.\n @param data The data.\n @param timestamp The timestamp." - }, - "eventSelector": "92a1f7a41a7c585a8b09e25b195e225b1d43248daca46b0faf9e0792777a2229", - "id": 2179, - "name": "RevokedOffchain", - "nameLocation": "5237:15:2", - "nodeType": "EventDefinition", - "parameters": { - "id": 2178, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2173, - "indexed": true, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "5269:7:2", - "nodeType": "VariableDeclaration", - "scope": 2179, - "src": "5253:23:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2172, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5253:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2175, - "indexed": true, - "mutability": "mutable", - "name": "data", - "nameLocation": "5294:4:2", - "nodeType": "VariableDeclaration", - "scope": 2179, - "src": "5278:20:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2174, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5278:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2177, - "indexed": true, - "mutability": "mutable", - "name": "timestamp", - "nameLocation": "5315:9:2", - "nodeType": "VariableDeclaration", - "scope": 2179, - "src": "5300:24:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2176, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5300:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "5252:73:2" - }, - "src": "5231:95:2" - }, - { - "documentation": { - "id": 2180, - "nodeType": "StructuredDocumentation", - "src": "5332:121:2", - "text": "@notice Returns the address of the global schema registry.\n @return The address of the global schema registry." - }, - "functionSelector": "f10b5cc8", - "id": 2186, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchemaRegistry", - "nameLocation": "5467:17:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2181, - "nodeType": "ParameterList", - "parameters": [], - "src": "5484:2:2" - }, - "returnParameters": { - "id": 2185, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2184, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2186, - "src": "5510:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - }, - "typeName": { - "id": 2183, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2182, - "name": "ISchemaRegistry", - "nameLocations": [ - "5510:15:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2379, - "src": "5510:15:2" - }, - "referencedDeclaration": 2379, - "src": "5510:15:2", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaRegistry_$2379", - "typeString": "contract ISchemaRegistry" - } - }, - "visibility": "internal" - } - ], - "src": "5509:17:2" - }, - "scope": 2326, - "src": "5458:69:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2187, - "nodeType": "StructuredDocumentation", - "src": "5533:665:2", - "text": "@notice Attests to a specific schema.\n @param request The arguments of the attestation request.\n @return The UID of the new attestation.\n Example:\n attest({\n schema: \"0facc36681cbe2456019c1b0d1e7bedd6d1d40f6f324bf3dd3a4cef2999200a0\",\n data: {\n recipient: \"0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf\",\n expirationTime: 0,\n revocable: true,\n refUID: \"0x0000000000000000000000000000000000000000000000000000000000000000\",\n data: \"0xF00D\",\n value: 0\n }\n })" - }, - "functionSelector": "f17325e7", - "id": 2195, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attest", - "nameLocation": "6212:6:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2191, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2190, - "mutability": "mutable", - "name": "request", - "nameLocation": "6247:7:2", - "nodeType": "VariableDeclaration", - "scope": 2195, - "src": "6219:35:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_calldata_ptr", - "typeString": "struct AttestationRequest" - }, - "typeName": { - "id": 2189, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2188, - "name": "AttestationRequest", - "nameLocations": [ - "6219:18:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2049, - "src": "6219:18:2" - }, - "referencedDeclaration": 2049, - "src": "6219:18:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_storage_ptr", - "typeString": "struct AttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "6218:37:2" - }, - "returnParameters": { - "id": 2194, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2193, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2195, - "src": "6282:7:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2192, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6282:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "6281:9:2" - }, - "scope": 2326, - "src": "6203:88:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2196, - "nodeType": "StructuredDocumentation", - "src": "6297:1004:2", - "text": "@notice Attests to a specific schema via the provided ECDSA signature.\n @param delegatedRequest The arguments of the delegated attestation request.\n @return The UID of the new attestation.\n Example:\n attestByDelegation({\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: {\n recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n expirationTime: 1673891048,\n revocable: true,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x1234',\n value: 0\n },\n signature: {\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e',\n deadline: 1673891048\n })" - }, - "functionSelector": "3c042715", - "id": 2204, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attestByDelegation", - "nameLocation": "7315:18:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2200, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2199, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "7380:16:2", - "nodeType": "VariableDeclaration", - "scope": 2204, - "src": "7343:53:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "typeString": "struct DelegatedAttestationRequest" - }, - "typeName": { - "id": 2198, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2197, - "name": "DelegatedAttestationRequest", - "nameLocations": [ - "7343:27:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2063, - "src": "7343:27:2" - }, - "referencedDeclaration": 2063, - "src": "7343:27:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_storage_ptr", - "typeString": "struct DelegatedAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "7333:69:2" - }, - "returnParameters": { - "id": 2203, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2202, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2204, - "src": "7429:7:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2201, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "7429:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "7428:9:2" - }, - "scope": 2326, - "src": "7306:132:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2205, - "nodeType": "StructuredDocumentation", - "src": "7444:1656:2", - "text": "@notice Attests to multiple schemas.\n @param multiRequests The arguments of the multi attestation requests. The requests should be grouped by distinct\n schema ids to benefit from the best batching optimization.\n @return The UIDs of the new attestations.\n Example:\n multiAttest([{\n schema: '0x33e9094830a5cba5554d1954310e4fbed2ef5f859ec1404619adea4207f391fd',\n data: [{\n recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n expirationTime: 1673891048,\n revocable: true,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x1234',\n value: 1000\n },\n {\n recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n expirationTime: 0,\n revocable: false,\n refUID: '0x480df4a039efc31b11bfdf491b383ca138b6bde160988222a2a3509c02cee174',\n data: '0x00',\n value: 0\n }],\n },\n {\n schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425',\n data: [{\n recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n expirationTime: 0,\n revocable: true,\n refUID: '0x75bf2ed8dca25a8190c50c52db136664de25b2449535839008ccfdab469b214f',\n data: '0x12345678',\n value: 0\n },\n }])" - }, - "functionSelector": "44adc90e", - "id": 2215, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttest", - "nameLocation": "9114:11:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2210, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2209, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "9161:13:2", - "nodeType": "VariableDeclaration", - "scope": 2215, - "src": "9126:48:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 2207, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2206, - "name": "MultiAttestationRequest", - "nameLocations": [ - "9126:23:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2071, - "src": "9126:23:2" - }, - "referencedDeclaration": 2071, - "src": "9126:23:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "id": 2208, - "nodeType": "ArrayTypeName", - "src": "9126:25:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_storage_$dyn_storage_ptr", - "typeString": "struct MultiAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "9125:50:2" - }, - "returnParameters": { - "id": 2214, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2213, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2215, - "src": "9202:16:2", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 2211, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "9202:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2212, - "nodeType": "ArrayTypeName", - "src": "9202:9:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "9201:18:2" - }, - "scope": 2326, - "src": "9105:115:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2216, - "nodeType": "StructuredDocumentation", - "src": "9226:1642:2", - "text": "@notice Attests to multiple schemas using via provided ECDSA signatures.\n @param multiDelegatedRequests The arguments of the delegated multi attestation requests. The requests should be\n grouped by distinct schema ids to benefit from the best batching optimization.\n @return The UIDs of the new attestations.\n Example:\n multiAttestByDelegation([{\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: [{\n recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n expirationTime: 1673891048,\n revocable: true,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x1234',\n value: 0\n },\n {\n recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n expirationTime: 0,\n revocable: false,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x00',\n value: 0\n }],\n signatures: [{\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n {\n v: 28,\n r: '0x487s...67bb',\n s: '0x12ad...2366'\n }],\n attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4',\n deadline: 1673891048\n }])" - }, - "functionSelector": "95411525", - "id": 2226, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttestByDelegation", - "nameLocation": "10882:23:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2221, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2220, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "10959:22:2", - "nodeType": "VariableDeclaration", - "scope": 2226, - "src": "10915:66:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 2218, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2217, - "name": "MultiDelegatedAttestationRequest", - "nameLocations": [ - "10915:32:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2087, - "src": "10915:32:2" - }, - "referencedDeclaration": 2087, - "src": "10915:32:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedAttestationRequest_$2087_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest" - } - }, - "id": 2219, - "nodeType": "ArrayTypeName", - "src": "10915:34:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "10905:82:2" - }, - "returnParameters": { - "id": 2225, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2224, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2226, - "src": "11014:16:2", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 2222, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "11014:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2223, - "nodeType": "ArrayTypeName", - "src": "11014:9:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "11013:18:2" - }, - "scope": 2326, - "src": "10873:159:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2227, - "nodeType": "StructuredDocumentation", - "src": "11038:450:2", - "text": "@notice Revokes an existing attestation to a specific schema.\n @param request The arguments of the revocation request.\n Example:\n revoke({\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: {\n uid: '0x101032e487642ee04ee17049f99a70590c735b8614079fc9275f9dd57c00966d',\n value: 0\n }\n })" - }, - "functionSelector": "46926267", - "id": 2233, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revoke", - "nameLocation": "11502:6:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2231, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2230, - "mutability": "mutable", - "name": "request", - "nameLocation": "11536:7:2", - "nodeType": "VariableDeclaration", - "scope": 2233, - "src": "11509:34:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_calldata_ptr", - "typeString": "struct RevocationRequest" - }, - "typeName": { - "id": 2229, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2228, - "name": "RevocationRequest", - "nameLocations": [ - "11509:17:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2100, - "src": "11509:17:2" - }, - "referencedDeclaration": 2100, - "src": "11509:17:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_storage_ptr", - "typeString": "struct RevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "11508:36:2" - }, - "returnParameters": { - "id": 2232, - "nodeType": "ParameterList", - "parameters": [], - "src": "11561:0:2" - }, - "scope": 2326, - "src": "11493:69:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2234, - "nodeType": "StructuredDocumentation", - "src": "11568:777:2", - "text": "@notice Revokes an existing attestation to a specific schema via the provided ECDSA signature.\n @param delegatedRequest The arguments of the delegated revocation request.\n Example:\n revokeByDelegation({\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: {\n uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba',\n value: 0\n },\n signature: {\n v: 27,\n r: '0xb593...7142',\n s: '0x0f5b...2cce'\n },\n revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n deadline: 1673891048\n })" - }, - "functionSelector": "a6d4dbc7", - "id": 2240, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeByDelegation", - "nameLocation": "12359:18:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2238, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2237, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "12414:16:2", - "nodeType": "VariableDeclaration", - "scope": 2240, - "src": "12378:52:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "typeString": "struct DelegatedRevocationRequest" - }, - "typeName": { - "id": 2236, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2235, - "name": "DelegatedRevocationRequest", - "nameLocations": [ - "12378:26:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2114, - "src": "12378:26:2" - }, - "referencedDeclaration": 2114, - "src": "12378:26:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_storage_ptr", - "typeString": "struct DelegatedRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "12377:54:2" - }, - "returnParameters": { - "id": 2239, - "nodeType": "ParameterList", - "parameters": [], - "src": "12448:0:2" - }, - "scope": 2326, - "src": "12350:99:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2241, - "nodeType": "StructuredDocumentation", - "src": "12455:1039:2", - "text": "@notice Revokes existing attestations to multiple schemas.\n @param multiRequests The arguments of the multi revocation requests. The requests should be grouped by distinct\n schema ids to benefit from the best batching optimization.\n Example:\n multiRevoke([{\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: [{\n uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n value: 1000\n },\n {\n uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n value: 0\n }],\n },\n {\n schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425',\n data: [{\n uid: '0x053d42abce1fd7c8fcddfae21845ad34dae287b2c326220b03ba241bc5a8f019',\n value: 0\n },\n }])" - }, - "functionSelector": "4cb7e9e5", - "id": 2248, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevoke", - "nameLocation": "13508:11:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2246, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2245, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "13554:13:2", - "nodeType": "VariableDeclaration", - "scope": 2248, - "src": "13520:47:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 2243, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2242, - "name": "MultiRevocationRequest", - "nameLocations": [ - "13520:22:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2122, - "src": "13520:22:2" - }, - "referencedDeclaration": 2122, - "src": "13520:22:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "id": 2244, - "nodeType": "ArrayTypeName", - "src": "13520:24:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_storage_$dyn_storage_ptr", - "typeString": "struct MultiRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "13519:49:2" - }, - "returnParameters": { - "id": 2247, - "nodeType": "ParameterList", - "parameters": [], - "src": "13585:0:2" - }, - "scope": 2326, - "src": "13499:87:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2249, - "nodeType": "StructuredDocumentation", - "src": "13592:1229:2", - "text": "@notice Revokes existing attestations to multiple schemas via provided ECDSA signatures.\n @param multiDelegatedRequests The arguments of the delegated multi revocation attestation requests. The requests\n should be grouped by distinct schema ids to benefit from the best batching optimization.\n Example:\n multiRevokeByDelegation([{\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: [{\n uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n value: 1000\n },\n {\n uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n value: 0\n }],\n signatures: [{\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n {\n v: 28,\n r: '0x487s...67bb',\n s: '0x12ad...2366'\n }],\n revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n deadline: 1673891048\n }])" - }, - "functionSelector": "0eabf660", - "id": 2256, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevokeByDelegation", - "nameLocation": "14835:23:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2254, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2253, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "14911:22:2", - "nodeType": "VariableDeclaration", - "scope": 2256, - "src": "14868:65:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 2251, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2250, - "name": "MultiDelegatedRevocationRequest", - "nameLocations": [ - "14868:31:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2138, - "src": "14868:31:2" - }, - "referencedDeclaration": 2138, - "src": "14868:31:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedRevocationRequest_$2138_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest" - } - }, - "id": 2252, - "nodeType": "ArrayTypeName", - "src": "14868:33:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "14858:81:2" - }, - "returnParameters": { - "id": 2255, - "nodeType": "ParameterList", - "parameters": [], - "src": "14956:0:2" - }, - "scope": 2326, - "src": "14826:131:2", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2257, - "nodeType": "StructuredDocumentation", - "src": "14963:154:2", - "text": "@notice Timestamps the specified bytes32 data.\n @param data The data to timestamp.\n @return The timestamp the data was timestamped with." - }, - "functionSelector": "4d003070", - "id": 2264, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "timestamp", - "nameLocation": "15131:9:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2260, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2259, - "mutability": "mutable", - "name": "data", - "nameLocation": "15149:4:2", - "nodeType": "VariableDeclaration", - "scope": 2264, - "src": "15141:12:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2258, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15141:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15140:14:2" - }, - "returnParameters": { - "id": 2263, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2262, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2264, - "src": "15173:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2261, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15173:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15172:8:2" - }, - "scope": 2326, - "src": "15122:59:2", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2265, - "nodeType": "StructuredDocumentation", - "src": "15187:163:2", - "text": "@notice Timestamps the specified multiple bytes32 data.\n @param data The data to timestamp.\n @return The timestamp the data was timestamped with." - }, - "functionSelector": "e71ff365", - "id": 2273, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiTimestamp", - "nameLocation": "15364:14:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2269, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2268, - "mutability": "mutable", - "name": "data", - "nameLocation": "15398:4:2", - "nodeType": "VariableDeclaration", - "scope": 2273, - "src": "15379:23:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 2266, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15379:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2267, - "nodeType": "ArrayTypeName", - "src": "15379:9:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "15378:25:2" - }, - "returnParameters": { - "id": 2272, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2271, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2273, - "src": "15422:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2270, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15422:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15421:8:2" - }, - "scope": 2326, - "src": "15355:75:2", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2274, - "nodeType": "StructuredDocumentation", - "src": "15436:147:2", - "text": "@notice Revokes the specified bytes32 data.\n @param data The data to timestamp.\n @return The timestamp the data was revoked with." - }, - "functionSelector": "cf190f34", - "id": 2281, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeOffchain", - "nameLocation": "15597:14:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2277, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2276, - "mutability": "mutable", - "name": "data", - "nameLocation": "15620:4:2", - "nodeType": "VariableDeclaration", - "scope": 2281, - "src": "15612:12:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2275, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15612:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15611:14:2" - }, - "returnParameters": { - "id": 2280, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2279, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2281, - "src": "15644:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2278, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15644:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15643:8:2" - }, - "scope": 2326, - "src": "15588:64:2", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2282, - "nodeType": "StructuredDocumentation", - "src": "15658:156:2", - "text": "@notice Revokes the specified multiple bytes32 data.\n @param data The data to timestamp.\n @return The timestamp the data was revoked with." - }, - "functionSelector": "13893f61", - "id": 2290, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevokeOffchain", - "nameLocation": "15828:19:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2286, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2285, - "mutability": "mutable", - "name": "data", - "nameLocation": "15867:4:2", - "nodeType": "VariableDeclaration", - "scope": 2290, - "src": "15848:23:2", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_calldata_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 2283, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15848:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2284, - "nodeType": "ArrayTypeName", - "src": "15848:9:2", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "15847:25:2" - }, - "returnParameters": { - "id": 2289, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2288, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2290, - "src": "15891:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2287, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15891:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15890:8:2" - }, - "scope": 2326, - "src": "15819:80:2", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2291, - "nodeType": "StructuredDocumentation", - "src": "15905:156:2", - "text": "@notice Returns an existing attestation by UID.\n @param uid The UID of the attestation to retrieve.\n @return The attestation data members." - }, - "functionSelector": "a3112a64", - "id": 2299, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getAttestation", - "nameLocation": "16075:14:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2294, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2293, - "mutability": "mutable", - "name": "uid", - "nameLocation": "16098:3:2", - "nodeType": "VariableDeclaration", - "scope": 2299, - "src": "16090:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2292, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16090:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16089:13:2" - }, - "returnParameters": { - "id": 2298, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2297, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2299, - "src": "16126:18:2", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_memory_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 2296, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2295, - "name": "Attestation", - "nameLocations": [ - "16126:11:2" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "16126:11:2" - }, - "referencedDeclaration": 49, - "src": "16126:11:2", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "16125:20:2" - }, - "scope": 2326, - "src": "16066:80:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2300, - "nodeType": "StructuredDocumentation", - "src": "16152:155:2", - "text": "@notice Checks whether an attestation exists.\n @param uid The UID of the attestation to retrieve.\n @return Whether an attestation exists." - }, - "functionSelector": "e30bb563", - "id": 2307, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isAttestationValid", - "nameLocation": "16321:18:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2303, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2302, - "mutability": "mutable", - "name": "uid", - "nameLocation": "16348:3:2", - "nodeType": "VariableDeclaration", - "scope": 2307, - "src": "16340:11:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2301, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16340:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16339:13:2" - }, - "returnParameters": { - "id": 2306, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2305, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2307, - "src": "16376:4:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2304, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "16376:4:2", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "16375:6:2" - }, - "scope": 2326, - "src": "16312:70:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2308, - "nodeType": "StructuredDocumentation", - "src": "16388:179:2", - "text": "@notice Returns the timestamp that the specified data was timestamped with.\n @param data The data to query.\n @return The timestamp the data was timestamped with." - }, - "functionSelector": "d45c4435", - "id": 2315, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTimestamp", - "nameLocation": "16581:12:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2311, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2310, - "mutability": "mutable", - "name": "data", - "nameLocation": "16602:4:2", - "nodeType": "VariableDeclaration", - "scope": 2315, - "src": "16594:12:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2309, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16594:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16593:14:2" - }, - "returnParameters": { - "id": 2314, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2313, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2315, - "src": "16631:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2312, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16631:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16630:8:2" - }, - "scope": 2326, - "src": "16572:67:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2316, - "nodeType": "StructuredDocumentation", - "src": "16645:179:2", - "text": "@notice Returns the timestamp that the specified data was timestamped with.\n @param data The data to query.\n @return The timestamp the data was timestamped with." - }, - "functionSelector": "b469318d", - "id": 2325, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRevokeOffchain", - "nameLocation": "16838:17:2", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2321, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2318, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "16864:7:2", - "nodeType": "VariableDeclaration", - "scope": 2325, - "src": "16856:15:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2317, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16856:7:2", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2320, - "mutability": "mutable", - "name": "data", - "nameLocation": "16881:4:2", - "nodeType": "VariableDeclaration", - "scope": 2325, - "src": "16873:12:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2319, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "16873:7:2", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "16855:31:2" - }, - "returnParameters": { - "id": 2324, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2323, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2325, - "src": "16910:6:2", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2322, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16910:6:2", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16909:8:2" - }, - "scope": 2326, - "src": "16829:89:2", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 2327, - "src": "4065:12855:2", - "usedErrors": [], - "usedEvents": [ - 2152, - 2163, - 2170, - 2179 - ] - } - ], - "src": "33:16888:2" - }, - "id": 2 - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "exportedSymbols": { - "ISchemaRegistry": [ - 2379 - ], - "ISchemaResolver": [ - 3834 - ], - "ISemver": [ - 2389 - ], - "SchemaRecord": [ - 2343 - ] - }, - "id": 2380, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2328, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:3" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "./ISemver.sol", - "id": 2330, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2380, - "sourceUnit": 2390, - "src": "58:40:3", - "symbolAliases": [ - { - "foreign": { - "id": 2329, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2389, - "src": "67:7:3", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "file": "./resolver/ISchemaResolver.sol", - "id": 2332, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2380, - "sourceUnit": 3835, - "src": "100:65:3", - "symbolAliases": [ - { - "foreign": { - "id": 2331, - "name": "ISchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3834, - "src": "109:15:3", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "SchemaRecord", - "documentation": { - "id": 2333, - "nodeType": "StructuredDocumentation", - "src": "167:67:3", - "text": "@notice A struct representing a record for a submitted schema." - }, - "id": 2343, - "members": [ - { - "constant": false, - "id": 2335, - "mutability": "mutable", - "name": "uid", - "nameLocation": "268:3:3", - "nodeType": "VariableDeclaration", - "scope": 2343, - "src": "260:11:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2334, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "260:7:3", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2338, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "333:8:3", - "nodeType": "VariableDeclaration", - "scope": 2343, - "src": "317:24:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 2337, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2336, - "name": "ISchemaResolver", - "nameLocations": [ - "317:15:3" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "317:15:3" - }, - "referencedDeclaration": 3834, - "src": "317:15:3", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2340, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "381:9:3", - "nodeType": "VariableDeclaration", - "scope": 2343, - "src": "376:14:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2339, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "376:4:3", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2342, - "mutability": "mutable", - "name": "schema", - "nameLocation": "456:6:3", - "nodeType": "VariableDeclaration", - "scope": 2343, - "src": "449:13:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2341, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "449:6:3", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "name": "SchemaRecord", - "nameLocation": "241:12:3", - "nodeType": "StructDefinition", - "scope": 2380, - "src": "234:285:3", - "visibility": "public" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 2345, - "name": "ISemver", - "nameLocations": [ - "680:7:3" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2389, - "src": "680:7:3" - }, - "id": 2346, - "nodeType": "InheritanceSpecifier", - "src": "680:7:3" - } - ], - "canonicalName": "ISchemaRegistry", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 2344, - "nodeType": "StructuredDocumentation", - "src": "521:130:3", - "text": "@title ISchemaRegistry\n @notice The interface of global attestation schemas for the Ethereum Attestation Service protocol." - }, - "fullyImplemented": false, - "id": 2379, - "linearizedBaseContracts": [ - 2379, - 2389 - ], - "name": "ISchemaRegistry", - "nameLocation": "661:15:3", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 2347, - "nodeType": "StructuredDocumentation", - "src": "694:213:3", - "text": "@notice Emitted when a new schema has been registered\n @param uid The schema UID.\n @param registerer The address of the account used to register the schema.\n @param schema The schema data." - }, - "eventSelector": "d0b86852e21f9e5fa4bc3b0cff9757ffe243d50c4b43968a42202153d651ea5e", - "id": 2356, - "name": "Registered", - "nameLocation": "918:10:3", - "nodeType": "EventDefinition", - "parameters": { - "id": 2355, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2349, - "indexed": true, - "mutability": "mutable", - "name": "uid", - "nameLocation": "945:3:3", - "nodeType": "VariableDeclaration", - "scope": 2356, - "src": "929:19:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2348, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "929:7:3", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2351, - "indexed": true, - "mutability": "mutable", - "name": "registerer", - "nameLocation": "966:10:3", - "nodeType": "VariableDeclaration", - "scope": 2356, - "src": "950:26:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2350, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "950:7:3", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2354, - "indexed": false, - "mutability": "mutable", - "name": "schema", - "nameLocation": "991:6:3", - "nodeType": "VariableDeclaration", - "scope": 2356, - "src": "978:19:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 2353, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2352, - "name": "SchemaRecord", - "nameLocations": [ - "978:12:3" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "978:12:3" - }, - "referencedDeclaration": 2343, - "src": "978:12:3", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "928:70:3" - }, - "src": "912:87:3" - }, - { - "documentation": { - "id": 2357, - "nodeType": "StructuredDocumentation", - "src": "1005:262:3", - "text": "@notice Submits and reserves a new schema\n @param schema The schema data schema.\n @param resolver An optional schema resolver.\n @param revocable Whether the schema allows revocations explicitly.\n @return The UID of the new schema." - }, - "functionSelector": "60d7a278", - "id": 2369, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "register", - "nameLocation": "1281:8:3", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2365, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2359, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1306:6:3", - "nodeType": "VariableDeclaration", - "scope": 2369, - "src": "1290:22:3", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2358, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1290:6:3", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2362, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "1330:8:3", - "nodeType": "VariableDeclaration", - "scope": 2369, - "src": "1314:24:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 2361, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2360, - "name": "ISchemaResolver", - "nameLocations": [ - "1314:15:3" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "1314:15:3" - }, - "referencedDeclaration": 3834, - "src": "1314:15:3", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2364, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "1345:9:3", - "nodeType": "VariableDeclaration", - "scope": 2369, - "src": "1340:14:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2363, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1340:4:3", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1289:66:3" - }, - "returnParameters": { - "id": 2368, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2367, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2369, - "src": "1374:7:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2366, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1374:7:3", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1373:9:3" - }, - "scope": 2379, - "src": "1272:111:3", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 2370, - "nodeType": "StructuredDocumentation", - "src": "1389:140:3", - "text": "@notice Returns an existing schema by UID\n @param uid The UID of the schema to retrieve.\n @return The schema data members." - }, - "functionSelector": "a2ea7c6e", - "id": 2378, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchema", - "nameLocation": "1543:9:3", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2373, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2372, - "mutability": "mutable", - "name": "uid", - "nameLocation": "1561:3:3", - "nodeType": "VariableDeclaration", - "scope": 2378, - "src": "1553:11:3", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2371, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1553:7:3", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1552:13:3" - }, - "returnParameters": { - "id": 2377, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2376, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2378, - "src": "1589:19:3", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 2375, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2374, - "name": "SchemaRecord", - "nameLocations": [ - "1589:12:3" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "1589:12:3" - }, - "referencedDeclaration": 2343, - "src": "1589:12:3", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "1588:21:3" - }, - "scope": 2379, - "src": "1534:76:3", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 2380, - "src": "651:961:3", - "usedErrors": [], - "usedEvents": [ - 2356 - ] - } - ], - "src": "33:1580:3" - }, - "id": 3 - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "exportedSymbols": { - "ISemver": [ - 2389 - ] - }, - "id": 2390, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2381, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:4" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "ISemver", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 2382, - "nodeType": "StructuredDocumentation", - "src": "58:51:4", - "text": "@title ISemver\n @notice A semver interface." - }, - "fullyImplemented": false, - "id": 2389, - "linearizedBaseContracts": [ - 2389 - ], - "name": "ISemver", - "nameLocation": "119:7:4", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 2383, - "nodeType": "StructuredDocumentation", - "src": "133:106:4", - "text": "@notice Returns the full semver contract version.\n @return Semver contract version as a string." - }, - "functionSelector": "54fd4d50", - "id": 2388, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "version", - "nameLocation": "253:7:4", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2384, - "nodeType": "ParameterList", - "parameters": [], - "src": "260:2:4" - }, - "returnParameters": { - "id": 2387, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2386, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2388, - "src": "286:13:4", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2385, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "286:6:4", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "285:15:4" - }, - "scope": 2389, - "src": "244:57:4", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 2390, - "src": "109:194:4", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "33:271:4" - }, - "id": 4 - }, - "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol", - "exportedSymbols": { - "EMPTY_UID": [ - 4 - ], - "ISchemaRegistry": [ - 2379 - ], - "ISchemaResolver": [ - 3834 - ], - "SchemaRecord": [ - 2343 - ], - "SchemaRegistry": [ - 2521 - ], - "Semver": [ - 2588 - ] - }, - "id": 2522, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2391, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "33:23:5" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "file": "./resolver/ISchemaResolver.sol", - "id": 2393, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2522, - "sourceUnit": 3835, - "src": "58:65:5", - "symbolAliases": [ - { - "foreign": { - "id": 2392, - "name": "ISchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3834, - "src": "67:15:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "./Common.sol", - "id": 2395, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2522, - "sourceUnit": 66, - "src": "125:41:5", - "symbolAliases": [ - { - "foreign": { - "id": 2394, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "134:9:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol", - "file": "./Semver.sol", - "id": 2397, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2522, - "sourceUnit": 2589, - "src": "167:38:5", - "symbolAliases": [ - { - "foreign": { - "id": 2396, - "name": "Semver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2588, - "src": "176:6:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol", - "file": "./ISchemaRegistry.sol", - "id": 2400, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2522, - "sourceUnit": 2380, - "src": "206:70:5", - "symbolAliases": [ - { - "foreign": { - "id": 2398, - "name": "ISchemaRegistry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2379, - "src": "215:15:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2399, - "name": "SchemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2343, - "src": "232:12:5", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 2402, - "name": "ISchemaRegistry", - "nameLocations": [ - "371:15:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2379, - "src": "371:15:5" - }, - "id": 2403, - "nodeType": "InheritanceSpecifier", - "src": "371:15:5" - }, - { - "baseName": { - "id": 2404, - "name": "Semver", - "nameLocations": [ - "388:6:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "388:6:5" - }, - "id": 2405, - "nodeType": "InheritanceSpecifier", - "src": "388:6:5" - } - ], - "canonicalName": "SchemaRegistry", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2401, - "nodeType": "StructuredDocumentation", - "src": "278:66:5", - "text": "@title SchemaRegistry\n @notice The global schema registry." - }, - "fullyImplemented": true, - "id": 2521, - "linearizedBaseContracts": [ - 2521, - 2588, - 2379, - 2389 - ], - "name": "SchemaRegistry", - "nameLocation": "353:14:5", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "23369fa6", - "id": 2407, - "name": "AlreadyExists", - "nameLocation": "407:13:5", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 2406, - "nodeType": "ParameterList", - "parameters": [], - "src": "420:2:5" - }, - "src": "401:22:5" - }, - { - "constant": false, - "id": 2412, - "mutability": "mutable", - "name": "_registry", - "nameLocation": "551:9:5", - "nodeType": "VariableDeclaration", - "scope": 2521, - "src": "493:67:5", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemaRecord_$2343_storage_$", - "typeString": "mapping(bytes32 => struct SchemaRecord)" - }, - "typeName": { - "id": 2411, - "keyName": "uid", - "keyNameLocation": "509:3:5", - "keyType": { - "id": 2408, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "501:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "493:49:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemaRecord_$2343_storage_$", - "typeString": "mapping(bytes32 => struct SchemaRecord)" - }, - "valueName": "schemaRecord", - "valueNameLocation": "529:12:5", - "valueType": { - "id": 2410, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2409, - "name": "SchemaRecord", - "nameLocations": [ - "516:12:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "516:12:5" - }, - "referencedDeclaration": 2343, - "src": "516:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - } - }, - "visibility": "private" - }, - { - "body": { - "id": 2421, - "nodeType": "Block", - "src": "649:2:5", - "statements": [] - }, - "documentation": { - "id": 2413, - "nodeType": "StructuredDocumentation", - "src": "567:47:5", - "text": "@dev Creates a new SchemaRegistry instance." - }, - "id": 2422, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "hexValue": "31", - "id": 2416, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "640:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - { - "hexValue": "33", - "id": 2417, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "643:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - { - "hexValue": "30", - "id": 2418, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "646:1:5", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 2419, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 2415, - "name": "Semver", - "nameLocations": [ - "633:6:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "633:6:5" - }, - "nodeType": "ModifierInvocation", - "src": "633:15:5" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2414, - "nodeType": "ParameterList", - "parameters": [], - "src": "630:2:5" - }, - "returnParameters": { - "id": 2420, - "nodeType": "ParameterList", - "parameters": [], - "src": "649:0:5" - }, - "scope": 2521, - "src": "619:32:5", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 2369 - ], - "body": { - "id": 2483, - "nodeType": "Block", - "src": "804:487:5", - "statements": [ - { - "assignments": [ - 2437 - ], - "declarations": [ - { - "constant": false, - "id": 2437, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "834:12:5", - "nodeType": "VariableDeclaration", - "scope": 2483, - "src": "814:32:5", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 2436, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2435, - "name": "SchemaRecord", - "nameLocations": [ - "814:12:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "814:12:5" - }, - "referencedDeclaration": 2343, - "src": "814:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "id": 2444, - "initialValue": { - "arguments": [ - { - "id": 2439, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "881:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 2440, - "name": "schema", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2425, - "src": "912:6:5", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string calldata" - } - }, - { - "id": 2441, - "name": "resolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2428, - "src": "942:8:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - { - "id": 2442, - "name": "revocable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2430, - "src": "975:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string calldata" - }, - { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 2438, - "name": "SchemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2343, - "src": "849:12:5", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_SchemaRecord_$2343_storage_ptr_$", - "typeString": "type(struct SchemaRecord storage pointer)" - } - }, - "id": 2443, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "876:3:5", - "904:6:5", - "932:8:5", - "964:9:5" - ], - "names": [ - "uid", - "schema", - "resolver", - "revocable" - ], - "nodeType": "FunctionCall", - "src": "849:146:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "814:181:5" - }, - { - "assignments": [ - 2446 - ], - "declarations": [ - { - "constant": false, - "id": 2446, - "mutability": "mutable", - "name": "uid", - "nameLocation": "1014:3:5", - "nodeType": "VariableDeclaration", - "scope": 2483, - "src": "1006:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2445, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1006:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 2450, - "initialValue": { - "arguments": [ - { - "id": 2448, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "1028:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - ], - "id": 2447, - "name": "_getUID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2520, - "src": "1020:7:5", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_struct$_SchemaRecord_$2343_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (struct SchemaRecord memory) pure returns (bytes32)" - } - }, - "id": 2449, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1020:21:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1006:35:5" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 2456, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "id": 2451, - "name": "_registry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2412, - "src": "1055:9:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemaRecord_$2343_storage_$", - "typeString": "mapping(bytes32 => struct SchemaRecord storage ref)" - } - }, - "id": 2453, - "indexExpression": { - "id": 2452, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2446, - "src": "1065:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1055:14:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage", - "typeString": "struct SchemaRecord storage ref" - } - }, - "id": 2454, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1070:3:5", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2335, - "src": "1055:18:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 2455, - "name": "EMPTY_UID", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4, - "src": "1077:9:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "1055:31:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2461, - "nodeType": "IfStatement", - "src": "1051:84:5", - "trueBody": { - "id": 2460, - "nodeType": "Block", - "src": "1088:47:5", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2457, - "name": "AlreadyExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2407, - "src": "1109:13:5", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2458, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1109:15:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2459, - "nodeType": "RevertStatement", - "src": "1102:22:5" - } - ] - } - }, - { - "expression": { - "id": 2466, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 2462, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "1145:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 2464, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "1158:3:5", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2335, - "src": "1145:16:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2465, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2446, - "src": "1164:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "1145:22:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 2467, - "nodeType": "ExpressionStatement", - "src": "1145:22:5" - }, - { - "expression": { - "id": 2472, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 2468, - "name": "_registry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2412, - "src": "1177:9:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemaRecord_$2343_storage_$", - "typeString": "mapping(bytes32 => struct SchemaRecord storage ref)" - } - }, - "id": 2470, - "indexExpression": { - "id": 2469, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2446, - "src": "1187:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1177:14:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage", - "typeString": "struct SchemaRecord storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2471, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "1194:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "src": "1177:29:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage", - "typeString": "struct SchemaRecord storage ref" - } - }, - "id": 2473, - "nodeType": "ExpressionStatement", - "src": "1177:29:5" - }, - { - "eventCall": { - "arguments": [ - { - "id": 2475, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2446, - "src": "1233:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2476, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1238:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2477, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1242:6:5", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "1238:10:5", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2478, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2437, - "src": "1250:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - ], - "id": 2474, - "name": "Registered", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2356, - "src": "1222:10:5", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_address_$_t_struct$_SchemaRecord_$2343_memory_ptr_$returns$__$", - "typeString": "function (bytes32,address,struct SchemaRecord memory)" - } - }, - "id": 2479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1222:41:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2480, - "nodeType": "EmitStatement", - "src": "1217:46:5" - }, - { - "expression": { - "id": 2481, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2446, - "src": "1281:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2434, - "id": 2482, - "nodeType": "Return", - "src": "1274:10:5" - } - ] - }, - "documentation": { - "id": 2423, - "nodeType": "StructuredDocumentation", - "src": "657:31:5", - "text": "@inheritdoc ISchemaRegistry" - }, - "functionSelector": "60d7a278", - "id": 2484, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "register", - "nameLocation": "702:8:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2431, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2425, - "mutability": "mutable", - "name": "schema", - "nameLocation": "727:6:5", - "nodeType": "VariableDeclaration", - "scope": 2484, - "src": "711:22:5", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2424, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "711:6:5", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2428, - "mutability": "mutable", - "name": "resolver", - "nameLocation": "751:8:5", - "nodeType": "VariableDeclaration", - "scope": 2484, - "src": "735:24:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - "typeName": { - "id": 2427, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2426, - "name": "ISchemaResolver", - "nameLocations": [ - "735:15:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "735:15:5" - }, - "referencedDeclaration": 3834, - "src": "735:15:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2430, - "mutability": "mutable", - "name": "revocable", - "nameLocation": "766:9:5", - "nodeType": "VariableDeclaration", - "scope": 2484, - "src": "761:14:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 2429, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "761:4:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "710:66:5" - }, - "returnParameters": { - "id": 2434, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2433, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2484, - "src": "795:7:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2432, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "795:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "794:9:5" - }, - "scope": 2521, - "src": "693:598:5", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 2378 - ], - "body": { - "id": 2497, - "nodeType": "Block", - "src": "1409:38:5", - "statements": [ - { - "expression": { - "baseExpression": { - "id": 2493, - "name": "_registry", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2412, - "src": "1426:9:5", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_SchemaRecord_$2343_storage_$", - "typeString": "mapping(bytes32 => struct SchemaRecord storage ref)" - } - }, - "id": 2495, - "indexExpression": { - "id": 2494, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2487, - "src": "1436:3:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1426:14:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage", - "typeString": "struct SchemaRecord storage ref" - } - }, - "functionReturnParameters": 2492, - "id": 2496, - "nodeType": "Return", - "src": "1419:21:5" - } - ] - }, - "documentation": { - "id": 2485, - "nodeType": "StructuredDocumentation", - "src": "1297:31:5", - "text": "@inheritdoc ISchemaRegistry" - }, - "functionSelector": "a2ea7c6e", - "id": 2498, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getSchema", - "nameLocation": "1342:9:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2488, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2487, - "mutability": "mutable", - "name": "uid", - "nameLocation": "1360:3:5", - "nodeType": "VariableDeclaration", - "scope": 2498, - "src": "1352:11:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2486, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1352:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1351:13:5" - }, - "returnParameters": { - "id": 2492, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2491, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2498, - "src": "1388:19:5", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 2490, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2489, - "name": "SchemaRecord", - "nameLocations": [ - "1388:12:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "1388:12:5" - }, - "referencedDeclaration": 2343, - "src": "1388:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "1387:21:5" - }, - "scope": 2521, - "src": "1333:114:5", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2519, - "nodeType": "Block", - "src": "1659:119:5", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 2510, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2502, - "src": "1703:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 2511, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1716:6:5", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2342, - "src": "1703:19:5", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "expression": { - "id": 2512, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2502, - "src": "1724:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 2513, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1737:8:5", - "memberName": "resolver", - "nodeType": "MemberAccess", - "referencedDeclaration": 2338, - "src": "1724:21:5", - "typeDescriptions": { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - } - }, - { - "expression": { - "id": 2514, - "name": "schemaRecord", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2502, - "src": "1747:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord memory" - } - }, - "id": 2515, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1760:9:5", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2340, - "src": "1747:22:5", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - }, - { - "typeIdentifier": "t_contract$_ISchemaResolver_$3834", - "typeString": "contract ISchemaResolver" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "expression": { - "id": 2508, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1686:3:5", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2509, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1690:12:5", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "1686:16:5", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2516, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1686:84:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2507, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "1676:9:5", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2517, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1676:95:5", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2506, - "id": 2518, - "nodeType": "Return", - "src": "1669:102:5" - } - ] - }, - "documentation": { - "id": 2499, - "nodeType": "StructuredDocumentation", - "src": "1453:119:5", - "text": "@dev Calculates a UID for a given schema.\n @param schemaRecord The input schema.\n @return schema UID." - }, - "id": 2520, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getUID", - "nameLocation": "1586:7:5", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2503, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2502, - "mutability": "mutable", - "name": "schemaRecord", - "nameLocation": "1614:12:5", - "nodeType": "VariableDeclaration", - "scope": 2520, - "src": "1594:32:5", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_memory_ptr", - "typeString": "struct SchemaRecord" - }, - "typeName": { - "id": 2501, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2500, - "name": "SchemaRecord", - "nameLocations": [ - "1594:12:5" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2343, - "src": "1594:12:5" - }, - "referencedDeclaration": 2343, - "src": "1594:12:5", - "typeDescriptions": { - "typeIdentifier": "t_struct$_SchemaRecord_$2343_storage_ptr", - "typeString": "struct SchemaRecord" - } - }, - "visibility": "internal" - } - ], - "src": "1593:34:5" - }, - "returnParameters": { - "id": 2506, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2505, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2520, - "src": "1650:7:5", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2504, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1650:7:5", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1649:9:5" - }, - "scope": 2521, - "src": "1577:201:5", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 2522, - "src": "344:1436:5", - "usedErrors": [ - 2407 - ], - "usedEvents": [ - 2356 - ] - } - ], - "src": "33:1748:5" - }, - "id": 5 - }, - "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol", - "exportedSymbols": { - "ISemver": [ - 2389 - ], - "Semver": [ - 2588 - ], - "Strings": [ - 8650 - ] - }, - "id": 2589, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2523, - "literals": [ - "solidity", - "^", - "0.8", - ".4" - ], - "nodeType": "PragmaDirective", - "src": "33:23:6" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Strings.sol", - "file": "@openzeppelin/contracts/utils/Strings.sol", - "id": 2525, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2589, - "sourceUnit": 8651, - "src": "58:68:6", - "symbolAliases": [ - { - "foreign": { - "id": 2524, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "67:7:6", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "./ISemver.sol", - "id": 2527, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2589, - "sourceUnit": 2390, - "src": "128:40:6", - "symbolAliases": [ - { - "foreign": { - "id": 2526, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2389, - "src": "137:7:6", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 2529, - "name": "ISemver", - "nameLocations": [ - "269:7:6" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2389, - "src": "269:7:6" - }, - "id": 2530, - "nodeType": "InheritanceSpecifier", - "src": "269:7:6" - } - ], - "canonicalName": "Semver", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2528, - "nodeType": "StructuredDocumentation", - "src": "170:80:6", - "text": "@title Semver\n @notice A simple contract for managing contract versions." - }, - "fullyImplemented": true, - "id": 2588, - "linearizedBaseContracts": [ - 2588, - 2389 - ], - "name": "Semver", - "nameLocation": "259:6:6", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": false, - "id": 2532, - "mutability": "immutable", - "name": "_major", - "nameLocation": "349:6:6", - "nodeType": "VariableDeclaration", - "scope": 2588, - "src": "323:32:6", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2531, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "323:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 2534, - "mutability": "immutable", - "name": "_minor", - "nameLocation": "428:6:6", - "nodeType": "VariableDeclaration", - "scope": 2588, - "src": "402:32:6", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2533, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "402:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 2536, - "mutability": "immutable", - "name": "_patch", - "nameLocation": "507:6:6", - "nodeType": "VariableDeclaration", - "scope": 2588, - "src": "481:32:6", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2535, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "481:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "body": { - "id": 2558, - "nodeType": "Block", - "src": "749:79:6", - "statements": [ - { - "expression": { - "id": 2548, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2546, - "name": "_major", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2532, - "src": "759:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2547, - "name": "major", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2539, - "src": "768:5:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "759:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2549, - "nodeType": "ExpressionStatement", - "src": "759:14:6" - }, - { - "expression": { - "id": 2552, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2550, - "name": "_minor", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2534, - "src": "783:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2551, - "name": "minor", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2541, - "src": "792:5:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "783:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2553, - "nodeType": "ExpressionStatement", - "src": "783:14:6" - }, - { - "expression": { - "id": 2556, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2554, - "name": "_patch", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2536, - "src": "807:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2555, - "name": "patch", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2543, - "src": "816:5:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "807:14:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2557, - "nodeType": "ExpressionStatement", - "src": "807:14:6" - } - ] - }, - "documentation": { - "id": 2537, - "nodeType": "StructuredDocumentation", - "src": "520:167:6", - "text": "@dev Create a new Semver instance.\n @param major Major version number.\n @param minor Minor version number.\n @param patch Patch version number." - }, - "id": 2559, - "implemented": true, - "kind": "constructor", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2544, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2539, - "mutability": "mutable", - "name": "major", - "nameLocation": "712:5:6", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "704:13:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2538, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "704:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2541, - "mutability": "mutable", - "name": "minor", - "nameLocation": "727:5:6", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "719:13:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2540, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "719:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2543, - "mutability": "mutable", - "name": "patch", - "nameLocation": "742:5:6", - "nodeType": "VariableDeclaration", - "scope": 2559, - "src": "734:13:6", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2542, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "734:7:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "703:45:6" - }, - "returnParameters": { - "id": 2545, - "nodeType": "ParameterList", - "parameters": [], - "src": "749:0:6" - }, - "scope": 2588, - "src": "692:136:6", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 2388 - ], - "body": { - "id": 2586, - "nodeType": "Block", - "src": "1002:178:6", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 2571, - "name": "_major", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2532, - "src": "1089:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 2569, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "1072:7:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Strings_$8650_$", - "typeString": "type(library Strings)" - } - }, - "id": 2570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1080:8:6", - "memberName": "toString", - "nodeType": "MemberAccess", - "referencedDeclaration": 8463, - "src": "1072:16:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - } - }, - "id": 2572, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1072:24:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "hexValue": "2e", - "id": 2573, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1098:3:6", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf", - "typeString": "literal_string \".\"" - }, - "value": "." - }, - { - "arguments": [ - { - "id": 2576, - "name": "_minor", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2534, - "src": "1120:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 2574, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "1103:7:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Strings_$8650_$", - "typeString": "type(library Strings)" - } - }, - "id": 2575, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1111:8:6", - "memberName": "toString", - "nodeType": "MemberAccess", - "referencedDeclaration": 8463, - "src": "1103:16:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - } - }, - "id": 2577, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1103:24:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "hexValue": "2e", - "id": 2578, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1129:3:6", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf", - "typeString": "literal_string \".\"" - }, - "value": "." - }, - { - "arguments": [ - { - "id": 2581, - "name": "_patch", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2536, - "src": "1151:6:6", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 2579, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "1134:7:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Strings_$8650_$", - "typeString": "type(library Strings)" - } - }, - "id": 2580, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1142:8:6", - "memberName": "toString", - "nodeType": "MemberAccess", - "referencedDeclaration": 8463, - "src": "1134:16:6", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - } - }, - "id": 2582, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1134:24:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - }, - { - "typeIdentifier": "t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf", - "typeString": "literal_string \".\"" - }, - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - }, - { - "typeIdentifier": "t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf", - "typeString": "literal_string \".\"" - }, - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "expression": { - "id": 2567, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1055:3:6", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2568, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1059:12:6", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "1055:16:6", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2583, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1055:104:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2566, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1031:6:6", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_string_storage_ptr_$", - "typeString": "type(string storage pointer)" - }, - "typeName": { - "id": 2565, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1031:6:6", - "typeDescriptions": {} - } - }, - "id": 2584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1031:142:6", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 2564, - "id": 2585, - "nodeType": "Return", - "src": "1012:161:6" - } - ] - }, - "documentation": { - "id": 2560, - "nodeType": "StructuredDocumentation", - "src": "834:106:6", - "text": "@notice Returns the full semver contract version.\n @return Semver contract version as a string." - }, - "functionSelector": "54fd4d50", - "id": 2587, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "version", - "nameLocation": "954:7:6", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2561, - "nodeType": "ParameterList", - "parameters": [], - "src": "961:2:6" - }, - "returnParameters": { - "id": 2564, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2563, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2587, - "src": "987:13:6", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2562, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "987:6:6", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "986:15:6" - }, - "scope": 2588, - "src": "945:235:6", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 2589, - "src": "250:932:6", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "33:1150:6" - }, - "id": 6 - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol", - "exportedSymbols": { - "Address": [ - 7969 - ], - "AttestationRequestData": [ - 2042 - ], - "DeadlineExpired": [ - 11 - ], - "DelegatedAttestationRequest": [ - 2063 - ], - "DelegatedRevocationRequest": [ - 2114 - ], - "EIP1271Verifier": [ - 2922 - ], - "EIP712": [ - 9225 - ], - "InvalidSignature": [ - 17 - ], - "NO_EXPIRATION_TIME": [ - 7 - ], - "RevocationRequestData": [ - 2093 - ], - "Signature": [ - 27 - ], - "SignatureChecker": [ - 9400 - ] - }, - "id": 2923, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2590, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "33:23:7" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", - "file": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", - "id": 2592, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2923, - "sourceUnit": 9226, - "src": "58:79:7", - "symbolAliases": [ - { - "foreign": { - "id": 2591, - "name": "EIP712", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9225, - "src": "67:6:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol", - "file": "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol", - "id": 2594, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2923, - "sourceUnit": 9401, - "src": "138:99:7", - "symbolAliases": [ - { - "foreign": { - "id": 2593, - "name": "SignatureChecker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9400, - "src": "147:16:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 2596, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2923, - "sourceUnit": 7970, - "src": "238:68:7", - "symbolAliases": [ - { - "foreign": { - "id": 2595, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "247:7:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "file": "../IEAS.sol", - "id": 2601, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2923, - "sourceUnit": 2327, - "src": "327:149:7", - "symbolAliases": [ - { - "foreign": { - "id": 2597, - "name": "AttestationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2042, - "src": "340:22:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2598, - "name": "DelegatedAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2063, - "src": "368:27:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2599, - "name": "DelegatedRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2114, - "src": "401:26:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2600, - "name": "RevocationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2093, - "src": "433:21:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "../Common.sol", - "id": 2606, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 2923, - "sourceUnit": 66, - "src": "478:97:7", - "symbolAliases": [ - { - "foreign": { - "id": 2602, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "487:15:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2603, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "504:18:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2604, - "name": "Signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 27, - "src": "524:9:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2605, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "535:16:7", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 2608, - "name": "EIP712", - "nameLocations": [ - "727:6:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9225, - "src": "727:6:7" - }, - "id": 2609, - "nodeType": "InheritanceSpecifier", - "src": "727:6:7" - } - ], - "canonicalName": "EIP1271Verifier", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 2607, - "nodeType": "StructuredDocumentation", - "src": "577:113:7", - "text": "@title EIP1271Verifier\n @notice EIP1271Verifier typed signatures verifier for EAS delegated attestations." - }, - "fullyImplemented": true, - "id": 2922, - "linearizedBaseContracts": [ - 2922, - 9225, - 7716 - ], - "name": "EIP1271Verifier", - "nameLocation": "708:15:7", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 2612, - "libraryName": { - "id": 2610, - "name": "Address", - "nameLocations": [ - "746:7:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7969, - "src": "746:7:7" - }, - "nodeType": "UsingForDirective", - "src": "740:26:7", - "typeName": { - "id": 2611, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "758:7:7", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - }, - { - "errorSelector": "756688fe", - "id": 2614, - "name": "InvalidNonce", - "nameLocation": "778:12:7", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 2613, - "nodeType": "ParameterList", - "parameters": [], - "src": "790:2:7" - }, - "src": "772:21:7" - }, - { - "constant": true, - "id": 2617, - "mutability": "constant", - "name": "ATTEST_TYPEHASH", - "nameLocation": "1105:15:7", - "nodeType": "VariableDeclaration", - "scope": 2922, - "src": "1080:109:7", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2615, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1080:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307866656232393235613032626165336461653438643432346130343337613262366163393339616139323330646463353561316137366630363564393838303736", - "id": 2616, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1123:66:7", - "typeDescriptions": { - "typeIdentifier": "t_rational_115202972399329553217561559849011525395118111591336453520694826484904257683574_by_1", - "typeString": "int_const 1152...(70 digits omitted)...3574" - }, - "value": "0xfeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076" - }, - "visibility": "private" - }, - { - "constant": true, - "id": 2620, - "mutability": "constant", - "name": "REVOKE_TYPEHASH", - "nameLocation": "1432:15:7", - "nodeType": "VariableDeclaration", - "scope": 2922, - "src": "1407:109:7", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2618, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1407:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307862356435353666303735383765633066303863663338363534356363343336326337303261303031363530633230353830303236313565653563396431653735", - "id": 2619, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1450:66:7", - "typeDescriptions": { - "typeIdentifier": "t_rational_82245564051319489498193945361642669454208219609561874227192399901364491984501_by_1", - "typeString": "int_const 8224...(69 digits omitted)...4501" - }, - "value": "0xb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e75" - }, - "visibility": "private" - }, - { - "constant": false, - "id": 2622, - "mutability": "mutable", - "name": "_name", - "nameLocation": "1591:5:7", - "nodeType": "VariableDeclaration", - "scope": 2922, - "src": "1576:20:7", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string" - }, - "typeName": { - "id": 2621, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1576:6:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 2626, - "mutability": "mutable", - "name": "_nonces", - "nameLocation": "1687:7:7", - "nodeType": "VariableDeclaration", - "scope": 2922, - "src": "1636:58:7", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - }, - "typeName": { - "id": 2625, - "keyName": "attester", - "keyNameLocation": "1652:8:7", - "keyType": { - "id": 2623, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1644:7:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "1636:42:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - }, - "valueName": "nonce", - "valueNameLocation": "1672:5:7", - "valueType": { - "id": 2624, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1664:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - }, - "visibility": "private" - }, - { - "anonymous": false, - "documentation": { - "id": 2627, - "nodeType": "StructuredDocumentation", - "src": "1701:182:7", - "text": "@notice Emitted when users invalidate nonces by increasing their nonces to (higher) new values.\n @param oldNonce The previous nonce.\n @param newNonce The new value." - }, - "eventSelector": "57b09af877df9068fd60a69d7b21f5576b8b38955812d6ae4ac52942f1e38fb7", - "id": 2633, - "name": "NonceIncreased", - "nameLocation": "1894:14:7", - "nodeType": "EventDefinition", - "parameters": { - "id": 2632, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2629, - "indexed": false, - "mutability": "mutable", - "name": "oldNonce", - "nameLocation": "1917:8:7", - "nodeType": "VariableDeclaration", - "scope": 2633, - "src": "1909:16:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2628, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1909:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2631, - "indexed": false, - "mutability": "mutable", - "name": "newNonce", - "nameLocation": "1935:8:7", - "nodeType": "VariableDeclaration", - "scope": 2633, - "src": "1927:16:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2630, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1927:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1908:36:7" - }, - "src": "1888:57:7" - }, - { - "body": { - "id": 2649, - "nodeType": "Block", - "src": "2152:29:7", - "statements": [ - { - "expression": { - "id": 2647, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 2645, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2622, - "src": "2162:5:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2646, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2636, - "src": "2170:4:7", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "src": "2162:12:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "id": 2648, - "nodeType": "ExpressionStatement", - "src": "2162:12:7" - } - ] - }, - "documentation": { - "id": 2634, - "nodeType": "StructuredDocumentation", - "src": "1951:119:7", - "text": "@dev Creates a new EIP1271Verifier instance.\n @param version The current major version of the signing domain" - }, - "id": 2650, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "id": 2641, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2636, - "src": "2137:4:7", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "id": 2642, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2638, - "src": "2143:7:7", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "id": 2643, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 2640, - "name": "EIP712", - "nameLocations": [ - "2130:6:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9225, - "src": "2130:6:7" - }, - "nodeType": "ModifierInvocation", - "src": "2130:21:7" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2639, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2636, - "mutability": "mutable", - "name": "name", - "nameLocation": "2101:4:7", - "nodeType": "VariableDeclaration", - "scope": 2650, - "src": "2087:18:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2635, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2087:6:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2638, - "mutability": "mutable", - "name": "version", - "nameLocation": "2121:7:7", - "nodeType": "VariableDeclaration", - "scope": 2650, - "src": "2107:21:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2637, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2107:6:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2086:43:7" - }, - "returnParameters": { - "id": 2644, - "nodeType": "ParameterList", - "parameters": [], - "src": "2152:0:7" - }, - "scope": 2922, - "src": "2075:106:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2659, - "nodeType": "Block", - "src": "2457:44:7", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2656, - "name": "_domainSeparatorV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9121, - "src": "2474:18:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", - "typeString": "function () view returns (bytes32)" - } - }, - "id": 2657, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2474:20:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2655, - "id": 2658, - "nodeType": "Return", - "src": "2467:27:7" - } - ] - }, - "documentation": { - "id": 2651, - "nodeType": "StructuredDocumentation", - "src": "2187:203:7", - "text": "@notice Returns the domain separator used in the encoding of the signatures for attest, and revoke.\n @return The domain separator used in the encoding of the signatures for attest, and revoke." - }, - "functionSelector": "ed24911d", - "id": 2660, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getDomainSeparator", - "nameLocation": "2404:18:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2652, - "nodeType": "ParameterList", - "parameters": [], - "src": "2422:2:7" - }, - "returnParameters": { - "id": 2655, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2654, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2660, - "src": "2448:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2653, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2448:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2447:9:7" - }, - "scope": 2922, - "src": "2395:106:7", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2672, - "nodeType": "Block", - "src": "2710:40:7", - "statements": [ - { - "expression": { - "baseExpression": { - "id": 2668, - "name": "_nonces", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2626, - "src": "2727:7:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - } - }, - "id": 2670, - "indexExpression": { - "id": 2669, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2663, - "src": "2735:7:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2727:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 2667, - "id": 2671, - "nodeType": "Return", - "src": "2720:23:7" - } - ] - }, - "documentation": { - "id": 2661, - "nodeType": "StructuredDocumentation", - "src": "2507:131:7", - "text": "@notice Returns the current nonce per-account.\n @param account The requested account.\n @return The current nonce." - }, - "functionSelector": "2d0335ab", - "id": 2673, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getNonce", - "nameLocation": "2652:8:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2664, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2663, - "mutability": "mutable", - "name": "account", - "nameLocation": "2669:7:7", - "nodeType": "VariableDeclaration", - "scope": 2673, - "src": "2661:15:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2662, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2661:7:7", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2660:17:7" - }, - "returnParameters": { - "id": 2667, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2666, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2673, - "src": "2701:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2665, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2701:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2700:9:7" - }, - "scope": 2922, - "src": "2643:107:7", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2681, - "nodeType": "Block", - "src": "2949:39:7", - "statements": [ - { - "expression": { - "id": 2679, - "name": "ATTEST_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2617, - "src": "2966:15:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2678, - "id": 2680, - "nodeType": "Return", - "src": "2959:22:7" - } - ] - }, - "documentation": { - "id": 2674, - "nodeType": "StructuredDocumentation", - "src": "2756:127:7", - "text": "@notice Returns the EIP712 type hash for the attest function.\n @return The EIP712 type hash for the attest function." - }, - "functionSelector": "12b11a17", - "id": 2682, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAttestTypeHash", - "nameLocation": "2897:17:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2675, - "nodeType": "ParameterList", - "parameters": [], - "src": "2914:2:7" - }, - "returnParameters": { - "id": 2678, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2677, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2682, - "src": "2940:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2676, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2940:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2939:9:7" - }, - "scope": 2922, - "src": "2888:100:7", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2690, - "nodeType": "Block", - "src": "3187:39:7", - "statements": [ - { - "expression": { - "id": 2688, - "name": "REVOKE_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2620, - "src": "3204:15:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 2687, - "id": 2689, - "nodeType": "Return", - "src": "3197:22:7" - } - ] - }, - "documentation": { - "id": 2683, - "nodeType": "StructuredDocumentation", - "src": "2994:127:7", - "text": "@notice Returns the EIP712 type hash for the revoke function.\n @return The EIP712 type hash for the revoke function." - }, - "functionSelector": "b83010d3", - "id": 2691, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRevokeTypeHash", - "nameLocation": "3135:17:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2684, - "nodeType": "ParameterList", - "parameters": [], - "src": "3152:2:7" - }, - "returnParameters": { - "id": 2687, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2686, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2691, - "src": "3178:7:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2685, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3178:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3177:9:7" - }, - "scope": 2922, - "src": "3126:100:7", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2699, - "nodeType": "Block", - "src": "3363:29:7", - "statements": [ - { - "expression": { - "id": 2697, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2622, - "src": "3380:5:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "functionReturnParameters": 2696, - "id": 2698, - "nodeType": "Return", - "src": "3373:12:7" - } - ] - }, - "documentation": { - "id": 2692, - "nodeType": "StructuredDocumentation", - "src": "3232:69:7", - "text": "@notice Returns the EIP712 name.\n @return The EIP712 name." - }, - "functionSelector": "17d7de7c", - "id": 2700, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getName", - "nameLocation": "3315:7:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2693, - "nodeType": "ParameterList", - "parameters": [], - "src": "3322:2:7" - }, - "returnParameters": { - "id": 2696, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2695, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2700, - "src": "3348:13:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 2694, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3348:6:7", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "3347:15:7" - }, - "scope": 2922, - "src": "3306:86:7", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2733, - "nodeType": "Block", - "src": "3609:251:7", - "statements": [ - { - "assignments": [ - 2707 - ], - "declarations": [ - { - "constant": false, - "id": 2707, - "mutability": "mutable", - "name": "oldNonce", - "nameLocation": "3627:8:7", - "nodeType": "VariableDeclaration", - "scope": 2733, - "src": "3619:16:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2706, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3619:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 2712, - "initialValue": { - "baseExpression": { - "id": 2708, - "name": "_nonces", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2626, - "src": "3638:7:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - } - }, - "id": 2711, - "indexExpression": { - "expression": { - "id": 2709, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3646:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2710, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3650:6:7", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "3646:10:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "3638:19:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3619:38:7" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 2715, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 2713, - "name": "newNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2703, - "src": "3671:8:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "id": 2714, - "name": "oldNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2707, - "src": "3683:8:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3671:20:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2720, - "nodeType": "IfStatement", - "src": "3667:72:7", - "trueBody": { - "id": 2719, - "nodeType": "Block", - "src": "3693:46:7", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2716, - "name": "InvalidNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2614, - "src": "3714:12:7", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2717, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3714:14:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2718, - "nodeType": "RevertStatement", - "src": "3707:21:7" - } - ] - } - }, - { - "expression": { - "id": 2726, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 2721, - "name": "_nonces", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2626, - "src": "3749:7:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - } - }, - "id": 2724, - "indexExpression": { - "expression": { - "id": 2722, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3757:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 2723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3761:6:7", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "3757:10:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "3749:19:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 2725, - "name": "newNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2703, - "src": "3771:8:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3749:30:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 2727, - "nodeType": "ExpressionStatement", - "src": "3749:30:7" - }, - { - "eventCall": { - "arguments": [ - { - "id": 2729, - "name": "oldNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2707, - "src": "3822:8:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 2730, - "name": "newNonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2703, - "src": "3842:8:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 2728, - "name": "NonceIncreased", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2633, - "src": "3795:14:7", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_uint256_$returns$__$", - "typeString": "function (uint256,uint256)" - } - }, - "id": 2731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [ - "3812:8:7", - "3832:8:7" - ], - "names": [ - "oldNonce", - "newNonce" - ], - "nodeType": "FunctionCall", - "src": "3795:58:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 2732, - "nodeType": "EmitStatement", - "src": "3790:63:7" - } - ] - }, - "documentation": { - "id": 2701, - "nodeType": "StructuredDocumentation", - "src": "3398:156:7", - "text": "@notice Provides users an option to invalidate nonces by increasing their nonces to (higher) new values.\n @param newNonce The (higher) new value." - }, - "functionSelector": "79f7573a", - "id": 2734, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "increaseNonce", - "nameLocation": "3568:13:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2704, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2703, - "mutability": "mutable", - "name": "newNonce", - "nameLocation": "3590:8:7", - "nodeType": "VariableDeclaration", - "scope": 2734, - "src": "3582:16:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 2702, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3582:7:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3581:18:7" - }, - "returnParameters": { - "id": 2705, - "nodeType": "ParameterList", - "parameters": [], - "src": "3609:0:7" - }, - "scope": 2922, - "src": "3559:301:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 2825, - "nodeType": "Block", - "src": "4070:1075:7", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2750, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2744, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2741, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4084:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2742, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4092:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2062, - "src": "4084:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 2743, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "4104:18:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "4084:38:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2745, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4126:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2746, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4134:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2062, - "src": "4126:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2747, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "4145:5:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 2748, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4145:7:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "4126:26:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4084:68:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2755, - "nodeType": "IfStatement", - "src": "4080:123:7", - "trueBody": { - "id": 2754, - "nodeType": "Block", - "src": "4154:49:7", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2751, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "4175:15:7", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2752, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4175:17:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2753, - "nodeType": "RevertStatement", - "src": "4168:24:7" - } - ] - } - }, - { - "assignments": [ - 2758 - ], - "declarations": [ - { - "constant": false, - "id": 2758, - "mutability": "mutable", - "name": "data", - "nameLocation": "4243:4:7", - "nodeType": "VariableDeclaration", - "scope": 2825, - "src": "4213:34:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 2757, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2756, - "name": "AttestationRequestData", - "nameLocations": [ - "4213:22:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "4213:22:7" - }, - "referencedDeclaration": 2042, - "src": "4213:22:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 2761, - "initialValue": { - "expression": { - "id": 2759, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4250:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2760, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4258:4:7", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2055, - "src": "4250:12:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4213:49:7" - }, - { - "assignments": [ - 2764 - ], - "declarations": [ - { - "constant": false, - "id": 2764, - "mutability": "mutable", - "name": "signature", - "nameLocation": "4289:9:7", - "nodeType": "VariableDeclaration", - "scope": 2825, - "src": "4272:26:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2763, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2762, - "name": "Signature", - "nameLocations": [ - "4272:9:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "4272:9:7" - }, - "referencedDeclaration": 27, - "src": "4272:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - } - ], - "id": 2767, - "initialValue": { - "expression": { - "id": 2765, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4301:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2766, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4309:9:7", - "memberName": "signature", - "nodeType": "MemberAccess", - "referencedDeclaration": 2058, - "src": "4301:17:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4272:46:7" - }, - { - "assignments": [ - 2769 - ], - "declarations": [ - { - "constant": false, - "id": 2769, - "mutability": "mutable", - "name": "hash", - "nameLocation": "4337:4:7", - "nodeType": "VariableDeclaration", - "scope": 2825, - "src": "4329:12:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2768, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4329:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 2803, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 2774, - "name": "ATTEST_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2617, - "src": "4433:15:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2775, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4470:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2776, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4478:8:7", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2060, - "src": "4470:16:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 2777, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4508:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2778, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4516:6:7", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2052, - "src": "4508:14:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2779, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4544:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2780, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4549:9:7", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 2031, - "src": "4544:14:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 2781, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4580:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2782, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4585:14:7", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 2033, - "src": "4580:19:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 2783, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4621:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2784, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4626:9:7", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2035, - "src": "4621:14:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "expression": { - "id": 2785, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4657:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2786, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4662:6:7", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 2037, - "src": "4657:11:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [ - { - "expression": { - "id": 2788, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4700:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2789, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4705:4:7", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2039, - "src": "4700:9:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2787, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "4690:9:7", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2790, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4690:20:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2791, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2758, - "src": "4732:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 2792, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4737:5:7", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2041, - "src": "4732:10:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 2797, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "4764:27:7", - "subExpression": { - "baseExpression": { - "id": 2793, - "name": "_nonces", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2626, - "src": "4764:7:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - } - }, - "id": 2796, - "indexExpression": { - "expression": { - "id": 2794, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4772:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2795, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4780:8:7", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2060, - "src": "4772:16:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "4764:25:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 2798, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4813:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2799, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4821:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2062, - "src": "4813:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "expression": { - "id": 2772, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "4401:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2773, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4405:6:7", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "4401:10:7", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2800, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4401:446:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2771, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "4374:9:7", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2801, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4374:487:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2770, - "name": "_hashTypedDataV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9158, - "src": "4344:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_bytes32_$", - "typeString": "function (bytes32) view returns (bytes32)" - } - }, - "id": 2802, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4344:527:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4329:542:7" - }, - { - "condition": { - "id": 2819, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4898:180:7", - "subExpression": { - "arguments": [ - { - "expression": { - "id": 2806, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2738, - "src": "4953:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest memory" - } - }, - "id": 2807, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4961:8:7", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2060, - "src": "4953:16:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2808, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2769, - "src": "4987:4:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [ - { - "expression": { - "id": 2811, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2764, - "src": "5026:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2812, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5036:1:7", - "memberName": "r", - "nodeType": "MemberAccess", - "referencedDeclaration": 24, - "src": "5026:11:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2813, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2764, - "src": "5039:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2814, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5049:1:7", - "memberName": "s", - "nodeType": "MemberAccess", - "referencedDeclaration": 26, - "src": "5039:11:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2815, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2764, - "src": "5052:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2816, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5062:1:7", - "memberName": "v", - "nodeType": "MemberAccess", - "referencedDeclaration": 22, - "src": "5052:11:7", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - ], - "expression": { - "id": 2809, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "5009:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2810, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5013:12:7", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "5009:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2817, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5009:55:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 2804, - "name": "SignatureChecker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9400, - "src": "4899:16:7", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SignatureChecker_$9400_$", - "typeString": "type(library SignatureChecker)" - } - }, - "id": 2805, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4916:19:7", - "memberName": "isValidSignatureNow", - "nodeType": "MemberAccess", - "referencedDeclaration": 9347, - "src": "4899:36:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bool_$", - "typeString": "function (address,bytes32,bytes memory) view returns (bool)" - } - }, - "id": 2818, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4899:179:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2824, - "nodeType": "IfStatement", - "src": "4881:258:7", - "trueBody": { - "id": 2823, - "nodeType": "Block", - "src": "5089:50:7", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2820, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "5110:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2821, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5110:18:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2822, - "nodeType": "RevertStatement", - "src": "5103:25:7" - } - ] - } - } - ] - }, - "documentation": { - "id": 2735, - "nodeType": "StructuredDocumentation", - "src": "3866:123:7", - "text": "@dev Verifies delegated attestation request.\n @param request The arguments of the delegated attestation request." - }, - "id": 2826, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_verifyAttest", - "nameLocation": "4003:13:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2739, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2738, - "mutability": "mutable", - "name": "request", - "nameLocation": "4052:7:7", - "nodeType": "VariableDeclaration", - "scope": 2826, - "src": "4017:42:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "typeString": "struct DelegatedAttestationRequest" - }, - "typeName": { - "id": 2737, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2736, - "name": "DelegatedAttestationRequest", - "nameLocations": [ - "4017:27:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2063, - "src": "4017:27:7" - }, - "referencedDeclaration": 2063, - "src": "4017:27:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedAttestationRequest_$2063_storage_ptr", - "typeString": "struct DelegatedAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "4016:44:7" - }, - "returnParameters": { - "id": 2740, - "nodeType": "ParameterList", - "parameters": [], - "src": "4070:0:7" - }, - "scope": 2922, - "src": "3994:1151:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2907, - "nodeType": "Block", - "src": "5352:913:7", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 2842, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2836, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2833, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5366:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2834, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5374:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2113, - "src": "5366:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 2835, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "5386:18:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "5366:38:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 2841, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 2837, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5408:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2838, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5416:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2113, - "src": "5408:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2839, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2921, - "src": "5427:5:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 2840, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5427:7:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "5408:26:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "5366:68:7", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2847, - "nodeType": "IfStatement", - "src": "5362:123:7", - "trueBody": { - "id": 2846, - "nodeType": "Block", - "src": "5436:49:7", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2843, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "5457:15:7", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2844, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5457:17:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2845, - "nodeType": "RevertStatement", - "src": "5450:24:7" - } - ] - } - }, - { - "assignments": [ - 2850 - ], - "declarations": [ - { - "constant": false, - "id": 2850, - "mutability": "mutable", - "name": "data", - "nameLocation": "5524:4:7", - "nodeType": "VariableDeclaration", - "scope": 2907, - "src": "5495:33:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 2849, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2848, - "name": "RevocationRequestData", - "nameLocations": [ - "5495:21:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "5495:21:7" - }, - "referencedDeclaration": 2093, - "src": "5495:21:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 2853, - "initialValue": { - "expression": { - "id": 2851, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5531:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2852, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5539:4:7", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2106, - "src": "5531:12:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5495:48:7" - }, - { - "assignments": [ - 2856 - ], - "declarations": [ - { - "constant": false, - "id": 2856, - "mutability": "mutable", - "name": "signature", - "nameLocation": "5570:9:7", - "nodeType": "VariableDeclaration", - "scope": 2907, - "src": "5553:26:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2855, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2854, - "name": "Signature", - "nameLocations": [ - "5553:9:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "5553:9:7" - }, - "referencedDeclaration": 27, - "src": "5553:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - } - ], - "id": 2859, - "initialValue": { - "expression": { - "id": 2857, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5582:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2858, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5590:9:7", - "memberName": "signature", - "nodeType": "MemberAccess", - "referencedDeclaration": 2109, - "src": "5582:17:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5553:46:7" - }, - { - "assignments": [ - 2861 - ], - "declarations": [ - { - "constant": false, - "id": 2861, - "mutability": "mutable", - "name": "hash", - "nameLocation": "5618:4:7", - "nodeType": "VariableDeclaration", - "scope": 2907, - "src": "5610:12:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2860, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5610:7:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 2885, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 2866, - "name": "REVOKE_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2620, - "src": "5714:15:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2867, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5751:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2868, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5759:7:7", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2111, - "src": "5751:15:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 2869, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5788:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2870, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5796:6:7", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2103, - "src": "5788:14:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2871, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2850, - "src": "5824:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 2872, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5829:3:7", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2090, - "src": "5824:8:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2873, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2850, - "src": "5854:4:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 2874, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5859:5:7", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2092, - "src": "5854:10:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 2879, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "5886:26:7", - "subExpression": { - "baseExpression": { - "id": 2875, - "name": "_nonces", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2626, - "src": "5886:7:7", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_uint256_$", - "typeString": "mapping(address => uint256)" - } - }, - "id": 2878, - "indexExpression": { - "expression": { - "id": 2876, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5894:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2877, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5902:7:7", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2111, - "src": "5894:15:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "5886:24:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 2880, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "5934:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2881, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5942:8:7", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2113, - "src": "5934:16:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "expression": { - "id": 2864, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "5682:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2865, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5686:6:7", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "5682:10:7", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2882, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5682:286:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 2863, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "5655:9:7", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 2883, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5655:327:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 2862, - "name": "_hashTypedDataV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9158, - "src": "5625:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_bytes32_$", - "typeString": "function (bytes32) view returns (bytes32)" - } - }, - "id": 2884, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5625:367:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5610:382:7" - }, - { - "condition": { - "id": 2901, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "6019:179:7", - "subExpression": { - "arguments": [ - { - "expression": { - "id": 2888, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2830, - "src": "6074:7:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest memory" - } - }, - "id": 2889, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6082:7:7", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2111, - "src": "6074:15:7", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 2890, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2861, - "src": "6107:4:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [ - { - "expression": { - "id": 2893, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2856, - "src": "6146:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2894, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6156:1:7", - "memberName": "r", - "nodeType": "MemberAccess", - "referencedDeclaration": 24, - "src": "6146:11:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2895, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2856, - "src": "6159:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2896, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6169:1:7", - "memberName": "s", - "nodeType": "MemberAccess", - "referencedDeclaration": 26, - "src": "6159:11:7", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 2897, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2856, - "src": "6172:9:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 2898, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6182:1:7", - "memberName": "v", - "nodeType": "MemberAccess", - "referencedDeclaration": 22, - "src": "6172:11:7", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - ], - "expression": { - "id": 2891, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "6129:3:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 2892, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6133:12:7", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "6129:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 2899, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6129:55:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 2886, - "name": "SignatureChecker", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9400, - "src": "6020:16:7", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SignatureChecker_$9400_$", - "typeString": "type(library SignatureChecker)" - } - }, - "id": 2887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6037:19:7", - "memberName": "isValidSignatureNow", - "nodeType": "MemberAccess", - "referencedDeclaration": 9347, - "src": "6020:36:7", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bool_$", - "typeString": "function (address,bytes32,bytes memory) view returns (bool)" - } - }, - "id": 2900, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6020:178:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 2906, - "nodeType": "IfStatement", - "src": "6002:257:7", - "trueBody": { - "id": 2905, - "nodeType": "Block", - "src": "6209:50:7", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 2902, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "6230:16:7", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 2903, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6230:18:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 2904, - "nodeType": "RevertStatement", - "src": "6223:25:7" - } - ] - } - } - ] - }, - "documentation": { - "id": 2827, - "nodeType": "StructuredDocumentation", - "src": "5151:121:7", - "text": "@dev Verifies delegated revocation request.\n @param request The arguments of the delegated revocation request." - }, - "id": 2908, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_verifyRevoke", - "nameLocation": "5286:13:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2831, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2830, - "mutability": "mutable", - "name": "request", - "nameLocation": "5334:7:7", - "nodeType": "VariableDeclaration", - "scope": 2908, - "src": "5300:41:7", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "typeString": "struct DelegatedRevocationRequest" - }, - "typeName": { - "id": 2829, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2828, - "name": "DelegatedRevocationRequest", - "nameLocations": [ - "5300:26:7" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2114, - "src": "5300:26:7" - }, - "referencedDeclaration": 2114, - "src": "5300:26:7", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedRevocationRequest_$2114_storage_ptr", - "typeString": "struct DelegatedRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "5299:43:7" - }, - "returnParameters": { - "id": 2832, - "nodeType": "ParameterList", - "parameters": [], - "src": "5352:0:7" - }, - "scope": 2922, - "src": "5277:988:7", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 2920, - "nodeType": "Block", - "src": "6475:47:7", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 2916, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "6499:5:7", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 2917, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6505:9:7", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "src": "6499:15:7", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 2915, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6492:6:7", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 2914, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6492:6:7", - "typeDescriptions": {} - } - }, - "id": 2918, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6492:23:7", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 2913, - "id": 2919, - "nodeType": "Return", - "src": "6485:30:7" - } - ] - }, - "documentation": { - "id": 2909, - "nodeType": "StructuredDocumentation", - "src": "6271:143:7", - "text": "@dev Returns the current's block timestamp. This method is overridden during tests and used to simulate the\n current block time." - }, - "id": 2921, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_time", - "nameLocation": "6428:5:7", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 2910, - "nodeType": "ParameterList", - "parameters": [], - "src": "6433:2:7" - }, - "returnParameters": { - "id": 2913, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 2912, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 2921, - "src": "6467:6:7", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2911, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6467:6:7", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6466:8:7" - }, - "scope": 2922, - "src": "6419:103:7", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 2923, - "src": "690:5834:7", - "usedErrors": [ - 2614, - 8082, - 8084 - ], - "usedEvents": [ - 2633, - 7696 - ] - } - ], - "src": "33:6492:7" - }, - "id": 7 - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol", - "exportedSymbols": { - "AccessDenied": [ - 9 - ], - "AttestationRequest": [ - 2049 - ], - "AttestationRequestData": [ - 2042 - ], - "DeadlineExpired": [ - 11 - ], - "DelegatedProxyAttestationRequest": [ - 2962 - ], - "DelegatedProxyRevocationRequest": [ - 2992 - ], - "ECDSA": [ - 8998 - ], - "EIP712": [ - 9225 - ], - "EIP712Proxy": [ - 3774 - ], - "IEAS": [ - 2326 - ], - "InvalidEAS": [ - 13 - ], - "InvalidLength": [ - 15 - ], - "InvalidSignature": [ - 17 - ], - "MultiAttestationRequest": [ - 2071 - ], - "MultiDelegatedProxyAttestationRequest": [ - 2978 - ], - "MultiDelegatedProxyRevocationRequest": [ - 3008 - ], - "MultiRevocationRequest": [ - 2122 - ], - "NO_EXPIRATION_TIME": [ - 7 - ], - "NotFound": [ - 19 - ], - "RevocationRequest": [ - 2100 - ], - "RevocationRequestData": [ - 2093 - ], - "Semver": [ - 2588 - ], - "Signature": [ - 27 - ], - "uncheckedInc": [ - 65 - ] - }, - "id": 3775, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 2924, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "33:23:8" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", - "file": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", - "id": 2926, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3775, - "sourceUnit": 9226, - "src": "58:79:8", - "symbolAliases": [ - { - "foreign": { - "id": 2925, - "name": "EIP712", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9225, - "src": "67:6:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", - "file": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", - "id": 2928, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3775, - "sourceUnit": 8999, - "src": "138:77:8", - "symbolAliases": [ - { - "foreign": { - "id": 2927, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "147:5:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "../../Common.sol", - "id": 2938, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3775, - "sourceUnit": 66, - "src": "236:201:8", - "symbolAliases": [ - { - "foreign": { - "id": 2929, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "249:12:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2930, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "267:15:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2931, - "name": "Signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 27, - "src": "288:9:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2932, - "name": "InvalidEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13, - "src": "303:10:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2933, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "319:13:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2934, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "338:16:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2935, - "name": "NotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 19, - "src": "360:8:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2936, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "374:18:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2937, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "398:12:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "file": "../../IEAS.sol", - "id": 2946, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3775, - "sourceUnit": 2327, - "src": "458:201:8", - "symbolAliases": [ - { - "foreign": { - "id": 2939, - "name": "AttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2049, - "src": "471:18:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2940, - "name": "AttestationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2042, - "src": "495:22:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2941, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2326, - "src": "523:4:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2942, - "name": "MultiAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2071, - "src": "533:23:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2943, - "name": "MultiRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2122, - "src": "562:22:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2944, - "name": "RevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2100, - "src": "590:17:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 2945, - "name": "RevocationRequestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2093, - "src": "613:21:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol", - "file": "../../Semver.sol", - "id": 2948, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3775, - "sourceUnit": 2589, - "src": "661:42:8", - "symbolAliases": [ - { - "foreign": { - "id": 2947, - "name": "Semver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2588, - "src": "670:6:8", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "DelegatedProxyAttestationRequest", - "documentation": { - "id": 2949, - "nodeType": "StructuredDocumentation", - "src": "705:96:8", - "text": "@notice A struct representing the full arguments of the full delegated attestation request." - }, - "id": 2962, - "members": [ - { - "constant": false, - "id": 2951, - "mutability": "mutable", - "name": "schema", - "nameLocation": "855:6:8", - "nodeType": "VariableDeclaration", - "scope": 2962, - "src": "847:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2950, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "847:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2954, - "mutability": "mutable", - "name": "data", - "nameLocation": "930:4:8", - "nodeType": "VariableDeclaration", - "scope": 2962, - "src": "907:27:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 2953, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2952, - "name": "AttestationRequestData", - "nameLocations": [ - "907:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "907:22:8" - }, - "referencedDeclaration": 2042, - "src": "907:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2957, - "mutability": "mutable", - "name": "signature", - "nameLocation": "995:9:8", - "nodeType": "VariableDeclaration", - "scope": 2962, - "src": "985:19:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2956, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2955, - "name": "Signature", - "nameLocations": [ - "985:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "985:9:8" - }, - "referencedDeclaration": 27, - "src": "985:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2959, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1048:8:8", - "nodeType": "VariableDeclaration", - "scope": 2962, - "src": "1040:16:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2958, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1040:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2961, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "1095:8:8", - "nodeType": "VariableDeclaration", - "scope": 2962, - "src": "1088:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2960, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1088:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedProxyAttestationRequest", - "nameLocation": "808:32:8", - "nodeType": "StructDefinition", - "scope": 3775, - "src": "801:347:8", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedProxyAttestationRequest", - "documentation": { - "id": 2963, - "nodeType": "StructuredDocumentation", - "src": "1150:97:8", - "text": "@notice A struct representing the full arguments of the delegated multi attestation request." - }, - "id": 2978, - "members": [ - { - "constant": false, - "id": 2965, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1306:6:8", - "nodeType": "VariableDeclaration", - "scope": 2978, - "src": "1298:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2964, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1298:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2969, - "mutability": "mutable", - "name": "data", - "nameLocation": "1383:4:8", - "nodeType": "VariableDeclaration", - "scope": 2978, - "src": "1358:29:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2967, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2966, - "name": "AttestationRequestData", - "nameLocations": [ - "1358:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "1358:22:8" - }, - "referencedDeclaration": 2042, - "src": "1358:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 2968, - "nodeType": "ArrayTypeName", - "src": "1358:24:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2973, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "1451:10:8", - "nodeType": "VariableDeclaration", - "scope": 2978, - "src": "1439:22:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 2971, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2970, - "name": "Signature", - "nameLocations": [ - "1439:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1439:9:8" - }, - "referencedDeclaration": 27, - "src": "1439:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 2972, - "nodeType": "ArrayTypeName", - "src": "1439:11:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2975, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1587:8:8", - "nodeType": "VariableDeclaration", - "scope": 2978, - "src": "1579:16:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2974, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1579:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2977, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "1634:8:8", - "nodeType": "VariableDeclaration", - "scope": 2978, - "src": "1627:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2976, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1627:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedProxyAttestationRequest", - "nameLocation": "1254:37:8", - "nodeType": "StructDefinition", - "scope": 3775, - "src": "1247:440:8", - "visibility": "public" - }, - { - "canonicalName": "DelegatedProxyRevocationRequest", - "documentation": { - "id": 2979, - "nodeType": "StructuredDocumentation", - "src": "1689:90:8", - "text": "@notice A struct representing the arguments of the full delegated revocation request." - }, - "id": 2992, - "members": [ - { - "constant": false, - "id": 2981, - "mutability": "mutable", - "name": "schema", - "nameLocation": "1832:6:8", - "nodeType": "VariableDeclaration", - "scope": 2992, - "src": "1824:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2980, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1824:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2984, - "mutability": "mutable", - "name": "data", - "nameLocation": "1906:4:8", - "nodeType": "VariableDeclaration", - "scope": 2992, - "src": "1884:26:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 2983, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2982, - "name": "RevocationRequestData", - "nameLocations": [ - "1884:21:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "1884:21:8" - }, - "referencedDeclaration": 2093, - "src": "1884:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2987, - "mutability": "mutable", - "name": "signature", - "nameLocation": "1970:9:8", - "nodeType": "VariableDeclaration", - "scope": 2992, - "src": "1960:19:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 2986, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2985, - "name": "Signature", - "nameLocations": [ - "1960:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "1960:9:8" - }, - "referencedDeclaration": 27, - "src": "1960:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2989, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "2023:7:8", - "nodeType": "VariableDeclaration", - "scope": 2992, - "src": "2015:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 2988, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2015:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2991, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "2068:8:8", - "nodeType": "VariableDeclaration", - "scope": 2992, - "src": "2061:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 2990, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2061:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "DelegatedProxyRevocationRequest", - "nameLocation": "1786:31:8", - "nodeType": "StructDefinition", - "scope": 3775, - "src": "1779:342:8", - "visibility": "public" - }, - { - "canonicalName": "MultiDelegatedProxyRevocationRequest", - "documentation": { - "id": 2993, - "nodeType": "StructuredDocumentation", - "src": "2123:96:8", - "text": "@notice A struct representing the full arguments of the delegated multi revocation request." - }, - "id": 3008, - "members": [ - { - "constant": false, - "id": 2995, - "mutability": "mutable", - "name": "schema", - "nameLocation": "2277:6:8", - "nodeType": "VariableDeclaration", - "scope": 3008, - "src": "2269:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 2994, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2269:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 2999, - "mutability": "mutable", - "name": "data", - "nameLocation": "2353:4:8", - "nodeType": "VariableDeclaration", - "scope": 3008, - "src": "2329:28:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 2997, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 2996, - "name": "RevocationRequestData", - "nameLocations": [ - "2329:21:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "2329:21:8" - }, - "referencedDeclaration": 2093, - "src": "2329:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 2998, - "nodeType": "ArrayTypeName", - "src": "2329:23:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3003, - "mutability": "mutable", - "name": "signatures", - "nameLocation": "2420:10:8", - "nodeType": "VariableDeclaration", - "scope": 3008, - "src": "2408:22:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - }, - "typeName": { - "baseType": { - "id": 3001, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3000, - "name": "Signature", - "nameLocations": [ - "2408:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "2408:9:8" - }, - "referencedDeclaration": 27, - "src": "2408:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "id": 3002, - "nodeType": "ArrayTypeName", - "src": "2408:11:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_storage_$dyn_storage_ptr", - "typeString": "struct Signature[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3005, - "mutability": "mutable", - "name": "revoker", - "nameLocation": "2556:7:8", - "nodeType": "VariableDeclaration", - "scope": 3008, - "src": "2548:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3004, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2548:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3007, - "mutability": "mutable", - "name": "deadline", - "nameLocation": "2601:8:8", - "nodeType": "VariableDeclaration", - "scope": 3008, - "src": "2594:15:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3006, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2594:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "name": "MultiDelegatedProxyRevocationRequest", - "nameLocation": "2226:36:8", - "nodeType": "StructDefinition", - "scope": 3775, - "src": "2219:435:8", - "visibility": "public" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 3010, - "name": "Semver", - "nameLocations": [ - "2957:6:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "2957:6:8" - }, - "id": 3011, - "nodeType": "InheritanceSpecifier", - "src": "2957:6:8" - }, - { - "baseName": { - "id": 3012, - "name": "EIP712", - "nameLocations": [ - "2965:6:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9225, - "src": "2965:6:8" - }, - "id": 3013, - "nodeType": "InheritanceSpecifier", - "src": "2965:6:8" - } - ], - "canonicalName": "EIP712Proxy", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 3009, - "nodeType": "StructuredDocumentation", - "src": "2656:277:8", - "text": "@title EIP712Proxy\n @notice This utility contract an be used to aggregate delegated attestations without requiring a specific order via\n nonces. The contract doesn't request nonces and implements replay protection by storing ***immalleable***\n signatures." - }, - "fullyImplemented": true, - "id": 3774, - "linearizedBaseContracts": [ - 3774, - 9225, - 7716, - 2588, - 2389 - ], - "name": "EIP712Proxy", - "nameLocation": "2942:11:8", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "cce9a824", - "id": 3015, - "name": "UsedSignature", - "nameLocation": "2984:13:8", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3014, - "nodeType": "ParameterList", - "parameters": [], - "src": "2997:2:8" - }, - "src": "2978:22:8" - }, - { - "constant": true, - "id": 3018, - "mutability": "constant", - "name": "ATTEST_PROXY_TYPEHASH", - "nameLocation": "3298:21:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "3273:115:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3016, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3273:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307865613032666662613764636234356636666336343937313464323366333135656566313265336232376639613737333564386438626634316562326231616631", - "id": 3017, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3322:66:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_105846505235730061575736254713785860283658799657679505730982033003554332678897_by_1", - "typeString": "int_const 1058...(70 digits omitted)...8897" - }, - "value": "0xea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af1" - }, - "visibility": "private" - }, - { - "constant": true, - "id": 3021, - "mutability": "constant", - "name": "REVOKE_PROXY_TYPEHASH", - "nameLocation": "3617:21:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "3592:115:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3019, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3592:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307837386136396137386331613535636466663563626639343935383062343130373738636439653464316563626536663036613766613864633234343162353764", - "id": 3020, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3641:66:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_54571904567269482807551481847184266398502938572107578504526366873797607404925_by_1", - "typeString": "int_const 5457...(69 digits omitted)...4925" - }, - "value": "0x78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d" - }, - "visibility": "private" - }, - { - "constant": false, - "id": 3024, - "mutability": "immutable", - "name": "_eas", - "nameLocation": "3769:4:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "3746:27:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 3023, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3022, - "name": "IEAS", - "nameLocations": [ - "3746:4:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "3746:4:8" - }, - "referencedDeclaration": 2326, - "src": "3746:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 3026, - "mutability": "mutable", - "name": "_name", - "nameLocation": "3848:5:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "3833:20:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string" - }, - "typeName": { - "id": 3025, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3833:6:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 3030, - "mutability": "mutable", - "name": "_attesters", - "nameLocation": "4085:10:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "4036:59:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - }, - "typeName": { - "id": 3029, - "keyName": "uid", - "keyNameLocation": "4052:3:8", - "keyType": { - "id": 3027, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4044:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "4036:40:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - }, - "valueName": "attester", - "valueNameLocation": "4067:8:8", - "valueType": { - "id": 3028, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4059:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 3034, - "mutability": "mutable", - "name": "_signatures", - "nameLocation": "4185:11:8", - "nodeType": "VariableDeclaration", - "scope": 3774, - "src": "4139:57:8", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes_memory_ptr_$_t_bool_$", - "typeString": "mapping(bytes => bool)" - }, - "typeName": { - "id": 3033, - "keyName": "signature", - "keyNameLocation": "4153:9:8", - "keyType": { - "id": 3031, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4147:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "nodeType": "Mapping", - "src": "4139:37:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes_memory_ptr_$_t_bool_$", - "typeString": "mapping(bytes => bool)" - }, - "valueName": "used", - "valueNameLocation": "4171:4:8", - "valueType": { - "id": 3032, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4166:4:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - }, - "visibility": "private" - }, - { - "body": { - "id": 3074, - "nodeType": "Block", - "src": "4461:135:8", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3060, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 3054, - "name": "eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3038, - "src": "4483:3:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - ], - "id": 3053, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4475:7:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3052, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4475:7:8", - "typeDescriptions": {} - } - }, - "id": 3055, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4475:12:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 3058, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4499:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 3057, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4491:7:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3056, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4491:7:8", - "typeDescriptions": {} - } - }, - "id": 3059, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4491:10:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "4475:26:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3065, - "nodeType": "IfStatement", - "src": "4471:76:8", - "trueBody": { - "id": 3064, - "nodeType": "Block", - "src": "4503:44:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3061, - "name": "InvalidEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13, - "src": "4524:10:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4524:12:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3063, - "nodeType": "RevertStatement", - "src": "4517:19:8" - } - ] - } - }, - { - "expression": { - "id": 3068, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3066, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "4557:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 3067, - "name": "eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3038, - "src": "4564:3:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "src": "4557:10:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3069, - "nodeType": "ExpressionStatement", - "src": "4557:10:8" - }, - { - "expression": { - "id": 3072, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3070, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3026, - "src": "4577:5:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 3071, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3040, - "src": "4585:4:8", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "src": "4577:12:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "id": 3073, - "nodeType": "ExpressionStatement", - "src": "4577:12:8" - } - ] - }, - "documentation": { - "id": 3035, - "nodeType": "StructuredDocumentation", - "src": "4203:173:8", - "text": "@dev Creates a new EIP1271Verifier instance.\n @param eas The address of the global EAS contract.\n @param name The user readable name of the signing domain." - }, - "id": 3075, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "hexValue": "31", - "id": 3043, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4430:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - { - "hexValue": "33", - "id": 3044, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4433:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - { - "hexValue": "30", - "id": 3045, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4436:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 3046, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 3042, - "name": "Semver", - "nameLocations": [ - "4423:6:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "4423:6:8" - }, - "nodeType": "ModifierInvocation", - "src": "4423:15:8" - }, - { - "arguments": [ - { - "id": 3048, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3040, - "src": "4446:4:8", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "hexValue": "312e332e30", - "id": 3049, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4452:7:8", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_6a08c3e203132c561752255a4d52ffae85bb9c5d33cb3291520dea1b84356389", - "typeString": "literal_string \"1.3.0\"" - }, - "value": "1.3.0" - } - ], - "id": 3050, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 3047, - "name": "EIP712", - "nameLocations": [ - "4439:6:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9225, - "src": "4439:6:8" - }, - "nodeType": "ModifierInvocation", - "src": "4439:21:8" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3041, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3038, - "mutability": "mutable", - "name": "eas", - "nameLocation": "4398:3:8", - "nodeType": "VariableDeclaration", - "scope": 3075, - "src": "4393:8:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 3037, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3036, - "name": "IEAS", - "nameLocations": [ - "4393:4:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "4393:4:8" - }, - "referencedDeclaration": 2326, - "src": "4393:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3040, - "mutability": "mutable", - "name": "name", - "nameLocation": "4417:4:8", - "nodeType": "VariableDeclaration", - "scope": 3075, - "src": "4403:18:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 3039, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "4403:6:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "4392:30:8" - }, - "returnParameters": { - "id": 3051, - "nodeType": "ParameterList", - "parameters": [], - "src": "4461:0:8" - }, - "scope": 3774, - "src": "4381:215:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 3084, - "nodeType": "Block", - "src": "4682:28:8", - "statements": [ - { - "expression": { - "id": 3082, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "4699:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "functionReturnParameters": 3081, - "id": 3083, - "nodeType": "Return", - "src": "4692:11:8" - } - ] - }, - "documentation": { - "id": 3076, - "nodeType": "StructuredDocumentation", - "src": "4602:28:8", - "text": "@notice Returns the EAS." - }, - "functionSelector": "65c40b9c", - "id": 3085, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getEAS", - "nameLocation": "4644:6:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3077, - "nodeType": "ParameterList", - "parameters": [], - "src": "4650:2:8" - }, - "returnParameters": { - "id": 3081, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3080, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3085, - "src": "4676:4:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 3079, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3078, - "name": "IEAS", - "nameLocations": [ - "4676:4:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "4676:4:8" - }, - "referencedDeclaration": 2326, - "src": "4676:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "4675:6:8" - }, - "scope": 3774, - "src": "4635:75:8", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3094, - "nodeType": "Block", - "src": "4886:44:8", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3091, - "name": "_domainSeparatorV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9121, - "src": "4903:18:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", - "typeString": "function () view returns (bytes32)" - } - }, - "id": 3092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4903:20:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 3090, - "id": 3093, - "nodeType": "Return", - "src": "4896:27:8" - } - ] - }, - "documentation": { - "id": 3086, - "nodeType": "StructuredDocumentation", - "src": "4716:103:8", - "text": "@notice Returns the domain separator used in the encoding of the signatures for attest, and revoke." - }, - "functionSelector": "ed24911d", - "id": 3095, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getDomainSeparator", - "nameLocation": "4833:18:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3087, - "nodeType": "ParameterList", - "parameters": [], - "src": "4851:2:8" - }, - "returnParameters": { - "id": 3090, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3089, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3095, - "src": "4877:7:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3088, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4877:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4876:9:8" - }, - "scope": 3774, - "src": "4824:106:8", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3103, - "nodeType": "Block", - "src": "5059:45:8", - "statements": [ - { - "expression": { - "id": 3101, - "name": "ATTEST_PROXY_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3018, - "src": "5076:21:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 3100, - "id": 3102, - "nodeType": "Return", - "src": "5069:28:8" - } - ] - }, - "documentation": { - "id": 3096, - "nodeType": "StructuredDocumentation", - "src": "4936:57:8", - "text": "Returns the EIP712 type hash for the attest function." - }, - "functionSelector": "12b11a17", - "id": 3104, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAttestTypeHash", - "nameLocation": "5007:17:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3097, - "nodeType": "ParameterList", - "parameters": [], - "src": "5024:2:8" - }, - "returnParameters": { - "id": 3100, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3099, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3104, - "src": "5050:7:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3098, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5050:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "5049:9:8" - }, - "scope": 3774, - "src": "4998:106:8", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3112, - "nodeType": "Block", - "src": "5233:45:8", - "statements": [ - { - "expression": { - "id": 3110, - "name": "REVOKE_PROXY_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3021, - "src": "5250:21:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 3109, - "id": 3111, - "nodeType": "Return", - "src": "5243:28:8" - } - ] - }, - "documentation": { - "id": 3105, - "nodeType": "StructuredDocumentation", - "src": "5110:57:8", - "text": "Returns the EIP712 type hash for the revoke function." - }, - "functionSelector": "b83010d3", - "id": 3113, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRevokeTypeHash", - "nameLocation": "5181:17:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3106, - "nodeType": "ParameterList", - "parameters": [], - "src": "5198:2:8" - }, - "returnParameters": { - "id": 3109, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3108, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3113, - "src": "5224:7:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3107, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5224:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "5223:9:8" - }, - "scope": 3774, - "src": "5172:106:8", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3121, - "nodeType": "Block", - "src": "5374:29:8", - "statements": [ - { - "expression": { - "id": 3119, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3026, - "src": "5391:5:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "functionReturnParameters": 3118, - "id": 3120, - "nodeType": "Return", - "src": "5384:12:8" - } - ] - }, - "documentation": { - "id": 3114, - "nodeType": "StructuredDocumentation", - "src": "5284:28:8", - "text": "Returns the EIP712 name." - }, - "functionSelector": "17d7de7c", - "id": 3122, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getName", - "nameLocation": "5326:7:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3115, - "nodeType": "ParameterList", - "parameters": [], - "src": "5333:2:8" - }, - "returnParameters": { - "id": 3118, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3117, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3122, - "src": "5359:13:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 3116, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "5359:6:8", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "5358:15:8" - }, - "scope": 3774, - "src": "5317:86:8", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3134, - "nodeType": "Block", - "src": "5521:39:8", - "statements": [ - { - "expression": { - "baseExpression": { - "id": 3130, - "name": "_attesters", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3030, - "src": "5538:10:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - } - }, - "id": 3132, - "indexExpression": { - "id": 3131, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3125, - "src": "5549:3:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "5538:15:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 3129, - "id": 3133, - "nodeType": "Return", - "src": "5531:22:8" - } - ] - }, - "documentation": { - "id": 3123, - "nodeType": "StructuredDocumentation", - "src": "5409:41:8", - "text": "Returns the attester for a given uid." - }, - "functionSelector": "10d736d5", - "id": 3135, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAttester", - "nameLocation": "5464:11:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3126, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3125, - "mutability": "mutable", - "name": "uid", - "nameLocation": "5484:3:8", - "nodeType": "VariableDeclaration", - "scope": 3135, - "src": "5476:11:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3124, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5476:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "5475:13:8" - }, - "returnParameters": { - "id": 3129, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3128, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3135, - "src": "5512:7:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3127, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5512:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "5511:9:8" - }, - "scope": 3774, - "src": "5455:105:8", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "body": { - "id": 3172, - "nodeType": "Block", - "src": "6719:287:8", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3145, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "6743:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest calldata" - } - ], - "id": 3144, - "name": "_verifyAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3621, - "src": "6729:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedProxyAttestationRequest memory)" - } - }, - "id": 3146, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6729:31:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3147, - "nodeType": "ExpressionStatement", - "src": "6729:31:8" - }, - { - "assignments": [ - 3149 - ], - "declarations": [ - { - "constant": false, - "id": 3149, - "mutability": "mutable", - "name": "uid", - "nameLocation": "6779:3:8", - "nodeType": "VariableDeclaration", - "scope": 3172, - "src": "6771:11:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3148, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6771:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 3162, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 3156, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "6859:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest calldata" - } - }, - "id": 3157, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6876:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2951, - "src": "6859:23:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3158, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "6890:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest calldata" - } - }, - "id": 3159, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6907:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2954, - "src": "6890:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - ], - "id": 3155, - "name": "AttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2049, - "src": "6830:18:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_AttestationRequest_$2049_storage_ptr_$", - "typeString": "type(struct AttestationRequest storage pointer)" - } - }, - "id": 3160, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "6851:6:8", - "6884:4:8" - ], - "names": [ - "schema", - "data" - ], - "nodeType": "FunctionCall", - "src": "6830:84:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_memory_ptr", - "typeString": "struct AttestationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_memory_ptr", - "typeString": "struct AttestationRequest memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_AttestationRequest_$2049_memory_ptr", - "typeString": "struct AttestationRequest memory" - } - ], - "expression": { - "id": 3150, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "6785:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3151, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6790:6:8", - "memberName": "attest", - "nodeType": "MemberAccess", - "referencedDeclaration": 2195, - "src": "6785:11:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_AttestationRequest_$2049_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (struct AttestationRequest memory) payable external returns (bytes32)" - } - }, - "id": 3154, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "expression": { - "id": 3152, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "6805:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3153, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6809:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "6805:9:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "6785:31:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_AttestationRequest_$2049_memory_ptr_$returns$_t_bytes32_$value", - "typeString": "function (struct AttestationRequest memory) payable external returns (bytes32)" - } - }, - "id": 3161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6785:139:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6771:153:8" - }, - { - "expression": { - "id": 3168, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 3163, - "name": "_attesters", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3030, - "src": "6935:10:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - } - }, - "id": 3165, - "indexExpression": { - "id": 3164, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3149, - "src": "6946:3:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "6935:15:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 3166, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3139, - "src": "6953:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest calldata" - } - }, - "id": 3167, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6970:8:8", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2959, - "src": "6953:25:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "6935:43:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3169, - "nodeType": "ExpressionStatement", - "src": "6935:43:8" - }, - { - "expression": { - "id": 3170, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3149, - "src": "6996:3:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 3143, - "id": 3171, - "nodeType": "Return", - "src": "6989:10:8" - } - ] - }, - "documentation": { - "id": 3136, - "nodeType": "StructuredDocumentation", - "src": "5566:1005:8", - "text": "@notice Attests to a specific schema via the provided EIP712 signature.\n @param delegatedRequest The arguments of the delegated attestation request.\n @return The UID of the new attestation.\n Example:\n attestByDelegation({\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: {\n recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n expirationTime: 1673891048,\n revocable: true,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x1234',\n value: 0\n },\n signature: {\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e',\n deadline: 1673891048\n })" - }, - "functionSelector": "3c042715", - "id": 3173, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "attestByDelegation", - "nameLocation": "6585:18:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3140, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3139, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "6655:16:8", - "nodeType": "VariableDeclaration", - "scope": 3173, - "src": "6613:58:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "typeString": "struct DelegatedProxyAttestationRequest" - }, - "typeName": { - "id": 3138, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3137, - "name": "DelegatedProxyAttestationRequest", - "nameLocations": [ - "6613:32:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2962, - "src": "6613:32:8" - }, - "referencedDeclaration": 2962, - "src": "6613:32:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_storage_ptr", - "typeString": "struct DelegatedProxyAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "6603:74:8" - }, - "returnParameters": { - "id": 3143, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3142, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3173, - "src": "6710:7:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3141, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6710:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "6709:9:8" - }, - "scope": 3774, - "src": "6576:430:8", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 3375, - "nodeType": "Block", - "src": "8830:2200:8", - "statements": [ - { - "assignments": [ - 3185 - ], - "declarations": [ - { - "constant": false, - "id": 3185, - "mutability": "mutable", - "name": "length", - "nameLocation": "8848:6:8", - "nodeType": "VariableDeclaration", - "scope": 3375, - "src": "8840:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3184, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8840:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3188, - "initialValue": { - "expression": { - "id": 3186, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3178, - "src": "8857:22:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata[] calldata" - } - }, - "id": 3187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8880:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "8857:29:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8840:46:8" - }, - { - "assignments": [ - 3193 - ], - "declarations": [ - { - "constant": false, - "id": 3193, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "8929:13:8", - "nodeType": "VariableDeclaration", - "scope": 3375, - "src": "8896:46:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 3191, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3190, - "name": "MultiAttestationRequest", - "nameLocations": [ - "8896:23:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2071, - "src": "8896:23:8" - }, - "referencedDeclaration": 2071, - "src": "8896:23:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "id": 3192, - "nodeType": "ArrayTypeName", - "src": "8896:25:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_storage_$dyn_storage_ptr", - "typeString": "struct MultiAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "id": 3200, - "initialValue": { - "arguments": [ - { - "id": 3198, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3185, - "src": "8975:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3197, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "8945:29:8", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct MultiAttestationRequest memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 3195, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3194, - "name": "MultiAttestationRequest", - "nameLocations": [ - "8949:23:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2071, - "src": "8949:23:8" - }, - "referencedDeclaration": 2071, - "src": "8949:23:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_storage_ptr", - "typeString": "struct MultiAttestationRequest" - } - }, - "id": 3196, - "nodeType": "ArrayTypeName", - "src": "8949:25:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_storage_$dyn_storage_ptr", - "typeString": "struct MultiAttestationRequest[]" - } - } - }, - "id": 3199, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8945:37:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8896:86:8" - }, - { - "body": { - "id": 3291, - "nodeType": "Block", - "src": "9046:1196:8", - "statements": [ - { - "assignments": [ - 3216 - ], - "declarations": [ - { - "constant": false, - "id": 3216, - "mutability": "mutable", - "name": "multiDelegatedRequest", - "nameLocation": "9107:21:8", - "nodeType": "VariableDeclaration", - "scope": 3291, - "src": "9060:68:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest" - }, - "typeName": { - "id": 3215, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3214, - "name": "MultiDelegatedProxyAttestationRequest", - "nameLocations": [ - "9060:37:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2978, - "src": "9060:37:8" - }, - "referencedDeclaration": 2978, - "src": "9060:37:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_storage_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 3220, - "initialValue": { - "baseExpression": { - "id": 3217, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3178, - "src": "9131:22:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata[] calldata" - } - }, - "id": 3219, - "indexExpression": { - "id": 3218, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "9154:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9131:25:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9060:96:8" - }, - { - "assignments": [ - 3225 - ], - "declarations": [ - { - "constant": false, - "id": 3225, - "mutability": "mutable", - "name": "data", - "nameLocation": "9204:4:8", - "nodeType": "VariableDeclaration", - "scope": 3291, - "src": "9170:38:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 3223, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3222, - "name": "AttestationRequestData", - "nameLocations": [ - "9170:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "9170:22:8" - }, - "referencedDeclaration": 2042, - "src": "9170:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 3224, - "nodeType": "ArrayTypeName", - "src": "9170:24:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 3228, - "initialValue": { - "expression": { - "id": 3226, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "9211:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9233:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2969, - "src": "9211:26:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9170:67:8" - }, - { - "assignments": [ - 3230 - ], - "declarations": [ - { - "constant": false, - "id": 3230, - "mutability": "mutable", - "name": "dataLength", - "nameLocation": "9310:10:8", - "nodeType": "VariableDeclaration", - "scope": 3291, - "src": "9302:18:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3229, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9302:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3233, - "initialValue": { - "expression": { - "id": 3231, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "9323:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 3232, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9328:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "9323:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9302:32:8" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 3242, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3236, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3234, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3230, - "src": "9352:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 3235, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9366:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "9352:15:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3241, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3237, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3230, - "src": "9371:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 3238, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "9385:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3239, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9407:10:8", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2973, - "src": "9385:32:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Signature calldata[] calldata" - } - }, - "id": 3240, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9418:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "9385:39:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9371:53:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "9352:72:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3247, - "nodeType": "IfStatement", - "src": "9348:133:8", - "trueBody": { - "id": 3246, - "nodeType": "Block", - "src": "9426:55:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3243, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "9451:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3244, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9451:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3245, - "nodeType": "RevertStatement", - "src": "9444:22:8" - } - ] - } - }, - { - "body": { - "id": 3279, - "nodeType": "Block", - "src": "9674:447:8", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 3263, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "9794:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3264, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9816:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2965, - "src": "9794:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "baseExpression": { - "id": 3265, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "9854:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 3267, - "indexExpression": { - "id": 3266, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3249, - "src": "9859:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9854:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - } - }, - { - "baseExpression": { - "expression": { - "id": 3268, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "9898:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9920:10:8", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 2973, - "src": "9898:32:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Signature calldata[] calldata" - } - }, - "id": 3271, - "indexExpression": { - "id": 3270, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3249, - "src": "9931:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9898:35:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_calldata_ptr", - "typeString": "struct Signature calldata" - } - }, - { - "expression": { - "id": 3272, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "9969:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3273, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9991:8:8", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2975, - "src": "9969:30:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 3274, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "10035:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3275, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10057:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2977, - "src": "10035:30:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_calldata_ptr", - "typeString": "struct AttestationRequestData calldata" - }, - { - "typeIdentifier": "t_struct$_Signature_$27_calldata_ptr", - "typeString": "struct Signature calldata" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 3262, - "name": "DelegatedProxyAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2962, - "src": "9727:32:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_DelegatedProxyAttestationRequest_$2962_storage_ptr_$", - "typeString": "type(struct DelegatedProxyAttestationRequest storage pointer)" - } - }, - "id": 3276, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "9786:6:8", - "9848:4:8", - "9887:9:8", - "9959:8:8", - "10025:8:8" - ], - "names": [ - "schema", - "data", - "signature", - "attester", - "deadline" - ], - "nodeType": "FunctionCall", - "src": "9727:361:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - ], - "id": 3261, - "name": "_verifyAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3621, - "src": "9692:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedProxyAttestationRequest memory)" - } - }, - "id": 3277, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9692:414:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3278, - "nodeType": "ExpressionStatement", - "src": "9692:414:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3254, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3252, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3249, - "src": "9637:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3253, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3230, - "src": "9641:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9637:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3280, - "initializationExpression": { - "assignments": [ - 3249 - ], - "declarations": [ - { - "constant": false, - "id": 3249, - "mutability": "mutable", - "name": "j", - "nameLocation": "9630:1:8", - "nodeType": "VariableDeclaration", - "scope": 3280, - "src": "9622:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3248, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9622:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3251, - "initialValue": { - "hexValue": "30", - "id": 3250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9634:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "9622:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3259, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3255, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3249, - "src": "9653:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3257, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3249, - "src": "9670:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3256, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "9657:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3258, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9657:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9653:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3260, - "nodeType": "ExpressionStatement", - "src": "9653:19:8" - }, - "nodeType": "ForStatement", - "src": "9617:504:8" - }, - { - "expression": { - "id": 3289, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 3281, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3193, - "src": "10135:13:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest memory[] memory" - } - }, - "id": 3283, - "indexExpression": { - "id": 3282, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "10149:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "10135:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_memory_ptr", - "typeString": "struct MultiAttestationRequest memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 3285, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3216, - "src": "10188:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3286, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10210:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2965, - "src": "10188:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 3287, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3225, - "src": "10224:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - ], - "id": 3284, - "name": "MultiAttestationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2071, - "src": "10154:23:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_MultiAttestationRequest_$2071_storage_ptr_$", - "typeString": "type(struct MultiAttestationRequest storage pointer)" - } - }, - "id": 3288, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "10180:6:8", - "10218:4:8" - ], - "names": [ - "schema", - "data" - ], - "nodeType": "FunctionCall", - "src": "10154:77:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_memory_ptr", - "typeString": "struct MultiAttestationRequest memory" - } - }, - "src": "10135:96:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiAttestationRequest_$2071_memory_ptr", - "typeString": "struct MultiAttestationRequest memory" - } - }, - "id": 3290, - "nodeType": "ExpressionStatement", - "src": "10135:96:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3207, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3205, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "9013:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3206, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3185, - "src": "9017:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9013:10:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3292, - "initializationExpression": { - "assignments": [ - 3202 - ], - "declarations": [ - { - "constant": false, - "id": 3202, - "mutability": "mutable", - "name": "i", - "nameLocation": "9006:1:8", - "nodeType": "VariableDeclaration", - "scope": 3292, - "src": "8998:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3201, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8998:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3204, - "initialValue": { - "hexValue": "30", - "id": 3203, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9010:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "8998:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3212, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3208, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "9025:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3210, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3202, - "src": "9042:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3209, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "9029:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3211, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9029:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9025:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3213, - "nodeType": "ExpressionStatement", - "src": "9025:19:8" - }, - "nodeType": "ForStatement", - "src": "8993:1249:8" - }, - { - "assignments": [ - 3297 - ], - "declarations": [ - { - "constant": false, - "id": 3297, - "mutability": "mutable", - "name": "uids", - "nameLocation": "10269:4:8", - "nodeType": "VariableDeclaration", - "scope": 3375, - "src": "10252:21:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 3295, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "10252:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 3296, - "nodeType": "ArrayTypeName", - "src": "10252:9:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "id": 3305, - "initialValue": { - "arguments": [ - { - "id": 3303, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3193, - "src": "10313:13:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest memory[] memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest memory[] memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiAttestationRequest memory[] memory" - } - ], - "expression": { - "id": 3298, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "10276:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3299, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10281:11:8", - "memberName": "multiAttest", - "nodeType": "MemberAccess", - "referencedDeclaration": 2215, - "src": "10276:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$", - "typeString": "function (struct MultiAttestationRequest memory[] memory) payable external returns (bytes32[] memory)" - } - }, - "id": 3302, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "expression": { - "id": 3300, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "10301:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3301, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10305:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "10301:9:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "10276:36:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr_$returns$_t_array$_t_bytes32_$dyn_memory_ptr_$value", - "typeString": "function (struct MultiAttestationRequest memory[] memory) payable external returns (bytes32[] memory)" - } - }, - "id": 3304, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10276:51:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10252:75:8" - }, - { - "assignments": [ - 3307 - ], - "declarations": [ - { - "constant": false, - "id": 3307, - "mutability": "mutable", - "name": "uidCounter", - "nameLocation": "10430:10:8", - "nodeType": "VariableDeclaration", - "scope": 3375, - "src": "10422:18:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3306, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10422:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3309, - "initialValue": { - "hexValue": "30", - "id": 3308, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10443:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10422:22:8" - }, - { - "body": { - "id": 3371, - "nodeType": "Block", - "src": "10508:494:8", - "statements": [ - { - "assignments": [ - 3325 - ], - "declarations": [ - { - "constant": false, - "id": 3325, - "mutability": "mutable", - "name": "multiDelegatedRequest", - "nameLocation": "10569:21:8", - "nodeType": "VariableDeclaration", - "scope": 3371, - "src": "10522:68:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest" - }, - "typeName": { - "id": 3324, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3323, - "name": "MultiDelegatedProxyAttestationRequest", - "nameLocations": [ - "10522:37:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2978, - "src": "10522:37:8" - }, - "referencedDeclaration": 2978, - "src": "10522:37:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_storage_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 3329, - "initialValue": { - "baseExpression": { - "id": 3326, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3178, - "src": "10593:22:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata[] calldata" - } - }, - "id": 3328, - "indexExpression": { - "id": 3327, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3311, - "src": "10616:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10593:25:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10522:96:8" - }, - { - "assignments": [ - 3334 - ], - "declarations": [ - { - "constant": false, - "id": 3334, - "mutability": "mutable", - "name": "data", - "nameLocation": "10666:4:8", - "nodeType": "VariableDeclaration", - "scope": 3371, - "src": "10632:38:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 3332, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3331, - "name": "AttestationRequestData", - "nameLocations": [ - "10632:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "10632:22:8" - }, - "referencedDeclaration": 2042, - "src": "10632:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "id": 3333, - "nodeType": "ArrayTypeName", - "src": "10632:24:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_storage_$dyn_storage_ptr", - "typeString": "struct AttestationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 3337, - "initialValue": { - "expression": { - "id": 3335, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3325, - "src": "10673:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3336, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10695:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2969, - "src": "10673:26:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10632:67:8" - }, - { - "assignments": [ - 3339 - ], - "declarations": [ - { - "constant": false, - "id": 3339, - "mutability": "mutable", - "name": "dataLength", - "nameLocation": "10722:10:8", - "nodeType": "VariableDeclaration", - "scope": 3371, - "src": "10714:18:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3338, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10714:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3342, - "initialValue": { - "expression": { - "id": 3340, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3334, - "src": "10735:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct AttestationRequestData calldata[] calldata" - } - }, - "id": 3341, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10740:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "10735:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10714:32:8" - }, - { - "body": { - "id": 3369, - "nodeType": "Block", - "src": "10817:175:8", - "statements": [ - { - "expression": { - "id": 3363, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 3356, - "name": "_attesters", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3030, - "src": "10835:10:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - } - }, - "id": 3360, - "indexExpression": { - "baseExpression": { - "id": 3357, - "name": "uids", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3297, - "src": "10846:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "id": 3359, - "indexExpression": { - "id": 3358, - "name": "uidCounter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3307, - "src": "10851:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10846:16:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "10835:28:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 3361, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3325, - "src": "10866:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest calldata" - } - }, - "id": 3362, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10888:8:8", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2975, - "src": "10866:30:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "10835:61:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 3364, - "nodeType": "ExpressionStatement", - "src": "10835:61:8" - }, - { - "id": 3368, - "nodeType": "UncheckedBlock", - "src": "10915:63:8", - "statements": [ - { - "expression": { - "id": 3366, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "10947:12:8", - "subExpression": { - "id": 3365, - "name": "uidCounter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3307, - "src": "10949:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3367, - "nodeType": "ExpressionStatement", - "src": "10947:12:8" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3349, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3347, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3344, - "src": "10780:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3348, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3339, - "src": "10784:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10780:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3370, - "initializationExpression": { - "assignments": [ - 3344 - ], - "declarations": [ - { - "constant": false, - "id": 3344, - "mutability": "mutable", - "name": "j", - "nameLocation": "10773:1:8", - "nodeType": "VariableDeclaration", - "scope": 3370, - "src": "10765:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3343, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10765:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3346, - "initialValue": { - "hexValue": "30", - "id": 3345, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10777:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10765:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3354, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3350, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3344, - "src": "10796:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3352, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3344, - "src": "10813:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3351, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "10800:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3353, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10800:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10796:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3355, - "nodeType": "ExpressionStatement", - "src": "10796:19:8" - }, - "nodeType": "ForStatement", - "src": "10760:232:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3316, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3314, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3311, - "src": "10475:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3315, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3185, - "src": "10479:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10475:10:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3372, - "initializationExpression": { - "assignments": [ - 3311 - ], - "declarations": [ - { - "constant": false, - "id": 3311, - "mutability": "mutable", - "name": "i", - "nameLocation": "10468:1:8", - "nodeType": "VariableDeclaration", - "scope": 3372, - "src": "10460:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3310, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10460:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3313, - "initialValue": { - "hexValue": "30", - "id": 3312, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10472:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10460:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3321, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3317, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3311, - "src": "10487:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3319, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3311, - "src": "10504:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3318, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "10491:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3320, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10491:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10487:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3322, - "nodeType": "ExpressionStatement", - "src": "10487:19:8" - }, - "nodeType": "ForStatement", - "src": "10455:547:8" - }, - { - "expression": { - "id": 3373, - "name": "uids", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3297, - "src": "11019:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[] memory" - } - }, - "functionReturnParameters": 3183, - "id": 3374, - "nodeType": "Return", - "src": "11012:11:8" - } - ] - }, - "documentation": { - "id": 3174, - "nodeType": "StructuredDocumentation", - "src": "7012:1643:8", - "text": "@notice Attests to multiple schemas using via provided EIP712 signatures.\n @param multiDelegatedRequests The arguments of the delegated multi attestation requests. The requests should be\n grouped by distinct schema ids to benefit from the best batching optimization.\n @return The UIDs of the new attestations.\n Example:\n multiAttestByDelegation([{\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: [{\n recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266',\n expirationTime: 1673891048,\n revocable: true,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x1234',\n value: 0\n },\n {\n recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf',\n expirationTime: 0,\n revocable: false,\n refUID: '0x0000000000000000000000000000000000000000000000000000000000000000',\n data: '0x00',\n value: 0\n }],\n signatures: [{\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n {\n v: 28,\n r: '0x487s...67bb',\n s: '0x12ad...2366'\n }],\n attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4',\n deadline: 1673891048\n }])" - }, - "functionSelector": "95411525", - "id": 3376, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiAttestByDelegation", - "nameLocation": "8669:23:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3179, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3178, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "8751:22:8", - "nodeType": "VariableDeclaration", - "scope": 3376, - "src": "8702:71:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest[]" - }, - "typeName": { - "baseType": { - "id": 3176, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3175, - "name": "MultiDelegatedProxyAttestationRequest", - "nameLocations": [ - "8702:37:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2978, - "src": "8702:37:8" - }, - "referencedDeclaration": 2978, - "src": "8702:37:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyAttestationRequest_$2978_storage_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest" - } - }, - "id": 3177, - "nodeType": "ArrayTypeName", - "src": "8702:39:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedProxyAttestationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "8692:87:8" - }, - "returnParameters": { - "id": 3183, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3182, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3376, - "src": "8812:16:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_memory_ptr", - "typeString": "bytes32[]" - }, - "typeName": { - "baseType": { - "id": 3180, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "8812:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 3181, - "nodeType": "ArrayTypeName", - "src": "8812:9:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes32_$dyn_storage_ptr", - "typeString": "bytes32[]" - } - }, - "visibility": "internal" - } - ], - "src": "8811:18:8" - }, - "scope": 3774, - "src": "8660:2370:8", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 3400, - "nodeType": "Block", - "src": "11929:224:8", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3384, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3380, - "src": "11953:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "typeString": "struct DelegatedProxyRevocationRequest calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "typeString": "struct DelegatedProxyRevocationRequest calldata" - } - ], - "id": 3383, - "name": "_verifyRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3726, - "src": "11939:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedProxyRevocationRequest memory)" - } - }, - "id": 3385, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11939:31:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3386, - "nodeType": "ExpressionStatement", - "src": "11939:31:8" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 3393, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3380, - "src": "12077:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "typeString": "struct DelegatedProxyRevocationRequest calldata" - } - }, - "id": 3394, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12094:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2981, - "src": "12077:23:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3395, - "name": "delegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3380, - "src": "12108:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "typeString": "struct DelegatedProxyRevocationRequest calldata" - } - }, - "id": 3396, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12125:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2984, - "src": "12108:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_calldata_ptr", - "typeString": "struct RevocationRequestData calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_calldata_ptr", - "typeString": "struct RevocationRequestData calldata" - } - ], - "id": 3392, - "name": "RevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2100, - "src": "12049:17:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_RevocationRequest_$2100_storage_ptr_$", - "typeString": "type(struct RevocationRequest storage pointer)" - } - }, - "id": 3397, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "12069:6:8", - "12102:4:8" - ], - "names": [ - "schema", - "data" - ], - "nodeType": "FunctionCall", - "src": "12049:83:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_memory_ptr", - "typeString": "struct RevocationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_memory_ptr", - "typeString": "struct RevocationRequest memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_RevocationRequest_$2100_memory_ptr", - "typeString": "struct RevocationRequest memory" - } - ], - "expression": { - "id": 3387, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "12000:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3388, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12005:6:8", - "memberName": "revoke", - "nodeType": "MemberAccess", - "referencedDeclaration": 2233, - "src": "12000:11:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_RevocationRequest_$2100_memory_ptr_$returns$__$", - "typeString": "function (struct RevocationRequest memory) payable external" - } - }, - "id": 3391, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "expression": { - "id": 3389, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "12020:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3390, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "12024:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "12020:9:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "12000:31:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_struct$_RevocationRequest_$2100_memory_ptr_$returns$__$value", - "typeString": "function (struct RevocationRequest memory) payable external" - } - }, - "id": 3398, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12000:146:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "functionReturnParameters": 3382, - "id": 3399, - "nodeType": "Return", - "src": "11981:165:8" - } - ] - }, - "documentation": { - "id": 3377, - "nodeType": "StructuredDocumentation", - "src": "11036:778:8", - "text": "@notice Revokes an existing attestation to a specific schema via the provided EIP712 signature.\n @param delegatedRequest The arguments of the delegated revocation request.\n Example:\n revokeByDelegation({\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: {\n uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba',\n value: 0\n },\n signature: {\n v: 27,\n r: '0xb593...7142',\n s: '0x0f5b...2cce'\n },\n revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n deadline: 1673891048\n })" - }, - "functionSelector": "a6d4dbc7", - "id": 3401, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revokeByDelegation", - "nameLocation": "11828:18:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3381, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3380, - "mutability": "mutable", - "name": "delegatedRequest", - "nameLocation": "11888:16:8", - "nodeType": "VariableDeclaration", - "scope": 3401, - "src": "11847:57:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "typeString": "struct DelegatedProxyRevocationRequest" - }, - "typeName": { - "id": 3379, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3378, - "name": "DelegatedProxyRevocationRequest", - "nameLocations": [ - "11847:31:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2992, - "src": "11847:31:8" - }, - "referencedDeclaration": 2992, - "src": "11847:31:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_storage_ptr", - "typeString": "struct DelegatedProxyRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "11846:59:8" - }, - "returnParameters": { - "id": 3382, - "nodeType": "ParameterList", - "parameters": [], - "src": "11929:0:8" - }, - "scope": 3774, - "src": "11819:334:8", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 3532, - "nodeType": "Block", - "src": "13536:1541:8", - "statements": [ - { - "assignments": [ - 3410 - ], - "declarations": [ - { - "constant": false, - "id": 3410, - "mutability": "mutable", - "name": "length", - "nameLocation": "13554:6:8", - "nodeType": "VariableDeclaration", - "scope": 3532, - "src": "13546:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3409, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13546:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3413, - "initialValue": { - "expression": { - "id": 3411, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3406, - "src": "13563:22:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest calldata[] calldata" - } - }, - "id": 3412, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13586:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "13563:29:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13546:46:8" - }, - { - "assignments": [ - 3418 - ], - "declarations": [ - { - "constant": false, - "id": 3418, - "mutability": "mutable", - "name": "multiRequests", - "nameLocation": "13634:13:8", - "nodeType": "VariableDeclaration", - "scope": 3532, - "src": "13602:45:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 3416, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3415, - "name": "MultiRevocationRequest", - "nameLocations": [ - "13602:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2122, - "src": "13602:22:8" - }, - "referencedDeclaration": 2122, - "src": "13602:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "id": 3417, - "nodeType": "ArrayTypeName", - "src": "13602:24:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_storage_$dyn_storage_ptr", - "typeString": "struct MultiRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "id": 3425, - "initialValue": { - "arguments": [ - { - "id": 3423, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3410, - "src": "13679:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3422, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "13650:28:8", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct MultiRevocationRequest memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 3420, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3419, - "name": "MultiRevocationRequest", - "nameLocations": [ - "13654:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2122, - "src": "13654:22:8" - }, - "referencedDeclaration": 2122, - "src": "13654:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_storage_ptr", - "typeString": "struct MultiRevocationRequest" - } - }, - "id": 3421, - "nodeType": "ArrayTypeName", - "src": "13654:24:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_storage_$dyn_storage_ptr", - "typeString": "struct MultiRevocationRequest[]" - } - } - }, - "id": 3424, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13650:36:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13602:84:8" - }, - { - "body": { - "id": 3521, - "nodeType": "Block", - "src": "13750:1259:8", - "statements": [ - { - "assignments": [ - 3441 - ], - "declarations": [ - { - "constant": false, - "id": 3441, - "mutability": "mutable", - "name": "multiDelegatedRequest", - "nameLocation": "13808:21:8", - "nodeType": "VariableDeclaration", - "scope": 3521, - "src": "13764:65:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest" - }, - "typeName": { - "id": 3440, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3439, - "name": "MultiDelegatedProxyRevocationRequest", - "nameLocations": [ - "13764:36:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3008, - "src": "13764:36:8" - }, - "referencedDeclaration": 3008, - "src": "13764:36:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_storage_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "id": 3445, - "initialValue": { - "baseExpression": { - "id": 3442, - "name": "multiDelegatedRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3406, - "src": "13832:22:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest calldata[] calldata" - } - }, - "id": 3444, - "indexExpression": { - "id": 3443, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3427, - "src": "13855:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13832:25:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest calldata" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13764:93:8" - }, - { - "assignments": [ - 3450 - ], - "declarations": [ - { - "constant": false, - "id": 3450, - "mutability": "mutable", - "name": "data", - "nameLocation": "13902:4:8", - "nodeType": "VariableDeclaration", - "scope": 3521, - "src": "13871:35:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData[]" - }, - "typeName": { - "baseType": { - "id": 3448, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3447, - "name": "RevocationRequestData", - "nameLocations": [ - "13871:21:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "13871:21:8" - }, - "referencedDeclaration": 2093, - "src": "13871:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "id": 3449, - "nodeType": "ArrayTypeName", - "src": "13871:23:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_storage_$dyn_storage_ptr", - "typeString": "struct RevocationRequestData[]" - } - }, - "visibility": "internal" - } - ], - "id": 3453, - "initialValue": { - "expression": { - "id": 3451, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "13909:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3452, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13931:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2999, - "src": "13909:26:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13871:64:8" - }, - { - "assignments": [ - 3455 - ], - "declarations": [ - { - "constant": false, - "id": 3455, - "mutability": "mutable", - "name": "dataLength", - "nameLocation": "14008:10:8", - "nodeType": "VariableDeclaration", - "scope": 3521, - "src": "14000:18:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3454, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14000:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3458, - "initialValue": { - "expression": { - "id": 3456, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3450, - "src": "14021:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 3457, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14026:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "14021:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14000:32:8" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 3467, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3461, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3459, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3455, - "src": "14050:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 3460, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14064:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14050:15:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3466, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3462, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3455, - "src": "14069:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 3463, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14083:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3464, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14105:10:8", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 3003, - "src": "14083:32:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Signature memory[] memory" - } - }, - "id": 3465, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14116:6:8", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "14083:39:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14069:53:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "14050:72:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3472, - "nodeType": "IfStatement", - "src": "14046:133:8", - "trueBody": { - "id": 3471, - "nodeType": "Block", - "src": "14124:55:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3468, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "14149:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3469, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14149:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3470, - "nodeType": "RevertStatement", - "src": "14142:22:8" - } - ] - } - }, - { - "body": { - "id": 3509, - "nodeType": "Block", - "src": "14372:517:8", - "statements": [ - { - "assignments": [ - 3488 - ], - "declarations": [ - { - "constant": false, - "id": 3488, - "mutability": "mutable", - "name": "requestData", - "nameLocation": "14419:11:8", - "nodeType": "VariableDeclaration", - "scope": 3509, - "src": "14390:40:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 3487, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3486, - "name": "RevocationRequestData", - "nameLocations": [ - "14390:21:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "14390:21:8" - }, - "referencedDeclaration": 2093, - "src": "14390:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 3492, - "initialValue": { - "baseExpression": { - "id": 3489, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3450, - "src": "14433:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - }, - "id": 3491, - "indexExpression": { - "id": 3490, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3474, - "src": "14438:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14433:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14390:50:8" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 3495, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14560:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3496, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14582:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2995, - "src": "14560:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 3497, - "name": "requestData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3488, - "src": "14620:11:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - { - "baseExpression": { - "expression": { - "id": 3498, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14668:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3499, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14690:10:8", - "memberName": "signatures", - "nodeType": "MemberAccess", - "referencedDeclaration": 3003, - "src": "14668:32:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Signature_$27_memory_ptr_$dyn_memory_ptr", - "typeString": "struct Signature memory[] memory" - } - }, - "id": 3501, - "indexExpression": { - "id": 3500, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3474, - "src": "14701:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14668:35:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - { - "expression": { - "id": 3502, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14738:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3503, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14760:7:8", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 3005, - "src": "14738:29:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 3504, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14803:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3505, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14825:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 3007, - "src": "14803:30:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - }, - { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 3494, - "name": "DelegatedProxyRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2992, - "src": "14494:31:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_DelegatedProxyRevocationRequest_$2992_storage_ptr_$", - "typeString": "type(struct DelegatedProxyRevocationRequest storage pointer)" - } - }, - "id": 3506, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "14552:6:8", - "14614:4:8", - "14657:9:8", - "14729:7:8", - "14793:8:8" - ], - "names": [ - "schema", - "data", - "signature", - "revoker", - "deadline" - ], - "nodeType": "FunctionCall", - "src": "14494:362:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - ], - "id": 3493, - "name": "_verifyRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3726, - "src": "14459:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr_$returns$__$", - "typeString": "function (struct DelegatedProxyRevocationRequest memory)" - } - }, - "id": 3507, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14459:415:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3508, - "nodeType": "ExpressionStatement", - "src": "14459:415:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3477, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3474, - "src": "14335:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3478, - "name": "dataLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3455, - "src": "14339:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14335:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3510, - "initializationExpression": { - "assignments": [ - 3474 - ], - "declarations": [ - { - "constant": false, - "id": 3474, - "mutability": "mutable", - "name": "j", - "nameLocation": "14328:1:8", - "nodeType": "VariableDeclaration", - "scope": 3510, - "src": "14320:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3473, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14320:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3476, - "initialValue": { - "hexValue": "30", - "id": 3475, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14332:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "14320:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3484, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3480, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3474, - "src": "14351:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3482, - "name": "j", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3474, - "src": "14368:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3481, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "14355:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3483, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14355:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14351:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3485, - "nodeType": "ExpressionStatement", - "src": "14351:19:8" - }, - "nodeType": "ForStatement", - "src": "14315:574:8" - }, - { - "expression": { - "id": 3519, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 3511, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3418, - "src": "14903:13:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest memory[] memory" - } - }, - "id": 3513, - "indexExpression": { - "id": 3512, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3427, - "src": "14917:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "14903:16:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_memory_ptr", - "typeString": "struct MultiRevocationRequest memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 3515, - "name": "multiDelegatedRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3441, - "src": "14955:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest memory" - } - }, - "id": 3516, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14977:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2995, - "src": "14955:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 3517, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3450, - "src": "14991:4:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_array$_t_struct$_RevocationRequestData_$2093_memory_ptr_$dyn_memory_ptr", - "typeString": "struct RevocationRequestData memory[] memory" - } - ], - "id": 3514, - "name": "MultiRevocationRequest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2122, - "src": "14922:22:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_MultiRevocationRequest_$2122_storage_ptr_$", - "typeString": "type(struct MultiRevocationRequest storage pointer)" - } - }, - "id": 3518, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "14947:6:8", - "14985:4:8" - ], - "names": [ - "schema", - "data" - ], - "nodeType": "FunctionCall", - "src": "14922:76:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_memory_ptr", - "typeString": "struct MultiRevocationRequest memory" - } - }, - "src": "14903:95:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiRevocationRequest_$2122_memory_ptr", - "typeString": "struct MultiRevocationRequest memory" - } - }, - "id": 3520, - "nodeType": "ExpressionStatement", - "src": "14903:95:8" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3432, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3430, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3427, - "src": "13717:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3431, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3410, - "src": "13721:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "13717:10:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3522, - "initializationExpression": { - "assignments": [ - 3427 - ], - "declarations": [ - { - "constant": false, - "id": 3427, - "mutability": "mutable", - "name": "i", - "nameLocation": "13710:1:8", - "nodeType": "VariableDeclaration", - "scope": 3522, - "src": "13702:9:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3426, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13702:7:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3429, - "initialValue": { - "hexValue": "30", - "id": 3428, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13714:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "13702:13:8" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3437, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3433, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3427, - "src": "13729:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3435, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3427, - "src": "13746:1:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3434, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "13733:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3436, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13733:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "13729:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3438, - "nodeType": "ExpressionStatement", - "src": "13729:19:8" - }, - "nodeType": "ForStatement", - "src": "13697:1312:8" - }, - { - "expression": { - "arguments": [ - { - "id": 3529, - "name": "multiRequests", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3418, - "src": "15056:13:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest memory[] memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest memory[] memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr", - "typeString": "struct MultiRevocationRequest memory[] memory" - } - ], - "expression": { - "id": 3523, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3024, - "src": "15019:4:8", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3525, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15024:11:8", - "memberName": "multiRevoke", - "nodeType": "MemberAccess", - "referencedDeclaration": 2248, - "src": "15019:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr_$returns$__$", - "typeString": "function (struct MultiRevocationRequest memory[] memory) payable external" - } - }, - "id": 3528, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "expression": { - "id": 3526, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "15044:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3527, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15048:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "15044:9:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "15019:36:8", - "typeDescriptions": { - "typeIdentifier": "t_function_external_payable$_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr_$returns$__$value", - "typeString": "function (struct MultiRevocationRequest memory[] memory) payable external" - } - }, - "id": 3530, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15019:51:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3531, - "nodeType": "ExpressionStatement", - "src": "15019:51:8" - } - ] - }, - "documentation": { - "id": 3402, - "nodeType": "StructuredDocumentation", - "src": "12159:1230:8", - "text": "@notice Revokes existing attestations to multiple schemas via provided EIP712 signatures.\n @param multiDelegatedRequests The arguments of the delegated multi revocation attestation requests. The requests\n should be grouped by distinct schema ids to benefit from the best batching optimization.\n Example:\n multiRevokeByDelegation([{\n schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc',\n data: [{\n uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25',\n value: 1000\n },\n {\n uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade',\n value: 0\n }],\n signatures: [{\n v: 28,\n r: '0x148c...b25b',\n s: '0x5a72...be22'\n },\n {\n v: 28,\n r: '0x487s...67bb',\n s: '0x12ad...2366'\n }],\n revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992',\n deadline: 1673891048\n }])" - }, - "functionSelector": "0eabf660", - "id": 3533, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multiRevokeByDelegation", - "nameLocation": "13403:23:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3407, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3406, - "mutability": "mutable", - "name": "multiDelegatedRequests", - "nameLocation": "13484:22:8", - "nodeType": "VariableDeclaration", - "scope": 3533, - "src": "13436:70:8", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest[]" - }, - "typeName": { - "baseType": { - "id": 3404, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3403, - "name": "MultiDelegatedProxyRevocationRequest", - "nameLocations": [ - "13436:36:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3008, - "src": "13436:36:8" - }, - "referencedDeclaration": 3008, - "src": "13436:36:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_MultiDelegatedProxyRevocationRequest_$3008_storage_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest" - } - }, - "id": 3405, - "nodeType": "ArrayTypeName", - "src": "13436:38:8", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_storage_$dyn_storage_ptr", - "typeString": "struct MultiDelegatedProxyRevocationRequest[]" - } - }, - "visibility": "internal" - } - ], - "src": "13426:86:8" - }, - "returnParameters": { - "id": 3408, - "nodeType": "ParameterList", - "parameters": [], - "src": "13536:0:8" - }, - "scope": 3774, - "src": "13394:1683:8", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 3620, - "nodeType": "Block", - "src": "15292:957:8", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 3549, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 3543, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3540, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15306:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3541, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15314:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2961, - "src": "15306:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 3542, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "15326:18:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15306:38:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 3548, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3544, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15348:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3545, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15356:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2961, - "src": "15348:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3546, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3773, - "src": "15367:5:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 3547, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15367:7:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15348:26:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "15306:68:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3554, - "nodeType": "IfStatement", - "src": "15302:123:8", - "trueBody": { - "id": 3553, - "nodeType": "Block", - "src": "15376:49:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3550, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "15397:15:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3551, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15397:17:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3552, - "nodeType": "RevertStatement", - "src": "15390:24:8" - } - ] - } - }, - { - "assignments": [ - 3557 - ], - "declarations": [ - { - "constant": false, - "id": 3557, - "mutability": "mutable", - "name": "data", - "nameLocation": "15465:4:8", - "nodeType": "VariableDeclaration", - "scope": 3620, - "src": "15435:34:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData" - }, - "typeName": { - "id": 3556, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3555, - "name": "AttestationRequestData", - "nameLocations": [ - "15435:22:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2042, - "src": "15435:22:8" - }, - "referencedDeclaration": 2042, - "src": "15435:22:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_storage_ptr", - "typeString": "struct AttestationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 3560, - "initialValue": { - "expression": { - "id": 3558, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15472:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3559, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15480:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2954, - "src": "15472:12:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "15435:49:8" - }, - { - "assignments": [ - 3563 - ], - "declarations": [ - { - "constant": false, - "id": 3563, - "mutability": "mutable", - "name": "signature", - "nameLocation": "15511:9:8", - "nodeType": "VariableDeclaration", - "scope": 3620, - "src": "15494:26:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 3562, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3561, - "name": "Signature", - "nameLocations": [ - "15494:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "15494:9:8" - }, - "referencedDeclaration": 27, - "src": "15494:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - } - ], - "id": 3566, - "initialValue": { - "expression": { - "id": 3564, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15523:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3565, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15531:9:8", - "memberName": "signature", - "nodeType": "MemberAccess", - "referencedDeclaration": 2957, - "src": "15523:17:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "15494:46:8" - }, - { - "expression": { - "arguments": [ - { - "id": 3568, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3563, - "src": "15574:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - ], - "id": 3567, - "name": "_verifyUnusedSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3760, - "src": "15551:22:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Signature_$27_memory_ptr_$returns$__$", - "typeString": "function (struct Signature memory)" - } - }, - "id": 3569, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15551:33:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3570, - "nodeType": "ExpressionStatement", - "src": "15551:33:8" - }, - { - "assignments": [ - 3572 - ], - "declarations": [ - { - "constant": false, - "id": 3572, - "mutability": "mutable", - "name": "digest", - "nameLocation": "15603:6:8", - "nodeType": "VariableDeclaration", - "scope": 3620, - "src": "15595:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3571, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15595:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 3601, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 3577, - "name": "ATTEST_PROXY_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3018, - "src": "15701:21:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3578, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15744:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3579, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15752:8:8", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2959, - "src": "15744:16:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 3580, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "15782:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3581, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15790:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2951, - "src": "15782:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3582, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "15818:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3583, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15823:9:8", - "memberName": "recipient", - "nodeType": "MemberAccess", - "referencedDeclaration": 2031, - "src": "15818:14:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 3584, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "15854:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3585, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15859:14:8", - "memberName": "expirationTime", - "nodeType": "MemberAccess", - "referencedDeclaration": 2033, - "src": "15854:19:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "expression": { - "id": 3586, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "15895:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3587, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15900:9:8", - "memberName": "revocable", - "nodeType": "MemberAccess", - "referencedDeclaration": 2035, - "src": "15895:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "expression": { - "id": 3588, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "15931:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3589, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15936:6:8", - "memberName": "refUID", - "nodeType": "MemberAccess", - "referencedDeclaration": 2037, - "src": "15931:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [ - { - "expression": { - "id": 3591, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "15974:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3592, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15979:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2039, - "src": "15974:9:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 3590, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "15964:9:8", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 3593, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15964:20:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3594, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3557, - "src": "16006:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AttestationRequestData_$2042_memory_ptr", - "typeString": "struct AttestationRequestData memory" - } - }, - "id": 3595, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16011:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2041, - "src": "16006:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 3596, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "16038:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3597, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16046:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2961, - "src": "16038:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "expression": { - "id": 3575, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "15669:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3576, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "15673:6:8", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "15669:10:8", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 3598, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15669:403:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 3574, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "15642:9:8", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 3599, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15642:444:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 3573, - "name": "_hashTypedDataV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9158, - "src": "15612:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_bytes32_$", - "typeString": "function (bytes32) view returns (bytes32)" - } - }, - "id": 3600, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15612:484:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "15595:501:8" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3614, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 3604, - "name": "digest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3572, - "src": "16125:6:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3605, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3563, - "src": "16133:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3606, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16143:1:8", - "memberName": "v", - "nodeType": "MemberAccess", - "referencedDeclaration": 22, - "src": "16133:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "expression": { - "id": 3607, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3563, - "src": "16146:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3608, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16156:1:8", - "memberName": "r", - "nodeType": "MemberAccess", - "referencedDeclaration": 24, - "src": "16146:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3609, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3563, - "src": "16159:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3610, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16169:1:8", - "memberName": "s", - "nodeType": "MemberAccess", - "referencedDeclaration": 26, - "src": "16159:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 3602, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "16111:5:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_ECDSA_$8998_$", - "typeString": "type(library ECDSA)" - } - }, - "id": 3603, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16117:7:8", - "memberName": "recover", - "nodeType": "MemberAccess", - "referencedDeclaration": 8948, - "src": "16111:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)" - } - }, - "id": 3611, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16111:60:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "id": 3612, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3537, - "src": "16175:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest memory" - } - }, - "id": 3613, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16183:8:8", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 2959, - "src": "16175:16:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "16111:80:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3619, - "nodeType": "IfStatement", - "src": "16107:136:8", - "trueBody": { - "id": 3618, - "nodeType": "Block", - "src": "16193:50:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3615, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "16214:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3616, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16214:18:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3617, - "nodeType": "RevertStatement", - "src": "16207:25:8" - } - ] - } - } - ] - }, - "documentation": { - "id": 3534, - "nodeType": "StructuredDocumentation", - "src": "15083:123:8", - "text": "@dev Verifies delegated attestation request.\n @param request The arguments of the delegated attestation request." - }, - "id": 3621, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_verifyAttest", - "nameLocation": "15220:13:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3538, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3537, - "mutability": "mutable", - "name": "request", - "nameLocation": "15274:7:8", - "nodeType": "VariableDeclaration", - "scope": 3621, - "src": "15234:47:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "typeString": "struct DelegatedProxyAttestationRequest" - }, - "typeName": { - "id": 3536, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3535, - "name": "DelegatedProxyAttestationRequest", - "nameLocations": [ - "15234:32:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2962, - "src": "15234:32:8" - }, - "referencedDeclaration": 2962, - "src": "15234:32:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyAttestationRequest_$2962_storage_ptr", - "typeString": "struct DelegatedProxyAttestationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "15233:49:8" - }, - "returnParameters": { - "id": 3539, - "nodeType": "ParameterList", - "parameters": [], - "src": "15292:0:8" - }, - "scope": 3774, - "src": "15211:1038:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3725, - "nodeType": "Block", - "src": "16461:1081:8", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 3637, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 3631, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3628, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "16475:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3629, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16483:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2991, - "src": "16475:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 3630, - "name": "NO_EXPIRATION_TIME", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7, - "src": "16495:18:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16475:38:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 3636, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 3632, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "16517:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3633, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16525:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2991, - "src": "16517:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3634, - "name": "_time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3773, - "src": "16536:5:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint64_$", - "typeString": "function () view returns (uint64)" - } - }, - "id": 3635, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16536:7:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16517:26:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "16475:68:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3642, - "nodeType": "IfStatement", - "src": "16471:123:8", - "trueBody": { - "id": 3641, - "nodeType": "Block", - "src": "16545:49:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3638, - "name": "DeadlineExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11, - "src": "16566:15:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3639, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16566:17:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3640, - "nodeType": "RevertStatement", - "src": "16559:24:8" - } - ] - } - }, - { - "assignments": [ - 3645 - ], - "declarations": [ - { - "constant": false, - "id": 3645, - "mutability": "mutable", - "name": "data", - "nameLocation": "16633:4:8", - "nodeType": "VariableDeclaration", - "scope": 3725, - "src": "16604:33:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData" - }, - "typeName": { - "id": 3644, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3643, - "name": "RevocationRequestData", - "nameLocations": [ - "16604:21:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2093, - "src": "16604:21:8" - }, - "referencedDeclaration": 2093, - "src": "16604:21:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_storage_ptr", - "typeString": "struct RevocationRequestData" - } - }, - "visibility": "internal" - } - ], - "id": 3648, - "initialValue": { - "expression": { - "id": 3646, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "16640:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3647, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16648:4:8", - "memberName": "data", - "nodeType": "MemberAccess", - "referencedDeclaration": 2984, - "src": "16640:12:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16604:48:8" - }, - { - "assignments": [ - 3650 - ], - "declarations": [ - { - "constant": false, - "id": 3650, - "mutability": "mutable", - "name": "attester", - "nameLocation": "16742:8:8", - "nodeType": "VariableDeclaration", - "scope": 3725, - "src": "16734:16:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 3649, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16734:7:8", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 3655, - "initialValue": { - "baseExpression": { - "id": 3651, - "name": "_attesters", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3030, - "src": "16753:10:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_address_$", - "typeString": "mapping(bytes32 => address)" - } - }, - "id": 3654, - "indexExpression": { - "expression": { - "id": 3652, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3645, - "src": "16764:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 3653, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16769:3:8", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2090, - "src": "16764:8:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16753:20:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16734:39:8" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3661, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3656, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3650, - "src": "16787:8:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 3659, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16807:1:8", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 3658, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16799:7:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3657, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16799:7:8", - "typeDescriptions": {} - } - }, - "id": 3660, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16799:10:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "16787:22:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3666, - "nodeType": "IfStatement", - "src": "16783:70:8", - "trueBody": { - "id": 3665, - "nodeType": "Block", - "src": "16811:42:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3662, - "name": "NotFound", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 19, - "src": "16832:8:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16832:10:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3664, - "nodeType": "RevertStatement", - "src": "16825:17:8" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3670, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3667, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3650, - "src": "16867:8:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "id": 3668, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "16879:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3669, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16883:6:8", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "16879:10:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "16867:22:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3675, - "nodeType": "IfStatement", - "src": "16863:74:8", - "trueBody": { - "id": 3674, - "nodeType": "Block", - "src": "16891:46:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3671, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "16912:12:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16912:14:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3673, - "nodeType": "RevertStatement", - "src": "16905:21:8" - } - ] - } - }, - { - "assignments": [ - 3678 - ], - "declarations": [ - { - "constant": false, - "id": 3678, - "mutability": "mutable", - "name": "signature", - "nameLocation": "16964:9:8", - "nodeType": "VariableDeclaration", - "scope": 3725, - "src": "16947:26:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 3677, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3676, - "name": "Signature", - "nameLocations": [ - "16947:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "16947:9:8" - }, - "referencedDeclaration": 27, - "src": "16947:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - } - ], - "id": 3681, - "initialValue": { - "expression": { - "id": 3679, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "16976:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3680, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16984:9:8", - "memberName": "signature", - "nodeType": "MemberAccess", - "referencedDeclaration": 2987, - "src": "16976:17:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16947:46:8" - }, - { - "expression": { - "arguments": [ - { - "id": 3683, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3678, - "src": "17027:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - ], - "id": 3682, - "name": "_verifyUnusedSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3760, - "src": "17004:22:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Signature_$27_memory_ptr_$returns$__$", - "typeString": "function (struct Signature memory)" - } - }, - "id": 3684, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17004:33:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3685, - "nodeType": "ExpressionStatement", - "src": "17004:33:8" - }, - { - "assignments": [ - 3687 - ], - "declarations": [ - { - "constant": false, - "id": 3687, - "mutability": "mutable", - "name": "digest", - "nameLocation": "17056:6:8", - "nodeType": "VariableDeclaration", - "scope": 3725, - "src": "17048:14:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 3686, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "17048:7:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 3706, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 3692, - "name": "REVOKE_PROXY_TYPEHASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3021, - "src": "17154:21:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3693, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "17197:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3694, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17205:7:8", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2989, - "src": "17197:15:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 3695, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "17234:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3696, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17242:6:8", - "memberName": "schema", - "nodeType": "MemberAccess", - "referencedDeclaration": 2981, - "src": "17234:14:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3697, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3645, - "src": "17270:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 3698, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17275:3:8", - "memberName": "uid", - "nodeType": "MemberAccess", - "referencedDeclaration": 2090, - "src": "17270:8:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3699, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3645, - "src": "17300:4:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_RevocationRequestData_$2093_memory_ptr", - "typeString": "struct RevocationRequestData memory" - } - }, - "id": 3700, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17305:5:8", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 2092, - "src": "17300:10:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "expression": { - "id": 3701, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "17332:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3702, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17340:8:8", - "memberName": "deadline", - "nodeType": "MemberAccess", - "referencedDeclaration": 2991, - "src": "17332:16:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "expression": { - "id": 3690, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "17122:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3691, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "17126:6:8", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "17122:10:8", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 3703, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17122:244:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 3689, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "17095:9:8", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 3704, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17095:285:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 3688, - "name": "_hashTypedDataV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9158, - "src": "17065:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_bytes32_$", - "typeString": "function (bytes32) view returns (bytes32)" - } - }, - "id": 3705, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17065:325:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17048:342:8" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3719, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 3709, - "name": "digest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3687, - "src": "17419:6:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3710, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3678, - "src": "17427:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3711, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17437:1:8", - "memberName": "v", - "nodeType": "MemberAccess", - "referencedDeclaration": 22, - "src": "17427:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "expression": { - "id": 3712, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3678, - "src": "17440:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3713, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17450:1:8", - "memberName": "r", - "nodeType": "MemberAccess", - "referencedDeclaration": 24, - "src": "17440:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3714, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3678, - "src": "17453:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3715, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17463:1:8", - "memberName": "s", - "nodeType": "MemberAccess", - "referencedDeclaration": 26, - "src": "17453:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 3707, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "17405:5:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_ECDSA_$8998_$", - "typeString": "type(library ECDSA)" - } - }, - "id": 3708, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17411:7:8", - "memberName": "recover", - "nodeType": "MemberAccess", - "referencedDeclaration": 8948, - "src": "17405:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)" - } - }, - "id": 3716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17405:60:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "id": 3717, - "name": "request", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3625, - "src": "17469:7:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest memory" - } - }, - "id": 3718, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17477:7:8", - "memberName": "revoker", - "nodeType": "MemberAccess", - "referencedDeclaration": 2989, - "src": "17469:15:8", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "17405:79:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3724, - "nodeType": "IfStatement", - "src": "17401:135:8", - "trueBody": { - "id": 3723, - "nodeType": "Block", - "src": "17486:50:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3720, - "name": "InvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 17, - "src": "17507:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3721, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17507:18:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3722, - "nodeType": "RevertStatement", - "src": "17500:25:8" - } - ] - } - } - ] - }, - "documentation": { - "id": 3622, - "nodeType": "StructuredDocumentation", - "src": "16255:121:8", - "text": "@dev Verifies delegated revocation request.\n @param request The arguments of the delegated revocation request." - }, - "id": 3726, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_verifyRevoke", - "nameLocation": "16390:13:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3626, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3625, - "mutability": "mutable", - "name": "request", - "nameLocation": "16443:7:8", - "nodeType": "VariableDeclaration", - "scope": 3726, - "src": "16404:46:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "typeString": "struct DelegatedProxyRevocationRequest" - }, - "typeName": { - "id": 3624, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3623, - "name": "DelegatedProxyRevocationRequest", - "nameLocations": [ - "16404:31:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2992, - "src": "16404:31:8" - }, - "referencedDeclaration": 2992, - "src": "16404:31:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_DelegatedProxyRevocationRequest_$2992_storage_ptr", - "typeString": "struct DelegatedProxyRevocationRequest" - } - }, - "visibility": "internal" - } - ], - "src": "16403:48:8" - }, - "returnParameters": { - "id": 3627, - "nodeType": "ParameterList", - "parameters": [], - "src": "16461:0:8" - }, - "scope": 3774, - "src": "16381:1161:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3759, - "nodeType": "Block", - "src": "17746:240:8", - "statements": [ - { - "assignments": [ - 3734 - ], - "declarations": [ - { - "constant": false, - "id": 3734, - "mutability": "mutable", - "name": "packedSignature", - "nameLocation": "17769:15:8", - "nodeType": "VariableDeclaration", - "scope": 3759, - "src": "17756:28:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 3733, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "17756:5:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 3744, - "initialValue": { - "arguments": [ - { - "expression": { - "id": 3737, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3730, - "src": "17804:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3738, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17814:1:8", - "memberName": "v", - "nodeType": "MemberAccess", - "referencedDeclaration": 22, - "src": "17804:11:8", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "expression": { - "id": 3739, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3730, - "src": "17817:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3740, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17827:1:8", - "memberName": "r", - "nodeType": "MemberAccess", - "referencedDeclaration": 24, - "src": "17817:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 3741, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3730, - "src": "17830:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature memory" - } - }, - "id": 3742, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17840:1:8", - "memberName": "s", - "nodeType": "MemberAccess", - "referencedDeclaration": 26, - "src": "17830:11:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 3735, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "17787:3:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 3736, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "17791:12:8", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "17787:16:8", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 3743, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17787:55:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17756:86:8" - }, - { - "condition": { - "baseExpression": { - "id": 3745, - "name": "_signatures", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3034, - "src": "17857:11:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes_memory_ptr_$_t_bool_$", - "typeString": "mapping(bytes memory => bool)" - } - }, - "id": 3747, - "indexExpression": { - "id": 3746, - "name": "packedSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3734, - "src": "17869:15:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17857:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3752, - "nodeType": "IfStatement", - "src": "17853:81:8", - "trueBody": { - "id": 3751, - "nodeType": "Block", - "src": "17887:47:8", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3748, - "name": "UsedSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3015, - "src": "17908:13:8", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17908:15:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3750, - "nodeType": "RevertStatement", - "src": "17901:22:8" - } - ] - } - }, - { - "expression": { - "id": 3757, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 3753, - "name": "_signatures", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3034, - "src": "17944:11:8", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes_memory_ptr_$_t_bool_$", - "typeString": "mapping(bytes memory => bool)" - } - }, - "id": 3755, - "indexExpression": { - "id": 3754, - "name": "packedSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3734, - "src": "17956:15:8", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "17944:28:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 3756, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17975:4:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "17944:35:8", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3758, - "nodeType": "ExpressionStatement", - "src": "17944:35:8" - } - ] - }, - "documentation": { - "id": 3727, - "nodeType": "StructuredDocumentation", - "src": "17548:124:8", - "text": "@dev Ensures that the provided EIP712 signature wasn't already used.\n @param signature The EIP712 signature data." - }, - "id": 3760, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_verifyUnusedSignature", - "nameLocation": "17686:22:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3731, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3730, - "mutability": "mutable", - "name": "signature", - "nameLocation": "17726:9:8", - "nodeType": "VariableDeclaration", - "scope": 3760, - "src": "17709:26:8", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_memory_ptr", - "typeString": "struct Signature" - }, - "typeName": { - "id": 3729, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3728, - "name": "Signature", - "nameLocations": [ - "17709:9:8" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 27, - "src": "17709:9:8" - }, - "referencedDeclaration": 27, - "src": "17709:9:8", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Signature_$27_storage_ptr", - "typeString": "struct Signature" - } - }, - "visibility": "internal" - } - ], - "src": "17708:28:8" - }, - "returnParameters": { - "id": 3732, - "nodeType": "ParameterList", - "parameters": [], - "src": "17746:0:8" - }, - "scope": 3774, - "src": "17677:309:8", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3772, - "nodeType": "Block", - "src": "18196:47:8", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 3768, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "18220:5:8", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 3769, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18226:9:8", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "src": "18220:15:8", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3767, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18213:6:8", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 3766, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "18213:6:8", - "typeDescriptions": {} - } - }, - "id": 3770, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18213:23:8", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 3765, - "id": 3771, - "nodeType": "Return", - "src": "18206:30:8" - } - ] - }, - "documentation": { - "id": 3761, - "nodeType": "StructuredDocumentation", - "src": "17992:143:8", - "text": "@dev Returns the current's block timestamp. This method is overridden during tests and used to simulate the\n current block time." - }, - "id": 3773, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_time", - "nameLocation": "18149:5:8", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3762, - "nodeType": "ParameterList", - "parameters": [], - "src": "18154:2:8" - }, - "returnParameters": { - "id": 3765, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3764, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3773, - "src": "18188:6:8", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 3763, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "18188:6:8", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "18187:8:8" - }, - "scope": 3774, - "src": "18140:103:8", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 3775, - "src": "2933:15312:8", - "usedErrors": [ - 9, - 11, - 13, - 15, - 17, - 19, - 3015, - 8082, - 8084, - 8661, - 8666, - 8671 - ], - "usedEvents": [ - 7696 - ] - } - ], - "src": "33:18213:8" - }, - "id": 8 - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "exportedSymbols": { - "Attestation": [ - 49 - ], - "ISchemaResolver": [ - 3834 - ], - "ISemver": [ - 2389 - ] - }, - "id": 3835, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3776, - "literals": [ - "solidity", - "^", - "0.8", - ".0" - ], - "nodeType": "PragmaDirective", - "src": "33:23:9" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol", - "file": "../ISemver.sol", - "id": 3778, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3835, - "sourceUnit": 2390, - "src": "58:41:9", - "symbolAliases": [ - { - "foreign": { - "id": 3777, - "name": "ISemver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2389, - "src": "67:7:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "../Common.sol", - "id": 3780, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 3835, - "sourceUnit": 66, - "src": "100:44:9", - "symbolAliases": [ - { - "foreign": { - "id": 3779, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "109:11:9", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 3782, - "name": "ISemver", - "nameLocations": [ - "260:7:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2389, - "src": "260:7:9" - }, - "id": 3783, - "nodeType": "InheritanceSpecifier", - "src": "260:7:9" - } - ], - "canonicalName": "ISchemaResolver", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 3781, - "nodeType": "StructuredDocumentation", - "src": "146:85:9", - "text": "@title ISchemaResolver\n @notice The interface of an optional schema resolver." - }, - "fullyImplemented": false, - "id": 3834, - "linearizedBaseContracts": [ - 3834, - 2389 - ], - "name": "ISchemaResolver", - "nameLocation": "241:15:9", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 3784, - "nodeType": "StructuredDocumentation", - "src": "274:112:9", - "text": "@notice Checks if the resolver can be sent ETH.\n @return Whether the resolver supports ETH transfers." - }, - "functionSelector": "ce46e046", - "id": 3789, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isPayable", - "nameLocation": "400:9:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3785, - "nodeType": "ParameterList", - "parameters": [], - "src": "409:2:9" - }, - "returnParameters": { - "id": 3788, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3787, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3789, - "src": "435:4:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3786, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "435:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "434:6:9" - }, - "scope": 3834, - "src": "391:50:9", - "stateMutability": "pure", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3790, - "nodeType": "StructuredDocumentation", - "src": "447:167:9", - "text": "@notice Processes an attestation and verifies whether it's valid.\n @param attestation The new attestation.\n @return Whether the attestation is valid." - }, - "functionSelector": "e60c3505", - "id": 3798, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "attest", - "nameLocation": "628:6:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3794, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3793, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "656:11:9", - "nodeType": "VariableDeclaration", - "scope": 3798, - "src": "635:32:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 3792, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3791, - "name": "Attestation", - "nameLocations": [ - "635:11:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "635:11:9" - }, - "referencedDeclaration": 49, - "src": "635:11:9", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "634:34:9" - }, - "returnParameters": { - "id": 3797, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3796, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3798, - "src": "695:4:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3795, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "695:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "694:6:9" - }, - "scope": 3834, - "src": "619:82:9", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3799, - "nodeType": "StructuredDocumentation", - "src": "707:268:9", - "text": "@notice Processes multiple attestations and verifies whether they are valid.\n @param attestations The new attestations.\n @param values Explicit ETH amounts which were sent with each attestation.\n @return Whether all the attestations are valid." - }, - "functionSelector": "91db0b7e", - "id": 3811, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiAttest", - "nameLocation": "989:11:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3807, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3803, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "1033:12:9", - "nodeType": "VariableDeclaration", - "scope": 3811, - "src": "1010:35:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 3801, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3800, - "name": "Attestation", - "nameLocations": [ - "1010:11:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1010:11:9" - }, - "referencedDeclaration": 49, - "src": "1010:11:9", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 3802, - "nodeType": "ArrayTypeName", - "src": "1010:13:9", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3806, - "mutability": "mutable", - "name": "values", - "nameLocation": "1074:6:9", - "nodeType": "VariableDeclaration", - "scope": 3811, - "src": "1055:25:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 3804, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1055:7:9", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3805, - "nodeType": "ArrayTypeName", - "src": "1055:9:9", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "1000:86:9" - }, - "returnParameters": { - "id": 3810, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3809, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3811, - "src": "1113:4:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3808, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1113:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1112:6:9" - }, - "scope": 3834, - "src": "980:139:9", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3812, - "nodeType": "StructuredDocumentation", - "src": "1125:205:9", - "text": "@notice Processes an attestation revocation and verifies if it can be revoked.\n @param attestation The existing attestation to be revoked.\n @return Whether the attestation can be revoked." - }, - "functionSelector": "e49617e1", - "id": 3820, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revoke", - "nameLocation": "1344:6:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3816, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3815, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1372:11:9", - "nodeType": "VariableDeclaration", - "scope": 3820, - "src": "1351:32:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 3814, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3813, - "name": "Attestation", - "nameLocations": [ - "1351:11:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1351:11:9" - }, - "referencedDeclaration": 49, - "src": "1351:11:9", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "1350:34:9" - }, - "returnParameters": { - "id": 3819, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3818, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3820, - "src": "1411:4:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3817, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1411:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1410:6:9" - }, - "scope": 3834, - "src": "1335:82:9", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 3821, - "nodeType": "StructuredDocumentation", - "src": "1423:297:9", - "text": "@notice Processes revocation of multiple attestation and verifies they can be revoked.\n @param attestations The existing attestations to be revoked.\n @param values Explicit ETH amounts which were sent with each revocation.\n @return Whether the attestations can be revoked." - }, - "functionSelector": "88e5b2d9", - "id": 3833, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "multiRevoke", - "nameLocation": "1734:11:9", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3829, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3825, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "1778:12:9", - "nodeType": "VariableDeclaration", - "scope": 3833, - "src": "1755:35:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 3823, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3822, - "name": "Attestation", - "nameLocations": [ - "1755:11:9" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1755:11:9" - }, - "referencedDeclaration": 49, - "src": "1755:11:9", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 3824, - "nodeType": "ArrayTypeName", - "src": "1755:13:9", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3828, - "mutability": "mutable", - "name": "values", - "nameLocation": "1819:6:9", - "nodeType": "VariableDeclaration", - "scope": 3833, - "src": "1800:25:9", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 3826, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1800:7:9", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3827, - "nodeType": "ArrayTypeName", - "src": "1800:9:9", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "1745:86:9" - }, - "returnParameters": { - "id": 3832, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3831, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3833, - "src": "1858:4:9", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3830, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1858:4:9", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1857:6:9" - }, - "scope": 3834, - "src": "1725:139:9", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - } - ], - "scope": 3835, - "src": "231:1635:9", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "33:1834:9" - }, - "id": 9 - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol": { - "ast": { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol", - "exportedSymbols": { - "AccessDenied": [ - 9 - ], - "Attestation": [ - 49 - ], - "IEAS": [ - 2326 - ], - "ISchemaResolver": [ - 3834 - ], - "InvalidEAS": [ - 13 - ], - "InvalidLength": [ - 15 - ], - "SchemaResolver": [ - 4161 - ], - "Semver": [ - 2588 - ], - "uncheckedInc": [ - 65 - ] - }, - "id": 4162, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 3836, - "literals": [ - "solidity", - "^", - "0.8", - ".4" - ], - "nodeType": "PragmaDirective", - "src": "33:23:10" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "file": "../IEAS.sol", - "id": 3839, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4162, - "sourceUnit": 2327, - "src": "58:48:10", - "symbolAliases": [ - { - "foreign": { - "id": 3837, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2326, - "src": "67:4:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 3838, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "73:11:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "../Common.sol", - "id": 3844, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4162, - "sourceUnit": 66, - "src": "107:86:10", - "symbolAliases": [ - { - "foreign": { - "id": 3840, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "116:12:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 3841, - "name": "InvalidEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13, - "src": "130:10:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 3842, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "142:13:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 3843, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "157:12:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol", - "file": "../Semver.sol", - "id": 3846, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4162, - "sourceUnit": 2589, - "src": "194:39:10", - "symbolAliases": [ - { - "foreign": { - "id": 3845, - "name": "Semver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2588, - "src": "203:6:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol", - "file": "./ISchemaResolver.sol", - "id": 3848, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4162, - "sourceUnit": 3835, - "src": "235:56:10", - "symbolAliases": [ - { - "foreign": { - "id": 3847, - "name": "ISchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3834, - "src": "244:15:10", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 3850, - "name": "ISchemaResolver", - "nameLocations": [ - "402:15:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3834, - "src": "402:15:10" - }, - "id": 3851, - "nodeType": "InheritanceSpecifier", - "src": "402:15:10" - }, - { - "baseName": { - "id": 3852, - "name": "Semver", - "nameLocations": [ - "419:6:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "419:6:10" - }, - "id": 3853, - "nodeType": "InheritanceSpecifier", - "src": "419:6:10" - } - ], - "canonicalName": "SchemaResolver", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 3849, - "nodeType": "StructuredDocumentation", - "src": "293:73:10", - "text": "@title SchemaResolver\n @notice The base schema resolver contract." - }, - "fullyImplemented": false, - "id": 4161, - "linearizedBaseContracts": [ - 4161, - 2588, - 3834, - 2389 - ], - "name": "SchemaResolver", - "nameLocation": "384:14:10", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "11011294", - "id": 3855, - "name": "InsufficientValue", - "nameLocation": "438:17:10", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3854, - "nodeType": "ParameterList", - "parameters": [], - "src": "455:2:10" - }, - "src": "432:26:10" - }, - { - "errorSelector": "1574f9f3", - "id": 3857, - "name": "NotPayable", - "nameLocation": "469:10:10", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 3856, - "nodeType": "ParameterList", - "parameters": [], - "src": "479:2:10" - }, - "src": "463:19:10" - }, - { - "constant": false, - "id": 3860, - "mutability": "immutable", - "name": "_eas", - "nameLocation": "544:4:10", - "nodeType": "VariableDeclaration", - "scope": 4161, - "src": "520:28:10", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 3859, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3858, - "name": "IEAS", - "nameLocations": [ - "520:4:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "520:4:10" - }, - "referencedDeclaration": 2326, - "src": "520:4:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - }, - { - "body": { - "id": 3890, - "nodeType": "Block", - "src": "689:113:10", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 3880, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 3874, - "name": "eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3864, - "src": "711:3:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - ], - "id": 3873, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "703:7:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3872, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "703:7:10", - "typeDescriptions": {} - } - }, - "id": 3875, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "703:12:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 3878, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "727:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 3877, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "719:7:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 3876, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "719:7:10", - "typeDescriptions": {} - } - }, - "id": 3879, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "719:10:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "703:26:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3885, - "nodeType": "IfStatement", - "src": "699:76:10", - "trueBody": { - "id": 3884, - "nodeType": "Block", - "src": "731:44:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3881, - "name": "InvalidEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13, - "src": "752:10:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3882, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "752:12:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3883, - "nodeType": "RevertStatement", - "src": "745:19:10" - } - ] - } - }, - { - "expression": { - "id": 3888, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3886, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3860, - "src": "785:4:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 3887, - "name": "eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3864, - "src": "792:3:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "src": "785:10:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "id": 3889, - "nodeType": "ExpressionStatement", - "src": "785:10:10" - } - ] - }, - "documentation": { - "id": 3861, - "nodeType": "StructuredDocumentation", - "src": "555:91:10", - "text": "@dev Creates a new resolver.\n @param eas The address of the global EAS contract." - }, - "id": 3891, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "hexValue": "31", - "id": 3867, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "680:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - { - "hexValue": "33", - "id": 3868, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "683:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - { - "hexValue": "30", - "id": 3869, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "686:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 3870, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 3866, - "name": "Semver", - "nameLocations": [ - "673:6:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2588, - "src": "673:6:10" - }, - "nodeType": "ModifierInvocation", - "src": "673:15:10" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3865, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3864, - "mutability": "mutable", - "name": "eas", - "nameLocation": "668:3:10", - "nodeType": "VariableDeclaration", - "scope": 3891, - "src": "663:8:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 3863, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3862, - "name": "IEAS", - "nameLocations": [ - "663:4:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "663:4:10" - }, - "referencedDeclaration": 2326, - "src": "663:4:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "662:10:10" - }, - "returnParameters": { - "id": 3871, - "nodeType": "ParameterList", - "parameters": [], - "src": "689:0:10" - }, - "scope": 4161, - "src": "651:151:10", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 3898, - "nodeType": "Block", - "src": "895:39:10", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3894, - "name": "_onlyEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4160, - "src": "905:8:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$__$", - "typeString": "function () view" - } - }, - "id": 3895, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "905:10:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 3896, - "nodeType": "ExpressionStatement", - "src": "905:10:10" - }, - { - "id": 3897, - "nodeType": "PlaceholderStatement", - "src": "926:1:10" - } - ] - }, - "documentation": { - "id": 3892, - "nodeType": "StructuredDocumentation", - "src": "808:63:10", - "text": "@dev Ensures that only the EAS contract can make this call." - }, - "id": 3899, - "name": "onlyEAS", - "nameLocation": "885:7:10", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 3893, - "nodeType": "ParameterList", - "parameters": [], - "src": "892:2:10" - }, - "src": "876:58:10", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 3789 - ], - "body": { - "id": 3907, - "nodeType": "Block", - "src": "1032:29:10", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 3905, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1049:5:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 3904, - "id": 3906, - "nodeType": "Return", - "src": "1042:12:10" - } - ] - }, - "documentation": { - "id": 3900, - "nodeType": "StructuredDocumentation", - "src": "940:31:10", - "text": "@inheritdoc ISchemaResolver" - }, - "functionSelector": "ce46e046", - "id": 3908, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isPayable", - "nameLocation": "985:9:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3901, - "nodeType": "ParameterList", - "parameters": [], - "src": "994:2:10" - }, - "returnParameters": { - "id": 3904, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3903, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3908, - "src": "1026:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3902, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1026:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1025:6:10" - }, - "scope": 4161, - "src": "976:85:10", - "stateMutability": "pure", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 3920, - "nodeType": "Block", - "src": "1129:78:10", - "statements": [ - { - "condition": { - "id": 3914, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1143:12:10", - "subExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3912, - "name": "isPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3908, - "src": "1144:9:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_bool_$", - "typeString": "function () pure returns (bool)" - } - }, - "id": 3913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1144:11:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3919, - "nodeType": "IfStatement", - "src": "1139:62:10", - "trueBody": { - "id": 3918, - "nodeType": "Block", - "src": "1157:44:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3915, - "name": "NotPayable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3857, - "src": "1178:10:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3916, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1178:12:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3917, - "nodeType": "RevertStatement", - "src": "1171:19:10" - } - ] - } - } - ] - }, - "documentation": { - "id": 3909, - "nodeType": "StructuredDocumentation", - "src": "1067:22:10", - "text": "@dev ETH callback." - }, - "id": 3921, - "implemented": true, - "kind": "receive", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3910, - "nodeType": "ParameterList", - "parameters": [], - "src": "1101:2:10" - }, - "returnParameters": { - "id": 3911, - "nodeType": "ParameterList", - "parameters": [], - "src": "1129:0:10" - }, - "scope": 4161, - "src": "1094:113:10", - "stateMutability": "payable", - "virtual": true, - "visibility": "external" - }, - { - "baseFunctions": [ - 3798 - ], - "body": { - "id": 3938, - "nodeType": "Block", - "src": "1339:56:10", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 3933, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3925, - "src": "1365:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - { - "expression": { - "id": 3934, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1378:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3935, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1382:5:10", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "1378:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3932, - "name": "onAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4132, - "src": "1356:8:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Attestation_$49_calldata_ptr_$_t_uint256_$returns$_t_bool_$", - "typeString": "function (struct Attestation calldata,uint256) returns (bool)" - } - }, - "id": 3936, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1356:32:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 3931, - "id": 3937, - "nodeType": "Return", - "src": "1349:39:10" - } - ] - }, - "documentation": { - "id": 3922, - "nodeType": "StructuredDocumentation", - "src": "1213:31:10", - "text": "@inheritdoc ISchemaResolver" - }, - "functionSelector": "e60c3505", - "id": 3939, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 3928, - "kind": "modifierInvocation", - "modifierName": { - "id": 3927, - "name": "onlyEAS", - "nameLocations": [ - "1316:7:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3899, - "src": "1316:7:10" - }, - "nodeType": "ModifierInvocation", - "src": "1316:7:10" - } - ], - "name": "attest", - "nameLocation": "1258:6:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3926, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3925, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1286:11:10", - "nodeType": "VariableDeclaration", - "scope": 3939, - "src": "1265:32:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 3924, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3923, - "name": "Attestation", - "nameLocations": [ - "1265:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1265:11:10" - }, - "referencedDeclaration": 49, - "src": "1265:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "1264:34:10" - }, - "returnParameters": { - "id": 3931, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3930, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 3939, - "src": "1333:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3929, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1333:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1332:6:10" - }, - "scope": 4161, - "src": "1249:146:10", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 3811 - ], - "body": { - "id": 4020, - "nodeType": "Block", - "src": "1584:1314:10", - "statements": [ - { - "assignments": [ - 3955 - ], - "declarations": [ - { - "constant": false, - "id": 3955, - "mutability": "mutable", - "name": "length", - "nameLocation": "1602:6:10", - "nodeType": "VariableDeclaration", - "scope": 4020, - "src": "1594:14:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3954, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1594:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3958, - "initialValue": { - "expression": { - "id": 3956, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3944, - "src": "1611:12:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation calldata[] calldata" - } - }, - "id": 3957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1624:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1611:19:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1594:36:10" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3962, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3959, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3955, - "src": "1644:6:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "id": 3960, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3947, - "src": "1654:6:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[] calldata" - } - }, - "id": 3961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1661:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1654:13:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1644:23:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3967, - "nodeType": "IfStatement", - "src": "1640:76:10", - "trueBody": { - "id": 3966, - "nodeType": "Block", - "src": "1669:47:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3963, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "1690:13:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1690:15:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3965, - "nodeType": "RevertStatement", - "src": "1683:22:10" - } - ] - } - }, - { - "assignments": [ - 3969 - ], - "declarations": [ - { - "constant": false, - "id": 3969, - "mutability": "mutable", - "name": "remainingValue", - "nameLocation": "2131:14:10", - "nodeType": "VariableDeclaration", - "scope": 4020, - "src": "2123:22:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3968, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2123:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3972, - "initialValue": { - "expression": { - "id": 3970, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "2148:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 3971, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2152:5:10", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "2148:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2123:34:10" - }, - { - "body": { - "id": 4016, - "nodeType": "Block", - "src": "2221:649:10", - "statements": [ - { - "assignments": [ - 3987 - ], - "declarations": [ - { - "constant": false, - "id": 3987, - "mutability": "mutable", - "name": "value", - "nameLocation": "2333:5:10", - "nodeType": "VariableDeclaration", - "scope": 4016, - "src": "2325:13:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3986, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2325:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3991, - "initialValue": { - "baseExpression": { - "id": 3988, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3947, - "src": "2341:6:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[] calldata" - } - }, - "id": 3990, - "indexExpression": { - "id": 3989, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3974, - "src": "2348:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2341:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2325:25:10" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3994, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3992, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3987, - "src": "2368:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 3993, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3969, - "src": "2376:14:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2368:22:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 3999, - "nodeType": "IfStatement", - "src": "2364:87:10", - "trueBody": { - "id": 3998, - "nodeType": "Block", - "src": "2392:59:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 3995, - "name": "InsufficientValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3855, - "src": "2417:17:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 3996, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2417:19:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 3997, - "nodeType": "RevertStatement", - "src": "2410:26:10" - } - ] - } - }, - { - "condition": { - "id": 4006, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "2579:33:10", - "subExpression": { - "arguments": [ - { - "baseExpression": { - "id": 4001, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3944, - "src": "2589:12:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation calldata[] calldata" - } - }, - "id": 4003, - "indexExpression": { - "id": 4002, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3974, - "src": "2602:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2589:15:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - { - "id": 4004, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3987, - "src": "2606:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4000, - "name": "onAttest", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4132, - "src": "2580:8:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Attestation_$49_calldata_ptr_$_t_uint256_$returns$_t_bool_$", - "typeString": "function (struct Attestation calldata,uint256) returns (bool)" - } - }, - "id": 4005, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2580:32:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4010, - "nodeType": "IfStatement", - "src": "2575:84:10", - "trueBody": { - "id": 4009, - "nodeType": "Block", - "src": "2614:45:10", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 4007, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2639:5:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 3953, - "id": 4008, - "nodeType": "Return", - "src": "2632:12:10" - } - ] - } - }, - { - "id": 4015, - "nodeType": "UncheckedBlock", - "src": "2673:187:10", - "statements": [ - { - "expression": { - "id": 4013, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4011, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3969, - "src": "2822:14:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "id": 4012, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3987, - "src": "2840:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2822:23:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4014, - "nodeType": "ExpressionStatement", - "src": "2822:23:10" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 3979, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 3977, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3974, - "src": "2188:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 3978, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3955, - "src": "2192:6:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2188:10:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4017, - "initializationExpression": { - "assignments": [ - 3974 - ], - "declarations": [ - { - "constant": false, - "id": 3974, - "mutability": "mutable", - "name": "i", - "nameLocation": "2181:1:10", - "nodeType": "VariableDeclaration", - "scope": 4017, - "src": "2173:9:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 3973, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2173:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 3976, - "initialValue": { - "hexValue": "30", - "id": 3975, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2185:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "2173:13:10" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 3984, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 3980, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3974, - "src": "2200:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 3982, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3974, - "src": "2217:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 3981, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "2204:12:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 3983, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2204:15:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2200:19:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3985, - "nodeType": "ExpressionStatement", - "src": "2200:19:10" - }, - "nodeType": "ForStatement", - "src": "2168:702:10" - }, - { - "expression": { - "hexValue": "74727565", - "id": 4018, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2887:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 3953, - "id": 4019, - "nodeType": "Return", - "src": "2880:11:10" - } - ] - }, - "documentation": { - "id": 3940, - "nodeType": "StructuredDocumentation", - "src": "1401:31:10", - "text": "@inheritdoc ISchemaResolver" - }, - "functionSelector": "91db0b7e", - "id": 4021, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 3950, - "kind": "modifierInvocation", - "modifierName": { - "id": 3949, - "name": "onlyEAS", - "nameLocations": [ - "1561:7:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3899, - "src": "1561:7:10" - }, - "nodeType": "ModifierInvocation", - "src": "1561:7:10" - } - ], - "name": "multiAttest", - "nameLocation": "1446:11:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 3948, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3944, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "1490:12:10", - "nodeType": "VariableDeclaration", - "scope": 4021, - "src": "1467:35:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 3942, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 3941, - "name": "Attestation", - "nameLocations": [ - "1467:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1467:11:10" - }, - "referencedDeclaration": 49, - "src": "1467:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 3943, - "nodeType": "ArrayTypeName", - "src": "1467:13:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 3947, - "mutability": "mutable", - "name": "values", - "nameLocation": "1531:6:10", - "nodeType": "VariableDeclaration", - "scope": 4021, - "src": "1512:25:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 3945, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1512:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 3946, - "nodeType": "ArrayTypeName", - "src": "1512:9:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "1457:86:10" - }, - "returnParameters": { - "id": 3953, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 3952, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4021, - "src": "1578:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 3951, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1578:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1577:6:10" - }, - "scope": 4161, - "src": "1437:1461:10", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 3820 - ], - "body": { - "id": 4038, - "nodeType": "Block", - "src": "3030:56:10", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4033, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4025, - "src": "3056:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - { - "expression": { - "id": 4034, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3069:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 4035, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3073:5:10", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "3069:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4032, - "name": "onRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4143, - "src": "3047:8:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Attestation_$49_calldata_ptr_$_t_uint256_$returns$_t_bool_$", - "typeString": "function (struct Attestation calldata,uint256) returns (bool)" - } - }, - "id": 4036, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3047:32:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 4031, - "id": 4037, - "nodeType": "Return", - "src": "3040:39:10" - } - ] - }, - "documentation": { - "id": 4022, - "nodeType": "StructuredDocumentation", - "src": "2904:31:10", - "text": "@inheritdoc ISchemaResolver" - }, - "functionSelector": "e49617e1", - "id": 4039, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4028, - "kind": "modifierInvocation", - "modifierName": { - "id": 4027, - "name": "onlyEAS", - "nameLocations": [ - "3007:7:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3899, - "src": "3007:7:10" - }, - "nodeType": "ModifierInvocation", - "src": "3007:7:10" - } - ], - "name": "revoke", - "nameLocation": "2949:6:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4026, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4025, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "2977:11:10", - "nodeType": "VariableDeclaration", - "scope": 4039, - "src": "2956:32:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 4024, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4023, - "name": "Attestation", - "nameLocations": [ - "2956:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "2956:11:10" - }, - "referencedDeclaration": 49, - "src": "2956:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - } - ], - "src": "2955:34:10" - }, - "returnParameters": { - "id": 4031, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4030, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4039, - "src": "3024:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4029, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3024:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3023:6:10" - }, - "scope": 4161, - "src": "2940:146:10", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 3833 - ], - "body": { - "id": 4120, - "nodeType": "Block", - "src": "3275:1313:10", - "statements": [ - { - "assignments": [ - 4055 - ], - "declarations": [ - { - "constant": false, - "id": 4055, - "mutability": "mutable", - "name": "length", - "nameLocation": "3293:6:10", - "nodeType": "VariableDeclaration", - "scope": 4120, - "src": "3285:14:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4054, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3285:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4058, - "initialValue": { - "expression": { - "id": 4056, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4044, - "src": "3302:12:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation calldata[] calldata" - } - }, - "id": 4057, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3315:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3302:19:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3285:36:10" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4059, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4055, - "src": "3335:6:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "id": 4060, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4047, - "src": "3345:6:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[] calldata" - } - }, - "id": 4061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3352:6:10", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3345:13:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3335:23:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4067, - "nodeType": "IfStatement", - "src": "3331:76:10", - "trueBody": { - "id": 4066, - "nodeType": "Block", - "src": "3360:47:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4063, - "name": "InvalidLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 15, - "src": "3381:13:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 4064, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3381:15:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4065, - "nodeType": "RevertStatement", - "src": "3374:22:10" - } - ] - } - }, - { - "assignments": [ - 4069 - ], - "declarations": [ - { - "constant": false, - "id": 4069, - "mutability": "mutable", - "name": "remainingValue", - "nameLocation": "3822:14:10", - "nodeType": "VariableDeclaration", - "scope": 4120, - "src": "3814:22:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4068, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3814:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4072, - "initialValue": { - "expression": { - "id": 4070, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "3839:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 4071, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3843:5:10", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "3839:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3814:34:10" - }, - { - "body": { - "id": 4116, - "nodeType": "Block", - "src": "3912:648:10", - "statements": [ - { - "assignments": [ - 4087 - ], - "declarations": [ - { - "constant": false, - "id": 4087, - "mutability": "mutable", - "name": "value", - "nameLocation": "4024:5:10", - "nodeType": "VariableDeclaration", - "scope": 4116, - "src": "4016:13:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4086, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4016:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4091, - "initialValue": { - "baseExpression": { - "id": 4088, - "name": "values", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4047, - "src": "4032:6:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[] calldata" - } - }, - "id": 4090, - "indexExpression": { - "id": 4089, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4074, - "src": "4039:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "4032:9:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4016:25:10" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4094, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4092, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4087, - "src": "4059:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 4093, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4069, - "src": "4067:14:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4059:22:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4099, - "nodeType": "IfStatement", - "src": "4055:87:10", - "trueBody": { - "id": 4098, - "nodeType": "Block", - "src": "4083:59:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4095, - "name": "InsufficientValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3855, - "src": "4108:17:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 4096, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4108:19:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4097, - "nodeType": "RevertStatement", - "src": "4101:26:10" - } - ] - } - }, - { - "condition": { - "id": 4106, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4269:33:10", - "subExpression": { - "arguments": [ - { - "baseExpression": { - "id": 4101, - "name": "attestations", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4044, - "src": "4279:12:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation calldata[] calldata" - } - }, - "id": 4103, - "indexExpression": { - "id": 4102, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4074, - "src": "4292:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "4279:15:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - { - "id": 4104, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4087, - "src": "4296:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4100, - "name": "onRevoke", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4143, - "src": "4270:8:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_struct$_Attestation_$49_calldata_ptr_$_t_uint256_$returns$_t_bool_$", - "typeString": "function (struct Attestation calldata,uint256) returns (bool)" - } - }, - "id": 4105, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4270:32:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4110, - "nodeType": "IfStatement", - "src": "4265:84:10", - "trueBody": { - "id": 4109, - "nodeType": "Block", - "src": "4304:45:10", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 4107, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4329:5:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 4053, - "id": 4108, - "nodeType": "Return", - "src": "4322:12:10" - } - ] - } - }, - { - "id": 4115, - "nodeType": "UncheckedBlock", - "src": "4363:187:10", - "statements": [ - { - "expression": { - "id": 4113, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4111, - "name": "remainingValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4069, - "src": "4512:14:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "-=", - "rightHandSide": { - "id": 4112, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4087, - "src": "4530:5:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4512:23:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4114, - "nodeType": "ExpressionStatement", - "src": "4512:23:10" - } - ] - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4079, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4077, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4074, - "src": "3879:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 4078, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4055, - "src": "3883:6:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3879:10:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4117, - "initializationExpression": { - "assignments": [ - 4074 - ], - "declarations": [ - { - "constant": false, - "id": 4074, - "mutability": "mutable", - "name": "i", - "nameLocation": "3872:1:10", - "nodeType": "VariableDeclaration", - "scope": 4117, - "src": "3864:9:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4073, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3864:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 4076, - "initialValue": { - "hexValue": "30", - "id": 4075, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3876:1:10", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "3864:13:10" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 4084, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4080, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4074, - "src": "3891:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 4082, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4074, - "src": "3908:1:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 4081, - "name": "uncheckedInc", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 65, - "src": "3895:12:10", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 4083, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3895:15:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3891:19:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4085, - "nodeType": "ExpressionStatement", - "src": "3891:19:10" - }, - "nodeType": "ForStatement", - "src": "3859:701:10" - }, - { - "expression": { - "hexValue": "74727565", - "id": 4118, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4577:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 4053, - "id": 4119, - "nodeType": "Return", - "src": "4570:11:10" - } - ] - }, - "documentation": { - "id": 4040, - "nodeType": "StructuredDocumentation", - "src": "3092:31:10", - "text": "@inheritdoc ISchemaResolver" - }, - "functionSelector": "88e5b2d9", - "id": 4121, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4050, - "kind": "modifierInvocation", - "modifierName": { - "id": 4049, - "name": "onlyEAS", - "nameLocations": [ - "3252:7:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 3899, - "src": "3252:7:10" - }, - "nodeType": "ModifierInvocation", - "src": "3252:7:10" - } - ], - "name": "multiRevoke", - "nameLocation": "3137:11:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4048, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4044, - "mutability": "mutable", - "name": "attestations", - "nameLocation": "3181:12:10", - "nodeType": "VariableDeclaration", - "scope": 4121, - "src": "3158:35:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptr", - "typeString": "struct Attestation[]" - }, - "typeName": { - "baseType": { - "id": 4042, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4041, - "name": "Attestation", - "nameLocations": [ - "3158:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "3158:11:10" - }, - "referencedDeclaration": 49, - "src": "3158:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "id": 4043, - "nodeType": "ArrayTypeName", - "src": "3158:13:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Attestation_$49_storage_$dyn_storage_ptr", - "typeString": "struct Attestation[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4047, - "mutability": "mutable", - "name": "values", - "nameLocation": "3222:6:10", - "nodeType": "VariableDeclaration", - "scope": 4121, - "src": "3203:25:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_calldata_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 4045, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3203:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 4046, - "nodeType": "ArrayTypeName", - "src": "3203:9:10", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "3148:86:10" - }, - "returnParameters": { - "id": 4053, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4052, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4121, - "src": "3269:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4051, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3269:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3268:6:10" - }, - "scope": 4161, - "src": "3128:1460:10", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 4122, - "nodeType": "StructuredDocumentation", - "src": "4594:562:10", - "text": "@notice A resolver callback that should be implemented by child contracts.\n @param attestation The new attestation.\n @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in\n both attest() and multiAttest() callbacks EAS-only callbacks and that in case of multi attestations, it'll\n usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all the\n attestations in the batch.\n @return Whether the attestation is valid." - }, - "id": 4132, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "onAttest", - "nameLocation": "5170:8:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4128, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4125, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "5200:11:10", - "nodeType": "VariableDeclaration", - "scope": 4132, - "src": "5179:32:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 4124, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4123, - "name": "Attestation", - "nameLocations": [ - "5179:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "5179:11:10" - }, - "referencedDeclaration": 49, - "src": "5179:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4127, - "mutability": "mutable", - "name": "value", - "nameLocation": "5221:5:10", - "nodeType": "VariableDeclaration", - "scope": 4132, - "src": "5213:13:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4126, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5213:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5178:49:10" - }, - "returnParameters": { - "id": 4131, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4130, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4132, - "src": "5254:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4129, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5254:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "5253:6:10" - }, - "scope": 4161, - "src": "5161:99:10", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "documentation": { - "id": 4133, - "nodeType": "StructuredDocumentation", - "src": "5266:591:10", - "text": "@notice Processes an attestation revocation and verifies if it can be revoked.\n @param attestation The existing attestation to be revoked.\n @param value An explicit ETH amount that was sent to the resolver. Please note that this value is verified in\n both revoke() and multiRevoke() callbacks EAS-only callbacks and that in case of multi attestations, it'll\n usually hold that msg.value != value, since msg.value aggregated the sent ETH amounts for all the\n attestations in the batch.\n @return Whether the attestation can be revoked." - }, - "id": 4143, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "onRevoke", - "nameLocation": "5871:8:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4139, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4136, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "5901:11:10", - "nodeType": "VariableDeclaration", - "scope": 4143, - "src": "5880:32:10", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 4135, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4134, - "name": "Attestation", - "nameLocations": [ - "5880:11:10" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "5880:11:10" - }, - "referencedDeclaration": 49, - "src": "5880:11:10", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4138, - "mutability": "mutable", - "name": "value", - "nameLocation": "5922:5:10", - "nodeType": "VariableDeclaration", - "scope": 4143, - "src": "5914:13:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 4137, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5914:7:10", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5879:49:10" - }, - "returnParameters": { - "id": 4142, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4141, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4143, - "src": "5955:4:10", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4140, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5955:4:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "5954:6:10" - }, - "scope": 4161, - "src": "5862:99:10", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 4159, - "nodeType": "Block", - "src": "6068:95:10", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 4153, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 4147, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "6082:3:10", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 4148, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6086:6:10", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "6082:10:10", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [ - { - "id": 4151, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3860, - "src": "6104:4:10", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - ], - "id": 4150, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6096:7:10", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 4149, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6096:7:10", - "typeDescriptions": {} - } - }, - "id": 4152, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6096:13:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "6082:27:10", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4158, - "nodeType": "IfStatement", - "src": "6078:79:10", - "trueBody": { - "id": 4157, - "nodeType": "Block", - "src": "6111:46:10", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4154, - "name": "AccessDenied", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9, - "src": "6132:12:10", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 4155, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6132:14:10", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4156, - "nodeType": "RevertStatement", - "src": "6125:21:10" - } - ] - } - } - ] - }, - "documentation": { - "id": 4144, - "nodeType": "StructuredDocumentation", - "src": "5967:63:10", - "text": "@dev Ensures that only the EAS contract can make this call." - }, - "id": 4160, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_onlyEAS", - "nameLocation": "6044:8:10", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4145, - "nodeType": "ParameterList", - "parameters": [], - "src": "6052:2:10" - }, - "returnParameters": { - "id": 4146, - "nodeType": "ParameterList", - "parameters": [], - "src": "6068:0:10" - }, - "scope": 4161, - "src": "6035:128:10", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - } - ], - "scope": 4162, - "src": "366:5799:10", - "usedErrors": [ - 9, - 13, - 15, - 3855, - 3857 - ], - "usedEvents": [] - } - ], - "src": "33:6133:10" - }, - "id": 10 - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", - "exportedSymbols": { - "AccessManagedUpgradeable": [ - 4409 - ], - "AuthorityUtils": [ - 7183 - ], - "ContextUpgradeable": [ - 6813 - ], - "IAccessManaged": [ - 7223 - ], - "IAccessManager": [ - 7661 - ], - "IAuthority": [ - 7677 - ], - "Initializable": [ - 6767 - ] - }, - "id": 4410, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4163, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "116:24:11" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "file": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "id": 4165, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 7678, - "src": "142:81:11", - "symbolAliases": [ - { - "foreign": { - "id": 4164, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7677, - "src": "150:10:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "file": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "id": 4167, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 7184, - "src": "224:89:11", - "symbolAliases": [ - { - "foreign": { - "id": 4166, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7183, - "src": "232:14:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 4169, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 7662, - "src": "314:89:11", - "symbolAliases": [ - { - "foreign": { - "id": 4168, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "322:14:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "id": 4171, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 7224, - "src": "404:89:11", - "symbolAliases": [ - { - "foreign": { - "id": 4170, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "412:14:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "file": "../../utils/ContextUpgradeable.sol", - "id": 4173, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 6814, - "src": "494:70:11", - "symbolAliases": [ - { - "foreign": { - "id": 4172, - "name": "ContextUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6813, - "src": "502:18:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../../proxy/utils/Initializable.sol", - "id": 4175, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 4410, - "sourceUnit": 6768, - "src": "565:66:11", - "symbolAliases": [ - { - "foreign": { - "id": 4174, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6767, - "src": "573:13:11", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 4177, - "name": "Initializable", - "nameLocations": [ - "1201:13:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6767, - "src": "1201:13:11" - }, - "id": 4178, - "nodeType": "InheritanceSpecifier", - "src": "1201:13:11" - }, - { - "baseName": { - "id": 4179, - "name": "ContextUpgradeable", - "nameLocations": [ - "1216:18:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6813, - "src": "1216:18:11" - }, - "id": 4180, - "nodeType": "InheritanceSpecifier", - "src": "1216:18:11" - }, - { - "baseName": { - "id": 4181, - "name": "IAccessManaged", - "nameLocations": [ - "1236:14:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7223, - "src": "1236:14:11" - }, - "id": 4182, - "nodeType": "InheritanceSpecifier", - "src": "1236:14:11" - } - ], - "canonicalName": "AccessManagedUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 4176, - "nodeType": "StructuredDocumentation", - "src": "633:521:11", - "text": " @dev This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be\n permissioned according to an \"authority\": a contract like {AccessManager} that follows the {IAuthority} interface,\n implementing a policy that allows certain callers to access certain functions.\n IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public`\n functions, and ideally only used in `external` functions. See {restricted}." - }, - "fullyImplemented": true, - "id": 4409, - "linearizedBaseContracts": [ - 4409, - 7223, - 6813, - 6767 - ], - "name": "AccessManagedUpgradeable", - "nameLocation": "1173:24:11", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "AccessManagedUpgradeable.AccessManagedStorage", - "documentation": { - "id": 4183, - "nodeType": "StructuredDocumentation", - "src": "1257:71:11", - "text": "@custom:storage-location erc7201:openzeppelin.storage.AccessManaged" - }, - "id": 4188, - "members": [ - { - "constant": false, - "id": 4185, - "mutability": "mutable", - "name": "_authority", - "nameLocation": "1379:10:11", - "nodeType": "VariableDeclaration", - "scope": 4188, - "src": "1371:18:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4184, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1371:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4187, - "mutability": "mutable", - "name": "_consumingSchedule", - "nameLocation": "1405:18:11", - "nodeType": "VariableDeclaration", - "scope": 4188, - "src": "1400:23:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4186, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1400:4:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "AccessManagedStorage", - "nameLocation": "1340:20:11", - "nodeType": "StructDefinition", - "scope": 4409, - "src": "1333:97:11", - "visibility": "public" - }, - { - "constant": true, - "id": 4191, - "mutability": "constant", - "name": "AccessManagedStorageLocation", - "nameLocation": "1578:28:11", - "nodeType": "VariableDeclaration", - "scope": 4409, - "src": "1553:122:11", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 4189, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1553:7:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307866333137373335376162343664386166303037616233666462396166383164613138396531303638666566646330303733646361383861326361623430613030", - "id": 4190, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1609:66:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_109953455752606422573437920188507504950042604195039080537717645949022044948992_by_1", - "typeString": "int_const 1099...(70 digits omitted)...8992" - }, - "value": "0xf3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00" - }, - "visibility": "private" - }, - { - "body": { - "id": 4198, - "nodeType": "Block", - "src": "1772:87:11", - "statements": [ - { - "AST": { - "nativeSrc": "1791:62:11", - "nodeType": "YulBlock", - "src": "1791:62:11", - "statements": [ - { - "nativeSrc": "1805:38:11", - "nodeType": "YulAssignment", - "src": "1805:38:11", - "value": { - "name": "AccessManagedStorageLocation", - "nativeSrc": "1815:28:11", - "nodeType": "YulIdentifier", - "src": "1815:28:11" - }, - "variableNames": [ - { - "name": "$.slot", - "nativeSrc": "1805:6:11", - "nodeType": "YulIdentifier", - "src": "1805:6:11" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4195, - "isOffset": false, - "isSlot": true, - "src": "1805:6:11", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 4191, - "isOffset": false, - "isSlot": false, - "src": "1815:28:11", - "valueSize": 1 - } - ], - "id": 4197, - "nodeType": "InlineAssembly", - "src": "1782:71:11" - } - ] - }, - "id": 4199, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAccessManagedStorage", - "nameLocation": "1691:24:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4192, - "nodeType": "ParameterList", - "parameters": [], - "src": "1715:2:11" - }, - "returnParameters": { - "id": 4196, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4195, - "mutability": "mutable", - "name": "$", - "nameLocation": "1769:1:11", - "nodeType": "VariableDeclaration", - "scope": 4199, - "src": "1740:30:11", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - }, - "typeName": { - "id": 4194, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4193, - "name": "AccessManagedStorage", - "nameLocations": [ - "1740:20:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4188, - "src": "1740:20:11" - }, - "referencedDeclaration": 4188, - "src": "1740:20:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - } - }, - "visibility": "internal" - } - ], - "src": "1739:32:11" - }, - "scope": 4409, - "src": "1682:177:11", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 4211, - "nodeType": "Block", - "src": "2035:65:11", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4208, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4202, - "src": "2076:16:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4207, - "name": "__AccessManaged_init_unchained", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4224, - "src": "2045:30:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 4209, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2045:48:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4210, - "nodeType": "ExpressionStatement", - "src": "2045:48:11" - } - ] - }, - "documentation": { - "id": 4200, - "nodeType": "StructuredDocumentation", - "src": "1865:83:11", - "text": " @dev Initializes the contract connected to an initial authority." - }, - "id": 4212, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4205, - "kind": "modifierInvocation", - "modifierName": { - "id": 4204, - "name": "onlyInitializing", - "nameLocations": [ - "2018:16:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "2018:16:11" - }, - "nodeType": "ModifierInvocation", - "src": "2018:16:11" - } - ], - "name": "__AccessManaged_init", - "nameLocation": "1962:20:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4203, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4202, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "1991:16:11", - "nodeType": "VariableDeclaration", - "scope": 4212, - "src": "1983:24:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4201, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1983:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1982:26:11" - }, - "returnParameters": { - "id": 4206, - "nodeType": "ParameterList", - "parameters": [], - "src": "2035:0:11" - }, - "scope": 4409, - "src": "1953:147:11", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4223, - "nodeType": "Block", - "src": "2198:48:11", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4220, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4214, - "src": "2222:16:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4219, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4336, - "src": "2208:13:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 4221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2208:31:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4222, - "nodeType": "ExpressionStatement", - "src": "2208:31:11" - } - ] - }, - "id": 4224, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4217, - "kind": "modifierInvocation", - "modifierName": { - "id": 4216, - "name": "onlyInitializing", - "nameLocations": [ - "2181:16:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "2181:16:11" - }, - "nodeType": "ModifierInvocation", - "src": "2181:16:11" - } - ], - "name": "__AccessManaged_init_unchained", - "nameLocation": "2115:30:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4215, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4214, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "2154:16:11", - "nodeType": "VariableDeclaration", - "scope": 4224, - "src": "2146:24:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4213, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2146:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2145:26:11" - }, - "returnParameters": { - "id": 4218, - "nodeType": "ParameterList", - "parameters": [], - "src": "2198:0:11" - }, - "scope": 4409, - "src": "2106:140:11", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4235, - "nodeType": "Block", - "src": "3832:67:11", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4228, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "3856:10:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4229, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3856:12:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4230, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6804, - "src": "3870:8:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 4231, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3870:10:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 4227, - "name": "_checkCanCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4408, - "src": "3842:13:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_calldata_ptr_$returns$__$", - "typeString": "function (address,bytes calldata)" - } - }, - "id": 4232, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3842:39:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4233, - "nodeType": "ExpressionStatement", - "src": "3842:39:11" - }, - { - "id": 4234, - "nodeType": "PlaceholderStatement", - "src": "3891:1:11" - } - ] - }, - "documentation": { - "id": 4225, - "nodeType": "StructuredDocumentation", - "src": "2252:1553:11", - "text": " @dev Restricts access to a function as defined by the connected Authority for this contract and the\n caller and selector of the function that entered the contract.\n [IMPORTANT]\n ====\n In general, this modifier should only be used on `external` functions. It is okay to use it on `public`\n functions that are used as external entry points and are not called internally. Unless you know what you're\n doing, it should never be used on `internal` functions. Failure to follow these rules can have critical security\n implications! This is because the permissions are determined by the function that entered the contract, i.e. the\n function at the bottom of the call stack, and not the function where the modifier is visible in the source code.\n ====\n [WARNING]\n ====\n Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`]\n function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These\n functions are the only execution paths where a function selector cannot be unambiguosly determined from the calldata\n since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function\n if no calldata is provided. (See {_checkCanCall}).\n The `receive()` function will always panic whereas the `fallback()` may panic depending on the calldata length.\n ====" - }, - "id": 4236, - "name": "restricted", - "nameLocation": "3819:10:11", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 4226, - "nodeType": "ParameterList", - "parameters": [], - "src": "3829:2:11" - }, - "src": "3810:89:11", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7210 - ], - "body": { - "id": 4251, - "nodeType": "Block", - "src": "3999:105:11", - "statements": [ - { - "assignments": [ - 4244 - ], - "declarations": [ - { - "constant": false, - "id": 4244, - "mutability": "mutable", - "name": "$", - "nameLocation": "4038:1:11", - "nodeType": "VariableDeclaration", - "scope": 4251, - "src": "4009:30:11", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - }, - "typeName": { - "id": 4243, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4242, - "name": "AccessManagedStorage", - "nameLocations": [ - "4009:20:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4188, - "src": "4009:20:11" - }, - "referencedDeclaration": 4188, - "src": "4009:20:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4247, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4245, - "name": "_getAccessManagedStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4199, - "src": "4042:24:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagedStorage_$4188_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagedUpgradeable.AccessManagedStorage storage pointer)" - } - }, - "id": 4246, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4042:26:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4009:59:11" - }, - { - "expression": { - "expression": { - "id": 4248, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4244, - "src": "4085:1:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "id": 4249, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4087:10:11", - "memberName": "_authority", - "nodeType": "MemberAccess", - "referencedDeclaration": 4185, - "src": "4085:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 4241, - "id": 4250, - "nodeType": "Return", - "src": "4078:19:11" - } - ] - }, - "documentation": { - "id": 4237, - "nodeType": "StructuredDocumentation", - "src": "3905:30:11", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "bf7e214f", - "id": 4252, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "authority", - "nameLocation": "3949:9:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4238, - "nodeType": "ParameterList", - "parameters": [], - "src": "3958:2:11" - }, - "returnParameters": { - "id": 4241, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4240, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4252, - "src": "3990:7:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4239, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3990:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3989:9:11" - }, - "scope": 4409, - "src": "3940:164:11", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7216 - ], - "body": { - "id": 4288, - "nodeType": "Block", - "src": "4204:303:11", - "statements": [ - { - "assignments": [ - 4259 - ], - "declarations": [ - { - "constant": false, - "id": 4259, - "mutability": "mutable", - "name": "caller", - "nameLocation": "4222:6:11", - "nodeType": "VariableDeclaration", - "scope": 4288, - "src": "4214:14:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4258, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4214:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 4262, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4260, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "4231:10:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4261, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4231:12:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4214:29:11" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 4266, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4263, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4259, - "src": "4257:6:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4264, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "4267:9:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4265, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4267:11:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "4257:21:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4272, - "nodeType": "IfStatement", - "src": "4253:92:11", - "trueBody": { - "id": 4271, - "nodeType": "Block", - "src": "4280:65:11", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 4268, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4259, - "src": "4327:6:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4267, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7194, - "src": "4301:25:11", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 4269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4301:33:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4270, - "nodeType": "RevertStatement", - "src": "4294:40:11" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 4277, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 4273, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4255, - "src": "4358:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 4274, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4371:4:11", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "4358:17:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 4275, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4376:6:11", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4358:24:11", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4276, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4386:1:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4358:29:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4283, - "nodeType": "IfStatement", - "src": "4354:110:11", - "trueBody": { - "id": 4282, - "nodeType": "Block", - "src": "4389:75:11", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 4279, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4255, - "src": "4440:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4278, - "name": "AccessManagedInvalidAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7204, - "src": "4410:29:11", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 4280, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4410:43:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4281, - "nodeType": "RevertStatement", - "src": "4403:50:11" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 4285, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4255, - "src": "4487:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4284, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4336, - "src": "4473:13:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 4286, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4473:27:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4287, - "nodeType": "ExpressionStatement", - "src": "4473:27:11" - } - ] - }, - "documentation": { - "id": 4253, - "nodeType": "StructuredDocumentation", - "src": "4110:30:11", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "7a9e5e4b", - "id": 4289, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "setAuthority", - "nameLocation": "4154:12:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4256, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4255, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "4175:12:11", - "nodeType": "VariableDeclaration", - "scope": 4289, - "src": "4167:20:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4254, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4167:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "4166:22:11" - }, - "returnParameters": { - "id": 4257, - "nodeType": "ParameterList", - "parameters": [], - "src": "4204:0:11" - }, - "scope": 4409, - "src": "4145:362:11", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7222 - ], - "body": { - "id": 4312, - "nodeType": "Block", - "src": "4611:164:11", - "statements": [ - { - "assignments": [ - 4297 - ], - "declarations": [ - { - "constant": false, - "id": 4297, - "mutability": "mutable", - "name": "$", - "nameLocation": "4650:1:11", - "nodeType": "VariableDeclaration", - "scope": 4312, - "src": "4621:30:11", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - }, - "typeName": { - "id": 4296, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4295, - "name": "AccessManagedStorage", - "nameLocations": [ - "4621:20:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4188, - "src": "4621:20:11" - }, - "referencedDeclaration": 4188, - "src": "4621:20:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4300, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4298, - "name": "_getAccessManagedStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4199, - "src": "4654:24:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagedStorage_$4188_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagedUpgradeable.AccessManagedStorage storage pointer)" - } - }, - "id": 4299, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4654:26:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4621:59:11" - }, - { - "expression": { - "condition": { - "expression": { - "id": 4301, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4297, - "src": "4697:1:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "id": 4302, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4699:18:11", - "memberName": "_consumingSchedule", - "nodeType": "MemberAccess", - "referencedDeclaration": 4187, - "src": "4697:20:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 4308, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4766:1:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 4307, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4759:6:11", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 4306, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4759:6:11", - "typeDescriptions": {} - } - }, - "id": 4309, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4759:9:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 4310, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "4697:71:11", - "trueExpression": { - "expression": { - "expression": { - "id": 4303, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4720:4:11", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagedUpgradeable_$4409", - "typeString": "contract AccessManagedUpgradeable" - } - }, - "id": 4304, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4725:22:11", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 4313, - "src": "4720:27:11", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", - "typeString": "function () view external returns (bytes4)" - } - }, - "id": 4305, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4748:8:11", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "4720:36:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "functionReturnParameters": 4294, - "id": 4311, - "nodeType": "Return", - "src": "4690:78:11" - } - ] - }, - "documentation": { - "id": 4290, - "nodeType": "StructuredDocumentation", - "src": "4513:30:11", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "8fb36037", - "id": 4313, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isConsumingScheduledOp", - "nameLocation": "4557:22:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4291, - "nodeType": "ParameterList", - "parameters": [], - "src": "4579:2:11" - }, - "returnParameters": { - "id": 4294, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4293, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4313, - "src": "4603:6:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 4292, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4603:6:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "4602:8:11" - }, - "scope": 4409, - "src": "4548:227:11", - "stateMutability": "view", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 4335, - "nodeType": "Block", - "src": "5025:158:11", - "statements": [ - { - "assignments": [ - 4321 - ], - "declarations": [ - { - "constant": false, - "id": 4321, - "mutability": "mutable", - "name": "$", - "nameLocation": "5064:1:11", - "nodeType": "VariableDeclaration", - "scope": 4335, - "src": "5035:30:11", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - }, - "typeName": { - "id": 4320, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4319, - "name": "AccessManagedStorage", - "nameLocations": [ - "5035:20:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4188, - "src": "5035:20:11" - }, - "referencedDeclaration": 4188, - "src": "5035:20:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4324, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4322, - "name": "_getAccessManagedStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4199, - "src": "5068:24:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagedStorage_$4188_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagedUpgradeable.AccessManagedStorage storage pointer)" - } - }, - "id": 4323, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5068:26:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5035:59:11" - }, - { - "expression": { - "id": 4329, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 4325, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4321, - "src": "5104:1:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "id": 4327, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5106:10:11", - "memberName": "_authority", - "nodeType": "MemberAccess", - "referencedDeclaration": 4185, - "src": "5104:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 4328, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4316, - "src": "5119:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "5104:27:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 4330, - "nodeType": "ExpressionStatement", - "src": "5104:27:11" - }, - { - "eventCall": { - "arguments": [ - { - "id": 4332, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4316, - "src": "5163:12:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4331, - "name": "AuthorityUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7190, - "src": "5146:16:11", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 4333, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5146:30:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4334, - "nodeType": "EmitStatement", - "src": "5141:35:11" - } - ] - }, - "documentation": { - "id": 4314, - "nodeType": "StructuredDocumentation", - "src": "4781:177:11", - "text": " @dev Transfers control to a new authority. Internal function with no access restriction. Allows bypassing the\n permissions set by the current authority." - }, - "id": 4336, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setAuthority", - "nameLocation": "4972:13:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4317, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4316, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "4994:12:11", - "nodeType": "VariableDeclaration", - "scope": 4336, - "src": "4986:20:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4315, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4986:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "4985:22:11" - }, - "returnParameters": { - "id": 4318, - "nodeType": "ParameterList", - "parameters": [], - "src": "5025:0:11" - }, - "scope": 4409, - "src": "4963:220:11", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 4407, - "nodeType": "Block", - "src": "5435:590:11", - "statements": [ - { - "assignments": [ - 4346 - ], - "declarations": [ - { - "constant": false, - "id": 4346, - "mutability": "mutable", - "name": "$", - "nameLocation": "5474:1:11", - "nodeType": "VariableDeclaration", - "scope": 4407, - "src": "5445:30:11", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - }, - "typeName": { - "id": 4345, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4344, - "name": "AccessManagedStorage", - "nameLocations": [ - "5445:20:11" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4188, - "src": "5445:20:11" - }, - "referencedDeclaration": 4188, - "src": "5445:20:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4349, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4347, - "name": "_getAccessManagedStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4199, - "src": "5478:24:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagedStorage_$4188_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagedUpgradeable.AccessManagedStorage storage pointer)" - } - }, - "id": 4348, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5478:26:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5445:59:11" - }, - { - "assignments": [ - 4351, - 4353 - ], - "declarations": [ - { - "constant": false, - "id": 4351, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "5520:9:11", - "nodeType": "VariableDeclaration", - "scope": 4407, - "src": "5515:14:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4350, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5515:4:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4353, - "mutability": "mutable", - "name": "delay", - "nameLocation": "5538:5:11", - "nodeType": "VariableDeclaration", - "scope": 4407, - "src": "5531:12:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4352, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5531:6:11", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 4371, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4356, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "5592:9:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4357, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5592:11:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 4358, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4339, - "src": "5617:6:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 4361, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "5645:4:11", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagedUpgradeable_$4409", - "typeString": "contract AccessManagedUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagedUpgradeable_$4409", - "typeString": "contract AccessManagedUpgradeable" - } - ], - "id": 4360, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5637:7:11", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 4359, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5637:7:11", - "typeDescriptions": {} - } - }, - "id": 4362, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5637:13:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "baseExpression": { - "id": 4365, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4341, - "src": "5671:4:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "34", - "id": 4367, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5678:1:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "id": 4368, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "5671:9:11", - "startExpression": { - "hexValue": "30", - "id": 4366, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5676:1:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - ], - "id": 4364, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5664:6:11", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 4363, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "5664:6:11", - "typeDescriptions": {} - } - }, - "id": 4369, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5664:17:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "expression": { - "id": 4354, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7183, - "src": "5547:14:11", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_AuthorityUtils_$7183_$", - "typeString": "type(library AuthorityUtils)" - } - }, - "id": 4355, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5562:16:11", - "memberName": "canCallWithDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 7182, - "src": "5547:31:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_address_$_t_bytes4_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,address,address,bytes4) view returns (bool,uint32)" - } - }, - "id": 4370, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5547:144:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5514:177:11" - }, - { - "condition": { - "id": 4373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "5705:10:11", - "subExpression": { - "id": 4372, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4351, - "src": "5706:9:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4406, - "nodeType": "IfStatement", - "src": "5701:318:11", - "trueBody": { - "id": 4405, - "nodeType": "Block", - "src": "5717:302:11", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 4376, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4374, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4353, - "src": "5735:5:11", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 4375, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5743:1:11", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5735:9:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 4403, - "nodeType": "Block", - "src": "5936:73:11", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 4400, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4339, - "src": "5987:6:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4399, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7194, - "src": "5961:25:11", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 4401, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5961:33:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4402, - "nodeType": "RevertStatement", - "src": "5954:40:11" - } - ] - }, - "id": 4404, - "nodeType": "IfStatement", - "src": "5731:278:11", - "trueBody": { - "id": 4398, - "nodeType": "Block", - "src": "5746:184:11", - "statements": [ - { - "expression": { - "id": 4381, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 4377, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4346, - "src": "5764:1:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "id": 4379, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5766:18:11", - "memberName": "_consumingSchedule", - "nodeType": "MemberAccess", - "referencedDeclaration": 4187, - "src": "5764:20:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 4380, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5787:4:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "5764:27:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4382, - "nodeType": "ExpressionStatement", - "src": "5764:27:11" - }, - { - "expression": { - "arguments": [ - { - "id": 4388, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4339, - "src": "5856:6:11", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 4389, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4341, - "src": "5864:4:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4384, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "5824:9:11", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4385, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5824:11:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4383, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "5809:14:11", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManager_$7661_$", - "typeString": "type(contract IAccessManager)" - } - }, - "id": 4386, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5809:27:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManager_$7661", - "typeString": "contract IAccessManager" - } - }, - "id": 4387, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5837:18:11", - "memberName": "consumeScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7640, - "src": "5809:46:11", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (address,bytes memory) external" - } - }, - "id": 4390, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5809:60:11", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4391, - "nodeType": "ExpressionStatement", - "src": "5809:60:11" - }, - { - "expression": { - "id": 4396, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 4392, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4346, - "src": "5887:1:11", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagedStorage_$4188_storage_ptr", - "typeString": "struct AccessManagedUpgradeable.AccessManagedStorage storage pointer" - } - }, - "id": 4394, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5889:18:11", - "memberName": "_consumingSchedule", - "nodeType": "MemberAccess", - "referencedDeclaration": 4187, - "src": "5887:20:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 4395, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5910:5:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "5887:28:11", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4397, - "nodeType": "ExpressionStatement", - "src": "5887:28:11" - } - ] - } - } - ] - } - } - ] - }, - "documentation": { - "id": 4337, - "nodeType": "StructuredDocumentation", - "src": "5189:164:11", - "text": " @dev Reverts if the caller is not allowed to call the function identified by a selector. Panics if the calldata\n is less than 4 bytes long." - }, - "id": 4408, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkCanCall", - "nameLocation": "5367:13:11", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4342, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4339, - "mutability": "mutable", - "name": "caller", - "nameLocation": "5389:6:11", - "nodeType": "VariableDeclaration", - "scope": 4408, - "src": "5381:14:11", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4338, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5381:7:11", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4341, - "mutability": "mutable", - "name": "data", - "nameLocation": "5412:4:11", - "nodeType": "VariableDeclaration", - "scope": 4408, - "src": "5397:19:11", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 4340, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5397:5:11", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5380:37:11" - }, - "returnParameters": { - "id": 4343, - "nodeType": "ParameterList", - "parameters": [], - "src": "5435:0:11" - }, - "scope": 4409, - "src": "5358:667:11", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 4410, - "src": "1155:4872:11", - "usedErrors": [ - 6530, - 6533, - 7194, - 7200, - 7204 - ], - "usedEvents": [ - 6538, - 7190 - ] - } - ], - "src": "116:5912:11" - }, - "id": 11 - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "exportedSymbols": { - "AccessManagerUpgradeable": [ - 6513 - ], - "Address": [ - 7969 - ], - "ContextUpgradeable": [ - 6813 - ], - "IAccessManaged": [ - 7223 - ], - "IAccessManager": [ - 7661 - ], - "Initializable": [ - 6767 - ], - "Math": [ - 10454 - ], - "MulticallUpgradeable": [ - 6916 - ], - "Time": [ - 12589 - ] - }, - "id": 6514, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 4411, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "116:24:12" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 4413, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 7662, - "src": "142:89:12", - "symbolAliases": [ - { - "foreign": { - "id": 4412, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "150:14:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "id": 4415, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 7224, - "src": "232:89:12", - "symbolAliases": [ - { - "foreign": { - "id": 4414, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "240:14:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 4417, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 7970, - "src": "322:66:12", - "symbolAliases": [ - { - "foreign": { - "id": 4416, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "330:7:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "file": "../../utils/ContextUpgradeable.sol", - "id": 4419, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 6814, - "src": "389:70:12", - "symbolAliases": [ - { - "foreign": { - "id": 4418, - "name": "ContextUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6813, - "src": "397:18:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol", - "file": "../../utils/MulticallUpgradeable.sol", - "id": 4421, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 6917, - "src": "460:74:12", - "symbolAliases": [ - { - "foreign": { - "id": 4420, - "name": "MulticallUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6916, - "src": "468:20:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "file": "@openzeppelin/contracts/utils/math/Math.sol", - "id": 4423, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 10455, - "src": "535:65:12", - "symbolAliases": [ - { - "foreign": { - "id": 4422, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "543:4:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "file": "@openzeppelin/contracts/utils/types/Time.sol", - "id": 4425, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 12590, - "src": "601:66:12", - "symbolAliases": [ - { - "foreign": { - "id": 4424, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "609:4:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../../proxy/utils/Initializable.sol", - "id": 4427, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6514, - "sourceUnit": 6768, - "src": "668:66:12", - "symbolAliases": [ - { - "foreign": { - "id": 4426, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6767, - "src": "676:13:12", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 4429, - "name": "Initializable", - "nameLocations": [ - "4002:13:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6767, - "src": "4002:13:12" - }, - "id": 4430, - "nodeType": "InheritanceSpecifier", - "src": "4002:13:12" - }, - { - "baseName": { - "id": 4431, - "name": "ContextUpgradeable", - "nameLocations": [ - "4017:18:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6813, - "src": "4017:18:12" - }, - "id": 4432, - "nodeType": "InheritanceSpecifier", - "src": "4017:18:12" - }, - { - "baseName": { - "id": 4433, - "name": "MulticallUpgradeable", - "nameLocations": [ - "4037:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6916, - "src": "4037:20:12" - }, - "id": 4434, - "nodeType": "InheritanceSpecifier", - "src": "4037:20:12" - }, - { - "baseName": { - "id": 4435, - "name": "IAccessManager", - "nameLocations": [ - "4059:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7661, - "src": "4059:14:12" - }, - "id": 4436, - "nodeType": "InheritanceSpecifier", - "src": "4059:14:12" - } - ], - "canonicalName": "AccessManagerUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 4428, - "nodeType": "StructuredDocumentation", - "src": "736:3228:12", - "text": " @dev AccessManager is a central contract to store the permissions of a system.\n A smart contract under the control of an AccessManager instance is known as a target, and will inherit from the\n {AccessManaged} contract, be connected to this contract as its manager and implement the {AccessManaged-restricted}\n modifier on a set of functions selected to be permissioned. Note that any function without this setup won't be\n effectively restricted.\n The restriction rules for such functions are defined in terms of \"roles\" identified by an `uint64` and scoped\n by target (`address`) and function selectors (`bytes4`). These roles are stored in this contract and can be\n configured by admins (`ADMIN_ROLE` members) after a delay (see {getTargetAdminDelay}).\n For each target contract, admins can configure the following without any delay:\n * The target's {AccessManaged-authority} via {updateAuthority}.\n * Close or open a target via {setTargetClosed} keeping the permissions intact.\n * The roles that are allowed (or disallowed) to call a given function (identified by its selector) through {setTargetFunctionRole}.\n By default every address is member of the `PUBLIC_ROLE` and every target function is restricted to the `ADMIN_ROLE` until configured otherwise.\n Additionally, each role has the following configuration options restricted to this manager's admins:\n * A role's admin role via {setRoleAdmin} who can grant or revoke roles.\n * A role's guardian role via {setRoleGuardian} who's allowed to cancel operations.\n * A delay in which a role takes effect after being granted through {setGrantDelay}.\n * A delay of any target's admin action via {setTargetAdminDelay}.\n * A role label for discoverability purposes with {labelRole}.\n Any account can be added and removed into any number of these roles by using the {grantRole} and {revokeRole} functions\n restricted to each role's admin (see {getRoleAdmin}).\n Since all the permissions of the managed system can be modified by the admins of this instance, it is expected that\n they will be highly secured (e.g., a multisig or a well-configured DAO).\n NOTE: This contract implements a form of the {IAuthority} interface, but {canCall} has additional return data so it\n doesn't inherit `IAuthority`. It is however compatible with the `IAuthority` interface since the first 32 bytes of\n the return data are a boolean as expected by that interface.\n NOTE: Systems that implement other access control mechanisms (for example using {Ownable}) can be paired with an\n {AccessManager} by transferring permissions (ownership in the case of {Ownable}) directly to the {AccessManager}.\n Users will be able to interact with these contracts through the {execute} function, following the access rules\n registered in the {AccessManager}. Keep in mind that in that context, the msg.sender seen by restricted functions\n will be {AccessManager} itself.\n WARNING: When granting permissions over an {Ownable} or {AccessControl} contract to an {AccessManager}, be very\n mindful of the danger associated with functions such as {{Ownable-renounceOwnership}} or\n {{AccessControl-renounceRole}}." - }, - "fullyImplemented": true, - "id": 6513, - "linearizedBaseContracts": [ - 6513, - 7661, - 6916, - 6813, - 6767 - ], - "name": "AccessManagerUpgradeable", - "nameLocation": "3974:24:12", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 4438, - "libraryName": { - "id": 4437, - "name": "Time", - "nameLocations": [ - "4086:4:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12589, - "src": "4086:4:12" - }, - "nodeType": "UsingForDirective", - "src": "4080:17:12" - }, - { - "canonicalName": "AccessManagerUpgradeable.TargetConfig", - "id": 4448, - "members": [ - { - "constant": false, - "id": 4442, - "mutability": "mutable", - "name": "allowedRoles", - "nameLocation": "4239:12:12", - "nodeType": "VariableDeclaration", - "scope": 4448, - "src": "4197:54:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - }, - "typeName": { - "id": 4441, - "keyName": "selector", - "keyNameLocation": "4212:8:12", - "keyType": { - "id": 4439, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4205:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "Mapping", - "src": "4197:41:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - }, - "valueName": "roleId", - "valueNameLocation": "4231:6:12", - "valueType": { - "id": 4440, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4224:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4445, - "mutability": "mutable", - "name": "adminDelay", - "nameLocation": "4272:10:12", - "nodeType": "VariableDeclaration", - "scope": 4448, - "src": "4261:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 4444, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4443, - "name": "Time.Delay", - "nameLocations": [ - "4261:4:12", - "4266:5:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4261:10:12" - }, - "referencedDeclaration": 12351, - "src": "4261:10:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4447, - "mutability": "mutable", - "name": "closed", - "nameLocation": "4297:6:12", - "nodeType": "VariableDeclaration", - "scope": 4448, - "src": "4292:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4446, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4292:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "TargetConfig", - "nameLocation": "4174:12:12", - "nodeType": "StructDefinition", - "scope": 6513, - "src": "4167:143:12", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Access", - "id": 4454, - "members": [ - { - "constant": false, - "id": 4450, - "mutability": "mutable", - "name": "since", - "nameLocation": "4605:5:12", - "nodeType": "VariableDeclaration", - "scope": 4454, - "src": "4598:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 4449, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4598:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4453, - "mutability": "mutable", - "name": "delay", - "nameLocation": "4711:5:12", - "nodeType": "VariableDeclaration", - "scope": 4454, - "src": "4700:16:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 4452, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4451, - "name": "Time.Delay", - "nameLocations": [ - "4700:4:12", - "4705:5:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4700:10:12" - }, - "referencedDeclaration": 12351, - "src": "4700:10:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "name": "Access", - "nameLocation": "4429:6:12", - "nodeType": "StructDefinition", - "scope": 6513, - "src": "4422:301:12", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Role", - "id": 4467, - "members": [ - { - "constant": false, - "id": 4459, - "mutability": "mutable", - "name": "members", - "nameLocation": "4874:7:12", - "nodeType": "VariableDeclaration", - "scope": 4467, - "src": "4835:46:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access)" - }, - "typeName": { - "id": 4458, - "keyName": "user", - "keyNameLocation": "4851:4:12", - "keyType": { - "id": 4455, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4843:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "4835:38:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access)" - }, - "valueName": "access", - "valueNameLocation": "4866:6:12", - "valueType": { - "id": 4457, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4456, - "name": "Access", - "nameLocations": [ - "4859:6:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4454, - "src": "4859:6:12" - }, - "referencedDeclaration": 4454, - "src": "4859:6:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4461, - "mutability": "mutable", - "name": "admin", - "nameLocation": "4952:5:12", - "nodeType": "VariableDeclaration", - "scope": 4467, - "src": "4945:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4460, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4945:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4463, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "5061:8:12", - "nodeType": "VariableDeclaration", - "scope": 4467, - "src": "5054:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4462, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5054:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4466, - "mutability": "mutable", - "name": "grantDelay", - "nameLocation": "5159:10:12", - "nodeType": "VariableDeclaration", - "scope": 4467, - "src": "5148:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 4465, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4464, - "name": "Time.Delay", - "nameLocations": [ - "5148:4:12", - "5153:5:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "5148:10:12" - }, - "referencedDeclaration": 12351, - "src": "5148:10:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "name": "Role", - "nameLocation": "4788:4:12", - "nodeType": "StructDefinition", - "scope": 6513, - "src": "4781:395:12", - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.Schedule", - "id": 4472, - "members": [ - { - "constant": false, - "id": 4469, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "5381:9:12", - "nodeType": "VariableDeclaration", - "scope": 4472, - "src": "5374:16:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 4468, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "5374:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4471, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "5492:5:12", - "nodeType": "VariableDeclaration", - "scope": 4472, - "src": "5485:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4470, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5485:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "name": "Schedule", - "nameLocation": "5297:8:12", - "nodeType": "StructDefinition", - "scope": 6513, - "src": "5290:214:12", - "visibility": "public" - }, - { - "constant": true, - "functionSelector": "75b238fc", - "id": 4479, - "mutability": "constant", - "name": "ADMIN_ROLE", - "nameLocation": "5533:10:12", - "nodeType": "VariableDeclaration", - "scope": 6513, - "src": "5510:52:12", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4473, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5510:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "expression": { - "arguments": [ - { - "id": 4476, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5551:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 4475, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5551:6:12", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 4474, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5546:4:12", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 4477, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5546:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 4478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5559:3:12", - "memberName": "min", - "nodeType": "MemberAccess", - "src": "5546:16:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "public" - }, - { - "constant": true, - "functionSelector": "3ca7c02a", - "id": 4486, - "mutability": "constant", - "name": "PUBLIC_ROLE", - "nameLocation": "5596:11:12", - "nodeType": "VariableDeclaration", - "scope": 6513, - "src": "5573:53:12", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4480, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5573:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "value": { - "expression": { - "arguments": [ - { - "id": 4483, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5615:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 4482, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5615:6:12", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 4481, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5610:4:12", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 4484, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5610:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 4485, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5623:3:12", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5610:16:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "public" - }, - { - "canonicalName": "AccessManagerUpgradeable.AccessManagerStorage", - "documentation": { - "id": 4487, - "nodeType": "StructuredDocumentation", - "src": "5644:71:12", - "text": "@custom:storage-location erc7201:openzeppelin.storage.AccessManager" - }, - "id": 4505, - "members": [ - { - "constant": false, - "id": 4492, - "mutability": "mutable", - "name": "_targets", - "nameLocation": "5803:8:12", - "nodeType": "VariableDeclaration", - "scope": 4505, - "src": "5758:53:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig)" - }, - "typeName": { - "id": 4491, - "keyName": "target", - "keyNameLocation": "5774:6:12", - "keyType": { - "id": 4488, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5766:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "5758:44:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig)" - }, - "valueName": "mode", - "valueNameLocation": "5797:4:12", - "valueType": { - "id": 4490, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4489, - "name": "TargetConfig", - "nameLocations": [ - "5784:12:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4448, - "src": "5784:12:12" - }, - "referencedDeclaration": 4448, - "src": "5784:12:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.TargetConfig" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4497, - "mutability": "mutable", - "name": "_roles", - "nameLocation": "5852:6:12", - "nodeType": "VariableDeclaration", - "scope": 4505, - "src": "5821:37:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role)" - }, - "typeName": { - "id": 4496, - "keyName": "roleId", - "keyNameLocation": "5836:6:12", - "keyType": { - "id": 4493, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "5829:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Mapping", - "src": "5821:30:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 4495, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4494, - "name": "Role", - "nameLocations": [ - "5846:4:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4467, - "src": "5846:4:12" - }, - "referencedDeclaration": 4467, - "src": "5846:4:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Role" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4502, - "mutability": "mutable", - "name": "_schedules", - "nameLocation": "5909:10:12", - "nodeType": "VariableDeclaration", - "scope": 4505, - "src": "5868:51:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule)" - }, - "typeName": { - "id": 4501, - "keyName": "operationId", - "keyNameLocation": "5884:11:12", - "keyType": { - "id": 4498, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5876:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "5868:40:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 4500, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4499, - "name": "Schedule", - "nameLocations": [ - "5899:8:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4472, - "src": "5899:8:12" - }, - "referencedDeclaration": 4472, - "src": "5899:8:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Schedule" - } - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4504, - "mutability": "mutable", - "name": "_executionId", - "nameLocation": "6097:12:12", - "nodeType": "VariableDeclaration", - "scope": 4505, - "src": "6089:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 4503, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6089:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "name": "AccessManagerStorage", - "nameLocation": "5727:20:12", - "nodeType": "StructDefinition", - "scope": 6513, - "src": "5720:396:12", - "visibility": "public" - }, - { - "constant": true, - "id": 4508, - "mutability": "constant", - "name": "AccessManagerStorageLocation", - "nameLocation": "6264:28:12", - "nodeType": "VariableDeclaration", - "scope": 6513, - "src": "6239:122:12", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 4506, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6239:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307834306336633863323837383938353363376566643832336162323038323462626437313731386138613539313565383535663666323838633961323661643030", - "id": 4507, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6295:66:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_29299243621927912501975100674646232566047861093815282902029844633489617890560_by_1", - "typeString": "int_const 2929...(69 digits omitted)...0560" - }, - "value": "0x40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00" - }, - "visibility": "private" - }, - { - "body": { - "id": 4515, - "nodeType": "Block", - "src": "6458:87:12", - "statements": [ - { - "AST": { - "nativeSrc": "6477:62:12", - "nodeType": "YulBlock", - "src": "6477:62:12", - "statements": [ - { - "nativeSrc": "6491:38:12", - "nodeType": "YulAssignment", - "src": "6491:38:12", - "value": { - "name": "AccessManagerStorageLocation", - "nativeSrc": "6501:28:12", - "nodeType": "YulIdentifier", - "src": "6501:28:12" - }, - "variableNames": [ - { - "name": "$.slot", - "nativeSrc": "6491:6:12", - "nodeType": "YulIdentifier", - "src": "6491:6:12" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 4512, - "isOffset": false, - "isSlot": true, - "src": "6491:6:12", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 4508, - "isOffset": false, - "isSlot": false, - "src": "6501:28:12", - "valueSize": 1 - } - ], - "id": 4514, - "nodeType": "InlineAssembly", - "src": "6468:71:12" - } - ] - }, - "id": 4516, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAccessManagerStorage", - "nameLocation": "6377:24:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4509, - "nodeType": "ParameterList", - "parameters": [], - "src": "6401:2:12" - }, - "returnParameters": { - "id": 4513, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4512, - "mutability": "mutable", - "name": "$", - "nameLocation": "6455:1:12", - "nodeType": "VariableDeclaration", - "scope": 4516, - "src": "6426:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4511, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4510, - "name": "AccessManagerStorage", - "nameLocations": [ - "6426:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "6426:20:12" - }, - "referencedDeclaration": 4505, - "src": "6426:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "src": "6425:32:12" - }, - "scope": 6513, - "src": "6368:177:12", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 4523, - "nodeType": "Block", - "src": "6737:46:12", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4519, - "name": "_checkAuthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6146, - "src": "6747:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", - "typeString": "function ()" - } - }, - "id": 4520, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6747:18:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4521, - "nodeType": "ExpressionStatement", - "src": "6747:18:12" - }, - { - "id": 4522, - "nodeType": "PlaceholderStatement", - "src": "6775:1:12" - } - ] - }, - "documentation": { - "id": 4517, - "nodeType": "StructuredDocumentation", - "src": "6551:155:12", - "text": " @dev Check that the caller is authorized to perform the operation, following the restrictions encoded in\n {_getAdminRestrictions}." - }, - "id": 4524, - "name": "onlyAuthorized", - "nameLocation": "6720:14:12", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 4518, - "nodeType": "ParameterList", - "parameters": [], - "src": "6734:2:12" - }, - "src": "6711:72:12", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4535, - "nodeType": "Block", - "src": "6867:61:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4532, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4526, - "src": "6908:12:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4531, - "name": "__AccessManager_init_unchained", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4566, - "src": "6877:30:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 4533, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6877:44:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4534, - "nodeType": "ExpressionStatement", - "src": "6877:44:12" - } - ] - }, - "id": 4536, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4529, - "kind": "modifierInvocation", - "modifierName": { - "id": 4528, - "name": "onlyInitializing", - "nameLocations": [ - "6850:16:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "6850:16:12" - }, - "nodeType": "ModifierInvocation", - "src": "6850:16:12" - } - ], - "name": "__AccessManager_init", - "nameLocation": "6798:20:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4527, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4526, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "6827:12:12", - "nodeType": "VariableDeclaration", - "scope": 4536, - "src": "6819:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4525, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6819:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "6818:22:12" - }, - "returnParameters": { - "id": 4530, - "nodeType": "ParameterList", - "parameters": [], - "src": "6867:0:12" - }, - "scope": 6513, - "src": "6789:139:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 4565, - "nodeType": "Block", - "src": "7022:249:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 4548, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4543, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4538, - "src": "7036:12:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 4546, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7060:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 4545, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7052:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 4544, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7052:7:12", - "typeDescriptions": {} - } - }, - "id": 4547, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7052:10:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "7036:26:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4557, - "nodeType": "IfStatement", - "src": "7032:108:12", - "trueBody": { - "id": 4556, - "nodeType": "Block", - "src": "7064:76:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "arguments": [ - { - "hexValue": "30", - "id": 4552, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7126:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 4551, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7118:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 4550, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7118:7:12", - "typeDescriptions": {} - } - }, - "id": 4553, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7118:10:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4549, - "name": "AccessManagerInvalidInitialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7391, - "src": "7085:32:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 4554, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7085:44:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4555, - "nodeType": "RevertStatement", - "src": "7078:51:12" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 4559, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "7233:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4560, - "name": "initialAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4538, - "src": "7245:12:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "hexValue": "30", - "id": 4561, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7259:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 4562, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7262:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 4558, - "name": "_grantRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5131, - "src": "7222:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$_t_uint32_$_t_uint32_$returns$_t_bool_$", - "typeString": "function (uint64,address,uint32,uint32) returns (bool)" - } - }, - "id": 4563, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7222:42:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4564, - "nodeType": "ExpressionStatement", - "src": "7222:42:12" - } - ] - }, - "id": 4566, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4541, - "kind": "modifierInvocation", - "modifierName": { - "id": 4540, - "name": "onlyInitializing", - "nameLocations": [ - "7005:16:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "7005:16:12" - }, - "nodeType": "ModifierInvocation", - "src": "7005:16:12" - } - ], - "name": "__AccessManager_init_unchained", - "nameLocation": "6943:30:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4539, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4538, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "6982:12:12", - "nodeType": "VariableDeclaration", - "scope": 4566, - "src": "6974:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4537, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6974:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "6973:22:12" - }, - "returnParameters": { - "id": 4542, - "nodeType": "ParameterList", - "parameters": [], - "src": "7022:0:12" - }, - "scope": 6513, - "src": "6934:337:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7405 - ], - "body": { - "id": 4632, - "nodeType": "Block", - "src": "7587:647:12", - "statements": [ - { - "condition": { - "arguments": [ - { - "id": 4581, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4571, - "src": "7616:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4580, - "name": "isTargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4672, - "src": "7601:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_bool_$", - "typeString": "function (address) view returns (bool)" - } - }, - "id": 4582, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7601:22:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 4593, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4588, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4569, - "src": "7677:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 4591, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "7695:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 4590, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7687:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 4589, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7687:7:12", - "typeDescriptions": {} - } - }, - "id": 4592, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7687:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "7677:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 4629, - "nodeType": "Block", - "src": "7994:234:12", - "statements": [ - { - "assignments": [ - 4603 - ], - "declarations": [ - { - "constant": false, - "id": 4603, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8015:6:12", - "nodeType": "VariableDeclaration", - "scope": 4629, - "src": "8008:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4602, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8008:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 4608, - "initialValue": { - "arguments": [ - { - "id": 4605, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4571, - "src": "8046:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 4606, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4573, - "src": "8054:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 4604, - "name": "getTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4697, - "src": "8024:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", - "typeString": "function (address,bytes4) view returns (uint64)" - } - }, - "id": 4607, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8024:39:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8008:55:12" - }, - { - "assignments": [ - 4610, - 4612 - ], - "declarations": [ - { - "constant": false, - "id": 4610, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "8083:8:12", - "nodeType": "VariableDeclaration", - "scope": 4629, - "src": "8078:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4609, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8078:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4612, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "8100:12:12", - "nodeType": "VariableDeclaration", - "scope": 4629, - "src": "8093:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4611, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8093:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 4617, - "initialValue": { - "arguments": [ - { - "id": 4614, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4603, - "src": "8124:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4615, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4569, - "src": "8132:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4613, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4884, - "src": "8116:7:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 4616, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8116:23:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8077:62:12" - }, - { - "expression": { - "condition": { - "id": 4618, - "name": "isMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4610, - "src": "8160:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4624, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8208:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4625, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8215:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4626, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8207:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "id": 4627, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "8160:57:12", - "trueExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 4621, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4619, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4612, - "src": "8172:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 4620, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8188:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "8172:17:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 4622, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4612, - "src": "8191:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 4623, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "8171:33:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 4579, - "id": 4628, - "nodeType": "Return", - "src": "8153:64:12" - } - ] - }, - "id": 4630, - "nodeType": "IfStatement", - "src": "7673:555:12", - "trueBody": { - "id": 4601, - "nodeType": "Block", - "src": "7702:286:12", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "id": 4595, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4571, - "src": "7956:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 4596, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4573, - "src": "7964:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 4594, - "name": "_isExecuting", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6458, - "src": "7943:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function (address,bytes4) view returns (bool)" - } - }, - "id": 4597, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7943:30:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "30", - "id": 4598, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7975:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4599, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "7942:35:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4579, - "id": 4600, - "nodeType": "Return", - "src": "7935:42:12" - } - ] - } - }, - "id": 4631, - "nodeType": "IfStatement", - "src": "7597:631:12", - "trueBody": { - "id": 4587, - "nodeType": "Block", - "src": "7625:42:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 4583, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7647:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 4584, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7654:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4585, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "7646:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4579, - "id": 4586, - "nodeType": "Return", - "src": "7639:17:12" - } - ] - } - } - ] - }, - "documentation": { - "id": 4567, - "nodeType": "StructuredDocumentation", - "src": "7397:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "b7009613", - "id": 4633, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "7441:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4574, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4569, - "mutability": "mutable", - "name": "caller", - "nameLocation": "7466:6:12", - "nodeType": "VariableDeclaration", - "scope": 4633, - "src": "7458:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4568, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7458:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4571, - "mutability": "mutable", - "name": "target", - "nameLocation": "7490:6:12", - "nodeType": "VariableDeclaration", - "scope": 4633, - "src": "7482:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4570, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7482:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4573, - "mutability": "mutable", - "name": "selector", - "nameLocation": "7513:8:12", - "nodeType": "VariableDeclaration", - "scope": 4633, - "src": "7506:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 4572, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "7506:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "7448:79:12" - }, - "returnParameters": { - "id": 4579, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4576, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "7562:9:12", - "nodeType": "VariableDeclaration", - "scope": 4633, - "src": "7557:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4575, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "7557:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4578, - "mutability": "mutable", - "name": "delay", - "nameLocation": "7580:5:12", - "nodeType": "VariableDeclaration", - "scope": 4633, - "src": "7573:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4577, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7573:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "7556:30:12" - }, - "scope": 6513, - "src": "7432:802:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7411 - ], - "body": { - "id": 4641, - "nodeType": "Block", - "src": "8334:31:12", - "statements": [ - { - "expression": { - "hexValue": "31", - "id": 4639, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8351:7:12", - "subdenomination": "weeks", - "typeDescriptions": { - "typeIdentifier": "t_rational_604800_by_1", - "typeString": "int_const 604800" - }, - "value": "1" - }, - "functionReturnParameters": 4638, - "id": 4640, - "nodeType": "Return", - "src": "8344:14:12" - } - ] - }, - "documentation": { - "id": 4634, - "nodeType": "StructuredDocumentation", - "src": "8240:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4665096d", - "id": 4642, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "expiration", - "nameLocation": "8284:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4635, - "nodeType": "ParameterList", - "parameters": [], - "src": "8294:2:12" - }, - "returnParameters": { - "id": 4638, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4637, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4642, - "src": "8326:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4636, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8326:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8325:8:12" - }, - "scope": 6513, - "src": "8275:90:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7417 - ], - "body": { - "id": 4650, - "nodeType": "Block", - "src": "8465:30:12", - "statements": [ - { - "expression": { - "hexValue": "35", - "id": 4648, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8482:6:12", - "subdenomination": "days", - "typeDescriptions": { - "typeIdentifier": "t_rational_432000_by_1", - "typeString": "int_const 432000" - }, - "value": "5" - }, - "functionReturnParameters": 4647, - "id": 4649, - "nodeType": "Return", - "src": "8475:13:12" - } - ] - }, - "documentation": { - "id": 4643, - "nodeType": "StructuredDocumentation", - "src": "8371:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "cc1b6c81", - "id": 4651, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "minSetback", - "nameLocation": "8415:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4644, - "nodeType": "ParameterList", - "parameters": [], - "src": "8425:2:12" - }, - "returnParameters": { - "id": 4647, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4646, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4651, - "src": "8457:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4645, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8457:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8456:8:12" - }, - "scope": 6513, - "src": "8406:89:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7425 - ], - "body": { - "id": 4671, - "nodeType": "Block", - "src": "8611:118:12", - "statements": [ - { - "assignments": [ - 4661 - ], - "declarations": [ - { - "constant": false, - "id": 4661, - "mutability": "mutable", - "name": "$", - "nameLocation": "8650:1:12", - "nodeType": "VariableDeclaration", - "scope": 4671, - "src": "8621:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4660, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4659, - "name": "AccessManagerStorage", - "nameLocations": [ - "8621:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "8621:20:12" - }, - "referencedDeclaration": 4505, - "src": "8621:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4664, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4662, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "8654:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8654:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8621:59:12" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4665, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4661, - "src": "8697:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4666, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8699:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "8697:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 4668, - "indexExpression": { - "id": 4667, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4654, - "src": "8708:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "8697:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 4669, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8716:6:12", - "memberName": "closed", - "nodeType": "MemberAccess", - "referencedDeclaration": 4447, - "src": "8697:25:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 4658, - "id": 4670, - "nodeType": "Return", - "src": "8690:32:12" - } - ] - }, - "documentation": { - "id": 4652, - "nodeType": "StructuredDocumentation", - "src": "8501:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "a166aa89", - "id": 4672, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isTargetClosed", - "nameLocation": "8545:14:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4655, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4654, - "mutability": "mutable", - "name": "target", - "nameLocation": "8568:6:12", - "nodeType": "VariableDeclaration", - "scope": 4672, - "src": "8560:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4653, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8560:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "8559:16:12" - }, - "returnParameters": { - "id": 4658, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4657, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4672, - "src": "8605:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4656, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8605:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "8604:6:12" - }, - "scope": 6513, - "src": "8536:193:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7435 - ], - "body": { - "id": 4696, - "nodeType": "Block", - "src": "8871:134:12", - "statements": [ - { - "assignments": [ - 4684 - ], - "declarations": [ - { - "constant": false, - "id": 4684, - "mutability": "mutable", - "name": "$", - "nameLocation": "8910:1:12", - "nodeType": "VariableDeclaration", - "scope": 4696, - "src": "8881:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4683, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4682, - "name": "AccessManagerStorage", - "nameLocations": [ - "8881:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "8881:20:12" - }, - "referencedDeclaration": 4505, - "src": "8881:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4687, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4685, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "8914:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4686, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8914:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8881:59:12" - }, - { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4688, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4684, - "src": "8957:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4689, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8959:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "8957:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 4691, - "indexExpression": { - "id": 4690, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4675, - "src": "8968:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "8957:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 4692, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8976:12:12", - "memberName": "allowedRoles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4442, - "src": "8957:31:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - } - }, - "id": 4694, - "indexExpression": { - "id": 4693, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4677, - "src": "8989:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "8957:41:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 4681, - "id": 4695, - "nodeType": "Return", - "src": "8950:48:12" - } - ] - }, - "documentation": { - "id": 4673, - "nodeType": "StructuredDocumentation", - "src": "8735:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "6d5115bd", - "id": 4697, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getTargetFunctionRole", - "nameLocation": "8779:21:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4678, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4675, - "mutability": "mutable", - "name": "target", - "nameLocation": "8809:6:12", - "nodeType": "VariableDeclaration", - "scope": 4697, - "src": "8801:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4674, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8801:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4677, - "mutability": "mutable", - "name": "selector", - "nameLocation": "8824:8:12", - "nodeType": "VariableDeclaration", - "scope": 4697, - "src": "8817:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 4676, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "8817:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "8800:33:12" - }, - "returnParameters": { - "id": 4681, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4680, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4697, - "src": "8863:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4679, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8863:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "8862:8:12" - }, - "scope": 6513, - "src": "8770:235:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7443 - ], - "body": { - "id": 4719, - "nodeType": "Block", - "src": "9128:128:12", - "statements": [ - { - "assignments": [ - 4707 - ], - "declarations": [ - { - "constant": false, - "id": 4707, - "mutability": "mutable", - "name": "$", - "nameLocation": "9167:1:12", - "nodeType": "VariableDeclaration", - "scope": 4719, - "src": "9138:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4706, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4705, - "name": "AccessManagerStorage", - "nameLocations": [ - "9138:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "9138:20:12" - }, - "referencedDeclaration": 4505, - "src": "9138:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4710, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4708, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "9171:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4709, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9171:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9138:59:12" - }, - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4711, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4707, - "src": "9214:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4712, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9216:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "9214:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 4714, - "indexExpression": { - "id": 4713, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4700, - "src": "9225:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9214:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 4715, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9233:10:12", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4445, - "src": "9214:29:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 4716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9244:3:12", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 12443, - "src": "9214:33:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 4717, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9214:35:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 4704, - "id": 4718, - "nodeType": "Return", - "src": "9207:42:12" - } - ] - }, - "documentation": { - "id": 4698, - "nodeType": "StructuredDocumentation", - "src": "9011:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4c1da1e2", - "id": 4720, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getTargetAdminDelay", - "nameLocation": "9055:19:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4701, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4700, - "mutability": "mutable", - "name": "target", - "nameLocation": "9083:6:12", - "nodeType": "VariableDeclaration", - "scope": 4720, - "src": "9075:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4699, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "9075:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "9074:16:12" - }, - "returnParameters": { - "id": 4704, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4703, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4720, - "src": "9120:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4702, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "9120:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "9119:8:12" - }, - "scope": 6513, - "src": "9046:210:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7451 - ], - "body": { - "id": 4740, - "nodeType": "Block", - "src": "9371:115:12", - "statements": [ - { - "assignments": [ - 4730 - ], - "declarations": [ - { - "constant": false, - "id": 4730, - "mutability": "mutable", - "name": "$", - "nameLocation": "9410:1:12", - "nodeType": "VariableDeclaration", - "scope": 4740, - "src": "9381:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4729, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4728, - "name": "AccessManagerStorage", - "nameLocations": [ - "9381:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "9381:20:12" - }, - "referencedDeclaration": 4505, - "src": "9381:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4733, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4731, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "9414:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4732, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9414:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9381:59:12" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4734, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4730, - "src": "9457:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4735, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9459:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "9457:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 4737, - "indexExpression": { - "id": 4736, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4723, - "src": "9466:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9457:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 4738, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9474:5:12", - "memberName": "admin", - "nodeType": "MemberAccess", - "referencedDeclaration": 4461, - "src": "9457:22:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 4727, - "id": 4739, - "nodeType": "Return", - "src": "9450:29:12" - } - ] - }, - "documentation": { - "id": 4721, - "nodeType": "StructuredDocumentation", - "src": "9262:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "530dd456", - "id": 4741, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleAdmin", - "nameLocation": "9306:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4724, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4723, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9326:6:12", - "nodeType": "VariableDeclaration", - "scope": 4741, - "src": "9319:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4722, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9319:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9318:15:12" - }, - "returnParameters": { - "id": 4727, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4726, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4741, - "src": "9363:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4725, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9363:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9362:8:12" - }, - "scope": 6513, - "src": "9297:189:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7459 - ], - "body": { - "id": 4761, - "nodeType": "Block", - "src": "9604:118:12", - "statements": [ - { - "assignments": [ - 4751 - ], - "declarations": [ - { - "constant": false, - "id": 4751, - "mutability": "mutable", - "name": "$", - "nameLocation": "9643:1:12", - "nodeType": "VariableDeclaration", - "scope": 4761, - "src": "9614:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4750, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4749, - "name": "AccessManagerStorage", - "nameLocations": [ - "9614:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "9614:20:12" - }, - "referencedDeclaration": 4505, - "src": "9614:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4754, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4752, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "9647:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9647:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9614:59:12" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4755, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4751, - "src": "9690:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4756, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9692:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "9690:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 4758, - "indexExpression": { - "id": 4757, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4744, - "src": "9699:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9690:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 4759, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9707:8:12", - "memberName": "guardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 4463, - "src": "9690:25:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 4748, - "id": 4760, - "nodeType": "Return", - "src": "9683:32:12" - } - ] - }, - "documentation": { - "id": 4742, - "nodeType": "StructuredDocumentation", - "src": "9492:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "0b0a93ba", - "id": 4762, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleGuardian", - "nameLocation": "9536:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4745, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4744, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9559:6:12", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "9552:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4743, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9552:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9551:15:12" - }, - "returnParameters": { - "id": 4748, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4747, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4762, - "src": "9596:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4746, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9596:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9595:8:12" - }, - "scope": 6513, - "src": "9527:195:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7467 - ], - "body": { - "id": 4784, - "nodeType": "Block", - "src": "9842:126:12", - "statements": [ - { - "assignments": [ - 4772 - ], - "declarations": [ - { - "constant": false, - "id": 4772, - "mutability": "mutable", - "name": "$", - "nameLocation": "9881:1:12", - "nodeType": "VariableDeclaration", - "scope": 4784, - "src": "9852:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4771, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4770, - "name": "AccessManagerStorage", - "nameLocations": [ - "9852:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "9852:20:12" - }, - "referencedDeclaration": 4505, - "src": "9852:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4775, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4773, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "9885:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4774, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9885:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9852:59:12" - }, - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4776, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4772, - "src": "9928:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4777, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9930:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "9928:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 4779, - "indexExpression": { - "id": 4778, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4765, - "src": "9937:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "9928:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 4780, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9945:10:12", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4466, - "src": "9928:27:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 4781, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "9956:3:12", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 12443, - "src": "9928:31:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 4782, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9928:33:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 4769, - "id": 4783, - "nodeType": "Return", - "src": "9921:40:12" - } - ] - }, - "documentation": { - "id": 4763, - "nodeType": "StructuredDocumentation", - "src": "9728:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "12be8727", - "id": 4785, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getRoleGrantDelay", - "nameLocation": "9772:17:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4766, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4765, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9797:6:12", - "nodeType": "VariableDeclaration", - "scope": 4785, - "src": "9790:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4764, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9790:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "9789:15:12" - }, - "returnParameters": { - "id": 4769, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4768, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 4785, - "src": "9834:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4767, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "9834:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "9833:8:12" - }, - "scope": 6513, - "src": "9763:205:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7483 - ], - "body": { - "id": 4839, - "nodeType": "Block", - "src": "10182:306:12", - "statements": [ - { - "assignments": [ - 4803 - ], - "declarations": [ - { - "constant": false, - "id": 4803, - "mutability": "mutable", - "name": "$", - "nameLocation": "10221:1:12", - "nodeType": "VariableDeclaration", - "scope": 4839, - "src": "10192:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 4802, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4801, - "name": "AccessManagerStorage", - "nameLocations": [ - "10192:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "10192:20:12" - }, - "referencedDeclaration": 4505, - "src": "10192:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 4806, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4804, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "10225:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 4805, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10225:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10192:59:12" - }, - { - "assignments": [ - 4809 - ], - "declarations": [ - { - "constant": false, - "id": 4809, - "mutability": "mutable", - "name": "access", - "nameLocation": "10276:6:12", - "nodeType": "VariableDeclaration", - "scope": 4839, - "src": "10261:21:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - }, - "typeName": { - "id": 4808, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 4807, - "name": "Access", - "nameLocations": [ - "10261:6:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4454, - "src": "10261:6:12" - }, - "referencedDeclaration": 4454, - "src": "10261:6:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access" - } - }, - "visibility": "internal" - } - ], - "id": 4817, - "initialValue": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 4810, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4803, - "src": "10285:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 4811, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10287:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "10285:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 4813, - "indexExpression": { - "id": 4812, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4788, - "src": "10294:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10285:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 4814, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10302:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "10285:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 4816, - "indexExpression": { - "id": 4815, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4790, - "src": "10310:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "10285:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10261:57:12" - }, - { - "expression": { - "id": 4821, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 4818, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4793, - "src": "10329:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 4819, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4809, - "src": "10337:6:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access storage pointer" - } - }, - "id": 4820, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10344:5:12", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 4450, - "src": "10337:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "10329:20:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 4822, - "nodeType": "ExpressionStatement", - "src": "10329:20:12" - }, - { - "expression": { - "id": 4831, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 4823, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4795, - "src": "10360:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 4824, - "name": "pendingDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4797, - "src": "10374:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 4825, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4799, - "src": "10388:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 4826, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "10359:36:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "expression": { - "id": 4827, - "name": "access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4809, - "src": "10398:6:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.Access storage pointer" - } - }, - "id": 4828, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10405:5:12", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4453, - "src": "10398:12:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 4829, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10411:7:12", - "memberName": "getFull", - "nodeType": "MemberAccess", - "referencedDeclaration": 12425, - "src": "10398:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" - } - }, - "id": 4830, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10398:22:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "src": "10359:61:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4832, - "nodeType": "ExpressionStatement", - "src": "10359:61:12" - }, - { - "expression": { - "components": [ - { - "id": 4833, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4793, - "src": "10439:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 4834, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4795, - "src": "10446:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 4835, - "name": "pendingDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4797, - "src": "10460:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 4836, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4799, - "src": "10474:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 4837, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10438:43:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint48,uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 4800, - "id": 4838, - "nodeType": "Return", - "src": "10431:50:12" - } - ] - }, - "documentation": { - "id": 4786, - "nodeType": "StructuredDocumentation", - "src": "9974:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "3078f114", - "id": 4840, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAccess", - "nameLocation": "10018:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4791, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4788, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10044:6:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10037:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4787, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10037:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4790, - "mutability": "mutable", - "name": "account", - "nameLocation": "10068:7:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10060:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4789, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10060:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10027:54:12" - }, - "returnParameters": { - "id": 4800, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4793, - "mutability": "mutable", - "name": "since", - "nameLocation": "10118:5:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10111:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 4792, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "10111:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4795, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "10132:12:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10125:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4794, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10125:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4797, - "mutability": "mutable", - "name": "pendingDelay", - "nameLocation": "10153:12:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10146:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4796, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10146:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4799, - "mutability": "mutable", - "name": "effect", - "nameLocation": "10174:6:12", - "nodeType": "VariableDeclaration", - "scope": 4840, - "src": "10167:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 4798, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "10167:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "10110:71:12" - }, - "scope": 6513, - "src": "10009:479:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7495 - ], - "body": { - "id": 4883, - "nodeType": "Block", - "src": "10667:280:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 4854, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4852, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4843, - "src": "10681:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 4853, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "10691:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "10681:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 4881, - "nodeType": "Block", - "src": "10751:190:12", - "statements": [ - { - "assignments": [ - 4861, - 4863, - null, - null - ], - "declarations": [ - { - "constant": false, - "id": 4861, - "mutability": "mutable", - "name": "hasRoleSince", - "nameLocation": "10773:12:12", - "nodeType": "VariableDeclaration", - "scope": 4881, - "src": "10766:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 4860, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "10766:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4863, - "mutability": "mutable", - "name": "currentDelay", - "nameLocation": "10794:12:12", - "nodeType": "VariableDeclaration", - "scope": 4881, - "src": "10787:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4862, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10787:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - null, - null - ], - "id": 4868, - "initialValue": { - "arguments": [ - { - "id": 4865, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4843, - "src": "10824:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4866, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4845, - "src": "10832:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4864, - "name": "getAccess", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4840, - "src": "10814:9:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "function (uint64,address) view returns (uint48,uint32,uint32,uint48)" - } - }, - "id": 4867, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10814:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint48_$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint48,uint32,uint32,uint48)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10765:75:12" - }, - { - "expression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 4877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 4871, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4869, - "name": "hasRoleSince", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4861, - "src": "10862:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 4870, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10878:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "10862:17:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 4876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4872, - "name": "hasRoleSince", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4861, - "src": "10883:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 4873, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "10899:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$12589_$", - "typeString": "type(library Time)" - } - }, - "id": 4874, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "10904:9:12", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 12336, - "src": "10899:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 4875, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10899:16:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "10883:32:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "10862:53:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 4878, - "name": "currentDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4863, - "src": "10917:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 4879, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10861:69:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 4851, - "id": 4880, - "nodeType": "Return", - "src": "10854:76:12" - } - ] - }, - "id": 4882, - "nodeType": "IfStatement", - "src": "10677:264:12", - "trueBody": { - "id": 4859, - "nodeType": "Block", - "src": "10704:41:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 4855, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10726:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "hexValue": "30", - "id": 4856, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10732:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 4857, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10725:9:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 4851, - "id": 4858, - "nodeType": "Return", - "src": "10718:16:12" - } - ] - } - } - ] - }, - "documentation": { - "id": 4841, - "nodeType": "StructuredDocumentation", - "src": "10494:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d1f856ee", - "id": 4884, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hasRole", - "nameLocation": "10538:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4846, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4843, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10562:6:12", - "nodeType": "VariableDeclaration", - "scope": 4884, - "src": "10555:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4842, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10555:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4845, - "mutability": "mutable", - "name": "account", - "nameLocation": "10586:7:12", - "nodeType": "VariableDeclaration", - "scope": 4884, - "src": "10578:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4844, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10578:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10545:54:12" - }, - "returnParameters": { - "id": 4851, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4848, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "10634:8:12", - "nodeType": "VariableDeclaration", - "scope": 4884, - "src": "10629:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 4847, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "10629:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4850, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "10651:14:12", - "nodeType": "VariableDeclaration", - "scope": 4884, - "src": "10644:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4849, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "10644:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "10628:38:12" - }, - "scope": 6513, - "src": "10529:418:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7503 - ], - "body": { - "id": 4912, - "nodeType": "Block", - "src": "11194:169:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 4900, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 4896, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4894, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4887, - "src": "11208:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 4895, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "11218:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "11208:20:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 4899, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4897, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4887, - "src": "11232:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 4898, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "11242:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "11232:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "11208:45:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4906, - "nodeType": "IfStatement", - "src": "11204:114:12", - "trueBody": { - "id": 4905, - "nodeType": "Block", - "src": "11255:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 4902, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4887, - "src": "11300:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 4901, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "11276:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 4903, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11276:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4904, - "nodeType": "RevertStatement", - "src": "11269:38:12" - } - ] - } - }, - { - "eventCall": { - "arguments": [ - { - "id": 4908, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4887, - "src": "11342:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4909, - "name": "label", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4889, - "src": "11350:5:12", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string calldata" - } - ], - "id": 4907, - "name": "RoleLabel", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7265, - "src": "11332:9:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (uint64,string memory)" - } - }, - "id": 4910, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11332:24:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4911, - "nodeType": "EmitStatement", - "src": "11327:29:12" - } - ] - }, - "documentation": { - "id": 4885, - "nodeType": "StructuredDocumentation", - "src": "11072:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "853551b8", - "id": 4913, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4892, - "kind": "modifierInvocation", - "modifierName": { - "id": 4891, - "name": "onlyAuthorized", - "nameLocations": [ - "11179:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "11179:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "11179:14:12" - } - ], - "name": "labelRole", - "nameLocation": "11116:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4890, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4887, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11133:6:12", - "nodeType": "VariableDeclaration", - "scope": 4913, - "src": "11126:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4886, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11126:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4889, - "mutability": "mutable", - "name": "label", - "nameLocation": "11157:5:12", - "nodeType": "VariableDeclaration", - "scope": 4913, - "src": "11141:21:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 4888, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "11141:6:12", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "11125:38:12" - }, - "returnParameters": { - "id": 4893, - "nodeType": "ParameterList", - "parameters": [], - "src": "11194:0:12" - }, - "scope": 6513, - "src": "11107:256:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7513 - ], - "body": { - "id": 4934, - "nodeType": "Block", - "src": "11508:87:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4926, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4916, - "src": "11529:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4927, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4918, - "src": "11537:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 4929, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4916, - "src": "11564:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 4928, - "name": "getRoleGrantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4785, - "src": "11546:17:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint32_$", - "typeString": "function (uint64) view returns (uint32)" - } - }, - "id": 4930, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11546:25:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 4931, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4920, - "src": "11573:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 4925, - "name": "_grantRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5131, - "src": "11518:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$_t_uint32_$_t_uint32_$returns$_t_bool_$", - "typeString": "function (uint64,address,uint32,uint32) returns (bool)" - } - }, - "id": 4932, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11518:70:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4933, - "nodeType": "ExpressionStatement", - "src": "11518:70:12" - } - ] - }, - "documentation": { - "id": 4914, - "nodeType": "StructuredDocumentation", - "src": "11369:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "25c471a0", - "id": 4935, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4923, - "kind": "modifierInvocation", - "modifierName": { - "id": 4922, - "name": "onlyAuthorized", - "nameLocations": [ - "11493:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "11493:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "11493:14:12" - } - ], - "name": "grantRole", - "nameLocation": "11413:9:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4921, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4916, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11430:6:12", - "nodeType": "VariableDeclaration", - "scope": 4935, - "src": "11423:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4915, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11423:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4918, - "mutability": "mutable", - "name": "account", - "nameLocation": "11446:7:12", - "nodeType": "VariableDeclaration", - "scope": 4935, - "src": "11438:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4917, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11438:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4920, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "11462:14:12", - "nodeType": "VariableDeclaration", - "scope": 4935, - "src": "11455:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 4919, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11455:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "11422:55:12" - }, - "returnParameters": { - "id": 4924, - "nodeType": "ParameterList", - "parameters": [], - "src": "11508:0:12" - }, - "scope": 6513, - "src": "11404:191:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7521 - ], - "body": { - "id": 4950, - "nodeType": "Block", - "src": "11718:45:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4946, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4938, - "src": "11740:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4947, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4940, - "src": "11748:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4945, - "name": "_revokeRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5187, - "src": "11728:11:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", - "typeString": "function (uint64,address) returns (bool)" - } - }, - "id": 4948, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11728:28:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4949, - "nodeType": "ExpressionStatement", - "src": "11728:28:12" - } - ] - }, - "documentation": { - "id": 4936, - "nodeType": "StructuredDocumentation", - "src": "11601:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "b7d2b162", - "id": 4951, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4943, - "kind": "modifierInvocation", - "modifierName": { - "id": 4942, - "name": "onlyAuthorized", - "nameLocations": [ - "11703:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "11703:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "11703:14:12" - } - ], - "name": "revokeRole", - "nameLocation": "11645:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4941, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4938, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11663:6:12", - "nodeType": "VariableDeclaration", - "scope": 4951, - "src": "11656:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4937, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11656:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4940, - "mutability": "mutable", - "name": "account", - "nameLocation": "11679:7:12", - "nodeType": "VariableDeclaration", - "scope": 4951, - "src": "11671:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4939, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11671:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "11655:32:12" - }, - "returnParameters": { - "id": 4944, - "nodeType": "ParameterList", - "parameters": [], - "src": "11718:0:12" - }, - "scope": 6513, - "src": "11636:127:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7529 - ], - "body": { - "id": 4973, - "nodeType": "Block", - "src": "11884:167:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 4962, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 4959, - "name": "callerConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4956, - "src": "11898:18:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4960, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "11920:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 4961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11920:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "11898:34:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4967, - "nodeType": "IfStatement", - "src": "11894:102:12", - "trueBody": { - "id": 4966, - "nodeType": "Block", - "src": "11934:62:12", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 4963, - "name": "AccessManagerBadConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7359, - "src": "11955:28:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 4964, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11955:30:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 4965, - "nodeType": "RevertStatement", - "src": "11948:37:12" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 4969, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4954, - "src": "12017:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4970, - "name": "callerConfirmation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4956, - "src": "12025:18:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 4968, - "name": "_revokeRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5187, - "src": "12005:11:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_address_$returns$_t_bool_$", - "typeString": "function (uint64,address) returns (bool)" - } - }, - "id": 4971, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12005:39:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 4972, - "nodeType": "ExpressionStatement", - "src": "12005:39:12" - } - ] - }, - "documentation": { - "id": 4952, - "nodeType": "StructuredDocumentation", - "src": "11769:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "fe0776f5", - "id": 4974, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "renounceRole", - "nameLocation": "11813:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4957, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4954, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11833:6:12", - "nodeType": "VariableDeclaration", - "scope": 4974, - "src": "11826:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4953, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11826:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4956, - "mutability": "mutable", - "name": "callerConfirmation", - "nameLocation": "11849:18:12", - "nodeType": "VariableDeclaration", - "scope": 4974, - "src": "11841:26:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 4955, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11841:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "11825:43:12" - }, - "returnParameters": { - "id": 4958, - "nodeType": "ParameterList", - "parameters": [], - "src": "11884:0:12" - }, - "scope": 6513, - "src": "11804:247:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7537 - ], - "body": { - "id": 4989, - "nodeType": "Block", - "src": "12173:45:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 4985, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4977, - "src": "12197:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 4986, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4979, - "src": "12205:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 4984, - "name": "_setRoleAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5229, - "src": "12183:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 4987, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12183:28:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 4988, - "nodeType": "ExpressionStatement", - "src": "12183:28:12" - } - ] - }, - "documentation": { - "id": 4975, - "nodeType": "StructuredDocumentation", - "src": "12057:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "30cae187", - "id": 4990, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4982, - "kind": "modifierInvocation", - "modifierName": { - "id": 4981, - "name": "onlyAuthorized", - "nameLocations": [ - "12158:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "12158:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "12158:14:12" - } - ], - "name": "setRoleAdmin", - "nameLocation": "12101:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4980, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4977, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12121:6:12", - "nodeType": "VariableDeclaration", - "scope": 4990, - "src": "12114:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4976, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12114:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4979, - "mutability": "mutable", - "name": "admin", - "nameLocation": "12136:5:12", - "nodeType": "VariableDeclaration", - "scope": 4990, - "src": "12129:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4978, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12129:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "12113:29:12" - }, - "returnParameters": { - "id": 4983, - "nodeType": "ParameterList", - "parameters": [], - "src": "12173:0:12" - }, - "scope": 6513, - "src": "12092:126:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7545 - ], - "body": { - "id": 5005, - "nodeType": "Block", - "src": "12346:51:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 5001, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4993, - "src": "12373:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5002, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4995, - "src": "12381:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5000, - "name": "_setRoleGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5271, - "src": "12356:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 5003, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12356:34:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5004, - "nodeType": "ExpressionStatement", - "src": "12356:34:12" - } - ] - }, - "documentation": { - "id": 4991, - "nodeType": "StructuredDocumentation", - "src": "12224:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "52962952", - "id": 5006, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 4998, - "kind": "modifierInvocation", - "modifierName": { - "id": 4997, - "name": "onlyAuthorized", - "nameLocations": [ - "12331:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "12331:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "12331:14:12" - } - ], - "name": "setRoleGuardian", - "nameLocation": "12268:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 4996, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 4993, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12291:6:12", - "nodeType": "VariableDeclaration", - "scope": 5006, - "src": "12284:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4992, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12284:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 4995, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "12306:8:12", - "nodeType": "VariableDeclaration", - "scope": 5006, - "src": "12299:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 4994, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12299:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "12283:32:12" - }, - "returnParameters": { - "id": 4999, - "nodeType": "ParameterList", - "parameters": [], - "src": "12346:0:12" - }, - "scope": 6513, - "src": "12259:138:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7553 - ], - "body": { - "id": 5021, - "nodeType": "Block", - "src": "12523:49:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 5017, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5009, - "src": "12548:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5018, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5011, - "src": "12556:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 5016, - "name": "_setGrantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5324, - "src": "12533:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_uint64_$_t_uint32_$returns$__$", - "typeString": "function (uint64,uint32)" - } - }, - "id": 5019, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12533:32:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5020, - "nodeType": "ExpressionStatement", - "src": "12533:32:12" - } - ] - }, - "documentation": { - "id": 5007, - "nodeType": "StructuredDocumentation", - "src": "12403:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "a64d95ce", - "id": 5022, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 5014, - "kind": "modifierInvocation", - "modifierName": { - "id": 5013, - "name": "onlyAuthorized", - "nameLocations": [ - "12508:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "12508:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "12508:14:12" - } - ], - "name": "setGrantDelay", - "nameLocation": "12447:13:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5012, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5009, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12468:6:12", - "nodeType": "VariableDeclaration", - "scope": 5022, - "src": "12461:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5008, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12461:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5011, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "12483:8:12", - "nodeType": "VariableDeclaration", - "scope": 5022, - "src": "12476:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5010, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12476:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12460:32:12" - }, - "returnParameters": { - "id": 5015, - "nodeType": "ParameterList", - "parameters": [], - "src": "12523:0:12" - }, - "scope": 6513, - "src": "12438:134:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 5130, - "nodeType": "Block", - "src": "12913:974:12", - "statements": [ - { - "assignments": [ - 5038 - ], - "declarations": [ - { - "constant": false, - "id": 5038, - "mutability": "mutable", - "name": "$", - "nameLocation": "12952:1:12", - "nodeType": "VariableDeclaration", - "scope": 5130, - "src": "12923:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5037, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5036, - "name": "AccessManagerStorage", - "nameLocations": [ - "12923:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "12923:20:12" - }, - "referencedDeclaration": 4505, - "src": "12923:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5041, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5039, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "12956:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5040, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12956:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "12923:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5044, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5042, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "12996:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5043, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "13006:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "12996:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5050, - "nodeType": "IfStatement", - "src": "12992:90:12", - "trueBody": { - "id": 5049, - "nodeType": "Block", - "src": "13019:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5046, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13064:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5045, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "13040:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 5047, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13040:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5048, - "nodeType": "RevertStatement", - "src": "13033:38:12" - } - ] - } - }, - { - "assignments": [ - 5052 - ], - "declarations": [ - { - "constant": false, - "id": 5052, - "mutability": "mutable", - "name": "newMember", - "nameLocation": "13097:9:12", - "nodeType": "VariableDeclaration", - "scope": 5130, - "src": "13092:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5051, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "13092:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 5063, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5062, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5053, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5038, - "src": "13109:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5054, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13111:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "13109:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5056, - "indexExpression": { - "id": 5055, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13118:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13109:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5057, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13126:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "13109:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5059, - "indexExpression": { - "id": 5058, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5027, - "src": "13134:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13109:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 5060, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13143:5:12", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 4450, - "src": "13109:39:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 5061, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13152:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "13109:44:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13092:61:12" - }, - { - "assignments": [ - 5065 - ], - "declarations": [ - { - "constant": false, - "id": 5065, - "mutability": "mutable", - "name": "since", - "nameLocation": "13170:5:12", - "nodeType": "VariableDeclaration", - "scope": 5130, - "src": "13163:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5064, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "13163:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5066, - "nodeType": "VariableDeclarationStatement", - "src": "13163:12:12" - }, - { - "condition": { - "id": 5067, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5052, - "src": "13190:9:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 5118, - "nodeType": "Block", - "src": "13374:403:12", - "statements": [ - { - "expression": { - "id": 5116, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5093, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5038, - "src": "13601:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5096, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13603:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "13601:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5097, - "indexExpression": { - "id": 5095, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13610:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13601:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5098, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13618:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "13601:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5100, - "indexExpression": { - "id": 5099, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5027, - "src": "13626:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13601:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 5101, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "13635:5:12", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4453, - "src": "13601:39:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - { - "id": 5102, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5065, - "src": "13642:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 5103, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "13600:48:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5113, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5031, - "src": "13719:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "hexValue": "30", - "id": 5114, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13751:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5104, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5038, - "src": "13651:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5105, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13653:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "13651:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5107, - "indexExpression": { - "id": 5106, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13660:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13651:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5108, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13668:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "13651:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5110, - "indexExpression": { - "id": 5109, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5027, - "src": "13676:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13651:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 5111, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13685:5:12", - "memberName": "delay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4453, - "src": "13651:39:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 5112, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13691:10:12", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 12499, - "src": "13651:50:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 5115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13651:115:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "13600:166:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5117, - "nodeType": "ExpressionStatement", - "src": "13600:166:12" - } - ] - }, - "id": 5119, - "nodeType": "IfStatement", - "src": "13186:591:12", - "trueBody": { - "id": 5092, - "nodeType": "Block", - "src": "13201:167:12", - "statements": [ - { - "expression": { - "id": 5074, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5068, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5065, - "src": "13215:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5073, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 5069, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "13223:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$12589_$", - "typeString": "type(library Time)" - } - }, - "id": 5070, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13228:9:12", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 12336, - "src": "13223:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 5071, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13223:16:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 5072, - "name": "grantDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5029, - "src": "13242:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "13223:29:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "13215:37:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 5075, - "nodeType": "ExpressionStatement", - "src": "13215:37:12" - }, - { - "expression": { - "id": 5090, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5076, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5038, - "src": "13266:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5079, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13268:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "13266:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5080, - "indexExpression": { - "id": 5078, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13275:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "13266:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5081, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13283:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "13266:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5083, - "indexExpression": { - "id": 5082, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5027, - "src": "13291:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "13266:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5085, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5065, - "src": "13317:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 5086, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5031, - "src": "13331:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 5087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "13346:7:12", - "memberName": "toDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 12366, - "src": "13331:22:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$12351_$attached_to$_t_uint32_$", - "typeString": "function (uint32) pure returns (Time.Delay)" - } - }, - "id": 5088, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13331:24:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - ], - "id": 5084, - "name": "Access", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4454, - "src": "13302:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_struct$_Access_$4454_storage_ptr_$", - "typeString": "type(struct AccessManagerUpgradeable.Access storage pointer)" - } - }, - "id": 5089, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "structConstructorCall", - "lValueRequested": false, - "nameLocations": [ - "13310:5:12", - "13324:5:12" - ], - "names": [ - "since", - "delay" - ], - "nodeType": "FunctionCall", - "src": "13302:55:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_memory_ptr", - "typeString": "struct AccessManagerUpgradeable.Access memory" - } - }, - "src": "13266:91:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 5091, - "nodeType": "ExpressionStatement", - "src": "13266:91:12" - } - ] - } - }, - { - "eventCall": { - "arguments": [ - { - "id": 5121, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5025, - "src": "13804:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5122, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5027, - "src": "13812:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5123, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5031, - "src": "13821:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 5124, - "name": "since", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5065, - "src": "13837:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 5125, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5052, - "src": "13844:9:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 5120, - "name": "RoleGranted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7278, - "src": "13792:11:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_address_$_t_uint32_$_t_uint48_$_t_bool_$returns$__$", - "typeString": "function (uint64,address,uint32,uint48,bool)" - } - }, - "id": 5126, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13792:62:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5127, - "nodeType": "EmitStatement", - "src": "13787:67:12" - }, - { - "expression": { - "id": 5128, - "name": "newMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5052, - "src": "13871:9:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 5035, - "id": 5129, - "nodeType": "Return", - "src": "13864:16:12" - } - ] - }, - "documentation": { - "id": 5023, - "nodeType": "StructuredDocumentation", - "src": "12578:166:12", - "text": " @dev Internal version of {grantRole} without access control. Returns true if the role was newly granted.\n Emits a {RoleGranted} event." - }, - "id": 5131, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_grantRole", - "nameLocation": "12758:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5032, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5025, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "12785:6:12", - "nodeType": "VariableDeclaration", - "scope": 5131, - "src": "12778:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5024, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "12778:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5027, - "mutability": "mutable", - "name": "account", - "nameLocation": "12809:7:12", - "nodeType": "VariableDeclaration", - "scope": 5131, - "src": "12801:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5026, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12801:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5029, - "mutability": "mutable", - "name": "grantDelay", - "nameLocation": "12833:10:12", - "nodeType": "VariableDeclaration", - "scope": 5131, - "src": "12826:17:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5028, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12826:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5031, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "12860:14:12", - "nodeType": "VariableDeclaration", - "scope": 5131, - "src": "12853:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5030, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12853:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12768:112:12" - }, - "returnParameters": { - "id": 5035, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5034, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5131, - "src": "12907:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5033, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "12907:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "12906:6:12" - }, - "scope": 6513, - "src": "12749:1138:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 5186, - "nodeType": "Block", - "src": "14233:388:12", - "statements": [ - { - "assignments": [ - 5143 - ], - "declarations": [ - { - "constant": false, - "id": 5143, - "mutability": "mutable", - "name": "$", - "nameLocation": "14272:1:12", - "nodeType": "VariableDeclaration", - "scope": 5186, - "src": "14243:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5142, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5141, - "name": "AccessManagerStorage", - "nameLocations": [ - "14243:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "14243:20:12" - }, - "referencedDeclaration": 4505, - "src": "14243:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5146, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5144, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "14276:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5145, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14276:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14243:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5149, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5147, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5134, - "src": "14316:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5148, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "14326:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "14316:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5155, - "nodeType": "IfStatement", - "src": "14312:90:12", - "trueBody": { - "id": 5154, - "nodeType": "Block", - "src": "14339:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5151, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5134, - "src": "14384:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5150, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "14360:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 5152, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14360:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5153, - "nodeType": "RevertStatement", - "src": "14353:38:12" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5165, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5156, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5143, - "src": "14416:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5157, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14418:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "14416:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5159, - "indexExpression": { - "id": 5158, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5134, - "src": "14425:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14416:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5160, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14433:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "14416:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5162, - "indexExpression": { - "id": 5161, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5136, - "src": "14441:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14416:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "id": 5163, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14450:5:12", - "memberName": "since", - "nodeType": "MemberAccess", - "referencedDeclaration": 4450, - "src": "14416:39:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 5164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14459:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14416:44:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5169, - "nodeType": "IfStatement", - "src": "14412:87:12", - "trueBody": { - "id": 5168, - "nodeType": "Block", - "src": "14462:37:12", - "statements": [ - { - "expression": { - "hexValue": "66616c7365", - "id": 5166, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14483:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "functionReturnParameters": 5140, - "id": 5167, - "nodeType": "Return", - "src": "14476:12:12" - } - ] - } - }, - { - "expression": { - "id": 5177, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "14509:40:12", - "subExpression": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5170, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5143, - "src": "14516:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5171, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14518:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "14516:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5173, - "indexExpression": { - "id": 5172, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5134, - "src": "14525:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "14516:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5174, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "14533:7:12", - "memberName": "members", - "nodeType": "MemberAccess", - "referencedDeclaration": 4459, - "src": "14516:24:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_Access_$4454_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.Access storage ref)" - } - }, - "id": 5176, - "indexExpression": { - "id": 5175, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5136, - "src": "14541:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "14516:33:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Access_$4454_storage", - "typeString": "struct AccessManagerUpgradeable.Access storage ref" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5178, - "nodeType": "ExpressionStatement", - "src": "14509:40:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5180, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5134, - "src": "14577:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5181, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5136, - "src": "14585:7:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5179, - "name": "RoleRevoked", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7285, - "src": "14565:11:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_address_$returns$__$", - "typeString": "function (uint64,address)" - } - }, - "id": 5182, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14565:28:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5183, - "nodeType": "EmitStatement", - "src": "14560:33:12" - }, - { - "expression": { - "hexValue": "74727565", - "id": 5184, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14610:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 5140, - "id": 5185, - "nodeType": "Return", - "src": "14603:11:12" - } - ] - }, - "documentation": { - "id": 5132, - "nodeType": "StructuredDocumentation", - "src": "13893:250:12", - "text": " @dev Internal version of {revokeRole} without access control. This logic is also used by {renounceRole}.\n Returns true if the role was previously granted.\n Emits a {RoleRevoked} event if the account had the role." - }, - "id": 5187, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revokeRole", - "nameLocation": "14157:11:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5137, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5134, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "14176:6:12", - "nodeType": "VariableDeclaration", - "scope": 5187, - "src": "14169:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5133, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14169:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5136, - "mutability": "mutable", - "name": "account", - "nameLocation": "14192:7:12", - "nodeType": "VariableDeclaration", - "scope": 5187, - "src": "14184:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5135, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14184:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "14168:32:12" - }, - "returnParameters": { - "id": 5140, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5139, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5187, - "src": "14227:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5138, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "14227:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "14226:6:12" - }, - "scope": 6513, - "src": "14148:473:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 5228, - "nodeType": "Block", - "src": "14985:287:12", - "statements": [ - { - "assignments": [ - 5197 - ], - "declarations": [ - { - "constant": false, - "id": 5197, - "mutability": "mutable", - "name": "$", - "nameLocation": "15024:1:12", - "nodeType": "VariableDeclaration", - "scope": 5228, - "src": "14995:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5196, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5195, - "name": "AccessManagerStorage", - "nameLocations": [ - "14995:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "14995:20:12" - }, - "referencedDeclaration": 4505, - "src": "14995:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5200, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5198, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "15028:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5199, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15028:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14995:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5207, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5203, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5201, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5190, - "src": "15068:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5202, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "15078:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15068:20:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5206, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5204, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5190, - "src": "15092:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5205, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "15102:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15092:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "15068:45:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5213, - "nodeType": "IfStatement", - "src": "15064:114:12", - "trueBody": { - "id": 5212, - "nodeType": "Block", - "src": "15115:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5209, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5190, - "src": "15160:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5208, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "15136:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 5210, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15136:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5211, - "nodeType": "RevertStatement", - "src": "15129:38:12" - } - ] - } - }, - { - "expression": { - "id": 5221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 5214, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5197, - "src": "15188:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5217, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15190:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "15188:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5218, - "indexExpression": { - "id": 5216, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5190, - "src": "15197:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15188:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5219, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "15205:5:12", - "memberName": "admin", - "nodeType": "MemberAccess", - "referencedDeclaration": 4461, - "src": "15188:22:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5220, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5192, - "src": "15213:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15188:30:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 5222, - "nodeType": "ExpressionStatement", - "src": "15188:30:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5224, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5190, - "src": "15251:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5225, - "name": "admin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5192, - "src": "15259:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5223, - "name": "RoleAdminChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7292, - "src": "15234:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 5226, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15234:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5227, - "nodeType": "EmitStatement", - "src": "15229:36:12" - } - ] - }, - "documentation": { - "id": 5188, - "nodeType": "StructuredDocumentation", - "src": "14627:284:12", - "text": " @dev Internal version of {setRoleAdmin} without access control.\n Emits a {RoleAdminChanged} event.\n NOTE: Setting the admin role as the `PUBLIC_ROLE` is allowed, but it will effectively allow\n anyone to set grant or revoke such role." - }, - "id": 5229, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setRoleAdmin", - "nameLocation": "14925:13:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5193, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5190, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "14946:6:12", - "nodeType": "VariableDeclaration", - "scope": 5229, - "src": "14939:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5189, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14939:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5192, - "mutability": "mutable", - "name": "admin", - "nameLocation": "14961:5:12", - "nodeType": "VariableDeclaration", - "scope": 5229, - "src": "14954:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5191, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "14954:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "14938:29:12" - }, - "returnParameters": { - "id": 5194, - "nodeType": "ParameterList", - "parameters": [], - "src": "14985:0:12" - }, - "scope": 6513, - "src": "14916:356:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 5270, - "nodeType": "Block", - "src": "15666:299:12", - "statements": [ - { - "assignments": [ - 5239 - ], - "declarations": [ - { - "constant": false, - "id": 5239, - "mutability": "mutable", - "name": "$", - "nameLocation": "15705:1:12", - "nodeType": "VariableDeclaration", - "scope": 5270, - "src": "15676:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5238, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5237, - "name": "AccessManagerStorage", - "nameLocations": [ - "15676:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "15676:20:12" - }, - "referencedDeclaration": 4505, - "src": "15676:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5242, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5240, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "15709:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5241, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15709:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "15676:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5249, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5243, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5232, - "src": "15749:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5244, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "15759:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15749:20:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5248, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5246, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5232, - "src": "15773:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5247, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "15783:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15773:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "15749:45:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5255, - "nodeType": "IfStatement", - "src": "15745:114:12", - "trueBody": { - "id": 5254, - "nodeType": "Block", - "src": "15796:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5251, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5232, - "src": "15841:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5250, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "15817:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 5252, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15817:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5253, - "nodeType": "RevertStatement", - "src": "15810:38:12" - } - ] - } - }, - { - "expression": { - "id": 5263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 5256, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5239, - "src": "15869:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5259, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "15871:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "15869:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5260, - "indexExpression": { - "id": 5258, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5232, - "src": "15878:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "15869:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5261, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "15886:8:12", - "memberName": "guardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 4463, - "src": "15869:25:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5262, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5234, - "src": "15897:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "15869:36:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 5264, - "nodeType": "ExpressionStatement", - "src": "15869:36:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5266, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5232, - "src": "15941:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5267, - "name": "guardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5234, - "src": "15949:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5265, - "name": "RoleGuardianChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7299, - "src": "15921:19:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64)" - } - }, - "id": 5268, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15921:37:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5269, - "nodeType": "EmitStatement", - "src": "15916:42:12" - } - ] - }, - "documentation": { - "id": 5230, - "nodeType": "StructuredDocumentation", - "src": "15278:308:12", - "text": " @dev Internal version of {setRoleGuardian} without access control.\n Emits a {RoleGuardianChanged} event.\n NOTE: Setting the guardian role as the `PUBLIC_ROLE` is allowed, but it will effectively allow\n anyone to cancel any scheduled operation for such role." - }, - "id": 5271, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setRoleGuardian", - "nameLocation": "15600:16:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5235, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5232, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "15624:6:12", - "nodeType": "VariableDeclaration", - "scope": 5271, - "src": "15617:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5231, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15617:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5234, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "15639:8:12", - "nodeType": "VariableDeclaration", - "scope": 5271, - "src": "15632:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5233, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "15632:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "15616:32:12" - }, - "returnParameters": { - "id": 5236, - "nodeType": "ParameterList", - "parameters": [], - "src": "15666:0:12" - }, - "scope": 6513, - "src": "15591:374:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 5323, - "nodeType": "Block", - "src": "16185:374:12", - "statements": [ - { - "assignments": [ - 5281 - ], - "declarations": [ - { - "constant": false, - "id": 5281, - "mutability": "mutable", - "name": "$", - "nameLocation": "16224:1:12", - "nodeType": "VariableDeclaration", - "scope": 5323, - "src": "16195:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5280, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5279, - "name": "AccessManagerStorage", - "nameLocations": [ - "16195:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "16195:20:12" - }, - "referencedDeclaration": 4505, - "src": "16195:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5284, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5282, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "16228:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5283, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16228:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "16195:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 5287, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5285, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5274, - "src": "16268:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 5286, - "name": "PUBLIC_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4486, - "src": "16278:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "16268:21:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5293, - "nodeType": "IfStatement", - "src": "16264:90:12", - "trueBody": { - "id": 5292, - "nodeType": "Block", - "src": "16291:63:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5289, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5274, - "src": "16336:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5288, - "name": "AccessManagerLockedRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7357, - "src": "16312:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint64_$returns$_t_error_$", - "typeString": "function (uint64) pure returns (error)" - } - }, - "id": 5290, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16312:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5291, - "nodeType": "RevertStatement", - "src": "16305:38:12" - } - ] - } - }, - { - "assignments": [ - 5295 - ], - "declarations": [ - { - "constant": false, - "id": 5295, - "mutability": "mutable", - "name": "effect", - "nameLocation": "16371:6:12", - "nodeType": "VariableDeclaration", - "scope": 5323, - "src": "16364:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5294, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "16364:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5296, - "nodeType": "VariableDeclarationStatement", - "src": "16364:13:12" - }, - { - "expression": { - "id": 5315, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "id": 5297, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5281, - "src": "16388:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5300, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16390:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "16388:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5301, - "indexExpression": { - "id": 5299, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5274, - "src": "16397:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16388:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5302, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "16405:10:12", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4466, - "src": "16388:27:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - { - "id": 5303, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5295, - "src": "16417:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 5304, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "16387:37:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5311, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5276, - "src": "16466:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5312, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4651, - "src": "16476:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 5313, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16476:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5305, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5281, - "src": "16427:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5306, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16429:6:12", - "memberName": "_roles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4497, - "src": "16427:8:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint64_$_t_struct$_Role_$4467_storage_$", - "typeString": "mapping(uint64 => struct AccessManagerUpgradeable.Role storage ref)" - } - }, - "id": 5308, - "indexExpression": { - "id": 5307, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5274, - "src": "16436:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16427:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Role_$4467_storage", - "typeString": "struct AccessManagerUpgradeable.Role storage ref" - } - }, - "id": 5309, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16444:10:12", - "memberName": "grantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4466, - "src": "16427:27:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 5310, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16455:10:12", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 12499, - "src": "16427:38:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 5314, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16427:62:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "16387:102:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5316, - "nodeType": "ExpressionStatement", - "src": "16387:102:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5318, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5274, - "src": "16527:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5319, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5276, - "src": "16535:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 5320, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5295, - "src": "16545:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 5317, - "name": "RoleGrantDelayChanged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7308, - "src": "16505:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$_t_uint32_$_t_uint48_$returns$__$", - "typeString": "function (uint64,uint32,uint48)" - } - }, - "id": 5321, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16505:47:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5322, - "nodeType": "EmitStatement", - "src": "16500:52:12" - } - ] - }, - "documentation": { - "id": 5272, - "nodeType": "StructuredDocumentation", - "src": "15971:136:12", - "text": " @dev Internal version of {setGrantDelay} without access control.\n Emits a {RoleGrantDelayChanged} event." - }, - "id": 5324, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setGrantDelay", - "nameLocation": "16121:14:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5277, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5274, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "16143:6:12", - "nodeType": "VariableDeclaration", - "scope": 5324, - "src": "16136:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5273, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16136:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5276, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "16158:8:12", - "nodeType": "VariableDeclaration", - "scope": 5324, - "src": "16151:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5275, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "16151:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "16135:32:12" - }, - "returnParameters": { - "id": 5278, - "nodeType": "ParameterList", - "parameters": [], - "src": "16185:0:12" - }, - "scope": 6513, - "src": "16112:447:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7564 - ], - "body": { - "id": 5358, - "nodeType": "Block", - "src": "16871:140:12", - "statements": [ - { - "body": { - "id": 5356, - "nodeType": "Block", - "src": "16928:77:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 5349, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5327, - "src": "16965:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "baseExpression": { - "id": 5350, - "name": "selectors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5330, - "src": "16973:9:12", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[] calldata" - } - }, - "id": 5352, - "indexExpression": { - "id": 5351, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5338, - "src": "16983:1:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "16973:12:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - { - "id": 5353, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5332, - "src": "16987:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5348, - "name": "_setTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5393, - "src": "16942:22:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes4,uint64)" - } - }, - "id": 5354, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16942:52:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5355, - "nodeType": "ExpressionStatement", - "src": "16942:52:12" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 5344, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5341, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5338, - "src": "16901:1:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "expression": { - "id": 5342, - "name": "selectors", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5330, - "src": "16905:9:12", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[] calldata" - } - }, - "id": 5343, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "16915:6:12", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "16905:16:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "16901:20:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5357, - "initializationExpression": { - "assignments": [ - 5338 - ], - "declarations": [ - { - "constant": false, - "id": 5338, - "mutability": "mutable", - "name": "i", - "nameLocation": "16894:1:12", - "nodeType": "VariableDeclaration", - "scope": 5357, - "src": "16886:9:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 5337, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16886:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 5340, - "initialValue": { - "hexValue": "30", - "id": 5339, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16898:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "16886:13:12" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 5346, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": true, - "src": "16923:3:12", - "subExpression": { - "id": 5345, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5338, - "src": "16925:1:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 5347, - "nodeType": "ExpressionStatement", - "src": "16923:3:12" - }, - "nodeType": "ForStatement", - "src": "16881:124:12" - } - ] - }, - "documentation": { - "id": 5325, - "nodeType": "StructuredDocumentation", - "src": "16685:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "08d6122d", - "id": 5359, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 5335, - "kind": "modifierInvocation", - "modifierName": { - "id": 5334, - "name": "onlyAuthorized", - "nameLocations": [ - "16856:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "16856:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "16856:14:12" - } - ], - "name": "setTargetFunctionRole", - "nameLocation": "16729:21:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5333, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5327, - "mutability": "mutable", - "name": "target", - "nameLocation": "16768:6:12", - "nodeType": "VariableDeclaration", - "scope": 5359, - "src": "16760:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5326, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16760:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5330, - "mutability": "mutable", - "name": "selectors", - "nameLocation": "16802:9:12", - "nodeType": "VariableDeclaration", - "scope": 5359, - "src": "16784:27:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[]" - }, - "typeName": { - "baseType": { - "id": 5328, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "16784:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 5329, - "nodeType": "ArrayTypeName", - "src": "16784:8:12", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", - "typeString": "bytes4[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5332, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "16828:6:12", - "nodeType": "VariableDeclaration", - "scope": 5359, - "src": "16821:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5331, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "16821:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "16750:90:12" - }, - "returnParameters": { - "id": 5336, - "nodeType": "ParameterList", - "parameters": [], - "src": "16871:0:12" - }, - "scope": 6513, - "src": "16720:291:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 5392, - "nodeType": "Block", - "src": "17267:202:12", - "statements": [ - { - "assignments": [ - 5371 - ], - "declarations": [ - { - "constant": false, - "id": 5371, - "mutability": "mutable", - "name": "$", - "nameLocation": "17306:1:12", - "nodeType": "VariableDeclaration", - "scope": 5392, - "src": "17277:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5370, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5369, - "name": "AccessManagerStorage", - "nameLocations": [ - "17277:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "17277:20:12" - }, - "referencedDeclaration": 4505, - "src": "17277:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5374, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5372, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "17310:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17310:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17277:59:12" - }, - { - "expression": { - "id": 5384, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5375, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5371, - "src": "17346:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5378, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17348:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "17346:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 5379, - "indexExpression": { - "id": 5377, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5362, - "src": "17357:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17346:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 5380, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17365:12:12", - "memberName": "allowedRoles", - "nodeType": "MemberAccess", - "referencedDeclaration": 4442, - "src": "17346:31:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes4_$_t_uint64_$", - "typeString": "mapping(bytes4 => uint64)" - } - }, - "id": 5382, - "indexExpression": { - "id": 5381, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5364, - "src": "17378:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "17346:41:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5383, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5366, - "src": "17390:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "17346:50:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 5385, - "nodeType": "ExpressionStatement", - "src": "17346:50:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5387, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5362, - "src": "17437:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5388, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5364, - "src": "17445:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - { - "id": 5389, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5366, - "src": "17455:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5386, - "name": "TargetFunctionRoleUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7324, - "src": "17411:25:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bytes4_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes4,uint64)" - } - }, - "id": 5390, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17411:51:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5391, - "nodeType": "EmitStatement", - "src": "17406:56:12" - } - ] - }, - "documentation": { - "id": 5360, - "nodeType": "StructuredDocumentation", - "src": "17017:148:12", - "text": " @dev Internal version of {setTargetFunctionRole} without access control.\n Emits a {TargetFunctionRoleUpdated} event." - }, - "id": 5393, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetFunctionRole", - "nameLocation": "17179:22:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5367, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5362, - "mutability": "mutable", - "name": "target", - "nameLocation": "17210:6:12", - "nodeType": "VariableDeclaration", - "scope": 5393, - "src": "17202:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5361, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17202:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5364, - "mutability": "mutable", - "name": "selector", - "nameLocation": "17225:8:12", - "nodeType": "VariableDeclaration", - "scope": 5393, - "src": "17218:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 5363, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "17218:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5366, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "17242:6:12", - "nodeType": "VariableDeclaration", - "scope": 5393, - "src": "17235:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 5365, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "17235:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "17201:48:12" - }, - "returnParameters": { - "id": 5368, - "nodeType": "ParameterList", - "parameters": [], - "src": "17267:0:12" - }, - "scope": 6513, - "src": "17170:299:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7572 - ], - "body": { - "id": 5408, - "nodeType": "Block", - "src": "17602:55:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 5404, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5396, - "src": "17633:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5405, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5398, - "src": "17641:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 5403, - "name": "_setTargetAdminDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5453, - "src": "17612:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (address,uint32)" - } - }, - "id": 5406, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17612:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5407, - "nodeType": "ExpressionStatement", - "src": "17612:38:12" - } - ] - }, - "documentation": { - "id": 5394, - "nodeType": "StructuredDocumentation", - "src": "17475:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d22b5989", - "id": 5409, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 5401, - "kind": "modifierInvocation", - "modifierName": { - "id": 5400, - "name": "onlyAuthorized", - "nameLocations": [ - "17587:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "17587:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "17587:14:12" - } - ], - "name": "setTargetAdminDelay", - "nameLocation": "17519:19:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5399, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5396, - "mutability": "mutable", - "name": "target", - "nameLocation": "17547:6:12", - "nodeType": "VariableDeclaration", - "scope": 5409, - "src": "17539:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5395, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17539:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5398, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "17562:8:12", - "nodeType": "VariableDeclaration", - "scope": 5409, - "src": "17555:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5397, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "17555:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "17538:33:12" - }, - "returnParameters": { - "id": 5402, - "nodeType": "ParameterList", - "parameters": [], - "src": "17602:0:12" - }, - "scope": 6513, - "src": "17510:147:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 5452, - "nodeType": "Block", - "src": "17892:280:12", - "statements": [ - { - "assignments": [ - 5419 - ], - "declarations": [ - { - "constant": false, - "id": 5419, - "mutability": "mutable", - "name": "$", - "nameLocation": "17931:1:12", - "nodeType": "VariableDeclaration", - "scope": 5452, - "src": "17902:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5418, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5417, - "name": "AccessManagerStorage", - "nameLocations": [ - "17902:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "17902:20:12" - }, - "referencedDeclaration": 4505, - "src": "17902:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5422, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5420, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "17935:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5421, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17935:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "17902:59:12" - }, - { - "assignments": [ - 5424 - ], - "declarations": [ - { - "constant": false, - "id": 5424, - "mutability": "mutable", - "name": "effect", - "nameLocation": "17978:6:12", - "nodeType": "VariableDeclaration", - "scope": 5452, - "src": "17971:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5423, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "17971:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5425, - "nodeType": "VariableDeclarationStatement", - "src": "17971:13:12" - }, - { - "expression": { - "id": 5444, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "expression": { - "baseExpression": { - "expression": { - "id": 5426, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5419, - "src": "17995:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5429, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "17997:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "17995:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 5430, - "indexExpression": { - "id": 5428, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5412, - "src": "18006:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "17995:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 5431, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "18014:10:12", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4445, - "src": "17995:29:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - { - "id": 5432, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5424, - "src": "18026:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 5433, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "17994:39:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5440, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5414, - "src": "18077:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5441, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4651, - "src": "18087:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 5442, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18087:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5434, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5419, - "src": "18036:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5435, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18038:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "18036:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 5437, - "indexExpression": { - "id": 5436, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5412, - "src": "18047:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "18036:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 5438, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18055:10:12", - "memberName": "adminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 4445, - "src": "18036:29:12", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 5439, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18066:10:12", - "memberName": "withUpdate", - "nodeType": "MemberAccess", - "referencedDeclaration": 12499, - "src": "18036:40:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$_t_uint32_$_t_uint32_$returns$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay,uint32,uint32) view returns (Time.Delay,uint48)" - } - }, - "id": 5443, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18036:64:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "src": "17994:106:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5445, - "nodeType": "ExpressionStatement", - "src": "17994:106:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5447, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5412, - "src": "18140:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5448, - "name": "newDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5414, - "src": "18148:8:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 5449, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5424, - "src": "18158:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 5446, - "name": "TargetAdminDelayUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7333, - "src": "18116:23:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_uint32_$_t_uint48_$returns$__$", - "typeString": "function (address,uint32,uint48)" - } - }, - "id": 5450, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18116:49:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5451, - "nodeType": "EmitStatement", - "src": "18111:54:12" - } - ] - }, - "documentation": { - "id": 5410, - "nodeType": "StructuredDocumentation", - "src": "17663:144:12", - "text": " @dev Internal version of {setTargetAdminDelay} without access control.\n Emits a {TargetAdminDelayUpdated} event." - }, - "id": 5453, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetAdminDelay", - "nameLocation": "17821:20:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5415, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5412, - "mutability": "mutable", - "name": "target", - "nameLocation": "17850:6:12", - "nodeType": "VariableDeclaration", - "scope": 5453, - "src": "17842:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5411, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "17842:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5414, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "17865:8:12", - "nodeType": "VariableDeclaration", - "scope": 5453, - "src": "17858:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5413, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "17858:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "17841:33:12" - }, - "returnParameters": { - "id": 5416, - "nodeType": "ParameterList", - "parameters": [], - "src": "17892:0:12" - }, - "scope": 6513, - "src": "17812:360:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7580 - ], - "body": { - "id": 5468, - "nodeType": "Block", - "src": "18417:49:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 5464, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5456, - "src": "18444:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5465, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5458, - "src": "18452:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 5463, - "name": "_setTargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5510, - "src": "18427:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool)" - } - }, - "id": 5466, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18427:32:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5467, - "nodeType": "ExpressionStatement", - "src": "18427:32:12" - } - ] - }, - "documentation": { - "id": 5454, - "nodeType": "StructuredDocumentation", - "src": "18298:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "167bd395", - "id": 5469, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 5461, - "kind": "modifierInvocation", - "modifierName": { - "id": 5460, - "name": "onlyAuthorized", - "nameLocations": [ - "18402:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "18402:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "18402:14:12" - } - ], - "name": "setTargetClosed", - "nameLocation": "18342:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5459, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5456, - "mutability": "mutable", - "name": "target", - "nameLocation": "18366:6:12", - "nodeType": "VariableDeclaration", - "scope": 5469, - "src": "18358:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5455, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "18358:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5458, - "mutability": "mutable", - "name": "closed", - "nameLocation": "18379:6:12", - "nodeType": "VariableDeclaration", - "scope": 5469, - "src": "18374:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5457, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "18374:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "18357:29:12" - }, - "returnParameters": { - "id": 5462, - "nodeType": "ParameterList", - "parameters": [], - "src": "18417:0:12" - }, - "scope": 6513, - "src": "18333:133:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 5509, - "nodeType": "Block", - "src": "18708:267:12", - "statements": [ - { - "assignments": [ - 5479 - ], - "declarations": [ - { - "constant": false, - "id": 5479, - "mutability": "mutable", - "name": "$", - "nameLocation": "18747:1:12", - "nodeType": "VariableDeclaration", - "scope": 5509, - "src": "18718:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5478, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5477, - "name": "AccessManagerStorage", - "nameLocations": [ - "18718:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "18718:20:12" - }, - "referencedDeclaration": 4505, - "src": "18718:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5482, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5480, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "18751:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5481, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18751:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "18718:59:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 5488, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5483, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5472, - "src": "18791:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 5486, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "18809:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 5485, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18801:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 5484, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "18801:7:12", - "typeDescriptions": {} - } - }, - "id": 5487, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18801:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "18791:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5494, - "nodeType": "IfStatement", - "src": "18787:95:12", - "trueBody": { - "id": 5493, - "nodeType": "Block", - "src": "18816:66:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5490, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5472, - "src": "18864:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5489, - "name": "AccessManagerLockedAccount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7353, - "src": "18837:26:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 5491, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18837:34:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5492, - "nodeType": "RevertStatement", - "src": "18830:41:12" - } - ] - } - }, - { - "expression": { - "id": 5502, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 5495, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5479, - "src": "18891:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5498, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "18893:8:12", - "memberName": "_targets", - "nodeType": "MemberAccess", - "referencedDeclaration": 4492, - "src": "18891:10:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_struct$_TargetConfig_$4448_storage_$", - "typeString": "mapping(address => struct AccessManagerUpgradeable.TargetConfig storage ref)" - } - }, - "id": 5499, - "indexExpression": { - "id": 5497, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5472, - "src": "18902:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "18891:18:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_TargetConfig_$4448_storage", - "typeString": "struct AccessManagerUpgradeable.TargetConfig storage ref" - } - }, - "id": 5500, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "18910:6:12", - "memberName": "closed", - "nodeType": "MemberAccess", - "referencedDeclaration": 4447, - "src": "18891:25:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5501, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5474, - "src": "18919:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "18891:34:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5503, - "nodeType": "ExpressionStatement", - "src": "18891:34:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5505, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5472, - "src": "18953:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5506, - "name": "closed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5474, - "src": "18961:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - ], - "id": 5504, - "name": "TargetClosed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7315, - "src": "18940:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool)" - } - }, - "id": 5507, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18940:28:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5508, - "nodeType": "EmitStatement", - "src": "18935:33:12" - } - ] - }, - "documentation": { - "id": 5470, - "nodeType": "StructuredDocumentation", - "src": "18472:159:12", - "text": " @dev Set the closed flag for a contract. This is an internal setter with no access restrictions.\n Emits a {TargetClosed} event." - }, - "id": 5510, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setTargetClosed", - "nameLocation": "18645:16:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5475, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5472, - "mutability": "mutable", - "name": "target", - "nameLocation": "18670:6:12", - "nodeType": "VariableDeclaration", - "scope": 5510, - "src": "18662:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5471, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "18662:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5474, - "mutability": "mutable", - "name": "closed", - "nameLocation": "18683:6:12", - "nodeType": "VariableDeclaration", - "scope": 5510, - "src": "18678:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5473, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "18678:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "18661:29:12" - }, - "returnParameters": { - "id": 5476, - "nodeType": "ParameterList", - "parameters": [], - "src": "18708:0:12" - }, - "scope": 6513, - "src": "18636:339:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7588 - ], - "body": { - "id": 5539, - "nodeType": "Block", - "src": "19206:185:12", - "statements": [ - { - "assignments": [ - 5520 - ], - "declarations": [ - { - "constant": false, - "id": 5520, - "mutability": "mutable", - "name": "$", - "nameLocation": "19245:1:12", - "nodeType": "VariableDeclaration", - "scope": 5539, - "src": "19216:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5519, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5518, - "name": "AccessManagerStorage", - "nameLocations": [ - "19216:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "19216:20:12" - }, - "referencedDeclaration": 4505, - "src": "19216:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5523, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5521, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "19249:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5522, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19249:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19216:59:12" - }, - { - "assignments": [ - 5525 - ], - "declarations": [ - { - "constant": false, - "id": 5525, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "19292:9:12", - "nodeType": "VariableDeclaration", - "scope": 5539, - "src": "19285:16:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5524, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "19285:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5531, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 5526, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5520, - "src": "19304:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5527, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19306:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "19304:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5529, - "indexExpression": { - "id": 5528, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5513, - "src": "19317:2:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19304:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5530, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19321:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "19304:26:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19285:45:12" - }, - { - "expression": { - "condition": { - "arguments": [ - { - "id": 5533, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5525, - "src": "19358:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 5532, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6476, - "src": "19347:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 5534, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19347:21:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 5536, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5525, - "src": "19375:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 5537, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "19347:37:12", - "trueExpression": { - "hexValue": "30", - "id": 5535, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19371:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 5517, - "id": 5538, - "nodeType": "Return", - "src": "19340:44:12" - } - ] - }, - "documentation": { - "id": 5511, - "nodeType": "StructuredDocumentation", - "src": "19101:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "3adc277a", - "id": 5540, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getSchedule", - "nameLocation": "19145:11:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5514, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5513, - "mutability": "mutable", - "name": "id", - "nameLocation": "19165:2:12", - "nodeType": "VariableDeclaration", - "scope": 5540, - "src": "19157:10:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5512, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19157:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "19156:12:12" - }, - "returnParameters": { - "id": 5517, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5516, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5540, - "src": "19198:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5515, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "19198:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "19197:8:12" - }, - "scope": 6513, - "src": "19136:255:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7596 - ], - "body": { - "id": 5560, - "nodeType": "Block", - "src": "19499:115:12", - "statements": [ - { - "assignments": [ - 5550 - ], - "declarations": [ - { - "constant": false, - "id": 5550, - "mutability": "mutable", - "name": "$", - "nameLocation": "19538:1:12", - "nodeType": "VariableDeclaration", - "scope": 5560, - "src": "19509:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5549, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5548, - "name": "AccessManagerStorage", - "nameLocations": [ - "19509:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "19509:20:12" - }, - "referencedDeclaration": 4505, - "src": "19509:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5553, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5551, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "19542:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5552, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19542:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19509:59:12" - }, - { - "expression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5554, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5550, - "src": "19585:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5555, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19587:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "19585:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5557, - "indexExpression": { - "id": 5556, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5543, - "src": "19598:2:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "19585:16:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5558, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "19602:5:12", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 4471, - "src": "19585:22:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 5547, - "id": 5559, - "nodeType": "Return", - "src": "19578:29:12" - } - ] - }, - "documentation": { - "id": 5541, - "nodeType": "StructuredDocumentation", - "src": "19397:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "4136a33c", - "id": 5561, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getNonce", - "nameLocation": "19441:8:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5544, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5543, - "mutability": "mutable", - "name": "id", - "nameLocation": "19458:2:12", - "nodeType": "VariableDeclaration", - "scope": 5561, - "src": "19450:10:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5542, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19450:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "19449:12:12" - }, - "returnParameters": { - "id": 5547, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5546, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5561, - "src": "19491:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5545, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "19491:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "19490:8:12" - }, - "scope": 6513, - "src": "19432:182:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7610 - ], - "body": { - "id": 5685, - "nodeType": "Block", - "src": "19812:1283:12", - "statements": [ - { - "assignments": [ - 5577 - ], - "declarations": [ - { - "constant": false, - "id": 5577, - "mutability": "mutable", - "name": "$", - "nameLocation": "19851:1:12", - "nodeType": "VariableDeclaration", - "scope": 5685, - "src": "19822:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5576, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5575, - "name": "AccessManagerStorage", - "nameLocations": [ - "19822:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "19822:20:12" - }, - "referencedDeclaration": 4505, - "src": "19822:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5580, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5578, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "19855:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19855:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19822:59:12" - }, - { - "assignments": [ - 5582 - ], - "declarations": [ - { - "constant": false, - "id": 5582, - "mutability": "mutable", - "name": "caller", - "nameLocation": "19899:6:12", - "nodeType": "VariableDeclaration", - "scope": 5685, - "src": "19891:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5581, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "19891:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 5585, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5583, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "19908:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 5584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19908:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "19891:29:12" - }, - { - "assignments": [ - null, - 5587 - ], - "declarations": [ - null, - { - "constant": false, - "id": 5587, - "mutability": "mutable", - "name": "setback", - "nameLocation": "20021:7:12", - "nodeType": "VariableDeclaration", - "scope": 5685, - "src": "20014:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5586, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "20014:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 5593, - "initialValue": { - "arguments": [ - { - "id": 5589, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5582, - "src": "20049:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5590, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5564, - "src": "20057:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5591, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5566, - "src": "20065:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5588, - "name": "_canCallExtended", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6338, - "src": "20032:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,address,bytes calldata) view returns (bool,uint32)" - } - }, - "id": 5592, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20032:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20011:59:12" - }, - { - "assignments": [ - 5595 - ], - "declarations": [ - { - "constant": false, - "id": 5595, - "mutability": "mutable", - "name": "minWhen", - "nameLocation": "20088:7:12", - "nodeType": "VariableDeclaration", - "scope": 5685, - "src": "20081:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5594, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "20081:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5601, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5600, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 5596, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "20098:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$12589_$", - "typeString": "type(library Time)" - } - }, - "id": 5597, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20103:9:12", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 12336, - "src": "20098:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 5598, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20098:16:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 5599, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5587, - "src": "20117:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "20098:26:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "20081:43:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5613, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 5604, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5602, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5587, - "src": "20223:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 5603, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20234:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "20223:12:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5611, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5607, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5605, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20240:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 5606, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20247:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "20240:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5610, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5608, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20252:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 5609, - "name": "minWhen", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5595, - "src": "20259:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "20252:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "20240:26:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "id": 5612, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "20239:28:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "20223:44:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5623, - "nodeType": "IfStatement", - "src": "20219:149:12", - "trueBody": { - "id": 5622, - "nodeType": "Block", - "src": "20269:99:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5615, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5582, - "src": "20320:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5616, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5564, - "src": "20328:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 5618, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5566, - "src": "20351:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5617, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "20336:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 5619, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20336:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 5614, - "name": "AccessManagerUnauthorizedCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7373, - "src": "20290:29:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_address_$_t_bytes4_$returns$_t_error_$", - "typeString": "function (address,address,bytes4) pure returns (error)" - } - }, - "id": 5620, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20290:67:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5621, - "nodeType": "RevertStatement", - "src": "20283:74:12" - } - ] - } - }, - { - "expression": { - "id": 5633, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5624, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20426:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 5629, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20449:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 5630, - "name": "minWhen", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5595, - "src": "20455:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "expression": { - "id": 5627, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "20440:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$10454_$", - "typeString": "type(library Math)" - } - }, - "id": 5628, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20445:3:12", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 9587, - "src": "20440:8:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 5631, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20440:23:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 5626, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "20433:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 5625, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "20433:6:12", - "typeDescriptions": {} - } - }, - "id": 5632, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20433:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "20426:38:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 5634, - "nodeType": "ExpressionStatement", - "src": "20426:38:12" - }, - { - "expression": { - "id": 5641, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5635, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20570:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5637, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5582, - "src": "20598:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5638, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5564, - "src": "20606:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5639, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5566, - "src": "20614:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5636, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6074, - "src": "20584:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes32_$", - "typeString": "function (address,address,bytes calldata) view returns (bytes32)" - } - }, - "id": 5640, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20584:35:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "20570:49:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 5642, - "nodeType": "ExpressionStatement", - "src": "20570:49:12" - }, - { - "expression": { - "arguments": [ - { - "id": 5644, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20649:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5643, - "name": "_checkNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5721, - "src": "20630:18:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$__$", - "typeString": "function (bytes32) view" - } - }, - "id": 5645, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20630:31:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5646, - "nodeType": "ExpressionStatement", - "src": "20630:31:12" - }, - { - "id": 5657, - "nodeType": "UncheckedBlock", - "src": "20672:157:12", - "statements": [ - { - "expression": { - "id": 5655, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5647, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5573, - "src": "20775:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 5654, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5648, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5577, - "src": "20783:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5649, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20785:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "20783:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5651, - "indexExpression": { - "id": 5650, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20796:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "20783:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5652, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20809:5:12", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 4471, - "src": "20783:31:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 5653, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20817:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "20783:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "20775:43:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 5656, - "nodeType": "ExpressionStatement", - "src": "20775:43:12" - } - ] - }, - { - "expression": { - "id": 5665, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 5658, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5577, - "src": "20838:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5661, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20840:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "20838:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5662, - "indexExpression": { - "id": 5660, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20851:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "20838:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5663, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "20864:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "20838:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5664, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20876:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "20838:42:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 5666, - "nodeType": "ExpressionStatement", - "src": "20838:42:12" - }, - { - "expression": { - "id": 5674, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "baseExpression": { - "expression": { - "id": 5667, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5577, - "src": "20890:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5670, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "20892:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "20890:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5671, - "indexExpression": { - "id": 5669, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20903:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "20890:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5672, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "20916:5:12", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 4471, - "src": "20890:31:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5673, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5573, - "src": "20924:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "20890:39:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 5675, - "nodeType": "ExpressionStatement", - "src": "20890:39:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5677, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5571, - "src": "20963:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 5678, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5573, - "src": "20976:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 5679, - "name": "when", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5568, - "src": "20983:4:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - { - "id": 5680, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5582, - "src": "20989:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5681, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5564, - "src": "20997:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5682, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5566, - "src": "21005:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5676, - "name": "OperationScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7244, - "src": "20944:18:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$_t_uint48_$_t_address_$_t_address_$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (bytes32,uint32,uint48,address,address,bytes memory)" - } - }, - "id": 5683, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20944:66:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5684, - "nodeType": "EmitStatement", - "src": "20939:71:12" - } - ] - }, - "documentation": { - "id": 5562, - "nodeType": "StructuredDocumentation", - "src": "19620:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "f801a698", - "id": 5686, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "schedule", - "nameLocation": "19664:8:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5569, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5564, - "mutability": "mutable", - "name": "target", - "nameLocation": "19690:6:12", - "nodeType": "VariableDeclaration", - "scope": 5686, - "src": "19682:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5563, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "19682:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5566, - "mutability": "mutable", - "name": "data", - "nameLocation": "19721:4:12", - "nodeType": "VariableDeclaration", - "scope": 5686, - "src": "19706:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 5565, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "19706:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5568, - "mutability": "mutable", - "name": "when", - "nameLocation": "19742:4:12", - "nodeType": "VariableDeclaration", - "scope": 5686, - "src": "19735:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5567, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "19735:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "19672:80:12" - }, - "returnParameters": { - "id": 5574, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5571, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "19785:11:12", - "nodeType": "VariableDeclaration", - "scope": 5686, - "src": "19777:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5570, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "19777:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5573, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "19805:5:12", - "nodeType": "VariableDeclaration", - "scope": 5686, - "src": "19798:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5572, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "19798:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "19776:35:12" - }, - "scope": 6513, - "src": "19655:1440:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 5720, - "nodeType": "Block", - "src": "21346:281:12", - "statements": [ - { - "assignments": [ - 5694 - ], - "declarations": [ - { - "constant": false, - "id": 5694, - "mutability": "mutable", - "name": "$", - "nameLocation": "21385:1:12", - "nodeType": "VariableDeclaration", - "scope": 5720, - "src": "21356:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5693, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5692, - "name": "AccessManagerStorage", - "nameLocations": [ - "21356:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "21356:20:12" - }, - "referencedDeclaration": 4505, - "src": "21356:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5697, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5695, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "21389:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5696, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21389:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "21356:59:12" - }, - { - "assignments": [ - 5699 - ], - "declarations": [ - { - "constant": false, - "id": 5699, - "mutability": "mutable", - "name": "prevTimepoint", - "nameLocation": "21432:13:12", - "nodeType": "VariableDeclaration", - "scope": 5720, - "src": "21425:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5698, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "21425:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5705, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 5700, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5694, - "src": "21448:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5701, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21450:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "21448:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5703, - "indexExpression": { - "id": 5702, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5689, - "src": "21461:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "21448:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5704, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "21474:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "21448:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "21425:58:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5713, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5708, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5706, - "name": "prevTimepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5699, - "src": "21497:13:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 5707, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21514:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "21497:18:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 5712, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "21519:26:12", - "subExpression": { - "arguments": [ - { - "id": 5710, - "name": "prevTimepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5699, - "src": "21531:13:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 5709, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6476, - "src": "21520:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 5711, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21520:25:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "21497:48:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5719, - "nodeType": "IfStatement", - "src": "21493:128:12", - "trueBody": { - "id": 5718, - "nodeType": "Block", - "src": "21547:74:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5715, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5689, - "src": "21598:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5714, - "name": "AccessManagerAlreadyScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7337, - "src": "21568:29:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 5716, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21568:42:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5717, - "nodeType": "RevertStatement", - "src": "21561:49:12" - } - ] - } - } - ] - }, - "documentation": { - "id": 5687, - "nodeType": "StructuredDocumentation", - "src": "21101:178:12", - "text": " @dev Reverts if the operation is currently scheduled and has not expired.\n (Note: This function was introduced due to stack too deep errors in schedule.)" - }, - "id": 5721, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkNotScheduled", - "nameLocation": "21293:18:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5690, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5689, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "21320:11:12", - "nodeType": "VariableDeclaration", - "scope": 5721, - "src": "21312:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5688, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "21312:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "21311:21:12" - }, - "returnParameters": { - "id": 5691, - "nodeType": "ParameterList", - "parameters": [], - "src": "21346:0:12" - }, - "scope": 6513, - "src": "21284:343:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "baseFunctions": [ - 7620 - ], - "body": { - "id": 5829, - "nodeType": "Block", - "src": "21991:1221:12", - "statements": [ - { - "assignments": [ - 5733 - ], - "declarations": [ - { - "constant": false, - "id": 5733, - "mutability": "mutable", - "name": "$", - "nameLocation": "22030:1:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22001:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5732, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5731, - "name": "AccessManagerStorage", - "nameLocations": [ - "22001:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "22001:20:12" - }, - "referencedDeclaration": 4505, - "src": "22001:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5736, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5734, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "22034:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5735, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22034:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22001:59:12" - }, - { - "assignments": [ - 5738 - ], - "declarations": [ - { - "constant": false, - "id": 5738, - "mutability": "mutable", - "name": "caller", - "nameLocation": "22078:6:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22070:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5737, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "22070:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 5741, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5739, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "22087:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 5740, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22087:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22070:29:12" - }, - { - "assignments": [ - 5743, - 5745 - ], - "declarations": [ - { - "constant": false, - "id": 5743, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "22196:9:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22191:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5742, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "22191:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5745, - "mutability": "mutable", - "name": "setback", - "nameLocation": "22214:7:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22207:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5744, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "22207:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 5751, - "initialValue": { - "arguments": [ - { - "id": 5747, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5738, - "src": "22242:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5748, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5724, - "src": "22250:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5749, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5726, - "src": "22258:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5746, - "name": "_canCallExtended", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6338, - "src": "22225:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,address,bytes calldata) view returns (bool,uint32)" - } - }, - "id": 5750, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22225:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22190:73:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5757, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "22325:10:12", - "subExpression": { - "id": 5752, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5743, - "src": "22326:9:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 5756, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5754, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5745, - "src": "22339:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 5755, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22350:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22339:12:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "22325:26:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5767, - "nodeType": "IfStatement", - "src": "22321:131:12", - "trueBody": { - "id": 5766, - "nodeType": "Block", - "src": "22353:99:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5759, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5738, - "src": "22404:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5760, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5724, - "src": "22412:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 5762, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5726, - "src": "22435:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5761, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "22420:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 5763, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22420:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 5758, - "name": "AccessManagerUnauthorizedCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7373, - "src": "22374:29:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_address_$_t_bytes4_$returns$_t_error_$", - "typeString": "function (address,address,bytes4) pure returns (error)" - } - }, - "id": 5764, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22374:67:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5765, - "nodeType": "RevertStatement", - "src": "22367:74:12" - } - ] - } - }, - { - "assignments": [ - 5769 - ], - "declarations": [ - { - "constant": false, - "id": 5769, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "22470:11:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22462:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5768, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "22462:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 5775, - "initialValue": { - "arguments": [ - { - "id": 5771, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5738, - "src": "22498:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5772, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5724, - "src": "22506:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5773, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5726, - "src": "22514:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5770, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6074, - "src": "22484:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes32_$", - "typeString": "function (address,address,bytes calldata) view returns (bytes32)" - } - }, - "id": 5774, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22484:35:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22462:57:12" - }, - { - "assignments": [ - 5777 - ], - "declarations": [ - { - "constant": false, - "id": 5777, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "22536:5:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22529:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5776, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "22529:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 5778, - "nodeType": "VariableDeclarationStatement", - "src": "22529:12:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5787, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 5781, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5779, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5745, - "src": "22721:7:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 5780, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22732:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22721:12:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5786, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 5783, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5769, - "src": "22749:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5782, - "name": "getSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5540, - "src": "22737:11:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes32_$returns$_t_uint48_$", - "typeString": "function (bytes32) view returns (uint48)" - } - }, - "id": 5784, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22737:24:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 5785, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22765:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "22737:29:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "22721:45:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5795, - "nodeType": "IfStatement", - "src": "22717:116:12", - "trueBody": { - "id": 5794, - "nodeType": "Block", - "src": "22768:65:12", - "statements": [ - { - "expression": { - "id": 5792, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 5788, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5777, - "src": "22782:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5790, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5769, - "src": "22810:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5789, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6052, - "src": "22790:19:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 5791, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22790:32:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "22782:40:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 5793, - "nodeType": "ExpressionStatement", - "src": "22782:40:12" - } - ] - } - }, - { - "assignments": [ - 5797 - ], - "declarations": [ - { - "constant": false, - "id": 5797, - "mutability": "mutable", - "name": "executionIdBefore", - "nameLocation": "22905:17:12", - "nodeType": "VariableDeclaration", - "scope": 5829, - "src": "22897:25:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5796, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "22897:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 5800, - "initialValue": { - "expression": { - "id": 5798, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5733, - "src": "22925:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5799, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "22927:12:12", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 4504, - "src": "22925:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "22897:42:12" - }, - { - "expression": { - "id": 5810, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 5801, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5733, - "src": "22949:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5803, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "22951:12:12", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 4504, - "src": "22949:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 5805, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5724, - "src": "22983:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 5807, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5726, - "src": "23006:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5806, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "22991:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 5808, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22991:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 5804, - "name": "_hashExecutionId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6512, - "src": "22966:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", - "typeString": "function (address,bytes4) pure returns (bytes32)" - } - }, - "id": 5809, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22966:46:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "22949:63:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 5811, - "nodeType": "ExpressionStatement", - "src": "22949:63:12" - }, - { - "expression": { - "arguments": [ - { - "id": 5815, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5724, - "src": "23077:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5816, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5726, - "src": "23085:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - { - "expression": { - "id": 5817, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "23091:3:12", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 5818, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23095:5:12", - "memberName": "value", - "nodeType": "MemberAccess", - "src": "23091:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 5812, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "23047:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Address_$7969_$", - "typeString": "type(library Address)" - } - }, - "id": 5814, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23055:21:12", - "memberName": "functionCallWithValue", - "nodeType": "MemberAccess", - "referencedDeclaration": 7836, - "src": "23047:29:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bytes memory,uint256) returns (bytes memory)" - } - }, - "id": 5819, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23047:54:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 5820, - "nodeType": "ExpressionStatement", - "src": "23047:54:12" - }, - { - "expression": { - "id": 5825, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 5821, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5733, - "src": "23148:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5823, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "23150:12:12", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 4504, - "src": "23148:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 5824, - "name": "executionIdBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5797, - "src": "23165:17:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "23148:34:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 5826, - "nodeType": "ExpressionStatement", - "src": "23148:34:12" - }, - { - "expression": { - "id": 5827, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5777, - "src": "23200:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 5730, - "id": 5828, - "nodeType": "Return", - "src": "23193:12:12" - } - ] - }, - "documentation": { - "id": 5722, - "nodeType": "StructuredDocumentation", - "src": "21633:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "1cff79cd", - "id": 5830, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "execute", - "nameLocation": "21906:7:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5727, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5724, - "mutability": "mutable", - "name": "target", - "nameLocation": "21922:6:12", - "nodeType": "VariableDeclaration", - "scope": 5830, - "src": "21914:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5723, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "21914:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5726, - "mutability": "mutable", - "name": "data", - "nameLocation": "21945:4:12", - "nodeType": "VariableDeclaration", - "scope": 5830, - "src": "21930:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 5725, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "21930:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "21913:37:12" - }, - "returnParameters": { - "id": 5730, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5729, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5830, - "src": "21983:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5728, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "21983:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "21982:8:12" - }, - "scope": 6513, - "src": "21897:1315:12", - "stateMutability": "payable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7632 - ], - "body": { - "id": 5940, - "nodeType": "Block", - "src": "23354:1082:12", - "statements": [ - { - "assignments": [ - 5844 - ], - "declarations": [ - { - "constant": false, - "id": 5844, - "mutability": "mutable", - "name": "$", - "nameLocation": "23393:1:12", - "nodeType": "VariableDeclaration", - "scope": 5940, - "src": "23364:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5843, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5842, - "name": "AccessManagerStorage", - "nameLocations": [ - "23364:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "23364:20:12" - }, - "referencedDeclaration": 4505, - "src": "23364:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5847, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5845, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "23397:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5846, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23397:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23364:59:12" - }, - { - "assignments": [ - 5849 - ], - "declarations": [ - { - "constant": false, - "id": 5849, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "23441:9:12", - "nodeType": "VariableDeclaration", - "scope": 5940, - "src": "23433:17:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5848, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23433:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 5852, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5850, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "23453:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 5851, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23453:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23433:32:12" - }, - { - "assignments": [ - 5854 - ], - "declarations": [ - { - "constant": false, - "id": 5854, - "mutability": "mutable", - "name": "selector", - "nameLocation": "23482:8:12", - "nodeType": "VariableDeclaration", - "scope": 5940, - "src": "23475:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 5853, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "23475:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "id": 5858, - "initialValue": { - "arguments": [ - { - "id": 5856, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5837, - "src": "23508:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5855, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "23493:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 5857, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23493:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23475:38:12" - }, - { - "assignments": [ - 5860 - ], - "declarations": [ - { - "constant": false, - "id": 5860, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "23532:11:12", - "nodeType": "VariableDeclaration", - "scope": 5940, - "src": "23524:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5859, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "23524:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 5866, - "initialValue": { - "arguments": [ - { - "id": 5862, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5833, - "src": "23560:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5863, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5835, - "src": "23568:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5864, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5837, - "src": "23576:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5861, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6074, - "src": "23546:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes32_$", - "typeString": "function (address,address,bytes calldata) view returns (bytes32)" - } - }, - "id": 5865, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23546:35:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23524:57:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 5873, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5867, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5844, - "src": "23595:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5868, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23597:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "23595:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5870, - "indexExpression": { - "id": 5869, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5860, - "src": "23608:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "23595:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5871, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "23621:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "23595:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 5872, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23634:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "23595:40:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 5881, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5879, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5833, - "src": "23717:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 5880, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5849, - "src": "23727:9:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "23717:19:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5916, - "nodeType": "IfStatement", - "src": "23713:494:12", - "trueBody": { - "id": 5915, - "nodeType": "Block", - "src": "23738:469:12", - "statements": [ - { - "assignments": [ - 5883, - null - ], - "declarations": [ - { - "constant": false, - "id": 5883, - "mutability": "mutable", - "name": "isAdmin", - "nameLocation": "23891:7:12", - "nodeType": "VariableDeclaration", - "scope": 5915, - "src": "23886:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5882, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "23886:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 5888, - "initialValue": { - "arguments": [ - { - "id": 5885, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "23912:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5886, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5849, - "src": "23924:9:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5884, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4884, - "src": "23904:7:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 5887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23904:30:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23885:49:12" - }, - { - "assignments": [ - 5890, - null - ], - "declarations": [ - { - "constant": false, - "id": 5890, - "mutability": "mutable", - "name": "isGuardian", - "nameLocation": "23954:10:12", - "nodeType": "VariableDeclaration", - "scope": 5915, - "src": "23949:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 5889, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "23949:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 5900, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 5894, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5835, - "src": "24016:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5895, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5854, - "src": "24024:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 5893, - "name": "getTargetFunctionRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4697, - "src": "23994:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_uint64_$", - "typeString": "function (address,bytes4) view returns (uint64)" - } - }, - "id": 5896, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23994:39:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 5892, - "name": "getRoleGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4762, - "src": "23978:15:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", - "typeString": "function (uint64) view returns (uint64)" - } - }, - "id": 5897, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23978:56:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 5898, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5849, - "src": "24036:9:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5891, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4884, - "src": "23970:7:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 5899, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23970:76:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "23948:98:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 5905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 5902, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "24064:8:12", - "subExpression": { - "id": 5901, - "name": "isAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5883, - "src": "24065:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 5904, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "24076:11:12", - "subExpression": { - "id": 5903, - "name": "isGuardian", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5890, - "src": "24077:10:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "24064:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5914, - "nodeType": "IfStatement", - "src": "24060:137:12", - "trueBody": { - "id": 5913, - "nodeType": "Block", - "src": "24089:108:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5907, - "name": "msgsender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5849, - "src": "24146:9:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5908, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5833, - "src": "24157:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5909, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5835, - "src": "24165:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5910, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5854, - "src": "24173:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 5906, - "name": "AccessManagerUnauthorizedCancel", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7387, - "src": "24114:31:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_address_$_t_address_$_t_bytes4_$returns$_t_error_$", - "typeString": "function (address,address,address,bytes4) pure returns (error)" - } - }, - "id": 5911, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24114:68:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5912, - "nodeType": "RevertStatement", - "src": "24107:75:12" - } - ] - } - } - ] - } - }, - "id": 5917, - "nodeType": "IfStatement", - "src": "23591:616:12", - "trueBody": { - "id": 5878, - "nodeType": "Block", - "src": "23637:70:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5875, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5860, - "src": "23684:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5874, - "name": "AccessManagerNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7341, - "src": "23658:25:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 5876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23658:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5877, - "nodeType": "RevertStatement", - "src": "23651:45:12" - } - ] - } - }, - { - "expression": { - "id": 5923, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "24217:42:12", - "subExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 5918, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5844, - "src": "24224:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5919, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24226:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "24224:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5921, - "indexExpression": { - "id": 5920, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5860, - "src": "24237:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24224:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5922, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "24250:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "24224:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5924, - "nodeType": "ExpressionStatement", - "src": "24217:42:12" - }, - { - "assignments": [ - 5926 - ], - "declarations": [ - { - "constant": false, - "id": 5926, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "24315:5:12", - "nodeType": "VariableDeclaration", - "scope": 5940, - "src": "24308:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5925, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "24308:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 5932, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 5927, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5844, - "src": "24323:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5928, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24325:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "24323:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5930, - "indexExpression": { - "id": 5929, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5860, - "src": "24336:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "24323:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5931, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24349:5:12", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 4471, - "src": "24323:31:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24308:46:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 5934, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5860, - "src": "24387:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 5935, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5926, - "src": "24400:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 5933, - "name": "OperationCanceled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7258, - "src": "24369:17:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", - "typeString": "function (bytes32,uint32)" - } - }, - "id": 5936, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24369:37:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 5937, - "nodeType": "EmitStatement", - "src": "24364:42:12" - }, - { - "expression": { - "id": 5938, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5926, - "src": "24424:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 5841, - "id": 5939, - "nodeType": "Return", - "src": "24417:12:12" - } - ] - }, - "documentation": { - "id": 5831, - "nodeType": "StructuredDocumentation", - "src": "23218:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "d6bb62c6", - "id": 5941, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "cancel", - "nameLocation": "23262:6:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5838, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5833, - "mutability": "mutable", - "name": "caller", - "nameLocation": "23277:6:12", - "nodeType": "VariableDeclaration", - "scope": 5941, - "src": "23269:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5832, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23269:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5835, - "mutability": "mutable", - "name": "target", - "nameLocation": "23293:6:12", - "nodeType": "VariableDeclaration", - "scope": 5941, - "src": "23285:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5834, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "23285:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5837, - "mutability": "mutable", - "name": "data", - "nameLocation": "23316:4:12", - "nodeType": "VariableDeclaration", - "scope": 5941, - "src": "23301:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 5836, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "23301:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "23268:53:12" - }, - "returnParameters": { - "id": 5841, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5840, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 5941, - "src": "23346:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5839, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "23346:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "23345:8:12" - }, - "scope": 6513, - "src": "23253:1183:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7640 - ], - "body": { - "id": 5977, - "nodeType": "Block", - "src": "24557:296:12", - "statements": [ - { - "assignments": [ - 5950 - ], - "declarations": [ - { - "constant": false, - "id": 5950, - "mutability": "mutable", - "name": "target", - "nameLocation": "24575:6:12", - "nodeType": "VariableDeclaration", - "scope": 5977, - "src": "24567:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5949, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24567:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 5953, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5951, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "24584:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 5952, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24584:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "24567:29:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 5962, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "arguments": [ - { - "id": 5955, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5950, - "src": "24625:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5954, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "24610:14:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7223_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 5956, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24610:22:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManaged_$7223", - "typeString": "contract IAccessManaged" - } - }, - "id": 5957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "24633:22:12", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7222, - "src": "24610:45:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", - "typeString": "function () view external returns (bytes4)" - } - }, - "id": 5958, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24610:47:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "expression": { - "id": 5959, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "24661:14:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7223_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 5960, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "24676:22:12", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7222, - "src": "24661:37:12", - "typeDescriptions": { - "typeIdentifier": "t_function_declaration_view$__$returns$_t_bytes4_$", - "typeString": "function IAccessManaged.isConsumingScheduledOp() view returns (bytes4)" - } - }, - "id": 5961, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "24699:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "24661:46:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "24610:97:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 5968, - "nodeType": "IfStatement", - "src": "24606:175:12", - "trueBody": { - "id": 5967, - "nodeType": "Block", - "src": "24709:72:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 5964, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5950, - "src": "24763:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 5963, - "name": "AccessManagerUnauthorizedConsume", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7377, - "src": "24730:32:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 5965, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24730:40:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 5966, - "nodeType": "RevertStatement", - "src": "24723:47:12" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 5971, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5944, - "src": "24824:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5972, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5950, - "src": "24832:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 5973, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5946, - "src": "24840:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 5970, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6074, - "src": "24810:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes32_$", - "typeString": "function (address,address,bytes calldata) view returns (bytes32)" - } - }, - "id": 5974, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24810:35:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 5969, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6052, - "src": "24790:19:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 5975, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24790:56:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 5976, - "nodeType": "ExpressionStatement", - "src": "24790:56:12" - } - ] - }, - "documentation": { - "id": 5942, - "nodeType": "StructuredDocumentation", - "src": "24442:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "94c7d7ee", - "id": 5978, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "consumeScheduledOp", - "nameLocation": "24486:18:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5947, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5944, - "mutability": "mutable", - "name": "caller", - "nameLocation": "24513:6:12", - "nodeType": "VariableDeclaration", - "scope": 5978, - "src": "24505:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 5943, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "24505:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 5946, - "mutability": "mutable", - "name": "data", - "nameLocation": "24536:4:12", - "nodeType": "VariableDeclaration", - "scope": 5978, - "src": "24521:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 5945, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "24521:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "24504:37:12" - }, - "returnParameters": { - "id": 5948, - "nodeType": "ParameterList", - "parameters": [], - "src": "24557:0:12" - }, - "scope": 6513, - "src": "24477:376:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 6051, - "nodeType": "Block", - "src": "25127:667:12", - "statements": [ - { - "assignments": [ - 5988 - ], - "declarations": [ - { - "constant": false, - "id": 5988, - "mutability": "mutable", - "name": "$", - "nameLocation": "25166:1:12", - "nodeType": "VariableDeclaration", - "scope": 6051, - "src": "25137:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 5987, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 5986, - "name": "AccessManagerStorage", - "nameLocations": [ - "25137:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "25137:20:12" - }, - "referencedDeclaration": 4505, - "src": "25137:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 5991, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 5989, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "25170:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 5990, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25170:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25137:59:12" - }, - { - "assignments": [ - 5993 - ], - "declarations": [ - { - "constant": false, - "id": 5993, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "25213:9:12", - "nodeType": "VariableDeclaration", - "scope": 6051, - "src": "25206:16:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 5992, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "25206:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 5999, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 5994, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5988, - "src": "25225:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 5995, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25227:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "25225:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 5997, - "indexExpression": { - "id": 5996, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25238:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25225:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 5998, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25251:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "25225:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25206:54:12" - }, - { - "assignments": [ - 6001 - ], - "declarations": [ - { - "constant": false, - "id": 6001, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "25277:5:12", - "nodeType": "VariableDeclaration", - "scope": 6051, - "src": "25270:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6000, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "25270:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 6007, - "initialValue": { - "expression": { - "baseExpression": { - "expression": { - "id": 6002, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5988, - "src": "25285:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 6003, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25287:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "25285:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 6005, - "indexExpression": { - "id": 6004, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25298:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25285:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 6006, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25311:5:12", - "memberName": "nonce", - "nodeType": "MemberAccess", - "referencedDeclaration": 4471, - "src": "25285:31:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "25270:46:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 6010, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6008, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5993, - "src": "25331:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6009, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25344:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "25331:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 6020, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6016, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5993, - "src": "25427:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 6017, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "25439:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$12589_$", - "typeString": "type(library Time)" - } - }, - "id": 6018, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25444:9:12", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 12336, - "src": "25439:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 6019, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25439:16:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "25427:28:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "arguments": [ - { - "id": 6027, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5993, - "src": "25544:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 6026, - "name": "_isExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6476, - "src": "25533:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint48_$returns$_t_bool_$", - "typeString": "function (uint48) view returns (bool)" - } - }, - "id": 6028, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25533:21:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6034, - "nodeType": "IfStatement", - "src": "25529:92:12", - "trueBody": { - "id": 6033, - "nodeType": "Block", - "src": "25556:65:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6030, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25598:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 6029, - "name": "AccessManagerExpired", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7349, - "src": "25577:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 6031, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25577:33:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6032, - "nodeType": "RevertStatement", - "src": "25570:40:12" - } - ] - } - }, - "id": 6035, - "nodeType": "IfStatement", - "src": "25423:198:12", - "trueBody": { - "id": 6025, - "nodeType": "Block", - "src": "25457:66:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6022, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25500:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 6021, - "name": "AccessManagerNotReady", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7345, - "src": "25478:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 6023, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25478:34:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6024, - "nodeType": "RevertStatement", - "src": "25471:41:12" - } - ] - } - }, - "id": 6036, - "nodeType": "IfStatement", - "src": "25327:294:12", - "trueBody": { - "id": 6015, - "nodeType": "Block", - "src": "25347:70:12", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6012, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25394:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 6011, - "name": "AccessManagerNotScheduled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7341, - "src": "25368:25:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 6013, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25368:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6014, - "nodeType": "RevertStatement", - "src": "25361:45:12" - } - ] - } - }, - { - "expression": { - "id": 6042, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "25631:42:12", - "subExpression": { - "expression": { - "baseExpression": { - "expression": { - "id": 6037, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5988, - "src": "25638:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 6038, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "25640:10:12", - "memberName": "_schedules", - "nodeType": "MemberAccess", - "referencedDeclaration": 4502, - "src": "25638:12:12", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_struct$_Schedule_$4472_storage_$", - "typeString": "mapping(bytes32 => struct AccessManagerUpgradeable.Schedule storage ref)" - } - }, - "id": 6040, - "indexExpression": { - "id": 6039, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25651:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "25638:25:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Schedule_$4472_storage", - "typeString": "struct AccessManagerUpgradeable.Schedule storage ref" - } - }, - "id": 6041, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "25664:9:12", - "memberName": "timepoint", - "nodeType": "MemberAccess", - "referencedDeclaration": 4469, - "src": "25638:35:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6043, - "nodeType": "ExpressionStatement", - "src": "25631:42:12" - }, - { - "eventCall": { - "arguments": [ - { - "id": 6045, - "name": "operationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 5981, - "src": "25745:11:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 6046, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6001, - "src": "25758:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 6044, - "name": "OperationExecuted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7251, - "src": "25727:17:12", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_bytes32_$_t_uint32_$returns$__$", - "typeString": "function (bytes32,uint32)" - } - }, - "id": 6047, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25727:37:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6048, - "nodeType": "EmitStatement", - "src": "25722:42:12" - }, - { - "expression": { - "id": 6049, - "name": "nonce", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6001, - "src": "25782:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 5985, - "id": 6050, - "nodeType": "Return", - "src": "25775:12:12" - } - ] - }, - "documentation": { - "id": 5979, - "nodeType": "StructuredDocumentation", - "src": "24859:179:12", - "text": " @dev Internal variant of {consumeScheduledOp} that operates on bytes32 operationId.\n Returns the nonce of the scheduled operation that is consumed." - }, - "id": 6052, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_consumeScheduledOp", - "nameLocation": "25052:19:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 5982, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5981, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "25080:11:12", - "nodeType": "VariableDeclaration", - "scope": 6052, - "src": "25072:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 5980, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "25072:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "25071:21:12" - }, - "returnParameters": { - "id": 5985, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 5984, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6052, - "src": "25119:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 5983, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "25119:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "25118:8:12" - }, - "scope": 6513, - "src": "25043:751:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7652 - ], - "body": { - "id": 6073, - "nodeType": "Block", - "src": "25949:67:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 6067, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6055, - "src": "25987:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6068, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6057, - "src": "25995:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6069, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6059, - "src": "26003:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "expression": { - "id": 6065, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "25976:3:12", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 6066, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "25980:6:12", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "25976:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 6070, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25976:32:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 6064, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "25966:9:12", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 6071, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25966:43:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 6063, - "id": 6072, - "nodeType": "Return", - "src": "25959:50:12" - } - ] - }, - "documentation": { - "id": 6053, - "nodeType": "StructuredDocumentation", - "src": "25800:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "abd9bd2a", - "id": 6074, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hashOperation", - "nameLocation": "25844:13:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6060, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6055, - "mutability": "mutable", - "name": "caller", - "nameLocation": "25866:6:12", - "nodeType": "VariableDeclaration", - "scope": 6074, - "src": "25858:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6054, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "25858:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6057, - "mutability": "mutable", - "name": "target", - "nameLocation": "25882:6:12", - "nodeType": "VariableDeclaration", - "scope": 6074, - "src": "25874:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6056, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "25874:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6059, - "mutability": "mutable", - "name": "data", - "nameLocation": "25905:4:12", - "nodeType": "VariableDeclaration", - "scope": 6074, - "src": "25890:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6058, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "25890:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "25857:53:12" - }, - "returnParameters": { - "id": 6063, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6062, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6074, - "src": "25940:7:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 6061, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "25940:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "25939:9:12" - }, - "scope": 6513, - "src": "25835:181:12", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7660 - ], - "body": { - "id": 6091, - "nodeType": "Block", - "src": "26270:66:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 6088, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6079, - "src": "26316:12:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "expression": { - "arguments": [ - { - "id": 6085, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6077, - "src": "26295:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6084, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "26280:14:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManaged_$7223_$", - "typeString": "type(contract IAccessManaged)" - } - }, - "id": 6086, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26280:22:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManaged_$7223", - "typeString": "contract IAccessManaged" - } - }, - "id": 6087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "26303:12:12", - "memberName": "setAuthority", - "nodeType": "MemberAccess", - "referencedDeclaration": 7216, - "src": "26280:35:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$returns$__$", - "typeString": "function (address) external" - } - }, - "id": 6089, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26280:49:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6090, - "nodeType": "ExpressionStatement", - "src": "26280:49:12" - } - ] - }, - "documentation": { - "id": 6075, - "nodeType": "StructuredDocumentation", - "src": "26142:30:12", - "text": "@inheritdoc IAccessManager" - }, - "functionSelector": "18ff183c", - "id": 6092, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 6082, - "kind": "modifierInvocation", - "modifierName": { - "id": 6081, - "name": "onlyAuthorized", - "nameLocations": [ - "26255:14:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4524, - "src": "26255:14:12" - }, - "nodeType": "ModifierInvocation", - "src": "26255:14:12" - } - ], - "name": "updateAuthority", - "nameLocation": "26186:15:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6080, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6077, - "mutability": "mutable", - "name": "target", - "nameLocation": "26210:6:12", - "nodeType": "VariableDeclaration", - "scope": 6092, - "src": "26202:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6076, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26202:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6079, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "26226:12:12", - "nodeType": "VariableDeclaration", - "scope": 6092, - "src": "26218:20:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6078, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26218:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "26201:38:12" - }, - "returnParameters": { - "id": 6083, - "nodeType": "ParameterList", - "parameters": [], - "src": "26270:0:12" - }, - "scope": 6513, - "src": "26177:159:12", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 6145, - "nodeType": "Block", - "src": "26592:467:12", - "statements": [ - { - "assignments": [ - 6097 - ], - "declarations": [ - { - "constant": false, - "id": 6097, - "mutability": "mutable", - "name": "caller", - "nameLocation": "26610:6:12", - "nodeType": "VariableDeclaration", - "scope": 6145, - "src": "26602:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6096, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "26602:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 6100, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6098, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "26619:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 6099, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26619:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "26602:29:12" - }, - { - "assignments": [ - 6102, - 6104 - ], - "declarations": [ - { - "constant": false, - "id": 6102, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "26647:9:12", - "nodeType": "VariableDeclaration", - "scope": 6145, - "src": "26642:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6101, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "26642:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6104, - "mutability": "mutable", - "name": "delay", - "nameLocation": "26665:5:12", - "nodeType": "VariableDeclaration", - "scope": 6145, - "src": "26658:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6103, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "26658:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 6110, - "initialValue": { - "arguments": [ - { - "id": 6106, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6097, - "src": "26687:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6107, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6804, - "src": "26695:8:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 6108, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26695:10:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6105, - "name": "_canCallSelf", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6433, - "src": "26674:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,bytes calldata) view returns (bool,uint32)" - } - }, - "id": 6109, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26674:32:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "26641:65:12" - }, - { - "condition": { - "id": 6112, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "26720:10:12", - "subExpression": { - "id": 6111, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6102, - "src": "26721:9:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6144, - "nodeType": "IfStatement", - "src": "26716:337:12", - "trueBody": { - "id": 6143, - "nodeType": "Block", - "src": "26732:321:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 6115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6113, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6104, - "src": "26750:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6114, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26759:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "26750:10:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 6141, - "nodeType": "Block", - "src": "26941:102:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 6131, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6097, - "src": "26993:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 6134, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "27009:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 6133, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27001:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6132, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "27001:7:12", - "typeDescriptions": {} - } - }, - "id": 6135, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27001:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6136, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6804, - "src": "27016:8:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 6137, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27016:10:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6130, - "name": "hashOperation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6074, - "src": "26979:13:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bytes32_$", - "typeString": "function (address,address,bytes calldata) view returns (bytes32)" - } - }, - "id": 6138, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26979:48:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 6129, - "name": "_consumeScheduledOp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6052, - "src": "26959:19:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_bytes32_$returns$_t_uint32_$", - "typeString": "function (bytes32) returns (uint32)" - } - }, - "id": 6139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26959:69:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 6140, - "nodeType": "ExpressionStatement", - "src": "26959:69:12" - } - ] - }, - "id": 6142, - "nodeType": "IfStatement", - "src": "26746:297:12", - "trueBody": { - "id": 6128, - "nodeType": "Block", - "src": "26762:173:12", - "statements": [ - { - "assignments": [ - null, - 6117, - null - ], - "declarations": [ - null, - { - "constant": false, - "id": 6117, - "mutability": "mutable", - "name": "requiredRole", - "nameLocation": "26790:12:12", - "nodeType": "VariableDeclaration", - "scope": 6128, - "src": "26783:19:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6116, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "26783:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - null - ], - "id": 6122, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6119, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6804, - "src": "26830:8:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 6120, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26830:10:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6118, - "name": "_getAdminRestrictions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6293, - "src": "26808:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "function (bytes calldata) view returns (bool,uint64,uint32)" - } - }, - "id": 6121, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26808:33:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "26780:61:12" - }, - { - "errorCall": { - "arguments": [ - { - "id": 6124, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6097, - "src": "26899:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6125, - "name": "requiredRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6117, - "src": "26907:12:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 6123, - "name": "AccessManagerUnauthorizedAccount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7365, - "src": "26866:32:12", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$_t_uint64_$returns$_t_error_$", - "typeString": "function (address,uint64) pure returns (error)" - } - }, - "id": 6126, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26866:54:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6127, - "nodeType": "RevertStatement", - "src": "26859:61:12" - } - ] - } - } - ] - } - } - ] - }, - "documentation": { - "id": 6093, - "nodeType": "StructuredDocumentation", - "src": "26462:89:12", - "text": " @dev Check if the current call is authorized according to admin logic." - }, - "id": 6146, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkAuthorized", - "nameLocation": "26565:16:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6094, - "nodeType": "ParameterList", - "parameters": [], - "src": "26581:2:12" - }, - "returnParameters": { - "id": 6095, - "nodeType": "ParameterList", - "parameters": [], - "src": "26592:0:12" - }, - "scope": 6513, - "src": "26556:503:12", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6292, - "nodeType": "Block", - "src": "27613:1480:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6158, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6149, - "src": "27627:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 6159, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27632:6:12", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "27627:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 6160, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27641:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "27627:15:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6168, - "nodeType": "IfStatement", - "src": "27623:66:12", - "trueBody": { - "id": 6167, - "nodeType": "Block", - "src": "27644:45:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6162, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27666:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6163, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27673:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 6164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27676:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6165, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "27665:13:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0,int_const 0)" - } - }, - "functionReturnParameters": 6157, - "id": 6166, - "nodeType": "Return", - "src": "27658:20:12" - } - ] - } - }, - { - "assignments": [ - 6170 - ], - "declarations": [ - { - "constant": false, - "id": 6170, - "mutability": "mutable", - "name": "selector", - "nameLocation": "27706:8:12", - "nodeType": "VariableDeclaration", - "scope": 6292, - "src": "27699:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 6169, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "27699:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "id": 6174, - "initialValue": { - "arguments": [ - { - "id": 6172, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6149, - "src": "27732:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6171, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "27717:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 6173, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27717:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "27699:38:12" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6203, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6197, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6191, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6185, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6179, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6175, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "27857:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6176, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "27869:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6177, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27874:9:12", - "memberName": "labelRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 4913, - "src": "27869:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (uint64,string memory) external" - } - }, - "id": 6178, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "27884:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "27869:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "27857:35:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6184, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6180, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "27908:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6181, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "27920:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6182, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27925:12:12", - "memberName": "setRoleAdmin", - "nodeType": "MemberAccess", - "referencedDeclaration": 4990, - "src": "27920:17:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64) external" - } - }, - "id": 6183, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "27938:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "27920:26:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "27908:38:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "27857:89:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6190, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6186, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "27962:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6187, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "27974:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6188, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "27979:15:12", - "memberName": "setRoleGuardian", - "nodeType": "MemberAccess", - "referencedDeclaration": 5006, - "src": "27974:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint64_$returns$__$", - "typeString": "function (uint64,uint64) external" - } - }, - "id": 6189, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "27995:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "27974:29:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "27962:41:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "27857:146:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6196, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6192, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28019:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6193, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28031:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6194, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28036:13:12", - "memberName": "setGrantDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 5022, - "src": "28031:18:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_uint32_$returns$__$", - "typeString": "function (uint64,uint32) external" - } - }, - "id": 6195, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28050:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28031:27:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28019:39:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "27857:201:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6202, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6198, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28074:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6199, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28086:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28091:19:12", - "memberName": "setTargetAdminDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 5409, - "src": "28086:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (address,uint32) external" - } - }, - "id": 6201, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28111:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28086:33:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28074:45:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "27857:262:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6210, - "nodeType": "IfStatement", - "src": "27840:343:12", - "trueBody": { - "id": 6209, - "nodeType": "Block", - "src": "28130:53:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 6204, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28152:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 6205, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "28158:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 6206, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28170:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6207, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28151:21:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,uint64,int_const 0)" - } - }, - "functionReturnParameters": 6157, - "id": 6208, - "nodeType": "Return", - "src": "28144:28:12" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6215, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6211, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28290:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6212, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28302:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6213, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28307:15:12", - "memberName": "updateAuthority", - "nodeType": "MemberAccess", - "referencedDeclaration": 6092, - "src": "28302:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_address_$returns$__$", - "typeString": "function (address,address) external" - } - }, - "id": 6214, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28323:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28302:29:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28290:41:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6220, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6216, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28347:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6217, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28359:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6218, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28364:15:12", - "memberName": "setTargetClosed", - "nodeType": "MemberAccess", - "referencedDeclaration": 5469, - "src": "28359:20:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bool_$returns$__$", - "typeString": "function (address,bool) external" - } - }, - "id": 6219, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28380:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28359:29:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28347:41:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28290:98:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6226, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6222, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28404:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6223, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28416:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6224, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28421:21:12", - "memberName": "setTargetFunctionRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 5359, - "src": "28416:26:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_array$_t_bytes4_$dyn_memory_ptr_$_t_uint64_$returns$__$", - "typeString": "function (address,bytes4[] memory,uint64) external" - } - }, - "id": 6225, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28443:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28416:35:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28404:47:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28290:161:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6253, - "nodeType": "IfStatement", - "src": "28273:414:12", - "trueBody": { - "id": 6252, - "nodeType": "Block", - "src": "28462:225:12", - "statements": [ - { - "assignments": [ - 6229 - ], - "declarations": [ - { - "constant": false, - "id": 6229, - "mutability": "mutable", - "name": "target", - "nameLocation": "28527:6:12", - "nodeType": "VariableDeclaration", - "scope": 6252, - "src": "28519:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6228, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "28519:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 6240, - "initialValue": { - "arguments": [ - { - "baseExpression": { - "id": 6232, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6149, - "src": "28547:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "30783234", - "id": 6234, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28557:4:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_36_by_1", - "typeString": "int_const 36" - }, - "value": "0x24" - }, - "id": 6235, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "28547:15:12", - "startExpression": { - "hexValue": "30783034", - "id": 6233, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28552:4:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "0x04" - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - }, - { - "components": [ - { - "id": 6237, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28565:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6236, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "28565:7:12", - "typeDescriptions": {} - } - } - ], - "id": 6238, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28564:9:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - }, - { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - } - ], - "expression": { - "id": 6230, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "28536:3:12", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 6231, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28540:6:12", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "28536:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6239, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28536:38:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28519:55:12" - }, - { - "assignments": [ - 6242 - ], - "declarations": [ - { - "constant": false, - "id": 6242, - "mutability": "mutable", - "name": "delay", - "nameLocation": "28595:5:12", - "nodeType": "VariableDeclaration", - "scope": 6252, - "src": "28588:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6241, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "28588:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 6246, - "initialValue": { - "arguments": [ - { - "id": 6244, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6229, - "src": "28623:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6243, - "name": "getTargetAdminDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4720, - "src": "28603:19:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$returns$_t_uint32_$", - "typeString": "function (address) view returns (uint32)" - } - }, - "id": 6245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28603:27:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28588:42:12" - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 6247, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28652:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 6248, - "name": "ADMIN_ROLE", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4479, - "src": "28658:10:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 6249, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6242, - "src": "28670:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 6250, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28651:25:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "functionReturnParameters": 6157, - "id": 6251, - "nodeType": "Return", - "src": "28644:32:12" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6264, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6258, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6254, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28806:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6255, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28818:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6256, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28823:9:12", - "memberName": "grantRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 4935, - "src": "28818:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$_t_uint32_$returns$__$", - "typeString": "function (uint64,address,uint32) external" - } - }, - "id": 6257, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28833:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28818:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28806:35:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "id": 6263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6259, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6170, - "src": "28845:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 6260, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "28857:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - }, - "id": 6261, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "28862:10:12", - "memberName": "revokeRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 4951, - "src": "28857:15:12", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_uint64_$_t_address_$returns$__$", - "typeString": "function (uint64,address) external" - } - }, - "id": 6262, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28873:8:12", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "28857:24:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "src": "28845:36:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "28806:75:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6286, - "nodeType": "IfStatement", - "src": "28802:254:12", - "trueBody": { - "id": 6285, - "nodeType": "Block", - "src": "28883:173:12", - "statements": [ - { - "assignments": [ - 6266 - ], - "declarations": [ - { - "constant": false, - "id": 6266, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "28947:6:12", - "nodeType": "VariableDeclaration", - "scope": 6285, - "src": "28940:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6265, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "28940:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 6277, - "initialValue": { - "arguments": [ - { - "baseExpression": { - "id": 6269, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6149, - "src": "28967:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "30783234", - "id": 6271, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28977:4:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_36_by_1", - "typeString": "int_const 36" - }, - "value": "0x24" - }, - "id": 6272, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "28967:15:12", - "startExpression": { - "hexValue": "30783034", - "id": 6270, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28972:4:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "0x04" - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - }, - { - "components": [ - { - "id": 6274, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28985:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6273, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "28985:6:12", - "typeDescriptions": {} - } - } - ], - "id": 6275, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "28984:8:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - }, - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "expression": { - "id": 6267, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "28956:3:12", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 6268, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "28960:6:12", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "28956:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6276, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28956:37:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "28940:53:12" - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 6278, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29015:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "arguments": [ - { - "id": 6280, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6266, - "src": "29034:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 6279, - "name": "getRoleAdmin", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4741, - "src": "29021:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$returns$_t_uint64_$", - "typeString": "function (uint64) view returns (uint64)" - } - }, - "id": 6281, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29021:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "hexValue": "30", - "id": 6282, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29043:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6283, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29014:31:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,uint64,int_const 0)" - } - }, - "functionReturnParameters": 6157, - "id": 6284, - "nodeType": "Return", - "src": "29007:38:12" - } - ] - } - }, - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6287, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29074:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6288, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29081:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 6289, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29084:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6290, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29073:13:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0,int_const 0)" - } - }, - "functionReturnParameters": 6157, - "id": 6291, - "nodeType": "Return", - "src": "29066:20:12" - } - ] - }, - "documentation": { - "id": 6147, - "nodeType": "StructuredDocumentation", - "src": "27065:395:12", - "text": " @dev Get the admin restrictions of a given function call based on the function and arguments involved.\n Returns:\n - bool restricted: does this data match a restricted operation\n - uint64: which role is this operation restricted to\n - uint32: minimum delay to enforce for that operation (max between operation's delay and admin's execution delay)" - }, - "id": 6293, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getAdminRestrictions", - "nameLocation": "27474:21:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6150, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6149, - "mutability": "mutable", - "name": "data", - "nameLocation": "27520:4:12", - "nodeType": "VariableDeclaration", - "scope": 6293, - "src": "27505:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6148, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "27505:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "27495:35:12" - }, - "returnParameters": { - "id": 6157, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6152, - "mutability": "mutable", - "name": "restricted", - "nameLocation": "27558:10:12", - "nodeType": "VariableDeclaration", - "scope": 6293, - "src": "27553:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6151, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "27553:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6154, - "mutability": "mutable", - "name": "roleAdminId", - "nameLocation": "27577:11:12", - "nodeType": "VariableDeclaration", - "scope": 6293, - "src": "27570:18:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6153, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "27570:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6156, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "27597:14:12", - "nodeType": "VariableDeclaration", - "scope": 6293, - "src": "27590:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6155, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "27590:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "27552:60:12" - }, - "scope": 6513, - "src": "27465:1628:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6337, - "nodeType": "Block", - "src": "29685:217:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 6312, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6307, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6298, - "src": "29699:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 6310, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "29717:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 6309, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29709:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6308, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29709:7:12", - "typeDescriptions": {} - } - }, - "id": 6311, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29709:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "29699:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 6335, - "nodeType": "Block", - "src": "29788:108:12", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6322, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6319, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6300, - "src": "29809:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 6320, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "29814:6:12", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "29809:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 6321, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29823:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "29809:15:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "arguments": [ - { - "id": 6327, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6296, - "src": "29848:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6328, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6298, - "src": "29856:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 6330, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6300, - "src": "29879:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6329, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "29864:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 6331, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29864:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 6326, - "name": "canCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4633, - "src": "29840:7:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_bytes4_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,address,bytes4) view returns (bool,uint32)" - } - }, - "id": 6332, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29840:45:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "id": 6333, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "29809:76:12", - "trueExpression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6323, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29828:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6324, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29835:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6325, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "29827:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 6306, - "id": 6334, - "nodeType": "Return", - "src": "29802:83:12" - } - ] - }, - "id": 6336, - "nodeType": "IfStatement", - "src": "29695:201:12", - "trueBody": { - "id": 6318, - "nodeType": "Block", - "src": "29724:58:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 6314, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6296, - "src": "29758:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6315, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6300, - "src": "29766:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6313, - "name": "_canCallSelf", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6433, - "src": "29745:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,bytes calldata) view returns (bool,uint32)" - } - }, - "id": 6316, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29745:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 6306, - "id": 6317, - "nodeType": "Return", - "src": "29738:33:12" - } - ] - } - } - ] - }, - "documentation": { - "id": 6294, - "nodeType": "StructuredDocumentation", - "src": "29219:300:12", - "text": " @dev An extended version of {canCall} for internal usage that checks {_canCallSelf}\n when the target is this contract.\n Returns:\n - bool immediate: whether the operation can be executed immediately (with no delay)\n - uint32 delay: the execution delay" - }, - "id": 6338, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_canCallExtended", - "nameLocation": "29533:16:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6301, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6296, - "mutability": "mutable", - "name": "caller", - "nameLocation": "29567:6:12", - "nodeType": "VariableDeclaration", - "scope": 6338, - "src": "29559:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6295, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29559:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6298, - "mutability": "mutable", - "name": "target", - "nameLocation": "29591:6:12", - "nodeType": "VariableDeclaration", - "scope": 6338, - "src": "29583:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6297, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "29583:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6300, - "mutability": "mutable", - "name": "data", - "nameLocation": "29622:4:12", - "nodeType": "VariableDeclaration", - "scope": 6338, - "src": "29607:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6299, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "29607:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "29549:83:12" - }, - "returnParameters": { - "id": 6306, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6303, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "29660:9:12", - "nodeType": "VariableDeclaration", - "scope": 6338, - "src": "29655:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6302, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "29655:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6305, - "mutability": "mutable", - "name": "delay", - "nameLocation": "29678:5:12", - "nodeType": "VariableDeclaration", - "scope": 6338, - "src": "29671:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6304, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "29671:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "29654:30:12" - }, - "scope": 6513, - "src": "29524:378:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6432, - "nodeType": "Block", - "src": "30123:881:12", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6353, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6350, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6343, - "src": "30137:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 6351, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "30142:6:12", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "30137:11:12", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "34", - "id": 6352, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30151:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "30137:15:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6359, - "nodeType": "IfStatement", - "src": "30133:63:12", - "trueBody": { - "id": 6358, - "nodeType": "Block", - "src": "30154:42:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6354, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30176:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6355, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30183:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6356, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30175:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 6349, - "id": 6357, - "nodeType": "Return", - "src": "30168:17:12" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 6365, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6360, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6341, - "src": "30210:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 6363, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "30228:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 6362, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30220:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6361, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30220:7:12", - "typeDescriptions": {} - } - }, - "id": 6364, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30220:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "30210:23:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6379, - "nodeType": "IfStatement", - "src": "30206:334:12", - "trueBody": { - "id": 6378, - "nodeType": "Block", - "src": "30235:305:12", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 6369, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "30497:4:12", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManagerUpgradeable_$6513", - "typeString": "contract AccessManagerUpgradeable" - } - ], - "id": 6368, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30489:7:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6367, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30489:7:12", - "typeDescriptions": {} - } - }, - "id": 6370, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30489:13:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 6372, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6343, - "src": "30519:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6371, - "name": "_checkSelector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6493, - "src": "30504:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_calldata_ptr_$returns$_t_bytes4_$", - "typeString": "function (bytes calldata) pure returns (bytes4)" - } - }, - "id": 6373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30504:20:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 6366, - "name": "_isExecuting", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6458, - "src": "30476:12:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function (address,bytes4) view returns (bool)" - } - }, - "id": 6374, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30476:49:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "30", - "id": 6375, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30527:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6376, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30475:54:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 6349, - "id": 6377, - "nodeType": "Return", - "src": "30468:61:12" - } - ] - } - }, - { - "assignments": [ - 6381, - 6383, - 6385 - ], - "declarations": [ - { - "constant": false, - "id": 6381, - "mutability": "mutable", - "name": "enabled", - "nameLocation": "30556:7:12", - "nodeType": "VariableDeclaration", - "scope": 6432, - "src": "30551:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6380, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "30551:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6383, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "30572:6:12", - "nodeType": "VariableDeclaration", - "scope": 6432, - "src": "30565:13:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6382, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "30565:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6385, - "mutability": "mutable", - "name": "operationDelay", - "nameLocation": "30587:14:12", - "nodeType": "VariableDeclaration", - "scope": 6432, - "src": "30580:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6384, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30580:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 6389, - "initialValue": { - "arguments": [ - { - "id": 6387, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6343, - "src": "30627:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6386, - "name": "_getAdminRestrictions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6293, - "src": "30605:21:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_bytes_calldata_ptr_$returns$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "function (bytes calldata) view returns (bool,uint64,uint32)" - } - }, - "id": 6388, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30605:27:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint64_$_t_uint32_$", - "typeString": "tuple(bool,uint64,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "30550:82:12" - }, - { - "condition": { - "id": 6391, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "30646:8:12", - "subExpression": { - "id": 6390, - "name": "enabled", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6381, - "src": "30647:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6397, - "nodeType": "IfStatement", - "src": "30642:56:12", - "trueBody": { - "id": 6396, - "nodeType": "Block", - "src": "30656:42:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6392, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30678:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6393, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30685:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6394, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30677:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 6349, - "id": 6395, - "nodeType": "Return", - "src": "30670:17:12" - } - ] - } - }, - { - "assignments": [ - 6399, - 6401 - ], - "declarations": [ - { - "constant": false, - "id": 6399, - "mutability": "mutable", - "name": "inRole", - "nameLocation": "30714:6:12", - "nodeType": "VariableDeclaration", - "scope": 6432, - "src": "30709:11:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6398, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "30709:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6401, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "30729:14:12", - "nodeType": "VariableDeclaration", - "scope": 6432, - "src": "30722:21:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6400, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30722:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 6406, - "initialValue": { - "arguments": [ - { - "id": 6403, - "name": "roleId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6383, - "src": "30755:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - { - "id": 6404, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6341, - "src": "30763:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6402, - "name": "hasRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4884, - "src": "30747:7:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view returns (bool,uint32)" - } - }, - "id": 6405, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30747:23:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "30708:62:12" - }, - { - "condition": { - "id": 6408, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "30784:7:12", - "subExpression": { - "id": 6407, - "name": "inRole", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6399, - "src": "30785:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6414, - "nodeType": "IfStatement", - "src": "30780:55:12", - "trueBody": { - "id": 6413, - "nodeType": "Block", - "src": "30793:42:12", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 6409, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30815:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 6410, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30822:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 6411, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30814:10:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 6349, - "id": 6412, - "nodeType": "Return", - "src": "30807:17:12" - } - ] - } - }, - { - "expression": { - "id": 6424, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6415, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6348, - "src": "30905:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 6420, - "name": "operationDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6385, - "src": "30929:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 6421, - "name": "executionDelay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6401, - "src": "30945:14:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 6418, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "30920:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$10454_$", - "typeString": "type(library Math)" - } - }, - "id": 6419, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "30925:3:12", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 9587, - "src": "30920:8:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 6422, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30920:40:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6417, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30913:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 6416, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30913:6:12", - "typeDescriptions": {} - } - }, - "id": 6423, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30913:48:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "30905:56:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 6425, - "nodeType": "ExpressionStatement", - "src": "30905:56:12" - }, - { - "expression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 6428, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6426, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6348, - "src": "30979:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6427, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30988:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "30979:10:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 6429, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6348, - "src": "30991:5:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 6430, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "30978:19:12", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 6349, - "id": 6431, - "nodeType": "Return", - "src": "30971:26:12" - } - ] - }, - "documentation": { - "id": 6339, - "nodeType": "StructuredDocumentation", - "src": "29908:99:12", - "text": " @dev A version of {canCall} that checks for admin restrictions in this contract." - }, - "id": 6433, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_canCallSelf", - "nameLocation": "30021:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6344, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6341, - "mutability": "mutable", - "name": "caller", - "nameLocation": "30042:6:12", - "nodeType": "VariableDeclaration", - "scope": 6433, - "src": "30034:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6340, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "30034:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6343, - "mutability": "mutable", - "name": "data", - "nameLocation": "30065:4:12", - "nodeType": "VariableDeclaration", - "scope": 6433, - "src": "30050:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6342, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "30050:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "30033:37:12" - }, - "returnParameters": { - "id": 6349, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6346, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "30098:9:12", - "nodeType": "VariableDeclaration", - "scope": 6433, - "src": "30093:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6345, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "30093:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6348, - "mutability": "mutable", - "name": "delay", - "nameLocation": "30116:5:12", - "nodeType": "VariableDeclaration", - "scope": 6433, - "src": "30109:12:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 6347, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "30109:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "30092:30:12" - }, - "scope": 6513, - "src": "30012:992:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6457, - "nodeType": "Block", - "src": "31207:145:12", - "statements": [ - { - "assignments": [ - 6445 - ], - "declarations": [ - { - "constant": false, - "id": 6445, - "mutability": "mutable", - "name": "$", - "nameLocation": "31246:1:12", - "nodeType": "VariableDeclaration", - "scope": 6457, - "src": "31217:30:12", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - }, - "typeName": { - "id": 6444, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 6443, - "name": "AccessManagerStorage", - "nameLocations": [ - "31217:20:12" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4505, - "src": "31217:20:12" - }, - "referencedDeclaration": 4505, - "src": "31217:20:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage" - } - }, - "visibility": "internal" - } - ], - "id": 6448, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6446, - "name": "_getAccessManagerStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4516, - "src": "31250:24:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_AccessManagerStorage_$4505_storage_ptr_$", - "typeString": "function () pure returns (struct AccessManagerUpgradeable.AccessManagerStorage storage pointer)" - } - }, - "id": 6447, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31250:26:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "31217:59:12" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 6455, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6449, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6445, - "src": "31293:1:12", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AccessManagerStorage_$4505_storage_ptr", - "typeString": "struct AccessManagerUpgradeable.AccessManagerStorage storage pointer" - } - }, - "id": 6450, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "31295:12:12", - "memberName": "_executionId", - "nodeType": "MemberAccess", - "referencedDeclaration": 4504, - "src": "31293:14:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "id": 6452, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6436, - "src": "31328:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6453, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6438, - "src": "31336:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 6451, - "name": "_hashExecutionId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6512, - "src": "31311:16:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_address_$_t_bytes4_$returns$_t_bytes32_$", - "typeString": "function (address,bytes4) pure returns (bytes32)" - } - }, - "id": 6454, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31311:34:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "31293:52:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 6442, - "id": 6456, - "nodeType": "Return", - "src": "31286:59:12" - } - ] - }, - "documentation": { - "id": 6434, - "nodeType": "StructuredDocumentation", - "src": "31010:109:12", - "text": " @dev Returns true if a call with `target` and `selector` is being executed via {executed}." - }, - "id": 6458, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isExecuting", - "nameLocation": "31133:12:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6439, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6436, - "mutability": "mutable", - "name": "target", - "nameLocation": "31154:6:12", - "nodeType": "VariableDeclaration", - "scope": 6458, - "src": "31146:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6435, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "31146:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6438, - "mutability": "mutable", - "name": "selector", - "nameLocation": "31169:8:12", - "nodeType": "VariableDeclaration", - "scope": 6458, - "src": "31162:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 6437, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "31162:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "31145:33:12" - }, - "returnParameters": { - "id": 6442, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6441, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6458, - "src": "31201:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6440, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "31201:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "31200:6:12" - }, - "scope": 6513, - "src": "31124:228:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6475, - "nodeType": "Block", - "src": "31522:68:12", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 6473, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 6469, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6466, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6461, - "src": "31539:9:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6467, - "name": "expiration", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4642, - "src": "31551:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint32_$", - "typeString": "function () view returns (uint32)" - } - }, - "id": 6468, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31551:12:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "31539:24:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 6470, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "31567:4:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Time_$12589_$", - "typeString": "type(library Time)" - } - }, - "id": 6471, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "31572:9:12", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "referencedDeclaration": 12336, - "src": "31567:14:12", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 6472, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31567:16:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "31539:44:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 6465, - "id": 6474, - "nodeType": "Return", - "src": "31532:51:12" - } - ] - }, - "documentation": { - "id": 6459, - "nodeType": "StructuredDocumentation", - "src": "31358:93:12", - "text": " @dev Returns true if a schedule timepoint is past its expiration deadline." - }, - "id": 6476, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isExpired", - "nameLocation": "31465:10:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6462, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6461, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "31483:9:12", - "nodeType": "VariableDeclaration", - "scope": 6476, - "src": "31476:16:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 6460, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "31476:6:12", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "31475:18:12" - }, - "returnParameters": { - "id": 6465, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6464, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6476, - "src": "31516:4:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6463, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "31516:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "31515:6:12" - }, - "scope": 6513, - "src": "31456:134:12", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6492, - "nodeType": "Block", - "src": "31775:41:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "baseExpression": { - "id": 6486, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6479, - "src": "31799:4:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "34", - "id": 6488, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31806:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "id": 6489, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "31799:9:12", - "startExpression": { - "hexValue": "30", - "id": 6487, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31804:1:12", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - ], - "id": 6485, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31792:6:12", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 6484, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "31792:6:12", - "typeDescriptions": {} - } - }, - "id": 6490, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31792:17:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "functionReturnParameters": 6483, - "id": 6491, - "nodeType": "Return", - "src": "31785:24:12" - } - ] - }, - "documentation": { - "id": 6477, - "nodeType": "StructuredDocumentation", - "src": "31596:99:12", - "text": " @dev Extracts the selector from calldata. Panics if data is not at least 4 bytes" - }, - "id": 6493, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkSelector", - "nameLocation": "31709:14:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6480, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6479, - "mutability": "mutable", - "name": "data", - "nameLocation": "31739:4:12", - "nodeType": "VariableDeclaration", - "scope": 6493, - "src": "31724:19:12", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6478, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "31724:5:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "31723:21:12" - }, - "returnParameters": { - "id": 6483, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6482, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6493, - "src": "31767:6:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 6481, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "31767:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "31766:8:12" - }, - "scope": 6513, - "src": "31700:116:12", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 6511, - "nodeType": "Block", - "src": "31980:63:12", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 6506, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6496, - "src": "32018:6:12", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 6507, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6498, - "src": "32026:8:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "expression": { - "id": 6504, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "32007:3:12", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 6505, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "32011:6:12", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "32007:10:12", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 6508, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32007:28:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 6503, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "31997:9:12", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 6509, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31997:39:12", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 6502, - "id": 6510, - "nodeType": "Return", - "src": "31990:46:12" - } - ] - }, - "documentation": { - "id": 6494, - "nodeType": "StructuredDocumentation", - "src": "31822:63:12", - "text": " @dev Hashing function for execute protection" - }, - "id": 6512, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_hashExecutionId", - "nameLocation": "31899:16:12", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6499, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6496, - "mutability": "mutable", - "name": "target", - "nameLocation": "31924:6:12", - "nodeType": "VariableDeclaration", - "scope": 6512, - "src": "31916:14:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6495, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "31916:7:12", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6498, - "mutability": "mutable", - "name": "selector", - "nameLocation": "31939:8:12", - "nodeType": "VariableDeclaration", - "scope": 6512, - "src": "31932:15:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 6497, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "31932:6:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "31915:33:12" - }, - "returnParameters": { - "id": 6502, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6501, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6512, - "src": "31971:7:12", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 6500, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "31971:7:12", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "31970:9:12" - }, - "scope": 6513, - "src": "31890:153:12", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 6514, - "src": "3965:28080:12", - "usedErrors": [ - 6530, - 6533, - 7337, - 7341, - 7345, - 7349, - 7353, - 7357, - 7359, - 7365, - 7373, - 7377, - 7387, - 7391, - 7724, - 7729, - 7732, - 10464 - ], - "usedEvents": [ - 6538, - 7244, - 7251, - 7258, - 7265, - 7278, - 7285, - 7292, - 7299, - 7308, - 7315, - 7324, - 7333 - ] - } - ], - "src": "116:31930:12" - }, - "id": 12 - }, - "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "exportedSymbols": { - "Initializable": [ - 6767 - ] - }, - "id": 6768, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 6515, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "113:24:13" - }, - { - "abstract": true, - "baseContracts": [], - "canonicalName": "Initializable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 6516, - "nodeType": "StructuredDocumentation", - "src": "139:2209:13", - "text": " @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 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 For example:\n [.hljs-theme-light.nopadding]\n ```solidity\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 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 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 [CAUTION]\n ====\n Avoid leaving a contract uninitialized.\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 [.hljs-theme-light.nopadding]\n ```\n /// @custom:oz-upgrades-unsafe-allow constructor\n constructor() {\n _disableInitializers();\n }\n ```\n ====" - }, - "fullyImplemented": true, - "id": 6767, - "linearizedBaseContracts": [ - 6767 - ], - "name": "Initializable", - "nameLocation": "2367:13:13", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "Initializable.InitializableStorage", - "documentation": { - "id": 6517, - "nodeType": "StructuredDocumentation", - "src": "2387:293:13", - "text": " @dev Storage of the initializable contract.\n It's implemented on a custom ERC-7201 namespace to reduce the risk of storage collisions\n when using with upgradeable contracts.\n @custom:storage-location erc7201:openzeppelin.storage.Initializable" - }, - "id": 6524, - "members": [ - { - "constant": false, - "id": 6520, - "mutability": "mutable", - "name": "_initialized", - "nameLocation": "2820:12:13", - "nodeType": "VariableDeclaration", - "scope": 6524, - "src": "2813:19:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6519, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2813:6:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 6523, - "mutability": "mutable", - "name": "_initializing", - "nameLocation": "2955:13:13", - "nodeType": "VariableDeclaration", - "scope": 6524, - "src": "2950:18:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6522, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2950:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "InitializableStorage", - "nameLocation": "2692:20:13", - "nodeType": "StructDefinition", - "scope": 6767, - "src": "2685:290:13", - "visibility": "public" - }, - { - "constant": true, - "id": 6527, - "mutability": "constant", - "name": "INITIALIZABLE_STORAGE", - "nameLocation": "3123:21:13", - "nodeType": "VariableDeclaration", - "scope": 6767, - "src": "3098:115:13", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 6525, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3098:7:13", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307866306335376531363834306466303430663135303838646332663831666533393163333932336265633733653233613936363265666339633232396336613030", - "id": 6526, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3147:66:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_108904022758810753673719992590105913556127789646572562039383141376366747609600_by_1", - "typeString": "int_const 1089...(70 digits omitted)...9600" - }, - "value": "0xf0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00" - }, - "visibility": "private" - }, - { - "documentation": { - "id": 6528, - "nodeType": "StructuredDocumentation", - "src": "3220:60:13", - "text": " @dev The contract is already initialized." - }, - "errorSelector": "f92ee8a9", - "id": 6530, - "name": "InvalidInitialization", - "nameLocation": "3291:21:13", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 6529, - "nodeType": "ParameterList", - "parameters": [], - "src": "3312:2:13" - }, - "src": "3285:30:13" - }, - { - "documentation": { - "id": 6531, - "nodeType": "StructuredDocumentation", - "src": "3321:57:13", - "text": " @dev The contract is not initializing." - }, - "errorSelector": "d7e6bcf8", - "id": 6533, - "name": "NotInitializing", - "nameLocation": "3389:15:13", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 6532, - "nodeType": "ParameterList", - "parameters": [], - "src": "3404:2:13" - }, - "src": "3383:24:13" - }, - { - "anonymous": false, - "documentation": { - "id": 6534, - "nodeType": "StructuredDocumentation", - "src": "3413:90:13", - "text": " @dev Triggered when the contract has been initialized or reinitialized." - }, - "eventSelector": "c7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2", - "id": 6538, - "name": "Initialized", - "nameLocation": "3514:11:13", - "nodeType": "EventDefinition", - "parameters": { - "id": 6537, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6536, - "indexed": false, - "mutability": "mutable", - "name": "version", - "nameLocation": "3533:7:13", - "nodeType": "VariableDeclaration", - "scope": 6538, - "src": "3526:14:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6535, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3526:6:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "3525:16:13" - }, - "src": "3508:34:13" - }, - { - "body": { - "id": 6620, - "nodeType": "Block", - "src": "4092:1081:13", - "statements": [ - { - "assignments": [ - 6543 - ], - "declarations": [ - { - "constant": false, - "id": 6543, - "mutability": "mutable", - "name": "$", - "nameLocation": "4187:1:13", - "nodeType": "VariableDeclaration", - "scope": 6620, - "src": "4158:30:13", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 6542, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 6541, - "name": "InitializableStorage", - "nameLocations": [ - "4158:20:13" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6524, - "src": "4158:20:13" - }, - "referencedDeclaration": 6524, - "src": "4158:20:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 6546, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6544, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "4191:24:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6524_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 6545, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4191:26:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4158:59:13" - }, - { - "assignments": [ - 6548 - ], - "declarations": [ - { - "constant": false, - "id": 6548, - "mutability": "mutable", - "name": "isTopLevelCall", - "nameLocation": "4284:14:13", - "nodeType": "VariableDeclaration", - "scope": 6620, - "src": "4279:19:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6547, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4279:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 6552, - "initialValue": { - "id": 6551, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4301:16:13", - "subExpression": { - "expression": { - "id": 6549, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6543, - "src": "4302:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6550, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4304:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "4302:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4279:38:13" - }, - { - "assignments": [ - 6554 - ], - "declarations": [ - { - "constant": false, - "id": 6554, - "mutability": "mutable", - "name": "initialized", - "nameLocation": "4334:11:13", - "nodeType": "VariableDeclaration", - "scope": 6620, - "src": "4327:18:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6553, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "4327:6:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "id": 6557, - "initialValue": { - "expression": { - "id": 6555, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6543, - "src": "4348:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6556, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4350:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "4348:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4327:35:13" - }, - { - "assignments": [ - 6559 - ], - "declarations": [ - { - "constant": false, - "id": 6559, - "mutability": "mutable", - "name": "initialSetup", - "nameLocation": "4711:12:13", - "nodeType": "VariableDeclaration", - "scope": 6620, - "src": "4706:17:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6558, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4706:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 6565, - "initialValue": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6564, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 6562, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6560, - "name": "initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6554, - "src": "4726:11:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6561, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4741:1:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4726:16:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 6563, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6548, - "src": "4746:14:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4726:34:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4706:54:13" - }, - { - "assignments": [ - 6567 - ], - "declarations": [ - { - "constant": false, - "id": 6567, - "mutability": "mutable", - "name": "construction", - "nameLocation": "4775:12:13", - "nodeType": "VariableDeclaration", - "scope": 6620, - "src": "4770:17:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6566, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4770:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "id": 6580, - "initialValue": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 6570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6568, - "name": "initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6554, - "src": "4790:11:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "31", - "id": 6569, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4805:1:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4790:16:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6578, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "arguments": [ - { - "id": 6573, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4818:4:13", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Initializable_$6767", - "typeString": "contract Initializable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Initializable_$6767", - "typeString": "contract Initializable" - } - ], - "id": 6572, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4810:7:13", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6571, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4810:7:13", - "typeDescriptions": {} - } - }, - "id": 6574, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4810:13:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 6575, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4824:4:13", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "4810:18:13", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 6576, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4829:6:13", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4810:25:13", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6577, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4839:1:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4810:30:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4790:50:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4770:70:13" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6585, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6582, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4855:13:13", - "subExpression": { - "id": 6581, - "name": "initialSetup", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6559, - "src": "4856:12:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "id": 6584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4872:13:13", - "subExpression": { - "id": 6583, - "name": "construction", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6567, - "src": "4873:12:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "4855:30:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6590, - "nodeType": "IfStatement", - "src": "4851:91:13", - "trueBody": { - "id": 6589, - "nodeType": "Block", - "src": "4887:55:13", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6586, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6530, - "src": "4908:21:13", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 6587, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4908:23:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6588, - "nodeType": "RevertStatement", - "src": "4901:30:13" - } - ] - } - }, - { - "expression": { - "id": 6595, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6591, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6543, - "src": "4951:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6593, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "4953:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "4951:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "31", - "id": 6594, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4968:1:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "4951:18:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 6596, - "nodeType": "ExpressionStatement", - "src": "4951:18:13" - }, - { - "condition": { - "id": 6597, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6548, - "src": "4983:14:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6605, - "nodeType": "IfStatement", - "src": "4979:67:13", - "trueBody": { - "id": 6604, - "nodeType": "Block", - "src": "4999:47:13", - "statements": [ - { - "expression": { - "id": 6602, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6598, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6543, - "src": "5013:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6600, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5015:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "5013:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 6601, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5031:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "5013:22:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6603, - "nodeType": "ExpressionStatement", - "src": "5013:22:13" - } - ] - } - }, - { - "id": 6606, - "nodeType": "PlaceholderStatement", - "src": "5055:1:13" - }, - { - "condition": { - "id": 6607, - "name": "isTopLevelCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6548, - "src": "5070:14:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6619, - "nodeType": "IfStatement", - "src": "5066:101:13", - "trueBody": { - "id": 6618, - "nodeType": "Block", - "src": "5086:81:13", - "statements": [ - { - "expression": { - "id": 6612, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6608, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6543, - "src": "5100:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6610, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "5102:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "5100:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 6611, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5118:5:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "5100:23:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6613, - "nodeType": "ExpressionStatement", - "src": "5100:23:13" - }, - { - "eventCall": { - "arguments": [ - { - "hexValue": "31", - "id": 6615, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5154:1:13", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - } - ], - "id": 6614, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6538, - "src": "5142:11:13", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 6616, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5142:14:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6617, - "nodeType": "EmitStatement", - "src": "5137:19:13" - } - ] - } - } - ] - }, - "documentation": { - "id": 6539, - "nodeType": "StructuredDocumentation", - "src": "3548:516:13", - "text": " @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 Similar to `reinitializer(1)`, except that in the context of a constructor an `initializer` may be invoked any\n number of times. This behavior in the constructor can be useful during testing and is not expected to be used in\n production.\n Emits an {Initialized} event." - }, - "id": 6621, - "name": "initializer", - "nameLocation": "4078:11:13", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 6540, - "nodeType": "ParameterList", - "parameters": [], - "src": "4089:2:13" - }, - "src": "4069:1104:13", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6667, - "nodeType": "Block", - "src": "6291:392:13", - "statements": [ - { - "assignments": [ - 6628 - ], - "declarations": [ - { - "constant": false, - "id": 6628, - "mutability": "mutable", - "name": "$", - "nameLocation": "6386:1:13", - "nodeType": "VariableDeclaration", - "scope": 6667, - "src": "6357:30:13", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 6627, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 6626, - "name": "InitializableStorage", - "nameLocations": [ - "6357:20:13" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6524, - "src": "6357:20:13" - }, - "referencedDeclaration": 6524, - "src": "6357:20:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 6631, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6629, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "6390:24:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6524_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 6630, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6390:26:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6357:59:13" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 6638, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6632, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6628, - "src": "6431:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6633, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6433:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "6431:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 6637, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6634, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6628, - "src": "6450:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6635, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6452:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "6450:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "id": 6636, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6624, - "src": "6468:7:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "6450:25:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "6431:44:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6643, - "nodeType": "IfStatement", - "src": "6427:105:13", - "trueBody": { - "id": 6642, - "nodeType": "Block", - "src": "6477:55:13", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6639, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6530, - "src": "6498:21:13", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 6640, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6498:23:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6641, - "nodeType": "RevertStatement", - "src": "6491:30:13" - } - ] - } - }, - { - "expression": { - "id": 6648, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6644, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6628, - "src": "6541:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6646, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6543:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "6541:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 6647, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6624, - "src": "6558:7:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "6541:24:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 6649, - "nodeType": "ExpressionStatement", - "src": "6541:24:13" - }, - { - "expression": { - "id": 6654, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6650, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6628, - "src": "6575:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6652, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6577:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "6575:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 6653, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6593:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "6575:22:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6655, - "nodeType": "ExpressionStatement", - "src": "6575:22:13" - }, - { - "id": 6656, - "nodeType": "PlaceholderStatement", - "src": "6607:1:13" - }, - { - "expression": { - "id": 6661, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6657, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6628, - "src": "6618:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6659, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "6620:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "6618:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 6660, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6636:5:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "6618:23:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6662, - "nodeType": "ExpressionStatement", - "src": "6618:23:13" - }, - { - "eventCall": { - "arguments": [ - { - "id": 6664, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6624, - "src": "6668:7:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 6663, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6538, - "src": "6656:11:13", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 6665, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6656:20:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6666, - "nodeType": "EmitStatement", - "src": "6651:25:13" - } - ] - }, - "documentation": { - "id": 6622, - "nodeType": "StructuredDocumentation", - "src": "5179:1068:13", - "text": " @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 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 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 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 WARNING: Setting the version to 2**64 - 1 will prevent any future reinitialization.\n Emits an {Initialized} event." - }, - "id": 6668, - "name": "reinitializer", - "nameLocation": "6261:13:13", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 6625, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6624, - "mutability": "mutable", - "name": "version", - "nameLocation": "6282:7:13", - "nodeType": "VariableDeclaration", - "scope": 6668, - "src": "6275:14:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6623, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6275:6:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6274:16:13" - }, - "src": "6252:431:13", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6675, - "nodeType": "Block", - "src": "6921:48:13", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6671, - "name": "_checkInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6689, - "src": "6931:18:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$__$", - "typeString": "function () view" - } - }, - "id": 6672, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6931:20:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6673, - "nodeType": "ExpressionStatement", - "src": "6931:20:13" - }, - { - "id": 6674, - "nodeType": "PlaceholderStatement", - "src": "6961:1:13" - } - ] - }, - "documentation": { - "id": 6669, - "nodeType": "StructuredDocumentation", - "src": "6689:199:13", - "text": " @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." - }, - "id": 6676, - "name": "onlyInitializing", - "nameLocation": "6902:16:13", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 6670, - "nodeType": "ParameterList", - "parameters": [], - "src": "6918:2:13" - }, - "src": "6893:76:13", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6688, - "nodeType": "Block", - "src": "7136:89:13", - "statements": [ - { - "condition": { - "id": 6682, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "7150:18:13", - "subExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6680, - "name": "_isInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6757, - "src": "7151:15:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bool_$", - "typeString": "function () view returns (bool)" - } - }, - "id": 6681, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7151:17:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6687, - "nodeType": "IfStatement", - "src": "7146:73:13", - "trueBody": { - "id": 6686, - "nodeType": "Block", - "src": "7170:49:13", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6683, - "name": "NotInitializing", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6533, - "src": "7191:15:13", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 6684, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7191:17:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6685, - "nodeType": "RevertStatement", - "src": "7184:24:13" - } - ] - } - } - ] - }, - "documentation": { - "id": 6677, - "nodeType": "StructuredDocumentation", - "src": "6975:104:13", - "text": " @dev Reverts if the contract is not in an initializing state. See {onlyInitializing}." - }, - "id": 6689, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkInitializing", - "nameLocation": "7093:18:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6678, - "nodeType": "ParameterList", - "parameters": [], - "src": "7111:2:13" - }, - "returnParameters": { - "id": 6679, - "nodeType": "ParameterList", - "parameters": [], - "src": "7136:0:13" - }, - "scope": 6767, - "src": "7084:141:13", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 6734, - "nodeType": "Block", - "src": "7760:373:13", - "statements": [ - { - "assignments": [ - 6695 - ], - "declarations": [ - { - "constant": false, - "id": 6695, - "mutability": "mutable", - "name": "$", - "nameLocation": "7855:1:13", - "nodeType": "VariableDeclaration", - "scope": 6734, - "src": "7826:30:13", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 6694, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 6693, - "name": "InitializableStorage", - "nameLocations": [ - "7826:20:13" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6524, - "src": "7826:20:13" - }, - "referencedDeclaration": 6524, - "src": "7826:20:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "id": 6698, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6696, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "7859:24:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6524_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 6697, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7859:26:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "7826:59:13" - }, - { - "condition": { - "expression": { - "id": 6699, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6695, - "src": "7900:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6700, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7902:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "7900:15:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6705, - "nodeType": "IfStatement", - "src": "7896:76:13", - "trueBody": { - "id": 6704, - "nodeType": "Block", - "src": "7917:55:13", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6701, - "name": "InvalidInitialization", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6530, - "src": "7938:21:13", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 6702, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7938:23:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6703, - "nodeType": "RevertStatement", - "src": "7931:30:13" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "id": 6713, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6706, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6695, - "src": "7985:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6707, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "7987:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "7985:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 6710, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8008:6:13", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6709, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8008:6:13", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 6708, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8003:4:13", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6711, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8003:12:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 6712, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8016:3:13", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8003:16:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "7985:34:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6733, - "nodeType": "IfStatement", - "src": "7981:146:13", - "trueBody": { - "id": 6732, - "nodeType": "Block", - "src": "8021:106:13", - "statements": [ - { - "expression": { - "id": 6722, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "id": 6714, - "name": "$", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6695, - "src": "8035:1:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6716, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "8037:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "8035:14:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "arguments": [ - { - "id": 6719, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8057:6:13", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6718, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8057:6:13", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 6717, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8052:4:13", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6720, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8052:12:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 6721, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8065:3:13", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8052:16:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "8035:33:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "id": 6723, - "nodeType": "ExpressionStatement", - "src": "8035:33:13" - }, - { - "eventCall": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 6727, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8104:6:13", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 6726, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8104:6:13", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 6725, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8099:4:13", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 6728, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8099:12:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 6729, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8112:3:13", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8099:16:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - ], - "id": 6724, - "name": "Initialized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6538, - "src": "8087:11:13", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint64_$returns$__$", - "typeString": "function (uint64)" - } - }, - "id": 6730, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8087:29:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6731, - "nodeType": "EmitStatement", - "src": "8082:34:13" - } - ] - } - } - ] - }, - "documentation": { - "id": 6690, - "nodeType": "StructuredDocumentation", - "src": "7231:475:13", - "text": " @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 Emits an {Initialized} event the first time it is successfully executed." - }, - "id": 6735, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_disableInitializers", - "nameLocation": "7720:20:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6691, - "nodeType": "ParameterList", - "parameters": [], - "src": "7740:2:13" - }, - "returnParameters": { - "id": 6692, - "nodeType": "ParameterList", - "parameters": [], - "src": "7760:0:13" - }, - "scope": 6767, - "src": "7711:422:13", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 6745, - "nodeType": "Block", - "src": "8308:63:13", - "statements": [ - { - "expression": { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6741, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "8325:24:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6524_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 6742, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8325:26:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6743, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8352:12:13", - "memberName": "_initialized", - "nodeType": "MemberAccess", - "referencedDeclaration": 6520, - "src": "8325:39:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 6740, - "id": 6744, - "nodeType": "Return", - "src": "8318:46:13" - } - ] - }, - "documentation": { - "id": 6736, - "nodeType": "StructuredDocumentation", - "src": "8139:99:13", - "text": " @dev Returns the highest version that has been initialized. See {reinitializer}." - }, - "id": 6746, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getInitializedVersion", - "nameLocation": "8252:22:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6737, - "nodeType": "ParameterList", - "parameters": [], - "src": "8274:2:13" - }, - "returnParameters": { - "id": 6740, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6739, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6746, - "src": "8300:6:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 6738, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8300:6:13", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "8299:8:13" - }, - "scope": 6767, - "src": "8243:128:13", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6756, - "nodeType": "Block", - "src": "8543:64:13", - "statements": [ - { - "expression": { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6752, - "name": "_getInitializableStorage", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6766, - "src": "8560:24:13", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$__$returns$_t_struct$_InitializableStorage_$6524_storage_ptr_$", - "typeString": "function () pure returns (struct Initializable.InitializableStorage storage pointer)" - } - }, - "id": 6753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8560:26:13", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage storage pointer" - } - }, - "id": 6754, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "8587:13:13", - "memberName": "_initializing", - "nodeType": "MemberAccess", - "referencedDeclaration": 6523, - "src": "8560:40:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 6751, - "id": 6755, - "nodeType": "Return", - "src": "8553:47:13" - } - ] - }, - "documentation": { - "id": 6747, - "nodeType": "StructuredDocumentation", - "src": "8377:105:13", - "text": " @dev Returns `true` if the contract is currently initializing. See {onlyInitializing}." - }, - "id": 6757, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_isInitializing", - "nameLocation": "8496:15:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6748, - "nodeType": "ParameterList", - "parameters": [], - "src": "8511:2:13" - }, - "returnParameters": { - "id": 6751, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6750, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6757, - "src": "8537:4:13", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6749, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8537:4:13", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "8536:6:13" - }, - "scope": 6767, - "src": "8487:120:13", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6765, - "nodeType": "Block", - "src": "8827:80:13", - "statements": [ - { - "AST": { - "nativeSrc": "8846:55:13", - "nodeType": "YulBlock", - "src": "8846:55:13", - "statements": [ - { - "nativeSrc": "8860:31:13", - "nodeType": "YulAssignment", - "src": "8860:31:13", - "value": { - "name": "INITIALIZABLE_STORAGE", - "nativeSrc": "8870:21:13", - "nodeType": "YulIdentifier", - "src": "8870:21:13" - }, - "variableNames": [ - { - "name": "$.slot", - "nativeSrc": "8860:6:13", - "nodeType": "YulIdentifier", - "src": "8860:6:13" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 6762, - "isOffset": false, - "isSlot": true, - "src": "8860:6:13", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 6527, - "isOffset": false, - "isSlot": false, - "src": "8870:21:13", - "valueSize": 1 - } - ], - "id": 6764, - "nodeType": "InlineAssembly", - "src": "8837:64:13" - } - ] - }, - "documentation": { - "id": 6758, - "nodeType": "StructuredDocumentation", - "src": "8613:67:13", - "text": " @dev Returns a pointer to the storage namespace." - }, - "id": 6766, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getInitializableStorage", - "nameLocation": "8746:24:13", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6759, - "nodeType": "ParameterList", - "parameters": [], - "src": "8770:2:13" - }, - "returnParameters": { - "id": 6763, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6762, - "mutability": "mutable", - "name": "$", - "nameLocation": "8824:1:13", - "nodeType": "VariableDeclaration", - "scope": 6766, - "src": "8795:30:13", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - }, - "typeName": { - "id": 6761, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 6760, - "name": "InitializableStorage", - "nameLocations": [ - "8795:20:13" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6524, - "src": "8795:20:13" - }, - "referencedDeclaration": 6524, - "src": "8795:20:13", - "typeDescriptions": { - "typeIdentifier": "t_struct$_InitializableStorage_$6524_storage_ptr", - "typeString": "struct Initializable.InitializableStorage" - } - }, - "visibility": "internal" - } - ], - "src": "8794:32:13" - }, - "scope": 6767, - "src": "8737:170:13", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 6768, - "src": "2349:6560:13", - "usedErrors": [ - 6530, - 6533 - ], - "usedEvents": [ - 6538 - ] - } - ], - "src": "113:8797:13" - }, - "id": 13 - }, - "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "exportedSymbols": { - "ContextUpgradeable": [ - 6813 - ], - "Initializable": [ - 6767 - ] - }, - "id": 6814, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 6769, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:14" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../proxy/utils/Initializable.sol", - "id": 6771, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6814, - "sourceUnit": 6768, - "src": "126:63:14", - "symbolAliases": [ - { - "foreign": { - "id": 6770, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6767, - "src": "134:13:14", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 6773, - "name": "Initializable", - "nameLocations": [ - "728:13:14" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6767, - "src": "728:13:14" - }, - "id": 6774, - "nodeType": "InheritanceSpecifier", - "src": "728:13:14" - } - ], - "canonicalName": "ContextUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 6772, - "nodeType": "StructuredDocumentation", - "src": "191:496:14", - "text": " @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 This contract is only required for intermediate, library-like contracts." - }, - "fullyImplemented": true, - "id": 6813, - "linearizedBaseContracts": [ - 6813, - 6767 - ], - "name": "ContextUpgradeable", - "nameLocation": "706:18:14", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 6779, - "nodeType": "Block", - "src": "800:7:14", - "statements": [] - }, - "id": 6780, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 6777, - "kind": "modifierInvocation", - "modifierName": { - "id": 6776, - "name": "onlyInitializing", - "nameLocations": [ - "783:16:14" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "783:16:14" - }, - "nodeType": "ModifierInvocation", - "src": "783:16:14" - } - ], - "name": "__Context_init", - "nameLocation": "757:14:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6775, - "nodeType": "ParameterList", - "parameters": [], - "src": "771:2:14" - }, - "returnParameters": { - "id": 6778, - "nodeType": "ParameterList", - "parameters": [], - "src": "800:0:14" - }, - "scope": 6813, - "src": "748:59:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6785, - "nodeType": "Block", - "src": "875:7:14", - "statements": [] - }, - "id": 6786, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 6783, - "kind": "modifierInvocation", - "modifierName": { - "id": 6782, - "name": "onlyInitializing", - "nameLocations": [ - "858:16:14" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "858:16:14" - }, - "nodeType": "ModifierInvocation", - "src": "858:16:14" - } - ], - "name": "__Context_init_unchained", - "nameLocation": "822:24:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6781, - "nodeType": "ParameterList", - "parameters": [], - "src": "846:2:14" - }, - "returnParameters": { - "id": 6784, - "nodeType": "ParameterList", - "parameters": [], - "src": "875:0:14" - }, - "scope": 6813, - "src": "813:69:14", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6794, - "nodeType": "Block", - "src": "949:34:14", - "statements": [ - { - "expression": { - "expression": { - "id": 6791, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "966:3:14", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 6792, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "970:6:14", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "966:10:14", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 6790, - "id": 6793, - "nodeType": "Return", - "src": "959:17:14" - } - ] - }, - "id": 6795, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgSender", - "nameLocation": "896:10:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6787, - "nodeType": "ParameterList", - "parameters": [], - "src": "906:2:14" - }, - "returnParameters": { - "id": 6790, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6789, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6795, - "src": "940:7:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6788, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "940:7:14", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "939:9:14" - }, - "scope": 6813, - "src": "887:96:14", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 6803, - "nodeType": "Block", - "src": "1056:32:14", - "statements": [ - { - "expression": { - "expression": { - "id": 6800, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1073:3:14", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 6801, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1077:4:14", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1073:8:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "functionReturnParameters": 6799, - "id": 6802, - "nodeType": "Return", - "src": "1066:15:14" - } - ] - }, - "id": 6804, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgData", - "nameLocation": "998:8:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6796, - "nodeType": "ParameterList", - "parameters": [], - "src": "1006:2:14" - }, - "returnParameters": { - "id": 6799, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6798, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6804, - "src": "1040:14:14", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6797, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1040:5:14", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "1039:16:14" - }, - "scope": 6813, - "src": "989:99:14", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 6811, - "nodeType": "Block", - "src": "1166:25:14", - "statements": [ - { - "expression": { - "hexValue": "30", - "id": 6809, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1183:1:14", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 6808, - "id": 6810, - "nodeType": "Return", - "src": "1176:8:14" - } - ] - }, - "id": 6812, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_contextSuffixLength", - "nameLocation": "1103:20:14", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6805, - "nodeType": "ParameterList", - "parameters": [], - "src": "1123:2:14" - }, - "returnParameters": { - "id": 6808, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6807, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6812, - "src": "1157:7:14", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6806, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1157:7:14", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1156:9:14" - }, - "scope": 6813, - "src": "1094:97:14", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 6814, - "src": "688:505:14", - "usedErrors": [ - 6530, - 6533 - ], - "usedEvents": [ - 6538 - ] - } - ], - "src": "101:1093:14" - }, - "id": 14 - }, - "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol", - "exportedSymbols": { - "Address": [ - 7969 - ], - "ContextUpgradeable": [ - 6813 - ], - "Initializable": [ - 6767 - ], - "MulticallUpgradeable": [ - 6916 - ] - }, - "id": 6917, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 6815, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "103:24:15" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "file": "@openzeppelin/contracts/utils/Address.sol", - "id": 6817, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6917, - "sourceUnit": 7970, - "src": "129:66:15", - "symbolAliases": [ - { - "foreign": { - "id": 6816, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "137:7:15", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol", - "file": "./ContextUpgradeable.sol", - "id": 6819, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6917, - "sourceUnit": 6814, - "src": "196:60:15", - "symbolAliases": [ - { - "foreign": { - "id": 6818, - "name": "ContextUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6813, - "src": "204:18:15", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol", - "file": "../proxy/utils/Initializable.sol", - "id": 6821, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 6917, - "sourceUnit": 6768, - "src": "257:63:15", - "symbolAliases": [ - { - "foreign": { - "id": 6820, - "name": "Initializable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6767, - "src": "265:13:15", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 6823, - "name": "Initializable", - "nameLocations": [ - "1162:13:15" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6767, - "src": "1162:13:15" - }, - "id": 6824, - "nodeType": "InheritanceSpecifier", - "src": "1162:13:15" - }, - { - "baseName": { - "id": 6825, - "name": "ContextUpgradeable", - "nameLocations": [ - "1177:18:15" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6813, - "src": "1177:18:15" - }, - "id": 6826, - "nodeType": "InheritanceSpecifier", - "src": "1177:18:15" - } - ], - "canonicalName": "MulticallUpgradeable", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 6822, - "nodeType": "StructuredDocumentation", - "src": "322:797:15", - "text": " @dev Provides a function to batch together multiple calls in a single external call.\n Consider any assumption about calldata validation performed by the sender may be violated if it's not especially\n careful about sending transactions invoking {multicall}. For example, a relay address that filters function\n selectors won't filter calls nested within a {multicall} operation.\n NOTE: Since 5.0.1 and 4.9.4, this contract identifies non-canonical contexts (i.e. `msg.sender` is not {_msgSender}).\n If a non-canonical context is identified, the following self `delegatecall` appends the last bytes of `msg.data`\n to the subcall. This makes it safe to use with {ERC2771Context}. Contexts that don't affect the resolution of\n {_msgSender} are not propagated to subcalls." - }, - "fullyImplemented": true, - "id": 6916, - "linearizedBaseContracts": [ - 6916, - 6813, - 6767 - ], - "name": "MulticallUpgradeable", - "nameLocation": "1138:20:15", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 6831, - "nodeType": "Block", - "src": "1256:7:15", - "statements": [] - }, - "id": 6832, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 6829, - "kind": "modifierInvocation", - "modifierName": { - "id": 6828, - "name": "onlyInitializing", - "nameLocations": [ - "1239:16:15" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "1239:16:15" - }, - "nodeType": "ModifierInvocation", - "src": "1239:16:15" - } - ], - "name": "__Multicall_init", - "nameLocation": "1211:16:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6827, - "nodeType": "ParameterList", - "parameters": [], - "src": "1227:2:15" - }, - "returnParameters": { - "id": 6830, - "nodeType": "ParameterList", - "parameters": [], - "src": "1256:0:15" - }, - "scope": 6916, - "src": "1202:61:15", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6837, - "nodeType": "Block", - "src": "1333:7:15", - "statements": [] - }, - "id": 6838, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 6835, - "kind": "modifierInvocation", - "modifierName": { - "id": 6834, - "name": "onlyInitializing", - "nameLocations": [ - "1316:16:15" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6676, - "src": "1316:16:15" - }, - "nodeType": "ModifierInvocation", - "src": "1316:16:15" - } - ], - "name": "__Multicall_init_unchained", - "nameLocation": "1278:26:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6833, - "nodeType": "ParameterList", - "parameters": [], - "src": "1304:2:15" - }, - "returnParameters": { - "id": 6836, - "nodeType": "ParameterList", - "parameters": [], - "src": "1333:0:15" - }, - "scope": 6916, - "src": "1269:71:15", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6914, - "nodeType": "Block", - "src": "1594:392:15", - "statements": [ - { - "assignments": [ - 6849 - ], - "declarations": [ - { - "constant": false, - "id": 6849, - "mutability": "mutable", - "name": "context", - "nameLocation": "1617:7:15", - "nodeType": "VariableDeclaration", - "scope": 6914, - "src": "1604:20:15", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 6848, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1604:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 6869, - "initialValue": { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 6854, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 6850, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1627:3:15", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 6851, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1631:6:15", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "1627:10:15", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6852, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6795, - "src": "1641:10:15", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 6853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1641:12:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "1627:26:15", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "baseExpression": { - "expression": { - "id": 6859, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1695:3:15", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 6860, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1699:4:15", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1695:8:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 6867, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "1695:51:15", - "startExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6866, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 6861, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "1704:3:15", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 6862, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1708:4:15", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "1704:8:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "id": 6863, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1713:6:15", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1704:15:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6864, - "name": "_contextSuffixLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6812, - "src": "1722:20:15", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint256_$", - "typeString": "function () view returns (uint256)" - } - }, - "id": 6865, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1722:22:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1704:40:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - }, - "id": 6868, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "1627:119:15", - "trueExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 6857, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1678:1:15", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 6856, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "1668:9:15", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes memory)" - }, - "typeName": { - "id": 6855, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1672:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - } - }, - "id": 6858, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1668:12:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1604:142:15" - }, - { - "expression": { - "id": 6877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 6870, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6846, - "src": "1757:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "expression": { - "id": 6874, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6842, - "src": "1779:4:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 6875, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1784:6:15", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1779:11:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 6873, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "1767:11:15", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 6871, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1771:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 6872, - "nodeType": "ArrayTypeName", - "src": "1771:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - } - }, - "id": 6876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1767:24:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "src": "1757:34:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "id": 6878, - "nodeType": "ExpressionStatement", - "src": "1757:34:15" - }, - { - "body": { - "id": 6910, - "nodeType": "Block", - "src": "1843:113:15", - "statements": [ - { - "expression": { - "id": 6908, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 6890, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6846, - "src": "1857:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "id": 6892, - "indexExpression": { - "id": 6891, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6880, - "src": "1865:1:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1857:10:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 6897, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1907:4:15", - "typeDescriptions": { - "typeIdentifier": "t_contract$_MulticallUpgradeable_$6916", - "typeString": "contract MulticallUpgradeable" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_MulticallUpgradeable_$6916", - "typeString": "contract MulticallUpgradeable" - } - ], - "id": 6896, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1899:7:15", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 6895, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1899:7:15", - "typeDescriptions": {} - } - }, - "id": 6898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1899:13:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "baseExpression": { - "id": 6902, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6842, - "src": "1927:4:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 6904, - "indexExpression": { - "id": 6903, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6880, - "src": "1932:1:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1927:7:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - { - "id": 6905, - "name": "context", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6849, - "src": "1936:7:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 6900, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1914:5:15", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 6899, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1914:5:15", - "typeDescriptions": {} - } - }, - "id": 6901, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1920:6:15", - "memberName": "concat", - "nodeType": "MemberAccess", - "src": "1914:12:15", - "typeDescriptions": { - "typeIdentifier": "t_function_bytesconcat_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 6906, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1914:30:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 6893, - "name": "Address", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7969, - "src": "1870:7:15", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Address_$7969_$", - "typeString": "type(library Address)" - } - }, - "id": 6894, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1878:20:15", - "memberName": "functionDelegateCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 7888, - "src": "1870:28:15", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bytes memory) returns (bytes memory)" - } - }, - "id": 6907, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1870:75:15", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "src": "1857:88:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 6909, - "nodeType": "ExpressionStatement", - "src": "1857:88:15" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6886, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6883, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6880, - "src": "1821:1:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "expression": { - "id": 6884, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6842, - "src": "1825:4:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes calldata[] calldata" - } - }, - "id": 6885, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1830:6:15", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1825:11:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1821:15:15", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6911, - "initializationExpression": { - "assignments": [ - 6880 - ], - "declarations": [ - { - "constant": false, - "id": 6880, - "mutability": "mutable", - "name": "i", - "nameLocation": "1814:1:15", - "nodeType": "VariableDeclaration", - "scope": 6911, - "src": "1806:9:15", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 6879, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1806:7:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 6882, - "initialValue": { - "hexValue": "30", - "id": 6881, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1818:1:15", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "1806:13:15" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 6888, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "1838:3:15", - "subExpression": { - "id": 6887, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6880, - "src": "1838:1:15", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 6889, - "nodeType": "ExpressionStatement", - "src": "1838:3:15" - }, - "nodeType": "ForStatement", - "src": "1801:155:15" - }, - { - "expression": { - "id": 6912, - "name": "results", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6846, - "src": "1972:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes memory[] memory" - } - }, - "functionReturnParameters": 6847, - "id": 6913, - "nodeType": "Return", - "src": "1965:14:15" - } - ] - }, - "documentation": { - "id": 6839, - "nodeType": "StructuredDocumentation", - "src": "1345:152:15", - "text": " @dev Receives and executes a batch of function calls on this contract.\n @custom:oz-upgrades-unsafe-allow-reachable delegatecall" - }, - "functionSelector": "ac9650d8", - "id": 6915, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "multicall", - "nameLocation": "1511:9:15", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6843, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6842, - "mutability": "mutable", - "name": "data", - "nameLocation": "1538:4:15", - "nodeType": "VariableDeclaration", - "scope": 6915, - "src": "1521:21:15", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "typeString": "bytes[]" - }, - "typeName": { - "baseType": { - "id": 6840, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1521:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 6841, - "nodeType": "ArrayTypeName", - "src": "1521:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - }, - "visibility": "internal" - } - ], - "src": "1520:23:15" - }, - "returnParameters": { - "id": 6847, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6846, - "mutability": "mutable", - "name": "results", - "nameLocation": "1585:7:15", - "nodeType": "VariableDeclaration", - "scope": 6915, - "src": "1570:22:15", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_memory_ptr_$dyn_memory_ptr", - "typeString": "bytes[]" - }, - "typeName": { - "baseType": { - "id": 6844, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1570:5:15", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "id": 6845, - "nodeType": "ArrayTypeName", - "src": "1570:7:15", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes_storage_$dyn_storage_ptr", - "typeString": "bytes[]" - } - }, - "visibility": "internal" - } - ], - "src": "1569:24:15" - }, - "scope": 6916, - "src": "1502:484:15", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "external" - } - ], - "scope": 6917, - "src": "1120:868:15", - "usedErrors": [ - 6530, - 6533, - 7729, - 7732 - ], - "usedEvents": [ - 6538 - ] - } - ], - "src": "103:1886:15" - }, - "id": 15 - }, - "@openzeppelin/contracts/access/manager/AccessManaged.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "exportedSymbols": { - "AccessManaged": [ - 7101 - ], - "AuthorityUtils": [ - 7183 - ], - "Context": [ - 7999 - ], - "IAccessManaged": [ - 7223 - ], - "IAccessManager": [ - 7661 - ], - "IAuthority": [ - 7677 - ] - }, - "id": 7102, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 6918, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "116:24:16" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "file": "./IAuthority.sol", - "id": 6920, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7102, - "sourceUnit": 7678, - "src": "142:44:16", - "symbolAliases": [ - { - "foreign": { - "id": 6919, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7677, - "src": "150:10:16", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "file": "./AuthorityUtils.sol", - "id": 6922, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7102, - "sourceUnit": 7184, - "src": "187:52:16", - "symbolAliases": [ - { - "foreign": { - "id": 6921, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7183, - "src": "195:14:16", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "./IAccessManager.sol", - "id": 6924, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7102, - "sourceUnit": 7662, - "src": "240:52:16", - "symbolAliases": [ - { - "foreign": { - "id": 6923, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "248:14:16", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "./IAccessManaged.sol", - "id": 6926, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7102, - "sourceUnit": 7224, - "src": "293:52:16", - "symbolAliases": [ - { - "foreign": { - "id": 6925, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "301:14:16", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Context.sol", - "file": "../../utils/Context.sol", - "id": 6928, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7102, - "sourceUnit": 8000, - "src": "346:48:16", - "symbolAliases": [ - { - "foreign": { - "id": 6927, - "name": "Context", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7999, - "src": "354:7:16", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 6930, - "name": "Context", - "nameLocations": [ - "953:7:16" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7999, - "src": "953:7:16" - }, - "id": 6931, - "nodeType": "InheritanceSpecifier", - "src": "953:7:16" - }, - { - "baseName": { - "id": 6932, - "name": "IAccessManaged", - "nameLocations": [ - "962:14:16" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7223, - "src": "962:14:16" - }, - "id": 6933, - "nodeType": "InheritanceSpecifier", - "src": "962:14:16" - } - ], - "canonicalName": "AccessManaged", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 6929, - "nodeType": "StructuredDocumentation", - "src": "396:521:16", - "text": " @dev This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be\n permissioned according to an \"authority\": a contract like {AccessManager} that follows the {IAuthority} interface,\n implementing a policy that allows certain callers to access certain functions.\n IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public`\n functions, and ideally only used in `external` functions. See {restricted}." - }, - "fullyImplemented": true, - "id": 7101, - "linearizedBaseContracts": [ - 7101, - 7223, - 7999 - ], - "name": "AccessManaged", - "nameLocation": "936:13:16", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": false, - "id": 6935, - "mutability": "mutable", - "name": "_authority", - "nameLocation": "999:10:16", - "nodeType": "VariableDeclaration", - "scope": 7101, - "src": "983:26:16", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6934, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "983:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 6937, - "mutability": "mutable", - "name": "_consumingSchedule", - "nameLocation": "1029:18:16", - "nodeType": "VariableDeclaration", - "scope": 7101, - "src": "1016:31:16", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 6936, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1016:4:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "private" - }, - { - "body": { - "id": 6947, - "nodeType": "Block", - "src": "1180:48:16", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 6944, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6940, - "src": "1204:16:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6943, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7038, - "src": "1190:13:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 6945, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1190:31:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6946, - "nodeType": "ExpressionStatement", - "src": "1190:31:16" - } - ] - }, - "documentation": { - "id": 6938, - "nodeType": "StructuredDocumentation", - "src": "1054:83:16", - "text": " @dev Initializes the contract connected to an initial authority." - }, - "id": 6948, - "implemented": true, - "kind": "constructor", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6941, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6940, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "1162:16:16", - "nodeType": "VariableDeclaration", - "scope": 6948, - "src": "1154:24:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6939, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1154:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1153:26:16" - }, - "returnParameters": { - "id": 6942, - "nodeType": "ParameterList", - "parameters": [], - "src": "1180:0:16" - }, - "scope": 7101, - "src": "1142:86:16", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 6959, - "nodeType": "Block", - "src": "2814:67:16", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6952, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7981, - "src": "2838:10:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 6953, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2838:12:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6954, - "name": "_msgData", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7990, - "src": "2852:8:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes_calldata_ptr_$", - "typeString": "function () view returns (bytes calldata)" - } - }, - "id": 6955, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2852:10:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "id": 6951, - "name": "_checkCanCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7100, - "src": "2824:13:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_calldata_ptr_$returns$__$", - "typeString": "function (address,bytes calldata)" - } - }, - "id": 6956, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2824:39:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 6957, - "nodeType": "ExpressionStatement", - "src": "2824:39:16" - }, - { - "id": 6958, - "nodeType": "PlaceholderStatement", - "src": "2873:1:16" - } - ] - }, - "documentation": { - "id": 6949, - "nodeType": "StructuredDocumentation", - "src": "1234:1553:16", - "text": " @dev Restricts access to a function as defined by the connected Authority for this contract and the\n caller and selector of the function that entered the contract.\n [IMPORTANT]\n ====\n In general, this modifier should only be used on `external` functions. It is okay to use it on `public`\n functions that are used as external entry points and are not called internally. Unless you know what you're\n doing, it should never be used on `internal` functions. Failure to follow these rules can have critical security\n implications! This is because the permissions are determined by the function that entered the contract, i.e. the\n function at the bottom of the call stack, and not the function where the modifier is visible in the source code.\n ====\n [WARNING]\n ====\n Avoid adding this modifier to the https://docs.soliditylang.org/en/v0.8.20/contracts.html#receive-ether-function[`receive()`]\n function or the https://docs.soliditylang.org/en/v0.8.20/contracts.html#fallback-function[`fallback()`]. These\n functions are the only execution paths where a function selector cannot be unambiguosly determined from the calldata\n since the selector defaults to `0x00000000` in the `receive()` function and similarly in the `fallback()` function\n if no calldata is provided. (See {_checkCanCall}).\n The `receive()` function will always panic whereas the `fallback()` may panic depending on the calldata length.\n ====" - }, - "id": 6960, - "name": "restricted", - "nameLocation": "2801:10:16", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 6950, - "nodeType": "ParameterList", - "parameters": [], - "src": "2811:2:16" - }, - "src": "2792:89:16", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7210 - ], - "body": { - "id": 6968, - "nodeType": "Block", - "src": "2981:34:16", - "statements": [ - { - "expression": { - "id": 6966, - "name": "_authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6935, - "src": "2998:10:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 6965, - "id": 6967, - "nodeType": "Return", - "src": "2991:17:16" - } - ] - }, - "documentation": { - "id": 6961, - "nodeType": "StructuredDocumentation", - "src": "2887:30:16", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "bf7e214f", - "id": 6969, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "authority", - "nameLocation": "2931:9:16", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6962, - "nodeType": "ParameterList", - "parameters": [], - "src": "2940:2:16" - }, - "returnParameters": { - "id": 6965, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6964, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 6969, - "src": "2972:7:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6963, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2972:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2971:9:16" - }, - "scope": 7101, - "src": "2922:93:16", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7216 - ], - "body": { - "id": 7005, - "nodeType": "Block", - "src": "3115:303:16", - "statements": [ - { - "assignments": [ - 6976 - ], - "declarations": [ - { - "constant": false, - "id": 6976, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3133:6:16", - "nodeType": "VariableDeclaration", - "scope": 7005, - "src": "3125:14:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6975, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3125:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 6979, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6977, - "name": "_msgSender", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7981, - "src": "3142:10:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 6978, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3142:12:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3125:29:16" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 6983, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 6980, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6976, - "src": "3168:6:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 6981, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6969, - "src": "3178:9:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 6982, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3178:11:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3168:21:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 6989, - "nodeType": "IfStatement", - "src": "3164:92:16", - "trueBody": { - "id": 6988, - "nodeType": "Block", - "src": "3191:65:16", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6985, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6976, - "src": "3238:6:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6984, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7194, - "src": "3212:25:16", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 6986, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3212:33:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6987, - "nodeType": "RevertStatement", - "src": "3205:40:16" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 6994, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 6990, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6972, - "src": "3269:12:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 6991, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3282:4:16", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "3269:17:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 6992, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3287:6:16", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3269:24:16", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 6993, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3297:1:16", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "3269:29:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7000, - "nodeType": "IfStatement", - "src": "3265:110:16", - "trueBody": { - "id": 6999, - "nodeType": "Block", - "src": "3300:75:16", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 6996, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6972, - "src": "3351:12:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 6995, - "name": "AccessManagedInvalidAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7204, - "src": "3321:29:16", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 6997, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3321:43:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 6998, - "nodeType": "RevertStatement", - "src": "3314:50:16" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 7002, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6972, - "src": "3398:12:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7001, - "name": "_setAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7038, - "src": "3384:13:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 7003, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3384:27:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7004, - "nodeType": "ExpressionStatement", - "src": "3384:27:16" - } - ] - }, - "documentation": { - "id": 6970, - "nodeType": "StructuredDocumentation", - "src": "3021:30:16", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "7a9e5e4b", - "id": 7006, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "setAuthority", - "nameLocation": "3065:12:16", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 6973, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 6972, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "3086:12:16", - "nodeType": "VariableDeclaration", - "scope": 7006, - "src": "3078:20:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 6971, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3078:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3077:22:16" - }, - "returnParameters": { - "id": 6974, - "nodeType": "ParameterList", - "parameters": [], - "src": "3115:0:16" - }, - "scope": 7101, - "src": "3056:362:16", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "public" - }, - { - "baseFunctions": [ - 7222 - ], - "body": { - "id": 7022, - "nodeType": "Block", - "src": "3522:93:16", - "statements": [ - { - "expression": { - "condition": { - "id": 7012, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6937, - "src": "3539:18:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 7018, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3606:1:16", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 7017, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3599:6:16", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 7016, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3599:6:16", - "typeDescriptions": {} - } - }, - "id": 7019, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3599:9:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 7020, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "3539:69:16", - "trueExpression": { - "expression": { - "expression": { - "id": 7013, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3560:4:16", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManaged_$7101", - "typeString": "contract AccessManaged" - } - }, - "id": 7014, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3565:22:16", - "memberName": "isConsumingScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7023, - "src": "3560:27:16", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$__$returns$_t_bytes4_$", - "typeString": "function () view external returns (bytes4)" - } - }, - "id": 7015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3588:8:16", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "3560:36:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "functionReturnParameters": 7011, - "id": 7021, - "nodeType": "Return", - "src": "3532:76:16" - } - ] - }, - "documentation": { - "id": 7007, - "nodeType": "StructuredDocumentation", - "src": "3424:30:16", - "text": "@inheritdoc IAccessManaged" - }, - "functionSelector": "8fb36037", - "id": 7023, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isConsumingScheduledOp", - "nameLocation": "3468:22:16", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7008, - "nodeType": "ParameterList", - "parameters": [], - "src": "3490:2:16" - }, - "returnParameters": { - "id": 7011, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7010, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7023, - "src": "3514:6:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7009, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3514:6:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3513:8:16" - }, - "scope": 7101, - "src": "3459:156:16", - "stateMutability": "view", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 7037, - "nodeType": "Block", - "src": "3865:87:16", - "statements": [ - { - "expression": { - "id": 7031, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7029, - "name": "_authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6935, - "src": "3875:10:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 7030, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7026, - "src": "3888:12:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3875:25:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7032, - "nodeType": "ExpressionStatement", - "src": "3875:25:16" - }, - { - "eventCall": { - "arguments": [ - { - "id": 7034, - "name": "newAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7026, - "src": "3932:12:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7033, - "name": "AuthorityUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7190, - "src": "3915:16:16", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 7035, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3915:30:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7036, - "nodeType": "EmitStatement", - "src": "3910:35:16" - } - ] - }, - "documentation": { - "id": 7024, - "nodeType": "StructuredDocumentation", - "src": "3621:177:16", - "text": " @dev Transfers control to a new authority. Internal function with no access restriction. Allows bypassing the\n permissions set by the current authority." - }, - "id": 7038, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_setAuthority", - "nameLocation": "3812:13:16", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7027, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7026, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "3834:12:16", - "nodeType": "VariableDeclaration", - "scope": 7038, - "src": "3826:20:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7025, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3826:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3825:22:16" - }, - "returnParameters": { - "id": 7028, - "nodeType": "ParameterList", - "parameters": [], - "src": "3865:0:16" - }, - "scope": 7101, - "src": "3803:149:16", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 7099, - "nodeType": "Block", - "src": "4204:517:16", - "statements": [ - { - "assignments": [ - 7047, - 7049 - ], - "declarations": [ - { - "constant": false, - "id": 7047, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "4220:9:16", - "nodeType": "VariableDeclaration", - "scope": 7099, - "src": "4215:14:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7046, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4215:4:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7049, - "mutability": "mutable", - "name": "delay", - "nameLocation": "4238:5:16", - "nodeType": "VariableDeclaration", - "scope": 7099, - "src": "4231:12:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7048, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4231:6:16", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 7067, - "initialValue": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7052, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6969, - "src": "4292:9:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 7053, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4292:11:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7054, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7041, - "src": "4317:6:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "id": 7057, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4345:4:16", - "typeDescriptions": { - "typeIdentifier": "t_contract$_AccessManaged_$7101", - "typeString": "contract AccessManaged" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_AccessManaged_$7101", - "typeString": "contract AccessManaged" - } - ], - "id": 7056, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4337:7:16", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 7055, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4337:7:16", - "typeDescriptions": {} - } - }, - "id": 7058, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4337:13:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "baseExpression": { - "id": 7061, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7043, - "src": "4371:4:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "endExpression": { - "hexValue": "34", - "id": 7063, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4378:1:16", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "id": 7064, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexRangeAccess", - "src": "4371:9:16", - "startExpression": { - "hexValue": "30", - "id": 7062, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4376:1:16", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_calldata_ptr_slice", - "typeString": "bytes calldata slice" - } - ], - "id": 7060, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4364:6:16", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes4_$", - "typeString": "type(bytes4)" - }, - "typeName": { - "id": 7059, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4364:6:16", - "typeDescriptions": {} - } - }, - "id": 7065, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4364:17:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "expression": { - "id": 7050, - "name": "AuthorityUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7183, - "src": "4247:14:16", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_AuthorityUtils_$7183_$", - "typeString": "type(library AuthorityUtils)" - } - }, - "id": 7051, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4262:16:16", - "memberName": "canCallWithDelay", - "nodeType": "MemberAccess", - "referencedDeclaration": 7182, - "src": "4247:31:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_address_$_t_address_$_t_bytes4_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (address,address,address,bytes4) view returns (bool,uint32)" - } - }, - "id": 7066, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4247:144:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4214:177:16" - }, - { - "condition": { - "id": 7069, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4405:10:16", - "subExpression": { - "id": 7068, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7047, - "src": "4406:9:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7098, - "nodeType": "IfStatement", - "src": "4401:314:16", - "trueBody": { - "id": 7097, - "nodeType": "Block", - "src": "4417:298:16", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 7072, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 7070, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7049, - "src": "4435:5:16", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 7071, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4443:1:16", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4435:9:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 7095, - "nodeType": "Block", - "src": "4632:73:16", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 7092, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7041, - "src": "4683:6:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7091, - "name": "AccessManagedUnauthorized", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7194, - "src": "4657:25:16", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 7093, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4657:33:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7094, - "nodeType": "RevertStatement", - "src": "4650:40:16" - } - ] - }, - "id": 7096, - "nodeType": "IfStatement", - "src": "4431:274:16", - "trueBody": { - "id": 7090, - "nodeType": "Block", - "src": "4446:180:16", - "statements": [ - { - "expression": { - "id": 7075, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7073, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6937, - "src": "4464:18:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 7074, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4485:4:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "4464:25:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7076, - "nodeType": "ExpressionStatement", - "src": "4464:25:16" - }, - { - "expression": { - "arguments": [ - { - "id": 7082, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7041, - "src": "4554:6:16", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7083, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7043, - "src": "4562:4:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - ], - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7078, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6969, - "src": "4522:9:16", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 7079, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4522:11:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7077, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "4507:14:16", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManager_$7661_$", - "typeString": "type(contract IAccessManager)" - } - }, - "id": 7080, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4507:27:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManager_$7661", - "typeString": "contract IAccessManager" - } - }, - "id": 7081, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4535:18:16", - "memberName": "consumeScheduledOp", - "nodeType": "MemberAccess", - "referencedDeclaration": 7640, - "src": "4507:46:16", - "typeDescriptions": { - "typeIdentifier": "t_function_external_nonpayable$_t_address_$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (address,bytes memory) external" - } - }, - "id": 7084, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4507:60:16", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7085, - "nodeType": "ExpressionStatement", - "src": "4507:60:16" - }, - { - "expression": { - "id": 7088, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7086, - "name": "_consumingSchedule", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6937, - "src": "4585:18:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 7087, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4606:5:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "4585:26:16", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7089, - "nodeType": "ExpressionStatement", - "src": "4585:26:16" - } - ] - } - } - ] - } - } - ] - }, - "documentation": { - "id": 7039, - "nodeType": "StructuredDocumentation", - "src": "3958:164:16", - "text": " @dev Reverts if the caller is not allowed to call the function identified by a selector. Panics if the calldata\n is less than 4 bytes long." - }, - "id": 7100, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkCanCall", - "nameLocation": "4136:13:16", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7044, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7041, - "mutability": "mutable", - "name": "caller", - "nameLocation": "4158:6:16", - "nodeType": "VariableDeclaration", - "scope": 7100, - "src": "4150:14:16", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7040, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4150:7:16", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7043, - "mutability": "mutable", - "name": "data", - "nameLocation": "4181:4:16", - "nodeType": "VariableDeclaration", - "scope": 7100, - "src": "4166:19:16", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7042, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4166:5:16", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4149:37:16" - }, - "returnParameters": { - "id": 7045, - "nodeType": "ParameterList", - "parameters": [], - "src": "4204:0:16" - }, - "scope": 7101, - "src": "4127:594:16", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 7102, - "src": "918:3805:16", - "usedErrors": [ - 7194, - 7200, - 7204 - ], - "usedEvents": [ - 7190 - ] - } - ], - "src": "116:4608:16" - }, - "id": 16 - }, - "@openzeppelin/contracts/access/manager/AuthorityUtils.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/AuthorityUtils.sol", - "exportedSymbols": { - "AuthorityUtils": [ - 7183 - ], - "IAuthority": [ - 7677 - ] - }, - "id": 7184, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7103, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:17" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "file": "./IAuthority.sol", - "id": 7105, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7184, - "sourceUnit": 7678, - "src": "143:44:17", - "symbolAliases": [ - { - "foreign": { - "id": 7104, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7677, - "src": "151:10:17", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "AuthorityUtils", - "contractDependencies": [], - "contractKind": "library", - "fullyImplemented": true, - "id": 7183, - "linearizedBaseContracts": [ - 7183 - ], - "name": "AuthorityUtils", - "nameLocation": "197:14:17", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 7181, - "nodeType": "Block", - "src": "776:451:17", - "statements": [ - { - "assignments": [ - 7122, - 7124 - ], - "declarations": [ - { - "constant": false, - "id": 7122, - "mutability": "mutable", - "name": "success", - "nameLocation": "792:7:17", - "nodeType": "VariableDeclaration", - "scope": 7181, - "src": "787:12:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7121, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "787:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7124, - "mutability": "mutable", - "name": "data", - "nameLocation": "814:4:17", - "nodeType": "VariableDeclaration", - "scope": 7181, - "src": "801:17:17", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7123, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "801:5:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 7137, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 7129, - "name": "IAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7677, - "src": "871:10:17", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAuthority_$7677_$", - "typeString": "type(contract IAuthority)" - } - }, - "id": 7130, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "882:7:17", - "memberName": "canCall", - "nodeType": "MemberAccess", - "referencedDeclaration": 7676, - "src": "871:18:17", - "typeDescriptions": { - "typeIdentifier": "t_function_declaration_view$_t_address_$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function IAuthority.canCall(address,address,bytes4) view returns (bool)" - } - }, - { - "components": [ - { - "id": 7131, - "name": "caller", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7110, - "src": "892:6:17", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7132, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7112, - "src": "900:6:17", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7133, - "name": "selector", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7114, - "src": "908:8:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "id": 7134, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "891:26:17", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_address_$_t_bytes4_$", - "typeString": "tuple(address,address,bytes4)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_function_declaration_view$_t_address_$_t_address_$_t_bytes4_$returns$_t_bool_$", - "typeString": "function IAuthority.canCall(address,address,bytes4) view returns (bool)" - }, - { - "typeIdentifier": "t_tuple$_t_address_$_t_address_$_t_bytes4_$", - "typeString": "tuple(address,address,bytes4)" - } - ], - "expression": { - "id": 7127, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "856:3:17", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 7128, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "860:10:17", - "memberName": "encodeCall", - "nodeType": "MemberAccess", - "src": "856:14:17", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 7135, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "856:62:17", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 7125, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7108, - "src": "822:9:17", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7126, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "832:10:17", - "memberName": "staticcall", - "nodeType": "MemberAccess", - "src": "822:20:17", - "typeDescriptions": { - "typeIdentifier": "t_function_barestaticcall_view$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) view returns (bool,bytes memory)" - } - }, - "id": 7136, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "822:106:17", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "786:142:17" - }, - { - "condition": { - "id": 7138, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7122, - "src": "942:7:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7176, - "nodeType": "IfStatement", - "src": "938:248:17", - "trueBody": { - "id": 7175, - "nodeType": "Block", - "src": "951:235:17", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7142, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 7139, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7124, - "src": "969:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 7140, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "974:6:17", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "969:11:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "30783430", - "id": 7141, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "984:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "0x40" - }, - "src": "969:19:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 7158, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7124, - "src": "1086:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 7159, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1091:6:17", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1086:11:17", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "30783230", - "id": 7160, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1101:4:17", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "0x20" - }, - "src": "1086:19:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7173, - "nodeType": "IfStatement", - "src": "1082:94:17", - "trueBody": { - "id": 7172, - "nodeType": "Block", - "src": "1107:69:17", - "statements": [ - { - "expression": { - "id": 7170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 7162, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7117, - "src": "1125:9:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7165, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7124, - "src": "1148:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 7167, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1155:4:17", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - }, - "typeName": { - "id": 7166, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1155:4:17", - "typeDescriptions": {} - } - } - ], - "id": 7168, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1154:6:17", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - } - ], - "expression": { - "id": 7163, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1137:3:17", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 7164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1141:6:17", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "1137:10:17", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 7169, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1137:24:17", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1125:36:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7171, - "nodeType": "ExpressionStatement", - "src": "1125:36:17" - } - ] - } - }, - "id": 7174, - "nodeType": "IfStatement", - "src": "965:211:17", - "trueBody": { - "id": 7157, - "nodeType": "Block", - "src": "990:86:17", - "statements": [ - { - "expression": { - "id": 7155, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "components": [ - { - "id": 7143, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7117, - "src": "1009:9:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 7144, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7119, - "src": "1020:5:17", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 7145, - "isConstant": false, - "isInlineArray": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "TupleExpression", - "src": "1008:18:17", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 7148, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7124, - "src": "1040:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 7150, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1047:4:17", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bool_$", - "typeString": "type(bool)" - }, - "typeName": { - "id": 7149, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1047:4:17", - "typeDescriptions": {} - } - }, - { - "id": 7152, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1053:6:17", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 7151, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "1053:6:17", - "typeDescriptions": {} - } - } - ], - "id": 7153, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1046:14:17", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_type$_t_bool_$_$_t_type$_t_uint32_$_$", - "typeString": "tuple(type(bool),type(uint32))" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_tuple$_t_type$_t_bool_$_$_t_type$_t_uint32_$_$", - "typeString": "tuple(type(bool),type(uint32))" - } - ], - "expression": { - "id": 7146, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "1029:3:17", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 7147, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1033:6:17", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "1029:10:17", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 7154, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1029:32:17", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "src": "1008:53:17", - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7156, - "nodeType": "ExpressionStatement", - "src": "1008:53:17" - } - ] - } - } - ] - } - }, - { - "expression": { - "components": [ - { - "id": 7177, - "name": "immediate", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7117, - "src": "1203:9:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 7178, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7119, - "src": "1214:5:17", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "id": 7179, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1202:18:17", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "functionReturnParameters": 7120, - "id": 7180, - "nodeType": "Return", - "src": "1195:25:17" - } - ] - }, - "documentation": { - "id": 7106, - "nodeType": "StructuredDocumentation", - "src": "218:368:17", - "text": " @dev Since `AccessManager` implements an extended IAuthority interface, invoking `canCall` with backwards compatibility\n for the preexisting `IAuthority` interface requires special care to avoid reverting on insufficient return data.\n This helper function takes care of invoking `canCall` in a backwards compatible way without reverting." - }, - "id": 7182, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "canCallWithDelay", - "nameLocation": "600:16:17", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7115, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7108, - "mutability": "mutable", - "name": "authority", - "nameLocation": "634:9:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "626:17:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7107, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "626:7:17", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7110, - "mutability": "mutable", - "name": "caller", - "nameLocation": "661:6:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "653:14:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7109, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "653:7:17", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7112, - "mutability": "mutable", - "name": "target", - "nameLocation": "685:6:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "677:14:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7111, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "677:7:17", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7114, - "mutability": "mutable", - "name": "selector", - "nameLocation": "708:8:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "701:15:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7113, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "701:6:17", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "616:106:17" - }, - "returnParameters": { - "id": 7120, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7117, - "mutability": "mutable", - "name": "immediate", - "nameLocation": "751:9:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "746:14:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7116, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "746:4:17", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7119, - "mutability": "mutable", - "name": "delay", - "nameLocation": "769:5:17", - "nodeType": "VariableDeclaration", - "scope": 7182, - "src": "762:12:17", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7118, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "762:6:17", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "745:30:17" - }, - "scope": 7183, - "src": "591:636:17", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 7184, - "src": "189:1040:17", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "117:1113:17" - }, - "id": 17 - }, - "@openzeppelin/contracts/access/manager/IAccessManaged.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "exportedSymbols": { - "IAccessManaged": [ - 7223 - ] - }, - "id": 7224, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7185, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:18" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAccessManaged", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 7223, - "linearizedBaseContracts": [ - 7223 - ], - "name": "IAccessManaged", - "nameLocation": "153:14:18", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 7186, - "nodeType": "StructuredDocumentation", - "src": "174:73:18", - "text": " @dev Authority that manages this contract was updated." - }, - "eventSelector": "2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad", - "id": 7190, - "name": "AuthorityUpdated", - "nameLocation": "258:16:18", - "nodeType": "EventDefinition", - "parameters": { - "id": 7189, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7188, - "indexed": false, - "mutability": "mutable", - "name": "authority", - "nameLocation": "283:9:18", - "nodeType": "VariableDeclaration", - "scope": 7190, - "src": "275:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7187, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "275:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "274:19:18" - }, - "src": "252:42:18" - }, - { - "errorSelector": "068ca9d8", - "id": 7194, - "name": "AccessManagedUnauthorized", - "nameLocation": "306:25:18", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7193, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7192, - "mutability": "mutable", - "name": "caller", - "nameLocation": "340:6:18", - "nodeType": "VariableDeclaration", - "scope": 7194, - "src": "332:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7191, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "332:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "331:16:18" - }, - "src": "300:48:18" - }, - { - "errorSelector": "af77169d", - "id": 7200, - "name": "AccessManagedRequiredDelay", - "nameLocation": "359:26:18", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7199, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7196, - "mutability": "mutable", - "name": "caller", - "nameLocation": "394:6:18", - "nodeType": "VariableDeclaration", - "scope": 7200, - "src": "386:14:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7195, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "386:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7198, - "mutability": "mutable", - "name": "delay", - "nameLocation": "409:5:18", - "nodeType": "VariableDeclaration", - "scope": 7200, - "src": "402:12:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7197, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "402:6:18", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "385:30:18" - }, - "src": "353:63:18" - }, - { - "errorSelector": "c2f31e5e", - "id": 7204, - "name": "AccessManagedInvalidAuthority", - "nameLocation": "427:29:18", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7203, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7202, - "mutability": "mutable", - "name": "authority", - "nameLocation": "465:9:18", - "nodeType": "VariableDeclaration", - "scope": 7204, - "src": "457:17:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7201, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "457:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "456:19:18" - }, - "src": "421:55:18" - }, - { - "documentation": { - "id": 7205, - "nodeType": "StructuredDocumentation", - "src": "482:54:18", - "text": " @dev Returns the current authority." - }, - "functionSelector": "bf7e214f", - "id": 7210, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "authority", - "nameLocation": "550:9:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7206, - "nodeType": "ParameterList", - "parameters": [], - "src": "559:2:18" - }, - "returnParameters": { - "id": 7209, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7208, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7210, - "src": "585:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7207, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "585:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "584:9:18" - }, - "scope": 7223, - "src": "541:53:18", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7211, - "nodeType": "StructuredDocumentation", - "src": "600:103:18", - "text": " @dev Transfers control to a new authority. The caller must be the current authority." - }, - "functionSelector": "7a9e5e4b", - "id": 7216, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setAuthority", - "nameLocation": "717:12:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7214, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7213, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7216, - "src": "730:7:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7212, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "730:7:18", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "729:9:18" - }, - "returnParameters": { - "id": 7215, - "nodeType": "ParameterList", - "parameters": [], - "src": "747:0:18" - }, - "scope": 7223, - "src": "708:40:18", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7217, - "nodeType": "StructuredDocumentation", - "src": "754:284:18", - "text": " @dev Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is\n being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs\n attacker controlled calls." - }, - "functionSelector": "8fb36037", - "id": 7222, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isConsumingScheduledOp", - "nameLocation": "1052:22:18", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7218, - "nodeType": "ParameterList", - "parameters": [], - "src": "1074:2:18" - }, - "returnParameters": { - "id": 7221, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7220, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7222, - "src": "1100:6:18", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7219, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "1100:6:18", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "1099:8:18" - }, - "scope": 7223, - "src": "1043:65:18", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7224, - "src": "143:967:18", - "usedErrors": [ - 7194, - 7200, - 7204 - ], - "usedEvents": [ - 7190 - ] - } - ], - "src": "117:994:18" - }, - "id": 18 - }, - "@openzeppelin/contracts/access/manager/IAccessManager.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "exportedSymbols": { - "IAccessManaged": [ - 7223 - ], - "IAccessManager": [ - 7661 - ], - "Time": [ - 12589 - ] - }, - "id": 7662, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7225, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "117:24:19" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManaged.sol", - "file": "./IAccessManaged.sol", - "id": 7227, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7662, - "sourceUnit": 7224, - "src": "143:52:19", - "symbolAliases": [ - { - "foreign": { - "id": 7226, - "name": "IAccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7223, - "src": "151:14:19", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "file": "../../utils/types/Time.sol", - "id": 7229, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 7662, - "sourceUnit": 12590, - "src": "196:48:19", - "symbolAliases": [ - { - "foreign": { - "id": 7228, - "name": "Time", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12589, - "src": "204:4:19", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAccessManager", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 7661, - "linearizedBaseContracts": [ - 7661 - ], - "name": "IAccessManager", - "nameLocation": "256:14:19", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 7230, - "nodeType": "StructuredDocumentation", - "src": "277:58:19", - "text": " @dev A delayed operation was scheduled." - }, - "eventSelector": "82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b4", - "id": 7244, - "name": "OperationScheduled", - "nameLocation": "346:18:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7243, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7232, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "390:11:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "374:27:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7231, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "374:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7234, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "426:5:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "411:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7233, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "411:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7236, - "indexed": false, - "mutability": "mutable", - "name": "schedule", - "nameLocation": "448:8:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "441:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7235, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "441:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7238, - "indexed": false, - "mutability": "mutable", - "name": "caller", - "nameLocation": "474:6:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "466:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7237, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "466:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7240, - "indexed": false, - "mutability": "mutable", - "name": "target", - "nameLocation": "498:6:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "490:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7239, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "490:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7242, - "indexed": false, - "mutability": "mutable", - "name": "data", - "nameLocation": "520:4:19", - "nodeType": "VariableDeclaration", - "scope": 7244, - "src": "514:10:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7241, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "514:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "364:166:19" - }, - "src": "340:191:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7245, - "nodeType": "StructuredDocumentation", - "src": "537:59:19", - "text": " @dev A scheduled operation was executed." - }, - "eventSelector": "76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d", - "id": 7251, - "name": "OperationExecuted", - "nameLocation": "607:17:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7250, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7247, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "641:11:19", - "nodeType": "VariableDeclaration", - "scope": 7251, - "src": "625:27:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7246, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "625:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7249, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "669:5:19", - "nodeType": "VariableDeclaration", - "scope": 7251, - "src": "654:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7248, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "654:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "624:51:19" - }, - "src": "601:75:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7252, - "nodeType": "StructuredDocumentation", - "src": "682:59:19", - "text": " @dev A scheduled operation was canceled." - }, - "eventSelector": "bd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f7", - "id": 7258, - "name": "OperationCanceled", - "nameLocation": "752:17:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7257, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7254, - "indexed": true, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "786:11:19", - "nodeType": "VariableDeclaration", - "scope": 7258, - "src": "770:27:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7253, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "770:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7256, - "indexed": true, - "mutability": "mutable", - "name": "nonce", - "nameLocation": "814:5:19", - "nodeType": "VariableDeclaration", - "scope": 7258, - "src": "799:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7255, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "799:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "769:51:19" - }, - "src": "746:75:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7259, - "nodeType": "StructuredDocumentation", - "src": "827:61:19", - "text": " @dev Informational labelling for a roleId." - }, - "eventSelector": "1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a450", - "id": 7265, - "name": "RoleLabel", - "nameLocation": "899:9:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7264, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7261, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "924:6:19", - "nodeType": "VariableDeclaration", - "scope": 7265, - "src": "909:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7260, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "909:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7263, - "indexed": false, - "mutability": "mutable", - "name": "label", - "nameLocation": "939:5:19", - "nodeType": "VariableDeclaration", - "scope": 7265, - "src": "932:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 7262, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "932:6:19", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "908:37:19" - }, - "src": "893:53:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7266, - "nodeType": "StructuredDocumentation", - "src": "952:375:19", - "text": " @dev Emitted when `account` is granted `roleId`.\n NOTE: The meaning of the `since` argument depends on the `newMember` argument.\n If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role,\n otherwise it indicates the execution delay for this account and roleId is updated." - }, - "eventSelector": "f98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf", - "id": 7278, - "name": "RoleGranted", - "nameLocation": "1338:11:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7277, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7268, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1365:6:19", - "nodeType": "VariableDeclaration", - "scope": 7278, - "src": "1350:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7267, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1350:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7270, - "indexed": true, - "mutability": "mutable", - "name": "account", - "nameLocation": "1389:7:19", - "nodeType": "VariableDeclaration", - "scope": 7278, - "src": "1373:23:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7269, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1373:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7272, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "1405:5:19", - "nodeType": "VariableDeclaration", - "scope": 7278, - "src": "1398:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7271, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "1398:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7274, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "1419:5:19", - "nodeType": "VariableDeclaration", - "scope": 7278, - "src": "1412:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7273, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "1412:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7276, - "indexed": false, - "mutability": "mutable", - "name": "newMember", - "nameLocation": "1431:9:19", - "nodeType": "VariableDeclaration", - "scope": 7278, - "src": "1426:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7275, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1426:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1349:92:19" - }, - "src": "1332:110:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7279, - "nodeType": "StructuredDocumentation", - "src": "1448:125:19", - "text": " @dev Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous." - }, - "eventSelector": "f229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c166", - "id": 7285, - "name": "RoleRevoked", - "nameLocation": "1584:11:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7284, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7281, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1611:6:19", - "nodeType": "VariableDeclaration", - "scope": 7285, - "src": "1596:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7280, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1596:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7283, - "indexed": true, - "mutability": "mutable", - "name": "account", - "nameLocation": "1635:7:19", - "nodeType": "VariableDeclaration", - "scope": 7285, - "src": "1619:23:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7282, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1619:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1595:48:19" - }, - "src": "1578:66:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7286, - "nodeType": "StructuredDocumentation", - "src": "1650:78:19", - "text": " @dev Role acting as admin over a given `roleId` is updated." - }, - "eventSelector": "1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e6340", - "id": 7292, - "name": "RoleAdminChanged", - "nameLocation": "1739:16:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7291, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7288, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1771:6:19", - "nodeType": "VariableDeclaration", - "scope": 7292, - "src": "1756:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7287, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1756:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7290, - "indexed": true, - "mutability": "mutable", - "name": "admin", - "nameLocation": "1794:5:19", - "nodeType": "VariableDeclaration", - "scope": 7292, - "src": "1779:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7289, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1779:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "1755:45:19" - }, - "src": "1733:68:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7293, - "nodeType": "StructuredDocumentation", - "src": "1807:81:19", - "text": " @dev Role acting as guardian over a given `roleId` is updated." - }, - "eventSelector": "7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae2", - "id": 7299, - "name": "RoleGuardianChanged", - "nameLocation": "1899:19:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7298, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7295, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "1934:6:19", - "nodeType": "VariableDeclaration", - "scope": 7299, - "src": "1919:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7294, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1919:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7297, - "indexed": true, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "1957:8:19", - "nodeType": "VariableDeclaration", - "scope": 7299, - "src": "1942:23:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7296, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "1942:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "1918:48:19" - }, - "src": "1893:74:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7300, - "nodeType": "StructuredDocumentation", - "src": "1973:108:19", - "text": " @dev Grant delay for a given `roleId` will be updated to `delay` when `since` is reached." - }, - "eventSelector": "feb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b48", - "id": 7308, - "name": "RoleGrantDelayChanged", - "nameLocation": "2092:21:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7307, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7302, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "2129:6:19", - "nodeType": "VariableDeclaration", - "scope": 7308, - "src": "2114:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7301, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2114:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7304, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "2144:5:19", - "nodeType": "VariableDeclaration", - "scope": 7308, - "src": "2137:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7303, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2137:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7306, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "2158:5:19", - "nodeType": "VariableDeclaration", - "scope": 7308, - "src": "2151:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7305, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2151:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2113:51:19" - }, - "src": "2086:79:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7309, - "nodeType": "StructuredDocumentation", - "src": "2171:77:19", - "text": " @dev Target mode is updated (true = closed, false = open)." - }, - "eventSelector": "90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb138", - "id": 7315, - "name": "TargetClosed", - "nameLocation": "2259:12:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7314, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7311, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2288:6:19", - "nodeType": "VariableDeclaration", - "scope": 7315, - "src": "2272:22:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7310, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2272:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7313, - "indexed": false, - "mutability": "mutable", - "name": "closed", - "nameLocation": "2301:6:19", - "nodeType": "VariableDeclaration", - "scope": 7315, - "src": "2296:11:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7312, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2296:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "2271:37:19" - }, - "src": "2253:56:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7316, - "nodeType": "StructuredDocumentation", - "src": "2315:94:19", - "text": " @dev Role required to invoke `selector` on `target` is updated to `roleId`." - }, - "eventSelector": "9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151", - "id": 7324, - "name": "TargetFunctionRoleUpdated", - "nameLocation": "2420:25:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7323, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7318, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2462:6:19", - "nodeType": "VariableDeclaration", - "scope": 7324, - "src": "2446:22:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7317, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2446:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7320, - "indexed": false, - "mutability": "mutable", - "name": "selector", - "nameLocation": "2477:8:19", - "nodeType": "VariableDeclaration", - "scope": 7324, - "src": "2470:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7319, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "2470:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7322, - "indexed": true, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "2502:6:19", - "nodeType": "VariableDeclaration", - "scope": 7324, - "src": "2487:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7321, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "2487:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "2445:64:19" - }, - "src": "2414:96:19" - }, - { - "anonymous": false, - "documentation": { - "id": 7325, - "nodeType": "StructuredDocumentation", - "src": "2516:108:19", - "text": " @dev Admin delay for a given `target` will be updated to `delay` when `since` is reached." - }, - "eventSelector": "a56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c", - "id": 7333, - "name": "TargetAdminDelayUpdated", - "nameLocation": "2635:23:19", - "nodeType": "EventDefinition", - "parameters": { - "id": 7332, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7327, - "indexed": true, - "mutability": "mutable", - "name": "target", - "nameLocation": "2675:6:19", - "nodeType": "VariableDeclaration", - "scope": 7333, - "src": "2659:22:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7326, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2659:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7329, - "indexed": false, - "mutability": "mutable", - "name": "delay", - "nameLocation": "2690:5:19", - "nodeType": "VariableDeclaration", - "scope": 7333, - "src": "2683:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7328, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2683:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7331, - "indexed": false, - "mutability": "mutable", - "name": "since", - "nameLocation": "2704:5:19", - "nodeType": "VariableDeclaration", - "scope": 7333, - "src": "2697:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7330, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2697:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2658:52:19" - }, - "src": "2629:82:19" - }, - { - "errorSelector": "813e9459", - "id": 7337, - "name": "AccessManagerAlreadyScheduled", - "nameLocation": "2723:29:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7336, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7335, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2761:11:19", - "nodeType": "VariableDeclaration", - "scope": 7337, - "src": "2753:19:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7334, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2753:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2752:21:19" - }, - "src": "2717:57:19" - }, - { - "errorSelector": "60a299b0", - "id": 7341, - "name": "AccessManagerNotScheduled", - "nameLocation": "2785:25:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7340, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7339, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2819:11:19", - "nodeType": "VariableDeclaration", - "scope": 7341, - "src": "2811:19:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7338, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2811:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2810:21:19" - }, - "src": "2779:53:19" - }, - { - "errorSelector": "18cb6b7a", - "id": 7345, - "name": "AccessManagerNotReady", - "nameLocation": "2843:21:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7344, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7343, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2873:11:19", - "nodeType": "VariableDeclaration", - "scope": 7345, - "src": "2865:19:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7342, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2865:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2864:21:19" - }, - "src": "2837:49:19" - }, - { - "errorSelector": "78a5d6e4", - "id": 7349, - "name": "AccessManagerExpired", - "nameLocation": "2897:20:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7348, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7347, - "mutability": "mutable", - "name": "operationId", - "nameLocation": "2926:11:19", - "nodeType": "VariableDeclaration", - "scope": 7349, - "src": "2918:19:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7346, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2918:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2917:21:19" - }, - "src": "2891:48:19" - }, - { - "errorSelector": "5a068bc8", - "id": 7353, - "name": "AccessManagerLockedAccount", - "nameLocation": "2950:26:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7352, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7351, - "mutability": "mutable", - "name": "account", - "nameLocation": "2985:7:19", - "nodeType": "VariableDeclaration", - "scope": 7353, - "src": "2977:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7350, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2977:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2976:17:19" - }, - "src": "2944:50:19" - }, - { - "errorSelector": "1871a90c", - "id": 7357, - "name": "AccessManagerLockedRole", - "nameLocation": "3005:23:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7356, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7355, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "3036:6:19", - "nodeType": "VariableDeclaration", - "scope": 7357, - "src": "3029:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7354, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3029:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "3028:15:19" - }, - "src": "2999:45:19" - }, - { - "errorSelector": "5f159e63", - "id": 7359, - "name": "AccessManagerBadConfirmation", - "nameLocation": "3055:28:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7358, - "nodeType": "ParameterList", - "parameters": [], - "src": "3083:2:19" - }, - "src": "3049:37:19" - }, - { - "errorSelector": "f07e038f", - "id": 7365, - "name": "AccessManagerUnauthorizedAccount", - "nameLocation": "3097:32:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7364, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7361, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "3138:9:19", - "nodeType": "VariableDeclaration", - "scope": 7365, - "src": "3130:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7360, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3130:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7363, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "3156:6:19", - "nodeType": "VariableDeclaration", - "scope": 7365, - "src": "3149:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7362, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "3149:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "3129:34:19" - }, - "src": "3091:73:19" - }, - { - "errorSelector": "81c6f24b", - "id": 7373, - "name": "AccessManagerUnauthorizedCall", - "nameLocation": "3175:29:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7372, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7367, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3213:6:19", - "nodeType": "VariableDeclaration", - "scope": 7373, - "src": "3205:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7366, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3205:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7369, - "mutability": "mutable", - "name": "target", - "nameLocation": "3229:6:19", - "nodeType": "VariableDeclaration", - "scope": 7373, - "src": "3221:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7368, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3221:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7371, - "mutability": "mutable", - "name": "selector", - "nameLocation": "3244:8:19", - "nodeType": "VariableDeclaration", - "scope": 7373, - "src": "3237:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7370, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3237:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3204:49:19" - }, - "src": "3169:85:19" - }, - { - "errorSelector": "320ff748", - "id": 7377, - "name": "AccessManagerUnauthorizedConsume", - "nameLocation": "3265:32:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7376, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7375, - "mutability": "mutable", - "name": "target", - "nameLocation": "3306:6:19", - "nodeType": "VariableDeclaration", - "scope": 7377, - "src": "3298:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7374, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3298:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3297:16:19" - }, - "src": "3259:55:19" - }, - { - "errorSelector": "3fe2751c", - "id": 7387, - "name": "AccessManagerUnauthorizedCancel", - "nameLocation": "3325:31:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7386, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7379, - "mutability": "mutable", - "name": "msgsender", - "nameLocation": "3365:9:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "3357:17:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7378, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3357:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7381, - "mutability": "mutable", - "name": "caller", - "nameLocation": "3384:6:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "3376:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7380, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3376:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7383, - "mutability": "mutable", - "name": "target", - "nameLocation": "3400:6:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "3392:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7382, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3392:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7385, - "mutability": "mutable", - "name": "selector", - "nameLocation": "3415:8:19", - "nodeType": "VariableDeclaration", - "scope": 7387, - "src": "3408:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7384, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "3408:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "3356:68:19" - }, - "src": "3319:106:19" - }, - { - "errorSelector": "0813ada2", - "id": 7391, - "name": "AccessManagerInvalidInitialAdmin", - "nameLocation": "3436:32:19", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7390, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7389, - "mutability": "mutable", - "name": "initialAdmin", - "nameLocation": "3477:12:19", - "nodeType": "VariableDeclaration", - "scope": 7391, - "src": "3469:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7388, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3469:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3468:22:19" - }, - "src": "3430:61:19" - }, - { - "documentation": { - "id": 7392, - "nodeType": "StructuredDocumentation", - "src": "3497:1373:19", - "text": " @dev Check if an address (`caller`) is authorised to call a given function on a given contract directly (with\n no restriction). Additionally, it returns the delay needed to perform the call indirectly through the {schedule}\n & {execute} workflow.\n This function is usually called by the targeted contract to control immediate execution of restricted functions.\n Therefore we only return true if the call can be performed without any delay. If the call is subject to a\n previously set delay (not zero), then the function should return false and the caller should schedule the operation\n for future execution.\n If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise\n the operation can be executed if and only if delay is greater than 0.\n NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that\n is backward compatible. Some contracts may thus ignore the second return argument. In that case they will fail\n to identify the indirect workflow, and will consider calls that require a delay to be forbidden.\n NOTE: This function does not report the permissions of this manager itself. These are defined by the\n {_canCallSelf} function instead." - }, - "functionSelector": "b7009613", - "id": 7405, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "4884:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7399, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7394, - "mutability": "mutable", - "name": "caller", - "nameLocation": "4909:6:19", - "nodeType": "VariableDeclaration", - "scope": 7405, - "src": "4901:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7393, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4901:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7396, - "mutability": "mutable", - "name": "target", - "nameLocation": "4933:6:19", - "nodeType": "VariableDeclaration", - "scope": 7405, - "src": "4925:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7395, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4925:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7398, - "mutability": "mutable", - "name": "selector", - "nameLocation": "4956:8:19", - "nodeType": "VariableDeclaration", - "scope": 7405, - "src": "4949:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7397, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "4949:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "4891:79:19" - }, - "returnParameters": { - "id": 7404, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7401, - "mutability": "mutable", - "name": "allowed", - "nameLocation": "4999:7:19", - "nodeType": "VariableDeclaration", - "scope": 7405, - "src": "4994:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7400, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4994:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7403, - "mutability": "mutable", - "name": "delay", - "nameLocation": "5015:5:19", - "nodeType": "VariableDeclaration", - "scope": 7405, - "src": "5008:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7402, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5008:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "4993:28:19" - }, - "scope": 7661, - "src": "4875:147:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7406, - "nodeType": "StructuredDocumentation", - "src": "5028:252:19", - "text": " @dev Expiration delay for scheduled proposals. Defaults to 1 week.\n IMPORTANT: Avoid overriding the expiration with 0. Otherwise every contract proposal will be expired immediately,\n disabling any scheduling usage." - }, - "functionSelector": "4665096d", - "id": 7411, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "expiration", - "nameLocation": "5294:10:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7407, - "nodeType": "ParameterList", - "parameters": [], - "src": "5304:2:19" - }, - "returnParameters": { - "id": 7410, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7409, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7411, - "src": "5330:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7408, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5330:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "5329:8:19" - }, - "scope": 7661, - "src": "5285:53:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7412, - "nodeType": "StructuredDocumentation", - "src": "5344:246:19", - "text": " @dev Minimum setback for all delay updates, with the exception of execution delays. It\n can be increased without setback (and reset via {revokeRole} in the case event of an\n accidental increase). Defaults to 5 days." - }, - "functionSelector": "cc1b6c81", - "id": 7417, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "minSetback", - "nameLocation": "5604:10:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7413, - "nodeType": "ParameterList", - "parameters": [], - "src": "5614:2:19" - }, - "returnParameters": { - "id": 7416, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7415, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7417, - "src": "5640:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7414, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "5640:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "5639:8:19" - }, - "scope": 7661, - "src": "5595:53:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7418, - "nodeType": "StructuredDocumentation", - "src": "5654:120:19", - "text": " @dev Get whether the contract is closed disabling any access. Otherwise role permissions are applied." - }, - "functionSelector": "a166aa89", - "id": 7425, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isTargetClosed", - "nameLocation": "5788:14:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7421, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7420, - "mutability": "mutable", - "name": "target", - "nameLocation": "5811:6:19", - "nodeType": "VariableDeclaration", - "scope": 7425, - "src": "5803:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7419, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5803:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "5802:16:19" - }, - "returnParameters": { - "id": 7424, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7423, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7425, - "src": "5842:4:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7422, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5842:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "5841:6:19" - }, - "scope": 7661, - "src": "5779:69:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7426, - "nodeType": "StructuredDocumentation", - "src": "5854:65:19", - "text": " @dev Get the role required to call a function." - }, - "functionSelector": "6d5115bd", - "id": 7435, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTargetFunctionRole", - "nameLocation": "5933:21:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7431, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7428, - "mutability": "mutable", - "name": "target", - "nameLocation": "5963:6:19", - "nodeType": "VariableDeclaration", - "scope": 7435, - "src": "5955:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7427, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5955:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7430, - "mutability": "mutable", - "name": "selector", - "nameLocation": "5978:8:19", - "nodeType": "VariableDeclaration", - "scope": 7435, - "src": "5971:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7429, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "5971:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "5954:33:19" - }, - "returnParameters": { - "id": 7434, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7433, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7435, - "src": "6011:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7432, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6011:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6010:8:19" - }, - "scope": 7661, - "src": "5924:95:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7436, - "nodeType": "StructuredDocumentation", - "src": "6025:127:19", - "text": " @dev Get the admin delay for a target contract. Changes to contract configuration are subject to this delay." - }, - "functionSelector": "4c1da1e2", - "id": 7443, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getTargetAdminDelay", - "nameLocation": "6166:19:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7439, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7438, - "mutability": "mutable", - "name": "target", - "nameLocation": "6194:6:19", - "nodeType": "VariableDeclaration", - "scope": 7443, - "src": "6186:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7437, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6186:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "6185:16:19" - }, - "returnParameters": { - "id": 7442, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7441, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7443, - "src": "6225:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7440, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "6225:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "6224:8:19" - }, - "scope": 7661, - "src": "6157:76:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7444, - "nodeType": "StructuredDocumentation", - "src": "6239:265:19", - "text": " @dev Get the id of the role that acts as an admin for the given role.\n The admin permission is required to grant the role, revoke the role and update the execution delay to execute\n an operation that is restricted to this role." - }, - "functionSelector": "530dd456", - "id": 7451, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleAdmin", - "nameLocation": "6518:12:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7447, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7446, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "6538:6:19", - "nodeType": "VariableDeclaration", - "scope": 7451, - "src": "6531:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7445, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6531:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6530:15:19" - }, - "returnParameters": { - "id": 7450, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7449, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7451, - "src": "6569:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7448, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6569:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6568:8:19" - }, - "scope": 7661, - "src": "6509:68:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7452, - "nodeType": "StructuredDocumentation", - "src": "6583:185:19", - "text": " @dev Get the role that acts as a guardian for a given role.\n The guardian permission allows canceling operations that have been scheduled under the role." - }, - "functionSelector": "0b0a93ba", - "id": 7459, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleGuardian", - "nameLocation": "6782:15:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7455, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7454, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "6805:6:19", - "nodeType": "VariableDeclaration", - "scope": 7459, - "src": "6798:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7453, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6798:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6797:15:19" - }, - "returnParameters": { - "id": 7458, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7457, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7459, - "src": "6836:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7456, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "6836:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "6835:8:19" - }, - "scope": 7661, - "src": "6773:71:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7460, - "nodeType": "StructuredDocumentation", - "src": "6850:286:19", - "text": " @dev Get the role current grant delay.\n Its value may change at any point without an event emitted following a call to {setGrantDelay}.\n Changes to this value, including effect timepoint are notified in advance by the {RoleGrantDelayChanged} event." - }, - "functionSelector": "12be8727", - "id": 7467, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getRoleGrantDelay", - "nameLocation": "7150:17:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7463, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7462, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "7175:6:19", - "nodeType": "VariableDeclaration", - "scope": 7467, - "src": "7168:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7461, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "7168:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "7167:15:19" - }, - "returnParameters": { - "id": 7466, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7465, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7467, - "src": "7206:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7464, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7206:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "7205:8:19" - }, - "scope": 7661, - "src": "7141:73:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7468, - "nodeType": "StructuredDocumentation", - "src": "7220:599:19", - "text": " @dev Get the access details for a given account for a given role. These details include the timepoint at which\n membership becomes active, and the delay applied to all operation by this user that requires this permission\n level.\n Returns:\n [0] Timestamp at which the account membership becomes valid. 0 means role is not granted.\n [1] Current execution delay for the account.\n [2] Pending execution delay for the account.\n [3] Timestamp at which the pending execution delay will become active. 0 means no delay update is scheduled." - }, - "functionSelector": "3078f114", - "id": 7483, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getAccess", - "nameLocation": "7833:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7473, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7470, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "7850:6:19", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7843:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7469, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "7843:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7472, - "mutability": "mutable", - "name": "account", - "nameLocation": "7866:7:19", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7858:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7471, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "7858:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "7842:32:19" - }, - "returnParameters": { - "id": 7482, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7475, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7898:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7474, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "7898:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7477, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7906:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7476, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7906:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7479, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7914:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7478, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "7914:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7481, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7483, - "src": "7922:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7480, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "7922:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "7897:32:19" - }, - "scope": 7661, - "src": "7824:106:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7484, - "nodeType": "StructuredDocumentation", - "src": "7936:230:19", - "text": " @dev Check if a given account currently has the permission level corresponding to a given role. Note that this\n permission might be associated with an execution delay. {getAccess} can provide more details." - }, - "functionSelector": "d1f856ee", - "id": 7495, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hasRole", - "nameLocation": "8180:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7489, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7486, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8195:6:19", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "8188:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7485, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8188:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7488, - "mutability": "mutable", - "name": "account", - "nameLocation": "8211:7:19", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "8203:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7487, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "8203:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "8187:32:19" - }, - "returnParameters": { - "id": 7494, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7491, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "8243:4:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7490, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "8243:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7493, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7495, - "src": "8249:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7492, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "8249:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "8242:14:19" - }, - "scope": 7661, - "src": "8171:86:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7496, - "nodeType": "StructuredDocumentation", - "src": "8263:208:19", - "text": " @dev Give a label to a role, for improved role discoverability by UIs.\n Requirements:\n - the caller must be a global admin\n Emits a {RoleLabel} event." - }, - "functionSelector": "853551b8", - "id": 7503, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "labelRole", - "nameLocation": "8485:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7501, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7498, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "8502:6:19", - "nodeType": "VariableDeclaration", - "scope": 7503, - "src": "8495:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7497, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "8495:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7500, - "mutability": "mutable", - "name": "label", - "nameLocation": "8526:5:19", - "nodeType": "VariableDeclaration", - "scope": 7503, - "src": "8510:21:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_string_calldata_ptr", - "typeString": "string" - }, - "typeName": { - "id": 7499, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "8510:6:19", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "8494:38:19" - }, - "returnParameters": { - "id": 7502, - "nodeType": "ParameterList", - "parameters": [], - "src": "8541:0:19" - }, - "scope": 7661, - "src": "8476:66:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7504, - "nodeType": "StructuredDocumentation", - "src": "8548:1222:19", - "text": " @dev Add `account` to `roleId`, or change its execution delay.\n This gives the account the authorization to call any function that is restricted to this role. An optional\n execution delay (in seconds) can be set. If that delay is non 0, the user is required to schedule any operation\n that is restricted to members of this role. The user will only be able to execute the operation after the delay has\n passed, before it has expired. During this period, admin and guardians can cancel the operation (see {cancel}).\n If the account has already been granted this role, the execution delay will be updated. This update is not\n immediate and follows the delay rules. For example, if a user currently has a delay of 3 hours, and this is\n called to reduce that delay to 1 hour, the new delay will take some time to take effect, enforcing that any\n operation executed in the 3 hours that follows this update was indeed scheduled before this update.\n Requirements:\n - the caller must be an admin for the role (see {getRoleAdmin})\n - granted role must not be the `PUBLIC_ROLE`\n Emits a {RoleGranted} event." - }, - "functionSelector": "25c471a0", - "id": 7513, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "grantRole", - "nameLocation": "9784:9:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7511, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7506, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "9801:6:19", - "nodeType": "VariableDeclaration", - "scope": 7513, - "src": "9794:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7505, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "9794:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7508, - "mutability": "mutable", - "name": "account", - "nameLocation": "9817:7:19", - "nodeType": "VariableDeclaration", - "scope": 7513, - "src": "9809:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7507, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "9809:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7510, - "mutability": "mutable", - "name": "executionDelay", - "nameLocation": "9833:14:19", - "nodeType": "VariableDeclaration", - "scope": 7513, - "src": "9826:21:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7509, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "9826:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "9793:55:19" - }, - "returnParameters": { - "id": 7512, - "nodeType": "ParameterList", - "parameters": [], - "src": "9857:0:19" - }, - "scope": 7661, - "src": "9775:83:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7514, - "nodeType": "StructuredDocumentation", - "src": "9864:377:19", - "text": " @dev Remove an account from a role, with immediate effect. If the account does not have the role, this call has\n no effect.\n Requirements:\n - the caller must be an admin for the role (see {getRoleAdmin})\n - revoked role must not be the `PUBLIC_ROLE`\n Emits a {RoleRevoked} event if the account had the role." - }, - "functionSelector": "b7d2b162", - "id": 7521, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokeRole", - "nameLocation": "10255:10:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7519, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7516, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10273:6:19", - "nodeType": "VariableDeclaration", - "scope": 7521, - "src": "10266:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7515, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10266:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7518, - "mutability": "mutable", - "name": "account", - "nameLocation": "10289:7:19", - "nodeType": "VariableDeclaration", - "scope": 7521, - "src": "10281:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7517, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10281:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10265:32:19" - }, - "returnParameters": { - "id": 7520, - "nodeType": "ParameterList", - "parameters": [], - "src": "10306:0:19" - }, - "scope": 7661, - "src": "10246:61:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7522, - "nodeType": "StructuredDocumentation", - "src": "10313:317:19", - "text": " @dev Renounce role permissions for the calling account with immediate effect. If the sender is not in\n the role this call has no effect.\n Requirements:\n - the caller must be `callerConfirmation`.\n Emits a {RoleRevoked} event if the account had the role." - }, - "functionSelector": "fe0776f5", - "id": 7529, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "renounceRole", - "nameLocation": "10644:12:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7527, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7524, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10664:6:19", - "nodeType": "VariableDeclaration", - "scope": 7529, - "src": "10657:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7523, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10657:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7526, - "mutability": "mutable", - "name": "callerConfirmation", - "nameLocation": "10680:18:19", - "nodeType": "VariableDeclaration", - "scope": 7529, - "src": "10672:26:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7525, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "10672:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "10656:43:19" - }, - "returnParameters": { - "id": 7528, - "nodeType": "ParameterList", - "parameters": [], - "src": "10708:0:19" - }, - "scope": 7661, - "src": "10635:74:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7530, - "nodeType": "StructuredDocumentation", - "src": "10715:184:19", - "text": " @dev Change admin role for a given role.\n Requirements:\n - the caller must be a global admin\n Emits a {RoleAdminChanged} event" - }, - "functionSelector": "30cae187", - "id": 7537, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setRoleAdmin", - "nameLocation": "10913:12:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7535, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7532, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "10933:6:19", - "nodeType": "VariableDeclaration", - "scope": 7537, - "src": "10926:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7531, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10926:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7534, - "mutability": "mutable", - "name": "admin", - "nameLocation": "10948:5:19", - "nodeType": "VariableDeclaration", - "scope": 7537, - "src": "10941:12:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7533, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "10941:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "10925:29:19" - }, - "returnParameters": { - "id": 7536, - "nodeType": "ParameterList", - "parameters": [], - "src": "10963:0:19" - }, - "scope": 7661, - "src": "10904:60:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7538, - "nodeType": "StructuredDocumentation", - "src": "10970:190:19", - "text": " @dev Change guardian role for a given role.\n Requirements:\n - the caller must be a global admin\n Emits a {RoleGuardianChanged} event" - }, - "functionSelector": "52962952", - "id": 7545, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setRoleGuardian", - "nameLocation": "11174:15:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7543, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7540, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11197:6:19", - "nodeType": "VariableDeclaration", - "scope": 7545, - "src": "11190:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7539, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11190:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7542, - "mutability": "mutable", - "name": "guardian", - "nameLocation": "11212:8:19", - "nodeType": "VariableDeclaration", - "scope": 7545, - "src": "11205:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7541, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11205:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "11189:32:19" - }, - "returnParameters": { - "id": 7544, - "nodeType": "ParameterList", - "parameters": [], - "src": "11230:0:19" - }, - "scope": 7661, - "src": "11165:66:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7546, - "nodeType": "StructuredDocumentation", - "src": "11237:196:19", - "text": " @dev Update the delay for granting a `roleId`.\n Requirements:\n - the caller must be a global admin\n Emits a {RoleGrantDelayChanged} event." - }, - "functionSelector": "a64d95ce", - "id": 7553, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setGrantDelay", - "nameLocation": "11447:13:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7551, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7548, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11468:6:19", - "nodeType": "VariableDeclaration", - "scope": 7553, - "src": "11461:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7547, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11461:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7550, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "11483:8:19", - "nodeType": "VariableDeclaration", - "scope": 7553, - "src": "11476:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7549, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "11476:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "11460:32:19" - }, - "returnParameters": { - "id": 7552, - "nodeType": "ParameterList", - "parameters": [], - "src": "11501:0:19" - }, - "scope": 7661, - "src": "11438:64:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7554, - "nodeType": "StructuredDocumentation", - "src": "11508:267:19", - "text": " @dev Set the role required to call functions identified by the `selectors` in the `target` contract.\n Requirements:\n - the caller must be a global admin\n Emits a {TargetFunctionRoleUpdated} event per selector." - }, - "functionSelector": "08d6122d", - "id": 7564, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetFunctionRole", - "nameLocation": "11789:21:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7562, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7556, - "mutability": "mutable", - "name": "target", - "nameLocation": "11819:6:19", - "nodeType": "VariableDeclaration", - "scope": 7564, - "src": "11811:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7555, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "11811:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7559, - "mutability": "mutable", - "name": "selectors", - "nameLocation": "11845:9:19", - "nodeType": "VariableDeclaration", - "scope": 7564, - "src": "11827:27:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_calldata_ptr", - "typeString": "bytes4[]" - }, - "typeName": { - "baseType": { - "id": 7557, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "11827:6:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "id": 7558, - "nodeType": "ArrayTypeName", - "src": "11827:8:19", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_bytes4_$dyn_storage_ptr", - "typeString": "bytes4[]" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7561, - "mutability": "mutable", - "name": "roleId", - "nameLocation": "11863:6:19", - "nodeType": "VariableDeclaration", - "scope": 7564, - "src": "11856:13:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 7560, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "11856:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "11810:60:19" - }, - "returnParameters": { - "id": 7563, - "nodeType": "ParameterList", - "parameters": [], - "src": "11879:0:19" - }, - "scope": 7661, - "src": "11780:100:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7565, - "nodeType": "StructuredDocumentation", - "src": "11886:229:19", - "text": " @dev Set the delay for changing the configuration of a given target contract.\n Requirements:\n - the caller must be a global admin\n Emits a {TargetAdminDelayUpdated} event." - }, - "functionSelector": "d22b5989", - "id": 7572, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetAdminDelay", - "nameLocation": "12129:19:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7570, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7567, - "mutability": "mutable", - "name": "target", - "nameLocation": "12157:6:19", - "nodeType": "VariableDeclaration", - "scope": 7572, - "src": "12149:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7566, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12149:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7569, - "mutability": "mutable", - "name": "newDelay", - "nameLocation": "12172:8:19", - "nodeType": "VariableDeclaration", - "scope": 7572, - "src": "12165:15:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7568, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12165:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12148:33:19" - }, - "returnParameters": { - "id": 7571, - "nodeType": "ParameterList", - "parameters": [], - "src": "12190:0:19" - }, - "scope": 7661, - "src": "12120:71:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7573, - "nodeType": "StructuredDocumentation", - "src": "12197:181:19", - "text": " @dev Set the closed flag for a contract.\n Requirements:\n - the caller must be a global admin\n Emits a {TargetClosed} event." - }, - "functionSelector": "167bd395", - "id": 7580, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "setTargetClosed", - "nameLocation": "12392:15:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7578, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7575, - "mutability": "mutable", - "name": "target", - "nameLocation": "12416:6:19", - "nodeType": "VariableDeclaration", - "scope": 7580, - "src": "12408:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7574, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "12408:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7577, - "mutability": "mutable", - "name": "closed", - "nameLocation": "12429:6:19", - "nodeType": "VariableDeclaration", - "scope": 7580, - "src": "12424:11:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7576, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "12424:4:19", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "12407:29:19" - }, - "returnParameters": { - "id": 7579, - "nodeType": "ParameterList", - "parameters": [], - "src": "12445:0:19" - }, - "scope": 7661, - "src": "12383:63:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7581, - "nodeType": "StructuredDocumentation", - "src": "12452:209:19", - "text": " @dev Return the timepoint at which a scheduled operation will be ready for execution. This returns 0 if the\n operation is not yet scheduled, has expired, was executed, or was canceled." - }, - "functionSelector": "3adc277a", - "id": 7588, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getSchedule", - "nameLocation": "12675:11:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7584, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7583, - "mutability": "mutable", - "name": "id", - "nameLocation": "12695:2:19", - "nodeType": "VariableDeclaration", - "scope": 7588, - "src": "12687:10:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7582, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "12687:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "12686:12:19" - }, - "returnParameters": { - "id": 7587, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7586, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7588, - "src": "12722:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7585, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "12722:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "12721:8:19" - }, - "scope": 7661, - "src": "12666:64:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7589, - "nodeType": "StructuredDocumentation", - "src": "12736:152:19", - "text": " @dev Return the nonce for the latest scheduled operation with a given id. Returns 0 if the operation has never\n been scheduled." - }, - "functionSelector": "4136a33c", - "id": 7596, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getNonce", - "nameLocation": "12902:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7592, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7591, - "mutability": "mutable", - "name": "id", - "nameLocation": "12919:2:19", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "12911:10:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7590, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "12911:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "12910:12:19" - }, - "returnParameters": { - "id": 7595, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7594, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7596, - "src": "12946:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7593, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "12946:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "12945:8:19" - }, - "scope": 7661, - "src": "12893:61:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7597, - "nodeType": "StructuredDocumentation", - "src": "12960:1068:19", - "text": " @dev Schedule a delayed operation for future execution, and return the operation identifier. It is possible to\n choose the timestamp at which the operation becomes executable as long as it satisfies the execution delays\n required for the caller. The special value zero will automatically set the earliest possible time.\n Returns the `operationId` that was scheduled. Since this value is a hash of the parameters, it can reoccur when\n the same parameters are used; if this is relevant, the returned `nonce` can be used to uniquely identify this\n scheduled operation from other occurrences of the same `operationId` in invocations of {execute} and {cancel}.\n Emits a {OperationScheduled} event.\n NOTE: It is not possible to concurrently schedule more than one operation with the same `target` and `data`. If\n this is necessary, a random byte can be appended to `data` to act as a salt that will be ignored by the target\n contract if it is using standard Solidity ABI encoding." - }, - "functionSelector": "f801a698", - "id": 7610, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "schedule", - "nameLocation": "14042:8:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7604, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7599, - "mutability": "mutable", - "name": "target", - "nameLocation": "14059:6:19", - "nodeType": "VariableDeclaration", - "scope": 7610, - "src": "14051:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7598, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14051:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7601, - "mutability": "mutable", - "name": "data", - "nameLocation": "14082:4:19", - "nodeType": "VariableDeclaration", - "scope": 7610, - "src": "14067:19:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7600, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "14067:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7603, - "mutability": "mutable", - "name": "when", - "nameLocation": "14095:4:19", - "nodeType": "VariableDeclaration", - "scope": 7610, - "src": "14088:11:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 7602, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14088:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "14050:50:19" - }, - "returnParameters": { - "id": 7609, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7606, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7610, - "src": "14119:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7605, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "14119:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7608, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7610, - "src": "14128:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7607, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "14128:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "14118:17:19" - }, - "scope": 7661, - "src": "14033:103:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7611, - "nodeType": "StructuredDocumentation", - "src": "14142:451:19", - "text": " @dev Execute a function that is delay restricted, provided it was properly scheduled beforehand, or the\n execution delay is 0.\n Returns the nonce that identifies the previously scheduled operation that is executed, or 0 if the\n operation wasn't previously scheduled (if the caller doesn't have an execution delay).\n Emits an {OperationExecuted} event only if the call was scheduled and delayed." - }, - "functionSelector": "1cff79cd", - "id": 7620, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "execute", - "nameLocation": "14607:7:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7616, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7613, - "mutability": "mutable", - "name": "target", - "nameLocation": "14623:6:19", - "nodeType": "VariableDeclaration", - "scope": 7620, - "src": "14615:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7612, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "14615:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7615, - "mutability": "mutable", - "name": "data", - "nameLocation": "14646:4:19", - "nodeType": "VariableDeclaration", - "scope": 7620, - "src": "14631:19:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7614, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "14631:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "14614:37:19" - }, - "returnParameters": { - "id": 7619, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7618, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7620, - "src": "14678:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7617, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "14678:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "14677:8:19" - }, - "scope": 7661, - "src": "14598:88:19", - "stateMutability": "payable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7621, - "nodeType": "StructuredDocumentation", - "src": "14692:339:19", - "text": " @dev Cancel a scheduled (delayed) operation. Returns the nonce that identifies the previously scheduled\n operation that is cancelled.\n Requirements:\n - the caller must be the proposer, a guardian of the targeted function, or a global admin\n Emits a {OperationCanceled} event." - }, - "functionSelector": "d6bb62c6", - "id": 7632, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "cancel", - "nameLocation": "15045:6:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7628, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7623, - "mutability": "mutable", - "name": "caller", - "nameLocation": "15060:6:19", - "nodeType": "VariableDeclaration", - "scope": 7632, - "src": "15052:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7622, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15052:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7625, - "mutability": "mutable", - "name": "target", - "nameLocation": "15076:6:19", - "nodeType": "VariableDeclaration", - "scope": 7632, - "src": "15068:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7624, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15068:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7627, - "mutability": "mutable", - "name": "data", - "nameLocation": "15099:4:19", - "nodeType": "VariableDeclaration", - "scope": 7632, - "src": "15084:19:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7626, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "15084:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "15051:53:19" - }, - "returnParameters": { - "id": 7631, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7630, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7632, - "src": "15123:6:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 7629, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15123:6:19", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "15122:8:19" - }, - "scope": 7661, - "src": "15036:95:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7633, - "nodeType": "StructuredDocumentation", - "src": "15137:434:19", - "text": " @dev Consume a scheduled operation targeting the caller. If such an operation exists, mark it as consumed\n (emit an {OperationExecuted} event and clean the state). Otherwise, throw an error.\n This is useful for contract that want to enforce that calls targeting them were scheduled on the manager,\n with all the verifications that it implies.\n Emit a {OperationExecuted} event." - }, - "functionSelector": "94c7d7ee", - "id": 7640, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "consumeScheduledOp", - "nameLocation": "15585:18:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7638, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7635, - "mutability": "mutable", - "name": "caller", - "nameLocation": "15612:6:19", - "nodeType": "VariableDeclaration", - "scope": 7640, - "src": "15604:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7634, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15604:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7637, - "mutability": "mutable", - "name": "data", - "nameLocation": "15635:4:19", - "nodeType": "VariableDeclaration", - "scope": 7640, - "src": "15620:19:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7636, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "15620:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "15603:37:19" - }, - "returnParameters": { - "id": 7639, - "nodeType": "ParameterList", - "parameters": [], - "src": "15649:0:19" - }, - "scope": 7661, - "src": "15576:74:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7641, - "nodeType": "StructuredDocumentation", - "src": "15656:64:19", - "text": " @dev Hashing function for delayed operations." - }, - "functionSelector": "abd9bd2a", - "id": 7652, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hashOperation", - "nameLocation": "15734:13:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7648, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7643, - "mutability": "mutable", - "name": "caller", - "nameLocation": "15756:6:19", - "nodeType": "VariableDeclaration", - "scope": 7652, - "src": "15748:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7642, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15748:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7645, - "mutability": "mutable", - "name": "target", - "nameLocation": "15772:6:19", - "nodeType": "VariableDeclaration", - "scope": 7652, - "src": "15764:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7644, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "15764:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7647, - "mutability": "mutable", - "name": "data", - "nameLocation": "15795:4:19", - "nodeType": "VariableDeclaration", - "scope": 7652, - "src": "15780:19:19", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7646, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "15780:5:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "15747:53:19" - }, - "returnParameters": { - "id": 7651, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7650, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7652, - "src": "15824:7:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7649, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "15824:7:19", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "15823:9:19" - }, - "scope": 7661, - "src": "15725:108:19", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "documentation": { - "id": 7653, - "nodeType": "StructuredDocumentation", - "src": "15839:169:19", - "text": " @dev Changes the authority of a target managed by this manager instance.\n Requirements:\n - the caller must be a global admin" - }, - "functionSelector": "18ff183c", - "id": 7660, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "updateAuthority", - "nameLocation": "16022:15:19", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7658, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7655, - "mutability": "mutable", - "name": "target", - "nameLocation": "16046:6:19", - "nodeType": "VariableDeclaration", - "scope": 7660, - "src": "16038:14:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7654, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16038:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7657, - "mutability": "mutable", - "name": "newAuthority", - "nameLocation": "16062:12:19", - "nodeType": "VariableDeclaration", - "scope": 7660, - "src": "16054:20:19", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7656, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "16054:7:19", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "16037:38:19" - }, - "returnParameters": { - "id": 7659, - "nodeType": "ParameterList", - "parameters": [], - "src": "16084:0:19" - }, - "scope": 7661, - "src": "16013:72:19", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7662, - "src": "246:15841:19", - "usedErrors": [ - 7337, - 7341, - 7345, - 7349, - 7353, - 7357, - 7359, - 7365, - 7373, - 7377, - 7387, - 7391 - ], - "usedEvents": [ - 7244, - 7251, - 7258, - 7265, - 7278, - 7285, - 7292, - 7299, - 7308, - 7315, - 7324, - 7333 - ] - } - ], - "src": "117:15971:19" - }, - "id": 19 - }, - "@openzeppelin/contracts/access/manager/IAuthority.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/access/manager/IAuthority.sol", - "exportedSymbols": { - "IAuthority": [ - 7677 - ] - }, - "id": 7678, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7663, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "113:24:20" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IAuthority", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 7664, - "nodeType": "StructuredDocumentation", - "src": "139:83:20", - "text": " @dev Standard interface for permissioning originally defined in Dappsys." - }, - "fullyImplemented": false, - "id": 7677, - "linearizedBaseContracts": [ - 7677 - ], - "name": "IAuthority", - "nameLocation": "233:10:20", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 7665, - "nodeType": "StructuredDocumentation", - "src": "250:121:20", - "text": " @dev Returns true if the caller can invoke on a target the function identified by a function selector." - }, - "functionSelector": "b7009613", - "id": 7676, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "canCall", - "nameLocation": "385:7:20", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7672, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7667, - "mutability": "mutable", - "name": "caller", - "nameLocation": "401:6:20", - "nodeType": "VariableDeclaration", - "scope": 7676, - "src": "393:14:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7666, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "393:7:20", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7669, - "mutability": "mutable", - "name": "target", - "nameLocation": "417:6:20", - "nodeType": "VariableDeclaration", - "scope": 7676, - "src": "409:14:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7668, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "409:7:20", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7671, - "mutability": "mutable", - "name": "selector", - "nameLocation": "432:8:20", - "nodeType": "VariableDeclaration", - "scope": 7676, - "src": "425:15:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7670, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "425:6:20", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "392:49:20" - }, - "returnParameters": { - "id": 7675, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7674, - "mutability": "mutable", - "name": "allowed", - "nameLocation": "470:7:20", - "nodeType": "VariableDeclaration", - "scope": 7676, - "src": "465:12:20", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7673, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "465:4:20", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "464:14:20" - }, - "scope": 7677, - "src": "376:103:20", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7678, - "src": "223:258:20", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "113:369:20" - }, - "id": 20 - }, - "@openzeppelin/contracts/interfaces/IERC1271.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/interfaces/IERC1271.sol", - "exportedSymbols": { - "IERC1271": [ - 7691 - ] - }, - "id": 7692, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7679, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "107:24:21" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IERC1271", - "contractDependencies": [], - "contractKind": "interface", - "documentation": { - "id": 7680, - "nodeType": "StructuredDocumentation", - "src": "133:159:21", - "text": " @dev Interface of the ERC1271 standard signature validation method for\n contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271]." - }, - "fullyImplemented": false, - "id": 7691, - "linearizedBaseContracts": [ - 7691 - ], - "name": "IERC1271", - "nameLocation": "303:8:21", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 7681, - "nodeType": "StructuredDocumentation", - "src": "318:220:21", - "text": " @dev Should return whether the signature provided is valid for the provided data\n @param hash Hash of the data to be signed\n @param signature Signature byte array associated with _data" - }, - "functionSelector": "1626ba7e", - "id": 7690, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "isValidSignature", - "nameLocation": "552:16:21", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7686, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7683, - "mutability": "mutable", - "name": "hash", - "nameLocation": "577:4:21", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "569:12:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7682, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "569:7:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7685, - "mutability": "mutable", - "name": "signature", - "nameLocation": "596:9:21", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "583:22:21", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7684, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "583:5:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "568:38:21" - }, - "returnParameters": { - "id": 7689, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7688, - "mutability": "mutable", - "name": "magicValue", - "nameLocation": "637:10:21", - "nodeType": "VariableDeclaration", - "scope": 7690, - "src": "630:17:21", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - }, - "typeName": { - "id": 7687, - "name": "bytes4", - "nodeType": "ElementaryTypeName", - "src": "630:6:21", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - }, - "visibility": "internal" - } - ], - "src": "629:19:21" - }, - "scope": 7691, - "src": "543:106:21", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7692, - "src": "293:358:21", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "107:545:21" - }, - "id": 21 - }, - "@openzeppelin/contracts/interfaces/IERC5267.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/interfaces/IERC5267.sol", - "exportedSymbols": { - "IERC5267": [ - 7716 - ] - }, - "id": 7717, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7693, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "107:24:22" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IERC5267", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 7716, - "linearizedBaseContracts": [ - 7716 - ], - "name": "IERC5267", - "nameLocation": "143:8:22", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "documentation": { - "id": 7694, - "nodeType": "StructuredDocumentation", - "src": "158:84:22", - "text": " @dev MAY be emitted to signal that the domain could have changed." - }, - "eventSelector": "0a6387c9ea3628b88a633bb4f3b151770f70085117a15f9bf3787cda53f13d31", - "id": 7696, - "name": "EIP712DomainChanged", - "nameLocation": "253:19:22", - "nodeType": "EventDefinition", - "parameters": { - "id": 7695, - "nodeType": "ParameterList", - "parameters": [], - "src": "272:2:22" - }, - "src": "247:28:22" - }, - { - "documentation": { - "id": 7697, - "nodeType": "StructuredDocumentation", - "src": "281:140:22", - "text": " @dev returns the fields and values that describe the domain separator used by this contract for EIP-712\n signature." - }, - "functionSelector": "84b0196e", - "id": 7715, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "eip712Domain", - "nameLocation": "435:12:22", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7698, - "nodeType": "ParameterList", - "parameters": [], - "src": "447:2:22" - }, - "returnParameters": { - "id": 7714, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7700, - "mutability": "mutable", - "name": "fields", - "nameLocation": "517:6:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "510:13:22", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - }, - "typeName": { - "id": 7699, - "name": "bytes1", - "nodeType": "ElementaryTypeName", - "src": "510:6:22", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7702, - "mutability": "mutable", - "name": "name", - "nameLocation": "551:4:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "537:18:22", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 7701, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "537:6:22", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7704, - "mutability": "mutable", - "name": "version", - "nameLocation": "583:7:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "569:21:22", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 7703, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "569:6:22", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7706, - "mutability": "mutable", - "name": "chainId", - "nameLocation": "612:7:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "604:15:22", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7705, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "604:7:22", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7708, - "mutability": "mutable", - "name": "verifyingContract", - "nameLocation": "641:17:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "633:25:22", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7707, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "633:7:22", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7710, - "mutability": "mutable", - "name": "salt", - "nameLocation": "680:4:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "672:12:22", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 7709, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "672:7:22", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7713, - "mutability": "mutable", - "name": "extensions", - "nameLocation": "715:10:22", - "nodeType": "VariableDeclaration", - "scope": 7715, - "src": "698:27:22", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 7711, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "698:7:22", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 7712, - "nodeType": "ArrayTypeName", - "src": "698:9:22", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "496:239:22" - }, - "scope": 7716, - "src": "426:310:22", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 7717, - "src": "133:605:22", - "usedErrors": [], - "usedEvents": [ - 7696 - ] - } - ], - "src": "107:632:22" - }, - "id": 22 - }, - "@openzeppelin/contracts/utils/Address.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Address.sol", - "exportedSymbols": { - "Address": [ - 7969 - ] - }, - "id": 7970, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7718, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:23" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Address", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 7719, - "nodeType": "StructuredDocumentation", - "src": "127:67:23", - "text": " @dev Collection of functions related to the address type" - }, - "fullyImplemented": true, - "id": 7969, - "linearizedBaseContracts": [ - 7969 - ], - "name": "Address", - "nameLocation": "203:7:23", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 7720, - "nodeType": "StructuredDocumentation", - "src": "217:94:23", - "text": " @dev The ETH balance of the account is not enough to perform the operation." - }, - "errorSelector": "cd786059", - "id": 7724, - "name": "AddressInsufficientBalance", - "nameLocation": "322:26:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7723, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7722, - "mutability": "mutable", - "name": "account", - "nameLocation": "357:7:23", - "nodeType": "VariableDeclaration", - "scope": 7724, - "src": "349:15:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7721, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "349:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "348:17:23" - }, - "src": "316:50:23" - }, - { - "documentation": { - "id": 7725, - "nodeType": "StructuredDocumentation", - "src": "372:75:23", - "text": " @dev There's no code at `target` (it is not a contract)." - }, - "errorSelector": "9996b315", - "id": 7729, - "name": "AddressEmptyCode", - "nameLocation": "458:16:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7728, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7727, - "mutability": "mutable", - "name": "target", - "nameLocation": "483:6:23", - "nodeType": "VariableDeclaration", - "scope": 7729, - "src": "475:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7726, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "475:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "474:16:23" - }, - "src": "452:39:23" - }, - { - "documentation": { - "id": 7730, - "nodeType": "StructuredDocumentation", - "src": "497:89:23", - "text": " @dev A call to an address target failed. The target may have reverted." - }, - "errorSelector": "1425ea42", - "id": 7732, - "name": "FailedInnerCall", - "nameLocation": "597:15:23", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 7731, - "nodeType": "ParameterList", - "parameters": [], - "src": "612:2:23" - }, - "src": "591:24:23" - }, - { - "body": { - "id": 7772, - "nodeType": "Block", - "src": "1602:260:23", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7746, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 7742, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1624:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - ], - "id": 7741, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1616:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 7740, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1616:7:23", - "typeDescriptions": {} - } - }, - "id": 7743, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1616:13:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7744, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1630:7:23", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "1616:21:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 7745, - "name": "amount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7737, - "src": "1640:6:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1616:30:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7755, - "nodeType": "IfStatement", - "src": "1612:109:23", - "trueBody": { - "id": 7754, - "nodeType": "Block", - "src": "1648:73:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "arguments": [ - { - "id": 7750, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "1704:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - ], - "id": 7749, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1696:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 7748, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1696:7:23", - "typeDescriptions": {} - } - }, - "id": 7751, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1696:13:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7747, - "name": "AddressInsufficientBalance", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7724, - "src": "1669:26:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 7752, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1669:41:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7753, - "nodeType": "RevertStatement", - "src": "1662:48:23" - } - ] - } - }, - { - "assignments": [ - 7757, - null - ], - "declarations": [ - { - "constant": false, - "id": 7757, - "mutability": "mutable", - "name": "success", - "nameLocation": "1737:7:23", - "nodeType": "VariableDeclaration", - "scope": 7772, - "src": "1732:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7756, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1732:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 7764, - "initialValue": { - "arguments": [ - { - "hexValue": "", - "id": 7762, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1780:2:23", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "typeString": "literal_string \"\"" - }, - "value": "" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "typeString": "literal_string \"\"" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "typeString": "literal_string \"\"" - } - ], - "expression": { - "id": 7758, - "name": "recipient", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7735, - "src": "1750:9:23", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "id": 7759, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1760:4:23", - "memberName": "call", - "nodeType": "MemberAccess", - "src": "1750:14:23", - "typeDescriptions": { - "typeIdentifier": "t_function_barecall_payable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) payable returns (bool,bytes memory)" - } - }, - "id": 7761, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 7760, - "name": "amount", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7737, - "src": "1772:6:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "1750:29:23", - "typeDescriptions": { - "typeIdentifier": "t_function_barecall_payable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$value", - "typeString": "function (bytes memory) payable returns (bool,bytes memory)" - } - }, - "id": 7763, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1750:33:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1731:52:23" - }, - { - "condition": { - "id": 7766, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1797:8:23", - "subExpression": { - "id": 7765, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7757, - "src": "1798:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7771, - "nodeType": "IfStatement", - "src": "1793:63:23", - "trueBody": { - "id": 7770, - "nodeType": "Block", - "src": "1807:49:23", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7767, - "name": "FailedInnerCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7732, - "src": "1828:15:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 7768, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1828:17:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7769, - "nodeType": "RevertStatement", - "src": "1821:24:23" - } - ] - } - } - ] - }, - "documentation": { - "id": 7733, - "nodeType": "StructuredDocumentation", - "src": "621:905:23", - "text": " @dev Replacement for Solidity's `transfer`: sends `amount` wei to\n `recipient`, forwarding all available gas and reverting on errors.\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 https://consensys.net/diligence/blog/2019/09/stop-using-soliditys-transfer-now/[Learn more].\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.8.20/security-considerations.html#use-the-checks-effects-interactions-pattern[checks-effects-interactions pattern]." - }, - "id": 7773, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sendValue", - "nameLocation": "1540:9:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7738, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7735, - "mutability": "mutable", - "name": "recipient", - "nameLocation": "1566:9:23", - "nodeType": "VariableDeclaration", - "scope": 7773, - "src": "1550:25:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - }, - "typeName": { - "id": 7734, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1550:15:23", - "stateMutability": "payable", - "typeDescriptions": { - "typeIdentifier": "t_address_payable", - "typeString": "address payable" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7737, - "mutability": "mutable", - "name": "amount", - "nameLocation": "1585:6:23", - "nodeType": "VariableDeclaration", - "scope": 7773, - "src": "1577:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7736, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1577:7:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1549:43:23" - }, - "returnParameters": { - "id": 7739, - "nodeType": "ParameterList", - "parameters": [], - "src": "1602:0:23" - }, - "scope": 7969, - "src": "1531:331:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7789, - "nodeType": "Block", - "src": "2794:62:23", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7784, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7776, - "src": "2833:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7785, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7778, - "src": "2841:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "hexValue": "30", - "id": 7786, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2847:1:23", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 7783, - "name": "functionCallWithValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7836, - "src": "2811:21:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$_t_bytes_memory_ptr_$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bytes memory,uint256) returns (bytes memory)" - } - }, - "id": 7787, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2811:38:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7782, - "id": 7788, - "nodeType": "Return", - "src": "2804:45:23" - } - ] - }, - "documentation": { - "id": 7774, - "nodeType": "StructuredDocumentation", - "src": "1868:832:23", - "text": " @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 If `target` reverts with a revert reason or custom error, it is bubbled\n up by this function (like regular Solidity function calls). However, if\n the call reverted with no returned reason, this function reverts with a\n {FailedInnerCall} error.\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 Requirements:\n - `target` must be a contract.\n - calling `target` with `data` must not revert." - }, - "id": 7790, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionCall", - "nameLocation": "2714:12:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7779, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7776, - "mutability": "mutable", - "name": "target", - "nameLocation": "2735:6:23", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "2727:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7775, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2727:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7778, - "mutability": "mutable", - "name": "data", - "nameLocation": "2756:4:23", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "2743:17:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7777, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2743:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2726:35:23" - }, - "returnParameters": { - "id": 7782, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7781, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7790, - "src": "2780:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7780, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2780:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2779:14:23" - }, - "scope": 7969, - "src": "2705:151:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7835, - "nodeType": "Block", - "src": "3293:279:23", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7808, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 7804, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3315:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - ], - "id": 7803, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3307:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 7802, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3307:7:23", - "typeDescriptions": {} - } - }, - "id": 7805, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3307:13:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7806, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3321:7:23", - "memberName": "balance", - "nodeType": "MemberAccess", - "src": "3307:21:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 7807, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7797, - "src": "3331:5:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3307:29:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7817, - "nodeType": "IfStatement", - "src": "3303:108:23", - "trueBody": { - "id": 7816, - "nodeType": "Block", - "src": "3338:73:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "arguments": [ - { - "id": 7812, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3394:4:23", - "typeDescriptions": { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_Address_$7969", - "typeString": "library Address" - } - ], - "id": 7811, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3386:7:23", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 7810, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3386:7:23", - "typeDescriptions": {} - } - }, - "id": 7813, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3386:13:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7809, - "name": "AddressInsufficientBalance", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7724, - "src": "3359:26:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 7814, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3359:41:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7815, - "nodeType": "RevertStatement", - "src": "3352:48:23" - } - ] - } - }, - { - "assignments": [ - 7819, - 7821 - ], - "declarations": [ - { - "constant": false, - "id": 7819, - "mutability": "mutable", - "name": "success", - "nameLocation": "3426:7:23", - "nodeType": "VariableDeclaration", - "scope": 7835, - "src": "3421:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7818, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3421:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7821, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "3448:10:23", - "nodeType": "VariableDeclaration", - "scope": 7835, - "src": "3435:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7820, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3435:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 7828, - "initialValue": { - "arguments": [ - { - "id": 7826, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7795, - "src": "3488:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 7822, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7793, - "src": "3462:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7823, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3469:4:23", - "memberName": "call", - "nodeType": "MemberAccess", - "src": "3462:11:23", - "typeDescriptions": { - "typeIdentifier": "t_function_barecall_payable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) payable returns (bool,bytes memory)" - } - }, - "id": 7825, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "names": [ - "value" - ], - "nodeType": "FunctionCallOptions", - "options": [ - { - "id": 7824, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7797, - "src": "3481:5:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "src": "3462:25:23", - "typeDescriptions": { - "typeIdentifier": "t_function_barecall_payable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$value", - "typeString": "function (bytes memory) payable returns (bool,bytes memory)" - } - }, - "id": 7827, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3462:31:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3420:73:23" - }, - { - "expression": { - "arguments": [ - { - "id": 7830, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7793, - "src": "3537:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7831, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7819, - "src": "3545:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 7832, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7821, - "src": "3554:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 7829, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7928, - "src": "3510:26:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bool,bytes memory) view returns (bytes memory)" - } - }, - "id": 7833, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3510:55:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7801, - "id": 7834, - "nodeType": "Return", - "src": "3503:62:23" - } - ] - }, - "documentation": { - "id": 7791, - "nodeType": "StructuredDocumentation", - "src": "2862:313:23", - "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but also transferring `value` wei to `target`.\n Requirements:\n - the calling contract must have an ETH balance of at least `value`.\n - the called Solidity function must be `payable`." - }, - "id": 7836, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionCallWithValue", - "nameLocation": "3189:21:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7798, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7793, - "mutability": "mutable", - "name": "target", - "nameLocation": "3219:6:23", - "nodeType": "VariableDeclaration", - "scope": 7836, - "src": "3211:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7792, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3211:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7795, - "mutability": "mutable", - "name": "data", - "nameLocation": "3240:4:23", - "nodeType": "VariableDeclaration", - "scope": 7836, - "src": "3227:17:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7794, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3227:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7797, - "mutability": "mutable", - "name": "value", - "nameLocation": "3254:5:23", - "nodeType": "VariableDeclaration", - "scope": 7836, - "src": "3246:13:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7796, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3246:7:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3210:50:23" - }, - "returnParameters": { - "id": 7801, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7800, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7836, - "src": "3279:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7799, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3279:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3278:14:23" - }, - "scope": 7969, - "src": "3180:392:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7861, - "nodeType": "Block", - "src": "3811:154:23", - "statements": [ - { - "assignments": [ - 7847, - 7849 - ], - "declarations": [ - { - "constant": false, - "id": 7847, - "mutability": "mutable", - "name": "success", - "nameLocation": "3827:7:23", - "nodeType": "VariableDeclaration", - "scope": 7861, - "src": "3822:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7846, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3822:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7849, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "3849:10:23", - "nodeType": "VariableDeclaration", - "scope": 7861, - "src": "3836:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7848, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3836:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 7854, - "initialValue": { - "arguments": [ - { - "id": 7852, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7841, - "src": "3881:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 7850, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7839, - "src": "3863:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7851, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3870:10:23", - "memberName": "staticcall", - "nodeType": "MemberAccess", - "src": "3863:17:23", - "typeDescriptions": { - "typeIdentifier": "t_function_barestaticcall_view$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) view returns (bool,bytes memory)" - } - }, - "id": 7853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3863:23:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3821:65:23" - }, - { - "expression": { - "arguments": [ - { - "id": 7856, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7839, - "src": "3930:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7857, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7847, - "src": "3938:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 7858, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7849, - "src": "3947:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 7855, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7928, - "src": "3903:26:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bool,bytes memory) view returns (bytes memory)" - } - }, - "id": 7859, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3903:55:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7845, - "id": 7860, - "nodeType": "Return", - "src": "3896:62:23" - } - ] - }, - "documentation": { - "id": 7837, - "nodeType": "StructuredDocumentation", - "src": "3578:128:23", - "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a static call." - }, - "id": 7862, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionStaticCall", - "nameLocation": "3720:18:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7842, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7839, - "mutability": "mutable", - "name": "target", - "nameLocation": "3747:6:23", - "nodeType": "VariableDeclaration", - "scope": 7862, - "src": "3739:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7838, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3739:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7841, - "mutability": "mutable", - "name": "data", - "nameLocation": "3768:4:23", - "nodeType": "VariableDeclaration", - "scope": 7862, - "src": "3755:17:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7840, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3755:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3738:35:23" - }, - "returnParameters": { - "id": 7845, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7844, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7862, - "src": "3797:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7843, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3797:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3796:14:23" - }, - "scope": 7969, - "src": "3711:254:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7887, - "nodeType": "Block", - "src": "4203:156:23", - "statements": [ - { - "assignments": [ - 7873, - 7875 - ], - "declarations": [ - { - "constant": false, - "id": 7873, - "mutability": "mutable", - "name": "success", - "nameLocation": "4219:7:23", - "nodeType": "VariableDeclaration", - "scope": 7887, - "src": "4214:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7872, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4214:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7875, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "4241:10:23", - "nodeType": "VariableDeclaration", - "scope": 7887, - "src": "4228:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7874, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4228:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 7880, - "initialValue": { - "arguments": [ - { - "id": 7878, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7867, - "src": "4275:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 7876, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7865, - "src": "4255:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4262:12:23", - "memberName": "delegatecall", - "nodeType": "MemberAccess", - "src": "4255:19:23", - "typeDescriptions": { - "typeIdentifier": "t_function_baredelegatecall_nonpayable$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) returns (bool,bytes memory)" - } - }, - "id": 7879, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4255:25:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4213:67:23" - }, - { - "expression": { - "arguments": [ - { - "id": 7882, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7865, - "src": "4324:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 7883, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7873, - "src": "4332:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "id": 7884, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7875, - "src": "4341:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 7881, - "name": "verifyCallResultFromTarget", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7928, - "src": "4297:26:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bool_$_t_bytes_memory_ptr_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (address,bool,bytes memory) view returns (bytes memory)" - } - }, - "id": 7885, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4297:55:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7871, - "id": 7886, - "nodeType": "Return", - "src": "4290:62:23" - } - ] - }, - "documentation": { - "id": 7863, - "nodeType": "StructuredDocumentation", - "src": "3971:130:23", - "text": " @dev Same as {xref-Address-functionCall-address-bytes-}[`functionCall`],\n but performing a delegate call." - }, - "id": 7888, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "functionDelegateCall", - "nameLocation": "4115:20:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7868, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7865, - "mutability": "mutable", - "name": "target", - "nameLocation": "4144:6:23", - "nodeType": "VariableDeclaration", - "scope": 7888, - "src": "4136:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7864, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4136:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7867, - "mutability": "mutable", - "name": "data", - "nameLocation": "4165:4:23", - "nodeType": "VariableDeclaration", - "scope": 7888, - "src": "4152:17:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7866, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4152:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4135:35:23" - }, - "returnParameters": { - "id": 7871, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7870, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7888, - "src": "4189:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7869, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4189:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4188:14:23" - }, - "scope": 7969, - "src": "4106:253:23", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7927, - "nodeType": "Block", - "src": "4783:424:23", - "statements": [ - { - "condition": { - "id": 7901, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "4797:8:23", - "subExpression": { - "id": 7900, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7893, - "src": "4798:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 7925, - "nodeType": "Block", - "src": "4857:344:23", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 7916, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7910, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 7907, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7895, - "src": "5045:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 7908, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5056:6:23", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5045:17:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 7909, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5066:1:23", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5045:22:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7915, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "expression": { - "id": 7911, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7891, - "src": "5071:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 7912, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5078:4:23", - "memberName": "code", - "nodeType": "MemberAccess", - "src": "5071:11:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 7913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5083:6:23", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5071:18:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 7914, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5093:1:23", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5071:23:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "5045:49:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 7922, - "nodeType": "IfStatement", - "src": "5041:119:23", - "trueBody": { - "id": 7921, - "nodeType": "Block", - "src": "5096:64:23", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 7918, - "name": "target", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7891, - "src": "5138:6:23", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 7917, - "name": "AddressEmptyCode", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7729, - "src": "5121:16:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 7919, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5121:24:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7920, - "nodeType": "RevertStatement", - "src": "5114:31:23" - } - ] - } - }, - { - "expression": { - "id": 7923, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7895, - "src": "5180:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7899, - "id": 7924, - "nodeType": "Return", - "src": "5173:17:23" - } - ] - }, - "id": 7926, - "nodeType": "IfStatement", - "src": "4793:408:23", - "trueBody": { - "id": 7906, - "nodeType": "Block", - "src": "4807:44:23", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7903, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7895, - "src": "4829:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 7902, - "name": "_revert", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7968, - "src": "4821:7:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (bytes memory) pure" - } - }, - "id": 7904, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4821:19:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7905, - "nodeType": "ExpressionStatement", - "src": "4821:19:23" - } - ] - } - } - ] - }, - "documentation": { - "id": 7889, - "nodeType": "StructuredDocumentation", - "src": "4365:255:23", - "text": " @dev Tool to verify that a low level call to smart-contract was successful, and reverts if the target\n was not a contract or bubbling up the revert reason (falling back to {FailedInnerCall}) in case of an\n unsuccessful call." - }, - "id": 7928, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "verifyCallResultFromTarget", - "nameLocation": "4634:26:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7896, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7891, - "mutability": "mutable", - "name": "target", - "nameLocation": "4678:6:23", - "nodeType": "VariableDeclaration", - "scope": 7928, - "src": "4670:14:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7890, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4670:7:23", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7893, - "mutability": "mutable", - "name": "success", - "nameLocation": "4699:7:23", - "nodeType": "VariableDeclaration", - "scope": 7928, - "src": "4694:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7892, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "4694:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7895, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "4729:10:23", - "nodeType": "VariableDeclaration", - "scope": 7928, - "src": "4716:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7894, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4716:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4660:85:23" - }, - "returnParameters": { - "id": 7899, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7898, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7928, - "src": "4769:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7897, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4769:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "4768:14:23" - }, - "scope": 7969, - "src": "4625:582:23", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7949, - "nodeType": "Block", - "src": "5509:122:23", - "statements": [ - { - "condition": { - "id": 7939, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "5523:8:23", - "subExpression": { - "id": 7938, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7931, - "src": "5524:7:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 7947, - "nodeType": "Block", - "src": "5583:42:23", - "statements": [ - { - "expression": { - "id": 7945, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7933, - "src": "5604:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "functionReturnParameters": 7937, - "id": 7946, - "nodeType": "Return", - "src": "5597:17:23" - } - ] - }, - "id": 7948, - "nodeType": "IfStatement", - "src": "5519:106:23", - "trueBody": { - "id": 7944, - "nodeType": "Block", - "src": "5533:44:23", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 7941, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7933, - "src": "5555:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 7940, - "name": "_revert", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7968, - "src": "5547:7:23", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes_memory_ptr_$returns$__$", - "typeString": "function (bytes memory) pure" - } - }, - "id": 7942, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5547:19:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 7943, - "nodeType": "ExpressionStatement", - "src": "5547:19:23" - } - ] - } - } - ] - }, - "documentation": { - "id": 7929, - "nodeType": "StructuredDocumentation", - "src": "5213:189:23", - "text": " @dev Tool to verify that a low level call was successful, and reverts if it wasn't, either by bubbling the\n revert reason or with a default {FailedInnerCall} error." - }, - "id": 7950, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "verifyCallResult", - "nameLocation": "5416:16:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7934, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7931, - "mutability": "mutable", - "name": "success", - "nameLocation": "5438:7:23", - "nodeType": "VariableDeclaration", - "scope": 7950, - "src": "5433:12:23", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 7930, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "5433:4:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 7933, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "5460:10:23", - "nodeType": "VariableDeclaration", - "scope": 7950, - "src": "5447:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7932, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5447:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5432:39:23" - }, - "returnParameters": { - "id": 7937, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7936, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7950, - "src": "5495:12:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7935, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5495:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5494:14:23" - }, - "scope": 7969, - "src": "5407:224:23", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 7967, - "nodeType": "Block", - "src": "5798:461:23", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 7959, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 7956, - "name": "returndata", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7953, - "src": "5874:10:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 7957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5885:6:23", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "5874:17:23", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 7958, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5894:1:23", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "5874:21:23", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 7965, - "nodeType": "Block", - "src": "6204:49:23", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 7962, - "name": "FailedInnerCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7732, - "src": "6225:15:23", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 7963, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6225:17:23", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 7964, - "nodeType": "RevertStatement", - "src": "6218:24:23" - } - ] - }, - "id": 7966, - "nodeType": "IfStatement", - "src": "5870:383:23", - "trueBody": { - "id": 7961, - "nodeType": "Block", - "src": "5897:301:23", - "statements": [ - { - "AST": { - "nativeSrc": "6055:133:23", - "nodeType": "YulBlock", - "src": "6055:133:23", - "statements": [ - { - "nativeSrc": "6073:40:23", - "nodeType": "YulVariableDeclaration", - "src": "6073:40:23", - "value": { - "arguments": [ - { - "name": "returndata", - "nativeSrc": "6102:10:23", - "nodeType": "YulIdentifier", - "src": "6102:10:23" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6096:5:23", - "nodeType": "YulIdentifier", - "src": "6096:5:23" - }, - "nativeSrc": "6096:17:23", - "nodeType": "YulFunctionCall", - "src": "6096:17:23" - }, - "variables": [ - { - "name": "returndata_size", - "nativeSrc": "6077:15:23", - "nodeType": "YulTypedName", - "src": "6077:15:23", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6141:2:23", - "nodeType": "YulLiteral", - "src": "6141:2:23", - "type": "", - "value": "32" - }, - { - "name": "returndata", - "nativeSrc": "6145:10:23", - "nodeType": "YulIdentifier", - "src": "6145:10:23" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6137:3:23", - "nodeType": "YulIdentifier", - "src": "6137:3:23" - }, - "nativeSrc": "6137:19:23", - "nodeType": "YulFunctionCall", - "src": "6137:19:23" - }, - { - "name": "returndata_size", - "nativeSrc": "6158:15:23", - "nodeType": "YulIdentifier", - "src": "6158:15:23" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6130:6:23", - "nodeType": "YulIdentifier", - "src": "6130:6:23" - }, - "nativeSrc": "6130:44:23", - "nodeType": "YulFunctionCall", - "src": "6130:44:23" - }, - "nativeSrc": "6130:44:23", - "nodeType": "YulExpressionStatement", - "src": "6130:44:23" - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 7953, - "isOffset": false, - "isSlot": false, - "src": "6102:10:23", - "valueSize": 1 - }, - { - "declaration": 7953, - "isOffset": false, - "isSlot": false, - "src": "6145:10:23", - "valueSize": 1 - } - ], - "id": 7960, - "nodeType": "InlineAssembly", - "src": "6046:142:23" - } - ] - } - } - ] - }, - "documentation": { - "id": 7951, - "nodeType": "StructuredDocumentation", - "src": "5637:101:23", - "text": " @dev Reverts with returndata if present. Otherwise reverts with {FailedInnerCall}." - }, - "id": 7968, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_revert", - "nameLocation": "5752:7:23", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7954, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7953, - "mutability": "mutable", - "name": "returndata", - "nameLocation": "5773:10:23", - "nodeType": "VariableDeclaration", - "scope": 7968, - "src": "5760:23:23", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7952, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "5760:5:23", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "5759:25:23" - }, - "returnParameters": { - "id": 7955, - "nodeType": "ParameterList", - "parameters": [], - "src": "5798:0:23" - }, - "scope": 7969, - "src": "5743:516:23", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 7970, - "src": "195:6066:23", - "usedErrors": [ - 7724, - 7729, - 7732 - ], - "usedEvents": [] - } - ], - "src": "101:6161:23" - }, - "id": 23 - }, - "@openzeppelin/contracts/utils/Context.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Context.sol", - "exportedSymbols": { - "Context": [ - 7999 - ] - }, - "id": 8000, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 7971, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:24" - }, - { - "abstract": true, - "baseContracts": [], - "canonicalName": "Context", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 7972, - "nodeType": "StructuredDocumentation", - "src": "127:496:24", - "text": " @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 This contract is only required for intermediate, library-like contracts." - }, - "fullyImplemented": true, - "id": 7999, - "linearizedBaseContracts": [ - 7999 - ], - "name": "Context", - "nameLocation": "642:7:24", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 7980, - "nodeType": "Block", - "src": "718:34:24", - "statements": [ - { - "expression": { - "expression": { - "id": 7977, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "735:3:24", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 7978, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "739:6:24", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "735:10:24", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 7976, - "id": 7979, - "nodeType": "Return", - "src": "728:17:24" - } - ] - }, - "id": 7981, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgSender", - "nameLocation": "665:10:24", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7973, - "nodeType": "ParameterList", - "parameters": [], - "src": "675:2:24" - }, - "returnParameters": { - "id": 7976, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7975, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7981, - "src": "709:7:24", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 7974, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "709:7:24", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "708:9:24" - }, - "scope": 7999, - "src": "656:96:24", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 7989, - "nodeType": "Block", - "src": "825:32:24", - "statements": [ - { - "expression": { - "expression": { - "id": 7986, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "842:3:24", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 7987, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "846:4:24", - "memberName": "data", - "nodeType": "MemberAccess", - "src": "842:8:24", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes calldata" - } - }, - "functionReturnParameters": 7985, - "id": 7988, - "nodeType": "Return", - "src": "835:15:24" - } - ] - }, - "id": 7990, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_msgData", - "nameLocation": "767:8:24", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7982, - "nodeType": "ParameterList", - "parameters": [], - "src": "775:2:24" - }, - "returnParameters": { - "id": 7985, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7984, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7990, - "src": "809:14:24", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_bytes_calldata_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 7983, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "809:5:24", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "808:16:24" - }, - "scope": 7999, - "src": "758:99:24", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 7997, - "nodeType": "Block", - "src": "935:25:24", - "statements": [ - { - "expression": { - "hexValue": "30", - "id": 7995, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "952:1:24", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 7994, - "id": 7996, - "nodeType": "Return", - "src": "945:8:24" - } - ] - }, - "id": 7998, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_contextSuffixLength", - "nameLocation": "872:20:24", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 7991, - "nodeType": "ParameterList", - "parameters": [], - "src": "892:2:24" - }, - "returnParameters": { - "id": 7994, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 7993, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 7998, - "src": "926:7:24", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 7992, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "926:7:24", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "925:9:24" - }, - "scope": 7999, - "src": "863:97:24", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 8000, - "src": "624:338:24", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "101:862:24" - }, - "id": 24 - }, - "@openzeppelin/contracts/utils/ReentrancyGuard.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", - "exportedSymbols": { - "ReentrancyGuard": [ - 8068 - ] - }, - "id": 8069, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 8001, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "109:24:25" - }, - { - "abstract": true, - "baseContracts": [], - "canonicalName": "ReentrancyGuard", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 8002, - "nodeType": "StructuredDocumentation", - "src": "135:750:25", - "text": " @dev Contract module that helps prevent reentrant calls to a function.\n Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier\n available, which can be applied to functions to make sure there are no nested\n (reentrant) calls to them.\n Note that because there is a single `nonReentrant` guard, functions marked as\n `nonReentrant` may not call one another. This can be worked around by making\n those functions `private`, and then adding `external` `nonReentrant` entry\n points to them.\n TIP: If you would like to learn more about reentrancy and alternative ways\n to protect against it, check out our blog post\n https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul]." - }, - "fullyImplemented": true, - "id": 8068, - "linearizedBaseContracts": [ - 8068 - ], - "name": "ReentrancyGuard", - "nameLocation": "904:15:25", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": true, - "id": 8005, - "mutability": "constant", - "name": "NOT_ENTERED", - "nameLocation": "1699:11:25", - "nodeType": "VariableDeclaration", - "scope": 8068, - "src": "1674:40:25", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8003, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1674:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "31", - "id": 8004, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1713:1:25", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "visibility": "private" - }, - { - "constant": true, - "id": 8008, - "mutability": "constant", - "name": "ENTERED", - "nameLocation": "1745:7:25", - "nodeType": "VariableDeclaration", - "scope": 8068, - "src": "1720:36:25", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8006, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1720:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "value": { - "hexValue": "32", - "id": 8007, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1755:1:25", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "visibility": "private" - }, - { - "constant": false, - "id": 8010, - "mutability": "mutable", - "name": "_status", - "nameLocation": "1779:7:25", - "nodeType": "VariableDeclaration", - "scope": 8068, - "src": "1763:23:25", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8009, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1763:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "documentation": { - "id": 8011, - "nodeType": "StructuredDocumentation", - "src": "1793:52:25", - "text": " @dev Unauthorized reentrant call." - }, - "errorSelector": "3ee5aeb5", - "id": 8013, - "name": "ReentrancyGuardReentrantCall", - "nameLocation": "1856:28:25", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8012, - "nodeType": "ParameterList", - "parameters": [], - "src": "1884:2:25" - }, - "src": "1850:37:25" - }, - { - "body": { - "id": 8020, - "nodeType": "Block", - "src": "1907:38:25", - "statements": [ - { - "expression": { - "id": 8018, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 8016, - "name": "_status", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "1917:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 8017, - "name": "NOT_ENTERED", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8005, - "src": "1927:11:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1917:21:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8019, - "nodeType": "ExpressionStatement", - "src": "1917:21:25" - } - ] - }, - "id": 8021, - "implemented": true, - "kind": "constructor", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8014, - "nodeType": "ParameterList", - "parameters": [], - "src": "1904:2:25" - }, - "returnParameters": { - "id": 8015, - "nodeType": "ParameterList", - "parameters": [], - "src": "1907:0:25" - }, - "scope": 8068, - "src": "1893:52:25", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8031, - "nodeType": "Block", - "src": "2346:79:25", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8024, - "name": "_nonReentrantBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8048, - "src": "2356:19:25", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", - "typeString": "function ()" - } - }, - "id": 8025, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2356:21:25", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8026, - "nodeType": "ExpressionStatement", - "src": "2356:21:25" - }, - { - "id": 8027, - "nodeType": "PlaceholderStatement", - "src": "2387:1:25" - }, - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8028, - "name": "_nonReentrantAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8056, - "src": "2398:18:25", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$__$returns$__$", - "typeString": "function ()" - } - }, - "id": 8029, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2398:20:25", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8030, - "nodeType": "ExpressionStatement", - "src": "2398:20:25" - } - ] - }, - "documentation": { - "id": 8022, - "nodeType": "StructuredDocumentation", - "src": "1951:366:25", - "text": " @dev Prevents a contract from calling itself, directly or indirectly.\n Calling a `nonReentrant` function from another `nonReentrant`\n function is not supported. It is possible to prevent this from happening\n by making the `nonReentrant` function external, and making it call a\n `private` function that does the actual work." - }, - "id": 8032, - "name": "nonReentrant", - "nameLocation": "2331:12:25", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 8023, - "nodeType": "ParameterList", - "parameters": [], - "src": "2343:2:25" - }, - "src": "2322:103:25", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8047, - "nodeType": "Block", - "src": "2470:268:25", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8037, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8035, - "name": "_status", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "2558:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 8036, - "name": "ENTERED", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8008, - "src": "2569:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2558:18:25", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8042, - "nodeType": "IfStatement", - "src": "2554:86:25", - "trueBody": { - "id": 8041, - "nodeType": "Block", - "src": "2578:62:25", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8038, - "name": "ReentrancyGuardReentrantCall", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8013, - "src": "2599:28:25", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 8039, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2599:30:25", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8040, - "nodeType": "RevertStatement", - "src": "2592:37:25" - } - ] - } - }, - { - "expression": { - "id": 8045, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 8043, - "name": "_status", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "2714:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 8044, - "name": "ENTERED", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8008, - "src": "2724:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2714:17:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8046, - "nodeType": "ExpressionStatement", - "src": "2714:17:25" - } - ] - }, - "id": 8048, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_nonReentrantBefore", - "nameLocation": "2440:19:25", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8033, - "nodeType": "ParameterList", - "parameters": [], - "src": "2459:2:25" - }, - "returnParameters": { - "id": 8034, - "nodeType": "ParameterList", - "parameters": [], - "src": "2470:0:25" - }, - "scope": 8068, - "src": "2431:307:25", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 8055, - "nodeType": "Block", - "src": "2782:170:25", - "statements": [ - { - "expression": { - "id": 8053, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 8051, - "name": "_status", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "2924:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 8052, - "name": "NOT_ENTERED", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8005, - "src": "2934:11:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2924:21:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8054, - "nodeType": "ExpressionStatement", - "src": "2924:21:25" - } - ] - }, - "id": 8056, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_nonReentrantAfter", - "nameLocation": "2753:18:25", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8049, - "nodeType": "ParameterList", - "parameters": [], - "src": "2771:2:25" - }, - "returnParameters": { - "id": 8050, - "nodeType": "ParameterList", - "parameters": [], - "src": "2782:0:25" - }, - "scope": 8068, - "src": "2744:208:25", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 8066, - "nodeType": "Block", - "src": "3195:42:25", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8064, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8062, - "name": "_status", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8010, - "src": "3212:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 8063, - "name": "ENTERED", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8008, - "src": "3223:7:25", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3212:18:25", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8061, - "id": 8065, - "nodeType": "Return", - "src": "3205:25:25" - } - ] - }, - "documentation": { - "id": 8057, - "nodeType": "StructuredDocumentation", - "src": "2958:168:25", - "text": " @dev Returns true if the reentrancy guard is currently set to \"entered\", which indicates there is a\n `nonReentrant` function in the call stack." - }, - "id": 8067, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_reentrancyGuardEntered", - "nameLocation": "3140:23:25", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8058, - "nodeType": "ParameterList", - "parameters": [], - "src": "3163:2:25" - }, - "returnParameters": { - "id": 8061, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8060, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8067, - "src": "3189:4:25", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8059, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "3189:4:25", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "3188:6:25" - }, - "scope": 8068, - "src": "3131:106:25", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 8069, - "src": "886:2353:25", - "usedErrors": [ - 8013 - ], - "usedEvents": [] - } - ], - "src": "109:3131:25" - }, - "id": 25 - }, - "@openzeppelin/contracts/utils/ShortStrings.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/ShortStrings.sol", - "exportedSymbols": { - "ShortString": [ - 8074 - ], - "ShortStrings": [ - 8285 - ], - "StorageSlot": [ - 8395 - ] - }, - "id": 8286, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 8070, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "106:24:26" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/StorageSlot.sol", - "file": "./StorageSlot.sol", - "id": 8072, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8286, - "sourceUnit": 8396, - "src": "132:46:26", - "symbolAliases": [ - { - "foreign": { - "id": 8071, - "name": "StorageSlot", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8395, - "src": "140:11:26", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "canonicalName": "ShortString", - "id": 8074, - "name": "ShortString", - "nameLocation": "353:11:26", - "nodeType": "UserDefinedValueTypeDefinition", - "src": "348:28:26", - "underlyingType": { - "id": 8073, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "368:7:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "ShortStrings", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 8075, - "nodeType": "StructuredDocumentation", - "src": "378:876:26", - "text": " @dev This library provides functions to convert short memory strings\n into a `ShortString` type that can be used as an immutable variable.\n Strings of arbitrary length can be optimized using this library if\n they are short enough (up to 31 bytes) by packing them with their\n length (1 byte) in a single EVM word (32 bytes). Additionally, a\n fallback mechanism can be used for every other case.\n Usage example:\n ```solidity\n contract Named {\n using ShortStrings for *;\n ShortString private immutable _name;\n string private _nameFallback;\n constructor(string memory contractName) {\n _name = contractName.toShortStringWithFallback(_nameFallback);\n }\n function name() external view returns (string memory) {\n return _name.toStringWithFallback(_nameFallback);\n }\n }\n ```" - }, - "fullyImplemented": true, - "id": 8285, - "linearizedBaseContracts": [ - 8285 - ], - "name": "ShortStrings", - "nameLocation": "1263:12:26", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": true, - "id": 8078, - "mutability": "constant", - "name": "FALLBACK_SENTINEL", - "nameLocation": "1370:17:26", - "nodeType": "VariableDeclaration", - "scope": 8285, - "src": "1345:111:26", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8076, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1345:7:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "hexValue": "307830303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030303030304646", - "id": 8077, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1390:66:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "value": "0x00000000000000000000000000000000000000000000000000000000000000FF" - }, - "visibility": "private" - }, - { - "errorSelector": "305a27a9", - "id": 8082, - "name": "StringTooLong", - "nameLocation": "1469:13:26", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8081, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8080, - "mutability": "mutable", - "name": "str", - "nameLocation": "1490:3:26", - "nodeType": "VariableDeclaration", - "scope": 8082, - "src": "1483:10:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8079, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1483:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "1482:12:26" - }, - "src": "1463:32:26" - }, - { - "errorSelector": "b3512b0c", - "id": 8084, - "name": "InvalidShortString", - "nameLocation": "1506:18:26", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8083, - "nodeType": "ParameterList", - "parameters": [], - "src": "1524:2:26" - }, - "src": "1500:27:26" - }, - { - "body": { - "id": 8127, - "nodeType": "Block", - "src": "1786:208:26", - "statements": [ - { - "assignments": [ - 8094 - ], - "declarations": [ - { - "constant": false, - "id": 8094, - "mutability": "mutable", - "name": "bstr", - "nameLocation": "1809:4:26", - "nodeType": "VariableDeclaration", - "scope": 8127, - "src": "1796:17:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8093, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1796:5:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 8099, - "initialValue": { - "arguments": [ - { - "id": 8097, - "name": "str", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8087, - "src": "1822:3:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8096, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1816:5:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8095, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1816:5:26", - "typeDescriptions": {} - } - }, - "id": 8098, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1816:10:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1796:30:26" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8103, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8100, - "name": "bstr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8094, - "src": "1840:4:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8101, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1845:6:26", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1840:11:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "3331", - "id": 8102, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1854:2:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_31_by_1", - "typeString": "int_const 31" - }, - "value": "31" - }, - "src": "1840:16:26", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8109, - "nodeType": "IfStatement", - "src": "1836:72:26", - "trueBody": { - "id": 8108, - "nodeType": "Block", - "src": "1858:50:26", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 8105, - "name": "str", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8087, - "src": "1893:3:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8104, - "name": "StringTooLong", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8082, - "src": "1879:13:26", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_string_memory_ptr_$returns$_t_error_$", - "typeString": "function (string memory) pure returns (error)" - } - }, - "id": 8106, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1879:18:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8107, - "nodeType": "RevertStatement", - "src": "1872:25:26" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8123, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "arguments": [ - { - "id": 8118, - "name": "bstr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8094, - "src": "1965:4:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 8117, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1957:7:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8116, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1957:7:26", - "typeDescriptions": {} - } - }, - "id": 8119, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1957:13:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8115, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1949:7:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8114, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1949:7:26", - "typeDescriptions": {} - } - }, - "id": 8120, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1949:22:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "|", - "rightExpression": { - "expression": { - "id": 8121, - "name": "bstr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8094, - "src": "1974:4:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8122, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1979:6:26", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "1974:11:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1949:36:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8113, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1941:7:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8112, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1941:7:26", - "typeDescriptions": {} - } - }, - "id": 8124, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1941:45:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 8110, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "1924:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "type(ShortString)" - } - }, - "id": 8111, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1936:4:26", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "1924:16:26", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "function (bytes32) pure returns (ShortString)" - } - }, - "id": 8125, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1924:63:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "functionReturnParameters": 8092, - "id": 8126, - "nodeType": "Return", - "src": "1917:70:26" - } - ] - }, - "documentation": { - "id": 8085, - "nodeType": "StructuredDocumentation", - "src": "1533:170:26", - "text": " @dev Encode a string of at most 31 chars into a `ShortString`.\n This will trigger a `StringTooLong` error is the input string is too long." - }, - "id": 8128, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toShortString", - "nameLocation": "1717:13:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8088, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8087, - "mutability": "mutable", - "name": "str", - "nameLocation": "1745:3:26", - "nodeType": "VariableDeclaration", - "scope": 8128, - "src": "1731:17:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8086, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1731:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "1730:19:26" - }, - "returnParameters": { - "id": 8092, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8091, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8128, - "src": "1773:11:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8090, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8089, - "name": "ShortString", - "nameLocations": [ - "1773:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "1773:11:26" - }, - "referencedDeclaration": 8074, - "src": "1773:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - } - ], - "src": "1772:13:26" - }, - "scope": 8285, - "src": "1708:286:26", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8153, - "nodeType": "Block", - "src": "2152:331:26", - "statements": [ - { - "assignments": [ - 8138 - ], - "declarations": [ - { - "constant": false, - "id": 8138, - "mutability": "mutable", - "name": "len", - "nameLocation": "2170:3:26", - "nodeType": "VariableDeclaration", - "scope": 8153, - "src": "2162:11:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8137, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2162:7:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8142, - "initialValue": { - "arguments": [ - { - "id": 8140, - "name": "sstr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8132, - "src": "2187:4:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "id": 8139, - "name": "byteLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8186, - "src": "2176:10:26", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_uint256_$", - "typeString": "function (ShortString) pure returns (uint256)" - } - }, - "id": 8141, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2176:16:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2162:30:26" - }, - { - "assignments": [ - 8144 - ], - "declarations": [ - { - "constant": false, - "id": 8144, - "mutability": "mutable", - "name": "str", - "nameLocation": "2294:3:26", - "nodeType": "VariableDeclaration", - "scope": 8153, - "src": "2280:17:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8143, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2280:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "id": 8149, - "initialValue": { - "arguments": [ - { - "hexValue": "3332", - "id": 8147, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2311:2:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - } - ], - "id": 8146, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "2300:10:26", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - }, - "typeName": { - "id": 8145, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2304:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - } - }, - "id": 8148, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2300:14:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2280:34:26" - }, - { - "AST": { - "nativeSrc": "2376:81:26", - "nodeType": "YulBlock", - "src": "2376:81:26", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "str", - "nativeSrc": "2397:3:26", - "nodeType": "YulIdentifier", - "src": "2397:3:26" - }, - { - "name": "len", - "nativeSrc": "2402:3:26", - "nodeType": "YulIdentifier", - "src": "2402:3:26" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2390:6:26", - "nodeType": "YulIdentifier", - "src": "2390:6:26" - }, - "nativeSrc": "2390:16:26", - "nodeType": "YulFunctionCall", - "src": "2390:16:26" - }, - "nativeSrc": "2390:16:26", - "nodeType": "YulExpressionStatement", - "src": "2390:16:26" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "str", - "nativeSrc": "2430:3:26", - "nodeType": "YulIdentifier", - "src": "2430:3:26" - }, - { - "kind": "number", - "nativeSrc": "2435:4:26", - "nodeType": "YulLiteral", - "src": "2435:4:26", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2426:3:26", - "nodeType": "YulIdentifier", - "src": "2426:3:26" - }, - "nativeSrc": "2426:14:26", - "nodeType": "YulFunctionCall", - "src": "2426:14:26" - }, - { - "name": "sstr", - "nativeSrc": "2442:4:26", - "nodeType": "YulIdentifier", - "src": "2442:4:26" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2419:6:26", - "nodeType": "YulIdentifier", - "src": "2419:6:26" - }, - "nativeSrc": "2419:28:26", - "nodeType": "YulFunctionCall", - "src": "2419:28:26" - }, - "nativeSrc": "2419:28:26", - "nodeType": "YulExpressionStatement", - "src": "2419:28:26" - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8138, - "isOffset": false, - "isSlot": false, - "src": "2402:3:26", - "valueSize": 1 - }, - { - "declaration": 8132, - "isOffset": false, - "isSlot": false, - "src": "2442:4:26", - "valueSize": 1 - }, - { - "declaration": 8144, - "isOffset": false, - "isSlot": false, - "src": "2397:3:26", - "valueSize": 1 - }, - { - "declaration": 8144, - "isOffset": false, - "isSlot": false, - "src": "2430:3:26", - "valueSize": 1 - } - ], - "id": 8150, - "nodeType": "InlineAssembly", - "src": "2367:90:26" - }, - { - "expression": { - "id": 8151, - "name": "str", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8144, - "src": "2473:3:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8136, - "id": 8152, - "nodeType": "Return", - "src": "2466:10:26" - } - ] - }, - "documentation": { - "id": 8129, - "nodeType": "StructuredDocumentation", - "src": "2000:73:26", - "text": " @dev Decode a `ShortString` back to a \"normal\" string." - }, - "id": 8154, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toString", - "nameLocation": "2087:8:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8133, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8132, - "mutability": "mutable", - "name": "sstr", - "nameLocation": "2108:4:26", - "nodeType": "VariableDeclaration", - "scope": 8154, - "src": "2096:16:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8131, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8130, - "name": "ShortString", - "nameLocations": [ - "2096:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "2096:11:26" - }, - "referencedDeclaration": 8074, - "src": "2096:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - } - ], - "src": "2095:18:26" - }, - "returnParameters": { - "id": 8136, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8135, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8154, - "src": "2137:13:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8134, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2137:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2136:15:26" - }, - "scope": 8285, - "src": "2078:405:26", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8185, - "nodeType": "Block", - "src": "2625:175:26", - "statements": [ - { - "assignments": [ - 8164 - ], - "declarations": [ - { - "constant": false, - "id": 8164, - "mutability": "mutable", - "name": "result", - "nameLocation": "2643:6:26", - "nodeType": "VariableDeclaration", - "scope": 8185, - "src": "2635:14:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8163, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2635:7:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8174, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8173, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "arguments": [ - { - "id": 8169, - "name": "sstr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8158, - "src": "2679:4:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "expression": { - "id": 8167, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "2660:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "type(ShortString)" - } - }, - "id": 8168, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2672:6:26", - "memberName": "unwrap", - "nodeType": "MemberAccess", - "src": "2660:18:26", - "typeDescriptions": { - "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_bytes32_$", - "typeString": "function (ShortString) pure returns (bytes32)" - } - }, - "id": 8170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2660:24:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8166, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2652:7:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8165, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2652:7:26", - "typeDescriptions": {} - } - }, - "id": 8171, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2652:33:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "hexValue": "30784646", - "id": 8172, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2688:4:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "value": "0xFF" - }, - "src": "2652:40:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2635:57:26" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8177, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8175, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8164, - "src": "2706:6:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "3331", - "id": 8176, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2715:2:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_31_by_1", - "typeString": "int_const 31" - }, - "value": "31" - }, - "src": "2706:11:26", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8182, - "nodeType": "IfStatement", - "src": "2702:69:26", - "trueBody": { - "id": 8181, - "nodeType": "Block", - "src": "2719:52:26", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8178, - "name": "InvalidShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8084, - "src": "2740:18:26", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 8179, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2740:20:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8180, - "nodeType": "RevertStatement", - "src": "2733:27:26" - } - ] - } - }, - { - "expression": { - "id": 8183, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8164, - "src": "2787:6:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 8162, - "id": 8184, - "nodeType": "Return", - "src": "2780:13:26" - } - ] - }, - "documentation": { - "id": 8155, - "nodeType": "StructuredDocumentation", - "src": "2489:61:26", - "text": " @dev Return the length of a `ShortString`." - }, - "id": 8186, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "byteLength", - "nameLocation": "2564:10:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8159, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8158, - "mutability": "mutable", - "name": "sstr", - "nameLocation": "2587:4:26", - "nodeType": "VariableDeclaration", - "scope": 8186, - "src": "2575:16:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8157, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8156, - "name": "ShortString", - "nameLocations": [ - "2575:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "2575:11:26" - }, - "referencedDeclaration": 8074, - "src": "2575:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - } - ], - "src": "2574:18:26" - }, - "returnParameters": { - "id": 8162, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8161, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8186, - "src": "2616:7:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8160, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2616:7:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2615:9:26" - }, - "scope": 8285, - "src": "2555:245:26", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8225, - "nodeType": "Block", - "src": "3023:231:26", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8203, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 8199, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8189, - "src": "3043:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8198, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3037:5:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8197, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3037:5:26", - "typeDescriptions": {} - } - }, - "id": 8200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3037:12:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8201, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3050:6:26", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3037:19:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "3332", - "id": 8202, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3059:2:26", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "3037:24:26", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 8223, - "nodeType": "Block", - "src": "3121:127:26", - "statements": [ - { - "expression": { - "id": 8216, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "expression": { - "arguments": [ - { - "id": 8212, - "name": "store", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8191, - "src": "3161:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string storage pointer" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string storage pointer" - } - ], - "expression": { - "id": 8209, - "name": "StorageSlot", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8395, - "src": "3135:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_StorageSlot_$8395_$", - "typeString": "type(library StorageSlot)" - } - }, - "id": 8211, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3147:13:26", - "memberName": "getStringSlot", - "nodeType": "MemberAccess", - "referencedDeclaration": 8372, - "src": "3135:25:26", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_string_storage_ptr_$returns$_t_struct$_StringSlot_$8303_storage_ptr_$", - "typeString": "function (string storage pointer) pure returns (struct StorageSlot.StringSlot storage pointer)" - } - }, - "id": 8213, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3135:32:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_struct$_StringSlot_$8303_storage_ptr", - "typeString": "struct StorageSlot.StringSlot storage pointer" - } - }, - "id": 8214, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "memberLocation": "3168:5:26", - "memberName": "value", - "nodeType": "MemberAccess", - "referencedDeclaration": 8302, - "src": "3135:38:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 8215, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8189, - "src": "3176:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "src": "3135:46:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - }, - "id": 8217, - "nodeType": "ExpressionStatement", - "src": "3135:46:26" - }, - { - "expression": { - "arguments": [ - { - "id": 8220, - "name": "FALLBACK_SENTINEL", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8078, - "src": "3219:17:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 8218, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "3202:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "type(ShortString)" - } - }, - "id": 8219, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3214:4:26", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "3202:16:26", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_bytes32_$returns$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "function (bytes32) pure returns (ShortString)" - } - }, - "id": 8221, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3202:35:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "functionReturnParameters": 8196, - "id": 8222, - "nodeType": "Return", - "src": "3195:42:26" - } - ] - }, - "id": 8224, - "nodeType": "IfStatement", - "src": "3033:215:26", - "trueBody": { - "id": 8208, - "nodeType": "Block", - "src": "3063:52:26", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 8205, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8189, - "src": "3098:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8204, - "name": "toShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8128, - "src": "3084:13:26", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_string_memory_ptr_$returns$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "function (string memory) pure returns (ShortString)" - } - }, - "id": 8206, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3084:20:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "functionReturnParameters": 8196, - "id": 8207, - "nodeType": "Return", - "src": "3077:27:26" - } - ] - } - } - ] - }, - "documentation": { - "id": 8187, - "nodeType": "StructuredDocumentation", - "src": "2806:103:26", - "text": " @dev Encode a string into a `ShortString`, or write it to storage if it is too long." - }, - "id": 8226, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toShortStringWithFallback", - "nameLocation": "2923:25:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8192, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8189, - "mutability": "mutable", - "name": "value", - "nameLocation": "2963:5:26", - "nodeType": "VariableDeclaration", - "scope": 8226, - "src": "2949:19:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8188, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2949:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8191, - "mutability": "mutable", - "name": "store", - "nameLocation": "2985:5:26", - "nodeType": "VariableDeclaration", - "scope": 8226, - "src": "2970:20:26", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8190, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2970:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2948:43:26" - }, - "returnParameters": { - "id": 8196, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8195, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8226, - "src": "3010:11:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8194, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8193, - "name": "ShortString", - "nameLocations": [ - "3010:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "3010:11:26" - }, - "referencedDeclaration": 8074, - "src": "3010:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - } - ], - "src": "3009:13:26" - }, - "scope": 8285, - "src": "2914:340:26", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8252, - "nodeType": "Block", - "src": "3494:158:26", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8242, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8239, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8230, - "src": "3527:5:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "expression": { - "id": 8237, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "3508:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "type(ShortString)" - } - }, - "id": 8238, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3520:6:26", - "memberName": "unwrap", - "nodeType": "MemberAccess", - "src": "3508:18:26", - "typeDescriptions": { - "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_bytes32_$", - "typeString": "function (ShortString) pure returns (bytes32)" - } - }, - "id": 8240, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3508:25:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 8241, - "name": "FALLBACK_SENTINEL", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8078, - "src": "3537:17:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3508:46:26", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 8250, - "nodeType": "Block", - "src": "3609:37:26", - "statements": [ - { - "expression": { - "id": 8248, - "name": "store", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8232, - "src": "3630:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string storage pointer" - } - }, - "functionReturnParameters": 8236, - "id": 8249, - "nodeType": "Return", - "src": "3623:12:26" - } - ] - }, - "id": 8251, - "nodeType": "IfStatement", - "src": "3504:142:26", - "trueBody": { - "id": 8247, - "nodeType": "Block", - "src": "3556:47:26", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 8244, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8230, - "src": "3586:5:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "id": 8243, - "name": "toString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8154, - "src": "3577:8:26", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_string_memory_ptr_$", - "typeString": "function (ShortString) pure returns (string memory)" - } - }, - "id": 8245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3577:15:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8236, - "id": 8246, - "nodeType": "Return", - "src": "3570:22:26" - } - ] - } - } - ] - }, - "documentation": { - "id": 8227, - "nodeType": "StructuredDocumentation", - "src": "3260:120:26", - "text": " @dev Decode a string that was encoded to `ShortString` or written to storage using {setWithFallback}." - }, - "id": 8253, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toStringWithFallback", - "nameLocation": "3394:20:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8233, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8230, - "mutability": "mutable", - "name": "value", - "nameLocation": "3427:5:26", - "nodeType": "VariableDeclaration", - "scope": 8253, - "src": "3415:17:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8229, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8228, - "name": "ShortString", - "nameLocations": [ - "3415:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "3415:11:26" - }, - "referencedDeclaration": 8074, - "src": "3415:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8232, - "mutability": "mutable", - "name": "store", - "nameLocation": "3449:5:26", - "nodeType": "VariableDeclaration", - "scope": 8253, - "src": "3434:20:26", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8231, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3434:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "3414:41:26" - }, - "returnParameters": { - "id": 8236, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8235, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8253, - "src": "3479:13:26", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8234, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3479:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "3478:15:26" - }, - "scope": 8285, - "src": "3385:267:26", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8283, - "nodeType": "Block", - "src": "4132:174:26", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8266, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8257, - "src": "4165:5:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "expression": { - "id": 8264, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "4146:11:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "type(ShortString)" - } - }, - "id": 8265, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4158:6:26", - "memberName": "unwrap", - "nodeType": "MemberAccess", - "src": "4146:18:26", - "typeDescriptions": { - "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_bytes32_$", - "typeString": "function (ShortString) pure returns (bytes32)" - } - }, - "id": 8267, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4146:25:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 8268, - "name": "FALLBACK_SENTINEL", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8078, - "src": "4175:17:26", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "4146:46:26", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 8281, - "nodeType": "Block", - "src": "4249:51:26", - "statements": [ - { - "expression": { - "expression": { - "arguments": [ - { - "id": 8277, - "name": "store", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8259, - "src": "4276:5:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string storage pointer" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string storage pointer" - } - ], - "id": 8276, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4270:5:26", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8275, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "4270:5:26", - "typeDescriptions": {} - } - }, - "id": 8278, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4270:12:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes storage pointer" - } - }, - "id": 8279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4283:6:26", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "4270:19:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 8263, - "id": 8280, - "nodeType": "Return", - "src": "4263:26:26" - } - ] - }, - "id": 8282, - "nodeType": "IfStatement", - "src": "4142:158:26", - "trueBody": { - "id": 8274, - "nodeType": "Block", - "src": "4194:49:26", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 8271, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8257, - "src": "4226:5:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - ], - "id": 8270, - "name": "byteLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8186, - "src": "4215:10:26", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8074_$returns$_t_uint256_$", - "typeString": "function (ShortString) pure returns (uint256)" - } - }, - "id": 8272, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4215:17:26", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 8263, - "id": 8273, - "nodeType": "Return", - "src": "4208:24:26" - } - ] - } - } - ] - }, - "documentation": { - "id": 8254, - "nodeType": "StructuredDocumentation", - "src": "3658:364:26", - "text": " @dev Return the length of a string that was encoded to `ShortString` or written to storage using\n {setWithFallback}.\n WARNING: This will return the \"byte length\" of the string. This may not reflect the actual length in terms of\n actual characters as the UTF-8 encoding of a single character can span over multiple bytes." - }, - "id": 8284, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "byteLengthWithFallback", - "nameLocation": "4036:22:26", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8260, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8257, - "mutability": "mutable", - "name": "value", - "nameLocation": "4071:5:26", - "nodeType": "VariableDeclaration", - "scope": 8284, - "src": "4059:17:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 8256, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8255, - "name": "ShortString", - "nameLocations": [ - "4059:11:26" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "4059:11:26" - }, - "referencedDeclaration": 8074, - "src": "4059:11:26", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8259, - "mutability": "mutable", - "name": "store", - "nameLocation": "4093:5:26", - "nodeType": "VariableDeclaration", - "scope": 8284, - "src": "4078:20:26", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8258, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "4078:6:26", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "4058:41:26" - }, - "returnParameters": { - "id": 8263, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8262, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8284, - "src": "4123:7:26", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8261, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4123:7:26", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4122:9:26" - }, - "scope": 8285, - "src": "4027:279:26", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 8286, - "src": "1255:3053:26", - "usedErrors": [ - 8082, - 8084 - ], - "usedEvents": [] - } - ], - "src": "106:4203:26" - }, - "id": 26 - }, - "@openzeppelin/contracts/utils/StorageSlot.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/StorageSlot.sol", - "exportedSymbols": { - "StorageSlot": [ - 8395 - ] - }, - "id": 8396, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 8287, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "193:24:27" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "StorageSlot", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 8288, - "nodeType": "StructuredDocumentation", - "src": "219:1025:27", - "text": " @dev Library for reading and writing primitive types to specific storage slots.\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 The functions in this library return Slot structs that contain a `value` member that can be used to read or write.\n Example usage to set ERC1967 implementation slot:\n ```solidity\n contract ERC1967 {\n bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc;\n function _getImplementation() internal view returns (address) {\n return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value;\n }\n function _setImplementation(address newImplementation) internal {\n require(newImplementation.code.length > 0);\n StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation;\n }\n }\n ```" - }, - "fullyImplemented": true, - "id": 8395, - "linearizedBaseContracts": [ - 8395 - ], - "name": "StorageSlot", - "nameLocation": "1253:11:27", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "StorageSlot.AddressSlot", - "id": 8291, - "members": [ - { - "constant": false, - "id": 8290, - "mutability": "mutable", - "name": "value", - "nameLocation": "1308:5:27", - "nodeType": "VariableDeclaration", - "scope": 8291, - "src": "1300:13:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8289, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1300:7:27", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "name": "AddressSlot", - "nameLocation": "1278:11:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1271:49:27", - "visibility": "public" - }, - { - "canonicalName": "StorageSlot.BooleanSlot", - "id": 8294, - "members": [ - { - "constant": false, - "id": 8293, - "mutability": "mutable", - "name": "value", - "nameLocation": "1360:5:27", - "nodeType": "VariableDeclaration", - "scope": 8294, - "src": "1355:10:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8292, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1355:4:27", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "name": "BooleanSlot", - "nameLocation": "1333:11:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1326:46:27", - "visibility": "public" - }, - { - "canonicalName": "StorageSlot.Bytes32Slot", - "id": 8297, - "members": [ - { - "constant": false, - "id": 8296, - "mutability": "mutable", - "name": "value", - "nameLocation": "1415:5:27", - "nodeType": "VariableDeclaration", - "scope": 8297, - "src": "1407:13:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8295, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1407:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "name": "Bytes32Slot", - "nameLocation": "1385:11:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1378:49:27", - "visibility": "public" - }, - { - "canonicalName": "StorageSlot.Uint256Slot", - "id": 8300, - "members": [ - { - "constant": false, - "id": 8299, - "mutability": "mutable", - "name": "value", - "nameLocation": "1470:5:27", - "nodeType": "VariableDeclaration", - "scope": 8300, - "src": "1462:13:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8298, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1462:7:27", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "name": "Uint256Slot", - "nameLocation": "1440:11:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1433:49:27", - "visibility": "public" - }, - { - "canonicalName": "StorageSlot.StringSlot", - "id": 8303, - "members": [ - { - "constant": false, - "id": 8302, - "mutability": "mutable", - "name": "value", - "nameLocation": "1523:5:27", - "nodeType": "VariableDeclaration", - "scope": 8303, - "src": "1516:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8301, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1516:6:27", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "name": "StringSlot", - "nameLocation": "1495:10:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1488:47:27", - "visibility": "public" - }, - { - "canonicalName": "StorageSlot.BytesSlot", - "id": 8306, - "members": [ - { - "constant": false, - "id": 8305, - "mutability": "mutable", - "name": "value", - "nameLocation": "1574:5:27", - "nodeType": "VariableDeclaration", - "scope": 8306, - "src": "1568:11:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8304, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1568:5:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "name": "BytesSlot", - "nameLocation": "1548:9:27", - "nodeType": "StructDefinition", - "scope": 8395, - "src": "1541:45:27", - "visibility": "public" - }, - { - "body": { - "id": 8316, - "nodeType": "Block", - "src": "1768:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "1830:38:27", - "nodeType": "YulBlock", - "src": "1830:38:27", - "statements": [ - { - "nativeSrc": "1844:14:27", - "nodeType": "YulAssignment", - "src": "1844:14:27", - "value": { - "name": "slot", - "nativeSrc": "1854:4:27", - "nodeType": "YulIdentifier", - "src": "1854:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "1844:6:27", - "nodeType": "YulIdentifier", - "src": "1844:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8313, - "isOffset": false, - "isSlot": true, - "src": "1844:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8309, - "isOffset": false, - "isSlot": false, - "src": "1854:4:27", - "valueSize": 1 - } - ], - "id": 8315, - "nodeType": "InlineAssembly", - "src": "1821:47:27" - } - ] - }, - "documentation": { - "id": 8307, - "nodeType": "StructuredDocumentation", - "src": "1592:87:27", - "text": " @dev Returns an `AddressSlot` with member `value` located at `slot`." - }, - "id": 8317, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getAddressSlot", - "nameLocation": "1693:14:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8310, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8309, - "mutability": "mutable", - "name": "slot", - "nameLocation": "1716:4:27", - "nodeType": "VariableDeclaration", - "scope": 8317, - "src": "1708:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8308, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1708:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1707:14:27" - }, - "returnParameters": { - "id": 8314, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8313, - "mutability": "mutable", - "name": "r", - "nameLocation": "1765:1:27", - "nodeType": "VariableDeclaration", - "scope": 8317, - "src": "1745:21:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AddressSlot_$8291_storage_ptr", - "typeString": "struct StorageSlot.AddressSlot" - }, - "typeName": { - "id": 8312, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8311, - "name": "AddressSlot", - "nameLocations": [ - "1745:11:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8291, - "src": "1745:11:27" - }, - "referencedDeclaration": 8291, - "src": "1745:11:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_AddressSlot_$8291_storage_ptr", - "typeString": "struct StorageSlot.AddressSlot" - } - }, - "visibility": "internal" - } - ], - "src": "1744:23:27" - }, - "scope": 8395, - "src": "1684:190:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8327, - "nodeType": "Block", - "src": "2056:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "2118:38:27", - "nodeType": "YulBlock", - "src": "2118:38:27", - "statements": [ - { - "nativeSrc": "2132:14:27", - "nodeType": "YulAssignment", - "src": "2132:14:27", - "value": { - "name": "slot", - "nativeSrc": "2142:4:27", - "nodeType": "YulIdentifier", - "src": "2142:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "2132:6:27", - "nodeType": "YulIdentifier", - "src": "2132:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8324, - "isOffset": false, - "isSlot": true, - "src": "2132:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8320, - "isOffset": false, - "isSlot": false, - "src": "2142:4:27", - "valueSize": 1 - } - ], - "id": 8326, - "nodeType": "InlineAssembly", - "src": "2109:47:27" - } - ] - }, - "documentation": { - "id": 8318, - "nodeType": "StructuredDocumentation", - "src": "1880:87:27", - "text": " @dev Returns an `BooleanSlot` with member `value` located at `slot`." - }, - "id": 8328, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getBooleanSlot", - "nameLocation": "1981:14:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8321, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8320, - "mutability": "mutable", - "name": "slot", - "nameLocation": "2004:4:27", - "nodeType": "VariableDeclaration", - "scope": 8328, - "src": "1996:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8319, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1996:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1995:14:27" - }, - "returnParameters": { - "id": 8325, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8324, - "mutability": "mutable", - "name": "r", - "nameLocation": "2053:1:27", - "nodeType": "VariableDeclaration", - "scope": 8328, - "src": "2033:21:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BooleanSlot_$8294_storage_ptr", - "typeString": "struct StorageSlot.BooleanSlot" - }, - "typeName": { - "id": 8323, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8322, - "name": "BooleanSlot", - "nameLocations": [ - "2033:11:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8294, - "src": "2033:11:27" - }, - "referencedDeclaration": 8294, - "src": "2033:11:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BooleanSlot_$8294_storage_ptr", - "typeString": "struct StorageSlot.BooleanSlot" - } - }, - "visibility": "internal" - } - ], - "src": "2032:23:27" - }, - "scope": 8395, - "src": "1972:190:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8338, - "nodeType": "Block", - "src": "2344:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "2406:38:27", - "nodeType": "YulBlock", - "src": "2406:38:27", - "statements": [ - { - "nativeSrc": "2420:14:27", - "nodeType": "YulAssignment", - "src": "2420:14:27", - "value": { - "name": "slot", - "nativeSrc": "2430:4:27", - "nodeType": "YulIdentifier", - "src": "2430:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "2420:6:27", - "nodeType": "YulIdentifier", - "src": "2420:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8335, - "isOffset": false, - "isSlot": true, - "src": "2420:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8331, - "isOffset": false, - "isSlot": false, - "src": "2430:4:27", - "valueSize": 1 - } - ], - "id": 8337, - "nodeType": "InlineAssembly", - "src": "2397:47:27" - } - ] - }, - "documentation": { - "id": 8329, - "nodeType": "StructuredDocumentation", - "src": "2168:87:27", - "text": " @dev Returns an `Bytes32Slot` with member `value` located at `slot`." - }, - "id": 8339, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getBytes32Slot", - "nameLocation": "2269:14:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8332, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8331, - "mutability": "mutable", - "name": "slot", - "nameLocation": "2292:4:27", - "nodeType": "VariableDeclaration", - "scope": 8339, - "src": "2284:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8330, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2284:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2283:14:27" - }, - "returnParameters": { - "id": 8336, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8335, - "mutability": "mutable", - "name": "r", - "nameLocation": "2341:1:27", - "nodeType": "VariableDeclaration", - "scope": 8339, - "src": "2321:21:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Bytes32Slot_$8297_storage_ptr", - "typeString": "struct StorageSlot.Bytes32Slot" - }, - "typeName": { - "id": 8334, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8333, - "name": "Bytes32Slot", - "nameLocations": [ - "2321:11:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8297, - "src": "2321:11:27" - }, - "referencedDeclaration": 8297, - "src": "2321:11:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Bytes32Slot_$8297_storage_ptr", - "typeString": "struct StorageSlot.Bytes32Slot" - } - }, - "visibility": "internal" - } - ], - "src": "2320:23:27" - }, - "scope": 8395, - "src": "2260:190:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8349, - "nodeType": "Block", - "src": "2632:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "2694:38:27", - "nodeType": "YulBlock", - "src": "2694:38:27", - "statements": [ - { - "nativeSrc": "2708:14:27", - "nodeType": "YulAssignment", - "src": "2708:14:27", - "value": { - "name": "slot", - "nativeSrc": "2718:4:27", - "nodeType": "YulIdentifier", - "src": "2718:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "2708:6:27", - "nodeType": "YulIdentifier", - "src": "2708:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8346, - "isOffset": false, - "isSlot": true, - "src": "2708:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8342, - "isOffset": false, - "isSlot": false, - "src": "2718:4:27", - "valueSize": 1 - } - ], - "id": 8348, - "nodeType": "InlineAssembly", - "src": "2685:47:27" - } - ] - }, - "documentation": { - "id": 8340, - "nodeType": "StructuredDocumentation", - "src": "2456:87:27", - "text": " @dev Returns an `Uint256Slot` with member `value` located at `slot`." - }, - "id": 8350, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getUint256Slot", - "nameLocation": "2557:14:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8343, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8342, - "mutability": "mutable", - "name": "slot", - "nameLocation": "2580:4:27", - "nodeType": "VariableDeclaration", - "scope": 8350, - "src": "2572:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8341, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2572:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2571:14:27" - }, - "returnParameters": { - "id": 8347, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8346, - "mutability": "mutable", - "name": "r", - "nameLocation": "2629:1:27", - "nodeType": "VariableDeclaration", - "scope": 8350, - "src": "2609:21:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Uint256Slot_$8300_storage_ptr", - "typeString": "struct StorageSlot.Uint256Slot" - }, - "typeName": { - "id": 8345, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8344, - "name": "Uint256Slot", - "nameLocations": [ - "2609:11:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8300, - "src": "2609:11:27" - }, - "referencedDeclaration": 8300, - "src": "2609:11:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Uint256Slot_$8300_storage_ptr", - "typeString": "struct StorageSlot.Uint256Slot" - } - }, - "visibility": "internal" - } - ], - "src": "2608:23:27" - }, - "scope": 8395, - "src": "2548:190:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8360, - "nodeType": "Block", - "src": "2917:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "2979:38:27", - "nodeType": "YulBlock", - "src": "2979:38:27", - "statements": [ - { - "nativeSrc": "2993:14:27", - "nodeType": "YulAssignment", - "src": "2993:14:27", - "value": { - "name": "slot", - "nativeSrc": "3003:4:27", - "nodeType": "YulIdentifier", - "src": "3003:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "2993:6:27", - "nodeType": "YulIdentifier", - "src": "2993:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8357, - "isOffset": false, - "isSlot": true, - "src": "2993:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8353, - "isOffset": false, - "isSlot": false, - "src": "3003:4:27", - "valueSize": 1 - } - ], - "id": 8359, - "nodeType": "InlineAssembly", - "src": "2970:47:27" - } - ] - }, - "documentation": { - "id": 8351, - "nodeType": "StructuredDocumentation", - "src": "2744:86:27", - "text": " @dev Returns an `StringSlot` with member `value` located at `slot`." - }, - "id": 8361, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getStringSlot", - "nameLocation": "2844:13:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8354, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8353, - "mutability": "mutable", - "name": "slot", - "nameLocation": "2866:4:27", - "nodeType": "VariableDeclaration", - "scope": 8361, - "src": "2858:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8352, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2858:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2857:14:27" - }, - "returnParameters": { - "id": 8358, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8357, - "mutability": "mutable", - "name": "r", - "nameLocation": "2914:1:27", - "nodeType": "VariableDeclaration", - "scope": 8361, - "src": "2895:20:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_StringSlot_$8303_storage_ptr", - "typeString": "struct StorageSlot.StringSlot" - }, - "typeName": { - "id": 8356, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8355, - "name": "StringSlot", - "nameLocations": [ - "2895:10:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8303, - "src": "2895:10:27" - }, - "referencedDeclaration": 8303, - "src": "2895:10:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_StringSlot_$8303_storage_ptr", - "typeString": "struct StorageSlot.StringSlot" - } - }, - "visibility": "internal" - } - ], - "src": "2894:22:27" - }, - "scope": 8395, - "src": "2835:188:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8371, - "nodeType": "Block", - "src": "3225:112:27", - "statements": [ - { - "AST": { - "nativeSrc": "3287:44:27", - "nodeType": "YulBlock", - "src": "3287:44:27", - "statements": [ - { - "nativeSrc": "3301:20:27", - "nodeType": "YulAssignment", - "src": "3301:20:27", - "value": { - "name": "store.slot", - "nativeSrc": "3311:10:27", - "nodeType": "YulIdentifier", - "src": "3311:10:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "3301:6:27", - "nodeType": "YulIdentifier", - "src": "3301:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8368, - "isOffset": false, - "isSlot": true, - "src": "3301:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8364, - "isOffset": false, - "isSlot": true, - "src": "3311:10:27", - "suffix": "slot", - "valueSize": 1 - } - ], - "id": 8370, - "nodeType": "InlineAssembly", - "src": "3278:53:27" - } - ] - }, - "documentation": { - "id": 8362, - "nodeType": "StructuredDocumentation", - "src": "3029:101:27", - "text": " @dev Returns an `StringSlot` representation of the string storage pointer `store`." - }, - "id": 8372, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getStringSlot", - "nameLocation": "3144:13:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8365, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8364, - "mutability": "mutable", - "name": "store", - "nameLocation": "3173:5:27", - "nodeType": "VariableDeclaration", - "scope": 8372, - "src": "3158:20:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8363, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3158:6:27", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "3157:22:27" - }, - "returnParameters": { - "id": 8369, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8368, - "mutability": "mutable", - "name": "r", - "nameLocation": "3222:1:27", - "nodeType": "VariableDeclaration", - "scope": 8372, - "src": "3203:20:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_StringSlot_$8303_storage_ptr", - "typeString": "struct StorageSlot.StringSlot" - }, - "typeName": { - "id": 8367, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8366, - "name": "StringSlot", - "nameLocations": [ - "3203:10:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8303, - "src": "3203:10:27" - }, - "referencedDeclaration": 8303, - "src": "3203:10:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_StringSlot_$8303_storage_ptr", - "typeString": "struct StorageSlot.StringSlot" - } - }, - "visibility": "internal" - } - ], - "src": "3202:22:27" - }, - "scope": 8395, - "src": "3135:202:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8382, - "nodeType": "Block", - "src": "3513:106:27", - "statements": [ - { - "AST": { - "nativeSrc": "3575:38:27", - "nodeType": "YulBlock", - "src": "3575:38:27", - "statements": [ - { - "nativeSrc": "3589:14:27", - "nodeType": "YulAssignment", - "src": "3589:14:27", - "value": { - "name": "slot", - "nativeSrc": "3599:4:27", - "nodeType": "YulIdentifier", - "src": "3599:4:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "3589:6:27", - "nodeType": "YulIdentifier", - "src": "3589:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8379, - "isOffset": false, - "isSlot": true, - "src": "3589:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8375, - "isOffset": false, - "isSlot": false, - "src": "3599:4:27", - "valueSize": 1 - } - ], - "id": 8381, - "nodeType": "InlineAssembly", - "src": "3566:47:27" - } - ] - }, - "documentation": { - "id": 8373, - "nodeType": "StructuredDocumentation", - "src": "3343:85:27", - "text": " @dev Returns an `BytesSlot` with member `value` located at `slot`." - }, - "id": 8383, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getBytesSlot", - "nameLocation": "3442:12:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8376, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8375, - "mutability": "mutable", - "name": "slot", - "nameLocation": "3463:4:27", - "nodeType": "VariableDeclaration", - "scope": 8383, - "src": "3455:12:27", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8374, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3455:7:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3454:14:27" - }, - "returnParameters": { - "id": 8380, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8379, - "mutability": "mutable", - "name": "r", - "nameLocation": "3510:1:27", - "nodeType": "VariableDeclaration", - "scope": 8383, - "src": "3492:19:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BytesSlot_$8306_storage_ptr", - "typeString": "struct StorageSlot.BytesSlot" - }, - "typeName": { - "id": 8378, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8377, - "name": "BytesSlot", - "nameLocations": [ - "3492:9:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8306, - "src": "3492:9:27" - }, - "referencedDeclaration": 8306, - "src": "3492:9:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BytesSlot_$8306_storage_ptr", - "typeString": "struct StorageSlot.BytesSlot" - } - }, - "visibility": "internal" - } - ], - "src": "3491:21:27" - }, - "scope": 8395, - "src": "3433:186:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8393, - "nodeType": "Block", - "src": "3816:112:27", - "statements": [ - { - "AST": { - "nativeSrc": "3878:44:27", - "nodeType": "YulBlock", - "src": "3878:44:27", - "statements": [ - { - "nativeSrc": "3892:20:27", - "nodeType": "YulAssignment", - "src": "3892:20:27", - "value": { - "name": "store.slot", - "nativeSrc": "3902:10:27", - "nodeType": "YulIdentifier", - "src": "3902:10:27" - }, - "variableNames": [ - { - "name": "r.slot", - "nativeSrc": "3892:6:27", - "nodeType": "YulIdentifier", - "src": "3892:6:27" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8390, - "isOffset": false, - "isSlot": true, - "src": "3892:6:27", - "suffix": "slot", - "valueSize": 1 - }, - { - "declaration": 8386, - "isOffset": false, - "isSlot": true, - "src": "3902:10:27", - "suffix": "slot", - "valueSize": 1 - } - ], - "id": 8392, - "nodeType": "InlineAssembly", - "src": "3869:53:27" - } - ] - }, - "documentation": { - "id": 8384, - "nodeType": "StructuredDocumentation", - "src": "3625:99:27", - "text": " @dev Returns an `BytesSlot` representation of the bytes storage pointer `store`." - }, - "id": 8394, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getBytesSlot", - "nameLocation": "3738:12:27", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8387, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8386, - "mutability": "mutable", - "name": "store", - "nameLocation": "3765:5:27", - "nodeType": "VariableDeclaration", - "scope": 8394, - "src": "3751:19:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8385, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3751:5:27", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3750:21:27" - }, - "returnParameters": { - "id": 8391, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8390, - "mutability": "mutable", - "name": "r", - "nameLocation": "3813:1:27", - "nodeType": "VariableDeclaration", - "scope": 8394, - "src": "3795:19:27", - "stateVariable": false, - "storageLocation": "storage", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BytesSlot_$8306_storage_ptr", - "typeString": "struct StorageSlot.BytesSlot" - }, - "typeName": { - "id": 8389, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8388, - "name": "BytesSlot", - "nameLocations": [ - "3795:9:27" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8306, - "src": "3795:9:27" - }, - "referencedDeclaration": 8306, - "src": "3795:9:27", - "typeDescriptions": { - "typeIdentifier": "t_struct$_BytesSlot_$8306_storage_ptr", - "typeString": "struct StorageSlot.BytesSlot" - } - }, - "visibility": "internal" - } - ], - "src": "3794:21:27" - }, - "scope": 8395, - "src": "3729:199:27", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 8396, - "src": "1245:2685:27", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "193:3738:27" - }, - "id": 27 - }, - "@openzeppelin/contracts/utils/Strings.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/Strings.sol", - "exportedSymbols": { - "Math": [ - 10454 - ], - "SignedMath": [ - 12314 - ], - "Strings": [ - 8650 - ] - }, - "id": 8651, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 8397, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "101:24:28" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "file": "./math/Math.sol", - "id": 8399, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8651, - "sourceUnit": 10455, - "src": "127:37:28", - "symbolAliases": [ - { - "foreign": { - "id": 8398, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "135:4:28", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/SignedMath.sol", - "file": "./math/SignedMath.sol", - "id": 8401, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 8651, - "sourceUnit": 12315, - "src": "165:49:28", - "symbolAliases": [ - { - "foreign": { - "id": 8400, - "name": "SignedMath", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12314, - "src": "173:10:28", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Strings", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 8402, - "nodeType": "StructuredDocumentation", - "src": "216:34:28", - "text": " @dev String operations." - }, - "fullyImplemented": true, - "id": 8650, - "linearizedBaseContracts": [ - 8650 - ], - "name": "Strings", - "nameLocation": "259:7:28", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": true, - "id": 8405, - "mutability": "constant", - "name": "HEX_DIGITS", - "nameLocation": "298:10:28", - "nodeType": "VariableDeclaration", - "scope": 8650, - "src": "273:56:28", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes16", - "typeString": "bytes16" - }, - "typeName": { - "id": 8403, - "name": "bytes16", - "nodeType": "ElementaryTypeName", - "src": "273:7:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes16", - "typeString": "bytes16" - } - }, - "value": { - "hexValue": "30313233343536373839616263646566", - "id": 8404, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "311:18:28", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_cb29997ed99ead0db59ce4d12b7d3723198c827273e5796737c926d78019c39f", - "typeString": "literal_string \"0123456789abcdef\"" - }, - "value": "0123456789abcdef" - }, - "visibility": "private" - }, - { - "constant": true, - "id": 8408, - "mutability": "constant", - "name": "ADDRESS_LENGTH", - "nameLocation": "358:14:28", - "nodeType": "VariableDeclaration", - "scope": 8650, - "src": "335:42:28", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 8406, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "335:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "value": { - "hexValue": "3230", - "id": 8407, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "375:2:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_20_by_1", - "typeString": "int_const 20" - }, - "value": "20" - }, - "visibility": "private" - }, - { - "documentation": { - "id": 8409, - "nodeType": "StructuredDocumentation", - "src": "384:81:28", - "text": " @dev The `value` string doesn't fit in the specified `length`." - }, - "errorSelector": "e22e27eb", - "id": 8415, - "name": "StringsInsufficientHexLength", - "nameLocation": "476:28:28", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8414, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8411, - "mutability": "mutable", - "name": "value", - "nameLocation": "513:5:28", - "nodeType": "VariableDeclaration", - "scope": 8415, - "src": "505:13:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8410, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "505:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8413, - "mutability": "mutable", - "name": "length", - "nameLocation": "528:6:28", - "nodeType": "VariableDeclaration", - "scope": 8415, - "src": "520:14:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8412, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "520:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "504:31:28" - }, - "src": "470:66:28" - }, - { - "body": { - "id": 8462, - "nodeType": "Block", - "src": "708:627:28", - "statements": [ - { - "id": 8461, - "nodeType": "UncheckedBlock", - "src": "718:611:28", - "statements": [ - { - "assignments": [ - 8424 - ], - "declarations": [ - { - "constant": false, - "id": 8424, - "mutability": "mutable", - "name": "length", - "nameLocation": "750:6:28", - "nodeType": "VariableDeclaration", - "scope": 8461, - "src": "742:14:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8423, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "742:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8431, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8430, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8427, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8418, - "src": "770:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 8425, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "759:4:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$10454_$", - "typeString": "type(library Math)" - } - }, - "id": 8426, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "764:5:28", - "memberName": "log10", - "nodeType": "MemberAccess", - "referencedDeclaration": 10274, - "src": "759:10:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 8428, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "759:17:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 8429, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "779:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "759:21:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "742:38:28" - }, - { - "assignments": [ - 8433 - ], - "declarations": [ - { - "constant": false, - "id": 8433, - "mutability": "mutable", - "name": "buffer", - "nameLocation": "808:6:28", - "nodeType": "VariableDeclaration", - "scope": 8461, - "src": "794:20:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8432, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "794:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "id": 8438, - "initialValue": { - "arguments": [ - { - "id": 8436, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8424, - "src": "828:6:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8435, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "817:10:28", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - }, - "typeName": { - "id": 8434, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "821:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - } - }, - "id": 8437, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "817:18:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "794:41:28" - }, - { - "assignments": [ - 8440 - ], - "declarations": [ - { - "constant": false, - "id": 8440, - "mutability": "mutable", - "name": "ptr", - "nameLocation": "857:3:28", - "nodeType": "VariableDeclaration", - "scope": 8461, - "src": "849:11:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8439, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "849:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8441, - "nodeType": "VariableDeclarationStatement", - "src": "849:11:28" - }, - { - "AST": { - "nativeSrc": "930:67:28", - "nodeType": "YulBlock", - "src": "930:67:28", - "statements": [ - { - "nativeSrc": "948:35:28", - "nodeType": "YulAssignment", - "src": "948:35:28", - "value": { - "arguments": [ - { - "name": "buffer", - "nativeSrc": "959:6:28", - "nodeType": "YulIdentifier", - "src": "959:6:28" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "971:2:28", - "nodeType": "YulLiteral", - "src": "971:2:28", - "type": "", - "value": "32" - }, - { - "name": "length", - "nativeSrc": "975:6:28", - "nodeType": "YulIdentifier", - "src": "975:6:28" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "967:3:28", - "nodeType": "YulIdentifier", - "src": "967:3:28" - }, - "nativeSrc": "967:15:28", - "nodeType": "YulFunctionCall", - "src": "967:15:28" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "955:3:28", - "nodeType": "YulIdentifier", - "src": "955:3:28" - }, - "nativeSrc": "955:28:28", - "nodeType": "YulFunctionCall", - "src": "955:28:28" - }, - "variableNames": [ - { - "name": "ptr", - "nativeSrc": "948:3:28", - "nodeType": "YulIdentifier", - "src": "948:3:28" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8433, - "isOffset": false, - "isSlot": false, - "src": "959:6:28", - "valueSize": 1 - }, - { - "declaration": 8424, - "isOffset": false, - "isSlot": false, - "src": "975:6:28", - "valueSize": 1 - }, - { - "declaration": 8440, - "isOffset": false, - "isSlot": false, - "src": "948:3:28", - "valueSize": 1 - } - ], - "id": 8442, - "nodeType": "InlineAssembly", - "src": "921:76:28" - }, - { - "body": { - "id": 8457, - "nodeType": "Block", - "src": "1023:269:28", - "statements": [ - { - "expression": { - "id": 8445, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "--", - "prefix": false, - "src": "1041:5:28", - "subExpression": { - "id": 8444, - "name": "ptr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8440, - "src": "1041:3:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8446, - "nodeType": "ExpressionStatement", - "src": "1041:5:28" - }, - { - "AST": { - "nativeSrc": "1124:86:28", - "nodeType": "YulBlock", - "src": "1124:86:28", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "1154:3:28", - "nodeType": "YulIdentifier", - "src": "1154:3:28" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "1168:5:28", - "nodeType": "YulIdentifier", - "src": "1168:5:28" - }, - { - "kind": "number", - "nativeSrc": "1175:2:28", - "nodeType": "YulLiteral", - "src": "1175:2:28", - "type": "", - "value": "10" - } - ], - "functionName": { - "name": "mod", - "nativeSrc": "1164:3:28", - "nodeType": "YulIdentifier", - "src": "1164:3:28" - }, - "nativeSrc": "1164:14:28", - "nodeType": "YulFunctionCall", - "src": "1164:14:28" - }, - { - "name": "HEX_DIGITS", - "nativeSrc": "1180:10:28", - "nodeType": "YulIdentifier", - "src": "1180:10:28" - } - ], - "functionName": { - "name": "byte", - "nativeSrc": "1159:4:28", - "nodeType": "YulIdentifier", - "src": "1159:4:28" - }, - "nativeSrc": "1159:32:28", - "nodeType": "YulFunctionCall", - "src": "1159:32:28" - } - ], - "functionName": { - "name": "mstore8", - "nativeSrc": "1146:7:28", - "nodeType": "YulIdentifier", - "src": "1146:7:28" - }, - "nativeSrc": "1146:46:28", - "nodeType": "YulFunctionCall", - "src": "1146:46:28" - }, - "nativeSrc": "1146:46:28", - "nodeType": "YulExpressionStatement", - "src": "1146:46:28" - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8405, - "isOffset": false, - "isSlot": false, - "src": "1180:10:28", - "valueSize": 1 - }, - { - "declaration": 8440, - "isOffset": false, - "isSlot": false, - "src": "1154:3:28", - "valueSize": 1 - }, - { - "declaration": 8418, - "isOffset": false, - "isSlot": false, - "src": "1168:5:28", - "valueSize": 1 - } - ], - "id": 8447, - "nodeType": "InlineAssembly", - "src": "1115:95:28" - }, - { - "expression": { - "id": 8450, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 8448, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8418, - "src": "1227:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "hexValue": "3130", - "id": 8449, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1236:2:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "src": "1227:11:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8451, - "nodeType": "ExpressionStatement", - "src": "1227:11:28" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8454, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8452, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8418, - "src": "1260:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 8453, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1269:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1260:10:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8456, - "nodeType": "IfStatement", - "src": "1256:21:28", - "trueBody": { - "id": 8455, - "nodeType": "Break", - "src": "1272:5:28" - } - } - ] - }, - "condition": { - "hexValue": "74727565", - "id": 8443, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1017:4:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "id": 8458, - "nodeType": "WhileStatement", - "src": "1010:282:28" - }, - { - "expression": { - "id": 8459, - "name": "buffer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8433, - "src": "1312:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8422, - "id": 8460, - "nodeType": "Return", - "src": "1305:13:28" - } - ] - } - ] - }, - "documentation": { - "id": 8416, - "nodeType": "StructuredDocumentation", - "src": "542:90:28", - "text": " @dev Converts a `uint256` to its ASCII `string` decimal representation." - }, - "id": 8463, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toString", - "nameLocation": "646:8:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8419, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8418, - "mutability": "mutable", - "name": "value", - "nameLocation": "663:5:28", - "nodeType": "VariableDeclaration", - "scope": 8463, - "src": "655:13:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8417, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "655:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "654:15:28" - }, - "returnParameters": { - "id": 8422, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8421, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8463, - "src": "693:13:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8420, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "693:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "692:15:28" - }, - "scope": 8650, - "src": "637:698:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8488, - "nodeType": "Block", - "src": "1511:92:28", - "statements": [ - { - "expression": { - "arguments": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 8476, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8474, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8466, - "src": "1542:5:28", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "30", - "id": 8475, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1550:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1542:9:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "", - "id": 8478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1560:2:28", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", - "typeString": "literal_string \"\"" - }, - "value": "" - }, - "id": 8479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "1542:20:28", - "trueExpression": { - "hexValue": "2d", - "id": 8477, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1554:3:28", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_d3b8281179950f98149eefdb158d0e1acb56f56e8e343aa9fefafa7e36959561", - "typeString": "literal_string \"-\"" - }, - "value": "-" - }, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "arguments": [ - { - "arguments": [ - { - "id": 8483, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8466, - "src": "1588:5:28", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "expression": { - "id": 8481, - "name": "SignedMath", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12314, - "src": "1573:10:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SignedMath_$12314_$", - "typeString": "type(library SignedMath)" - } - }, - "id": 8482, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1584:3:28", - "memberName": "abs", - "nodeType": "MemberAccess", - "referencedDeclaration": 12313, - "src": "1573:14:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_int256_$returns$_t_uint256_$", - "typeString": "function (int256) pure returns (uint256)" - } - }, - "id": 8484, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1573:21:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8480, - "name": "toString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8463, - "src": "1564:8:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - } - }, - "id": 8485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1564:31:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - }, - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "expression": { - "id": 8472, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1528:6:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_string_storage_ptr_$", - "typeString": "type(string storage pointer)" - }, - "typeName": { - "id": 8471, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1528:6:28", - "typeDescriptions": {} - } - }, - "id": 8473, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1535:6:28", - "memberName": "concat", - "nodeType": "MemberAccess", - "src": "1528:13:28", - "typeDescriptions": { - "typeIdentifier": "t_function_stringconcat_pure$__$returns$_t_string_memory_ptr_$", - "typeString": "function () pure returns (string memory)" - } - }, - "id": 8486, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1528:68:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8470, - "id": 8487, - "nodeType": "Return", - "src": "1521:75:28" - } - ] - }, - "documentation": { - "id": 8464, - "nodeType": "StructuredDocumentation", - "src": "1341:89:28", - "text": " @dev Converts a `int256` to its ASCII `string` decimal representation." - }, - "id": 8489, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toStringSigned", - "nameLocation": "1444:14:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8467, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8466, - "mutability": "mutable", - "name": "value", - "nameLocation": "1466:5:28", - "nodeType": "VariableDeclaration", - "scope": 8489, - "src": "1459:12:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 8465, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1459:6:28", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1458:14:28" - }, - "returnParameters": { - "id": 8470, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8469, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8489, - "src": "1496:13:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8468, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1496:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "1495:15:28" - }, - "scope": 8650, - "src": "1435:168:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8508, - "nodeType": "Block", - "src": "1782:100:28", - "statements": [ - { - "id": 8507, - "nodeType": "UncheckedBlock", - "src": "1792:84:28", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 8498, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8492, - "src": "1835:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8504, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8501, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8492, - "src": "1854:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 8499, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "1842:4:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$10454_$", - "typeString": "type(library Math)" - } - }, - "id": 8500, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1847:6:28", - "memberName": "log256", - "nodeType": "MemberAccess", - "referencedDeclaration": 10396, - "src": "1842:11:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 8502, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1842:18:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 8503, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1863:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "1842:22:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8497, - "name": "toHexString", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8509, - 8592, - 8612 - ], - "referencedDeclaration": 8592, - "src": "1823:11:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256,uint256) pure returns (string memory)" - } - }, - "id": 8505, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1823:42:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8496, - "id": 8506, - "nodeType": "Return", - "src": "1816:49:28" - } - ] - } - ] - }, - "documentation": { - "id": 8490, - "nodeType": "StructuredDocumentation", - "src": "1609:94:28", - "text": " @dev Converts a `uint256` to its ASCII `string` hexadecimal representation." - }, - "id": 8509, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toHexString", - "nameLocation": "1717:11:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8493, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8492, - "mutability": "mutable", - "name": "value", - "nameLocation": "1737:5:28", - "nodeType": "VariableDeclaration", - "scope": 8509, - "src": "1729:13:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8491, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1729:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1728:15:28" - }, - "returnParameters": { - "id": 8496, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8495, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8509, - "src": "1767:13:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8494, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "1767:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "1766:15:28" - }, - "scope": 8650, - "src": "1708:174:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8591, - "nodeType": "Block", - "src": "2095:435:28", - "statements": [ - { - "assignments": [ - 8520 - ], - "declarations": [ - { - "constant": false, - "id": 8520, - "mutability": "mutable", - "name": "localValue", - "nameLocation": "2113:10:28", - "nodeType": "VariableDeclaration", - "scope": 8591, - "src": "2105:18:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8519, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2105:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8522, - "initialValue": { - "id": 8521, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8512, - "src": "2126:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2105:26:28" - }, - { - "assignments": [ - 8524 - ], - "declarations": [ - { - "constant": false, - "id": 8524, - "mutability": "mutable", - "name": "buffer", - "nameLocation": "2154:6:28", - "nodeType": "VariableDeclaration", - "scope": 8591, - "src": "2141:19:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8523, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2141:5:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 8533, - "initialValue": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8531, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8529, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 8527, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2173:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 8528, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8514, - "src": "2177:6:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2173:10:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "32", - "id": 8530, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2186:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "2173:14:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8526, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "2163:9:28", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_bytes_memory_ptr_$", - "typeString": "function (uint256) pure returns (bytes memory)" - }, - "typeName": { - "id": 8525, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2167:5:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - } - }, - "id": 8532, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2163:25:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2141:47:28" - }, - { - "expression": { - "id": 8538, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 8534, - "name": "buffer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8524, - "src": "2198:6:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8536, - "indexExpression": { - "hexValue": "30", - "id": 8535, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2205:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2198:9:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "30", - "id": 8537, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2210:3:28", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d", - "typeString": "literal_string \"0\"" - }, - "value": "0" - }, - "src": "2198:15:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "id": 8539, - "nodeType": "ExpressionStatement", - "src": "2198:15:28" - }, - { - "expression": { - "id": 8544, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 8540, - "name": "buffer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8524, - "src": "2223:6:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8542, - "indexExpression": { - "hexValue": "31", - "id": 8541, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2230:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2223:9:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "78", - "id": 8543, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2235:3:28", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_7521d1cadbcfa91eec65aa16715b94ffc1c9654ba57ea2ef1a2127bca1127a83", - "typeString": "literal_string \"x\"" - }, - "value": "x" - }, - "src": "2223:15:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "id": 8545, - "nodeType": "ExpressionStatement", - "src": "2223:15:28" - }, - { - "body": { - "id": 8574, - "nodeType": "Block", - "src": "2293:95:28", - "statements": [ - { - "expression": { - "id": 8568, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 8560, - "name": "buffer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8524, - "src": "2307:6:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8562, - "indexExpression": { - "id": 8561, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8547, - "src": "2314:1:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2307:9:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "baseExpression": { - "id": 8563, - "name": "HEX_DIGITS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8405, - "src": "2319:10:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes16", - "typeString": "bytes16" - } - }, - "id": 8567, - "indexExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8566, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8564, - "name": "localValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8520, - "src": "2330:10:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "hexValue": "307866", - "id": 8565, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2343:3:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_15_by_1", - "typeString": "int_const 15" - }, - "value": "0xf" - }, - "src": "2330:16:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2319:28:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "src": "2307:40:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "id": 8569, - "nodeType": "ExpressionStatement", - "src": "2307:40:28" - }, - { - "expression": { - "id": 8572, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 8570, - "name": "localValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8520, - "src": "2361:10:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "34", - "id": 8571, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2376:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "2361:16:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8573, - "nodeType": "ExpressionStatement", - "src": "2361:16:28" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8556, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8554, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8547, - "src": "2281:1:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "31", - "id": 8555, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2285:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "2281:5:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8575, - "initializationExpression": { - "assignments": [ - 8547 - ], - "declarations": [ - { - "constant": false, - "id": 8547, - "mutability": "mutable", - "name": "i", - "nameLocation": "2261:1:28", - "nodeType": "VariableDeclaration", - "scope": 8575, - "src": "2253:9:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8546, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2253:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 8553, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8552, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8550, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 8548, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2265:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 8549, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8514, - "src": "2269:6:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2265:10:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 8551, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2278:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "2265:14:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2253:26:28" - }, - "isSimpleCounterLoop": false, - "loopExpression": { - "expression": { - "id": 8558, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "--", - "prefix": true, - "src": "2288:3:28", - "subExpression": { - "id": 8557, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8547, - "src": "2290:1:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 8559, - "nodeType": "ExpressionStatement", - "src": "2288:3:28" - }, - "nodeType": "ForStatement", - "src": "2248:140:28" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8578, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8576, - "name": "localValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8520, - "src": "2401:10:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "hexValue": "30", - "id": 8577, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2415:1:28", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "2401:15:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8585, - "nodeType": "IfStatement", - "src": "2397:96:28", - "trueBody": { - "id": 8584, - "nodeType": "Block", - "src": "2418:75:28", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 8580, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8512, - "src": "2468:5:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 8581, - "name": "length", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8514, - "src": "2475:6:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8579, - "name": "StringsInsufficientHexLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8415, - "src": "2439:28:28", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256,uint256) pure returns (error)" - } - }, - "id": 8582, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2439:43:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8583, - "nodeType": "RevertStatement", - "src": "2432:50:28" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 8588, - "name": "buffer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8524, - "src": "2516:6:28", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 8587, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2509:6:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_string_storage_ptr_$", - "typeString": "type(string storage pointer)" - }, - "typeName": { - "id": 8586, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2509:6:28", - "typeDescriptions": {} - } - }, - "id": 8589, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2509:14:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8518, - "id": 8590, - "nodeType": "Return", - "src": "2502:21:28" - } - ] - }, - "documentation": { - "id": 8510, - "nodeType": "StructuredDocumentation", - "src": "1888:112:28", - "text": " @dev Converts a `uint256` to its ASCII `string` hexadecimal representation with fixed length." - }, - "id": 8592, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toHexString", - "nameLocation": "2014:11:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8515, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8512, - "mutability": "mutable", - "name": "value", - "nameLocation": "2034:5:28", - "nodeType": "VariableDeclaration", - "scope": 8592, - "src": "2026:13:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8511, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2026:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8514, - "mutability": "mutable", - "name": "length", - "nameLocation": "2049:6:28", - "nodeType": "VariableDeclaration", - "scope": 8592, - "src": "2041:14:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8513, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2041:7:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2025:31:28" - }, - "returnParameters": { - "id": 8518, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8517, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8592, - "src": "2080:13:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8516, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2080:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2079:15:28" - }, - "scope": 8650, - "src": "2005:525:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8611, - "nodeType": "Block", - "src": "2762:75:28", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "id": 8605, - "name": "addr", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8595, - "src": "2807:4:28", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 8604, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2799:7:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - }, - "typeName": { - "id": 8603, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "2799:7:28", - "typeDescriptions": {} - } - }, - "id": 8606, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2799:13:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - ], - "id": 8602, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2791:7:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8601, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2791:7:28", - "typeDescriptions": {} - } - }, - "id": 8607, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2791:22:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 8608, - "name": "ADDRESS_LENGTH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8408, - "src": "2815:14:28", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - ], - "id": 8600, - "name": "toHexString", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8509, - 8592, - 8612 - ], - "referencedDeclaration": 8592, - "src": "2779:11:28", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256,uint256) pure returns (string memory)" - } - }, - "id": 8609, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2779:51:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 8599, - "id": 8610, - "nodeType": "Return", - "src": "2772:58:28" - } - ] - }, - "documentation": { - "id": 8593, - "nodeType": "StructuredDocumentation", - "src": "2536:148:28", - "text": " @dev Converts an `address` with fixed length of 20 bytes to its not checksummed ASCII `string` hexadecimal\n representation." - }, - "id": 8612, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toHexString", - "nameLocation": "2698:11:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8596, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8595, - "mutability": "mutable", - "name": "addr", - "nameLocation": "2718:4:28", - "nodeType": "VariableDeclaration", - "scope": 8612, - "src": "2710:12:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8594, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2710:7:28", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "2709:14:28" - }, - "returnParameters": { - "id": 8599, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8598, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8612, - "src": "2747:13:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8597, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2747:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2746:15:28" - }, - "scope": 8650, - "src": "2689:148:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8648, - "nodeType": "Block", - "src": "2992:104:28", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 8646, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8632, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "arguments": [ - { - "id": 8624, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8615, - "src": "3015:1:28", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8623, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3009:5:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8622, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3009:5:28", - "typeDescriptions": {} - } - }, - "id": 8625, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3009:8:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8626, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3018:6:28", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3009:15:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 8629, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8617, - "src": "3034:1:28", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8628, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3028:5:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8627, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3028:5:28", - "typeDescriptions": {} - } - }, - "id": 8630, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3028:8:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8631, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3037:6:28", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "3028:15:28", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3009:34:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8645, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "arguments": [ - { - "id": 8636, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8615, - "src": "3063:1:28", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8635, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3057:5:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8634, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3057:5:28", - "typeDescriptions": {} - } - }, - "id": 8637, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3057:8:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 8633, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "3047:9:28", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 8638, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3047:19:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "arguments": [ - { - "id": 8642, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8617, - "src": "3086:1:28", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 8641, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3080:5:28", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 8640, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3080:5:28", - "typeDescriptions": {} - } - }, - "id": 8643, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3080:8:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 8639, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "3070:9:28", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 8644, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3070:19:28", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3047:42:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "3009:80:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 8621, - "id": 8647, - "nodeType": "Return", - "src": "3002:87:28" - } - ] - }, - "documentation": { - "id": 8613, - "nodeType": "StructuredDocumentation", - "src": "2843:66:28", - "text": " @dev Returns true if the two strings are equal." - }, - "id": 8649, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "equal", - "nameLocation": "2923:5:28", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8618, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8615, - "mutability": "mutable", - "name": "a", - "nameLocation": "2943:1:28", - "nodeType": "VariableDeclaration", - "scope": 8649, - "src": "2929:15:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8614, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2929:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8617, - "mutability": "mutable", - "name": "b", - "nameLocation": "2960:1:28", - "nodeType": "VariableDeclaration", - "scope": 8649, - "src": "2946:15:28", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 8616, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2946:6:28", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "2928:34:28" - }, - "returnParameters": { - "id": 8621, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8620, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8649, - "src": "2986:4:28", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 8619, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2986:4:28", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "2985:6:28" - }, - "scope": 8650, - "src": "2914:182:28", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 8651, - "src": "251:2847:28", - "usedErrors": [ - 8415 - ], - "usedEvents": [] - } - ], - "src": "101:2998:28" - }, - "id": 28 - }, - "@openzeppelin/contracts/utils/cryptography/ECDSA.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", - "exportedSymbols": { - "ECDSA": [ - 8998 - ] - }, - "id": 8999, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 8652, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "112:24:29" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "ECDSA", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 8653, - "nodeType": "StructuredDocumentation", - "src": "138:205:29", - "text": " @dev Elliptic Curve Digital Signature Algorithm (ECDSA) operations.\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." - }, - "fullyImplemented": true, - "id": 8998, - "linearizedBaseContracts": [ - 8998 - ], - "name": "ECDSA", - "nameLocation": "352:5:29", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "ECDSA.RecoverError", - "id": 8658, - "members": [ - { - "id": 8654, - "name": "NoError", - "nameLocation": "392:7:29", - "nodeType": "EnumValue", - "src": "392:7:29" - }, - { - "id": 8655, - "name": "InvalidSignature", - "nameLocation": "409:16:29", - "nodeType": "EnumValue", - "src": "409:16:29" - }, - { - "id": 8656, - "name": "InvalidSignatureLength", - "nameLocation": "435:22:29", - "nodeType": "EnumValue", - "src": "435:22:29" - }, - { - "id": 8657, - "name": "InvalidSignatureS", - "nameLocation": "467:17:29", - "nodeType": "EnumValue", - "src": "467:17:29" - } - ], - "name": "RecoverError", - "nameLocation": "369:12:29", - "nodeType": "EnumDefinition", - "src": "364:126:29" - }, - { - "documentation": { - "id": 8659, - "nodeType": "StructuredDocumentation", - "src": "496:63:29", - "text": " @dev The signature derives the `address(0)`." - }, - "errorSelector": "f645eedf", - "id": 8661, - "name": "ECDSAInvalidSignature", - "nameLocation": "570:21:29", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8660, - "nodeType": "ParameterList", - "parameters": [], - "src": "591:2:29" - }, - "src": "564:30:29" - }, - { - "documentation": { - "id": 8662, - "nodeType": "StructuredDocumentation", - "src": "600:60:29", - "text": " @dev The signature has an invalid length." - }, - "errorSelector": "fce698f7", - "id": 8666, - "name": "ECDSAInvalidSignatureLength", - "nameLocation": "671:27:29", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8665, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8664, - "mutability": "mutable", - "name": "length", - "nameLocation": "707:6:29", - "nodeType": "VariableDeclaration", - "scope": 8666, - "src": "699:14:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 8663, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "699:7:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "698:16:29" - }, - "src": "665:50:29" - }, - { - "documentation": { - "id": 8667, - "nodeType": "StructuredDocumentation", - "src": "721:85:29", - "text": " @dev The signature has an S value that is in the upper half order." - }, - "errorSelector": "d78bce0c", - "id": 8671, - "name": "ECDSAInvalidSignatureS", - "nameLocation": "817:22:29", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 8670, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8669, - "mutability": "mutable", - "name": "s", - "nameLocation": "848:1:29", - "nodeType": "VariableDeclaration", - "scope": 8671, - "src": "840:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8668, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "840:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "839:11:29" - }, - "src": "811:40:29" - }, - { - "body": { - "id": 8723, - "nodeType": "Block", - "src": "2242:653:29", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8689, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 8686, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8676, - "src": "2256:9:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8687, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2266:6:29", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "2256:16:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "3635", - "id": 8688, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2276:2:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_65_by_1", - "typeString": "int_const 65" - }, - "value": "65" - }, - "src": "2256:22:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 8721, - "nodeType": "Block", - "src": "2781:108:29", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "hexValue": "30", - "id": 8710, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2811:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8709, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2803:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 8708, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2803:7:29", - "typeDescriptions": {} - } - }, - "id": 8711, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2803:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 8712, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "2815:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8713, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2828:22:29", - "memberName": "InvalidSignatureLength", - "nodeType": "MemberAccess", - "referencedDeclaration": 8656, - "src": "2815:35:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "arguments": [ - { - "expression": { - "id": 8716, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8676, - "src": "2860:9:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 8717, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2870:6:29", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "2860:16:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8715, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2852:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8714, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2852:7:29", - "typeDescriptions": {} - } - }, - "id": 8718, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2852:25:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "id": 8719, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2802:76:29", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8685, - "id": 8720, - "nodeType": "Return", - "src": "2795:83:29" - } - ] - }, - "id": 8722, - "nodeType": "IfStatement", - "src": "2252:637:29", - "trueBody": { - "id": 8707, - "nodeType": "Block", - "src": "2280:495:29", - "statements": [ - { - "assignments": [ - 8691 - ], - "declarations": [ - { - "constant": false, - "id": 8691, - "mutability": "mutable", - "name": "r", - "nameLocation": "2302:1:29", - "nodeType": "VariableDeclaration", - "scope": 8707, - "src": "2294:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8690, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2294:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8692, - "nodeType": "VariableDeclarationStatement", - "src": "2294:9:29" - }, - { - "assignments": [ - 8694 - ], - "declarations": [ - { - "constant": false, - "id": 8694, - "mutability": "mutable", - "name": "s", - "nameLocation": "2325:1:29", - "nodeType": "VariableDeclaration", - "scope": 8707, - "src": "2317:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8693, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2317:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8695, - "nodeType": "VariableDeclarationStatement", - "src": "2317:9:29" - }, - { - "assignments": [ - 8697 - ], - "declarations": [ - { - "constant": false, - "id": 8697, - "mutability": "mutable", - "name": "v", - "nameLocation": "2346:1:29", - "nodeType": "VariableDeclaration", - "scope": 8707, - "src": "2340:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 8696, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "2340:5:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - } - ], - "id": 8698, - "nodeType": "VariableDeclarationStatement", - "src": "2340:7:29" - }, - { - "AST": { - "nativeSrc": "2548:171:29", - "nodeType": "YulBlock", - "src": "2548:171:29", - "statements": [ - { - "nativeSrc": "2566:32:29", - "nodeType": "YulAssignment", - "src": "2566:32:29", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "signature", - "nativeSrc": "2581:9:29", - "nodeType": "YulIdentifier", - "src": "2581:9:29" - }, - { - "kind": "number", - "nativeSrc": "2592:4:29", - "nodeType": "YulLiteral", - "src": "2592:4:29", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2577:3:29", - "nodeType": "YulIdentifier", - "src": "2577:3:29" - }, - "nativeSrc": "2577:20:29", - "nodeType": "YulFunctionCall", - "src": "2577:20:29" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2571:5:29", - "nodeType": "YulIdentifier", - "src": "2571:5:29" - }, - "nativeSrc": "2571:27:29", - "nodeType": "YulFunctionCall", - "src": "2571:27:29" - }, - "variableNames": [ - { - "name": "r", - "nativeSrc": "2566:1:29", - "nodeType": "YulIdentifier", - "src": "2566:1:29" - } - ] - }, - { - "nativeSrc": "2615:32:29", - "nodeType": "YulAssignment", - "src": "2615:32:29", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "signature", - "nativeSrc": "2630:9:29", - "nodeType": "YulIdentifier", - "src": "2630:9:29" - }, - { - "kind": "number", - "nativeSrc": "2641:4:29", - "nodeType": "YulLiteral", - "src": "2641:4:29", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2626:3:29", - "nodeType": "YulIdentifier", - "src": "2626:3:29" - }, - "nativeSrc": "2626:20:29", - "nodeType": "YulFunctionCall", - "src": "2626:20:29" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2620:5:29", - "nodeType": "YulIdentifier", - "src": "2620:5:29" - }, - "nativeSrc": "2620:27:29", - "nodeType": "YulFunctionCall", - "src": "2620:27:29" - }, - "variableNames": [ - { - "name": "s", - "nativeSrc": "2615:1:29", - "nodeType": "YulIdentifier", - "src": "2615:1:29" - } - ] - }, - { - "nativeSrc": "2664:41:29", - "nodeType": "YulAssignment", - "src": "2664:41:29", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2674:1:29", - "nodeType": "YulLiteral", - "src": "2674:1:29", - "type": "", - "value": "0" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "signature", - "nativeSrc": "2687:9:29", - "nodeType": "YulIdentifier", - "src": "2687:9:29" - }, - { - "kind": "number", - "nativeSrc": "2698:4:29", - "nodeType": "YulLiteral", - "src": "2698:4:29", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2683:3:29", - "nodeType": "YulIdentifier", - "src": "2683:3:29" - }, - "nativeSrc": "2683:20:29", - "nodeType": "YulFunctionCall", - "src": "2683:20:29" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2677:5:29", - "nodeType": "YulIdentifier", - "src": "2677:5:29" - }, - "nativeSrc": "2677:27:29", - "nodeType": "YulFunctionCall", - "src": "2677:27:29" - } - ], - "functionName": { - "name": "byte", - "nativeSrc": "2669:4:29", - "nodeType": "YulIdentifier", - "src": "2669:4:29" - }, - "nativeSrc": "2669:36:29", - "nodeType": "YulFunctionCall", - "src": "2669:36:29" - }, - "variableNames": [ - { - "name": "v", - "nativeSrc": "2664:1:29", - "nodeType": "YulIdentifier", - "src": "2664:1:29" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 8691, - "isOffset": false, - "isSlot": false, - "src": "2566:1:29", - "valueSize": 1 - }, - { - "declaration": 8694, - "isOffset": false, - "isSlot": false, - "src": "2615:1:29", - "valueSize": 1 - }, - { - "declaration": 8676, - "isOffset": false, - "isSlot": false, - "src": "2581:9:29", - "valueSize": 1 - }, - { - "declaration": 8676, - "isOffset": false, - "isSlot": false, - "src": "2630:9:29", - "valueSize": 1 - }, - { - "declaration": 8676, - "isOffset": false, - "isSlot": false, - "src": "2687:9:29", - "valueSize": 1 - }, - { - "declaration": 8697, - "isOffset": false, - "isSlot": false, - "src": "2664:1:29", - "valueSize": 1 - } - ], - "id": 8699, - "nodeType": "InlineAssembly", - "src": "2539:180:29" - }, - { - "expression": { - "arguments": [ - { - "id": 8701, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8674, - "src": "2750:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8702, - "name": "v", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8697, - "src": "2756:1:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "id": 8703, - "name": "r", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8691, - "src": "2759:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8704, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8694, - "src": "2762:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8700, - "name": "tryRecover", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8724, - 8804, - 8912 - ], - "referencedDeclaration": 8912, - "src": "2739:10:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 8705, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2739:25:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8685, - "id": 8706, - "nodeType": "Return", - "src": "2732:32:29" - } - ] - } - } - ] - }, - "documentation": { - "id": 8672, - "nodeType": "StructuredDocumentation", - "src": "857:1267:29", - "text": " @dev Returns the address that signed a hashed message (`hash`) with `signature` or an error. This will not\n return address(0) without also returning an error description. Errors are documented using an enum (error type)\n and a bytes32 providing additional information about the error.\n If no error is returned, then the address can be used for verification purposes.\n The `ecrecover` EVM precompile 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 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 {MessageHashUtils-toEthSignedMessageHash} on it.\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]" - }, - "id": 8724, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryRecover", - "nameLocation": "2138:10:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8677, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8674, - "mutability": "mutable", - "name": "hash", - "nameLocation": "2157:4:29", - "nodeType": "VariableDeclaration", - "scope": 8724, - "src": "2149:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8673, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2149:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8676, - "mutability": "mutable", - "name": "signature", - "nameLocation": "2176:9:29", - "nodeType": "VariableDeclaration", - "scope": 8724, - "src": "2163:22:29", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8675, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2163:5:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2148:38:29" - }, - "returnParameters": { - "id": 8685, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8679, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8724, - "src": "2210:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8678, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2210:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8682, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8724, - "src": "2219:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8681, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8680, - "name": "RecoverError", - "nameLocations": [ - "2219:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "2219:12:29" - }, - "referencedDeclaration": 8658, - "src": "2219:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8684, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8724, - "src": "2233:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8683, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2233:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2209:32:29" - }, - "scope": 8998, - "src": "2129:766:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8753, - "nodeType": "Block", - "src": "3789:168:29", - "statements": [ - { - "assignments": [ - 8735, - 8738, - 8740 - ], - "declarations": [ - { - "constant": false, - "id": 8735, - "mutability": "mutable", - "name": "recovered", - "nameLocation": "3808:9:29", - "nodeType": "VariableDeclaration", - "scope": 8753, - "src": "3800:17:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8734, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3800:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8738, - "mutability": "mutable", - "name": "error", - "nameLocation": "3832:5:29", - "nodeType": "VariableDeclaration", - "scope": 8753, - "src": "3819:18:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8737, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8736, - "name": "RecoverError", - "nameLocations": [ - "3819:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "3819:12:29" - }, - "referencedDeclaration": 8658, - "src": "3819:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8740, - "mutability": "mutable", - "name": "errorArg", - "nameLocation": "3847:8:29", - "nodeType": "VariableDeclaration", - "scope": 8753, - "src": "3839:16:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8739, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3839:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8745, - "initialValue": { - "arguments": [ - { - "id": 8742, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8727, - "src": "3870:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8743, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8729, - "src": "3876:9:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 8741, - "name": "tryRecover", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8724, - 8804, - 8912 - ], - "referencedDeclaration": 8724, - "src": "3859:10:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,bytes memory) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 8744, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3859:27:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3799:87:29" - }, - { - "expression": { - "arguments": [ - { - "id": 8747, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8738, - "src": "3908:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "id": 8748, - "name": "errorArg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8740, - "src": "3915:8:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8746, - "name": "_throwError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8997, - "src": "3896:11:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8658_$_t_bytes32_$returns$__$", - "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" - } - }, - "id": 8749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3896:28:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8750, - "nodeType": "ExpressionStatement", - "src": "3896:28:29" - }, - { - "expression": { - "id": 8751, - "name": "recovered", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8735, - "src": "3941:9:29", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 8733, - "id": 8752, - "nodeType": "Return", - "src": "3934:16:29" - } - ] - }, - "documentation": { - "id": 8725, - "nodeType": "StructuredDocumentation", - "src": "2901:796:29", - "text": " @dev Returns the address that signed a hashed message (`hash`) with\n `signature`. This address can then be used for verification purposes.\n The `ecrecover` EVM precompile 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 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 {MessageHashUtils-toEthSignedMessageHash} on it." - }, - "id": 8754, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "recover", - "nameLocation": "3711:7:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8730, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8727, - "mutability": "mutable", - "name": "hash", - "nameLocation": "3727:4:29", - "nodeType": "VariableDeclaration", - "scope": 8754, - "src": "3719:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8726, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3719:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8729, - "mutability": "mutable", - "name": "signature", - "nameLocation": "3746:9:29", - "nodeType": "VariableDeclaration", - "scope": 8754, - "src": "3733:22:29", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 8728, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3733:5:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "3718:38:29" - }, - "returnParameters": { - "id": 8733, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8732, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8754, - "src": "3780:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8731, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3780:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "3779:9:29" - }, - "scope": 8998, - "src": "3702:255:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8803, - "nodeType": "Block", - "src": "4285:342:29", - "statements": [ - { - "id": 8802, - "nodeType": "UncheckedBlock", - "src": "4295:326:29", - "statements": [ - { - "assignments": [ - 8772 - ], - "declarations": [ - { - "constant": false, - "id": 8772, - "mutability": "mutable", - "name": "s", - "nameLocation": "4327:1:29", - "nodeType": "VariableDeclaration", - "scope": 8802, - "src": "4319:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8771, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4319:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8779, - "initialValue": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 8778, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8773, - "name": "vs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8761, - "src": "4331:2:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "arguments": [ - { - "hexValue": "307837666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666", - "id": 8776, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4344:66:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_57896044618658097711785492504343953926634992332820282019728792003956564819967_by_1", - "typeString": "int_const 5789...(69 digits omitted)...9967" - }, - "value": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_57896044618658097711785492504343953926634992332820282019728792003956564819967_by_1", - "typeString": "int_const 5789...(69 digits omitted)...9967" - } - ], - "id": 8775, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4336:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8774, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4336:7:29", - "typeDescriptions": {} - } - }, - "id": 8777, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4336:75:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "4331:80:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4319:92:29" - }, - { - "assignments": [ - 8781 - ], - "declarations": [ - { - "constant": false, - "id": 8781, - "mutability": "mutable", - "name": "v", - "nameLocation": "4528:1:29", - "nodeType": "VariableDeclaration", - "scope": 8802, - "src": "4522:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 8780, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "4522:5:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - } - ], - "id": 8794, - "initialValue": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8792, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8789, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8786, - "name": "vs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8761, - "src": "4547:2:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8785, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4539:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8784, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4539:7:29", - "typeDescriptions": {} - } - }, - "id": 8787, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4539:11:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "323535", - "id": 8788, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4554:3:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "value": "255" - }, - "src": "4539:18:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 8790, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4538:20:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "3237", - "id": 8791, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4561:2:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_27_by_1", - "typeString": "int_const 27" - }, - "value": "27" - }, - "src": "4538:25:29", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8783, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4532:5:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 8782, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "4532:5:29", - "typeDescriptions": {} - } - }, - "id": 8793, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4532:32:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4522:42:29" - }, - { - "expression": { - "arguments": [ - { - "id": 8796, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8757, - "src": "4596:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8797, - "name": "v", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8781, - "src": "4602:1:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "id": 8798, - "name": "r", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8759, - "src": "4605:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8799, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8772, - "src": "4608:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8795, - "name": "tryRecover", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8724, - 8804, - 8912 - ], - "referencedDeclaration": 8912, - "src": "4585:10:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 8800, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4585:25:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8770, - "id": 8801, - "nodeType": "Return", - "src": "4578:32:29" - } - ] - } - ] - }, - "documentation": { - "id": 8755, - "nodeType": "StructuredDocumentation", - "src": "3963:205:29", - "text": " @dev Overload of {ECDSA-tryRecover} that receives the `r` and `vs` short-signature fields separately.\n See https://eips.ethereum.org/EIPS/eip-2098[EIP-2098 short signatures]" - }, - "id": 8804, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryRecover", - "nameLocation": "4182:10:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8762, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8757, - "mutability": "mutable", - "name": "hash", - "nameLocation": "4201:4:29", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4193:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8756, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4193:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8759, - "mutability": "mutable", - "name": "r", - "nameLocation": "4215:1:29", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4207:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8758, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4207:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8761, - "mutability": "mutable", - "name": "vs", - "nameLocation": "4226:2:29", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4218:10:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8760, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4218:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4192:37:29" - }, - "returnParameters": { - "id": 8770, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8764, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4253:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8763, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4253:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8767, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4262:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8766, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8765, - "name": "RecoverError", - "nameLocations": [ - "4262:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "4262:12:29" - }, - "referencedDeclaration": 8658, - "src": "4262:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8769, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8804, - "src": "4276:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8768, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4276:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4252:32:29" - }, - "scope": 8998, - "src": "4173:454:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8836, - "nodeType": "Block", - "src": "4840:164:29", - "statements": [ - { - "assignments": [ - 8817, - 8820, - 8822 - ], - "declarations": [ - { - "constant": false, - "id": 8817, - "mutability": "mutable", - "name": "recovered", - "nameLocation": "4859:9:29", - "nodeType": "VariableDeclaration", - "scope": 8836, - "src": "4851:17:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8816, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4851:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8820, - "mutability": "mutable", - "name": "error", - "nameLocation": "4883:5:29", - "nodeType": "VariableDeclaration", - "scope": 8836, - "src": "4870:18:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8819, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8818, - "name": "RecoverError", - "nameLocations": [ - "4870:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "4870:12:29" - }, - "referencedDeclaration": 8658, - "src": "4870:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8822, - "mutability": "mutable", - "name": "errorArg", - "nameLocation": "4898:8:29", - "nodeType": "VariableDeclaration", - "scope": 8836, - "src": "4890:16:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8821, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4890:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8828, - "initialValue": { - "arguments": [ - { - "id": 8824, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8807, - "src": "4921:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8825, - "name": "r", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8809, - "src": "4927:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8826, - "name": "vs", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8811, - "src": "4930:2:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8823, - "name": "tryRecover", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8724, - 8804, - 8912 - ], - "referencedDeclaration": 8804, - "src": "4910:10:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 8827, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4910:23:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4850:83:29" - }, - { - "expression": { - "arguments": [ - { - "id": 8830, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8820, - "src": "4955:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "id": 8831, - "name": "errorArg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8822, - "src": "4962:8:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8829, - "name": "_throwError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8997, - "src": "4943:11:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8658_$_t_bytes32_$returns$__$", - "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" - } - }, - "id": 8832, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4943:28:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8833, - "nodeType": "ExpressionStatement", - "src": "4943:28:29" - }, - { - "expression": { - "id": 8834, - "name": "recovered", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8817, - "src": "4988:9:29", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 8815, - "id": 8835, - "nodeType": "Return", - "src": "4981:16:29" - } - ] - }, - "documentation": { - "id": 8805, - "nodeType": "StructuredDocumentation", - "src": "4633:116:29", - "text": " @dev Overload of {ECDSA-recover} that receives the `r and `vs` short-signature fields separately." - }, - "id": 8837, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "recover", - "nameLocation": "4763:7:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8812, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8807, - "mutability": "mutable", - "name": "hash", - "nameLocation": "4779:4:29", - "nodeType": "VariableDeclaration", - "scope": 8837, - "src": "4771:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8806, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4771:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8809, - "mutability": "mutable", - "name": "r", - "nameLocation": "4793:1:29", - "nodeType": "VariableDeclaration", - "scope": 8837, - "src": "4785:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8808, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4785:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8811, - "mutability": "mutable", - "name": "vs", - "nameLocation": "4804:2:29", - "nodeType": "VariableDeclaration", - "scope": 8837, - "src": "4796:10:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8810, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4796:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4770:37:29" - }, - "returnParameters": { - "id": 8815, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8814, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8837, - "src": "4831:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8813, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4831:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "4830:9:29" - }, - "scope": 8998, - "src": "4754:250:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8911, - "nodeType": "Block", - "src": "5298:1372:29", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 8861, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 8858, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8846, - "src": "6194:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8857, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6186:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8856, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6186:7:29", - "typeDescriptions": {} - } - }, - "id": 8859, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6186:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "307837464646464646464646464646464646464646464646464646464646464646463544353736453733353741343530314444464539324634363638314232304130", - "id": 8860, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6199:66:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_57896044618658097711785492504343953926418782139537452191302581570759080747168_by_1", - "typeString": "int_const 5789...(69 digits omitted)...7168" - }, - "value": "0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0" - }, - "src": "6186:79:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8872, - "nodeType": "IfStatement", - "src": "6182:164:29", - "trueBody": { - "id": 8871, - "nodeType": "Block", - "src": "6267:79:29", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "hexValue": "30", - "id": 8864, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6297:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8863, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6289:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 8862, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6289:7:29", - "typeDescriptions": {} - } - }, - "id": 8865, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6289:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 8866, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "6301:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8867, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6314:17:29", - "memberName": "InvalidSignatureS", - "nodeType": "MemberAccess", - "referencedDeclaration": 8657, - "src": "6301:30:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "id": 8868, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8846, - "src": "6333:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "id": 8869, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "6288:47:29", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8855, - "id": 8870, - "nodeType": "Return", - "src": "6281:54:29" - } - ] - } - }, - { - "assignments": [ - 8874 - ], - "declarations": [ - { - "constant": false, - "id": 8874, - "mutability": "mutable", - "name": "signer", - "nameLocation": "6448:6:29", - "nodeType": "VariableDeclaration", - "scope": 8911, - "src": "6440:14:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8873, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6440:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "id": 8881, - "initialValue": { - "arguments": [ - { - "id": 8876, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8840, - "src": "6467:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8877, - "name": "v", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8842, - "src": "6473:1:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "id": 8878, - "name": "r", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8844, - "src": "6476:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8879, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8846, - "src": "6479:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8875, - "name": "ecrecover", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -6, - "src": "6457:9:29", - "typeDescriptions": { - "typeIdentifier": "t_function_ecrecover_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address)" - } - }, - "id": 8880, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6457:24:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6440:41:29" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 8887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8882, - "name": "signer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8874, - "src": "6495:6:29", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 8885, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6513:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8884, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6505:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 8883, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6505:7:29", - "typeDescriptions": {} - } - }, - "id": 8886, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6505:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "6495:20:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8901, - "nodeType": "IfStatement", - "src": "6491:113:29", - "trueBody": { - "id": 8900, - "nodeType": "Block", - "src": "6517:87:29", - "statements": [ - { - "expression": { - "components": [ - { - "arguments": [ - { - "hexValue": "30", - "id": 8890, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6547:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8889, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6539:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 8888, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6539:7:29", - "typeDescriptions": {} - } - }, - "id": 8891, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6539:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 8892, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "6551:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8893, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6564:16:29", - "memberName": "InvalidSignature", - "nodeType": "MemberAccess", - "referencedDeclaration": 8655, - "src": "6551:29:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "arguments": [ - { - "hexValue": "30", - "id": 8896, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6590:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8895, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6582:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8894, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6582:7:29", - "typeDescriptions": {} - } - }, - "id": 8897, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6582:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "id": 8898, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "6538:55:29", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8855, - "id": 8899, - "nodeType": "Return", - "src": "6531:62:29" - } - ] - } - }, - { - "expression": { - "components": [ - { - "id": 8902, - "name": "signer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8874, - "src": "6622:6:29", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "expression": { - "id": 8903, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "6630:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8904, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6643:7:29", - "memberName": "NoError", - "nodeType": "MemberAccess", - "referencedDeclaration": 8654, - "src": "6630:20:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "arguments": [ - { - "hexValue": "30", - "id": 8907, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6660:1:29", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 8906, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6652:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 8905, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6652:7:29", - "typeDescriptions": {} - } - }, - "id": 8908, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6652:10:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "id": 8909, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "6621:42:29", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "functionReturnParameters": 8855, - "id": 8910, - "nodeType": "Return", - "src": "6614:49:29" - } - ] - }, - "documentation": { - "id": 8838, - "nodeType": "StructuredDocumentation", - "src": "5010:125:29", - "text": " @dev Overload of {ECDSA-tryRecover} that receives the `v`,\n `r` and `s` signature fields separately." - }, - "id": 8912, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryRecover", - "nameLocation": "5149:10:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8847, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8840, - "mutability": "mutable", - "name": "hash", - "nameLocation": "5177:4:29", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5169:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8839, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5169:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8842, - "mutability": "mutable", - "name": "v", - "nameLocation": "5197:1:29", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5191:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 8841, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "5191:5:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8844, - "mutability": "mutable", - "name": "r", - "nameLocation": "5216:1:29", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5208:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8843, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5208:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8846, - "mutability": "mutable", - "name": "s", - "nameLocation": "5235:1:29", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5227:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8845, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5227:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "5159:83:29" - }, - "returnParameters": { - "id": 8855, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8849, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5266:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8848, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5266:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8852, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5275:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8851, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8850, - "name": "RecoverError", - "nameLocations": [ - "5275:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "5275:12:29" - }, - "referencedDeclaration": 8658, - "src": "5275:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8854, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8912, - "src": "5289:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8853, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5289:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "5265:32:29" - }, - "scope": 8998, - "src": "5140:1530:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8947, - "nodeType": "Block", - "src": "6897:166:29", - "statements": [ - { - "assignments": [ - 8927, - 8930, - 8932 - ], - "declarations": [ - { - "constant": false, - "id": 8927, - "mutability": "mutable", - "name": "recovered", - "nameLocation": "6916:9:29", - "nodeType": "VariableDeclaration", - "scope": 8947, - "src": "6908:17:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8926, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6908:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8930, - "mutability": "mutable", - "name": "error", - "nameLocation": "6940:5:29", - "nodeType": "VariableDeclaration", - "scope": 8947, - "src": "6927:18:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8929, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8928, - "name": "RecoverError", - "nameLocations": [ - "6927:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "6927:12:29" - }, - "referencedDeclaration": 8658, - "src": "6927:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8932, - "mutability": "mutable", - "name": "errorArg", - "nameLocation": "6955:8:29", - "nodeType": "VariableDeclaration", - "scope": 8947, - "src": "6947:16:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8931, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6947:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "id": 8939, - "initialValue": { - "arguments": [ - { - "id": 8934, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8915, - "src": "6978:4:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8935, - "name": "v", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8917, - "src": "6984:1:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - { - "id": 8936, - "name": "r", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8919, - "src": "6987:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 8937, - "name": "s", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8921, - "src": "6990:1:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8933, - "name": "tryRecover", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 8724, - 8804, - 8912 - ], - "referencedDeclaration": 8912, - "src": "6967:10:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_uint8_$_t_bytes32_$_t_bytes32_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,uint8,bytes32,bytes32) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 8938, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6967:25:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6907:85:29" - }, - { - "expression": { - "arguments": [ - { - "id": 8941, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8930, - "src": "7014:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - { - "id": 8942, - "name": "errorArg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8932, - "src": "7021:8:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8940, - "name": "_throwError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8997, - "src": "7002:11:29", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_RecoverError_$8658_$_t_bytes32_$returns$__$", - "typeString": "function (enum ECDSA.RecoverError,bytes32) pure" - } - }, - "id": 8943, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7002:28:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 8944, - "nodeType": "ExpressionStatement", - "src": "7002:28:29" - }, - { - "expression": { - "id": 8945, - "name": "recovered", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8927, - "src": "7047:9:29", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "functionReturnParameters": 8925, - "id": 8946, - "nodeType": "Return", - "src": "7040:16:29" - } - ] - }, - "documentation": { - "id": 8913, - "nodeType": "StructuredDocumentation", - "src": "6676:122:29", - "text": " @dev Overload of {ECDSA-recover} that receives the `v`,\n `r` and `s` signature fields separately." - }, - "id": 8948, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "recover", - "nameLocation": "6812:7:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8922, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8915, - "mutability": "mutable", - "name": "hash", - "nameLocation": "6828:4:29", - "nodeType": "VariableDeclaration", - "scope": 8948, - "src": "6820:12:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8914, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6820:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8917, - "mutability": "mutable", - "name": "v", - "nameLocation": "6840:1:29", - "nodeType": "VariableDeclaration", - "scope": 8948, - "src": "6834:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 8916, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "6834:5:29", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8919, - "mutability": "mutable", - "name": "r", - "nameLocation": "6851:1:29", - "nodeType": "VariableDeclaration", - "scope": 8948, - "src": "6843:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8918, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6843:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8921, - "mutability": "mutable", - "name": "s", - "nameLocation": "6862:1:29", - "nodeType": "VariableDeclaration", - "scope": 8948, - "src": "6854:9:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8920, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "6854:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "6819:45:29" - }, - "returnParameters": { - "id": 8925, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8924, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 8948, - "src": "6888:7:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 8923, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "6888:7:29", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "6887:9:29" - }, - "scope": 8998, - "src": "6803:260:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 8996, - "nodeType": "Block", - "src": "7268:460:29", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "id": 8960, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8957, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8952, - "src": "7282:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 8958, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "7291:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8959, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7304:7:29", - "memberName": "NoError", - "nodeType": "MemberAccess", - "referencedDeclaration": 8654, - "src": "7291:20:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "src": "7282:29:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "id": 8966, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8963, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8952, - "src": "7378:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 8964, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "7387:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8965, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7400:16:29", - "memberName": "InvalidSignature", - "nodeType": "MemberAccess", - "referencedDeclaration": 8655, - "src": "7387:29:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "src": "7378:38:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "id": 8974, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8971, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8952, - "src": "7483:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 8972, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "7492:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8973, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7505:22:29", - "memberName": "InvalidSignatureLength", - "nodeType": "MemberAccess", - "referencedDeclaration": 8656, - "src": "7492:35:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "src": "7483:44:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "condition": { - "commonType": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "id": 8986, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 8983, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8952, - "src": "7617:5:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 8984, - "name": "RecoverError", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8658, - "src": "7626:12:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 8985, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7639:17:29", - "memberName": "InvalidSignatureS", - "nodeType": "MemberAccess", - "referencedDeclaration": 8657, - "src": "7626:30:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "src": "7617:39:29", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 8992, - "nodeType": "IfStatement", - "src": "7613:109:29", - "trueBody": { - "id": 8991, - "nodeType": "Block", - "src": "7658:64:29", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 8988, - "name": "errorArg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8954, - "src": "7702:8:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8987, - "name": "ECDSAInvalidSignatureS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8671, - "src": "7679:22:29", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_bytes32_$returns$_t_error_$", - "typeString": "function (bytes32) pure returns (error)" - } - }, - "id": 8989, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7679:32:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8990, - "nodeType": "RevertStatement", - "src": "7672:39:29" - } - ] - } - }, - "id": 8993, - "nodeType": "IfStatement", - "src": "7479:243:29", - "trueBody": { - "id": 8982, - "nodeType": "Block", - "src": "7529:78:29", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "arguments": [ - { - "id": 8978, - "name": "errorArg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8954, - "src": "7586:8:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "id": 8977, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7578:7:29", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 8976, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7578:7:29", - "typeDescriptions": {} - } - }, - "id": 8979, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7578:17:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 8975, - "name": "ECDSAInvalidSignatureLength", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8666, - "src": "7550:27:29", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256) pure returns (error)" - } - }, - "id": 8980, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7550:46:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8981, - "nodeType": "RevertStatement", - "src": "7543:53:29" - } - ] - } - }, - "id": 8994, - "nodeType": "IfStatement", - "src": "7374:348:29", - "trueBody": { - "id": 8970, - "nodeType": "Block", - "src": "7418:55:29", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 8967, - "name": "ECDSAInvalidSignature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8661, - "src": "7439:21:29", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 8968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7439:23:29", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 8969, - "nodeType": "RevertStatement", - "src": "7432:30:29" - } - ] - } - }, - "id": 8995, - "nodeType": "IfStatement", - "src": "7278:444:29", - "trueBody": { - "id": 8962, - "nodeType": "Block", - "src": "7313:55:29", - "statements": [ - { - "functionReturnParameters": 8956, - "id": 8961, - "nodeType": "Return", - "src": "7327:7:29" - } - ] - } - } - ] - }, - "documentation": { - "id": 8949, - "nodeType": "StructuredDocumentation", - "src": "7069:122:29", - "text": " @dev Optionally reverts with the corresponding custom error according to the `error` argument provided." - }, - "id": 8997, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_throwError", - "nameLocation": "7205:11:29", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 8955, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 8952, - "mutability": "mutable", - "name": "error", - "nameLocation": "7230:5:29", - "nodeType": "VariableDeclaration", - "scope": 8997, - "src": "7217:18:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 8951, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 8950, - "name": "RecoverError", - "nameLocations": [ - "7217:12:29" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "7217:12:29" - }, - "referencedDeclaration": 8658, - "src": "7217:12:29", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 8954, - "mutability": "mutable", - "name": "errorArg", - "nameLocation": "7245:8:29", - "nodeType": "VariableDeclaration", - "scope": 8997, - "src": "7237:16:29", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 8953, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "7237:7:29", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "7216:38:29" - }, - "returnParameters": { - "id": 8956, - "nodeType": "ParameterList", - "parameters": [], - "src": "7268:0:29" - }, - "scope": 8998, - "src": "7196:532:29", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - } - ], - "scope": 8999, - "src": "344:7386:29", - "usedErrors": [ - 8661, - 8666, - 8671 - ], - "usedEvents": [] - } - ], - "src": "112:7619:29" - }, - "id": 29 - }, - "@openzeppelin/contracts/utils/cryptography/EIP712.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/EIP712.sol", - "exportedSymbols": { - "EIP712": [ - 9225 - ], - "IERC5267": [ - 7716 - ], - "MessageHashUtils": [ - 9299 - ], - "ShortString": [ - 8074 - ], - "ShortStrings": [ - 8285 - ] - }, - "id": 9226, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 9000, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "113:24:30" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol", - "file": "./MessageHashUtils.sol", - "id": 9002, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9226, - "sourceUnit": 9300, - "src": "139:56:30", - "symbolAliases": [ - { - "foreign": { - "id": 9001, - "name": "MessageHashUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9299, - "src": "147:16:30", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/ShortStrings.sol", - "file": "../ShortStrings.sol", - "id": 9005, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9226, - "sourceUnit": 8286, - "src": "196:62:30", - "symbolAliases": [ - { - "foreign": { - "id": 9003, - "name": "ShortStrings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8285, - "src": "204:12:30", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - }, - { - "foreign": { - "id": 9004, - "name": "ShortString", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8074, - "src": "218:11:30", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/interfaces/IERC5267.sol", - "file": "../../interfaces/IERC5267.sol", - "id": 9007, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9226, - "sourceUnit": 7717, - "src": "259:55:30", - "symbolAliases": [ - { - "foreign": { - "id": 9006, - "name": "IERC5267", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7716, - "src": "267:8:30", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": true, - "baseContracts": [ - { - "baseName": { - "id": 9009, - "name": "IERC5267", - "nameLocations": [ - "1988:8:30" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7716, - "src": "1988:8:30" - }, - "id": 9010, - "nodeType": "InheritanceSpecifier", - "src": "1988:8:30" - } - ], - "canonicalName": "EIP712", - "contractDependencies": [], - "contractKind": "contract", - "documentation": { - "id": 9008, - "nodeType": "StructuredDocumentation", - "src": "316:1643:30", - "text": " @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.\n The encoding scheme specified in the EIP requires a domain separator and a hash of the typed structured data, whose\n encoding is very generic and therefore its implementation in Solidity is not feasible, thus this contract\n does not implement the encoding itself. Protocols need to implement the type-specific encoding they need in order to\n produce the hash of their typed data using a combination of `abi.encode` and `keccak256`.\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 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 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 NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain\n separator of the implementation contract. This will cause the {_domainSeparatorV4} function to always rebuild the\n separator from the immutable values, which is cheaper than accessing a cached version in cold storage.\n @custom:oz-upgrades-unsafe-allow state-variable-immutable" - }, - "fullyImplemented": true, - "id": 9225, - "linearizedBaseContracts": [ - 9225, - 7716 - ], - "name": "EIP712", - "nameLocation": "1978:6:30", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 9012, - "libraryName": { - "id": 9011, - "name": "ShortStrings", - "nameLocations": [ - "2009:12:30" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8285, - "src": "2009:12:30" - }, - "nodeType": "UsingForDirective", - "src": "2003:25:30" - }, - { - "constant": true, - "id": 9017, - "mutability": "constant", - "name": "TYPE_HASH", - "nameLocation": "2059:9:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2034:140:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9013, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2034:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "value": { - "arguments": [ - { - "hexValue": "454950373132446f6d61696e28737472696e67206e616d652c737472696e672076657273696f6e2c75696e7432353620636861696e49642c6164647265737320766572696679696e67436f6e747261637429", - "id": 9015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2089:84:30", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f", - "typeString": "literal_string \"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)\"" - }, - "value": "EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_stringliteral_8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f", - "typeString": "literal_string \"EIP712Domain(string name,string version,uint256 chainId,address verifyingContract)\"" - } - ], - "id": 9014, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "2079:9:30", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9016, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2079:95:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9019, - "mutability": "immutable", - "name": "_cachedDomainSeparator", - "nameLocation": "2399:22:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2373:48:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9018, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2373:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9021, - "mutability": "immutable", - "name": "_cachedChainId", - "nameLocation": "2453:14:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2427:40:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9020, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2427:7:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9023, - "mutability": "immutable", - "name": "_cachedThis", - "nameLocation": "2499:11:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2473:37:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9022, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2473:7:30", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9025, - "mutability": "immutable", - "name": "_hashedName", - "nameLocation": "2543:11:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2517:37:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9024, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2517:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9027, - "mutability": "immutable", - "name": "_hashedVersion", - "nameLocation": "2586:14:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2560:40:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9026, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2560:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9030, - "mutability": "immutable", - "name": "_name", - "nameLocation": "2637:5:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2607:35:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 9029, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 9028, - "name": "ShortString", - "nameLocations": [ - "2607:11:30" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "2607:11:30" - }, - "referencedDeclaration": 8074, - "src": "2607:11:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9033, - "mutability": "immutable", - "name": "_version", - "nameLocation": "2678:8:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2648:38:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - }, - "typeName": { - "id": 9032, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 9031, - "name": "ShortString", - "nameLocations": [ - "2648:11:30" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8074, - "src": "2648:11:30" - }, - "referencedDeclaration": 8074, - "src": "2648:11:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9035, - "mutability": "mutable", - "name": "_nameFallback", - "nameLocation": "2707:13:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2692:28:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string" - }, - "typeName": { - "id": 9034, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2692:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 9037, - "mutability": "mutable", - "name": "_versionFallback", - "nameLocation": "2741:16:30", - "nodeType": "VariableDeclaration", - "scope": 9225, - "src": "2726:31:30", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string" - }, - "typeName": { - "id": 9036, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "2726:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "private" - }, - { - "body": { - "id": 9094, - "nodeType": "Block", - "src": "3383:376:30", - "statements": [ - { - "expression": { - "id": 9050, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9045, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9030, - "src": "3393:5:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 9048, - "name": "_nameFallback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9035, - "src": "3432:13:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - ], - "expression": { - "id": 9046, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9040, - "src": "3401:4:30", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "id": 9047, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3406:25:30", - "memberName": "toShortStringWithFallback", - "nodeType": "MemberAccess", - "referencedDeclaration": 8226, - "src": "3401:30:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_string_memory_ptr_$_t_string_storage_ptr_$returns$_t_userDefinedValueType$_ShortString_$8074_$attached_to$_t_string_memory_ptr_$", - "typeString": "function (string memory,string storage pointer) returns (ShortString)" - } - }, - "id": 9049, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3401:45:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "src": "3393:53:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "id": 9051, - "nodeType": "ExpressionStatement", - "src": "3393:53:30" - }, - { - "expression": { - "id": 9057, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9052, - "name": "_version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9033, - "src": "3456:8:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 9055, - "name": "_versionFallback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9037, - "src": "3501:16:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - ], - "expression": { - "id": 9053, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9042, - "src": "3467:7:30", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "id": 9054, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3475:25:30", - "memberName": "toShortStringWithFallback", - "nodeType": "MemberAccess", - "referencedDeclaration": 8226, - "src": "3467:33:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_string_memory_ptr_$_t_string_storage_ptr_$returns$_t_userDefinedValueType$_ShortString_$8074_$attached_to$_t_string_memory_ptr_$", - "typeString": "function (string memory,string storage pointer) returns (ShortString)" - } - }, - "id": 9056, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3467:51:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "src": "3456:62:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "id": 9058, - "nodeType": "ExpressionStatement", - "src": "3456:62:30" - }, - { - "expression": { - "id": 9066, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9059, - "name": "_hashedName", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9025, - "src": "3528:11:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 9063, - "name": "name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9040, - "src": "3558:4:30", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 9062, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3552:5:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 9061, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3552:5:30", - "typeDescriptions": {} - } - }, - "id": 9064, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3552:11:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9060, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "3542:9:30", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9065, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3542:22:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3528:36:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 9067, - "nodeType": "ExpressionStatement", - "src": "3528:36:30" - }, - { - "expression": { - "id": 9075, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9068, - "name": "_hashedVersion", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9027, - "src": "3574:14:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "arguments": [ - { - "id": 9072, - "name": "version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9042, - "src": "3607:7:30", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 9071, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3601:5:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 9070, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "3601:5:30", - "typeDescriptions": {} - } - }, - "id": 9073, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3601:14:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9069, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "3591:9:30", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9074, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3591:25:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3574:42:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 9076, - "nodeType": "ExpressionStatement", - "src": "3574:42:30" - }, - { - "expression": { - "id": 9080, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9077, - "name": "_cachedChainId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9021, - "src": "3627:14:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "expression": { - "id": 9078, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "3644:5:30", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 9079, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3650:7:30", - "memberName": "chainid", - "nodeType": "MemberAccess", - "src": "3644:13:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3627:30:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9081, - "nodeType": "ExpressionStatement", - "src": "3627:30:30" - }, - { - "expression": { - "id": 9085, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9082, - "name": "_cachedDomainSeparator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9019, - "src": "3667:22:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9083, - "name": "_buildDomainSeparator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9142, - "src": "3692:21:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", - "typeString": "function () view returns (bytes32)" - } - }, - "id": 9084, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3692:23:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "3667:48:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "id": 9086, - "nodeType": "ExpressionStatement", - "src": "3667:48:30" - }, - { - "expression": { - "id": 9092, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9087, - "name": "_cachedThis", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9023, - "src": "3725:11:30", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 9090, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3747:4:30", - "typeDescriptions": { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - ], - "id": 9089, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3739:7:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 9088, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3739:7:30", - "typeDescriptions": {} - } - }, - "id": 9091, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3739:13:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3725:27:30", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 9093, - "nodeType": "ExpressionStatement", - "src": "3725:27:30" - } - ] - }, - "documentation": { - "id": 9038, - "nodeType": "StructuredDocumentation", - "src": "2764:559:30", - "text": " @dev Initializes the domain separator and parameter caches.\n The meaning of `name` and `version` is specified in\n https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]:\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 NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart\n contract upgrade]." - }, - "id": 9095, - "implemented": true, - "kind": "constructor", - "modifiers": [], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9043, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9040, - "mutability": "mutable", - "name": "name", - "nameLocation": "3354:4:30", - "nodeType": "VariableDeclaration", - "scope": 9095, - "src": "3340:18:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9039, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3340:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9042, - "mutability": "mutable", - "name": "version", - "nameLocation": "3374:7:30", - "nodeType": "VariableDeclaration", - "scope": 9095, - "src": "3360:21:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9041, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "3360:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "3339:43:30" - }, - "returnParameters": { - "id": 9044, - "nodeType": "ParameterList", - "parameters": [], - "src": "3383:0:30" - }, - "scope": 9225, - "src": "3328:431:30", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9120, - "nodeType": "Block", - "src": "3907:200:30", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9111, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 9106, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9103, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "3929:4:30", - "typeDescriptions": { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - ], - "id": 9102, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3921:7:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 9101, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "3921:7:30", - "typeDescriptions": {} - } - }, - "id": 9104, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3921:13:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 9105, - "name": "_cachedThis", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9023, - "src": "3938:11:30", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "3921:28:30", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9110, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 9107, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "3953:5:30", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 9108, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3959:7:30", - "memberName": "chainid", - "nodeType": "MemberAccess", - "src": "3953:13:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 9109, - "name": "_cachedChainId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9021, - "src": "3970:14:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3953:31:30", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "3921:63:30", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseBody": { - "id": 9118, - "nodeType": "Block", - "src": "4046:55:30", - "statements": [ - { - "expression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9115, - "name": "_buildDomainSeparator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9142, - "src": "4067:21:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", - "typeString": "function () view returns (bytes32)" - } - }, - "id": 9116, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4067:23:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9100, - "id": 9117, - "nodeType": "Return", - "src": "4060:30:30" - } - ] - }, - "id": 9119, - "nodeType": "IfStatement", - "src": "3917:184:30", - "trueBody": { - "id": 9114, - "nodeType": "Block", - "src": "3986:54:30", - "statements": [ - { - "expression": { - "id": 9112, - "name": "_cachedDomainSeparator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9019, - "src": "4007:22:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9100, - "id": 9113, - "nodeType": "Return", - "src": "4000:29:30" - } - ] - } - } - ] - }, - "documentation": { - "id": 9096, - "nodeType": "StructuredDocumentation", - "src": "3765:75:30", - "text": " @dev Returns the domain separator for the current chain." - }, - "id": 9121, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_domainSeparatorV4", - "nameLocation": "3854:18:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9097, - "nodeType": "ParameterList", - "parameters": [], - "src": "3872:2:30" - }, - "returnParameters": { - "id": 9100, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9099, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9121, - "src": "3898:7:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9098, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3898:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3897:9:30" - }, - "scope": 9225, - "src": "3845:262:30", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9141, - "nodeType": "Block", - "src": "4177:115:30", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 9129, - "name": "TYPE_HASH", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9017, - "src": "4215:9:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9130, - "name": "_hashedName", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9025, - "src": "4226:11:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9131, - "name": "_hashedVersion", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9027, - "src": "4239:14:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "expression": { - "id": 9132, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "4255:5:30", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 9133, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4261:7:30", - "memberName": "chainid", - "nodeType": "MemberAccess", - "src": "4255:13:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "arguments": [ - { - "id": 9136, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "4278:4:30", - "typeDescriptions": { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - ], - "id": 9135, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4270:7:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 9134, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "4270:7:30", - "typeDescriptions": {} - } - }, - "id": 9137, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4270:13:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "expression": { - "id": 9127, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "4204:3:30", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 9128, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4208:6:30", - "memberName": "encode", - "nodeType": "MemberAccess", - "src": "4204:10:30", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencode_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 9138, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4204:80:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9126, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "4194:9:30", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4194:91:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9125, - "id": 9140, - "nodeType": "Return", - "src": "4187:98:30" - } - ] - }, - "id": 9142, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_buildDomainSeparator", - "nameLocation": "4122:21:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9122, - "nodeType": "ParameterList", - "parameters": [], - "src": "4143:2:30" - }, - "returnParameters": { - "id": 9125, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9124, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9142, - "src": "4168:7:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9123, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4168:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4167:9:30" - }, - "scope": 9225, - "src": "4113:179:30", - "stateMutability": "view", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 9157, - "nodeType": "Block", - "src": "5003:90:30", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9152, - "name": "_domainSeparatorV4", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9121, - "src": "5053:18:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_bytes32_$", - "typeString": "function () view returns (bytes32)" - } - }, - "id": 9153, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5053:20:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9154, - "name": "structHash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9145, - "src": "5075:10:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - ], - "expression": { - "id": 9150, - "name": "MessageHashUtils", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9299, - "src": "5020:16:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_MessageHashUtils_$9299_$", - "typeString": "type(library MessageHashUtils)" - } - }, - "id": 9151, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5037:15:30", - "memberName": "toTypedDataHash", - "nodeType": "MemberAccess", - "referencedDeclaration": 9298, - "src": "5020:32:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes32_$returns$_t_bytes32_$", - "typeString": "function (bytes32,bytes32) pure returns (bytes32)" - } - }, - "id": 9155, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5020:66:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9149, - "id": 9156, - "nodeType": "Return", - "src": "5013:73:30" - } - ] - }, - "documentation": { - "id": 9143, - "nodeType": "StructuredDocumentation", - "src": "4298:614:30", - "text": " @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 This hash can be used together with {ECDSA-recover} to obtain the signer of a message. For example:\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 ```" - }, - "id": 9158, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_hashTypedDataV4", - "nameLocation": "4926:16:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9146, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9145, - "mutability": "mutable", - "name": "structHash", - "nameLocation": "4951:10:30", - "nodeType": "VariableDeclaration", - "scope": 9158, - "src": "4943:18:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9144, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4943:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4942:20:30" - }, - "returnParameters": { - "id": 9149, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9148, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9158, - "src": "4994:7:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9147, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "4994:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "4993:9:30" - }, - "scope": 9225, - "src": "4917:176:30", - "stateMutability": "view", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 7715 - ], - "body": { - "id": 9199, - "nodeType": "Block", - "src": "5472:229:30", - "statements": [ - { - "expression": { - "components": [ - { - "hexValue": "0f", - "id": 9177, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "hexString", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5503:7:30", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_3d725c5ee53025f027da36bea8d3af3b6a3e9d2d1542d47c162631de48e66c1c", - "typeString": "literal_string hex\"0f\"" - }, - "value": "\u000f" - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9178, - "name": "_EIP712Name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9212, - "src": "5533:11:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_string_memory_ptr_$", - "typeString": "function () view returns (string memory)" - } - }, - "id": 9179, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5533:13:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9180, - "name": "_EIP712Version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9224, - "src": "5560:14:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_string_memory_ptr_$", - "typeString": "function () view returns (string memory)" - } - }, - "id": 9181, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5560:16:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - { - "expression": { - "id": 9182, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "5590:5:30", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 9183, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "5596:7:30", - "memberName": "chainid", - "nodeType": "MemberAccess", - "src": "5590:13:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "arguments": [ - { - "id": 9186, - "name": "this", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -28, - "src": "5625:4:30", - "typeDescriptions": { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_contract$_EIP712_$9225", - "typeString": "contract EIP712" - } - ], - "id": 9185, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5617:7:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 9184, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5617:7:30", - "typeDescriptions": {} - } - }, - "id": 9187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5617:13:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "arguments": [ - { - "hexValue": "30", - "id": 9190, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5652:1:30", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 9189, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5644:7:30", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 9188, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5644:7:30", - "typeDescriptions": {} - } - }, - "id": 9191, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5644:10:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "arguments": [ - { - "hexValue": "30", - "id": 9195, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5682:1:30", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 9194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "5668:13:30", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_uint256_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (uint256[] memory)" - }, - "typeName": { - "baseType": { - "id": 9192, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5672:7:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9193, - "nodeType": "ArrayTypeName", - "src": "5672:9:30", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - } - }, - "id": 9196, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5668:16:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[] memory" - } - } - ], - "id": 9197, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5489:205:30", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_stringliteral_3d725c5ee53025f027da36bea8d3af3b6a3e9d2d1542d47c162631de48e66c1c_$_t_string_memory_ptr_$_t_string_memory_ptr_$_t_uint256_$_t_address_$_t_bytes32_$_t_array$_t_uint256_$dyn_memory_ptr_$", - "typeString": "tuple(literal_string hex\"0f\",string memory,string memory,uint256,address,bytes32,uint256[] memory)" - } - }, - "functionReturnParameters": 9176, - "id": 9198, - "nodeType": "Return", - "src": "5482:212:30" - } - ] - }, - "documentation": { - "id": 9159, - "nodeType": "StructuredDocumentation", - "src": "5099:40:30", - "text": " @dev See {IERC-5267}." - }, - "functionSelector": "84b0196e", - "id": 9200, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "eip712Domain", - "nameLocation": "5153:12:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9160, - "nodeType": "ParameterList", - "parameters": [], - "src": "5165:2:30" - }, - "returnParameters": { - "id": 9176, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9162, - "mutability": "mutable", - "name": "fields", - "nameLocation": "5249:6:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5242:13:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - }, - "typeName": { - "id": 9161, - "name": "bytes1", - "nodeType": "ElementaryTypeName", - "src": "5242:6:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes1", - "typeString": "bytes1" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9164, - "mutability": "mutable", - "name": "name", - "nameLocation": "5283:4:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5269:18:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9163, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "5269:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9166, - "mutability": "mutable", - "name": "version", - "nameLocation": "5315:7:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5301:21:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9165, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "5301:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9168, - "mutability": "mutable", - "name": "chainId", - "nameLocation": "5344:7:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5336:15:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9167, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5336:7:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9170, - "mutability": "mutable", - "name": "verifyingContract", - "nameLocation": "5373:17:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5365:25:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9169, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "5365:7:30", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9172, - "mutability": "mutable", - "name": "salt", - "nameLocation": "5412:4:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5404:12:30", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9171, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "5404:7:30", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9175, - "mutability": "mutable", - "name": "extensions", - "nameLocation": "5447:10:30", - "nodeType": "VariableDeclaration", - "scope": 9200, - "src": "5430:27:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_memory_ptr", - "typeString": "uint256[]" - }, - "typeName": { - "baseType": { - "id": 9173, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5430:7:30", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9174, - "nodeType": "ArrayTypeName", - "src": "5430:9:30", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_uint256_$dyn_storage_ptr", - "typeString": "uint256[]" - } - }, - "visibility": "internal" - } - ], - "src": "5228:239:30" - }, - "scope": 9225, - "src": "5144:557:30", - "stateMutability": "view", - "virtual": true, - "visibility": "public" - }, - { - "body": { - "id": 9211, - "nodeType": "Block", - "src": "6082:65:30", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 9208, - "name": "_nameFallback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9035, - "src": "6126:13:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - ], - "expression": { - "id": 9206, - "name": "_name", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9030, - "src": "6099:5:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "id": 9207, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6105:20:30", - "memberName": "toStringWithFallback", - "nodeType": "MemberAccess", - "referencedDeclaration": 8253, - "src": "6099:26:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8074_$_t_string_storage_ptr_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "function (ShortString,string storage pointer) pure returns (string memory)" - } - }, - "id": 9209, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6099:41:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 9205, - "id": 9210, - "nodeType": "Return", - "src": "6092:48:30" - } - ] - }, - "documentation": { - "id": 9201, - "nodeType": "StructuredDocumentation", - "src": "5707:256:30", - "text": " @dev The name parameter for the EIP712 domain.\n NOTE: By default this function reads _name which is an immutable value.\n It only reads from storage if necessary (in case the value is too large to fit in a ShortString)." - }, - "id": 9212, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_EIP712Name", - "nameLocation": "6030:11:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9202, - "nodeType": "ParameterList", - "parameters": [], - "src": "6041:2:30" - }, - "returnParameters": { - "id": 9205, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9204, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9212, - "src": "6067:13:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9203, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "6067:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "6066:15:30" - }, - "scope": 9225, - "src": "6021:126:30", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9223, - "nodeType": "Block", - "src": "6537:71:30", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 9220, - "name": "_versionFallback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9037, - "src": "6584:16:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_storage", - "typeString": "string storage ref" - } - ], - "expression": { - "id": 9218, - "name": "_version", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9033, - "src": "6554:8:30", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_ShortString_$8074", - "typeString": "ShortString" - } - }, - "id": 9219, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "6563:20:30", - "memberName": "toStringWithFallback", - "nodeType": "MemberAccess", - "referencedDeclaration": 8253, - "src": "6554:29:30", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_ShortString_$8074_$_t_string_storage_ptr_$returns$_t_string_memory_ptr_$attached_to$_t_userDefinedValueType$_ShortString_$8074_$", - "typeString": "function (ShortString,string storage pointer) pure returns (string memory)" - } - }, - "id": 9221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6554:47:30", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - }, - "functionReturnParameters": 9217, - "id": 9222, - "nodeType": "Return", - "src": "6547:54:30" - } - ] - }, - "documentation": { - "id": 9213, - "nodeType": "StructuredDocumentation", - "src": "6153:262:30", - "text": " @dev The version parameter for the EIP712 domain.\n NOTE: By default this function reads _version which is an immutable value.\n It only reads from storage if necessary (in case the value is too large to fit in a ShortString)." - }, - "id": 9224, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_EIP712Version", - "nameLocation": "6482:14:30", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9214, - "nodeType": "ParameterList", - "parameters": [], - "src": "6496:2:30" - }, - "returnParameters": { - "id": 9217, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9216, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9224, - "src": "6522:13:30", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string" - }, - "typeName": { - "id": 9215, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "6522:6:30", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - } - ], - "src": "6521:15:30" - }, - "scope": 9225, - "src": "6473:135:30", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 9226, - "src": "1960:4650:30", - "usedErrors": [ - 8082, - 8084 - ], - "usedEvents": [ - 7696 - ] - } - ], - "src": "113:6498:30" - }, - "id": 30 - }, - "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol", - "exportedSymbols": { - "MessageHashUtils": [ - 9299 - ], - "Strings": [ - 8650 - ] - }, - "id": 9300, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 9227, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "123:24:31" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/Strings.sol", - "file": "../Strings.sol", - "id": 9229, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9300, - "sourceUnit": 8651, - "src": "149:39:31", - "symbolAliases": [ - { - "foreign": { - "id": 9228, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "157:7:31", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "MessageHashUtils", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 9230, - "nodeType": "StructuredDocumentation", - "src": "190:330:31", - "text": " @dev Signature message hash utilities for producing digests to be consumed by {ECDSA} recovery or signing.\n The library provides methods for generating a hash of a message that conforms to the\n https://eips.ethereum.org/EIPS/eip-191[EIP 191] and https://eips.ethereum.org/EIPS/eip-712[EIP 712]\n specifications." - }, - "fullyImplemented": true, - "id": 9299, - "linearizedBaseContracts": [ - 9299 - ], - "name": "MessageHashUtils", - "nameLocation": "529:16:31", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 9239, - "nodeType": "Block", - "src": "1314:368:31", - "statements": [ - { - "AST": { - "nativeSrc": "1376:300:31", - "nodeType": "YulBlock", - "src": "1376:300:31", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1397:4:31", - "nodeType": "YulLiteral", - "src": "1397:4:31", - "type": "", - "value": "0x00" - }, - { - "hexValue": "19457468657265756d205369676e6564204d6573736167653a0a3332", - "kind": "string", - "nativeSrc": "1403:34:31", - "nodeType": "YulLiteral", - "src": "1403:34:31", - "type": "", - "value": "\u0019Ethereum Signed Message:\n32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1390:6:31", - "nodeType": "YulIdentifier", - "src": "1390:6:31" - }, - "nativeSrc": "1390:48:31", - "nodeType": "YulFunctionCall", - "src": "1390:48:31" - }, - "nativeSrc": "1390:48:31", - "nodeType": "YulExpressionStatement", - "src": "1390:48:31" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1499:4:31", - "nodeType": "YulLiteral", - "src": "1499:4:31", - "type": "", - "value": "0x1c" - }, - { - "name": "messageHash", - "nativeSrc": "1505:11:31", - "nodeType": "YulIdentifier", - "src": "1505:11:31" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1492:6:31", - "nodeType": "YulIdentifier", - "src": "1492:6:31" - }, - "nativeSrc": "1492:25:31", - "nodeType": "YulFunctionCall", - "src": "1492:25:31" - }, - "nativeSrc": "1492:25:31", - "nodeType": "YulExpressionStatement", - "src": "1492:25:31" - }, - { - "nativeSrc": "1571:31:31", - "nodeType": "YulAssignment", - "src": "1571:31:31", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1591:4:31", - "nodeType": "YulLiteral", - "src": "1591:4:31", - "type": "", - "value": "0x00" - }, - { - "kind": "number", - "nativeSrc": "1597:4:31", - "nodeType": "YulLiteral", - "src": "1597:4:31", - "type": "", - "value": "0x3c" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "1581:9:31", - "nodeType": "YulIdentifier", - "src": "1581:9:31" - }, - "nativeSrc": "1581:21:31", - "nodeType": "YulFunctionCall", - "src": "1581:21:31" - }, - "variableNames": [ - { - "name": "digest", - "nativeSrc": "1571:6:31", - "nodeType": "YulIdentifier", - "src": "1571:6:31" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 9236, - "isOffset": false, - "isSlot": false, - "src": "1571:6:31", - "valueSize": 1 - }, - { - "declaration": 9233, - "isOffset": false, - "isSlot": false, - "src": "1505:11:31", - "valueSize": 1 - } - ], - "id": 9238, - "nodeType": "InlineAssembly", - "src": "1367:309:31" - } - ] - }, - "documentation": { - "id": 9231, - "nodeType": "StructuredDocumentation", - "src": "552:665:31", - "text": " @dev Returns the keccak256 digest of an EIP-191 signed data with version\n `0x45` (`personal_sign` messages).\n The digest is calculated by prefixing a bytes32 `messageHash` with\n `\"\\x19Ethereum Signed Message:\\n32\"` and hashing the result. It corresponds with the\n hash signed when using the https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] JSON-RPC method.\n NOTE: The `messageHash` parameter is intended to be the result of hashing a raw message with\n keccak256, although any bytes32 value can be safely used because the final digest will\n be re-hashed.\n See {ECDSA-recover}." - }, - "id": 9240, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toEthSignedMessageHash", - "nameLocation": "1231:22:31", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9234, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9233, - "mutability": "mutable", - "name": "messageHash", - "nameLocation": "1262:11:31", - "nodeType": "VariableDeclaration", - "scope": 9240, - "src": "1254:19:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9232, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1254:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1253:21:31" - }, - "returnParameters": { - "id": 9237, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9236, - "mutability": "mutable", - "name": "digest", - "nameLocation": "1306:6:31", - "nodeType": "VariableDeclaration", - "scope": 9240, - "src": "1298:14:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9235, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1298:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "1297:16:31" - }, - "scope": 9299, - "src": "1222:460:31", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9265, - "nodeType": "Block", - "src": "2234:143:31", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "hexValue": "19457468657265756d205369676e6564204d6573736167653a0a", - "id": 9252, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2286:32:31", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4", - "typeString": "literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\"" - }, - "value": "\u0019Ethereum Signed Message:\n" - }, - { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 9257, - "name": "message", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9243, - "src": "2343:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 9258, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2351:6:31", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "2343:14:31", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 9255, - "name": "Strings", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8650, - "src": "2326:7:31", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Strings_$8650_$", - "typeString": "type(library Strings)" - } - }, - "id": 9256, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2334:8:31", - "memberName": "toString", - "nodeType": "MemberAccess", - "referencedDeclaration": 8463, - "src": "2326:16:31", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_string_memory_ptr_$", - "typeString": "function (uint256) pure returns (string memory)" - } - }, - "id": 9259, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2326:32:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_string_memory_ptr", - "typeString": "string memory" - } - ], - "id": 9254, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2320:5:31", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 9253, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2320:5:31", - "typeDescriptions": {} - } - }, - "id": 9260, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2320:39:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "id": 9261, - "name": "message", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9243, - "src": "2361:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_stringliteral_9af2d9c228f6cfddaa6d1e5b94e0bce4ab16bd9a472a2b7fbfd74ebff4c720b4", - "typeString": "literal_string hex\"19457468657265756d205369676e6564204d6573736167653a0a\"" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 9250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2273:5:31", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes_storage_ptr_$", - "typeString": "type(bytes storage pointer)" - }, - "typeName": { - "id": 9249, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2273:5:31", - "typeDescriptions": {} - } - }, - "id": 9251, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2279:6:31", - "memberName": "concat", - "nodeType": "MemberAccess", - "src": "2273:12:31", - "typeDescriptions": { - "typeIdentifier": "t_function_bytesconcat_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 9262, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2273:96:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9248, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "2263:9:31", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2263:107:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9247, - "id": 9264, - "nodeType": "Return", - "src": "2244:126:31" - } - ] - }, - "documentation": { - "id": 9241, - "nodeType": "StructuredDocumentation", - "src": "1688:455:31", - "text": " @dev Returns the keccak256 digest of an EIP-191 signed data with version\n `0x45` (`personal_sign` messages).\n The digest is calculated by prefixing an arbitrary `message` with\n `\"\\x19Ethereum Signed Message:\\n\" + len(message)` and hashing the result. It corresponds with the\n hash signed when using the https://eth.wiki/json-rpc/API#eth_sign[`eth_sign`] JSON-RPC method.\n See {ECDSA-recover}." - }, - "id": 9266, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toEthSignedMessageHash", - "nameLocation": "2157:22:31", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9244, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9243, - "mutability": "mutable", - "name": "message", - "nameLocation": "2193:7:31", - "nodeType": "VariableDeclaration", - "scope": 9266, - "src": "2180:20:31", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 9242, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2180:5:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2179:22:31" - }, - "returnParameters": { - "id": 9247, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9246, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9266, - "src": "2225:7:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9245, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2225:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2224:9:31" - }, - "scope": 9299, - "src": "2148:229:31", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9285, - "nodeType": "Block", - "src": "2831:80:31", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "hexValue": "1900", - "id": 9279, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "hexString", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2875:10:31", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_73fd5d154550a4a103564cb191928cd38898034de1b952dc21b290898b4b697a", - "typeString": "literal_string hex\"1900\"" - }, - "value": "\u0019\u0000" - }, - { - "id": 9280, - "name": "validator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9269, - "src": "2887:9:31", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 9281, - "name": "data", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9271, - "src": "2898:4:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_stringliteral_73fd5d154550a4a103564cb191928cd38898034de1b952dc21b290898b4b697a", - "typeString": "literal_string hex\"1900\"" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 9277, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "2858:3:31", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 9278, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2862:12:31", - "memberName": "encodePacked", - "nodeType": "MemberAccess", - "src": "2858:16:31", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodepacked_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 9282, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2858:45:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9276, - "name": "keccak256", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -8, - "src": "2848:9:31", - "typeDescriptions": { - "typeIdentifier": "t_function_keccak256_pure$_t_bytes_memory_ptr_$returns$_t_bytes32_$", - "typeString": "function (bytes memory) pure returns (bytes32)" - } - }, - "id": 9283, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2848:56:31", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "functionReturnParameters": 9275, - "id": 9284, - "nodeType": "Return", - "src": "2841:63:31" - } - ] - }, - "documentation": { - "id": 9267, - "nodeType": "StructuredDocumentation", - "src": "2383:332:31", - "text": " @dev Returns the keccak256 digest of an EIP-191 signed data with version\n `0x00` (data with intended validator).\n The digest is calculated by prefixing an arbitrary `data` with `\"\\x19\\x00\"` and the intended\n `validator` address. Then hashing the result.\n See {ECDSA-recover}." - }, - "id": 9286, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toDataWithIntendedValidatorHash", - "nameLocation": "2729:31:31", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9272, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9269, - "mutability": "mutable", - "name": "validator", - "nameLocation": "2769:9:31", - "nodeType": "VariableDeclaration", - "scope": 9286, - "src": "2761:17:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9268, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "2761:7:31", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9271, - "mutability": "mutable", - "name": "data", - "nameLocation": "2793:4:31", - "nodeType": "VariableDeclaration", - "scope": 9286, - "src": "2780:17:31", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 9270, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "2780:5:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "2760:38:31" - }, - "returnParameters": { - "id": 9275, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9274, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9286, - "src": "2822:7:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9273, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2822:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "2821:9:31" - }, - "scope": 9299, - "src": "2720:191:31", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9297, - "nodeType": "Block", - "src": "3462:292:31", - "statements": [ - { - "AST": { - "nativeSrc": "3524:224:31", - "nodeType": "YulBlock", - "src": "3524:224:31", - "statements": [ - { - "nativeSrc": "3538:22:31", - "nodeType": "YulVariableDeclaration", - "src": "3538:22:31", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3555:4:31", - "nodeType": "YulLiteral", - "src": "3555:4:31", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3549:5:31", - "nodeType": "YulIdentifier", - "src": "3549:5:31" - }, - "nativeSrc": "3549:11:31", - "nodeType": "YulFunctionCall", - "src": "3549:11:31" - }, - "variables": [ - { - "name": "ptr", - "nativeSrc": "3542:3:31", - "nodeType": "YulTypedName", - "src": "3542:3:31", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "3580:3:31", - "nodeType": "YulIdentifier", - "src": "3580:3:31" - }, - { - "hexValue": "1901", - "kind": "string", - "nativeSrc": "3585:10:31", - "nodeType": "YulLiteral", - "src": "3585:10:31", - "type": "", - "value": "\u0019\u0001" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3573:6:31", - "nodeType": "YulIdentifier", - "src": "3573:6:31" - }, - "nativeSrc": "3573:23:31", - "nodeType": "YulFunctionCall", - "src": "3573:23:31" - }, - "nativeSrc": "3573:23:31", - "nodeType": "YulExpressionStatement", - "src": "3573:23:31" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "3620:3:31", - "nodeType": "YulIdentifier", - "src": "3620:3:31" - }, - { - "kind": "number", - "nativeSrc": "3625:4:31", - "nodeType": "YulLiteral", - "src": "3625:4:31", - "type": "", - "value": "0x02" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3616:3:31", - "nodeType": "YulIdentifier", - "src": "3616:3:31" - }, - "nativeSrc": "3616:14:31", - "nodeType": "YulFunctionCall", - "src": "3616:14:31" - }, - { - "name": "domainSeparator", - "nativeSrc": "3632:15:31", - "nodeType": "YulIdentifier", - "src": "3632:15:31" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3609:6:31", - "nodeType": "YulIdentifier", - "src": "3609:6:31" - }, - "nativeSrc": "3609:39:31", - "nodeType": "YulFunctionCall", - "src": "3609:39:31" - }, - "nativeSrc": "3609:39:31", - "nodeType": "YulExpressionStatement", - "src": "3609:39:31" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "3672:3:31", - "nodeType": "YulIdentifier", - "src": "3672:3:31" - }, - { - "kind": "number", - "nativeSrc": "3677:4:31", - "nodeType": "YulLiteral", - "src": "3677:4:31", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3668:3:31", - "nodeType": "YulIdentifier", - "src": "3668:3:31" - }, - "nativeSrc": "3668:14:31", - "nodeType": "YulFunctionCall", - "src": "3668:14:31" - }, - { - "name": "structHash", - "nativeSrc": "3684:10:31", - "nodeType": "YulIdentifier", - "src": "3684:10:31" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3661:6:31", - "nodeType": "YulIdentifier", - "src": "3661:6:31" - }, - "nativeSrc": "3661:34:31", - "nodeType": "YulFunctionCall", - "src": "3661:34:31" - }, - "nativeSrc": "3661:34:31", - "nodeType": "YulExpressionStatement", - "src": "3661:34:31" - }, - { - "nativeSrc": "3708:30:31", - "nodeType": "YulAssignment", - "src": "3708:30:31", - "value": { - "arguments": [ - { - "name": "ptr", - "nativeSrc": "3728:3:31", - "nodeType": "YulIdentifier", - "src": "3728:3:31" - }, - { - "kind": "number", - "nativeSrc": "3733:4:31", - "nodeType": "YulLiteral", - "src": "3733:4:31", - "type": "", - "value": "0x42" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "3718:9:31", - "nodeType": "YulIdentifier", - "src": "3718:9:31" - }, - "nativeSrc": "3718:20:31", - "nodeType": "YulFunctionCall", - "src": "3718:20:31" - }, - "variableNames": [ - { - "name": "digest", - "nativeSrc": "3708:6:31", - "nodeType": "YulIdentifier", - "src": "3708:6:31" - } - ] - } - ] - }, - "documentation": "@solidity memory-safe-assembly", - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 9294, - "isOffset": false, - "isSlot": false, - "src": "3708:6:31", - "valueSize": 1 - }, - { - "declaration": 9289, - "isOffset": false, - "isSlot": false, - "src": "3632:15:31", - "valueSize": 1 - }, - { - "declaration": 9291, - "isOffset": false, - "isSlot": false, - "src": "3684:10:31", - "valueSize": 1 - } - ], - "id": 9296, - "nodeType": "InlineAssembly", - "src": "3515:233:31" - } - ] - }, - "documentation": { - "id": 9287, - "nodeType": "StructuredDocumentation", - "src": "2917:431:31", - "text": " @dev Returns the keccak256 digest of an EIP-712 typed data (EIP-191 version `0x01`).\n The digest is calculated from a `domainSeparator` and a `structHash`, by prefixing them with\n `\\x19\\x01` and hashing the result. It corresponds to the hash signed by the\n https://eips.ethereum.org/EIPS/eip-712[`eth_signTypedData`] JSON-RPC method as part of EIP-712.\n See {ECDSA-recover}." - }, - "id": 9298, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toTypedDataHash", - "nameLocation": "3362:15:31", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9292, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9289, - "mutability": "mutable", - "name": "domainSeparator", - "nameLocation": "3386:15:31", - "nodeType": "VariableDeclaration", - "scope": 9298, - "src": "3378:23:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9288, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3378:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9291, - "mutability": "mutable", - "name": "structHash", - "nameLocation": "3411:10:31", - "nodeType": "VariableDeclaration", - "scope": 9298, - "src": "3403:18:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9290, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3403:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3377:45:31" - }, - "returnParameters": { - "id": 9295, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9294, - "mutability": "mutable", - "name": "digest", - "nameLocation": "3454:6:31", - "nodeType": "VariableDeclaration", - "scope": 9298, - "src": "3446:14:31", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9293, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "3446:7:31", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - } - ], - "src": "3445:16:31" - }, - "scope": 9299, - "src": "3353:401:31", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 9300, - "src": "521:3235:31", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "123:3634:31" - }, - "id": 31 - }, - "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol", - "exportedSymbols": { - "ECDSA": [ - 8998 - ], - "IERC1271": [ - 7691 - ], - "SignatureChecker": [ - 9400 - ] - }, - "id": 9401, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 9301, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "123:24:32" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol", - "file": "./ECDSA.sol", - "id": 9303, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9401, - "sourceUnit": 8999, - "src": "149:34:32", - "symbolAliases": [ - { - "foreign": { - "id": 9302, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "157:5:32", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/interfaces/IERC1271.sol", - "file": "../../interfaces/IERC1271.sol", - "id": 9305, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 9401, - "sourceUnit": 7692, - "src": "184:55:32", - "symbolAliases": [ - { - "foreign": { - "id": 9304, - "name": "IERC1271", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7691, - "src": "192:8:32", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "SignatureChecker", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 9306, - "nodeType": "StructuredDocumentation", - "src": "241:289:32", - "text": " @dev Signature verification helper that can be used instead of `ECDSA.recover` to seamlessly support both ECDSA\n signatures from externally owned accounts (EOAs) as well as ERC1271 signatures from smart contract wallets like\n Argent and Safe Wallet (previously Gnosis Safe)." - }, - "fullyImplemented": true, - "id": 9400, - "linearizedBaseContracts": [ - 9400 - ], - "name": "SignatureChecker", - "nameLocation": "539:16:32", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 9346, - "nodeType": "Block", - "src": "1151:256:32", - "statements": [ - { - "assignments": [ - 9319, - 9322, - null - ], - "declarations": [ - { - "constant": false, - "id": 9319, - "mutability": "mutable", - "name": "recovered", - "nameLocation": "1170:9:32", - "nodeType": "VariableDeclaration", - "scope": 9346, - "src": "1162:17:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9318, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1162:7:32", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9322, - "mutability": "mutable", - "name": "error", - "nameLocation": "1200:5:32", - "nodeType": "VariableDeclaration", - "scope": 9346, - "src": "1181:24:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "typeName": { - "id": 9321, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 9320, - "name": "ECDSA.RecoverError", - "nameLocations": [ - "1181:5:32", - "1187:12:32" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8658, - "src": "1181:18:32" - }, - "referencedDeclaration": 8658, - "src": "1181:18:32", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "visibility": "internal" - }, - null - ], - "id": 9328, - "initialValue": { - "arguments": [ - { - "id": 9325, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9311, - "src": "1228:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9326, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9313, - "src": "1234:9:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 9323, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "1211:5:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_ECDSA_$8998_$", - "typeString": "type(library ECDSA)" - } - }, - "id": 9324, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1217:10:32", - "memberName": "tryRecover", - "nodeType": "MemberAccess", - "referencedDeclaration": 8724, - "src": "1211:16:32", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "function (bytes32,bytes memory) pure returns (address,enum ECDSA.RecoverError,bytes32)" - } - }, - "id": 9327, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1211:33:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_address_$_t_enum$_RecoverError_$8658_$_t_bytes32_$", - "typeString": "tuple(address,enum ECDSA.RecoverError,bytes32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1161:83:32" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9344, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9337, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - }, - "id": 9333, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9329, - "name": "error", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9322, - "src": "1274:5:32", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "expression": { - "id": 9330, - "name": "ECDSA", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 8998, - "src": "1283:5:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_ECDSA_$8998_$", - "typeString": "type(library ECDSA)" - } - }, - "id": 9331, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1289:12:32", - "memberName": "RecoverError", - "nodeType": "MemberAccess", - "referencedDeclaration": 8658, - "src": "1283:18:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_enum$_RecoverError_$8658_$", - "typeString": "type(enum ECDSA.RecoverError)" - } - }, - "id": 9332, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1302:7:32", - "memberName": "NoError", - "nodeType": "MemberAccess", - "referencedDeclaration": 8654, - "src": "1283:26:32", - "typeDescriptions": { - "typeIdentifier": "t_enum$_RecoverError_$8658", - "typeString": "enum ECDSA.RecoverError" - } - }, - "src": "1274:35:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 9336, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9334, - "name": "recovered", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9319, - "src": "1313:9:32", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "id": 9335, - "name": "signer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9309, - "src": "1326:6:32", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "1313:19:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1274:58:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "id": 9338, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1273:60:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "arguments": [ - { - "id": 9340, - "name": "signer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9309, - "src": "1376:6:32", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - { - "id": 9341, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9311, - "src": "1384:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9342, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9313, - "src": "1390:9:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - }, - { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "id": 9339, - "name": "isValidERC1271SignatureNow", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9399, - "src": "1349:26:32", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_address_$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bool_$", - "typeString": "function (address,bytes32,bytes memory) view returns (bool)" - } - }, - "id": 9343, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1349:51:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1273:127:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 9317, - "id": 9345, - "nodeType": "Return", - "src": "1254:146:32" - } - ] - }, - "documentation": { - "id": 9307, - "nodeType": "StructuredDocumentation", - "src": "562:472:32", - "text": " @dev Checks if a signature is valid for a given signer and data hash. If the signer is a smart contract, the\n signature is validated against that smart contract using ERC1271, otherwise it's validated using `ECDSA.recover`.\n NOTE: Unlike ECDSA signatures, contract signatures are revocable, and the outcome of this function can thus\n change through time. It could return true at block N and false at block N+1 (or the opposite)." - }, - "id": 9347, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isValidSignatureNow", - "nameLocation": "1048:19:32", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9314, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9309, - "mutability": "mutable", - "name": "signer", - "nameLocation": "1076:6:32", - "nodeType": "VariableDeclaration", - "scope": 9347, - "src": "1068:14:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9308, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1068:7:32", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9311, - "mutability": "mutable", - "name": "hash", - "nameLocation": "1092:4:32", - "nodeType": "VariableDeclaration", - "scope": 9347, - "src": "1084:12:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9310, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1084:7:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9313, - "mutability": "mutable", - "name": "signature", - "nameLocation": "1111:9:32", - "nodeType": "VariableDeclaration", - "scope": 9347, - "src": "1098:22:32", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 9312, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1098:5:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "1067:54:32" - }, - "returnParameters": { - "id": 9317, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9316, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9347, - "src": "1145:4:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9315, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1145:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1144:6:32" - }, - "scope": 9400, - "src": "1039:368:32", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9398, - "nodeType": "Block", - "src": "1962:309:32", - "statements": [ - { - "assignments": [ - 9360, - 9362 - ], - "declarations": [ - { - "constant": false, - "id": 9360, - "mutability": "mutable", - "name": "success", - "nameLocation": "1978:7:32", - "nodeType": "VariableDeclaration", - "scope": 9398, - "src": "1973:12:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9359, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1973:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9362, - "mutability": "mutable", - "name": "result", - "nameLocation": "2000:6:32", - "nodeType": "VariableDeclaration", - "scope": 9398, - "src": "1987:19:32", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 9361, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1987:5:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "id": 9374, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "expression": { - "id": 9367, - "name": "IERC1271", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7691, - "src": "2056:8:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IERC1271_$7691_$", - "typeString": "type(contract IERC1271)" - } - }, - "id": 9368, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2065:16:32", - "memberName": "isValidSignature", - "nodeType": "MemberAccess", - "referencedDeclaration": 7690, - "src": "2056:25:32", - "typeDescriptions": { - "typeIdentifier": "t_function_declaration_view$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bytes4_$", - "typeString": "function IERC1271.isValidSignature(bytes32,bytes memory) view returns (bytes4)" - } - }, - { - "components": [ - { - "id": 9369, - "name": "hash", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9352, - "src": "2084:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - { - "id": 9370, - "name": "signature", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9354, - "src": "2090:9:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "id": 9371, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2083:17:32", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bytes32_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bytes32,bytes memory)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_function_declaration_view$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bytes4_$", - "typeString": "function IERC1271.isValidSignature(bytes32,bytes memory) view returns (bytes4)" - }, - { - "typeIdentifier": "t_tuple$_t_bytes32_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bytes32,bytes memory)" - } - ], - "expression": { - "id": 9365, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "2041:3:32", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 9366, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2045:10:32", - "memberName": "encodeCall", - "nodeType": "MemberAccess", - "src": "2041:14:32", - "typeDescriptions": { - "typeIdentifier": "t_function_abiencodecall_pure$__$returns$_t_bytes_memory_ptr_$", - "typeString": "function () pure returns (bytes memory)" - } - }, - "id": 9372, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2041:60:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - ], - "expression": { - "id": 9363, - "name": "signer", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9350, - "src": "2010:6:32", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "id": 9364, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2017:10:32", - "memberName": "staticcall", - "nodeType": "MemberAccess", - "src": "2010:17:32", - "typeDescriptions": { - "typeIdentifier": "t_function_barestaticcall_view$_t_bytes_memory_ptr_$returns$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "function (bytes memory) view returns (bool,bytes memory)" - } - }, - "id": 9373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2010:101:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_bytes_memory_ptr_$", - "typeString": "tuple(bool,bytes memory)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1972:139:32" - }, - { - "expression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9395, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9380, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9375, - "name": "success", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9360, - "src": "2129:7:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9379, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "id": 9376, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9362, - "src": "2152:6:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - "id": 9377, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2159:6:32", - "memberName": "length", - "nodeType": "MemberAccess", - "src": "2152:13:32", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "3332", - "id": 9378, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2169:2:32", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "2152:19:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "2129:42:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "id": 9394, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9383, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9362, - "src": "2198:6:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - } - }, - { - "components": [ - { - "id": 9385, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2207:7:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 9384, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2207:7:32", - "typeDescriptions": {} - } - } - ], - "id": 9386, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2206:9:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes memory" - }, - { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - } - ], - "expression": { - "id": 9381, - "name": "abi", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -1, - "src": "2187:3:32", - "typeDescriptions": { - "typeIdentifier": "t_magic_abi", - "typeString": "abi" - } - }, - "id": 9382, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2191:6:32", - "memberName": "decode", - "nodeType": "MemberAccess", - "src": "2187:10:32", - "typeDescriptions": { - "typeIdentifier": "t_function_abidecode_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 9387, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2187:29:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "arguments": [ - { - "expression": { - "expression": { - "id": 9390, - "name": "IERC1271", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7691, - "src": "2228:8:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IERC1271_$7691_$", - "typeString": "type(contract IERC1271)" - } - }, - "id": 9391, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2237:16:32", - "memberName": "isValidSignature", - "nodeType": "MemberAccess", - "referencedDeclaration": 7690, - "src": "2228:25:32", - "typeDescriptions": { - "typeIdentifier": "t_function_declaration_view$_t_bytes32_$_t_bytes_memory_ptr_$returns$_t_bytes4_$", - "typeString": "function IERC1271.isValidSignature(bytes32,bytes memory) view returns (bytes4)" - } - }, - "id": 9392, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2254:8:32", - "memberName": "selector", - "nodeType": "MemberAccess", - "src": "2228:34:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bytes4", - "typeString": "bytes4" - } - ], - "id": 9389, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2220:7:32", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_bytes32_$", - "typeString": "type(bytes32)" - }, - "typeName": { - "id": 9388, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "2220:7:32", - "typeDescriptions": {} - } - }, - "id": 9393, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2220:43:32", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "src": "2187:76:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "2129:134:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - ], - "id": 9396, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2128:136:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 9358, - "id": 9397, - "nodeType": "Return", - "src": "2121:143:32" - } - ] - }, - "documentation": { - "id": 9348, - "nodeType": "StructuredDocumentation", - "src": "1413:395:32", - "text": " @dev Checks if a signature is valid for a given signer and data hash. The signature is validated\n against the signer smart contract using ERC1271.\n NOTE: Unlike ECDSA signatures, contract signatures are revocable, and the outcome of this function can thus\n change through time. It could return true at block N and false at block N+1 (or the opposite)." - }, - "id": 9399, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "isValidERC1271SignatureNow", - "nameLocation": "1822:26:32", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9355, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9350, - "mutability": "mutable", - "name": "signer", - "nameLocation": "1866:6:32", - "nodeType": "VariableDeclaration", - "scope": 9399, - "src": "1858:14:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 9349, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1858:7:32", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9352, - "mutability": "mutable", - "name": "hash", - "nameLocation": "1890:4:32", - "nodeType": "VariableDeclaration", - "scope": 9399, - "src": "1882:12:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 9351, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "1882:7:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9354, - "mutability": "mutable", - "name": "signature", - "nameLocation": "1917:9:32", - "nodeType": "VariableDeclaration", - "scope": 9399, - "src": "1904:22:32", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_bytes_memory_ptr", - "typeString": "bytes" - }, - "typeName": { - "id": 9353, - "name": "bytes", - "nodeType": "ElementaryTypeName", - "src": "1904:5:32", - "typeDescriptions": { - "typeIdentifier": "t_bytes_storage_ptr", - "typeString": "bytes" - } - }, - "visibility": "internal" - } - ], - "src": "1848:84:32" - }, - "returnParameters": { - "id": 9358, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9357, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9399, - "src": "1956:4:32", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9356, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1956:4:32", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1955:6:32" - }, - "scope": 9400, - "src": "1813:458:32", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 9401, - "src": "531:1742:32", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "123:2151:32" - }, - "id": 32 - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "exportedSymbols": { - "Math": [ - 10454 - ] - }, - "id": 10455, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 9402, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "103:24:33" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Math", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 9403, - "nodeType": "StructuredDocumentation", - "src": "129:73:33", - "text": " @dev Standard math utilities missing in the Solidity language." - }, - "fullyImplemented": true, - "id": 10454, - "linearizedBaseContracts": [ - 10454 - ], - "name": "Math", - "nameLocation": "211:4:33", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 9404, - "nodeType": "StructuredDocumentation", - "src": "222:50:33", - "text": " @dev Muldiv operation overflow." - }, - "errorSelector": "227bc153", - "id": 9406, - "name": "MathOverflowedMulDiv", - "nameLocation": "283:20:33", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 9405, - "nodeType": "ParameterList", - "parameters": [], - "src": "303:2:33" - }, - "src": "277:29:33" - }, - { - "canonicalName": "Math.Rounding", - "id": 9411, - "members": [ - { - "id": 9407, - "name": "Floor", - "nameLocation": "336:5:33", - "nodeType": "EnumValue", - "src": "336:5:33" - }, - { - "id": 9408, - "name": "Ceil", - "nameLocation": "379:4:33", - "nodeType": "EnumValue", - "src": "379:4:33" - }, - { - "id": 9409, - "name": "Trunc", - "nameLocation": "421:5:33", - "nodeType": "EnumValue", - "src": "421:5:33" - }, - { - "id": 9410, - "name": "Expand", - "nameLocation": "451:6:33", - "nodeType": "EnumValue", - "src": "451:6:33" - } - ], - "name": "Rounding", - "nameLocation": "317:8:33", - "nodeType": "EnumDefinition", - "src": "312:169:33" - }, - { - "body": { - "id": 9442, - "nodeType": "Block", - "src": "661:140:33", - "statements": [ - { - "id": 9441, - "nodeType": "UncheckedBlock", - "src": "671:124:33", - "statements": [ - { - "assignments": [ - 9424 - ], - "declarations": [ - { - "constant": false, - "id": 9424, - "mutability": "mutable", - "name": "c", - "nameLocation": "703:1:33", - "nodeType": "VariableDeclaration", - "scope": 9441, - "src": "695:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9423, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "695:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9428, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9427, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9425, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9414, - "src": "707:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 9426, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9416, - "src": "711:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "707:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "695:17:33" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9431, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9429, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9424, - "src": "730:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 9430, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9414, - "src": "734:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "730:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9436, - "nodeType": "IfStatement", - "src": "726:28:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 9432, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "745:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 9433, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "752:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9434, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "744:10:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9422, - "id": 9435, - "nodeType": "Return", - "src": "737:17:33" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9437, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "776:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 9438, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9424, - "src": "782:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9439, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "775:9:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 9422, - "id": 9440, - "nodeType": "Return", - "src": "768:16:33" - } - ] - } - ] - }, - "documentation": { - "id": 9412, - "nodeType": "StructuredDocumentation", - "src": "487:93:33", - "text": " @dev Returns the addition of two unsigned integers, with an overflow flag." - }, - "id": 9443, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryAdd", - "nameLocation": "594:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9417, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9414, - "mutability": "mutable", - "name": "a", - "nameLocation": "609:1:33", - "nodeType": "VariableDeclaration", - "scope": 9443, - "src": "601:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9413, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "601:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9416, - "mutability": "mutable", - "name": "b", - "nameLocation": "620:1:33", - "nodeType": "VariableDeclaration", - "scope": 9443, - "src": "612:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9415, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "612:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "600:22:33" - }, - "returnParameters": { - "id": 9422, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9419, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9443, - "src": "646:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9418, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "646:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9421, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9443, - "src": "652:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9420, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "652:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "645:15:33" - }, - "scope": 10454, - "src": "585:216:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9470, - "nodeType": "Block", - "src": "984:113:33", - "statements": [ - { - "id": 9469, - "nodeType": "UncheckedBlock", - "src": "994:97:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9457, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9455, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9448, - "src": "1022:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 9456, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9446, - "src": "1026:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1022:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9462, - "nodeType": "IfStatement", - "src": "1018:28:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 9458, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1037:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 9459, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1044:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9460, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1036:10:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9454, - "id": 9461, - "nodeType": "Return", - "src": "1029:17:33" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9463, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1068:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9466, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9464, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9446, - "src": "1074:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 9465, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9448, - "src": "1078:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1074:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9467, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1067:13:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 9454, - "id": 9468, - "nodeType": "Return", - "src": "1060:20:33" - } - ] - } - ] - }, - "documentation": { - "id": 9444, - "nodeType": "StructuredDocumentation", - "src": "807:96:33", - "text": " @dev Returns the subtraction of two unsigned integers, with an overflow flag." - }, - "id": 9471, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "trySub", - "nameLocation": "917:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9449, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9446, - "mutability": "mutable", - "name": "a", - "nameLocation": "932:1:33", - "nodeType": "VariableDeclaration", - "scope": 9471, - "src": "924:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9445, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "924:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9448, - "mutability": "mutable", - "name": "b", - "nameLocation": "943:1:33", - "nodeType": "VariableDeclaration", - "scope": 9471, - "src": "935:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9447, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "935:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "923:22:33" - }, - "returnParameters": { - "id": 9454, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9451, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9471, - "src": "969:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9450, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "969:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9453, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9471, - "src": "975:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9452, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "975:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "968:15:33" - }, - "scope": 10454, - "src": "908:189:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9512, - "nodeType": "Block", - "src": "1283:417:33", - "statements": [ - { - "id": 9511, - "nodeType": "UncheckedBlock", - "src": "1293:401:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9483, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9474, - "src": "1551:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9484, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1556:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1551:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9490, - "nodeType": "IfStatement", - "src": "1547:28:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9486, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1567:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "hexValue": "30", - "id": 9487, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1573:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9488, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1566:9:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9482, - "id": 9489, - "nodeType": "Return", - "src": "1559:16:33" - } - }, - { - "assignments": [ - 9492 - ], - "declarations": [ - { - "constant": false, - "id": 9492, - "mutability": "mutable", - "name": "c", - "nameLocation": "1597:1:33", - "nodeType": "VariableDeclaration", - "scope": 9511, - "src": "1589:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9491, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1589:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9496, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9495, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9493, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9474, - "src": "1601:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9494, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9476, - "src": "1605:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1601:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1589:17:33" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9501, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9499, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9497, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9492, - "src": "1624:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9498, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9474, - "src": "1628:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1624:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 9500, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9476, - "src": "1633:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1624:10:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9506, - "nodeType": "IfStatement", - "src": "1620:33:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 9502, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1644:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 9503, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1651:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9504, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1643:10:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9482, - "id": 9505, - "nodeType": "Return", - "src": "1636:17:33" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9507, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1675:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "id": 9508, - "name": "c", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9492, - "src": "1681:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9509, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1674:9:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 9482, - "id": 9510, - "nodeType": "Return", - "src": "1667:16:33" - } - ] - } - ] - }, - "documentation": { - "id": 9472, - "nodeType": "StructuredDocumentation", - "src": "1103:99:33", - "text": " @dev Returns the multiplication of two unsigned integers, with an overflow flag." - }, - "id": 9513, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryMul", - "nameLocation": "1216:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9477, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9474, - "mutability": "mutable", - "name": "a", - "nameLocation": "1231:1:33", - "nodeType": "VariableDeclaration", - "scope": 9513, - "src": "1223:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9473, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1223:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9476, - "mutability": "mutable", - "name": "b", - "nameLocation": "1242:1:33", - "nodeType": "VariableDeclaration", - "scope": 9513, - "src": "1234:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9475, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1234:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1222:22:33" - }, - "returnParameters": { - "id": 9482, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9479, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9513, - "src": "1268:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9478, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1268:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9481, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9513, - "src": "1274:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9480, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1274:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1267:15:33" - }, - "scope": 10454, - "src": "1207:493:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9540, - "nodeType": "Block", - "src": "1887:114:33", - "statements": [ - { - "id": 9539, - "nodeType": "UncheckedBlock", - "src": "1897:98:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9527, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9525, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9518, - "src": "1925:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9526, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1930:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1925:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9532, - "nodeType": "IfStatement", - "src": "1921:29:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 9528, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1941:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 9529, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1948:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9530, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1940:10:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9524, - "id": 9531, - "nodeType": "Return", - "src": "1933:17:33" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9533, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1972:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9536, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9534, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9516, - "src": "1978:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9535, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9518, - "src": "1982:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "1978:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9537, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "1971:13:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 9524, - "id": 9538, - "nodeType": "Return", - "src": "1964:20:33" - } - ] - } - ] - }, - "documentation": { - "id": 9514, - "nodeType": "StructuredDocumentation", - "src": "1706:100:33", - "text": " @dev Returns the division of two unsigned integers, with a division by zero flag." - }, - "id": 9541, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryDiv", - "nameLocation": "1820:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9519, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9516, - "mutability": "mutable", - "name": "a", - "nameLocation": "1835:1:33", - "nodeType": "VariableDeclaration", - "scope": 9541, - "src": "1827:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9515, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1827:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9518, - "mutability": "mutable", - "name": "b", - "nameLocation": "1846:1:33", - "nodeType": "VariableDeclaration", - "scope": 9541, - "src": "1838:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9517, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1838:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1826:22:33" - }, - "returnParameters": { - "id": 9524, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9521, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9541, - "src": "1872:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9520, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1872:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9523, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9541, - "src": "1878:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9522, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1878:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1871:15:33" - }, - "scope": 10454, - "src": "1811:190:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9568, - "nodeType": "Block", - "src": "2198:114:33", - "statements": [ - { - "id": 9567, - "nodeType": "UncheckedBlock", - "src": "2208:98:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9555, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9553, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9546, - "src": "2236:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9554, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2241:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "2236:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9560, - "nodeType": "IfStatement", - "src": "2232:29:33", - "trueBody": { - "expression": { - "components": [ - { - "hexValue": "66616c7365", - "id": 9556, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2252:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - { - "hexValue": "30", - "id": 9557, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2259:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 9558, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2251:10:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_rational_0_by_1_$", - "typeString": "tuple(bool,int_const 0)" - } - }, - "functionReturnParameters": 9552, - "id": 9559, - "nodeType": "Return", - "src": "2244:17:33" - } - }, - { - "expression": { - "components": [ - { - "hexValue": "74727565", - "id": 9561, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2283:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9564, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9562, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9544, - "src": "2289:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "%", - "rightExpression": { - "id": 9563, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9546, - "src": "2293:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2289:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9565, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2282:13:33", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint256_$", - "typeString": "tuple(bool,uint256)" - } - }, - "functionReturnParameters": 9552, - "id": 9566, - "nodeType": "Return", - "src": "2275:20:33" - } - ] - } - ] - }, - "documentation": { - "id": 9542, - "nodeType": "StructuredDocumentation", - "src": "2007:110:33", - "text": " @dev Returns the remainder of dividing two unsigned integers, with a division by zero flag." - }, - "id": 9569, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "tryMod", - "nameLocation": "2131:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9547, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9544, - "mutability": "mutable", - "name": "a", - "nameLocation": "2146:1:33", - "nodeType": "VariableDeclaration", - "scope": 9569, - "src": "2138:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9543, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2138:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9546, - "mutability": "mutable", - "name": "b", - "nameLocation": "2157:1:33", - "nodeType": "VariableDeclaration", - "scope": 9569, - "src": "2149:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9545, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2149:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2137:22:33" - }, - "returnParameters": { - "id": 9552, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9549, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9569, - "src": "2183:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 9548, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "2183:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9551, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9569, - "src": "2189:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9550, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2189:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2182:15:33" - }, - "scope": 10454, - "src": "2122:190:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9586, - "nodeType": "Block", - "src": "2449:37:33", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9581, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9579, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9572, - "src": "2466:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 9580, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9574, - "src": "2470:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2466:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 9583, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9574, - "src": "2478:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "2466:13:33", - "trueExpression": { - "id": 9582, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9572, - "src": "2474:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9578, - "id": 9585, - "nodeType": "Return", - "src": "2459:20:33" - } - ] - }, - "documentation": { - "id": 9570, - "nodeType": "StructuredDocumentation", - "src": "2318:59:33", - "text": " @dev Returns the largest of two numbers." - }, - "id": 9587, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "max", - "nameLocation": "2391:3:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9575, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9572, - "mutability": "mutable", - "name": "a", - "nameLocation": "2403:1:33", - "nodeType": "VariableDeclaration", - "scope": 9587, - "src": "2395:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9571, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2395:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9574, - "mutability": "mutable", - "name": "b", - "nameLocation": "2414:1:33", - "nodeType": "VariableDeclaration", - "scope": 9587, - "src": "2406:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9573, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2406:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2394:22:33" - }, - "returnParameters": { - "id": 9578, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9577, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9587, - "src": "2440:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9576, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2440:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2439:9:33" - }, - "scope": 10454, - "src": "2382:104:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9604, - "nodeType": "Block", - "src": "2624:37:33", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9599, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9597, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9590, - "src": "2641:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 9598, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9592, - "src": "2645:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2641:5:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 9601, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9592, - "src": "2653:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9602, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "2641:13:33", - "trueExpression": { - "id": 9600, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9590, - "src": "2649:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9596, - "id": 9603, - "nodeType": "Return", - "src": "2634:20:33" - } - ] - }, - "documentation": { - "id": 9588, - "nodeType": "StructuredDocumentation", - "src": "2492:60:33", - "text": " @dev Returns the smallest of two numbers." - }, - "id": 9605, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "min", - "nameLocation": "2566:3:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9593, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9590, - "mutability": "mutable", - "name": "a", - "nameLocation": "2578:1:33", - "nodeType": "VariableDeclaration", - "scope": 9605, - "src": "2570:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9589, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2570:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9592, - "mutability": "mutable", - "name": "b", - "nameLocation": "2589:1:33", - "nodeType": "VariableDeclaration", - "scope": 9605, - "src": "2581:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9591, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2581:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2569:22:33" - }, - "returnParameters": { - "id": 9596, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9595, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9605, - "src": "2615:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9594, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2615:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2614:9:33" - }, - "scope": 10454, - "src": "2557:104:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9627, - "nodeType": "Block", - "src": "2845:82:33", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9625, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9617, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9615, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9608, - "src": "2900:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "id": 9616, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9610, - "src": "2904:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2900:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9618, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2899:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9624, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9621, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9619, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9608, - "src": "2910:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "id": 9620, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9610, - "src": "2914:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2910:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9622, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "2909:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "hexValue": "32", - "id": 9623, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2919:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "2909:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2899:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9614, - "id": 9626, - "nodeType": "Return", - "src": "2892:28:33" - } - ] - }, - "documentation": { - "id": 9606, - "nodeType": "StructuredDocumentation", - "src": "2667:102:33", - "text": " @dev Returns the average of two numbers. The result is rounded towards\n zero." - }, - "id": 9628, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "average", - "nameLocation": "2783:7:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9611, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9608, - "mutability": "mutable", - "name": "a", - "nameLocation": "2799:1:33", - "nodeType": "VariableDeclaration", - "scope": 9628, - "src": "2791:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9607, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2791:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9610, - "mutability": "mutable", - "name": "b", - "nameLocation": "2810:1:33", - "nodeType": "VariableDeclaration", - "scope": 9628, - "src": "2802:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9609, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2802:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2790:22:33" - }, - "returnParameters": { - "id": 9614, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9613, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9628, - "src": "2836:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9612, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2836:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2835:9:33" - }, - "scope": 10454, - "src": "2774:153:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9661, - "nodeType": "Block", - "src": "3219:260:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9640, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9638, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9633, - "src": "3233:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9639, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3238:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "3233:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9646, - "nodeType": "IfStatement", - "src": "3229:127:33", - "trueBody": { - "id": 9645, - "nodeType": "Block", - "src": "3241:115:33", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9643, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9641, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9631, - "src": "3340:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9642, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9633, - "src": "3344:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3340:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9637, - "id": 9644, - "nodeType": "Return", - "src": "3333:12:33" - } - ] - } - }, - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9649, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9647, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9631, - "src": "3444:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9648, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3449:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "3444:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9658, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9656, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9653, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9651, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9631, - "src": "3458:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "hexValue": "31", - "id": 9652, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3462:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "3458:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9654, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3457:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9655, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9633, - "src": "3467:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3457:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "hexValue": "31", - "id": 9657, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3471:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "3457:15:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9659, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "3444:28:33", - "trueExpression": { - "hexValue": "30", - "id": 9650, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3453:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9637, - "id": 9660, - "nodeType": "Return", - "src": "3437:35:33" - } - ] - }, - "documentation": { - "id": 9629, - "nodeType": "StructuredDocumentation", - "src": "2933:210:33", - "text": " @dev Returns the ceiling of the division of two numbers.\n This differs from standard division with `/` in that it rounds towards infinity instead\n of rounding towards zero." - }, - "id": 9662, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "ceilDiv", - "nameLocation": "3157:7:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9634, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9631, - "mutability": "mutable", - "name": "a", - "nameLocation": "3173:1:33", - "nodeType": "VariableDeclaration", - "scope": 9662, - "src": "3165:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9630, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3165:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9633, - "mutability": "mutable", - "name": "b", - "nameLocation": "3184:1:33", - "nodeType": "VariableDeclaration", - "scope": 9662, - "src": "3176:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9632, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3176:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3164:22:33" - }, - "returnParameters": { - "id": 9637, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9636, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9662, - "src": "3210:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9635, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3210:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3209:9:33" - }, - "scope": 10454, - "src": "3148:331:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9787, - "nodeType": "Block", - "src": "3901:4018:33", - "statements": [ - { - "id": 9786, - "nodeType": "UncheckedBlock", - "src": "3911:4002:33", - "statements": [ - { - "assignments": [ - 9675 - ], - "declarations": [ - { - "constant": false, - "id": 9675, - "mutability": "mutable", - "name": "prod0", - "nameLocation": "4240:5:33", - "nodeType": "VariableDeclaration", - "scope": 9786, - "src": "4232:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9674, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4232:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9679, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9678, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9676, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9665, - "src": "4248:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9677, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9667, - "src": "4252:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4248:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4232:21:33" - }, - { - "assignments": [ - 9681 - ], - "declarations": [ - { - "constant": false, - "id": 9681, - "mutability": "mutable", - "name": "prod1", - "nameLocation": "4320:5:33", - "nodeType": "VariableDeclaration", - "scope": 9786, - "src": "4312:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9680, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4312:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9682, - "nodeType": "VariableDeclarationStatement", - "src": "4312:13:33" - }, - { - "AST": { - "nativeSrc": "4392:122:33", - "nodeType": "YulBlock", - "src": "4392:122:33", - "statements": [ - { - "nativeSrc": "4410:30:33", - "nodeType": "YulVariableDeclaration", - "src": "4410:30:33", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "4427:1:33", - "nodeType": "YulIdentifier", - "src": "4427:1:33" - }, - { - "name": "y", - "nativeSrc": "4430:1:33", - "nodeType": "YulIdentifier", - "src": "4430:1:33" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4437:1:33", - "nodeType": "YulLiteral", - "src": "4437:1:33", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "4433:3:33", - "nodeType": "YulIdentifier", - "src": "4433:3:33" - }, - "nativeSrc": "4433:6:33", - "nodeType": "YulFunctionCall", - "src": "4433:6:33" - } - ], - "functionName": { - "name": "mulmod", - "nativeSrc": "4420:6:33", - "nodeType": "YulIdentifier", - "src": "4420:6:33" - }, - "nativeSrc": "4420:20:33", - "nodeType": "YulFunctionCall", - "src": "4420:20:33" - }, - "variables": [ - { - "name": "mm", - "nativeSrc": "4414:2:33", - "nodeType": "YulTypedName", - "src": "4414:2:33", - "type": "" - } - ] - }, - { - "nativeSrc": "4457:43:33", - "nodeType": "YulAssignment", - "src": "4457:43:33", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "mm", - "nativeSrc": "4474:2:33", - "nodeType": "YulIdentifier", - "src": "4474:2:33" - }, - { - "name": "prod0", - "nativeSrc": "4478:5:33", - "nodeType": "YulIdentifier", - "src": "4478:5:33" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4470:3:33", - "nodeType": "YulIdentifier", - "src": "4470:3:33" - }, - "nativeSrc": "4470:14:33", - "nodeType": "YulFunctionCall", - "src": "4470:14:33" - }, - { - "arguments": [ - { - "name": "mm", - "nativeSrc": "4489:2:33", - "nodeType": "YulIdentifier", - "src": "4489:2:33" - }, - { - "name": "prod0", - "nativeSrc": "4493:5:33", - "nodeType": "YulIdentifier", - "src": "4493:5:33" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4486:2:33", - "nodeType": "YulIdentifier", - "src": "4486:2:33" - }, - "nativeSrc": "4486:13:33", - "nodeType": "YulFunctionCall", - "src": "4486:13:33" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4466:3:33", - "nodeType": "YulIdentifier", - "src": "4466:3:33" - }, - "nativeSrc": "4466:34:33", - "nodeType": "YulFunctionCall", - "src": "4466:34:33" - }, - "variableNames": [ - { - "name": "prod1", - "nativeSrc": "4457:5:33", - "nodeType": "YulIdentifier", - "src": "4457:5:33" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "4478:5:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "4493:5:33", - "valueSize": 1 - }, - { - "declaration": 9681, - "isOffset": false, - "isSlot": false, - "src": "4457:5:33", - "valueSize": 1 - }, - { - "declaration": 9665, - "isOffset": false, - "isSlot": false, - "src": "4427:1:33", - "valueSize": 1 - }, - { - "declaration": 9667, - "isOffset": false, - "isSlot": false, - "src": "4430:1:33", - "valueSize": 1 - } - ], - "id": 9683, - "nodeType": "InlineAssembly", - "src": "4383:131:33" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9686, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9684, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9681, - "src": "4595:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9685, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4604:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "4595:10:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9692, - "nodeType": "IfStatement", - "src": "4591:368:33", - "trueBody": { - "id": 9691, - "nodeType": "Block", - "src": "4607:352:33", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9689, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9687, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9675, - "src": "4925:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9688, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "4933:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "4925:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9673, - "id": 9690, - "nodeType": "Return", - "src": "4918:26:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9695, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9693, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "5065:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "id": 9694, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9681, - "src": "5080:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5065:20:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9700, - "nodeType": "IfStatement", - "src": "5061:88:33", - "trueBody": { - "id": 9699, - "nodeType": "Block", - "src": "5087:62:33", - "statements": [ - { - "errorCall": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 9696, - "name": "MathOverflowedMulDiv", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9406, - "src": "5112:20:33", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$__$returns$_t_error_$", - "typeString": "function () pure returns (error)" - } - }, - "id": 9697, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5112:22:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 9698, - "nodeType": "RevertStatement", - "src": "5105:29:33" - } - ] - } - }, - { - "assignments": [ - 9702 - ], - "declarations": [ - { - "constant": false, - "id": 9702, - "mutability": "mutable", - "name": "remainder", - "nameLocation": "5412:9:33", - "nodeType": "VariableDeclaration", - "scope": 9786, - "src": "5404:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9701, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5404:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9703, - "nodeType": "VariableDeclarationStatement", - "src": "5404:17:33" - }, - { - "AST": { - "nativeSrc": "5444:291:33", - "nodeType": "YulBlock", - "src": "5444:291:33", - "statements": [ - { - "nativeSrc": "5513:38:33", - "nodeType": "YulAssignment", - "src": "5513:38:33", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "5533:1:33", - "nodeType": "YulIdentifier", - "src": "5533:1:33" - }, - { - "name": "y", - "nativeSrc": "5536:1:33", - "nodeType": "YulIdentifier", - "src": "5536:1:33" - }, - { - "name": "denominator", - "nativeSrc": "5539:11:33", - "nodeType": "YulIdentifier", - "src": "5539:11:33" - } - ], - "functionName": { - "name": "mulmod", - "nativeSrc": "5526:6:33", - "nodeType": "YulIdentifier", - "src": "5526:6:33" - }, - "nativeSrc": "5526:25:33", - "nodeType": "YulFunctionCall", - "src": "5526:25:33" - }, - "variableNames": [ - { - "name": "remainder", - "nativeSrc": "5513:9:33", - "nodeType": "YulIdentifier", - "src": "5513:9:33" - } - ] - }, - { - "nativeSrc": "5633:41:33", - "nodeType": "YulAssignment", - "src": "5633:41:33", - "value": { - "arguments": [ - { - "name": "prod1", - "nativeSrc": "5646:5:33", - "nodeType": "YulIdentifier", - "src": "5646:5:33" - }, - { - "arguments": [ - { - "name": "remainder", - "nativeSrc": "5656:9:33", - "nodeType": "YulIdentifier", - "src": "5656:9:33" - }, - { - "name": "prod0", - "nativeSrc": "5667:5:33", - "nodeType": "YulIdentifier", - "src": "5667:5:33" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "5653:2:33", - "nodeType": "YulIdentifier", - "src": "5653:2:33" - }, - "nativeSrc": "5653:20:33", - "nodeType": "YulFunctionCall", - "src": "5653:20:33" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5642:3:33", - "nodeType": "YulIdentifier", - "src": "5642:3:33" - }, - "nativeSrc": "5642:32:33", - "nodeType": "YulFunctionCall", - "src": "5642:32:33" - }, - "variableNames": [ - { - "name": "prod1", - "nativeSrc": "5633:5:33", - "nodeType": "YulIdentifier", - "src": "5633:5:33" - } - ] - }, - { - "nativeSrc": "5691:30:33", - "nodeType": "YulAssignment", - "src": "5691:30:33", - "value": { - "arguments": [ - { - "name": "prod0", - "nativeSrc": "5704:5:33", - "nodeType": "YulIdentifier", - "src": "5704:5:33" - }, - { - "name": "remainder", - "nativeSrc": "5711:9:33", - "nodeType": "YulIdentifier", - "src": "5711:9:33" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5700:3:33", - "nodeType": "YulIdentifier", - "src": "5700:3:33" - }, - "nativeSrc": "5700:21:33", - "nodeType": "YulFunctionCall", - "src": "5700:21:33" - }, - "variableNames": [ - { - "name": "prod0", - "nativeSrc": "5691:5:33", - "nodeType": "YulIdentifier", - "src": "5691:5:33" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 9669, - "isOffset": false, - "isSlot": false, - "src": "5539:11:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "5667:5:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "5691:5:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "5704:5:33", - "valueSize": 1 - }, - { - "declaration": 9681, - "isOffset": false, - "isSlot": false, - "src": "5633:5:33", - "valueSize": 1 - }, - { - "declaration": 9681, - "isOffset": false, - "isSlot": false, - "src": "5646:5:33", - "valueSize": 1 - }, - { - "declaration": 9702, - "isOffset": false, - "isSlot": false, - "src": "5513:9:33", - "valueSize": 1 - }, - { - "declaration": 9702, - "isOffset": false, - "isSlot": false, - "src": "5656:9:33", - "valueSize": 1 - }, - { - "declaration": 9702, - "isOffset": false, - "isSlot": false, - "src": "5711:9:33", - "valueSize": 1 - }, - { - "declaration": 9665, - "isOffset": false, - "isSlot": false, - "src": "5533:1:33", - "valueSize": 1 - }, - { - "declaration": 9667, - "isOffset": false, - "isSlot": false, - "src": "5536:1:33", - "valueSize": 1 - } - ], - "id": 9704, - "nodeType": "InlineAssembly", - "src": "5435:300:33" - }, - { - "assignments": [ - 9706 - ], - "declarations": [ - { - "constant": false, - "id": 9706, - "mutability": "mutable", - "name": "twos", - "nameLocation": "5947:4:33", - "nodeType": "VariableDeclaration", - "scope": 9786, - "src": "5939:12:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9705, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5939:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9713, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9712, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9707, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "5954:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9710, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "30", - "id": 9708, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5969:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 9709, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "5973:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5969:15:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9711, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5968:17:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "5954:31:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "5939:46:33" - }, - { - "AST": { - "nativeSrc": "6008:362:33", - "nodeType": "YulBlock", - "src": "6008:362:33", - "statements": [ - { - "nativeSrc": "6073:37:33", - "nodeType": "YulAssignment", - "src": "6073:37:33", - "value": { - "arguments": [ - { - "name": "denominator", - "nativeSrc": "6092:11:33", - "nodeType": "YulIdentifier", - "src": "6092:11:33" - }, - { - "name": "twos", - "nativeSrc": "6105:4:33", - "nodeType": "YulIdentifier", - "src": "6105:4:33" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "6088:3:33", - "nodeType": "YulIdentifier", - "src": "6088:3:33" - }, - "nativeSrc": "6088:22:33", - "nodeType": "YulFunctionCall", - "src": "6088:22:33" - }, - "variableNames": [ - { - "name": "denominator", - "nativeSrc": "6073:11:33", - "nodeType": "YulIdentifier", - "src": "6073:11:33" - } - ] - }, - { - "nativeSrc": "6177:25:33", - "nodeType": "YulAssignment", - "src": "6177:25:33", - "value": { - "arguments": [ - { - "name": "prod0", - "nativeSrc": "6190:5:33", - "nodeType": "YulIdentifier", - "src": "6190:5:33" - }, - { - "name": "twos", - "nativeSrc": "6197:4:33", - "nodeType": "YulIdentifier", - "src": "6197:4:33" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "6186:3:33", - "nodeType": "YulIdentifier", - "src": "6186:3:33" - }, - "nativeSrc": "6186:16:33", - "nodeType": "YulFunctionCall", - "src": "6186:16:33" - }, - "variableNames": [ - { - "name": "prod0", - "nativeSrc": "6177:5:33", - "nodeType": "YulIdentifier", - "src": "6177:5:33" - } - ] - }, - { - "nativeSrc": "6317:39:33", - "nodeType": "YulAssignment", - "src": "6317:39:33", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6337:1:33", - "nodeType": "YulLiteral", - "src": "6337:1:33", - "type": "", - "value": "0" - }, - { - "name": "twos", - "nativeSrc": "6340:4:33", - "nodeType": "YulIdentifier", - "src": "6340:4:33" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6333:3:33", - "nodeType": "YulIdentifier", - "src": "6333:3:33" - }, - "nativeSrc": "6333:12:33", - "nodeType": "YulFunctionCall", - "src": "6333:12:33" - }, - { - "name": "twos", - "nativeSrc": "6347:4:33", - "nodeType": "YulIdentifier", - "src": "6347:4:33" - } - ], - "functionName": { - "name": "div", - "nativeSrc": "6329:3:33", - "nodeType": "YulIdentifier", - "src": "6329:3:33" - }, - "nativeSrc": "6329:23:33", - "nodeType": "YulFunctionCall", - "src": "6329:23:33" - }, - { - "kind": "number", - "nativeSrc": "6354:1:33", - "nodeType": "YulLiteral", - "src": "6354:1:33", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6325:3:33", - "nodeType": "YulIdentifier", - "src": "6325:3:33" - }, - "nativeSrc": "6325:31:33", - "nodeType": "YulFunctionCall", - "src": "6325:31:33" - }, - "variableNames": [ - { - "name": "twos", - "nativeSrc": "6317:4:33", - "nodeType": "YulIdentifier", - "src": "6317:4:33" - } - ] - } - ] - }, - "evmVersion": "paris", - "externalReferences": [ - { - "declaration": 9669, - "isOffset": false, - "isSlot": false, - "src": "6073:11:33", - "valueSize": 1 - }, - { - "declaration": 9669, - "isOffset": false, - "isSlot": false, - "src": "6092:11:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "6177:5:33", - "valueSize": 1 - }, - { - "declaration": 9675, - "isOffset": false, - "isSlot": false, - "src": "6190:5:33", - "valueSize": 1 - }, - { - "declaration": 9706, - "isOffset": false, - "isSlot": false, - "src": "6105:4:33", - "valueSize": 1 - }, - { - "declaration": 9706, - "isOffset": false, - "isSlot": false, - "src": "6197:4:33", - "valueSize": 1 - }, - { - "declaration": 9706, - "isOffset": false, - "isSlot": false, - "src": "6317:4:33", - "valueSize": 1 - }, - { - "declaration": 9706, - "isOffset": false, - "isSlot": false, - "src": "6340:4:33", - "valueSize": 1 - }, - { - "declaration": 9706, - "isOffset": false, - "isSlot": false, - "src": "6347:4:33", - "valueSize": 1 - } - ], - "id": 9714, - "nodeType": "InlineAssembly", - "src": "5999:371:33" - }, - { - "expression": { - "id": 9719, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9715, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9675, - "src": "6436:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "|=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9718, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9716, - "name": "prod1", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9681, - "src": "6445:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9717, - "name": "twos", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9706, - "src": "6453:4:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6445:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6436:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9720, - "nodeType": "ExpressionStatement", - "src": "6436:21:33" - }, - { - "assignments": [ - 9722 - ], - "declarations": [ - { - "constant": false, - "id": 9722, - "mutability": "mutable", - "name": "inverse", - "nameLocation": "6783:7:33", - "nodeType": "VariableDeclaration", - "scope": 9786, - "src": "6775:15:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9721, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6775:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9729, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9728, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9725, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "33", - "id": 9723, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6794:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9724, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "6798:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "6794:15:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9726, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "6793:17:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "hexValue": "32", - "id": 9727, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6813:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "6793:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "6775:39:33" - }, - { - "expression": { - "id": 9736, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9730, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7031:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9735, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9731, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7042:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9734, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9732, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7046:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9733, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7060:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7046:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7042:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7031:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9737, - "nodeType": "ExpressionStatement", - "src": "7031:36:33" - }, - { - "expression": { - "id": 9744, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9738, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7100:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9743, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9739, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7111:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9742, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9740, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7115:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9741, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7129:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7115:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7111:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7100:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9745, - "nodeType": "ExpressionStatement", - "src": "7100:36:33" - }, - { - "expression": { - "id": 9752, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9746, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7170:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9751, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9747, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7181:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9750, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9748, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7185:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9749, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7199:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7185:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7181:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7170:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9753, - "nodeType": "ExpressionStatement", - "src": "7170:36:33" - }, - { - "expression": { - "id": 9760, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9754, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7240:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9759, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9755, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7251:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9758, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9756, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7255:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9757, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7269:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7255:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7251:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7240:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9761, - "nodeType": "ExpressionStatement", - "src": "7240:36:33" - }, - { - "expression": { - "id": 9768, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9762, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7310:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9767, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9763, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7321:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9766, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9764, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7325:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9765, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7339:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7325:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7321:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7310:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9769, - "nodeType": "ExpressionStatement", - "src": "7310:36:33" - }, - { - "expression": { - "id": 9776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9770, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7381:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "*=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "32", - "id": 9771, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7392:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9774, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9772, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9669, - "src": "7396:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9773, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7410:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7396:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7392:25:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7381:36:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9777, - "nodeType": "ExpressionStatement", - "src": "7381:36:33" - }, - { - "expression": { - "id": 9782, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9778, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9672, - "src": "7851:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9781, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9779, - "name": "prod0", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9675, - "src": "7860:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9780, - "name": "inverse", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9722, - "src": "7868:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7860:15:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "7851:24:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9783, - "nodeType": "ExpressionStatement", - "src": "7851:24:33" - }, - { - "expression": { - "id": 9784, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9672, - "src": "7896:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9673, - "id": 9785, - "nodeType": "Return", - "src": "7889:13:33" - } - ] - } - ] - }, - "documentation": { - "id": 9663, - "nodeType": "StructuredDocumentation", - "src": "3485:313:33", - "text": " @notice Calculates floor(x * y / denominator) with full precision. Throws if result overflows a uint256 or\n denominator == 0.\n @dev Original credit to Remco Bloemen under MIT license (https://xn--2-umb.com/21/muldiv) with further edits by\n Uniswap Labs also under MIT license." - }, - "id": 9788, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "mulDiv", - "nameLocation": "3812:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9670, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9665, - "mutability": "mutable", - "name": "x", - "nameLocation": "3827:1:33", - "nodeType": "VariableDeclaration", - "scope": 9788, - "src": "3819:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9664, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3819:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9667, - "mutability": "mutable", - "name": "y", - "nameLocation": "3838:1:33", - "nodeType": "VariableDeclaration", - "scope": 9788, - "src": "3830:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9666, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3830:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9669, - "mutability": "mutable", - "name": "denominator", - "nameLocation": "3849:11:33", - "nodeType": "VariableDeclaration", - "scope": 9788, - "src": "3841:19:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9668, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3841:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3818:43:33" - }, - "returnParameters": { - "id": 9673, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9672, - "mutability": "mutable", - "name": "result", - "nameLocation": "3893:6:33", - "nodeType": "VariableDeclaration", - "scope": 9788, - "src": "3885:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9671, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3885:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3884:16:33" - }, - "scope": 10454, - "src": "3803:4116:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9830, - "nodeType": "Block", - "src": "8161:192:33", - "statements": [ - { - "assignments": [ - 9804 - ], - "declarations": [ - { - "constant": false, - "id": 9804, - "mutability": "mutable", - "name": "result", - "nameLocation": "8179:6:33", - "nodeType": "VariableDeclaration", - "scope": 9830, - "src": "8171:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9803, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8171:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9810, - "initialValue": { - "arguments": [ - { - "id": 9806, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9791, - "src": "8195:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 9807, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9793, - "src": "8198:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 9808, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9795, - "src": "8201:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 9805, - "name": "mulDiv", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 9788, - 9831 - ], - "referencedDeclaration": 9788, - "src": "8188:6:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" - } - }, - "id": 9809, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8188:25:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "8171:42:33" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9821, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9812, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9798, - "src": "8244:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 9811, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10453, - "src": "8227:16:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9411_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 9813, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8227:26:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9820, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9815, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9791, - "src": "8264:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 9816, - "name": "y", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9793, - "src": "8267:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "id": 9817, - "name": "denominator", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9795, - "src": "8270:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 9814, - "name": "mulmod", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -16, - "src": "8257:6:33", - "typeDescriptions": { - "typeIdentifier": "t_function_mulmod_pure$_t_uint256_$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256,uint256) pure returns (uint256)" - } - }, - "id": 9818, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8257:25:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 9819, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8285:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "8257:29:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "8227:59:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9827, - "nodeType": "IfStatement", - "src": "8223:101:33", - "trueBody": { - "id": 9826, - "nodeType": "Block", - "src": "8288:36:33", - "statements": [ - { - "expression": { - "id": 9824, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9822, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9804, - "src": "8302:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "31", - "id": 9823, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8312:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "8302:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9825, - "nodeType": "ExpressionStatement", - "src": "8302:11:33" - } - ] - } - }, - { - "expression": { - "id": 9828, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9804, - "src": "8340:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9802, - "id": 9829, - "nodeType": "Return", - "src": "8333:13:33" - } - ] - }, - "documentation": { - "id": 9789, - "nodeType": "StructuredDocumentation", - "src": "7925:121:33", - "text": " @notice Calculates x * y / denominator with full precision, following the selected rounding direction." - }, - "id": 9831, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "mulDiv", - "nameLocation": "8060:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9799, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9791, - "mutability": "mutable", - "name": "x", - "nameLocation": "8075:1:33", - "nodeType": "VariableDeclaration", - "scope": 9831, - "src": "8067:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9790, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8067:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9793, - "mutability": "mutable", - "name": "y", - "nameLocation": "8086:1:33", - "nodeType": "VariableDeclaration", - "scope": 9831, - "src": "8078:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9792, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8078:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9795, - "mutability": "mutable", - "name": "denominator", - "nameLocation": "8097:11:33", - "nodeType": "VariableDeclaration", - "scope": 9831, - "src": "8089:19:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9794, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8089:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9798, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "8119:8:33", - "nodeType": "VariableDeclaration", - "scope": 9831, - "src": "8110:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 9797, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 9796, - "name": "Rounding", - "nameLocations": [ - "8110:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "8110:8:33" - }, - "referencedDeclaration": 9411, - "src": "8110:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "8066:62:33" - }, - "returnParameters": { - "id": 9802, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9801, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9831, - "src": "8152:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9800, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8152:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8151:9:33" - }, - "scope": 10454, - "src": "8051:302:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9942, - "nodeType": "Block", - "src": "8644:1585:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9841, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9839, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "8658:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "30", - "id": 9840, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8663:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "8658:6:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 9845, - "nodeType": "IfStatement", - "src": "8654:45:33", - "trueBody": { - "id": 9844, - "nodeType": "Block", - "src": "8666:33:33", - "statements": [ - { - "expression": { - "hexValue": "30", - "id": 9842, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8687:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "functionReturnParameters": 9838, - "id": 9843, - "nodeType": "Return", - "src": "8680:8:33" - } - ] - } - }, - { - "assignments": [ - 9847 - ], - "declarations": [ - { - "constant": false, - "id": 9847, - "mutability": "mutable", - "name": "result", - "nameLocation": "9386:6:33", - "nodeType": "VariableDeclaration", - "scope": 9942, - "src": "9378:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9846, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9378:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9856, - "initialValue": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9855, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 9848, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9395:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9850, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "9406:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 9849, - "name": "log2", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 10110, - 10145 - ], - "referencedDeclaration": 10110, - "src": "9401:4:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 9851, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9401:7:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9852, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9412:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "9401:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9854, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "9400:14:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9395:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "9378:36:33" - }, - { - "id": 9941, - "nodeType": "UncheckedBlock", - "src": "9815:408:33", - "statements": [ - { - "expression": { - "id": 9866, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9857, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9839:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9865, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9862, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9858, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9849:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9861, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9859, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "9858:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9860, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9862:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9858:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9849:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9863, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "9848:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9864, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9873:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "9848:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9839:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9867, - "nodeType": "ExpressionStatement", - "src": "9839:35:33" - }, - { - "expression": { - "id": 9877, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9868, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9888:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9873, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9869, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9898:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9872, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9870, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "9907:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9871, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9911:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9907:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9898:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9874, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "9897:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9875, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9922:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "9897:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9888:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9878, - "nodeType": "ExpressionStatement", - "src": "9888:35:33" - }, - { - "expression": { - "id": 9888, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9879, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9937:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9884, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9880, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9947:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9883, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9881, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "9956:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9882, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9960:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9956:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9947:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9885, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "9946:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9886, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9971:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "9946:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9937:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9889, - "nodeType": "ExpressionStatement", - "src": "9937:35:33" - }, - { - "expression": { - "id": 9899, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9890, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9986:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9895, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9891, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "9996:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9894, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9892, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "10005:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9893, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10009:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10005:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9996:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9896, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "9995:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9897, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10020:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "9995:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "9986:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9900, - "nodeType": "ExpressionStatement", - "src": "9986:35:33" - }, - { - "expression": { - "id": 9910, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9901, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10035:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9909, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9906, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9902, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10045:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9903, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "10054:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9904, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10058:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10054:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10045:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9907, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10044:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9908, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10069:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "10044:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10035:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9911, - "nodeType": "ExpressionStatement", - "src": "10035:35:33" - }, - { - "expression": { - "id": 9921, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9912, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10084:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9920, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9917, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9913, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10094:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9916, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9914, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "10103:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9915, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10107:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10103:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10094:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9918, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10093:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9919, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10118:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "10093:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10084:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9922, - "nodeType": "ExpressionStatement", - "src": "10084:35:33" - }, - { - "expression": { - "id": 9932, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9923, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10133:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9931, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9928, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9924, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10143:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9927, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9925, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "10152:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9926, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10156:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10152:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10143:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 9929, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10142:21:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 9930, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10167:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "10142:26:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10133:35:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9933, - "nodeType": "ExpressionStatement", - "src": "10133:35:33" - }, - { - "expression": { - "arguments": [ - { - "id": 9935, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10193:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9938, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9936, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9834, - "src": "10201:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "/", - "rightExpression": { - "id": 9937, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9847, - "src": "10205:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10201:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 9934, - "name": "min", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9605, - "src": "10189:3:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 9939, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10189:23:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9838, - "id": 9940, - "nodeType": "Return", - "src": "10182:30:33" - } - ] - } - ] - }, - "documentation": { - "id": 9832, - "nodeType": "StructuredDocumentation", - "src": "8359:223:33", - "text": " @dev Returns the square root of a number. If the number is not a perfect square, the value is rounded\n towards zero.\n Inspired by Henry S. Warren, Jr.'s \"Hacker's Delight\" (Chapter 11)." - }, - "id": 9943, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sqrt", - "nameLocation": "8596:4:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9835, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9834, - "mutability": "mutable", - "name": "a", - "nameLocation": "8609:1:33", - "nodeType": "VariableDeclaration", - "scope": 9943, - "src": "8601:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9833, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8601:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8600:11:33" - }, - "returnParameters": { - "id": 9838, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9837, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9943, - "src": "8635:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9836, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8635:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8634:9:33" - }, - "scope": 10454, - "src": "8587:1642:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 9977, - "nodeType": "Block", - "src": "10405:164:33", - "statements": [ - { - "id": 9976, - "nodeType": "UncheckedBlock", - "src": "10415:148:33", - "statements": [ - { - "assignments": [ - 9955 - ], - "declarations": [ - { - "constant": false, - "id": 9955, - "mutability": "mutable", - "name": "result", - "nameLocation": "10447:6:33", - "nodeType": "VariableDeclaration", - "scope": 9976, - "src": "10439:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9954, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10439:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9959, - "initialValue": { - "arguments": [ - { - "id": 9957, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9946, - "src": "10461:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 9956, - "name": "sqrt", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 9943, - 9978 - ], - "referencedDeclaration": 9943, - "src": "10456:4:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 9958, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10456:7:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "10439:24:33" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9974, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9960, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9955, - "src": "10484:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 9969, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 9962, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9949, - "src": "10511:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 9961, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10453, - "src": "10494:16:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9411_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 9963, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10494:26:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9968, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9966, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9964, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9955, - "src": "10524:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "*", - "rightExpression": { - "id": 9965, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9955, - "src": "10533:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10524:15:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 9967, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9946, - "src": "10542:1:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "10524:19:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "10494:49:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 9971, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10550:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 9972, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "10494:57:33", - "trueExpression": { - "hexValue": "31", - "id": 9970, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10546:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "id": 9973, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "10493:59:33", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "10484:68:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9953, - "id": 9975, - "nodeType": "Return", - "src": "10477:75:33" - } - ] - } - ] - }, - "documentation": { - "id": 9944, - "nodeType": "StructuredDocumentation", - "src": "10235:89:33", - "text": " @notice Calculates sqrt(a), following the selected rounding direction." - }, - "id": 9978, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "sqrt", - "nameLocation": "10338:4:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9950, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9946, - "mutability": "mutable", - "name": "a", - "nameLocation": "10351:1:33", - "nodeType": "VariableDeclaration", - "scope": 9978, - "src": "10343:9:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9945, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10343:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 9949, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "10363:8:33", - "nodeType": "VariableDeclaration", - "scope": 9978, - "src": "10354:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 9948, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 9947, - "name": "Rounding", - "nameLocations": [ - "10354:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "10354:8:33" - }, - "referencedDeclaration": 9411, - "src": "10354:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "10342:30:33" - }, - "returnParameters": { - "id": 9953, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9952, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 9978, - "src": "10396:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9951, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10396:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10395:9:33" - }, - "scope": 10454, - "src": "10329:240:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10109, - "nodeType": "Block", - "src": "10760:922:33", - "statements": [ - { - "assignments": [ - 9987 - ], - "declarations": [ - { - "constant": false, - "id": 9987, - "mutability": "mutable", - "name": "result", - "nameLocation": "10778:6:33", - "nodeType": "VariableDeclaration", - "scope": 10109, - "src": "10770:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9986, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10770:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 9989, - "initialValue": { - "hexValue": "30", - "id": 9988, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10787:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "10770:18:33" - }, - { - "id": 10106, - "nodeType": "UncheckedBlock", - "src": "10798:855:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9994, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 9992, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 9990, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "10826:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "313238", - "id": 9991, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10835:3:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "10826:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 9993, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10841:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "10826:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10004, - "nodeType": "IfStatement", - "src": "10822:99:33", - "trueBody": { - "id": 10003, - "nodeType": "Block", - "src": "10844:77:33", - "statements": [ - { - "expression": { - "id": 9997, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9995, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "10862:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "313238", - "id": 9996, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10872:3:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "10862:13:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 9998, - "nodeType": "ExpressionStatement", - "src": "10862:13:33" - }, - { - "expression": { - "id": 10001, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 9999, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "10893:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "313238", - "id": 10000, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10903:3:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "10893:13:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10002, - "nodeType": "ExpressionStatement", - "src": "10893:13:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10009, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10007, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10005, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "10938:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3634", - "id": 10006, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10947:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "10938:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10008, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10952:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "10938:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10019, - "nodeType": "IfStatement", - "src": "10934:96:33", - "trueBody": { - "id": 10018, - "nodeType": "Block", - "src": "10955:75:33", - "statements": [ - { - "expression": { - "id": 10012, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10010, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "10973:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3634", - "id": 10011, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10983:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "10973:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10013, - "nodeType": "ExpressionStatement", - "src": "10973:12:33" - }, - { - "expression": { - "id": 10016, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10014, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11003:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3634", - "id": 10015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11013:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "11003:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10017, - "nodeType": "ExpressionStatement", - "src": "11003:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10024, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10022, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10020, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11047:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3332", - "id": 10021, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11056:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "11047:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10023, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11061:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11047:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10034, - "nodeType": "IfStatement", - "src": "11043:96:33", - "trueBody": { - "id": 10033, - "nodeType": "Block", - "src": "11064:75:33", - "statements": [ - { - "expression": { - "id": 10027, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10025, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11082:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3332", - "id": 10026, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11092:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "11082:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10028, - "nodeType": "ExpressionStatement", - "src": "11082:12:33" - }, - { - "expression": { - "id": 10031, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10029, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11112:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3332", - "id": 10030, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11122:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "11112:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10032, - "nodeType": "ExpressionStatement", - "src": "11112:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10039, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10037, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10035, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11156:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3136", - "id": 10036, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11165:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "11156:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10038, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11170:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11156:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10049, - "nodeType": "IfStatement", - "src": "11152:96:33", - "trueBody": { - "id": 10048, - "nodeType": "Block", - "src": "11173:75:33", - "statements": [ - { - "expression": { - "id": 10042, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10040, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11191:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3136", - "id": 10041, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11201:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "11191:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10043, - "nodeType": "ExpressionStatement", - "src": "11191:12:33" - }, - { - "expression": { - "id": 10046, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10044, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11221:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3136", - "id": 10045, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11231:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "11221:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10047, - "nodeType": "ExpressionStatement", - "src": "11221:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10054, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10052, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10050, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11265:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "38", - "id": 10051, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11274:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "11265:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10053, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11278:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11265:14:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10064, - "nodeType": "IfStatement", - "src": "11261:93:33", - "trueBody": { - "id": 10063, - "nodeType": "Block", - "src": "11281:73:33", - "statements": [ - { - "expression": { - "id": 10057, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10055, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11299:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "38", - "id": 10056, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11309:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "11299:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10058, - "nodeType": "ExpressionStatement", - "src": "11299:11:33" - }, - { - "expression": { - "id": 10061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10059, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11328:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "38", - "id": 10060, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11338:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "11328:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10062, - "nodeType": "ExpressionStatement", - "src": "11328:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10069, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10067, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10065, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11371:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "34", - "id": 10066, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11380:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "11371:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10068, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11384:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11371:14:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10079, - "nodeType": "IfStatement", - "src": "11367:93:33", - "trueBody": { - "id": 10078, - "nodeType": "Block", - "src": "11387:73:33", - "statements": [ - { - "expression": { - "id": 10072, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10070, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11405:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "34", - "id": 10071, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11415:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "11405:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10073, - "nodeType": "ExpressionStatement", - "src": "11405:11:33" - }, - { - "expression": { - "id": 10076, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10074, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11434:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "34", - "id": 10075, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11444:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "11434:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10077, - "nodeType": "ExpressionStatement", - "src": "11434:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10084, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10082, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10080, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11477:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "32", - "id": 10081, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11486:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "11477:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10083, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11490:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11477:14:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10094, - "nodeType": "IfStatement", - "src": "11473:93:33", - "trueBody": { - "id": 10093, - "nodeType": "Block", - "src": "11493:73:33", - "statements": [ - { - "expression": { - "id": 10087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10085, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11511:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "32", - "id": 10086, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11521:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "11511:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10088, - "nodeType": "ExpressionStatement", - "src": "11511:11:33" - }, - { - "expression": { - "id": 10091, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10089, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11540:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "32", - "id": 10090, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11550:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "11540:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10092, - "nodeType": "ExpressionStatement", - "src": "11540:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10099, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10097, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10095, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9981, - "src": "11583:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 10096, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11592:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "11583:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10098, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11596:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "11583:14:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10105, - "nodeType": "IfStatement", - "src": "11579:64:33", - "trueBody": { - "id": 10104, - "nodeType": "Block", - "src": "11599:44:33", - "statements": [ - { - "expression": { - "id": 10102, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10100, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11617:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "31", - "id": 10101, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11627:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "11617:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10103, - "nodeType": "ExpressionStatement", - "src": "11617:11:33" - } - ] - } - } - ] - }, - { - "expression": { - "id": 10107, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 9987, - "src": "11669:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 9985, - "id": 10108, - "nodeType": "Return", - "src": "11662:13:33" - } - ] - }, - "documentation": { - "id": 9979, - "nodeType": "StructuredDocumentation", - "src": "10575:119:33", - "text": " @dev Return the log in base 2 of a positive value rounded towards zero.\n Returns 0 if given 0." - }, - "id": 10110, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log2", - "nameLocation": "10708:4:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 9982, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9981, - "mutability": "mutable", - "name": "value", - "nameLocation": "10721:5:33", - "nodeType": "VariableDeclaration", - "scope": 10110, - "src": "10713:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9980, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10713:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10712:15:33" - }, - "returnParameters": { - "id": 9985, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 9984, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10110, - "src": "10751:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 9983, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10751:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10750:9:33" - }, - "scope": 10454, - "src": "10699:983:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10144, - "nodeType": "Block", - "src": "11915:168:33", - "statements": [ - { - "id": 10143, - "nodeType": "UncheckedBlock", - "src": "11925:152:33", - "statements": [ - { - "assignments": [ - 10122 - ], - "declarations": [ - { - "constant": false, - "id": 10122, - "mutability": "mutable", - "name": "result", - "nameLocation": "11957:6:33", - "nodeType": "VariableDeclaration", - "scope": 10143, - "src": "11949:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10121, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11949:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 10126, - "initialValue": { - "arguments": [ - { - "id": 10124, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10113, - "src": "11971:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10123, - "name": "log2", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 10110, - 10145 - ], - "referencedDeclaration": 10110, - "src": "11966:4:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 10125, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11966:11:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "11949:28:33" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10141, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10127, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10122, - "src": "11998:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 10136, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 10129, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10116, - "src": "12025:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 10128, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10453, - "src": "12008:16:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9411_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 10130, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12008:26:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10135, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10133, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 10131, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12038:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "id": 10132, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10122, - "src": "12043:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12038:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 10134, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10113, - "src": "12052:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "12038:19:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "12008:49:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 10138, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12064:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 10139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "12008:57:33", - "trueExpression": { - "hexValue": "31", - "id": 10137, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12060:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "id": 10140, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "12007:59:33", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "11998:68:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 10120, - "id": 10142, - "nodeType": "Return", - "src": "11991:75:33" - } - ] - } - ] - }, - "documentation": { - "id": 10111, - "nodeType": "StructuredDocumentation", - "src": "11688:142:33", - "text": " @dev Return the log in base 2, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 10145, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log2", - "nameLocation": "11844:4:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10117, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10113, - "mutability": "mutable", - "name": "value", - "nameLocation": "11857:5:33", - "nodeType": "VariableDeclaration", - "scope": 10145, - "src": "11849:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10112, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11849:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 10116, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "11873:8:33", - "nodeType": "VariableDeclaration", - "scope": 10145, - "src": "11864:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 10115, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 10114, - "name": "Rounding", - "nameLocations": [ - "11864:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "11864:8:33" - }, - "referencedDeclaration": 9411, - "src": "11864:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "11848:34:33" - }, - "returnParameters": { - "id": 10120, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10119, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10145, - "src": "11906:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10118, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11906:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "11905:9:33" - }, - "scope": 10454, - "src": "11835:248:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10273, - "nodeType": "Block", - "src": "12276:854:33", - "statements": [ - { - "assignments": [ - 10154 - ], - "declarations": [ - { - "constant": false, - "id": 10154, - "mutability": "mutable", - "name": "result", - "nameLocation": "12294:6:33", - "nodeType": "VariableDeclaration", - "scope": 10273, - "src": "12286:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10153, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12286:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 10156, - "initialValue": { - "hexValue": "30", - "id": 10155, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12303:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "12286:18:33" - }, - { - "id": 10270, - "nodeType": "UncheckedBlock", - "src": "12314:787:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10161, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10157, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12342:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - }, - "id": 10160, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10158, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12351:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3634", - "id": 10159, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12357:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "12351:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - } - }, - "src": "12342:17:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10173, - "nodeType": "IfStatement", - "src": "12338:103:33", - "trueBody": { - "id": 10172, - "nodeType": "Block", - "src": "12361:80:33", - "statements": [ - { - "expression": { - "id": 10166, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10162, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12379:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - }, - "id": 10165, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10163, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12388:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3634", - "id": 10164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12394:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "12388:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000000000000000000000000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(57 digits omitted)...0000" - } - }, - "src": "12379:17:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10167, - "nodeType": "ExpressionStatement", - "src": "12379:17:33" - }, - { - "expression": { - "id": 10170, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10168, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12414:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3634", - "id": 10169, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12424:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "12414:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10171, - "nodeType": "ExpressionStatement", - "src": "12414:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10178, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10174, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12458:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - }, - "id": 10177, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10175, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12467:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3332", - "id": 10176, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12473:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "12467:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - } - }, - "src": "12458:17:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10190, - "nodeType": "IfStatement", - "src": "12454:103:33", - "trueBody": { - "id": 10189, - "nodeType": "Block", - "src": "12477:80:33", - "statements": [ - { - "expression": { - "id": 10183, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10179, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12495:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - }, - "id": 10182, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10180, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12504:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3332", - "id": 10181, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12510:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "12504:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000000000000000000000000000_by_1", - "typeString": "int_const 1000...(25 digits omitted)...0000" - } - }, - "src": "12495:17:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10184, - "nodeType": "ExpressionStatement", - "src": "12495:17:33" - }, - { - "expression": { - "id": 10187, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10185, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12530:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3332", - "id": 10186, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12540:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "12530:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10188, - "nodeType": "ExpressionStatement", - "src": "12530:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10195, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10191, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12574:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - }, - "id": 10194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10192, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12583:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3136", - "id": 10193, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12589:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "12583:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - } - }, - "src": "12574:17:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10207, - "nodeType": "IfStatement", - "src": "12570:103:33", - "trueBody": { - "id": 10206, - "nodeType": "Block", - "src": "12593:80:33", - "statements": [ - { - "expression": { - "id": 10200, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10196, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12611:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - }, - "id": 10199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10197, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12620:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "3136", - "id": 10198, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12626:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "12620:8:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000000000000000_by_1", - "typeString": "int_const 10000000000000000" - } - }, - "src": "12611:17:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10201, - "nodeType": "ExpressionStatement", - "src": "12611:17:33" - }, - { - "expression": { - "id": 10204, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10202, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12646:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3136", - "id": 10203, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12656:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "12646:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10205, - "nodeType": "ExpressionStatement", - "src": "12646:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10212, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10208, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12690:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - }, - "id": 10211, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10209, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12699:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "38", - "id": 10210, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12705:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "12699:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - } - }, - "src": "12690:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10224, - "nodeType": "IfStatement", - "src": "12686:100:33", - "trueBody": { - "id": 10223, - "nodeType": "Block", - "src": "12708:78:33", - "statements": [ - { - "expression": { - "id": 10217, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10213, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12726:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - }, - "id": 10216, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10214, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12735:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "38", - "id": 10215, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12741:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "12735:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100000000_by_1", - "typeString": "int_const 100000000" - } - }, - "src": "12726:16:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10218, - "nodeType": "ExpressionStatement", - "src": "12726:16:33" - }, - { - "expression": { - "id": 10221, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10219, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12760:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "38", - "id": 10220, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12770:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "12760:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10222, - "nodeType": "ExpressionStatement", - "src": "12760:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10229, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10225, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12803:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - }, - "id": 10228, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10226, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12812:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "34", - "id": 10227, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12818:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "12812:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - } - }, - "src": "12803:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10241, - "nodeType": "IfStatement", - "src": "12799:100:33", - "trueBody": { - "id": 10240, - "nodeType": "Block", - "src": "12821:78:33", - "statements": [ - { - "expression": { - "id": 10234, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10230, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12839:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - }, - "id": 10233, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10231, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12848:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "34", - "id": 10232, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12854:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "12848:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10000_by_1", - "typeString": "int_const 10000" - } - }, - "src": "12839:16:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10235, - "nodeType": "ExpressionStatement", - "src": "12839:16:33" - }, - { - "expression": { - "id": 10238, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10236, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12873:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "34", - "id": 10237, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12883:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "12873:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10239, - "nodeType": "ExpressionStatement", - "src": "12873:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10246, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10242, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12916:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - }, - "id": 10245, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10243, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12925:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "32", - "id": 10244, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12931:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "12925:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - } - }, - "src": "12916:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10258, - "nodeType": "IfStatement", - "src": "12912:100:33", - "trueBody": { - "id": 10257, - "nodeType": "Block", - "src": "12934:78:33", - "statements": [ - { - "expression": { - "id": 10251, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10247, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "12952:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "/=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - }, - "id": 10250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10248, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12961:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "32", - "id": 10249, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12967:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "12961:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_100_by_1", - "typeString": "int_const 100" - } - }, - "src": "12952:16:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10252, - "nodeType": "ExpressionStatement", - "src": "12952:16:33" - }, - { - "expression": { - "id": 10255, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10253, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "12986:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "32", - "id": 10254, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12996:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "12986:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10256, - "nodeType": "ExpressionStatement", - "src": "12986:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10263, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10259, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10148, - "src": "13029:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "id": 10262, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10260, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13038:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "hexValue": "31", - "id": 10261, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13044:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "13038:7:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - } - }, - "src": "13029:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10269, - "nodeType": "IfStatement", - "src": "13025:66:33", - "trueBody": { - "id": 10268, - "nodeType": "Block", - "src": "13047:44:33", - "statements": [ - { - "expression": { - "id": 10266, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10264, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "13065:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "31", - "id": 10265, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13075:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "13065:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10267, - "nodeType": "ExpressionStatement", - "src": "13065:11:33" - } - ] - } - } - ] - }, - { - "expression": { - "id": 10271, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10154, - "src": "13117:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 10152, - "id": 10272, - "nodeType": "Return", - "src": "13110:13:33" - } - ] - }, - "documentation": { - "id": 10146, - "nodeType": "StructuredDocumentation", - "src": "12089:120:33", - "text": " @dev Return the log in base 10 of a positive value rounded towards zero.\n Returns 0 if given 0." - }, - "id": 10274, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log10", - "nameLocation": "12223:5:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10149, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10148, - "mutability": "mutable", - "name": "value", - "nameLocation": "12237:5:33", - "nodeType": "VariableDeclaration", - "scope": 10274, - "src": "12229:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10147, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12229:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12228:15:33" - }, - "returnParameters": { - "id": 10152, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10151, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10274, - "src": "12267:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10150, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12267:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12266:9:33" - }, - "scope": 10454, - "src": "12214:916:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10308, - "nodeType": "Block", - "src": "13365:170:33", - "statements": [ - { - "id": 10307, - "nodeType": "UncheckedBlock", - "src": "13375:154:33", - "statements": [ - { - "assignments": [ - 10286 - ], - "declarations": [ - { - "constant": false, - "id": 10286, - "mutability": "mutable", - "name": "result", - "nameLocation": "13407:6:33", - "nodeType": "VariableDeclaration", - "scope": 10307, - "src": "13399:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10285, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13399:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 10290, - "initialValue": { - "arguments": [ - { - "id": 10288, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10277, - "src": "13422:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10287, - "name": "log10", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 10274, - 10309 - ], - "referencedDeclaration": 10274, - "src": "13416:5:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 10289, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13416:12:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "13399:29:33" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10305, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10291, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10286, - "src": "13449:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 10300, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 10293, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10280, - "src": "13476:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 10292, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10453, - "src": "13459:16:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9411_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 10294, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13459:26:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10299, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10297, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "3130", - "id": 10295, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13489:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_10_by_1", - "typeString": "int_const 10" - }, - "value": "10" - }, - "nodeType": "BinaryOperation", - "operator": "**", - "rightExpression": { - "id": 10296, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10286, - "src": "13495:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "13489:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 10298, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10277, - "src": "13504:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "13489:20:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "13459:50:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 10302, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13516:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 10303, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "13459:58:33", - "trueExpression": { - "hexValue": "31", - "id": 10301, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13512:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "id": 10304, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "13458:60:33", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "13449:69:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 10284, - "id": 10306, - "nodeType": "Return", - "src": "13442:76:33" - } - ] - } - ] - }, - "documentation": { - "id": 10275, - "nodeType": "StructuredDocumentation", - "src": "13136:143:33", - "text": " @dev Return the log in base 10, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 10309, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log10", - "nameLocation": "13293:5:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10281, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10277, - "mutability": "mutable", - "name": "value", - "nameLocation": "13307:5:33", - "nodeType": "VariableDeclaration", - "scope": 10309, - "src": "13299:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10276, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13299:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 10280, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "13323:8:33", - "nodeType": "VariableDeclaration", - "scope": 10309, - "src": "13314:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 10279, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 10278, - "name": "Rounding", - "nameLocations": [ - "13314:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "13314:8:33" - }, - "referencedDeclaration": 9411, - "src": "13314:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "13298:34:33" - }, - "returnParameters": { - "id": 10284, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10283, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10309, - "src": "13356:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10282, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13356:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13355:9:33" - }, - "scope": 10454, - "src": "13284:251:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10395, - "nodeType": "Block", - "src": "13855:600:33", - "statements": [ - { - "assignments": [ - 10318 - ], - "declarations": [ - { - "constant": false, - "id": 10318, - "mutability": "mutable", - "name": "result", - "nameLocation": "13873:6:33", - "nodeType": "VariableDeclaration", - "scope": 10395, - "src": "13865:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10317, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13865:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 10320, - "initialValue": { - "hexValue": "30", - "id": 10319, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13882:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "13865:18:33" - }, - { - "id": 10392, - "nodeType": "UncheckedBlock", - "src": "13893:533:33", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10325, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10323, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10321, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "13921:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "313238", - "id": 10322, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13930:3:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "13921:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10324, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13936:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "13921:16:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10335, - "nodeType": "IfStatement", - "src": "13917:98:33", - "trueBody": { - "id": 10334, - "nodeType": "Block", - "src": "13939:76:33", - "statements": [ - { - "expression": { - "id": 10328, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10326, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "13957:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "313238", - "id": 10327, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13967:3:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - "src": "13957:13:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10329, - "nodeType": "ExpressionStatement", - "src": "13957:13:33" - }, - { - "expression": { - "id": 10332, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10330, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "13988:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "3136", - "id": 10331, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13998:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "13988:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10333, - "nodeType": "ExpressionStatement", - "src": "13988:12:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10340, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10338, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10336, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14032:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3634", - "id": 10337, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14041:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "14032:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10339, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14046:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14032:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10350, - "nodeType": "IfStatement", - "src": "14028:95:33", - "trueBody": { - "id": 10349, - "nodeType": "Block", - "src": "14049:74:33", - "statements": [ - { - "expression": { - "id": 10343, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10341, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14067:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3634", - "id": 10342, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14077:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "14067:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10344, - "nodeType": "ExpressionStatement", - "src": "14067:12:33" - }, - { - "expression": { - "id": 10347, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10345, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "14097:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "38", - "id": 10346, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14107:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "14097:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10348, - "nodeType": "ExpressionStatement", - "src": "14097:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10355, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10353, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10351, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14140:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3332", - "id": 10352, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14149:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "14140:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10354, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14154:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14140:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10365, - "nodeType": "IfStatement", - "src": "14136:95:33", - "trueBody": { - "id": 10364, - "nodeType": "Block", - "src": "14157:74:33", - "statements": [ - { - "expression": { - "id": 10358, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10356, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14175:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3332", - "id": 10357, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14185:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "14175:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10359, - "nodeType": "ExpressionStatement", - "src": "14175:12:33" - }, - { - "expression": { - "id": 10362, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10360, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "14205:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "34", - "id": 10361, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14215:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_4_by_1", - "typeString": "int_const 4" - }, - "value": "4" - }, - "src": "14205:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10363, - "nodeType": "ExpressionStatement", - "src": "14205:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10370, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10368, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10366, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14248:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3136", - "id": 10367, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14257:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "14248:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10369, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14262:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14248:15:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10380, - "nodeType": "IfStatement", - "src": "14244:95:33", - "trueBody": { - "id": 10379, - "nodeType": "Block", - "src": "14265:74:33", - "statements": [ - { - "expression": { - "id": 10373, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10371, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14283:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": ">>=", - "rightHandSide": { - "hexValue": "3136", - "id": 10372, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14293:2:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - "src": "14283:12:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10374, - "nodeType": "ExpressionStatement", - "src": "14283:12:33" - }, - { - "expression": { - "id": 10377, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10375, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "14313:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "32", - "id": 10376, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14323:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "14313:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10378, - "nodeType": "ExpressionStatement", - "src": "14313:11:33" - } - ] - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10385, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10383, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10381, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10312, - "src": "14356:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "38", - "id": 10382, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14365:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - "src": "14356:10:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "hexValue": "30", - "id": 10384, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14369:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "14356:14:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10391, - "nodeType": "IfStatement", - "src": "14352:64:33", - "trueBody": { - "id": 10390, - "nodeType": "Block", - "src": "14372:44:33", - "statements": [ - { - "expression": { - "id": 10388, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 10386, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "14390:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Assignment", - "operator": "+=", - "rightHandSide": { - "hexValue": "31", - "id": 10387, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14400:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "14390:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 10389, - "nodeType": "ExpressionStatement", - "src": "14390:11:33" - } - ] - } - } - ] - }, - { - "expression": { - "id": 10393, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10318, - "src": "14442:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 10316, - "id": 10394, - "nodeType": "Return", - "src": "14435:13:33" - } - ] - }, - "documentation": { - "id": 10310, - "nodeType": "StructuredDocumentation", - "src": "13541:246:33", - "text": " @dev Return the log in base 256 of a positive value rounded towards zero.\n Returns 0 if given 0.\n Adding one to the result gives the number of pairs of hex symbols needed to represent `value` as a hex string." - }, - "id": 10396, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log256", - "nameLocation": "13801:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10313, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10312, - "mutability": "mutable", - "name": "value", - "nameLocation": "13816:5:33", - "nodeType": "VariableDeclaration", - "scope": 10396, - "src": "13808:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10311, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13808:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13807:15:33" - }, - "returnParameters": { - "id": 10316, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10315, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10396, - "src": "13846:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10314, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13846:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13845:9:33" - }, - "scope": 10454, - "src": "13792:663:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10433, - "nodeType": "Block", - "src": "14692:177:33", - "statements": [ - { - "id": 10432, - "nodeType": "UncheckedBlock", - "src": "14702:161:33", - "statements": [ - { - "assignments": [ - 10408 - ], - "declarations": [ - { - "constant": false, - "id": 10408, - "mutability": "mutable", - "name": "result", - "nameLocation": "14734:6:33", - "nodeType": "VariableDeclaration", - "scope": 10432, - "src": "14726:14:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10407, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14726:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 10412, - "initialValue": { - "arguments": [ - { - "id": 10410, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10399, - "src": "14750:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10409, - "name": "log256", - "nodeType": "Identifier", - "overloadedDeclarations": [ - 10396, - 10434 - ], - "referencedDeclaration": 10396, - "src": "14743:6:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256) pure returns (uint256)" - } - }, - "id": 10411, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14743:13:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "14726:30:33" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10430, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10413, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10408, - "src": "14777:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 10425, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 10415, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10402, - "src": "14804:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 10414, - "name": "unsignedRoundsUp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10453, - "src": "14787:16:33", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_enum$_Rounding_$9411_$returns$_t_bool_$", - "typeString": "function (enum Math.Rounding) pure returns (bool)" - } - }, - "id": 10416, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14787:26:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10424, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10422, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "hexValue": "31", - "id": 10417, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14817:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10420, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10418, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10408, - "src": "14823:6:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "33", - "id": 10419, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14833:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_3_by_1", - "typeString": "int_const 3" - }, - "value": "3" - }, - "src": "14823:11:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "id": 10421, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "14822:13:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14817:18:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 10423, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10399, - "src": "14838:5:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "14817:26:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "14787:56:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 10427, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14850:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 10428, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "14787:64:33", - "trueExpression": { - "hexValue": "31", - "id": 10426, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14846:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - } - ], - "id": 10429, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "14786:66:33", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "14777:75:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 10406, - "id": 10431, - "nodeType": "Return", - "src": "14770:82:33" - } - ] - } - ] - }, - "documentation": { - "id": 10397, - "nodeType": "StructuredDocumentation", - "src": "14461:144:33", - "text": " @dev Return the log in base 256, following the selected rounding direction, of a positive value.\n Returns 0 if given 0." - }, - "id": 10434, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "log256", - "nameLocation": "14619:6:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10403, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10399, - "mutability": "mutable", - "name": "value", - "nameLocation": "14634:5:33", - "nodeType": "VariableDeclaration", - "scope": 10434, - "src": "14626:13:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10398, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14626:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 10402, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "14650:8:33", - "nodeType": "VariableDeclaration", - "scope": 10434, - "src": "14641:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 10401, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 10400, - "name": "Rounding", - "nameLocations": [ - "14641:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "14641:8:33" - }, - "referencedDeclaration": 9411, - "src": "14641:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "14625:34:33" - }, - "returnParameters": { - "id": 10406, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10405, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10434, - "src": "14683:7:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10404, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14683:7:33", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14682:9:33" - }, - "scope": 10454, - "src": "14610:259:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10452, - "nodeType": "Block", - "src": "15067:48:33", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "id": 10450, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "id": 10448, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 10445, - "name": "rounding", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10438, - "src": "15090:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - ], - "id": 10444, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15084:5:33", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 10443, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "15084:5:33", - "typeDescriptions": {} - } - }, - "id": 10446, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15084:15:33", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "nodeType": "BinaryOperation", - "operator": "%", - "rightExpression": { - "hexValue": "32", - "id": 10447, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15102:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - "src": "15084:19:33", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "hexValue": "31", - "id": 10449, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15107:1:33", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "15084:24:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 10442, - "id": 10451, - "nodeType": "Return", - "src": "15077:31:33" - } - ] - }, - "documentation": { - "id": 10435, - "nodeType": "StructuredDocumentation", - "src": "14875:113:33", - "text": " @dev Returns whether a provided rounding mode is considered rounding up for unsigned integers." - }, - "id": 10453, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "unsignedRoundsUp", - "nameLocation": "15002:16:33", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10439, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10438, - "mutability": "mutable", - "name": "rounding", - "nameLocation": "15028:8:33", - "nodeType": "VariableDeclaration", - "scope": 10453, - "src": "15019:17:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - }, - "typeName": { - "id": 10437, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 10436, - "name": "Rounding", - "nameLocations": [ - "15019:8:33" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 9411, - "src": "15019:8:33" - }, - "referencedDeclaration": 9411, - "src": "15019:8:33", - "typeDescriptions": { - "typeIdentifier": "t_enum$_Rounding_$9411", - "typeString": "enum Math.Rounding" - } - }, - "visibility": "internal" - } - ], - "src": "15018:19:33" - }, - "returnParameters": { - "id": 10442, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10441, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10453, - "src": "15061:4:33", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 10440, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "15061:4:33", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "15060:6:33" - }, - "scope": 10454, - "src": "14993:122:33", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 10455, - "src": "203:14914:33", - "usedErrors": [ - 9406 - ], - "usedEvents": [] - } - ], - "src": "103:15015:33" - }, - "id": 33 - }, - "@openzeppelin/contracts/utils/math/SafeCast.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", - "exportedSymbols": { - "SafeCast": [ - 12209 - ] - }, - "id": 12210, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 10456, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "192:24:34" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "SafeCast", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 10457, - "nodeType": "StructuredDocumentation", - "src": "218:545:34", - "text": " @dev Wrappers over Solidity's uintXX/intXX casting operators with added overflow\n checks.\n Downcasting from uint256/int256 in Solidity does not revert on overflow. This can\n easily result in undesired exploitation or bugs, since developers usually\n assume that overflows raise errors. `SafeCast` restores this intuition by\n reverting the transaction when such an operation overflows.\n Using this library instead of the unchecked operations eliminates an entire\n class of bugs, so it's recommended to use it always." - }, - "fullyImplemented": true, - "id": 12209, - "linearizedBaseContracts": [ - 12209 - ], - "name": "SafeCast", - "nameLocation": "772:8:34", - "nodeType": "ContractDefinition", - "nodes": [ - { - "documentation": { - "id": 10458, - "nodeType": "StructuredDocumentation", - "src": "787:68:34", - "text": " @dev Value doesn't fit in an uint of `bits` size." - }, - "errorSelector": "6dfcc650", - "id": 10464, - "name": "SafeCastOverflowedUintDowncast", - "nameLocation": "866:30:34", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 10463, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10460, - "mutability": "mutable", - "name": "bits", - "nameLocation": "903:4:34", - "nodeType": "VariableDeclaration", - "scope": 10464, - "src": "897:10:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 10459, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "897:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 10462, - "mutability": "mutable", - "name": "value", - "nameLocation": "917:5:34", - "nodeType": "VariableDeclaration", - "scope": 10464, - "src": "909:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10461, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "909:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "896:27:34" - }, - "src": "860:64:34" - }, - { - "documentation": { - "id": 10465, - "nodeType": "StructuredDocumentation", - "src": "930:75:34", - "text": " @dev An int value doesn't fit in an uint of `bits` size." - }, - "errorSelector": "a8ce4432", - "id": 10469, - "name": "SafeCastOverflowedIntToUint", - "nameLocation": "1016:27:34", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 10468, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10467, - "mutability": "mutable", - "name": "value", - "nameLocation": "1051:5:34", - "nodeType": "VariableDeclaration", - "scope": 10469, - "src": "1044:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 10466, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1044:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1043:14:34" - }, - "src": "1010:48:34" - }, - { - "documentation": { - "id": 10470, - "nodeType": "StructuredDocumentation", - "src": "1064:67:34", - "text": " @dev Value doesn't fit in an int of `bits` size." - }, - "errorSelector": "327269a7", - "id": 10476, - "name": "SafeCastOverflowedIntDowncast", - "nameLocation": "1142:29:34", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 10475, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10472, - "mutability": "mutable", - "name": "bits", - "nameLocation": "1178:4:34", - "nodeType": "VariableDeclaration", - "scope": 10476, - "src": "1172:10:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 10471, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "1172:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 10474, - "mutability": "mutable", - "name": "value", - "nameLocation": "1191:5:34", - "nodeType": "VariableDeclaration", - "scope": 10476, - "src": "1184:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 10473, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1184:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1171:26:34" - }, - "src": "1136:62:34" - }, - { - "documentation": { - "id": 10477, - "nodeType": "StructuredDocumentation", - "src": "1204:75:34", - "text": " @dev An uint value doesn't fit in an int of `bits` size." - }, - "errorSelector": "24775e06", - "id": 10481, - "name": "SafeCastOverflowedUintToInt", - "nameLocation": "1290:27:34", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 10480, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10479, - "mutability": "mutable", - "name": "value", - "nameLocation": "1326:5:34", - "nodeType": "VariableDeclaration", - "scope": 10481, - "src": "1318:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10478, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1318:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1317:15:34" - }, - "src": "1284:49:34" - }, - { - "body": { - "id": 10508, - "nodeType": "Block", - "src": "1690:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10495, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10489, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10484, - "src": "1704:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10492, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1717:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - }, - "typeName": { - "id": 10491, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1717:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - } - ], - "id": 10490, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "1712:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10493, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1712:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint248", - "typeString": "type(uint248)" - } - }, - "id": 10494, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "1726:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "1712:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "src": "1704:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10502, - "nodeType": "IfStatement", - "src": "1700:105:34", - "trueBody": { - "id": 10501, - "nodeType": "Block", - "src": "1731:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323438", - "id": 10497, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1783:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - "value": "248" - }, - { - "id": 10498, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10484, - "src": "1788:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10496, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "1752:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10499, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1752:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10500, - "nodeType": "RevertStatement", - "src": "1745:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10505, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10484, - "src": "1829:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10504, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1821:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint248_$", - "typeString": "type(uint248)" - }, - "typeName": { - "id": 10503, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1821:7:34", - "typeDescriptions": {} - } - }, - "id": 10506, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1821:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "functionReturnParameters": 10488, - "id": 10507, - "nodeType": "Return", - "src": "1814:21:34" - } - ] - }, - "documentation": { - "id": 10482, - "nodeType": "StructuredDocumentation", - "src": "1339:280:34", - "text": " @dev Returns the downcasted uint248 from uint256, reverting on\n overflow (when the input is greater than largest uint248).\n Counterpart to Solidity's `uint248` operator.\n Requirements:\n - input must fit into 248 bits" - }, - "id": 10509, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint248", - "nameLocation": "1633:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10485, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10484, - "mutability": "mutable", - "name": "value", - "nameLocation": "1651:5:34", - "nodeType": "VariableDeclaration", - "scope": 10509, - "src": "1643:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10483, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1643:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1642:15:34" - }, - "returnParameters": { - "id": 10488, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10487, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10509, - "src": "1681:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - }, - "typeName": { - "id": 10486, - "name": "uint248", - "nodeType": "ElementaryTypeName", - "src": "1681:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint248", - "typeString": "uint248" - } - }, - "visibility": "internal" - } - ], - "src": "1680:9:34" - }, - "scope": 12209, - "src": "1624:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10536, - "nodeType": "Block", - "src": "2199:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10523, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10517, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10512, - "src": "2213:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10520, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2226:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - }, - "typeName": { - "id": 10519, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2226:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - } - ], - "id": 10518, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "2221:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10521, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2221:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint240", - "typeString": "type(uint240)" - } - }, - "id": 10522, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2235:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "2221:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "src": "2213:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10530, - "nodeType": "IfStatement", - "src": "2209:105:34", - "trueBody": { - "id": 10529, - "nodeType": "Block", - "src": "2240:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323430", - "id": 10525, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2292:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - "value": "240" - }, - { - "id": 10526, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10512, - "src": "2297:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10524, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "2261:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10527, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2261:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10528, - "nodeType": "RevertStatement", - "src": "2254:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10533, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10512, - "src": "2338:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10532, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2330:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint240_$", - "typeString": "type(uint240)" - }, - "typeName": { - "id": 10531, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2330:7:34", - "typeDescriptions": {} - } - }, - "id": 10534, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2330:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "functionReturnParameters": 10516, - "id": 10535, - "nodeType": "Return", - "src": "2323:21:34" - } - ] - }, - "documentation": { - "id": 10510, - "nodeType": "StructuredDocumentation", - "src": "1848:280:34", - "text": " @dev Returns the downcasted uint240 from uint256, reverting on\n overflow (when the input is greater than largest uint240).\n Counterpart to Solidity's `uint240` operator.\n Requirements:\n - input must fit into 240 bits" - }, - "id": 10537, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint240", - "nameLocation": "2142:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10513, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10512, - "mutability": "mutable", - "name": "value", - "nameLocation": "2160:5:34", - "nodeType": "VariableDeclaration", - "scope": 10537, - "src": "2152:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10511, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2152:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2151:15:34" - }, - "returnParameters": { - "id": 10516, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10515, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10537, - "src": "2190:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - }, - "typeName": { - "id": 10514, - "name": "uint240", - "nodeType": "ElementaryTypeName", - "src": "2190:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint240", - "typeString": "uint240" - } - }, - "visibility": "internal" - } - ], - "src": "2189:9:34" - }, - "scope": 12209, - "src": "2133:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10564, - "nodeType": "Block", - "src": "2708:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10551, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10545, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10540, - "src": "2722:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10548, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2735:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - }, - "typeName": { - "id": 10547, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2735:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - } - ], - "id": 10546, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "2730:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10549, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2730:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint232", - "typeString": "type(uint232)" - } - }, - "id": 10550, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2744:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "2730:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "src": "2722:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10558, - "nodeType": "IfStatement", - "src": "2718:105:34", - "trueBody": { - "id": 10557, - "nodeType": "Block", - "src": "2749:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323332", - "id": 10553, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2801:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - "value": "232" - }, - { - "id": 10554, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10540, - "src": "2806:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10552, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "2770:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10555, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2770:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10556, - "nodeType": "RevertStatement", - "src": "2763:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10561, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10540, - "src": "2847:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10560, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "2839:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint232_$", - "typeString": "type(uint232)" - }, - "typeName": { - "id": 10559, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2839:7:34", - "typeDescriptions": {} - } - }, - "id": 10562, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2839:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "functionReturnParameters": 10544, - "id": 10563, - "nodeType": "Return", - "src": "2832:21:34" - } - ] - }, - "documentation": { - "id": 10538, - "nodeType": "StructuredDocumentation", - "src": "2357:280:34", - "text": " @dev Returns the downcasted uint232 from uint256, reverting on\n overflow (when the input is greater than largest uint232).\n Counterpart to Solidity's `uint232` operator.\n Requirements:\n - input must fit into 232 bits" - }, - "id": 10565, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint232", - "nameLocation": "2651:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10541, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10540, - "mutability": "mutable", - "name": "value", - "nameLocation": "2669:5:34", - "nodeType": "VariableDeclaration", - "scope": 10565, - "src": "2661:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10539, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "2661:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2660:15:34" - }, - "returnParameters": { - "id": 10544, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10543, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10565, - "src": "2699:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - }, - "typeName": { - "id": 10542, - "name": "uint232", - "nodeType": "ElementaryTypeName", - "src": "2699:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint232", - "typeString": "uint232" - } - }, - "visibility": "internal" - } - ], - "src": "2698:9:34" - }, - "scope": 12209, - "src": "2642:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10592, - "nodeType": "Block", - "src": "3217:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10573, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10568, - "src": "3231:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10576, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3244:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - }, - "typeName": { - "id": 10575, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3244:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - } - ], - "id": 10574, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "3239:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10577, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3239:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint224", - "typeString": "type(uint224)" - } - }, - "id": 10578, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3253:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "3239:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "src": "3231:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10586, - "nodeType": "IfStatement", - "src": "3227:105:34", - "trueBody": { - "id": 10585, - "nodeType": "Block", - "src": "3258:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323234", - "id": 10581, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3310:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - "value": "224" - }, - { - "id": 10582, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10568, - "src": "3315:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10580, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "3279:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10583, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3279:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10584, - "nodeType": "RevertStatement", - "src": "3272:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10589, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10568, - "src": "3356:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10588, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3348:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint224_$", - "typeString": "type(uint224)" - }, - "typeName": { - "id": 10587, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3348:7:34", - "typeDescriptions": {} - } - }, - "id": 10590, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3348:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "functionReturnParameters": 10572, - "id": 10591, - "nodeType": "Return", - "src": "3341:21:34" - } - ] - }, - "documentation": { - "id": 10566, - "nodeType": "StructuredDocumentation", - "src": "2866:280:34", - "text": " @dev Returns the downcasted uint224 from uint256, reverting on\n overflow (when the input is greater than largest uint224).\n Counterpart to Solidity's `uint224` operator.\n Requirements:\n - input must fit into 224 bits" - }, - "id": 10593, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint224", - "nameLocation": "3160:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10569, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10568, - "mutability": "mutable", - "name": "value", - "nameLocation": "3178:5:34", - "nodeType": "VariableDeclaration", - "scope": 10593, - "src": "3170:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10567, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3170:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3169:15:34" - }, - "returnParameters": { - "id": 10572, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10571, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10593, - "src": "3208:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - }, - "typeName": { - "id": 10570, - "name": "uint224", - "nodeType": "ElementaryTypeName", - "src": "3208:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint224", - "typeString": "uint224" - } - }, - "visibility": "internal" - } - ], - "src": "3207:9:34" - }, - "scope": 12209, - "src": "3151:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10620, - "nodeType": "Block", - "src": "3726:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10607, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10601, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10596, - "src": "3740:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10604, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3753:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - }, - "typeName": { - "id": 10603, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3753:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - } - ], - "id": 10602, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "3748:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10605, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3748:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint216", - "typeString": "type(uint216)" - } - }, - "id": 10606, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "3762:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "3748:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "src": "3740:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10614, - "nodeType": "IfStatement", - "src": "3736:105:34", - "trueBody": { - "id": 10613, - "nodeType": "Block", - "src": "3767:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323136", - "id": 10609, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3819:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - "value": "216" - }, - { - "id": 10610, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10596, - "src": "3824:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10608, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "3788:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10611, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3788:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10612, - "nodeType": "RevertStatement", - "src": "3781:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10617, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10596, - "src": "3865:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10616, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "3857:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint216_$", - "typeString": "type(uint216)" - }, - "typeName": { - "id": 10615, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3857:7:34", - "typeDescriptions": {} - } - }, - "id": 10618, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3857:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "functionReturnParameters": 10600, - "id": 10619, - "nodeType": "Return", - "src": "3850:21:34" - } - ] - }, - "documentation": { - "id": 10594, - "nodeType": "StructuredDocumentation", - "src": "3375:280:34", - "text": " @dev Returns the downcasted uint216 from uint256, reverting on\n overflow (when the input is greater than largest uint216).\n Counterpart to Solidity's `uint216` operator.\n Requirements:\n - input must fit into 216 bits" - }, - "id": 10621, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint216", - "nameLocation": "3669:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10597, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10596, - "mutability": "mutable", - "name": "value", - "nameLocation": "3687:5:34", - "nodeType": "VariableDeclaration", - "scope": 10621, - "src": "3679:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10595, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "3679:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "3678:15:34" - }, - "returnParameters": { - "id": 10600, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10599, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10621, - "src": "3717:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - }, - "typeName": { - "id": 10598, - "name": "uint216", - "nodeType": "ElementaryTypeName", - "src": "3717:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint216", - "typeString": "uint216" - } - }, - "visibility": "internal" - } - ], - "src": "3716:9:34" - }, - "scope": 12209, - "src": "3660:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10648, - "nodeType": "Block", - "src": "4235:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10635, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10629, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10624, - "src": "4249:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10632, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4262:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - }, - "typeName": { - "id": 10631, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4262:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - } - ], - "id": 10630, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "4257:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10633, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4257:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint208", - "typeString": "type(uint208)" - } - }, - "id": 10634, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4271:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "4257:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "src": "4249:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10642, - "nodeType": "IfStatement", - "src": "4245:105:34", - "trueBody": { - "id": 10641, - "nodeType": "Block", - "src": "4276:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323038", - "id": 10637, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4328:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - "value": "208" - }, - { - "id": 10638, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10624, - "src": "4333:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10636, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "4297:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10639, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4297:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10640, - "nodeType": "RevertStatement", - "src": "4290:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10645, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10624, - "src": "4374:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10644, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4366:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint208_$", - "typeString": "type(uint208)" - }, - "typeName": { - "id": 10643, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4366:7:34", - "typeDescriptions": {} - } - }, - "id": 10646, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4366:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "functionReturnParameters": 10628, - "id": 10647, - "nodeType": "Return", - "src": "4359:21:34" - } - ] - }, - "documentation": { - "id": 10622, - "nodeType": "StructuredDocumentation", - "src": "3884:280:34", - "text": " @dev Returns the downcasted uint208 from uint256, reverting on\n overflow (when the input is greater than largest uint208).\n Counterpart to Solidity's `uint208` operator.\n Requirements:\n - input must fit into 208 bits" - }, - "id": 10649, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint208", - "nameLocation": "4178:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10625, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10624, - "mutability": "mutable", - "name": "value", - "nameLocation": "4196:5:34", - "nodeType": "VariableDeclaration", - "scope": 10649, - "src": "4188:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10623, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4188:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4187:15:34" - }, - "returnParameters": { - "id": 10628, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10627, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10649, - "src": "4226:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - }, - "typeName": { - "id": 10626, - "name": "uint208", - "nodeType": "ElementaryTypeName", - "src": "4226:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint208", - "typeString": "uint208" - } - }, - "visibility": "internal" - } - ], - "src": "4225:9:34" - }, - "scope": 12209, - "src": "4169:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10676, - "nodeType": "Block", - "src": "4744:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10657, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10652, - "src": "4758:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10660, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4771:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - }, - "typeName": { - "id": 10659, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4771:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - } - ], - "id": 10658, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "4766:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10661, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4766:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint200", - "typeString": "type(uint200)" - } - }, - "id": 10662, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4780:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "4766:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "src": "4758:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10670, - "nodeType": "IfStatement", - "src": "4754:105:34", - "trueBody": { - "id": 10669, - "nodeType": "Block", - "src": "4785:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323030", - "id": 10665, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4837:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - "value": "200" - }, - { - "id": 10666, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10652, - "src": "4842:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10664, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "4806:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10667, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4806:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10668, - "nodeType": "RevertStatement", - "src": "4799:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10673, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10652, - "src": "4883:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10672, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4875:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint200_$", - "typeString": "type(uint200)" - }, - "typeName": { - "id": 10671, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4875:7:34", - "typeDescriptions": {} - } - }, - "id": 10674, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4875:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "functionReturnParameters": 10656, - "id": 10675, - "nodeType": "Return", - "src": "4868:21:34" - } - ] - }, - "documentation": { - "id": 10650, - "nodeType": "StructuredDocumentation", - "src": "4393:280:34", - "text": " @dev Returns the downcasted uint200 from uint256, reverting on\n overflow (when the input is greater than largest uint200).\n Counterpart to Solidity's `uint200` operator.\n Requirements:\n - input must fit into 200 bits" - }, - "id": 10677, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint200", - "nameLocation": "4687:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10653, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10652, - "mutability": "mutable", - "name": "value", - "nameLocation": "4705:5:34", - "nodeType": "VariableDeclaration", - "scope": 10677, - "src": "4697:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10651, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "4697:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "4696:15:34" - }, - "returnParameters": { - "id": 10656, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10655, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10677, - "src": "4735:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - }, - "typeName": { - "id": 10654, - "name": "uint200", - "nodeType": "ElementaryTypeName", - "src": "4735:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint200", - "typeString": "uint200" - } - }, - "visibility": "internal" - } - ], - "src": "4734:9:34" - }, - "scope": 12209, - "src": "4678:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10704, - "nodeType": "Block", - "src": "5253:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10691, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10685, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10680, - "src": "5267:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10688, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5280:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - }, - "typeName": { - "id": 10687, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5280:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - } - ], - "id": 10686, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5275:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10689, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5275:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint192", - "typeString": "type(uint192)" - } - }, - "id": 10690, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5289:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5275:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "src": "5267:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10698, - "nodeType": "IfStatement", - "src": "5263:105:34", - "trueBody": { - "id": 10697, - "nodeType": "Block", - "src": "5294:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313932", - "id": 10693, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5346:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - "value": "192" - }, - { - "id": 10694, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10680, - "src": "5351:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10692, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "5315:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10695, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5315:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10696, - "nodeType": "RevertStatement", - "src": "5308:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10701, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10680, - "src": "5392:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10700, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5384:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint192_$", - "typeString": "type(uint192)" - }, - "typeName": { - "id": 10699, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5384:7:34", - "typeDescriptions": {} - } - }, - "id": 10702, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5384:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "functionReturnParameters": 10684, - "id": 10703, - "nodeType": "Return", - "src": "5377:21:34" - } - ] - }, - "documentation": { - "id": 10678, - "nodeType": "StructuredDocumentation", - "src": "4902:280:34", - "text": " @dev Returns the downcasted uint192 from uint256, reverting on\n overflow (when the input is greater than largest uint192).\n Counterpart to Solidity's `uint192` operator.\n Requirements:\n - input must fit into 192 bits" - }, - "id": 10705, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint192", - "nameLocation": "5196:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10681, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10680, - "mutability": "mutable", - "name": "value", - "nameLocation": "5214:5:34", - "nodeType": "VariableDeclaration", - "scope": 10705, - "src": "5206:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10679, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5206:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5205:15:34" - }, - "returnParameters": { - "id": 10684, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10683, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10705, - "src": "5244:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - }, - "typeName": { - "id": 10682, - "name": "uint192", - "nodeType": "ElementaryTypeName", - "src": "5244:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint192", - "typeString": "uint192" - } - }, - "visibility": "internal" - } - ], - "src": "5243:9:34" - }, - "scope": 12209, - "src": "5187:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10732, - "nodeType": "Block", - "src": "5762:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10719, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10713, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10708, - "src": "5776:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10716, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5789:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - }, - "typeName": { - "id": 10715, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5789:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - } - ], - "id": 10714, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "5784:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10717, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5784:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint184", - "typeString": "type(uint184)" - } - }, - "id": 10718, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5798:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "5784:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "src": "5776:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10726, - "nodeType": "IfStatement", - "src": "5772:105:34", - "trueBody": { - "id": 10725, - "nodeType": "Block", - "src": "5803:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313834", - "id": 10721, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5855:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - "value": "184" - }, - { - "id": 10722, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10708, - "src": "5860:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10720, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "5824:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5824:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10724, - "nodeType": "RevertStatement", - "src": "5817:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10729, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10708, - "src": "5901:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10728, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5893:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint184_$", - "typeString": "type(uint184)" - }, - "typeName": { - "id": 10727, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5893:7:34", - "typeDescriptions": {} - } - }, - "id": 10730, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5893:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "functionReturnParameters": 10712, - "id": 10731, - "nodeType": "Return", - "src": "5886:21:34" - } - ] - }, - "documentation": { - "id": 10706, - "nodeType": "StructuredDocumentation", - "src": "5411:280:34", - "text": " @dev Returns the downcasted uint184 from uint256, reverting on\n overflow (when the input is greater than largest uint184).\n Counterpart to Solidity's `uint184` operator.\n Requirements:\n - input must fit into 184 bits" - }, - "id": 10733, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint184", - "nameLocation": "5705:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10709, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10708, - "mutability": "mutable", - "name": "value", - "nameLocation": "5723:5:34", - "nodeType": "VariableDeclaration", - "scope": 10733, - "src": "5715:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10707, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "5715:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "5714:15:34" - }, - "returnParameters": { - "id": 10712, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10711, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10733, - "src": "5753:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - }, - "typeName": { - "id": 10710, - "name": "uint184", - "nodeType": "ElementaryTypeName", - "src": "5753:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint184", - "typeString": "uint184" - } - }, - "visibility": "internal" - } - ], - "src": "5752:9:34" - }, - "scope": 12209, - "src": "5696:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10760, - "nodeType": "Block", - "src": "6271:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10747, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10741, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10736, - "src": "6285:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10744, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6298:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - }, - "typeName": { - "id": 10743, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6298:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - } - ], - "id": 10742, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "6293:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10745, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6293:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint176", - "typeString": "type(uint176)" - } - }, - "id": 10746, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6307:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "6293:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "src": "6285:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10754, - "nodeType": "IfStatement", - "src": "6281:105:34", - "trueBody": { - "id": 10753, - "nodeType": "Block", - "src": "6312:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313736", - "id": 10749, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6364:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - "value": "176" - }, - { - "id": 10750, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10736, - "src": "6369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10748, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "6333:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10751, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6333:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10752, - "nodeType": "RevertStatement", - "src": "6326:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10757, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10736, - "src": "6410:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10756, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6402:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint176_$", - "typeString": "type(uint176)" - }, - "typeName": { - "id": 10755, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6402:7:34", - "typeDescriptions": {} - } - }, - "id": 10758, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6402:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "functionReturnParameters": 10740, - "id": 10759, - "nodeType": "Return", - "src": "6395:21:34" - } - ] - }, - "documentation": { - "id": 10734, - "nodeType": "StructuredDocumentation", - "src": "5920:280:34", - "text": " @dev Returns the downcasted uint176 from uint256, reverting on\n overflow (when the input is greater than largest uint176).\n Counterpart to Solidity's `uint176` operator.\n Requirements:\n - input must fit into 176 bits" - }, - "id": 10761, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint176", - "nameLocation": "6214:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10737, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10736, - "mutability": "mutable", - "name": "value", - "nameLocation": "6232:5:34", - "nodeType": "VariableDeclaration", - "scope": 10761, - "src": "6224:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10735, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6224:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "6223:15:34" - }, - "returnParameters": { - "id": 10740, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10739, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10761, - "src": "6262:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - }, - "typeName": { - "id": 10738, - "name": "uint176", - "nodeType": "ElementaryTypeName", - "src": "6262:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint176", - "typeString": "uint176" - } - }, - "visibility": "internal" - } - ], - "src": "6261:9:34" - }, - "scope": 12209, - "src": "6205:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10788, - "nodeType": "Block", - "src": "6780:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10769, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10764, - "src": "6794:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10772, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6807:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - }, - "typeName": { - "id": 10771, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6807:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - } - ], - "id": 10770, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "6802:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10773, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6802:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint168", - "typeString": "type(uint168)" - } - }, - "id": 10774, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "6816:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "6802:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "src": "6794:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10782, - "nodeType": "IfStatement", - "src": "6790:105:34", - "trueBody": { - "id": 10781, - "nodeType": "Block", - "src": "6821:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313638", - "id": 10777, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "6873:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - "value": "168" - }, - { - "id": 10778, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10764, - "src": "6878:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10776, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "6842:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10779, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6842:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10780, - "nodeType": "RevertStatement", - "src": "6835:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10785, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10764, - "src": "6919:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10784, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "6911:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint168_$", - "typeString": "type(uint168)" - }, - "typeName": { - "id": 10783, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6911:7:34", - "typeDescriptions": {} - } - }, - "id": 10786, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "6911:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "functionReturnParameters": 10768, - "id": 10787, - "nodeType": "Return", - "src": "6904:21:34" - } - ] - }, - "documentation": { - "id": 10762, - "nodeType": "StructuredDocumentation", - "src": "6429:280:34", - "text": " @dev Returns the downcasted uint168 from uint256, reverting on\n overflow (when the input is greater than largest uint168).\n Counterpart to Solidity's `uint168` operator.\n Requirements:\n - input must fit into 168 bits" - }, - "id": 10789, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint168", - "nameLocation": "6723:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10765, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10764, - "mutability": "mutable", - "name": "value", - "nameLocation": "6741:5:34", - "nodeType": "VariableDeclaration", - "scope": 10789, - "src": "6733:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10763, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "6733:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "6732:15:34" - }, - "returnParameters": { - "id": 10768, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10767, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10789, - "src": "6771:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - }, - "typeName": { - "id": 10766, - "name": "uint168", - "nodeType": "ElementaryTypeName", - "src": "6771:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint168", - "typeString": "uint168" - } - }, - "visibility": "internal" - } - ], - "src": "6770:9:34" - }, - "scope": 12209, - "src": "6714:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10816, - "nodeType": "Block", - "src": "7289:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10803, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10797, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10792, - "src": "7303:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10800, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7316:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - }, - "typeName": { - "id": 10799, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7316:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - } - ], - "id": 10798, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "7311:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10801, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7311:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint160", - "typeString": "type(uint160)" - } - }, - "id": 10802, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7325:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "7311:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "src": "7303:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10810, - "nodeType": "IfStatement", - "src": "7299:105:34", - "trueBody": { - "id": 10809, - "nodeType": "Block", - "src": "7330:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313630", - "id": 10805, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7382:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - "value": "160" - }, - { - "id": 10806, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10792, - "src": "7387:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10804, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "7351:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10807, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7351:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10808, - "nodeType": "RevertStatement", - "src": "7344:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10813, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10792, - "src": "7428:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10812, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7420:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint160_$", - "typeString": "type(uint160)" - }, - "typeName": { - "id": 10811, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7420:7:34", - "typeDescriptions": {} - } - }, - "id": 10814, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7420:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "functionReturnParameters": 10796, - "id": 10815, - "nodeType": "Return", - "src": "7413:21:34" - } - ] - }, - "documentation": { - "id": 10790, - "nodeType": "StructuredDocumentation", - "src": "6938:280:34", - "text": " @dev Returns the downcasted uint160 from uint256, reverting on\n overflow (when the input is greater than largest uint160).\n Counterpart to Solidity's `uint160` operator.\n Requirements:\n - input must fit into 160 bits" - }, - "id": 10817, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint160", - "nameLocation": "7232:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10793, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10792, - "mutability": "mutable", - "name": "value", - "nameLocation": "7250:5:34", - "nodeType": "VariableDeclaration", - "scope": 10817, - "src": "7242:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10791, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7242:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "7241:15:34" - }, - "returnParameters": { - "id": 10796, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10795, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10817, - "src": "7280:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - }, - "typeName": { - "id": 10794, - "name": "uint160", - "nodeType": "ElementaryTypeName", - "src": "7280:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint160", - "typeString": "uint160" - } - }, - "visibility": "internal" - } - ], - "src": "7279:9:34" - }, - "scope": 12209, - "src": "7223:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10844, - "nodeType": "Block", - "src": "7798:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10831, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10825, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10820, - "src": "7812:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10828, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7825:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - }, - "typeName": { - "id": 10827, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7825:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - } - ], - "id": 10826, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "7820:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10829, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7820:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint152", - "typeString": "type(uint152)" - } - }, - "id": 10830, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "7834:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "7820:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "src": "7812:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10838, - "nodeType": "IfStatement", - "src": "7808:105:34", - "trueBody": { - "id": 10837, - "nodeType": "Block", - "src": "7839:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313532", - "id": 10833, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "7891:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - "value": "152" - }, - { - "id": 10834, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10820, - "src": "7896:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10832, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "7860:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10835, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7860:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10836, - "nodeType": "RevertStatement", - "src": "7853:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10841, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10820, - "src": "7937:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10840, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "7929:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint152_$", - "typeString": "type(uint152)" - }, - "typeName": { - "id": 10839, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7929:7:34", - "typeDescriptions": {} - } - }, - "id": 10842, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "7929:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "functionReturnParameters": 10824, - "id": 10843, - "nodeType": "Return", - "src": "7922:21:34" - } - ] - }, - "documentation": { - "id": 10818, - "nodeType": "StructuredDocumentation", - "src": "7447:280:34", - "text": " @dev Returns the downcasted uint152 from uint256, reverting on\n overflow (when the input is greater than largest uint152).\n Counterpart to Solidity's `uint152` operator.\n Requirements:\n - input must fit into 152 bits" - }, - "id": 10845, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint152", - "nameLocation": "7741:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10821, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10820, - "mutability": "mutable", - "name": "value", - "nameLocation": "7759:5:34", - "nodeType": "VariableDeclaration", - "scope": 10845, - "src": "7751:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10819, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "7751:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "7750:15:34" - }, - "returnParameters": { - "id": 10824, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10823, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10845, - "src": "7789:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - }, - "typeName": { - "id": 10822, - "name": "uint152", - "nodeType": "ElementaryTypeName", - "src": "7789:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint152", - "typeString": "uint152" - } - }, - "visibility": "internal" - } - ], - "src": "7788:9:34" - }, - "scope": 12209, - "src": "7732:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10872, - "nodeType": "Block", - "src": "8307:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10859, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10853, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10848, - "src": "8321:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10856, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8334:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - }, - "typeName": { - "id": 10855, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8334:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - } - ], - "id": 10854, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8329:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10857, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8329:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint144", - "typeString": "type(uint144)" - } - }, - "id": 10858, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8343:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8329:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "src": "8321:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10866, - "nodeType": "IfStatement", - "src": "8317:105:34", - "trueBody": { - "id": 10865, - "nodeType": "Block", - "src": "8348:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313434", - "id": 10861, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8400:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - "value": "144" - }, - { - "id": 10862, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10848, - "src": "8405:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10860, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "8369:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10863, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8369:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10864, - "nodeType": "RevertStatement", - "src": "8362:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10869, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10848, - "src": "8446:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10868, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8438:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint144_$", - "typeString": "type(uint144)" - }, - "typeName": { - "id": 10867, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8438:7:34", - "typeDescriptions": {} - } - }, - "id": 10870, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8438:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "functionReturnParameters": 10852, - "id": 10871, - "nodeType": "Return", - "src": "8431:21:34" - } - ] - }, - "documentation": { - "id": 10846, - "nodeType": "StructuredDocumentation", - "src": "7956:280:34", - "text": " @dev Returns the downcasted uint144 from uint256, reverting on\n overflow (when the input is greater than largest uint144).\n Counterpart to Solidity's `uint144` operator.\n Requirements:\n - input must fit into 144 bits" - }, - "id": 10873, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint144", - "nameLocation": "8250:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10849, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10848, - "mutability": "mutable", - "name": "value", - "nameLocation": "8268:5:34", - "nodeType": "VariableDeclaration", - "scope": 10873, - "src": "8260:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10847, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8260:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8259:15:34" - }, - "returnParameters": { - "id": 10852, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10851, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10873, - "src": "8298:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - }, - "typeName": { - "id": 10850, - "name": "uint144", - "nodeType": "ElementaryTypeName", - "src": "8298:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint144", - "typeString": "uint144" - } - }, - "visibility": "internal" - } - ], - "src": "8297:9:34" - }, - "scope": 12209, - "src": "8241:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10900, - "nodeType": "Block", - "src": "8816:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10881, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10876, - "src": "8830:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10884, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8843:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - }, - "typeName": { - "id": 10883, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8843:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - } - ], - "id": 10882, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "8838:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10885, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8838:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint136", - "typeString": "type(uint136)" - } - }, - "id": 10886, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "8852:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "8838:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "src": "8830:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10894, - "nodeType": "IfStatement", - "src": "8826:105:34", - "trueBody": { - "id": 10893, - "nodeType": "Block", - "src": "8857:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313336", - "id": 10889, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "8909:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - "value": "136" - }, - { - "id": 10890, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10876, - "src": "8914:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10888, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "8878:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10891, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8878:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10892, - "nodeType": "RevertStatement", - "src": "8871:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10897, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10876, - "src": "8955:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10896, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "8947:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint136_$", - "typeString": "type(uint136)" - }, - "typeName": { - "id": 10895, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8947:7:34", - "typeDescriptions": {} - } - }, - "id": 10898, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "8947:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "functionReturnParameters": 10880, - "id": 10899, - "nodeType": "Return", - "src": "8940:21:34" - } - ] - }, - "documentation": { - "id": 10874, - "nodeType": "StructuredDocumentation", - "src": "8465:280:34", - "text": " @dev Returns the downcasted uint136 from uint256, reverting on\n overflow (when the input is greater than largest uint136).\n Counterpart to Solidity's `uint136` operator.\n Requirements:\n - input must fit into 136 bits" - }, - "id": 10901, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint136", - "nameLocation": "8759:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10877, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10876, - "mutability": "mutable", - "name": "value", - "nameLocation": "8777:5:34", - "nodeType": "VariableDeclaration", - "scope": 10901, - "src": "8769:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10875, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "8769:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "8768:15:34" - }, - "returnParameters": { - "id": 10880, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10879, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10901, - "src": "8807:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - }, - "typeName": { - "id": 10878, - "name": "uint136", - "nodeType": "ElementaryTypeName", - "src": "8807:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint136", - "typeString": "uint136" - } - }, - "visibility": "internal" - } - ], - "src": "8806:9:34" - }, - "scope": 12209, - "src": "8750:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10928, - "nodeType": "Block", - "src": "9325:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10915, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10909, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10904, - "src": "9339:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10912, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9352:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - }, - "typeName": { - "id": 10911, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9352:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - } - ], - "id": 10910, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "9347:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10913, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9347:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint128", - "typeString": "type(uint128)" - } - }, - "id": 10914, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "9361:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "9347:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "src": "9339:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10922, - "nodeType": "IfStatement", - "src": "9335:105:34", - "trueBody": { - "id": 10921, - "nodeType": "Block", - "src": "9366:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313238", - "id": 10917, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9418:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - { - "id": 10918, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10904, - "src": "9423:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10916, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "9387:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10919, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9387:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10920, - "nodeType": "RevertStatement", - "src": "9380:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10925, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10904, - "src": "9464:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10924, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9456:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint128_$", - "typeString": "type(uint128)" - }, - "typeName": { - "id": 10923, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9456:7:34", - "typeDescriptions": {} - } - }, - "id": 10926, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9456:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "functionReturnParameters": 10908, - "id": 10927, - "nodeType": "Return", - "src": "9449:21:34" - } - ] - }, - "documentation": { - "id": 10902, - "nodeType": "StructuredDocumentation", - "src": "8974:280:34", - "text": " @dev Returns the downcasted uint128 from uint256, reverting on\n overflow (when the input is greater than largest uint128).\n Counterpart to Solidity's `uint128` operator.\n Requirements:\n - input must fit into 128 bits" - }, - "id": 10929, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint128", - "nameLocation": "9268:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10905, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10904, - "mutability": "mutable", - "name": "value", - "nameLocation": "9286:5:34", - "nodeType": "VariableDeclaration", - "scope": 10929, - "src": "9278:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10903, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9278:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "9277:15:34" - }, - "returnParameters": { - "id": 10908, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10907, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10929, - "src": "9316:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - }, - "typeName": { - "id": 10906, - "name": "uint128", - "nodeType": "ElementaryTypeName", - "src": "9316:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint128", - "typeString": "uint128" - } - }, - "visibility": "internal" - } - ], - "src": "9315:9:34" - }, - "scope": 12209, - "src": "9259:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10956, - "nodeType": "Block", - "src": "9834:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10943, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10937, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10932, - "src": "9848:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10940, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9861:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - }, - "typeName": { - "id": 10939, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9861:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - } - ], - "id": 10938, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "9856:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10941, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9856:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint120", - "typeString": "type(uint120)" - } - }, - "id": 10942, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "9870:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "9856:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "src": "9848:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10950, - "nodeType": "IfStatement", - "src": "9844:105:34", - "trueBody": { - "id": 10949, - "nodeType": "Block", - "src": "9875:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313230", - "id": 10945, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "9927:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - "value": "120" - }, - { - "id": 10946, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10932, - "src": "9932:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10944, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "9896:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10947, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9896:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10948, - "nodeType": "RevertStatement", - "src": "9889:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10953, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10932, - "src": "9973:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10952, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "9965:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint120_$", - "typeString": "type(uint120)" - }, - "typeName": { - "id": 10951, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9965:7:34", - "typeDescriptions": {} - } - }, - "id": 10954, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "9965:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "functionReturnParameters": 10936, - "id": 10955, - "nodeType": "Return", - "src": "9958:21:34" - } - ] - }, - "documentation": { - "id": 10930, - "nodeType": "StructuredDocumentation", - "src": "9483:280:34", - "text": " @dev Returns the downcasted uint120 from uint256, reverting on\n overflow (when the input is greater than largest uint120).\n Counterpart to Solidity's `uint120` operator.\n Requirements:\n - input must fit into 120 bits" - }, - "id": 10957, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint120", - "nameLocation": "9777:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10933, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10932, - "mutability": "mutable", - "name": "value", - "nameLocation": "9795:5:34", - "nodeType": "VariableDeclaration", - "scope": 10957, - "src": "9787:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10931, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "9787:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "9786:15:34" - }, - "returnParameters": { - "id": 10936, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10935, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10957, - "src": "9825:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - }, - "typeName": { - "id": 10934, - "name": "uint120", - "nodeType": "ElementaryTypeName", - "src": "9825:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint120", - "typeString": "uint120" - } - }, - "visibility": "internal" - } - ], - "src": "9824:9:34" - }, - "scope": 12209, - "src": "9768:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 10984, - "nodeType": "Block", - "src": "10343:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10971, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10965, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10960, - "src": "10357:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10968, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10370:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 10967, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10370:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - } - ], - "id": 10966, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "10365:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10969, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10365:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint112", - "typeString": "type(uint112)" - } - }, - "id": 10970, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "10379:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "10365:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "10357:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 10978, - "nodeType": "IfStatement", - "src": "10353:105:34", - "trueBody": { - "id": 10977, - "nodeType": "Block", - "src": "10384:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313132", - "id": 10973, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10436:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - "value": "112" - }, - { - "id": 10974, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10960, - "src": "10441:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10972, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "10405:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 10975, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10405:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 10976, - "nodeType": "RevertStatement", - "src": "10398:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 10981, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10960, - "src": "10482:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 10980, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10474:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 10979, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10474:7:34", - "typeDescriptions": {} - } - }, - "id": 10982, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10474:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "functionReturnParameters": 10964, - "id": 10983, - "nodeType": "Return", - "src": "10467:21:34" - } - ] - }, - "documentation": { - "id": 10958, - "nodeType": "StructuredDocumentation", - "src": "9992:280:34", - "text": " @dev Returns the downcasted uint112 from uint256, reverting on\n overflow (when the input is greater than largest uint112).\n Counterpart to Solidity's `uint112` operator.\n Requirements:\n - input must fit into 112 bits" - }, - "id": 10985, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint112", - "nameLocation": "10286:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10961, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10960, - "mutability": "mutable", - "name": "value", - "nameLocation": "10304:5:34", - "nodeType": "VariableDeclaration", - "scope": 10985, - "src": "10296:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10959, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10296:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10295:15:34" - }, - "returnParameters": { - "id": 10964, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10963, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 10985, - "src": "10334:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "typeName": { - "id": 10962, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "10334:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "visibility": "internal" - } - ], - "src": "10333:9:34" - }, - "scope": 12209, - "src": "10277:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11012, - "nodeType": "Block", - "src": "10852:152:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 10999, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 10993, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10988, - "src": "10866:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 10996, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10879:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - }, - "typeName": { - "id": 10995, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10879:7:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - } - ], - "id": 10994, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "10874:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 10997, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10874:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint104", - "typeString": "type(uint104)" - } - }, - "id": 10998, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "10888:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "10874:17:34", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "src": "10866:25:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11006, - "nodeType": "IfStatement", - "src": "10862:105:34", - "trueBody": { - "id": 11005, - "nodeType": "Block", - "src": "10893:74:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313034", - "id": 11001, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "10945:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - "value": "104" - }, - { - "id": 11002, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10988, - "src": "10950:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11000, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "10914:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11003, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10914:42:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11004, - "nodeType": "RevertStatement", - "src": "10907:49:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11009, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10988, - "src": "10991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11008, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "10983:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint104_$", - "typeString": "type(uint104)" - }, - "typeName": { - "id": 11007, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10983:7:34", - "typeDescriptions": {} - } - }, - "id": 11010, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "10983:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "functionReturnParameters": 10992, - "id": 11011, - "nodeType": "Return", - "src": "10976:21:34" - } - ] - }, - "documentation": { - "id": 10986, - "nodeType": "StructuredDocumentation", - "src": "10501:280:34", - "text": " @dev Returns the downcasted uint104 from uint256, reverting on\n overflow (when the input is greater than largest uint104).\n Counterpart to Solidity's `uint104` operator.\n Requirements:\n - input must fit into 104 bits" - }, - "id": 11013, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint104", - "nameLocation": "10795:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 10989, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10988, - "mutability": "mutable", - "name": "value", - "nameLocation": "10813:5:34", - "nodeType": "VariableDeclaration", - "scope": 11013, - "src": "10805:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 10987, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "10805:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "10804:15:34" - }, - "returnParameters": { - "id": 10992, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 10991, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11013, - "src": "10843:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - }, - "typeName": { - "id": 10990, - "name": "uint104", - "nodeType": "ElementaryTypeName", - "src": "10843:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint104", - "typeString": "uint104" - } - }, - "visibility": "internal" - } - ], - "src": "10842:9:34" - }, - "scope": 12209, - "src": "10786:218:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11040, - "nodeType": "Block", - "src": "11355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11027, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11021, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11016, - "src": "11369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11024, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - }, - "typeName": { - "id": 11023, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - } - ], - "id": 11022, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "11377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11025, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint96", - "typeString": "type(uint96)" - } - }, - "id": 11026, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "11390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "11377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "src": "11369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11034, - "nodeType": "IfStatement", - "src": "11365:103:34", - "trueBody": { - "id": 11033, - "nodeType": "Block", - "src": "11395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3936", - "id": 11029, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - "value": "96" - }, - { - "id": 11030, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11016, - "src": "11451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11028, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "11416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11031, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11032, - "nodeType": "RevertStatement", - "src": "11409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11037, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11016, - "src": "11491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11036, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint96_$", - "typeString": "type(uint96)" - }, - "typeName": { - "id": 11035, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11484:6:34", - "typeDescriptions": {} - } - }, - "id": 11038, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "functionReturnParameters": 11020, - "id": 11039, - "nodeType": "Return", - "src": "11477:20:34" - } - ] - }, - "documentation": { - "id": 11014, - "nodeType": "StructuredDocumentation", - "src": "11010:276:34", - "text": " @dev Returns the downcasted uint96 from uint256, reverting on\n overflow (when the input is greater than largest uint96).\n Counterpart to Solidity's `uint96` operator.\n Requirements:\n - input must fit into 96 bits" - }, - "id": 11041, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint96", - "nameLocation": "11300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11017, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11016, - "mutability": "mutable", - "name": "value", - "nameLocation": "11317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11041, - "src": "11309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11015, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "11308:15:34" - }, - "returnParameters": { - "id": 11020, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11019, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11041, - "src": "11347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - }, - "typeName": { - "id": 11018, - "name": "uint96", - "nodeType": "ElementaryTypeName", - "src": "11347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint96", - "typeString": "uint96" - } - }, - "visibility": "internal" - } - ], - "src": "11346:8:34" - }, - "scope": 12209, - "src": "11291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11068, - "nodeType": "Block", - "src": "11855:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11055, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11049, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11044, - "src": "11869:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11052, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11882:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - }, - "typeName": { - "id": 11051, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11882:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - } - ], - "id": 11050, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "11877:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11053, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11877:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint88", - "typeString": "type(uint88)" - } - }, - "id": 11054, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "11890:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "11877:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "src": "11869:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11062, - "nodeType": "IfStatement", - "src": "11865:103:34", - "trueBody": { - "id": 11061, - "nodeType": "Block", - "src": "11895:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3838", - "id": 11057, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "11947:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - "value": "88" - }, - { - "id": 11058, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11044, - "src": "11951:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11056, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "11916:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11059, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11916:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11060, - "nodeType": "RevertStatement", - "src": "11909:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11065, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11044, - "src": "11991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11064, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "11984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint88_$", - "typeString": "type(uint88)" - }, - "typeName": { - "id": 11063, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11984:6:34", - "typeDescriptions": {} - } - }, - "id": 11066, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "11984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "functionReturnParameters": 11048, - "id": 11067, - "nodeType": "Return", - "src": "11977:20:34" - } - ] - }, - "documentation": { - "id": 11042, - "nodeType": "StructuredDocumentation", - "src": "11510:276:34", - "text": " @dev Returns the downcasted uint88 from uint256, reverting on\n overflow (when the input is greater than largest uint88).\n Counterpart to Solidity's `uint88` operator.\n Requirements:\n - input must fit into 88 bits" - }, - "id": 11069, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint88", - "nameLocation": "11800:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11045, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11044, - "mutability": "mutable", - "name": "value", - "nameLocation": "11817:5:34", - "nodeType": "VariableDeclaration", - "scope": 11069, - "src": "11809:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11043, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "11809:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "11808:15:34" - }, - "returnParameters": { - "id": 11048, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11047, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11069, - "src": "11847:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - }, - "typeName": { - "id": 11046, - "name": "uint88", - "nodeType": "ElementaryTypeName", - "src": "11847:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint88", - "typeString": "uint88" - } - }, - "visibility": "internal" - } - ], - "src": "11846:8:34" - }, - "scope": 12209, - "src": "11791:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11096, - "nodeType": "Block", - "src": "12355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11083, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11077, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11072, - "src": "12369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11080, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - }, - "typeName": { - "id": 11079, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - } - ], - "id": 11078, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "12377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11081, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint80", - "typeString": "type(uint80)" - } - }, - "id": 11082, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "12390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "12377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "src": "12369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11090, - "nodeType": "IfStatement", - "src": "12365:103:34", - "trueBody": { - "id": 11089, - "nodeType": "Block", - "src": "12395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3830", - "id": 11085, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - "value": "80" - }, - { - "id": 11086, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11072, - "src": "12451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11084, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "12416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11088, - "nodeType": "RevertStatement", - "src": "12409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11093, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11072, - "src": "12491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11092, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint80_$", - "typeString": "type(uint80)" - }, - "typeName": { - "id": 11091, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12484:6:34", - "typeDescriptions": {} - } - }, - "id": 11094, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "functionReturnParameters": 11076, - "id": 11095, - "nodeType": "Return", - "src": "12477:20:34" - } - ] - }, - "documentation": { - "id": 11070, - "nodeType": "StructuredDocumentation", - "src": "12010:276:34", - "text": " @dev Returns the downcasted uint80 from uint256, reverting on\n overflow (when the input is greater than largest uint80).\n Counterpart to Solidity's `uint80` operator.\n Requirements:\n - input must fit into 80 bits" - }, - "id": 11097, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint80", - "nameLocation": "12300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11073, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11072, - "mutability": "mutable", - "name": "value", - "nameLocation": "12317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11097, - "src": "12309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11071, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12308:15:34" - }, - "returnParameters": { - "id": 11076, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11075, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11097, - "src": "12347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - }, - "typeName": { - "id": 11074, - "name": "uint80", - "nodeType": "ElementaryTypeName", - "src": "12347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint80", - "typeString": "uint80" - } - }, - "visibility": "internal" - } - ], - "src": "12346:8:34" - }, - "scope": 12209, - "src": "12291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11124, - "nodeType": "Block", - "src": "12855:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11111, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11105, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11100, - "src": "12869:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11108, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12882:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - }, - "typeName": { - "id": 11107, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12882:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - } - ], - "id": 11106, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "12877:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11109, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12877:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint72", - "typeString": "type(uint72)" - } - }, - "id": 11110, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "12890:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "12877:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "src": "12869:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11118, - "nodeType": "IfStatement", - "src": "12865:103:34", - "trueBody": { - "id": 11117, - "nodeType": "Block", - "src": "12895:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3732", - "id": 11113, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "12947:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - "value": "72" - }, - { - "id": 11114, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11100, - "src": "12951:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11112, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "12916:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11115, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12916:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11116, - "nodeType": "RevertStatement", - "src": "12909:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11121, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11100, - "src": "12991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11120, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "12984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint72_$", - "typeString": "type(uint72)" - }, - "typeName": { - "id": 11119, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12984:6:34", - "typeDescriptions": {} - } - }, - "id": 11122, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "12984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "functionReturnParameters": 11104, - "id": 11123, - "nodeType": "Return", - "src": "12977:20:34" - } - ] - }, - "documentation": { - "id": 11098, - "nodeType": "StructuredDocumentation", - "src": "12510:276:34", - "text": " @dev Returns the downcasted uint72 from uint256, reverting on\n overflow (when the input is greater than largest uint72).\n Counterpart to Solidity's `uint72` operator.\n Requirements:\n - input must fit into 72 bits" - }, - "id": 11125, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint72", - "nameLocation": "12800:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11101, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11100, - "mutability": "mutable", - "name": "value", - "nameLocation": "12817:5:34", - "nodeType": "VariableDeclaration", - "scope": 11125, - "src": "12809:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11099, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "12809:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "12808:15:34" - }, - "returnParameters": { - "id": 11104, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11103, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11125, - "src": "12847:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - }, - "typeName": { - "id": 11102, - "name": "uint72", - "nodeType": "ElementaryTypeName", - "src": "12847:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint72", - "typeString": "uint72" - } - }, - "visibility": "internal" - } - ], - "src": "12846:8:34" - }, - "scope": 12209, - "src": "12791:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11152, - "nodeType": "Block", - "src": "13355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11133, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11128, - "src": "13369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11136, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 11135, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - } - ], - "id": 11134, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "13377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11137, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint64", - "typeString": "type(uint64)" - } - }, - "id": 11138, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "13390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "13377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "src": "13369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11146, - "nodeType": "IfStatement", - "src": "13365:103:34", - "trueBody": { - "id": 11145, - "nodeType": "Block", - "src": "13395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3634", - "id": 11141, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - { - "id": 11142, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11128, - "src": "13451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11140, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "13416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11143, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11144, - "nodeType": "RevertStatement", - "src": "13409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11149, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11128, - "src": "13491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11148, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint64_$", - "typeString": "type(uint64)" - }, - "typeName": { - "id": 11147, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13484:6:34", - "typeDescriptions": {} - } - }, - "id": 11150, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "functionReturnParameters": 11132, - "id": 11151, - "nodeType": "Return", - "src": "13477:20:34" - } - ] - }, - "documentation": { - "id": 11126, - "nodeType": "StructuredDocumentation", - "src": "13010:276:34", - "text": " @dev Returns the downcasted uint64 from uint256, reverting on\n overflow (when the input is greater than largest uint64).\n Counterpart to Solidity's `uint64` operator.\n Requirements:\n - input must fit into 64 bits" - }, - "id": 11153, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint64", - "nameLocation": "13300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11129, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11128, - "mutability": "mutable", - "name": "value", - "nameLocation": "13317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11153, - "src": "13309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11127, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13308:15:34" - }, - "returnParameters": { - "id": 11132, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11131, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11153, - "src": "13347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - }, - "typeName": { - "id": 11130, - "name": "uint64", - "nodeType": "ElementaryTypeName", - "src": "13347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint64", - "typeString": "uint64" - } - }, - "visibility": "internal" - } - ], - "src": "13346:8:34" - }, - "scope": 12209, - "src": "13291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11180, - "nodeType": "Block", - "src": "13855:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11167, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11161, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11156, - "src": "13869:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11164, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13882:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - }, - "typeName": { - "id": 11163, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13882:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - } - ], - "id": 11162, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "13877:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11165, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13877:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint56", - "typeString": "type(uint56)" - } - }, - "id": 11166, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "13890:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "13877:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "src": "13869:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11174, - "nodeType": "IfStatement", - "src": "13865:103:34", - "trueBody": { - "id": 11173, - "nodeType": "Block", - "src": "13895:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3536", - "id": 11169, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "13947:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - "value": "56" - }, - { - "id": 11170, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11156, - "src": "13951:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11168, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "13916:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11171, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13916:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11172, - "nodeType": "RevertStatement", - "src": "13909:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11177, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11156, - "src": "13991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11176, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "13984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint56_$", - "typeString": "type(uint56)" - }, - "typeName": { - "id": 11175, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13984:6:34", - "typeDescriptions": {} - } - }, - "id": 11178, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "13984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "functionReturnParameters": 11160, - "id": 11179, - "nodeType": "Return", - "src": "13977:20:34" - } - ] - }, - "documentation": { - "id": 11154, - "nodeType": "StructuredDocumentation", - "src": "13510:276:34", - "text": " @dev Returns the downcasted uint56 from uint256, reverting on\n overflow (when the input is greater than largest uint56).\n Counterpart to Solidity's `uint56` operator.\n Requirements:\n - input must fit into 56 bits" - }, - "id": 11181, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint56", - "nameLocation": "13800:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11157, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11156, - "mutability": "mutable", - "name": "value", - "nameLocation": "13817:5:34", - "nodeType": "VariableDeclaration", - "scope": 11181, - "src": "13809:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11155, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "13809:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "13808:15:34" - }, - "returnParameters": { - "id": 11160, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11159, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11181, - "src": "13847:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - }, - "typeName": { - "id": 11158, - "name": "uint56", - "nodeType": "ElementaryTypeName", - "src": "13847:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint56", - "typeString": "uint56" - } - }, - "visibility": "internal" - } - ], - "src": "13846:8:34" - }, - "scope": 12209, - "src": "13791:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11208, - "nodeType": "Block", - "src": "14355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11195, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11189, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11184, - "src": "14369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11192, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 11191, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - } - ], - "id": 11190, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "14377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11193, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint48", - "typeString": "type(uint48)" - } - }, - "id": 11194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "14390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "14377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "14369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11202, - "nodeType": "IfStatement", - "src": "14365:103:34", - "trueBody": { - "id": 11201, - "nodeType": "Block", - "src": "14395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3438", - "id": 11197, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - "value": "48" - }, - { - "id": 11198, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11184, - "src": "14451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11196, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "14416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11199, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11200, - "nodeType": "RevertStatement", - "src": "14409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11205, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11184, - "src": "14491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11204, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 11203, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14484:6:34", - "typeDescriptions": {} - } - }, - "id": 11206, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 11188, - "id": 11207, - "nodeType": "Return", - "src": "14477:20:34" - } - ] - }, - "documentation": { - "id": 11182, - "nodeType": "StructuredDocumentation", - "src": "14010:276:34", - "text": " @dev Returns the downcasted uint48 from uint256, reverting on\n overflow (when the input is greater than largest uint48).\n Counterpart to Solidity's `uint48` operator.\n Requirements:\n - input must fit into 48 bits" - }, - "id": 11209, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint48", - "nameLocation": "14300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11185, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11184, - "mutability": "mutable", - "name": "value", - "nameLocation": "14317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11209, - "src": "14309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11183, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14308:15:34" - }, - "returnParameters": { - "id": 11188, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11187, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11209, - "src": "14347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 11186, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "14347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "14346:8:34" - }, - "scope": 12209, - "src": "14291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11236, - "nodeType": "Block", - "src": "14855:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11223, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11217, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11212, - "src": "14869:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11220, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14882:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - }, - "typeName": { - "id": 11219, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14882:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - } - ], - "id": 11218, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "14877:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11221, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14877:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint40", - "typeString": "type(uint40)" - } - }, - "id": 11222, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "14890:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "14877:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "src": "14869:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11230, - "nodeType": "IfStatement", - "src": "14865:103:34", - "trueBody": { - "id": 11229, - "nodeType": "Block", - "src": "14895:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3430", - "id": 11225, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "14947:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - "value": "40" - }, - { - "id": 11226, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11212, - "src": "14951:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11224, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "14916:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14916:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11228, - "nodeType": "RevertStatement", - "src": "14909:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11233, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11212, - "src": "14991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11232, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "14984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint40_$", - "typeString": "type(uint40)" - }, - "typeName": { - "id": 11231, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14984:6:34", - "typeDescriptions": {} - } - }, - "id": 11234, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "14984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "functionReturnParameters": 11216, - "id": 11235, - "nodeType": "Return", - "src": "14977:20:34" - } - ] - }, - "documentation": { - "id": 11210, - "nodeType": "StructuredDocumentation", - "src": "14510:276:34", - "text": " @dev Returns the downcasted uint40 from uint256, reverting on\n overflow (when the input is greater than largest uint40).\n Counterpart to Solidity's `uint40` operator.\n Requirements:\n - input must fit into 40 bits" - }, - "id": 11237, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint40", - "nameLocation": "14800:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11213, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11212, - "mutability": "mutable", - "name": "value", - "nameLocation": "14817:5:34", - "nodeType": "VariableDeclaration", - "scope": 11237, - "src": "14809:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11211, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "14809:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "14808:15:34" - }, - "returnParameters": { - "id": 11216, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11215, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11237, - "src": "14847:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - }, - "typeName": { - "id": 11214, - "name": "uint40", - "nodeType": "ElementaryTypeName", - "src": "14847:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint40", - "typeString": "uint40" - } - }, - "visibility": "internal" - } - ], - "src": "14846:8:34" - }, - "scope": 12209, - "src": "14791:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11264, - "nodeType": "Block", - "src": "15355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11251, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11245, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11240, - "src": "15369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11248, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 11247, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - } - ], - "id": 11246, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "15377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11249, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint32", - "typeString": "type(uint32)" - } - }, - "id": 11250, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "15390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "15377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "15369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11258, - "nodeType": "IfStatement", - "src": "15365:103:34", - "trueBody": { - "id": 11257, - "nodeType": "Block", - "src": "15395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3332", - "id": 11253, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - { - "id": 11254, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11240, - "src": "15451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11252, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "15416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11255, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11256, - "nodeType": "RevertStatement", - "src": "15409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11261, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11240, - "src": "15491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11260, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 11259, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15484:6:34", - "typeDescriptions": {} - } - }, - "id": 11262, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 11244, - "id": 11263, - "nodeType": "Return", - "src": "15477:20:34" - } - ] - }, - "documentation": { - "id": 11238, - "nodeType": "StructuredDocumentation", - "src": "15010:276:34", - "text": " @dev Returns the downcasted uint32 from uint256, reverting on\n overflow (when the input is greater than largest uint32).\n Counterpart to Solidity's `uint32` operator.\n Requirements:\n - input must fit into 32 bits" - }, - "id": 11265, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint32", - "nameLocation": "15300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11241, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11240, - "mutability": "mutable", - "name": "value", - "nameLocation": "15317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11265, - "src": "15309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11239, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "15309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "15308:15:34" - }, - "returnParameters": { - "id": 11244, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11243, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11265, - "src": "15347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 11242, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "15347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "15346:8:34" - }, - "scope": 12209, - "src": "15291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11292, - "nodeType": "Block", - "src": "15855:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11273, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11268, - "src": "15869:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11276, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15882:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - }, - "typeName": { - "id": 11275, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15882:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - } - ], - "id": 11274, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "15877:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11277, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15877:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint24", - "typeString": "type(uint24)" - } - }, - "id": 11278, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "15890:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "15877:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "src": "15869:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11286, - "nodeType": "IfStatement", - "src": "15865:103:34", - "trueBody": { - "id": 11285, - "nodeType": "Block", - "src": "15895:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3234", - "id": 11281, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "15947:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - "value": "24" - }, - { - "id": 11282, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11268, - "src": "15951:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11280, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "15916:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11283, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15916:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11284, - "nodeType": "RevertStatement", - "src": "15909:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11289, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11268, - "src": "15991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11288, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "15984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint24_$", - "typeString": "type(uint24)" - }, - "typeName": { - "id": 11287, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15984:6:34", - "typeDescriptions": {} - } - }, - "id": 11290, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "15984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "functionReturnParameters": 11272, - "id": 11291, - "nodeType": "Return", - "src": "15977:20:34" - } - ] - }, - "documentation": { - "id": 11266, - "nodeType": "StructuredDocumentation", - "src": "15510:276:34", - "text": " @dev Returns the downcasted uint24 from uint256, reverting on\n overflow (when the input is greater than largest uint24).\n Counterpart to Solidity's `uint24` operator.\n Requirements:\n - input must fit into 24 bits" - }, - "id": 11293, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint24", - "nameLocation": "15800:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11269, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11268, - "mutability": "mutable", - "name": "value", - "nameLocation": "15817:5:34", - "nodeType": "VariableDeclaration", - "scope": 11293, - "src": "15809:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11267, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "15809:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "15808:15:34" - }, - "returnParameters": { - "id": 11272, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11271, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11293, - "src": "15847:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - }, - "typeName": { - "id": 11270, - "name": "uint24", - "nodeType": "ElementaryTypeName", - "src": "15847:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint24", - "typeString": "uint24" - } - }, - "visibility": "internal" - } - ], - "src": "15846:8:34" - }, - "scope": 12209, - "src": "15791:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11320, - "nodeType": "Block", - "src": "16355:149:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11307, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11301, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11296, - "src": "16369:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11304, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16382:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - }, - "typeName": { - "id": 11303, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16382:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - } - ], - "id": 11302, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "16377:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11305, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16377:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint16", - "typeString": "type(uint16)" - } - }, - "id": 11306, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16390:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "16377:16:34", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "src": "16369:24:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11314, - "nodeType": "IfStatement", - "src": "16365:103:34", - "trueBody": { - "id": 11313, - "nodeType": "Block", - "src": "16395:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3136", - "id": 11309, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16447:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - { - "id": 11310, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11296, - "src": "16451:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11308, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "16416:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11311, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16416:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11312, - "nodeType": "RevertStatement", - "src": "16409:48:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11317, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11296, - "src": "16491:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11316, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16484:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint16_$", - "typeString": "type(uint16)" - }, - "typeName": { - "id": 11315, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16484:6:34", - "typeDescriptions": {} - } - }, - "id": 11318, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16484:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "functionReturnParameters": 11300, - "id": 11319, - "nodeType": "Return", - "src": "16477:20:34" - } - ] - }, - "documentation": { - "id": 11294, - "nodeType": "StructuredDocumentation", - "src": "16010:276:34", - "text": " @dev Returns the downcasted uint16 from uint256, reverting on\n overflow (when the input is greater than largest uint16).\n Counterpart to Solidity's `uint16` operator.\n Requirements:\n - input must fit into 16 bits" - }, - "id": 11321, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint16", - "nameLocation": "16300:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11297, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11296, - "mutability": "mutable", - "name": "value", - "nameLocation": "16317:5:34", - "nodeType": "VariableDeclaration", - "scope": 11321, - "src": "16309:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11295, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16309:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "16308:15:34" - }, - "returnParameters": { - "id": 11300, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11299, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11321, - "src": "16347:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - }, - "typeName": { - "id": 11298, - "name": "uint16", - "nodeType": "ElementaryTypeName", - "src": "16347:6:34", - "typeDescriptions": { - "typeIdentifier": "t_uint16", - "typeString": "uint16" - } - }, - "visibility": "internal" - } - ], - "src": "16346:8:34" - }, - "scope": 12209, - "src": "16291:213:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11348, - "nodeType": "Block", - "src": "16849:146:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 11335, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11329, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11324, - "src": "16863:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "expression": { - "arguments": [ - { - "id": 11332, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16876:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 11331, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16876:5:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - } - ], - "id": 11330, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "16871:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 11333, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16871:11:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_uint8", - "typeString": "type(uint8)" - } - }, - "id": 11334, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "16883:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "16871:15:34", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "src": "16863:23:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11342, - "nodeType": "IfStatement", - "src": "16859:101:34", - "trueBody": { - "id": 11341, - "nodeType": "Block", - "src": "16888:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "38", - "id": 11337, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "16940:1:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - { - "id": 11338, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11324, - "src": "16943:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11336, - "name": "SafeCastOverflowedUintDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10464, - "src": "16909:30:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint8,uint256) pure returns (error)" - } - }, - "id": 11339, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16909:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11340, - "nodeType": "RevertStatement", - "src": "16902:47:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11345, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11324, - "src": "16982:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 11344, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "16976:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint8_$", - "typeString": "type(uint8)" - }, - "typeName": { - "id": 11343, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16976:5:34", - "typeDescriptions": {} - } - }, - "id": 11346, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "16976:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "functionReturnParameters": 11328, - "id": 11347, - "nodeType": "Return", - "src": "16969:19:34" - } - ] - }, - "documentation": { - "id": 11322, - "nodeType": "StructuredDocumentation", - "src": "16510:272:34", - "text": " @dev Returns the downcasted uint8 from uint256, reverting on\n overflow (when the input is greater than largest uint8).\n Counterpart to Solidity's `uint8` operator.\n Requirements:\n - input must fit into 8 bits" - }, - "id": 11349, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint8", - "nameLocation": "16796:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11325, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11324, - "mutability": "mutable", - "name": "value", - "nameLocation": "16812:5:34", - "nodeType": "VariableDeclaration", - "scope": 11349, - "src": "16804:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11323, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "16804:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "16803:15:34" - }, - "returnParameters": { - "id": 11328, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11327, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11349, - "src": "16842:5:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - }, - "typeName": { - "id": 11326, - "name": "uint8", - "nodeType": "ElementaryTypeName", - "src": "16842:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint8", - "typeString": "uint8" - } - }, - "visibility": "internal" - } - ], - "src": "16841:7:34" - }, - "scope": 12209, - "src": "16787:208:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11371, - "nodeType": "Block", - "src": "17231:128:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11359, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11357, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11352, - "src": "17245:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "hexValue": "30", - "id": 11358, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17253:1:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "17245:9:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11365, - "nodeType": "IfStatement", - "src": "17241:81:34", - "trueBody": { - "id": 11364, - "nodeType": "Block", - "src": "17256:66:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 11361, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11352, - "src": "17305:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11360, - "name": "SafeCastOverflowedIntToUint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10469, - "src": "17277:27:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_int256_$returns$_t_error_$", - "typeString": "function (int256) pure returns (error)" - } - }, - "id": 11362, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17277:34:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11363, - "nodeType": "RevertStatement", - "src": "17270:41:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 11368, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11352, - "src": "17346:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11367, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "17338:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 11366, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17338:7:34", - "typeDescriptions": {} - } - }, - "id": 11369, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17338:14:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 11356, - "id": 11370, - "nodeType": "Return", - "src": "17331:21:34" - } - ] - }, - "documentation": { - "id": 11350, - "nodeType": "StructuredDocumentation", - "src": "17001:160:34", - "text": " @dev Converts a signed int256 into an unsigned uint256.\n Requirements:\n - input must be greater than or equal to 0." - }, - "id": 11372, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toUint256", - "nameLocation": "17175:9:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11353, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11352, - "mutability": "mutable", - "name": "value", - "nameLocation": "17192:5:34", - "nodeType": "VariableDeclaration", - "scope": 11372, - "src": "17185:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11351, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "17185:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "17184:14:34" - }, - "returnParameters": { - "id": 11356, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11355, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 11372, - "src": "17222:7:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 11354, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "17222:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "17221:9:34" - }, - "scope": 12209, - "src": "17166:193:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11397, - "nodeType": "Block", - "src": "17756:150:34", - "statements": [ - { - "expression": { - "id": 11385, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11380, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11378, - "src": "17766:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11383, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11375, - "src": "17786:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11382, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "17779:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int248_$", - "typeString": "type(int248)" - }, - "typeName": { - "id": 11381, - "name": "int248", - "nodeType": "ElementaryTypeName", - "src": "17779:6:34", - "typeDescriptions": {} - } - }, - "id": 11384, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17779:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "src": "17766:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "id": 11386, - "nodeType": "ExpressionStatement", - "src": "17766:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11389, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11387, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11378, - "src": "17806:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11388, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11375, - "src": "17820:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "17806:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11396, - "nodeType": "IfStatement", - "src": "17802:98:34", - "trueBody": { - "id": 11395, - "nodeType": "Block", - "src": "17827:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323438", - "id": 11391, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "17878:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - "value": "248" - }, - { - "id": 11392, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11375, - "src": "17883:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_248_by_1", - "typeString": "int_const 248" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11390, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "17848:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11393, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "17848:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11394, - "nodeType": "RevertStatement", - "src": "17841:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11373, - "nodeType": "StructuredDocumentation", - "src": "17365:312:34", - "text": " @dev Returns the downcasted int248 from int256, reverting on\n overflow (when the input is less than smallest int248 or\n greater than largest int248).\n Counterpart to Solidity's `int248` operator.\n Requirements:\n - input must fit into 248 bits" - }, - "id": 11398, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt248", - "nameLocation": "17691:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11376, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11375, - "mutability": "mutable", - "name": "value", - "nameLocation": "17707:5:34", - "nodeType": "VariableDeclaration", - "scope": 11398, - "src": "17700:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11374, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "17700:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "17699:14:34" - }, - "returnParameters": { - "id": 11379, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11378, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "17744:10:34", - "nodeType": "VariableDeclaration", - "scope": 11398, - "src": "17737:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - }, - "typeName": { - "id": 11377, - "name": "int248", - "nodeType": "ElementaryTypeName", - "src": "17737:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int248", - "typeString": "int248" - } - }, - "visibility": "internal" - } - ], - "src": "17736:19:34" - }, - "scope": 12209, - "src": "17682:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11423, - "nodeType": "Block", - "src": "18303:150:34", - "statements": [ - { - "expression": { - "id": 11411, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11406, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11404, - "src": "18313:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11409, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11401, - "src": "18333:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11408, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18326:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int240_$", - "typeString": "type(int240)" - }, - "typeName": { - "id": 11407, - "name": "int240", - "nodeType": "ElementaryTypeName", - "src": "18326:6:34", - "typeDescriptions": {} - } - }, - "id": 11410, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18326:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "src": "18313:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "id": 11412, - "nodeType": "ExpressionStatement", - "src": "18313:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11415, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11413, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11404, - "src": "18353:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11414, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11401, - "src": "18367:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "18353:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11422, - "nodeType": "IfStatement", - "src": "18349:98:34", - "trueBody": { - "id": 11421, - "nodeType": "Block", - "src": "18374:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323430", - "id": 11417, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18425:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - "value": "240" - }, - { - "id": 11418, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11401, - "src": "18430:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_240_by_1", - "typeString": "int_const 240" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11416, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "18395:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11419, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18395:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11420, - "nodeType": "RevertStatement", - "src": "18388:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11399, - "nodeType": "StructuredDocumentation", - "src": "17912:312:34", - "text": " @dev Returns the downcasted int240 from int256, reverting on\n overflow (when the input is less than smallest int240 or\n greater than largest int240).\n Counterpart to Solidity's `int240` operator.\n Requirements:\n - input must fit into 240 bits" - }, - "id": 11424, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt240", - "nameLocation": "18238:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11402, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11401, - "mutability": "mutable", - "name": "value", - "nameLocation": "18254:5:34", - "nodeType": "VariableDeclaration", - "scope": 11424, - "src": "18247:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11400, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "18247:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "18246:14:34" - }, - "returnParameters": { - "id": 11405, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11404, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "18291:10:34", - "nodeType": "VariableDeclaration", - "scope": 11424, - "src": "18284:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - }, - "typeName": { - "id": 11403, - "name": "int240", - "nodeType": "ElementaryTypeName", - "src": "18284:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int240", - "typeString": "int240" - } - }, - "visibility": "internal" - } - ], - "src": "18283:19:34" - }, - "scope": 12209, - "src": "18229:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11449, - "nodeType": "Block", - "src": "18850:150:34", - "statements": [ - { - "expression": { - "id": 11437, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11432, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11430, - "src": "18860:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11435, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11427, - "src": "18880:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11434, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "18873:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int232_$", - "typeString": "type(int232)" - }, - "typeName": { - "id": 11433, - "name": "int232", - "nodeType": "ElementaryTypeName", - "src": "18873:6:34", - "typeDescriptions": {} - } - }, - "id": 11436, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18873:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "src": "18860:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "id": 11438, - "nodeType": "ExpressionStatement", - "src": "18860:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11441, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11439, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11430, - "src": "18900:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11440, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11427, - "src": "18914:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "18900:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11448, - "nodeType": "IfStatement", - "src": "18896:98:34", - "trueBody": { - "id": 11447, - "nodeType": "Block", - "src": "18921:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323332", - "id": 11443, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "18972:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - "value": "232" - }, - { - "id": 11444, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11427, - "src": "18977:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_232_by_1", - "typeString": "int_const 232" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11442, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "18942:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11445, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "18942:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11446, - "nodeType": "RevertStatement", - "src": "18935:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11425, - "nodeType": "StructuredDocumentation", - "src": "18459:312:34", - "text": " @dev Returns the downcasted int232 from int256, reverting on\n overflow (when the input is less than smallest int232 or\n greater than largest int232).\n Counterpart to Solidity's `int232` operator.\n Requirements:\n - input must fit into 232 bits" - }, - "id": 11450, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt232", - "nameLocation": "18785:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11428, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11427, - "mutability": "mutable", - "name": "value", - "nameLocation": "18801:5:34", - "nodeType": "VariableDeclaration", - "scope": 11450, - "src": "18794:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11426, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "18794:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "18793:14:34" - }, - "returnParameters": { - "id": 11431, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11430, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "18838:10:34", - "nodeType": "VariableDeclaration", - "scope": 11450, - "src": "18831:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - }, - "typeName": { - "id": 11429, - "name": "int232", - "nodeType": "ElementaryTypeName", - "src": "18831:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int232", - "typeString": "int232" - } - }, - "visibility": "internal" - } - ], - "src": "18830:19:34" - }, - "scope": 12209, - "src": "18776:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11475, - "nodeType": "Block", - "src": "19397:150:34", - "statements": [ - { - "expression": { - "id": 11463, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11458, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11456, - "src": "19407:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11461, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11453, - "src": "19427:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11460, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "19420:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int224_$", - "typeString": "type(int224)" - }, - "typeName": { - "id": 11459, - "name": "int224", - "nodeType": "ElementaryTypeName", - "src": "19420:6:34", - "typeDescriptions": {} - } - }, - "id": 11462, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19420:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "src": "19407:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "id": 11464, - "nodeType": "ExpressionStatement", - "src": "19407:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11467, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11465, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11456, - "src": "19447:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11466, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11453, - "src": "19461:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "19447:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11474, - "nodeType": "IfStatement", - "src": "19443:98:34", - "trueBody": { - "id": 11473, - "nodeType": "Block", - "src": "19468:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323234", - "id": 11469, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "19519:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - "value": "224" - }, - { - "id": 11470, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11453, - "src": "19524:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_224_by_1", - "typeString": "int_const 224" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11468, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "19489:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11471, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19489:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11472, - "nodeType": "RevertStatement", - "src": "19482:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11451, - "nodeType": "StructuredDocumentation", - "src": "19006:312:34", - "text": " @dev Returns the downcasted int224 from int256, reverting on\n overflow (when the input is less than smallest int224 or\n greater than largest int224).\n Counterpart to Solidity's `int224` operator.\n Requirements:\n - input must fit into 224 bits" - }, - "id": 11476, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt224", - "nameLocation": "19332:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11454, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11453, - "mutability": "mutable", - "name": "value", - "nameLocation": "19348:5:34", - "nodeType": "VariableDeclaration", - "scope": 11476, - "src": "19341:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11452, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "19341:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "19340:14:34" - }, - "returnParameters": { - "id": 11457, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11456, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "19385:10:34", - "nodeType": "VariableDeclaration", - "scope": 11476, - "src": "19378:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - }, - "typeName": { - "id": 11455, - "name": "int224", - "nodeType": "ElementaryTypeName", - "src": "19378:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int224", - "typeString": "int224" - } - }, - "visibility": "internal" - } - ], - "src": "19377:19:34" - }, - "scope": 12209, - "src": "19323:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11501, - "nodeType": "Block", - "src": "19944:150:34", - "statements": [ - { - "expression": { - "id": 11489, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11484, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11482, - "src": "19954:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11487, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11479, - "src": "19974:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11486, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "19967:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int216_$", - "typeString": "type(int216)" - }, - "typeName": { - "id": 11485, - "name": "int216", - "nodeType": "ElementaryTypeName", - "src": "19967:6:34", - "typeDescriptions": {} - } - }, - "id": 11488, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "19967:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "src": "19954:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "id": 11490, - "nodeType": "ExpressionStatement", - "src": "19954:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11493, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11491, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11482, - "src": "19994:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11492, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11479, - "src": "20008:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "19994:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11500, - "nodeType": "IfStatement", - "src": "19990:98:34", - "trueBody": { - "id": 11499, - "nodeType": "Block", - "src": "20015:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323136", - "id": 11495, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20066:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - "value": "216" - }, - { - "id": 11496, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11479, - "src": "20071:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_216_by_1", - "typeString": "int_const 216" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11494, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "20036:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11497, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20036:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11498, - "nodeType": "RevertStatement", - "src": "20029:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11477, - "nodeType": "StructuredDocumentation", - "src": "19553:312:34", - "text": " @dev Returns the downcasted int216 from int256, reverting on\n overflow (when the input is less than smallest int216 or\n greater than largest int216).\n Counterpart to Solidity's `int216` operator.\n Requirements:\n - input must fit into 216 bits" - }, - "id": 11502, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt216", - "nameLocation": "19879:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11480, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11479, - "mutability": "mutable", - "name": "value", - "nameLocation": "19895:5:34", - "nodeType": "VariableDeclaration", - "scope": 11502, - "src": "19888:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11478, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "19888:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "19887:14:34" - }, - "returnParameters": { - "id": 11483, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11482, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "19932:10:34", - "nodeType": "VariableDeclaration", - "scope": 11502, - "src": "19925:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - }, - "typeName": { - "id": 11481, - "name": "int216", - "nodeType": "ElementaryTypeName", - "src": "19925:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int216", - "typeString": "int216" - } - }, - "visibility": "internal" - } - ], - "src": "19924:19:34" - }, - "scope": 12209, - "src": "19870:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11527, - "nodeType": "Block", - "src": "20491:150:34", - "statements": [ - { - "expression": { - "id": 11515, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11510, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11508, - "src": "20501:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11513, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11505, - "src": "20521:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11512, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "20514:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int208_$", - "typeString": "type(int208)" - }, - "typeName": { - "id": 11511, - "name": "int208", - "nodeType": "ElementaryTypeName", - "src": "20514:6:34", - "typeDescriptions": {} - } - }, - "id": 11514, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20514:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "src": "20501:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "id": 11516, - "nodeType": "ExpressionStatement", - "src": "20501:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11519, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11517, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11508, - "src": "20541:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11518, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11505, - "src": "20555:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "20541:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11526, - "nodeType": "IfStatement", - "src": "20537:98:34", - "trueBody": { - "id": 11525, - "nodeType": "Block", - "src": "20562:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323038", - "id": 11521, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "20613:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - "value": "208" - }, - { - "id": 11522, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11505, - "src": "20618:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_208_by_1", - "typeString": "int_const 208" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11520, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "20583:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11523, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "20583:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11524, - "nodeType": "RevertStatement", - "src": "20576:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11503, - "nodeType": "StructuredDocumentation", - "src": "20100:312:34", - "text": " @dev Returns the downcasted int208 from int256, reverting on\n overflow (when the input is less than smallest int208 or\n greater than largest int208).\n Counterpart to Solidity's `int208` operator.\n Requirements:\n - input must fit into 208 bits" - }, - "id": 11528, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt208", - "nameLocation": "20426:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11506, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11505, - "mutability": "mutable", - "name": "value", - "nameLocation": "20442:5:34", - "nodeType": "VariableDeclaration", - "scope": 11528, - "src": "20435:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11504, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "20435:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "20434:14:34" - }, - "returnParameters": { - "id": 11509, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11508, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "20479:10:34", - "nodeType": "VariableDeclaration", - "scope": 11528, - "src": "20472:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - }, - "typeName": { - "id": 11507, - "name": "int208", - "nodeType": "ElementaryTypeName", - "src": "20472:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int208", - "typeString": "int208" - } - }, - "visibility": "internal" - } - ], - "src": "20471:19:34" - }, - "scope": 12209, - "src": "20417:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11553, - "nodeType": "Block", - "src": "21038:150:34", - "statements": [ - { - "expression": { - "id": 11541, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11536, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11534, - "src": "21048:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11539, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11531, - "src": "21068:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11538, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "21061:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int200_$", - "typeString": "type(int200)" - }, - "typeName": { - "id": 11537, - "name": "int200", - "nodeType": "ElementaryTypeName", - "src": "21061:6:34", - "typeDescriptions": {} - } - }, - "id": 11540, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21061:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "src": "21048:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "id": 11542, - "nodeType": "ExpressionStatement", - "src": "21048:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11545, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11543, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11534, - "src": "21088:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11544, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11531, - "src": "21102:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "21088:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11552, - "nodeType": "IfStatement", - "src": "21084:98:34", - "trueBody": { - "id": 11551, - "nodeType": "Block", - "src": "21109:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "323030", - "id": 11547, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21160:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - "value": "200" - }, - { - "id": 11548, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11531, - "src": "21165:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_200_by_1", - "typeString": "int_const 200" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11546, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "21130:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11549, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21130:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11550, - "nodeType": "RevertStatement", - "src": "21123:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11529, - "nodeType": "StructuredDocumentation", - "src": "20647:312:34", - "text": " @dev Returns the downcasted int200 from int256, reverting on\n overflow (when the input is less than smallest int200 or\n greater than largest int200).\n Counterpart to Solidity's `int200` operator.\n Requirements:\n - input must fit into 200 bits" - }, - "id": 11554, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt200", - "nameLocation": "20973:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11532, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11531, - "mutability": "mutable", - "name": "value", - "nameLocation": "20989:5:34", - "nodeType": "VariableDeclaration", - "scope": 11554, - "src": "20982:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11530, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "20982:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "20981:14:34" - }, - "returnParameters": { - "id": 11535, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11534, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "21026:10:34", - "nodeType": "VariableDeclaration", - "scope": 11554, - "src": "21019:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - }, - "typeName": { - "id": 11533, - "name": "int200", - "nodeType": "ElementaryTypeName", - "src": "21019:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int200", - "typeString": "int200" - } - }, - "visibility": "internal" - } - ], - "src": "21018:19:34" - }, - "scope": 12209, - "src": "20964:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11579, - "nodeType": "Block", - "src": "21585:150:34", - "statements": [ - { - "expression": { - "id": 11567, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11562, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11560, - "src": "21595:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11565, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11557, - "src": "21615:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11564, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "21608:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int192_$", - "typeString": "type(int192)" - }, - "typeName": { - "id": 11563, - "name": "int192", - "nodeType": "ElementaryTypeName", - "src": "21608:6:34", - "typeDescriptions": {} - } - }, - "id": 11566, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21608:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "src": "21595:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "id": 11568, - "nodeType": "ExpressionStatement", - "src": "21595:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11571, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11569, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11560, - "src": "21635:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11570, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11557, - "src": "21649:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "21635:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11578, - "nodeType": "IfStatement", - "src": "21631:98:34", - "trueBody": { - "id": 11577, - "nodeType": "Block", - "src": "21656:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313932", - "id": 11573, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "21707:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - "value": "192" - }, - { - "id": 11574, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11557, - "src": "21712:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_192_by_1", - "typeString": "int_const 192" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11572, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "21677:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11575, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "21677:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11576, - "nodeType": "RevertStatement", - "src": "21670:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11555, - "nodeType": "StructuredDocumentation", - "src": "21194:312:34", - "text": " @dev Returns the downcasted int192 from int256, reverting on\n overflow (when the input is less than smallest int192 or\n greater than largest int192).\n Counterpart to Solidity's `int192` operator.\n Requirements:\n - input must fit into 192 bits" - }, - "id": 11580, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt192", - "nameLocation": "21520:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11558, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11557, - "mutability": "mutable", - "name": "value", - "nameLocation": "21536:5:34", - "nodeType": "VariableDeclaration", - "scope": 11580, - "src": "21529:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11556, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "21529:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "21528:14:34" - }, - "returnParameters": { - "id": 11561, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11560, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "21573:10:34", - "nodeType": "VariableDeclaration", - "scope": 11580, - "src": "21566:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - }, - "typeName": { - "id": 11559, - "name": "int192", - "nodeType": "ElementaryTypeName", - "src": "21566:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int192", - "typeString": "int192" - } - }, - "visibility": "internal" - } - ], - "src": "21565:19:34" - }, - "scope": 12209, - "src": "21511:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11605, - "nodeType": "Block", - "src": "22132:150:34", - "statements": [ - { - "expression": { - "id": 11593, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11588, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11586, - "src": "22142:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11591, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11583, - "src": "22162:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11590, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22155:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int184_$", - "typeString": "type(int184)" - }, - "typeName": { - "id": 11589, - "name": "int184", - "nodeType": "ElementaryTypeName", - "src": "22155:6:34", - "typeDescriptions": {} - } - }, - "id": 11592, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22155:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "src": "22142:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "id": 11594, - "nodeType": "ExpressionStatement", - "src": "22142:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11597, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11595, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11586, - "src": "22182:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11596, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11583, - "src": "22196:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "22182:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11604, - "nodeType": "IfStatement", - "src": "22178:98:34", - "trueBody": { - "id": 11603, - "nodeType": "Block", - "src": "22203:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313834", - "id": 11599, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22254:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - "value": "184" - }, - { - "id": 11600, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11583, - "src": "22259:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_184_by_1", - "typeString": "int_const 184" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11598, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "22224:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11601, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22224:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11602, - "nodeType": "RevertStatement", - "src": "22217:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11581, - "nodeType": "StructuredDocumentation", - "src": "21741:312:34", - "text": " @dev Returns the downcasted int184 from int256, reverting on\n overflow (when the input is less than smallest int184 or\n greater than largest int184).\n Counterpart to Solidity's `int184` operator.\n Requirements:\n - input must fit into 184 bits" - }, - "id": 11606, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt184", - "nameLocation": "22067:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11584, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11583, - "mutability": "mutable", - "name": "value", - "nameLocation": "22083:5:34", - "nodeType": "VariableDeclaration", - "scope": 11606, - "src": "22076:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11582, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "22076:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "22075:14:34" - }, - "returnParameters": { - "id": 11587, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11586, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "22120:10:34", - "nodeType": "VariableDeclaration", - "scope": 11606, - "src": "22113:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - }, - "typeName": { - "id": 11585, - "name": "int184", - "nodeType": "ElementaryTypeName", - "src": "22113:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int184", - "typeString": "int184" - } - }, - "visibility": "internal" - } - ], - "src": "22112:19:34" - }, - "scope": 12209, - "src": "22058:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11631, - "nodeType": "Block", - "src": "22679:150:34", - "statements": [ - { - "expression": { - "id": 11619, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11614, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11612, - "src": "22689:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11617, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11609, - "src": "22709:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11616, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "22702:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int176_$", - "typeString": "type(int176)" - }, - "typeName": { - "id": 11615, - "name": "int176", - "nodeType": "ElementaryTypeName", - "src": "22702:6:34", - "typeDescriptions": {} - } - }, - "id": 11618, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22702:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "src": "22689:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "id": 11620, - "nodeType": "ExpressionStatement", - "src": "22689:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11623, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11621, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11612, - "src": "22729:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11622, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11609, - "src": "22743:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "22729:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11630, - "nodeType": "IfStatement", - "src": "22725:98:34", - "trueBody": { - "id": 11629, - "nodeType": "Block", - "src": "22750:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313736", - "id": 11625, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "22801:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - "value": "176" - }, - { - "id": 11626, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11609, - "src": "22806:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_176_by_1", - "typeString": "int_const 176" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11624, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "22771:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11627, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "22771:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11628, - "nodeType": "RevertStatement", - "src": "22764:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11607, - "nodeType": "StructuredDocumentation", - "src": "22288:312:34", - "text": " @dev Returns the downcasted int176 from int256, reverting on\n overflow (when the input is less than smallest int176 or\n greater than largest int176).\n Counterpart to Solidity's `int176` operator.\n Requirements:\n - input must fit into 176 bits" - }, - "id": 11632, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt176", - "nameLocation": "22614:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11610, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11609, - "mutability": "mutable", - "name": "value", - "nameLocation": "22630:5:34", - "nodeType": "VariableDeclaration", - "scope": 11632, - "src": "22623:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11608, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "22623:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "22622:14:34" - }, - "returnParameters": { - "id": 11613, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11612, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "22667:10:34", - "nodeType": "VariableDeclaration", - "scope": 11632, - "src": "22660:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - }, - "typeName": { - "id": 11611, - "name": "int176", - "nodeType": "ElementaryTypeName", - "src": "22660:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int176", - "typeString": "int176" - } - }, - "visibility": "internal" - } - ], - "src": "22659:19:34" - }, - "scope": 12209, - "src": "22605:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11657, - "nodeType": "Block", - "src": "23226:150:34", - "statements": [ - { - "expression": { - "id": 11645, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11640, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11638, - "src": "23236:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11643, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11635, - "src": "23256:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11642, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "23249:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int168_$", - "typeString": "type(int168)" - }, - "typeName": { - "id": 11641, - "name": "int168", - "nodeType": "ElementaryTypeName", - "src": "23249:6:34", - "typeDescriptions": {} - } - }, - "id": 11644, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23249:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "src": "23236:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "id": 11646, - "nodeType": "ExpressionStatement", - "src": "23236:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11649, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11647, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11638, - "src": "23276:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11648, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11635, - "src": "23290:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "23276:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11656, - "nodeType": "IfStatement", - "src": "23272:98:34", - "trueBody": { - "id": 11655, - "nodeType": "Block", - "src": "23297:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313638", - "id": 11651, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23348:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - "value": "168" - }, - { - "id": 11652, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11635, - "src": "23353:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_168_by_1", - "typeString": "int_const 168" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11650, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "23318:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11653, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23318:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11654, - "nodeType": "RevertStatement", - "src": "23311:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11633, - "nodeType": "StructuredDocumentation", - "src": "22835:312:34", - "text": " @dev Returns the downcasted int168 from int256, reverting on\n overflow (when the input is less than smallest int168 or\n greater than largest int168).\n Counterpart to Solidity's `int168` operator.\n Requirements:\n - input must fit into 168 bits" - }, - "id": 11658, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt168", - "nameLocation": "23161:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11636, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11635, - "mutability": "mutable", - "name": "value", - "nameLocation": "23177:5:34", - "nodeType": "VariableDeclaration", - "scope": 11658, - "src": "23170:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11634, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "23170:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "23169:14:34" - }, - "returnParameters": { - "id": 11639, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11638, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "23214:10:34", - "nodeType": "VariableDeclaration", - "scope": 11658, - "src": "23207:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - }, - "typeName": { - "id": 11637, - "name": "int168", - "nodeType": "ElementaryTypeName", - "src": "23207:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int168", - "typeString": "int168" - } - }, - "visibility": "internal" - } - ], - "src": "23206:19:34" - }, - "scope": 12209, - "src": "23152:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11683, - "nodeType": "Block", - "src": "23773:150:34", - "statements": [ - { - "expression": { - "id": 11671, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11666, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11664, - "src": "23783:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11669, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11661, - "src": "23803:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11668, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "23796:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int160_$", - "typeString": "type(int160)" - }, - "typeName": { - "id": 11667, - "name": "int160", - "nodeType": "ElementaryTypeName", - "src": "23796:6:34", - "typeDescriptions": {} - } - }, - "id": 11670, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23796:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "src": "23783:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "id": 11672, - "nodeType": "ExpressionStatement", - "src": "23783:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11675, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11673, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11664, - "src": "23823:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11674, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11661, - "src": "23837:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "23823:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11682, - "nodeType": "IfStatement", - "src": "23819:98:34", - "trueBody": { - "id": 11681, - "nodeType": "Block", - "src": "23844:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313630", - "id": 11677, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "23895:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - "value": "160" - }, - { - "id": 11678, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11661, - "src": "23900:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_160_by_1", - "typeString": "int_const 160" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11676, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "23865:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11679, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "23865:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11680, - "nodeType": "RevertStatement", - "src": "23858:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11659, - "nodeType": "StructuredDocumentation", - "src": "23382:312:34", - "text": " @dev Returns the downcasted int160 from int256, reverting on\n overflow (when the input is less than smallest int160 or\n greater than largest int160).\n Counterpart to Solidity's `int160` operator.\n Requirements:\n - input must fit into 160 bits" - }, - "id": 11684, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt160", - "nameLocation": "23708:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11662, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11661, - "mutability": "mutable", - "name": "value", - "nameLocation": "23724:5:34", - "nodeType": "VariableDeclaration", - "scope": 11684, - "src": "23717:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11660, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "23717:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "23716:14:34" - }, - "returnParameters": { - "id": 11665, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11664, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "23761:10:34", - "nodeType": "VariableDeclaration", - "scope": 11684, - "src": "23754:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - }, - "typeName": { - "id": 11663, - "name": "int160", - "nodeType": "ElementaryTypeName", - "src": "23754:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int160", - "typeString": "int160" - } - }, - "visibility": "internal" - } - ], - "src": "23753:19:34" - }, - "scope": 12209, - "src": "23699:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11709, - "nodeType": "Block", - "src": "24320:150:34", - "statements": [ - { - "expression": { - "id": 11697, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11692, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11690, - "src": "24330:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11695, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11687, - "src": "24350:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11694, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24343:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int152_$", - "typeString": "type(int152)" - }, - "typeName": { - "id": 11693, - "name": "int152", - "nodeType": "ElementaryTypeName", - "src": "24343:6:34", - "typeDescriptions": {} - } - }, - "id": 11696, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24343:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "src": "24330:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "id": 11698, - "nodeType": "ExpressionStatement", - "src": "24330:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11701, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11699, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11690, - "src": "24370:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11700, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11687, - "src": "24384:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "24370:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11708, - "nodeType": "IfStatement", - "src": "24366:98:34", - "trueBody": { - "id": 11707, - "nodeType": "Block", - "src": "24391:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313532", - "id": 11703, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24442:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - "value": "152" - }, - { - "id": 11704, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11687, - "src": "24447:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_152_by_1", - "typeString": "int_const 152" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11702, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "24412:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11705, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24412:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11706, - "nodeType": "RevertStatement", - "src": "24405:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11685, - "nodeType": "StructuredDocumentation", - "src": "23929:312:34", - "text": " @dev Returns the downcasted int152 from int256, reverting on\n overflow (when the input is less than smallest int152 or\n greater than largest int152).\n Counterpart to Solidity's `int152` operator.\n Requirements:\n - input must fit into 152 bits" - }, - "id": 11710, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt152", - "nameLocation": "24255:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11688, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11687, - "mutability": "mutable", - "name": "value", - "nameLocation": "24271:5:34", - "nodeType": "VariableDeclaration", - "scope": 11710, - "src": "24264:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11686, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "24264:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "24263:14:34" - }, - "returnParameters": { - "id": 11691, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11690, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "24308:10:34", - "nodeType": "VariableDeclaration", - "scope": 11710, - "src": "24301:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - }, - "typeName": { - "id": 11689, - "name": "int152", - "nodeType": "ElementaryTypeName", - "src": "24301:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int152", - "typeString": "int152" - } - }, - "visibility": "internal" - } - ], - "src": "24300:19:34" - }, - "scope": 12209, - "src": "24246:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11735, - "nodeType": "Block", - "src": "24867:150:34", - "statements": [ - { - "expression": { - "id": 11723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11718, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11716, - "src": "24877:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11721, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11713, - "src": "24897:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11720, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "24890:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int144_$", - "typeString": "type(int144)" - }, - "typeName": { - "id": 11719, - "name": "int144", - "nodeType": "ElementaryTypeName", - "src": "24890:6:34", - "typeDescriptions": {} - } - }, - "id": 11722, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24890:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "src": "24877:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "id": 11724, - "nodeType": "ExpressionStatement", - "src": "24877:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11727, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11725, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11716, - "src": "24917:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11726, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11713, - "src": "24931:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "24917:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11734, - "nodeType": "IfStatement", - "src": "24913:98:34", - "trueBody": { - "id": 11733, - "nodeType": "Block", - "src": "24938:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313434", - "id": 11729, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "24989:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - "value": "144" - }, - { - "id": 11730, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11713, - "src": "24994:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_144_by_1", - "typeString": "int_const 144" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11728, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "24959:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "24959:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11732, - "nodeType": "RevertStatement", - "src": "24952:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11711, - "nodeType": "StructuredDocumentation", - "src": "24476:312:34", - "text": " @dev Returns the downcasted int144 from int256, reverting on\n overflow (when the input is less than smallest int144 or\n greater than largest int144).\n Counterpart to Solidity's `int144` operator.\n Requirements:\n - input must fit into 144 bits" - }, - "id": 11736, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt144", - "nameLocation": "24802:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11714, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11713, - "mutability": "mutable", - "name": "value", - "nameLocation": "24818:5:34", - "nodeType": "VariableDeclaration", - "scope": 11736, - "src": "24811:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11712, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "24811:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "24810:14:34" - }, - "returnParameters": { - "id": 11717, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11716, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "24855:10:34", - "nodeType": "VariableDeclaration", - "scope": 11736, - "src": "24848:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - }, - "typeName": { - "id": 11715, - "name": "int144", - "nodeType": "ElementaryTypeName", - "src": "24848:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int144", - "typeString": "int144" - } - }, - "visibility": "internal" - } - ], - "src": "24847:19:34" - }, - "scope": 12209, - "src": "24793:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11761, - "nodeType": "Block", - "src": "25414:150:34", - "statements": [ - { - "expression": { - "id": 11749, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11744, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11742, - "src": "25424:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11747, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11739, - "src": "25444:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11746, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "25437:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int136_$", - "typeString": "type(int136)" - }, - "typeName": { - "id": 11745, - "name": "int136", - "nodeType": "ElementaryTypeName", - "src": "25437:6:34", - "typeDescriptions": {} - } - }, - "id": 11748, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25437:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "src": "25424:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "id": 11750, - "nodeType": "ExpressionStatement", - "src": "25424:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11751, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11742, - "src": "25464:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11752, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11739, - "src": "25478:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "25464:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11760, - "nodeType": "IfStatement", - "src": "25460:98:34", - "trueBody": { - "id": 11759, - "nodeType": "Block", - "src": "25485:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313336", - "id": 11755, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "25536:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - "value": "136" - }, - { - "id": 11756, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11739, - "src": "25541:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_136_by_1", - "typeString": "int_const 136" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11754, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "25506:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11757, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25506:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11758, - "nodeType": "RevertStatement", - "src": "25499:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11737, - "nodeType": "StructuredDocumentation", - "src": "25023:312:34", - "text": " @dev Returns the downcasted int136 from int256, reverting on\n overflow (when the input is less than smallest int136 or\n greater than largest int136).\n Counterpart to Solidity's `int136` operator.\n Requirements:\n - input must fit into 136 bits" - }, - "id": 11762, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt136", - "nameLocation": "25349:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11740, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11739, - "mutability": "mutable", - "name": "value", - "nameLocation": "25365:5:34", - "nodeType": "VariableDeclaration", - "scope": 11762, - "src": "25358:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11738, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "25358:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "25357:14:34" - }, - "returnParameters": { - "id": 11743, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11742, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "25402:10:34", - "nodeType": "VariableDeclaration", - "scope": 11762, - "src": "25395:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - }, - "typeName": { - "id": 11741, - "name": "int136", - "nodeType": "ElementaryTypeName", - "src": "25395:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int136", - "typeString": "int136" - } - }, - "visibility": "internal" - } - ], - "src": "25394:19:34" - }, - "scope": 12209, - "src": "25340:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11787, - "nodeType": "Block", - "src": "25961:150:34", - "statements": [ - { - "expression": { - "id": 11775, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11770, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11768, - "src": "25971:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11773, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11765, - "src": "25991:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11772, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "25984:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int128_$", - "typeString": "type(int128)" - }, - "typeName": { - "id": 11771, - "name": "int128", - "nodeType": "ElementaryTypeName", - "src": "25984:6:34", - "typeDescriptions": {} - } - }, - "id": 11774, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "25984:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "src": "25971:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "id": 11776, - "nodeType": "ExpressionStatement", - "src": "25971:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11779, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11777, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11768, - "src": "26011:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11778, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11765, - "src": "26025:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "26011:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11786, - "nodeType": "IfStatement", - "src": "26007:98:34", - "trueBody": { - "id": 11785, - "nodeType": "Block", - "src": "26032:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313238", - "id": 11781, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26083:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - "value": "128" - }, - { - "id": 11782, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11765, - "src": "26088:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_128_by_1", - "typeString": "int_const 128" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11780, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "26053:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11783, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26053:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11784, - "nodeType": "RevertStatement", - "src": "26046:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11763, - "nodeType": "StructuredDocumentation", - "src": "25570:312:34", - "text": " @dev Returns the downcasted int128 from int256, reverting on\n overflow (when the input is less than smallest int128 or\n greater than largest int128).\n Counterpart to Solidity's `int128` operator.\n Requirements:\n - input must fit into 128 bits" - }, - "id": 11788, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt128", - "nameLocation": "25896:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11766, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11765, - "mutability": "mutable", - "name": "value", - "nameLocation": "25912:5:34", - "nodeType": "VariableDeclaration", - "scope": 11788, - "src": "25905:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11764, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "25905:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "25904:14:34" - }, - "returnParameters": { - "id": 11769, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11768, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "25949:10:34", - "nodeType": "VariableDeclaration", - "scope": 11788, - "src": "25942:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - }, - "typeName": { - "id": 11767, - "name": "int128", - "nodeType": "ElementaryTypeName", - "src": "25942:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int128", - "typeString": "int128" - } - }, - "visibility": "internal" - } - ], - "src": "25941:19:34" - }, - "scope": 12209, - "src": "25887:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11813, - "nodeType": "Block", - "src": "26508:150:34", - "statements": [ - { - "expression": { - "id": 11801, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11796, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11794, - "src": "26518:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11799, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11791, - "src": "26538:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11798, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "26531:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int120_$", - "typeString": "type(int120)" - }, - "typeName": { - "id": 11797, - "name": "int120", - "nodeType": "ElementaryTypeName", - "src": "26531:6:34", - "typeDescriptions": {} - } - }, - "id": 11800, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26531:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "src": "26518:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "id": 11802, - "nodeType": "ExpressionStatement", - "src": "26518:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11805, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11803, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11794, - "src": "26558:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11804, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11791, - "src": "26572:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "26558:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11812, - "nodeType": "IfStatement", - "src": "26554:98:34", - "trueBody": { - "id": 11811, - "nodeType": "Block", - "src": "26579:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313230", - "id": 11807, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "26630:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - "value": "120" - }, - { - "id": 11808, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11791, - "src": "26635:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_120_by_1", - "typeString": "int_const 120" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11806, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "26600:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11809, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "26600:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11810, - "nodeType": "RevertStatement", - "src": "26593:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11789, - "nodeType": "StructuredDocumentation", - "src": "26117:312:34", - "text": " @dev Returns the downcasted int120 from int256, reverting on\n overflow (when the input is less than smallest int120 or\n greater than largest int120).\n Counterpart to Solidity's `int120` operator.\n Requirements:\n - input must fit into 120 bits" - }, - "id": 11814, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt120", - "nameLocation": "26443:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11792, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11791, - "mutability": "mutable", - "name": "value", - "nameLocation": "26459:5:34", - "nodeType": "VariableDeclaration", - "scope": 11814, - "src": "26452:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11790, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "26452:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "26451:14:34" - }, - "returnParameters": { - "id": 11795, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11794, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "26496:10:34", - "nodeType": "VariableDeclaration", - "scope": 11814, - "src": "26489:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - }, - "typeName": { - "id": 11793, - "name": "int120", - "nodeType": "ElementaryTypeName", - "src": "26489:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int120", - "typeString": "int120" - } - }, - "visibility": "internal" - } - ], - "src": "26488:19:34" - }, - "scope": 12209, - "src": "26434:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11839, - "nodeType": "Block", - "src": "27055:150:34", - "statements": [ - { - "expression": { - "id": 11827, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11822, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11820, - "src": "27065:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11825, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11817, - "src": "27085:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11824, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27078:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int112_$", - "typeString": "type(int112)" - }, - "typeName": { - "id": 11823, - "name": "int112", - "nodeType": "ElementaryTypeName", - "src": "27078:6:34", - "typeDescriptions": {} - } - }, - "id": 11826, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27078:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "src": "27065:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "id": 11828, - "nodeType": "ExpressionStatement", - "src": "27065:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11831, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11829, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11820, - "src": "27105:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11830, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11817, - "src": "27119:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "27105:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11838, - "nodeType": "IfStatement", - "src": "27101:98:34", - "trueBody": { - "id": 11837, - "nodeType": "Block", - "src": "27126:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313132", - "id": 11833, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27177:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - "value": "112" - }, - { - "id": 11834, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11817, - "src": "27182:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_112_by_1", - "typeString": "int_const 112" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11832, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "27147:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11835, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27147:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11836, - "nodeType": "RevertStatement", - "src": "27140:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11815, - "nodeType": "StructuredDocumentation", - "src": "26664:312:34", - "text": " @dev Returns the downcasted int112 from int256, reverting on\n overflow (when the input is less than smallest int112 or\n greater than largest int112).\n Counterpart to Solidity's `int112` operator.\n Requirements:\n - input must fit into 112 bits" - }, - "id": 11840, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt112", - "nameLocation": "26990:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11818, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11817, - "mutability": "mutable", - "name": "value", - "nameLocation": "27006:5:34", - "nodeType": "VariableDeclaration", - "scope": 11840, - "src": "26999:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11816, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "26999:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "26998:14:34" - }, - "returnParameters": { - "id": 11821, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11820, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "27043:10:34", - "nodeType": "VariableDeclaration", - "scope": 11840, - "src": "27036:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - }, - "typeName": { - "id": 11819, - "name": "int112", - "nodeType": "ElementaryTypeName", - "src": "27036:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int112", - "typeString": "int112" - } - }, - "visibility": "internal" - } - ], - "src": "27035:19:34" - }, - "scope": 12209, - "src": "26981:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11865, - "nodeType": "Block", - "src": "27602:150:34", - "statements": [ - { - "expression": { - "id": 11853, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11848, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11846, - "src": "27612:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11851, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11843, - "src": "27632:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11850, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "27625:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int104_$", - "typeString": "type(int104)" - }, - "typeName": { - "id": 11849, - "name": "int104", - "nodeType": "ElementaryTypeName", - "src": "27625:6:34", - "typeDescriptions": {} - } - }, - "id": 11852, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27625:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "src": "27612:26:34", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "id": 11854, - "nodeType": "ExpressionStatement", - "src": "27612:26:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11857, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11855, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11846, - "src": "27652:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11856, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11843, - "src": "27666:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "27652:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11864, - "nodeType": "IfStatement", - "src": "27648:98:34", - "trueBody": { - "id": 11863, - "nodeType": "Block", - "src": "27673:73:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "313034", - "id": 11859, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "27724:3:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - "value": "104" - }, - { - "id": 11860, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11843, - "src": "27729:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_104_by_1", - "typeString": "int_const 104" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11858, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "27694:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11861, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "27694:41:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11862, - "nodeType": "RevertStatement", - "src": "27687:48:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11841, - "nodeType": "StructuredDocumentation", - "src": "27211:312:34", - "text": " @dev Returns the downcasted int104 from int256, reverting on\n overflow (when the input is less than smallest int104 or\n greater than largest int104).\n Counterpart to Solidity's `int104` operator.\n Requirements:\n - input must fit into 104 bits" - }, - "id": 11866, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt104", - "nameLocation": "27537:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11844, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11843, - "mutability": "mutable", - "name": "value", - "nameLocation": "27553:5:34", - "nodeType": "VariableDeclaration", - "scope": 11866, - "src": "27546:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11842, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "27546:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "27545:14:34" - }, - "returnParameters": { - "id": 11847, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11846, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "27590:10:34", - "nodeType": "VariableDeclaration", - "scope": 11866, - "src": "27583:17:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - }, - "typeName": { - "id": 11845, - "name": "int104", - "nodeType": "ElementaryTypeName", - "src": "27583:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int104", - "typeString": "int104" - } - }, - "visibility": "internal" - } - ], - "src": "27582:19:34" - }, - "scope": 12209, - "src": "27528:224:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11891, - "nodeType": "Block", - "src": "28142:148:34", - "statements": [ - { - "expression": { - "id": 11879, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11874, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11872, - "src": "28152:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11877, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11869, - "src": "28171:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11876, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28165:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int96_$", - "typeString": "type(int96)" - }, - "typeName": { - "id": 11875, - "name": "int96", - "nodeType": "ElementaryTypeName", - "src": "28165:5:34", - "typeDescriptions": {} - } - }, - "id": 11878, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28165:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "src": "28152:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "id": 11880, - "nodeType": "ExpressionStatement", - "src": "28152:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11883, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11881, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11872, - "src": "28191:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11882, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11869, - "src": "28205:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "28191:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11890, - "nodeType": "IfStatement", - "src": "28187:97:34", - "trueBody": { - "id": 11889, - "nodeType": "Block", - "src": "28212:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3936", - "id": 11885, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28263:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - "value": "96" - }, - { - "id": 11886, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11869, - "src": "28267:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_96_by_1", - "typeString": "int_const 96" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11884, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "28233:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11887, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28233:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11888, - "nodeType": "RevertStatement", - "src": "28226:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11867, - "nodeType": "StructuredDocumentation", - "src": "27758:307:34", - "text": " @dev Returns the downcasted int96 from int256, reverting on\n overflow (when the input is less than smallest int96 or\n greater than largest int96).\n Counterpart to Solidity's `int96` operator.\n Requirements:\n - input must fit into 96 bits" - }, - "id": 11892, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt96", - "nameLocation": "28079:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11870, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11869, - "mutability": "mutable", - "name": "value", - "nameLocation": "28094:5:34", - "nodeType": "VariableDeclaration", - "scope": 11892, - "src": "28087:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11868, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "28087:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "28086:14:34" - }, - "returnParameters": { - "id": 11873, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11872, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "28130:10:34", - "nodeType": "VariableDeclaration", - "scope": 11892, - "src": "28124:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - }, - "typeName": { - "id": 11871, - "name": "int96", - "nodeType": "ElementaryTypeName", - "src": "28124:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int96", - "typeString": "int96" - } - }, - "visibility": "internal" - } - ], - "src": "28123:18:34" - }, - "scope": 12209, - "src": "28070:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11917, - "nodeType": "Block", - "src": "28680:148:34", - "statements": [ - { - "expression": { - "id": 11905, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11900, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11898, - "src": "28690:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11903, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11895, - "src": "28709:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11902, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "28703:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int88_$", - "typeString": "type(int88)" - }, - "typeName": { - "id": 11901, - "name": "int88", - "nodeType": "ElementaryTypeName", - "src": "28703:5:34", - "typeDescriptions": {} - } - }, - "id": 11904, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28703:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "src": "28690:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "id": 11906, - "nodeType": "ExpressionStatement", - "src": "28690:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11909, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11907, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11898, - "src": "28729:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11908, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11895, - "src": "28743:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "28729:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11916, - "nodeType": "IfStatement", - "src": "28725:97:34", - "trueBody": { - "id": 11915, - "nodeType": "Block", - "src": "28750:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3838", - "id": 11911, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "28801:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - "value": "88" - }, - { - "id": 11912, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11895, - "src": "28805:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_88_by_1", - "typeString": "int_const 88" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11910, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "28771:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11913, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "28771:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11914, - "nodeType": "RevertStatement", - "src": "28764:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11893, - "nodeType": "StructuredDocumentation", - "src": "28296:307:34", - "text": " @dev Returns the downcasted int88 from int256, reverting on\n overflow (when the input is less than smallest int88 or\n greater than largest int88).\n Counterpart to Solidity's `int88` operator.\n Requirements:\n - input must fit into 88 bits" - }, - "id": 11918, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt88", - "nameLocation": "28617:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11896, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11895, - "mutability": "mutable", - "name": "value", - "nameLocation": "28632:5:34", - "nodeType": "VariableDeclaration", - "scope": 11918, - "src": "28625:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11894, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "28625:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "28624:14:34" - }, - "returnParameters": { - "id": 11899, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11898, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "28668:10:34", - "nodeType": "VariableDeclaration", - "scope": 11918, - "src": "28662:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - }, - "typeName": { - "id": 11897, - "name": "int88", - "nodeType": "ElementaryTypeName", - "src": "28662:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int88", - "typeString": "int88" - } - }, - "visibility": "internal" - } - ], - "src": "28661:18:34" - }, - "scope": 12209, - "src": "28608:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11943, - "nodeType": "Block", - "src": "29218:148:34", - "statements": [ - { - "expression": { - "id": 11931, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11926, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11924, - "src": "29228:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11929, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11921, - "src": "29247:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11928, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29241:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int80_$", - "typeString": "type(int80)" - }, - "typeName": { - "id": 11927, - "name": "int80", - "nodeType": "ElementaryTypeName", - "src": "29241:5:34", - "typeDescriptions": {} - } - }, - "id": 11930, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29241:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "src": "29228:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "id": 11932, - "nodeType": "ExpressionStatement", - "src": "29228:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11935, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11933, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11924, - "src": "29267:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11934, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11921, - "src": "29281:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "29267:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11942, - "nodeType": "IfStatement", - "src": "29263:97:34", - "trueBody": { - "id": 11941, - "nodeType": "Block", - "src": "29288:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3830", - "id": 11937, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29339:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - "value": "80" - }, - { - "id": 11938, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11921, - "src": "29343:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_80_by_1", - "typeString": "int_const 80" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11936, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "29309:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11939, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29309:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11940, - "nodeType": "RevertStatement", - "src": "29302:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11919, - "nodeType": "StructuredDocumentation", - "src": "28834:307:34", - "text": " @dev Returns the downcasted int80 from int256, reverting on\n overflow (when the input is less than smallest int80 or\n greater than largest int80).\n Counterpart to Solidity's `int80` operator.\n Requirements:\n - input must fit into 80 bits" - }, - "id": 11944, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt80", - "nameLocation": "29155:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11922, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11921, - "mutability": "mutable", - "name": "value", - "nameLocation": "29170:5:34", - "nodeType": "VariableDeclaration", - "scope": 11944, - "src": "29163:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11920, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "29163:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "29162:14:34" - }, - "returnParameters": { - "id": 11925, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11924, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "29206:10:34", - "nodeType": "VariableDeclaration", - "scope": 11944, - "src": "29200:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - }, - "typeName": { - "id": 11923, - "name": "int80", - "nodeType": "ElementaryTypeName", - "src": "29200:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int80", - "typeString": "int80" - } - }, - "visibility": "internal" - } - ], - "src": "29199:18:34" - }, - "scope": 12209, - "src": "29146:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11969, - "nodeType": "Block", - "src": "29756:148:34", - "statements": [ - { - "expression": { - "id": 11957, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11952, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11950, - "src": "29766:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11955, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11947, - "src": "29785:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11954, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "29779:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int72_$", - "typeString": "type(int72)" - }, - "typeName": { - "id": 11953, - "name": "int72", - "nodeType": "ElementaryTypeName", - "src": "29779:5:34", - "typeDescriptions": {} - } - }, - "id": 11956, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29779:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "src": "29766:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "id": 11958, - "nodeType": "ExpressionStatement", - "src": "29766:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11961, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11959, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11950, - "src": "29805:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11960, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11947, - "src": "29819:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "29805:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11968, - "nodeType": "IfStatement", - "src": "29801:97:34", - "trueBody": { - "id": 11967, - "nodeType": "Block", - "src": "29826:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3732", - "id": 11963, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "29877:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - "value": "72" - }, - { - "id": 11964, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11947, - "src": "29881:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_72_by_1", - "typeString": "int_const 72" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11962, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "29847:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11965, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "29847:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11966, - "nodeType": "RevertStatement", - "src": "29840:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11945, - "nodeType": "StructuredDocumentation", - "src": "29372:307:34", - "text": " @dev Returns the downcasted int72 from int256, reverting on\n overflow (when the input is less than smallest int72 or\n greater than largest int72).\n Counterpart to Solidity's `int72` operator.\n Requirements:\n - input must fit into 72 bits" - }, - "id": 11970, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt72", - "nameLocation": "29693:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11948, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11947, - "mutability": "mutable", - "name": "value", - "nameLocation": "29708:5:34", - "nodeType": "VariableDeclaration", - "scope": 11970, - "src": "29701:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11946, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "29701:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "29700:14:34" - }, - "returnParameters": { - "id": 11951, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11950, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "29744:10:34", - "nodeType": "VariableDeclaration", - "scope": 11970, - "src": "29738:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - }, - "typeName": { - "id": 11949, - "name": "int72", - "nodeType": "ElementaryTypeName", - "src": "29738:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int72", - "typeString": "int72" - } - }, - "visibility": "internal" - } - ], - "src": "29737:18:34" - }, - "scope": 12209, - "src": "29684:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 11995, - "nodeType": "Block", - "src": "30294:148:34", - "statements": [ - { - "expression": { - "id": 11983, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 11978, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11976, - "src": "30304:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 11981, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11973, - "src": "30323:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11980, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30317:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int64_$", - "typeString": "type(int64)" - }, - "typeName": { - "id": 11979, - "name": "int64", - "nodeType": "ElementaryTypeName", - "src": "30317:5:34", - "typeDescriptions": {} - } - }, - "id": 11982, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30317:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "src": "30304:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "id": 11984, - "nodeType": "ExpressionStatement", - "src": "30304:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 11987, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 11985, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11976, - "src": "30343:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 11986, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11973, - "src": "30357:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "30343:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 11994, - "nodeType": "IfStatement", - "src": "30339:97:34", - "trueBody": { - "id": 11993, - "nodeType": "Block", - "src": "30364:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3634", - "id": 11989, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30415:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - { - "id": 11990, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11973, - "src": "30419:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 11988, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "30385:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 11991, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30385:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 11992, - "nodeType": "RevertStatement", - "src": "30378:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11971, - "nodeType": "StructuredDocumentation", - "src": "29910:307:34", - "text": " @dev Returns the downcasted int64 from int256, reverting on\n overflow (when the input is less than smallest int64 or\n greater than largest int64).\n Counterpart to Solidity's `int64` operator.\n Requirements:\n - input must fit into 64 bits" - }, - "id": 11996, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt64", - "nameLocation": "30231:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 11974, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11973, - "mutability": "mutable", - "name": "value", - "nameLocation": "30246:5:34", - "nodeType": "VariableDeclaration", - "scope": 11996, - "src": "30239:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11972, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "30239:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "30238:14:34" - }, - "returnParameters": { - "id": 11977, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11976, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "30282:10:34", - "nodeType": "VariableDeclaration", - "scope": 11996, - "src": "30276:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - }, - "typeName": { - "id": 11975, - "name": "int64", - "nodeType": "ElementaryTypeName", - "src": "30276:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int64", - "typeString": "int64" - } - }, - "visibility": "internal" - } - ], - "src": "30275:18:34" - }, - "scope": 12209, - "src": "30222:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12021, - "nodeType": "Block", - "src": "30832:148:34", - "statements": [ - { - "expression": { - "id": 12009, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12004, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12002, - "src": "30842:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12007, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11999, - "src": "30861:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12006, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "30855:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int56_$", - "typeString": "type(int56)" - }, - "typeName": { - "id": 12005, - "name": "int56", - "nodeType": "ElementaryTypeName", - "src": "30855:5:34", - "typeDescriptions": {} - } - }, - "id": 12008, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30855:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "src": "30842:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "id": 12010, - "nodeType": "ExpressionStatement", - "src": "30842:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12013, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12011, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12002, - "src": "30881:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12012, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11999, - "src": "30895:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "30881:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12020, - "nodeType": "IfStatement", - "src": "30877:97:34", - "trueBody": { - "id": 12019, - "nodeType": "Block", - "src": "30902:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3536", - "id": 12015, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "30953:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - "value": "56" - }, - { - "id": 12016, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 11999, - "src": "30957:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_56_by_1", - "typeString": "int_const 56" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12014, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "30923:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12017, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "30923:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12018, - "nodeType": "RevertStatement", - "src": "30916:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 11997, - "nodeType": "StructuredDocumentation", - "src": "30448:307:34", - "text": " @dev Returns the downcasted int56 from int256, reverting on\n overflow (when the input is less than smallest int56 or\n greater than largest int56).\n Counterpart to Solidity's `int56` operator.\n Requirements:\n - input must fit into 56 bits" - }, - "id": 12022, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt56", - "nameLocation": "30769:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12000, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 11999, - "mutability": "mutable", - "name": "value", - "nameLocation": "30784:5:34", - "nodeType": "VariableDeclaration", - "scope": 12022, - "src": "30777:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 11998, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "30777:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "30776:14:34" - }, - "returnParameters": { - "id": 12003, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12002, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "30820:10:34", - "nodeType": "VariableDeclaration", - "scope": 12022, - "src": "30814:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - }, - "typeName": { - "id": 12001, - "name": "int56", - "nodeType": "ElementaryTypeName", - "src": "30814:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int56", - "typeString": "int56" - } - }, - "visibility": "internal" - } - ], - "src": "30813:18:34" - }, - "scope": 12209, - "src": "30760:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12047, - "nodeType": "Block", - "src": "31370:148:34", - "statements": [ - { - "expression": { - "id": 12035, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12030, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12028, - "src": "31380:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12033, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12025, - "src": "31399:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12032, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31393:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int48_$", - "typeString": "type(int48)" - }, - "typeName": { - "id": 12031, - "name": "int48", - "nodeType": "ElementaryTypeName", - "src": "31393:5:34", - "typeDescriptions": {} - } - }, - "id": 12034, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31393:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "src": "31380:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "id": 12036, - "nodeType": "ExpressionStatement", - "src": "31380:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12039, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12037, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12028, - "src": "31419:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12038, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12025, - "src": "31433:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "31419:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12046, - "nodeType": "IfStatement", - "src": "31415:97:34", - "trueBody": { - "id": 12045, - "nodeType": "Block", - "src": "31440:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3438", - "id": 12041, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "31491:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - "value": "48" - }, - { - "id": 12042, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12025, - "src": "31495:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_48_by_1", - "typeString": "int_const 48" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12040, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "31461:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12043, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31461:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12044, - "nodeType": "RevertStatement", - "src": "31454:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12023, - "nodeType": "StructuredDocumentation", - "src": "30986:307:34", - "text": " @dev Returns the downcasted int48 from int256, reverting on\n overflow (when the input is less than smallest int48 or\n greater than largest int48).\n Counterpart to Solidity's `int48` operator.\n Requirements:\n - input must fit into 48 bits" - }, - "id": 12048, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt48", - "nameLocation": "31307:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12026, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12025, - "mutability": "mutable", - "name": "value", - "nameLocation": "31322:5:34", - "nodeType": "VariableDeclaration", - "scope": 12048, - "src": "31315:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12024, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "31315:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "31314:14:34" - }, - "returnParameters": { - "id": 12029, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12028, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "31358:10:34", - "nodeType": "VariableDeclaration", - "scope": 12048, - "src": "31352:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - }, - "typeName": { - "id": 12027, - "name": "int48", - "nodeType": "ElementaryTypeName", - "src": "31352:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int48", - "typeString": "int48" - } - }, - "visibility": "internal" - } - ], - "src": "31351:18:34" - }, - "scope": 12209, - "src": "31298:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12073, - "nodeType": "Block", - "src": "31908:148:34", - "statements": [ - { - "expression": { - "id": 12061, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12056, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12054, - "src": "31918:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12059, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12051, - "src": "31937:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12058, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "31931:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int40_$", - "typeString": "type(int40)" - }, - "typeName": { - "id": 12057, - "name": "int40", - "nodeType": "ElementaryTypeName", - "src": "31931:5:34", - "typeDescriptions": {} - } - }, - "id": 12060, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31931:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "src": "31918:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "id": 12062, - "nodeType": "ExpressionStatement", - "src": "31918:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12065, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12063, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12054, - "src": "31957:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12064, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12051, - "src": "31971:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "31957:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12072, - "nodeType": "IfStatement", - "src": "31953:97:34", - "trueBody": { - "id": 12071, - "nodeType": "Block", - "src": "31978:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3430", - "id": 12067, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32029:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - "value": "40" - }, - { - "id": 12068, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12051, - "src": "32033:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_40_by_1", - "typeString": "int_const 40" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12066, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "31999:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12069, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "31999:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12070, - "nodeType": "RevertStatement", - "src": "31992:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12049, - "nodeType": "StructuredDocumentation", - "src": "31524:307:34", - "text": " @dev Returns the downcasted int40 from int256, reverting on\n overflow (when the input is less than smallest int40 or\n greater than largest int40).\n Counterpart to Solidity's `int40` operator.\n Requirements:\n - input must fit into 40 bits" - }, - "id": 12074, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt40", - "nameLocation": "31845:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12052, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12051, - "mutability": "mutable", - "name": "value", - "nameLocation": "31860:5:34", - "nodeType": "VariableDeclaration", - "scope": 12074, - "src": "31853:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12050, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "31853:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "31852:14:34" - }, - "returnParameters": { - "id": 12055, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12054, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "31896:10:34", - "nodeType": "VariableDeclaration", - "scope": 12074, - "src": "31890:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - }, - "typeName": { - "id": 12053, - "name": "int40", - "nodeType": "ElementaryTypeName", - "src": "31890:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int40", - "typeString": "int40" - } - }, - "visibility": "internal" - } - ], - "src": "31889:18:34" - }, - "scope": 12209, - "src": "31836:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12099, - "nodeType": "Block", - "src": "32446:148:34", - "statements": [ - { - "expression": { - "id": 12087, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12082, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12080, - "src": "32456:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12085, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12077, - "src": "32475:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12084, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "32469:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int32_$", - "typeString": "type(int32)" - }, - "typeName": { - "id": 12083, - "name": "int32", - "nodeType": "ElementaryTypeName", - "src": "32469:5:34", - "typeDescriptions": {} - } - }, - "id": 12086, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32469:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "src": "32456:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "id": 12088, - "nodeType": "ExpressionStatement", - "src": "32456:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12091, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12089, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12080, - "src": "32495:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12090, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12077, - "src": "32509:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "32495:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12098, - "nodeType": "IfStatement", - "src": "32491:97:34", - "trueBody": { - "id": 12097, - "nodeType": "Block", - "src": "32516:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3332", - "id": 12093, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "32567:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - { - "id": 12094, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12077, - "src": "32571:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12092, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "32537:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12095, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "32537:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12096, - "nodeType": "RevertStatement", - "src": "32530:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12075, - "nodeType": "StructuredDocumentation", - "src": "32062:307:34", - "text": " @dev Returns the downcasted int32 from int256, reverting on\n overflow (when the input is less than smallest int32 or\n greater than largest int32).\n Counterpart to Solidity's `int32` operator.\n Requirements:\n - input must fit into 32 bits" - }, - "id": 12100, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt32", - "nameLocation": "32383:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12078, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12077, - "mutability": "mutable", - "name": "value", - "nameLocation": "32398:5:34", - "nodeType": "VariableDeclaration", - "scope": 12100, - "src": "32391:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12076, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "32391:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "32390:14:34" - }, - "returnParameters": { - "id": 12081, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12080, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "32434:10:34", - "nodeType": "VariableDeclaration", - "scope": 12100, - "src": "32428:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - }, - "typeName": { - "id": 12079, - "name": "int32", - "nodeType": "ElementaryTypeName", - "src": "32428:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int32", - "typeString": "int32" - } - }, - "visibility": "internal" - } - ], - "src": "32427:18:34" - }, - "scope": 12209, - "src": "32374:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12125, - "nodeType": "Block", - "src": "32984:148:34", - "statements": [ - { - "expression": { - "id": 12113, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12108, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12106, - "src": "32994:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12111, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12103, - "src": "33013:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12110, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "33007:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int24_$", - "typeString": "type(int24)" - }, - "typeName": { - "id": 12109, - "name": "int24", - "nodeType": "ElementaryTypeName", - "src": "33007:5:34", - "typeDescriptions": {} - } - }, - "id": 12112, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33007:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "src": "32994:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "id": 12114, - "nodeType": "ExpressionStatement", - "src": "32994:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12117, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12115, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12106, - "src": "33033:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12116, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12103, - "src": "33047:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "33033:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12124, - "nodeType": "IfStatement", - "src": "33029:97:34", - "trueBody": { - "id": 12123, - "nodeType": "Block", - "src": "33054:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3234", - "id": 12119, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "33105:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - "value": "24" - }, - { - "id": 12120, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12103, - "src": "33109:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_24_by_1", - "typeString": "int_const 24" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12118, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "33075:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12121, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33075:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12122, - "nodeType": "RevertStatement", - "src": "33068:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12101, - "nodeType": "StructuredDocumentation", - "src": "32600:307:34", - "text": " @dev Returns the downcasted int24 from int256, reverting on\n overflow (when the input is less than smallest int24 or\n greater than largest int24).\n Counterpart to Solidity's `int24` operator.\n Requirements:\n - input must fit into 24 bits" - }, - "id": 12126, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt24", - "nameLocation": "32921:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12104, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12103, - "mutability": "mutable", - "name": "value", - "nameLocation": "32936:5:34", - "nodeType": "VariableDeclaration", - "scope": 12126, - "src": "32929:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12102, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "32929:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "32928:14:34" - }, - "returnParameters": { - "id": 12107, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12106, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "32972:10:34", - "nodeType": "VariableDeclaration", - "scope": 12126, - "src": "32966:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - }, - "typeName": { - "id": 12105, - "name": "int24", - "nodeType": "ElementaryTypeName", - "src": "32966:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int24", - "typeString": "int24" - } - }, - "visibility": "internal" - } - ], - "src": "32965:18:34" - }, - "scope": 12209, - "src": "32912:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12151, - "nodeType": "Block", - "src": "33522:148:34", - "statements": [ - { - "expression": { - "id": 12139, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12134, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12132, - "src": "33532:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12137, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12129, - "src": "33551:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12136, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "33545:5:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int16_$", - "typeString": "type(int16)" - }, - "typeName": { - "id": 12135, - "name": "int16", - "nodeType": "ElementaryTypeName", - "src": "33545:5:34", - "typeDescriptions": {} - } - }, - "id": 12138, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33545:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "src": "33532:25:34", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "id": 12140, - "nodeType": "ExpressionStatement", - "src": "33532:25:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12143, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12141, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12132, - "src": "33571:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12142, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12129, - "src": "33585:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "33571:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12150, - "nodeType": "IfStatement", - "src": "33567:97:34", - "trueBody": { - "id": 12149, - "nodeType": "Block", - "src": "33592:72:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "3136", - "id": 12145, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "33643:2:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - "value": "16" - }, - { - "id": 12146, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12129, - "src": "33647:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_16_by_1", - "typeString": "int_const 16" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12144, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "33613:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12147, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "33613:40:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12148, - "nodeType": "RevertStatement", - "src": "33606:47:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12127, - "nodeType": "StructuredDocumentation", - "src": "33138:307:34", - "text": " @dev Returns the downcasted int16 from int256, reverting on\n overflow (when the input is less than smallest int16 or\n greater than largest int16).\n Counterpart to Solidity's `int16` operator.\n Requirements:\n - input must fit into 16 bits" - }, - "id": 12152, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt16", - "nameLocation": "33459:7:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12130, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12129, - "mutability": "mutable", - "name": "value", - "nameLocation": "33474:5:34", - "nodeType": "VariableDeclaration", - "scope": 12152, - "src": "33467:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12128, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "33467:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "33466:14:34" - }, - "returnParameters": { - "id": 12133, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12132, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "33510:10:34", - "nodeType": "VariableDeclaration", - "scope": 12152, - "src": "33504:16:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - }, - "typeName": { - "id": 12131, - "name": "int16", - "nodeType": "ElementaryTypeName", - "src": "33504:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int16", - "typeString": "int16" - } - }, - "visibility": "internal" - } - ], - "src": "33503:18:34" - }, - "scope": 12209, - "src": "33450:220:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12177, - "nodeType": "Block", - "src": "34053:146:34", - "statements": [ - { - "expression": { - "id": 12165, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12160, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12158, - "src": "34063:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12163, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12155, - "src": "34081:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12162, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34076:4:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int8_$", - "typeString": "type(int8)" - }, - "typeName": { - "id": 12161, - "name": "int8", - "nodeType": "ElementaryTypeName", - "src": "34076:4:34", - "typeDescriptions": {} - } - }, - "id": 12164, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34076:11:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "src": "34063:24:34", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "id": 12166, - "nodeType": "ExpressionStatement", - "src": "34063:24:34" - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12169, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12167, - "name": "downcasted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12158, - "src": "34101:10:34", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "id": 12168, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12155, - "src": "34115:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "34101:19:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12176, - "nodeType": "IfStatement", - "src": "34097:96:34", - "trueBody": { - "id": 12175, - "nodeType": "Block", - "src": "34122:71:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "hexValue": "38", - "id": 12171, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "34173:1:34", - "typeDescriptions": { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - "value": "8" - }, - { - "id": 12172, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12155, - "src": "34176:5:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_8_by_1", - "typeString": "int_const 8" - }, - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12170, - "name": "SafeCastOverflowedIntDowncast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10476, - "src": "34143:29:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint8_$_t_int256_$returns$_t_error_$", - "typeString": "function (uint8,int256) pure returns (error)" - } - }, - "id": 12173, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34143:39:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12174, - "nodeType": "RevertStatement", - "src": "34136:46:34" - } - ] - } - } - ] - }, - "documentation": { - "id": 12153, - "nodeType": "StructuredDocumentation", - "src": "33676:302:34", - "text": " @dev Returns the downcasted int8 from int256, reverting on\n overflow (when the input is less than smallest int8 or\n greater than largest int8).\n Counterpart to Solidity's `int8` operator.\n Requirements:\n - input must fit into 8 bits" - }, - "id": 12178, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt8", - "nameLocation": "33992:6:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12156, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12155, - "mutability": "mutable", - "name": "value", - "nameLocation": "34006:5:34", - "nodeType": "VariableDeclaration", - "scope": 12178, - "src": "33999:12:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12154, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "33999:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "33998:14:34" - }, - "returnParameters": { - "id": 12159, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12158, - "mutability": "mutable", - "name": "downcasted", - "nameLocation": "34041:10:34", - "nodeType": "VariableDeclaration", - "scope": 12178, - "src": "34036:15:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - }, - "typeName": { - "id": 12157, - "name": "int8", - "nodeType": "ElementaryTypeName", - "src": "34036:4:34", - "typeDescriptions": { - "typeIdentifier": "t_int8", - "typeString": "int8" - } - }, - "visibility": "internal" - } - ], - "src": "34035:17:34" - }, - "scope": 12209, - "src": "33983:216:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12207, - "nodeType": "Block", - "src": "34439:250:34", - "statements": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 12195, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12186, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12181, - "src": "34552:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "arguments": [ - { - "expression": { - "arguments": [ - { - "id": 12191, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34573:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 12190, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34573:6:34", - "typeDescriptions": {} - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - } - ], - "id": 12189, - "name": "type", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -27, - "src": "34568:4:34", - "typeDescriptions": { - "typeIdentifier": "t_function_metatype_pure$__$returns$__$", - "typeString": "function () pure" - } - }, - "id": 12192, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34568:12:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_magic_meta_type_t_int256", - "typeString": "type(int256)" - } - }, - "id": 12193, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "34581:3:34", - "memberName": "max", - "nodeType": "MemberAccess", - "src": "34568:16:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12188, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34560:7:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 12187, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "34560:7:34", - "typeDescriptions": {} - } - }, - "id": 12194, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34560:25:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "34552:33:34", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12201, - "nodeType": "IfStatement", - "src": "34548:105:34", - "trueBody": { - "id": 12200, - "nodeType": "Block", - "src": "34587:66:34", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 12197, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12181, - "src": "34636:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12196, - "name": "SafeCastOverflowedUintToInt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10481, - "src": "34608:27:34", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_uint256_$returns$_t_error_$", - "typeString": "function (uint256) pure returns (error)" - } - }, - "id": 12198, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34608:34:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 12199, - "nodeType": "RevertStatement", - "src": "34601:41:34" - } - ] - } - }, - { - "expression": { - "arguments": [ - { - "id": 12204, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12181, - "src": "34676:5:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12203, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "34669:6:34", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 12202, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34669:6:34", - "typeDescriptions": {} - } - }, - "id": 12205, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "34669:13:34", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "functionReturnParameters": 12185, - "id": 12206, - "nodeType": "Return", - "src": "34662:20:34" - } - ] - }, - "documentation": { - "id": 12179, - "nodeType": "StructuredDocumentation", - "src": "34205:165:34", - "text": " @dev Converts an unsigned uint256 into a signed int256.\n Requirements:\n - input must be less than or equal to maxInt256." - }, - "id": 12208, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toInt256", - "nameLocation": "34384:8:34", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12182, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12181, - "mutability": "mutable", - "name": "value", - "nameLocation": "34401:5:34", - "nodeType": "VariableDeclaration", - "scope": 12208, - "src": "34393:13:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12180, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "34393:7:34", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "34392:15:34" - }, - "returnParameters": { - "id": 12185, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12184, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12208, - "src": "34431:6:34", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12183, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "34431:6:34", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "34430:8:34" - }, - "scope": 12209, - "src": "34375:314:34", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 12210, - "src": "764:33927:34", - "usedErrors": [ - 10464, - 10469, - 10476, - 10481 - ], - "usedEvents": [] - } - ], - "src": "192:34500:34" - }, - "id": 34 - }, - "@openzeppelin/contracts/utils/math/SignedMath.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/math/SignedMath.sol", - "exportedSymbols": { - "SignedMath": [ - 12314 - ] - }, - "id": 12315, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 12211, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "109:24:35" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "SignedMath", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 12212, - "nodeType": "StructuredDocumentation", - "src": "135:80:35", - "text": " @dev Standard signed math utilities missing in the Solidity language." - }, - "fullyImplemented": true, - "id": 12314, - "linearizedBaseContracts": [ - 12314 - ], - "name": "SignedMath", - "nameLocation": "224:10:35", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 12229, - "nodeType": "Block", - "src": "376:37:35", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12224, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12222, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12215, - "src": "393:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 12223, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12217, - "src": "397:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "393:5:35", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 12226, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12217, - "src": "405:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "id": 12227, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "393:13:35", - "trueExpression": { - "id": 12225, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12215, - "src": "401:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "functionReturnParameters": 12221, - "id": 12228, - "nodeType": "Return", - "src": "386:20:35" - } - ] - }, - "documentation": { - "id": 12213, - "nodeType": "StructuredDocumentation", - "src": "241:66:35", - "text": " @dev Returns the largest of two signed numbers." - }, - "id": 12230, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "max", - "nameLocation": "321:3:35", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12218, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12215, - "mutability": "mutable", - "name": "a", - "nameLocation": "332:1:35", - "nodeType": "VariableDeclaration", - "scope": 12230, - "src": "325:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12214, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "325:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12217, - "mutability": "mutable", - "name": "b", - "nameLocation": "342:1:35", - "nodeType": "VariableDeclaration", - "scope": 12230, - "src": "335:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12216, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "335:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "324:20:35" - }, - "returnParameters": { - "id": 12221, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12220, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12230, - "src": "368:6:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12219, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "368:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "367:8:35" - }, - "scope": 12314, - "src": "312:101:35", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12247, - "nodeType": "Block", - "src": "555:37:35", - "statements": [ - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12242, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12240, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12233, - "src": "572:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 12241, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12235, - "src": "576:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "572:5:35", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 12244, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12235, - "src": "584:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "id": 12245, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "572:13:35", - "trueExpression": { - "id": 12243, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12233, - "src": "580:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "functionReturnParameters": 12239, - "id": 12246, - "nodeType": "Return", - "src": "565:20:35" - } - ] - }, - "documentation": { - "id": 12231, - "nodeType": "StructuredDocumentation", - "src": "419:67:35", - "text": " @dev Returns the smallest of two signed numbers." - }, - "id": 12248, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "min", - "nameLocation": "500:3:35", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12236, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12233, - "mutability": "mutable", - "name": "a", - "nameLocation": "511:1:35", - "nodeType": "VariableDeclaration", - "scope": 12248, - "src": "504:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12232, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "504:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12235, - "mutability": "mutable", - "name": "b", - "nameLocation": "521:1:35", - "nodeType": "VariableDeclaration", - "scope": 12248, - "src": "514:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12234, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "514:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "503:20:35" - }, - "returnParameters": { - "id": 12239, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12238, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12248, - "src": "547:6:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12237, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "547:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "546:8:35" - }, - "scope": 12314, - "src": "491:101:35", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12291, - "nodeType": "Block", - "src": "797:162:35", - "statements": [ - { - "assignments": [ - 12259 - ], - "declarations": [ - { - "constant": false, - "id": 12259, - "mutability": "mutable", - "name": "x", - "nameLocation": "866:1:35", - "nodeType": "VariableDeclaration", - "scope": 12291, - "src": "859:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12258, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "859:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "id": 12272, - "initialValue": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12271, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12262, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12260, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12251, - "src": "871:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "id": 12261, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12253, - "src": "875:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "871:5:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 12263, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "870:7:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12269, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12266, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12264, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12251, - "src": "882:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "id": 12265, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12253, - "src": "886:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "882:5:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 12267, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "881:7:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "31", - "id": 12268, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "892:1:35", - "typeDescriptions": { - "typeIdentifier": "t_rational_1_by_1", - "typeString": "int_const 1" - }, - "value": "1" - }, - "src": "881:12:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 12270, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "880:14:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "870:24:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "859:35:35" - }, - { - "expression": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12289, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12273, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12259, - "src": "911:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12287, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 12281, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 12278, - "name": "x", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12259, - "src": "931:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12277, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "923:7:35", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 12276, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "923:7:35", - "typeDescriptions": {} - } - }, - "id": 12279, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "923:10:35", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "323535", - "id": 12280, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "937:3:35", - "typeDescriptions": { - "typeIdentifier": "t_rational_255_by_1", - "typeString": "int_const 255" - }, - "value": "255" - }, - "src": "923:17:35", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12275, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "916:6:35", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_int256_$", - "typeString": "type(int256)" - }, - "typeName": { - "id": 12274, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "916:6:35", - "typeDescriptions": {} - } - }, - "id": 12282, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "916:25:35", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "&", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12285, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12283, - "name": "a", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12251, - "src": "945:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": "^", - "rightExpression": { - "id": 12284, - "name": "b", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12253, - "src": "949:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "945:5:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 12286, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "944:7:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "916:35:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "id": 12288, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "915:37:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "src": "911:41:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "functionReturnParameters": 12257, - "id": 12290, - "nodeType": "Return", - "src": "904:48:35" - } - ] - }, - "documentation": { - "id": 12249, - "nodeType": "StructuredDocumentation", - "src": "598:126:35", - "text": " @dev Returns the average of two signed numbers without overflow.\n The result is rounded towards zero." - }, - "id": 12292, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "average", - "nameLocation": "738:7:35", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12254, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12251, - "mutability": "mutable", - "name": "a", - "nameLocation": "753:1:35", - "nodeType": "VariableDeclaration", - "scope": 12292, - "src": "746:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12250, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "746:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12253, - "mutability": "mutable", - "name": "b", - "nameLocation": "763:1:35", - "nodeType": "VariableDeclaration", - "scope": 12292, - "src": "756:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12252, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "756:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "745:20:35" - }, - "returnParameters": { - "id": 12257, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12256, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12292, - "src": "789:6:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12255, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "789:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "788:8:35" - }, - "scope": 12314, - "src": "729:230:35", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12312, - "nodeType": "Block", - "src": "1103:158:35", - "statements": [ - { - "id": 12311, - "nodeType": "UncheckedBlock", - "src": "1113:142:35", - "statements": [ - { - "expression": { - "arguments": [ - { - "condition": { - "commonType": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "id": 12304, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12302, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12295, - "src": "1228:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "nodeType": "BinaryOperation", - "operator": ">=", - "rightExpression": { - "hexValue": "30", - "id": 12303, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1233:1:35", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "src": "1228:6:35", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "id": 12307, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "-", - "prefix": true, - "src": "1241:2:35", - "subExpression": { - "id": 12306, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12295, - "src": "1242:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "id": 12308, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "1228:15:35", - "trueExpression": { - "id": 12305, - "name": "n", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12295, - "src": "1237:1:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - ], - "id": 12301, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "1220:7:35", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint256_$", - "typeString": "type(uint256)" - }, - "typeName": { - "id": 12300, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1220:7:35", - "typeDescriptions": {} - } - }, - "id": 12309, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1220:24:35", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 12299, - "id": 12310, - "nodeType": "Return", - "src": "1213:31:35" - } - ] - } - ] - }, - "documentation": { - "id": 12293, - "nodeType": "StructuredDocumentation", - "src": "965:78:35", - "text": " @dev Returns the absolute unsigned value of a signed value." - }, - "id": 12313, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "abs", - "nameLocation": "1057:3:35", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12296, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12295, - "mutability": "mutable", - "name": "n", - "nameLocation": "1068:1:35", - "nodeType": "VariableDeclaration", - "scope": 12313, - "src": "1061:8:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - }, - "typeName": { - "id": 12294, - "name": "int256", - "nodeType": "ElementaryTypeName", - "src": "1061:6:35", - "typeDescriptions": { - "typeIdentifier": "t_int256", - "typeString": "int256" - } - }, - "visibility": "internal" - } - ], - "src": "1060:10:35" - }, - "returnParameters": { - "id": 12299, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12298, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12313, - "src": "1094:7:35", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12297, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1094:7:35", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1093:9:35" - }, - "scope": 12314, - "src": "1048:213:35", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 12315, - "src": "216:1047:35", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "109:1155:35" - }, - "id": 35 - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "ast": { - "absolutePath": "@openzeppelin/contracts/utils/types/Time.sol", - "exportedSymbols": { - "Math": [ - 10454 - ], - "SafeCast": [ - 12209 - ], - "Time": [ - 12589 - ] - }, - "id": 12590, - "license": "MIT", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 12316, - "literals": [ - "solidity", - "^", - "0.8", - ".20" - ], - "nodeType": "PragmaDirective", - "src": "104:24:36" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/Math.sol", - "file": "../math/Math.sol", - "id": 12318, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 12590, - "sourceUnit": 10455, - "src": "130:38:36", - "symbolAliases": [ - { - "foreign": { - "id": 12317, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "138:4:36", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/math/SafeCast.sol", - "file": "../math/SafeCast.sol", - "id": 12320, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 12590, - "sourceUnit": 12210, - "src": "169:46:36", - "symbolAliases": [ - { - "foreign": { - "id": 12319, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12209, - "src": "177:8:36", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "Time", - "contractDependencies": [], - "contractKind": "library", - "documentation": { - "id": 12321, - "nodeType": "StructuredDocumentation", - "src": "217:422:36", - "text": " @dev This library provides helpers for manipulating time-related objects.\n It uses the following types:\n - `uint48` for timepoints\n - `uint32` for durations\n While the library doesn't provide specific types for timepoints and duration, it does provide:\n - a `Delay` type to represent duration that can be programmed to change value automatically at a given point\n - additional helper functions" - }, - "fullyImplemented": true, - "id": 12589, - "linearizedBaseContracts": [ - 12589 - ], - "name": "Time", - "nameLocation": "648:4:36", - "nodeType": "ContractDefinition", - "nodes": [ - { - "global": false, - "id": 12323, - "libraryName": { - "id": 12322, - "name": "Time", - "nameLocations": [ - "665:4:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12589, - "src": "665:4:36" - }, - "nodeType": "UsingForDirective", - "src": "659:17:36" - }, - { - "body": { - "id": 12335, - "nodeType": "Block", - "src": "802:58:36", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 12331, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "837:5:36", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 12332, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "843:9:36", - "memberName": "timestamp", - "nodeType": "MemberAccess", - "src": "837:15:36", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 12329, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12209, - "src": "819:8:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$12209_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 12330, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "828:8:36", - "memberName": "toUint48", - "nodeType": "MemberAccess", - "referencedDeclaration": 11209, - "src": "819:17:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", - "typeString": "function (uint256) pure returns (uint48)" - } - }, - "id": 12333, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "819:34:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 12328, - "id": 12334, - "nodeType": "Return", - "src": "812:41:36" - } - ] - }, - "documentation": { - "id": 12324, - "nodeType": "StructuredDocumentation", - "src": "682:63:36", - "text": " @dev Get the block timestamp as a Timepoint." - }, - "id": 12336, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "timestamp", - "nameLocation": "759:9:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12325, - "nodeType": "ParameterList", - "parameters": [], - "src": "768:2:36" - }, - "returnParameters": { - "id": 12328, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12327, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12336, - "src": "794:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12326, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "794:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "793:8:36" - }, - "scope": 12589, - "src": "750:110:36", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12348, - "nodeType": "Block", - "src": "985:55:36", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 12344, - "name": "block", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -4, - "src": "1020:5:36", - "typeDescriptions": { - "typeIdentifier": "t_magic_block", - "typeString": "block" - } - }, - "id": 12345, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1026:6:36", - "memberName": "number", - "nodeType": "MemberAccess", - "src": "1020:12:36", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "expression": { - "id": 12342, - "name": "SafeCast", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12209, - "src": "1002:8:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_SafeCast_$12209_$", - "typeString": "type(library SafeCast)" - } - }, - "id": 12343, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1011:8:36", - "memberName": "toUint48", - "nodeType": "MemberAccess", - "referencedDeclaration": 11209, - "src": "1002:17:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$returns$_t_uint48_$", - "typeString": "function (uint256) pure returns (uint48)" - } - }, - "id": 12346, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1002:31:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "functionReturnParameters": 12341, - "id": 12347, - "nodeType": "Return", - "src": "995:38:36" - } - ] - }, - "documentation": { - "id": 12337, - "nodeType": "StructuredDocumentation", - "src": "866:60:36", - "text": " @dev Get the block number as a Timepoint." - }, - "id": 12349, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "blockNumber", - "nameLocation": "940:11:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12338, - "nodeType": "ParameterList", - "parameters": [], - "src": "951:2:36" - }, - "returnParameters": { - "id": 12341, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12340, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12349, - "src": "977:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12339, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "977:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "976:8:36" - }, - "scope": 12589, - "src": "931:109:36", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "canonicalName": "Time.Delay", - "id": 12351, - "name": "Delay", - "nameLocation": "2377:5:36", - "nodeType": "UserDefinedValueTypeDefinition", - "src": "2372:22:36", - "underlyingType": { - "id": 12350, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "2386:7:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - }, - { - "body": { - "id": 12365, - "nodeType": "Block", - "src": "2572:44:36", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 12362, - "name": "duration", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12354, - "src": "2600:8:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 12360, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12351, - "src": "2589:5:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 12361, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "2595:4:36", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "2589:10:36", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (uint112) pure returns (Time.Delay)" - } - }, - "id": 12363, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2589:20:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "functionReturnParameters": 12359, - "id": 12364, - "nodeType": "Return", - "src": "2582:27:36" - } - ] - }, - "documentation": { - "id": 12352, - "nodeType": "StructuredDocumentation", - "src": "2400:103:36", - "text": " @dev Wrap a duration into a Delay to add the one-step \"update in the future\" feature" - }, - "id": 12366, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "toDelay", - "nameLocation": "2517:7:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12355, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12354, - "mutability": "mutable", - "name": "duration", - "nameLocation": "2532:8:36", - "nodeType": "VariableDeclaration", - "scope": 12366, - "src": "2525:15:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12353, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2525:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "2524:17:36" - }, - "returnParameters": { - "id": 12359, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12358, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12366, - "src": "2565:5:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12357, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12356, - "name": "Delay", - "nameLocations": [ - "2565:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "2565:5:36" - }, - "referencedDeclaration": 12351, - "src": "2565:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "2564:7:36" - }, - "scope": 12589, - "src": "2508:108:36", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12404, - "nodeType": "Block", - "src": "2964:180:36", - "statements": [ - { - "assignments": [ - 12382, - 12384, - 12386 - ], - "declarations": [ - { - "constant": false, - "id": 12382, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "2982:11:36", - "nodeType": "VariableDeclaration", - "scope": 12404, - "src": "2975:18:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12381, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2975:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12384, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "3002:10:36", - "nodeType": "VariableDeclaration", - "scope": 12404, - "src": "2995:17:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12383, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2995:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12386, - "mutability": "mutable", - "name": "effect", - "nameLocation": "3021:6:36", - "nodeType": "VariableDeclaration", - "scope": 12404, - "src": "3014:13:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12385, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "3014:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "id": 12390, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 12387, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12370, - "src": "3031:4:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 12388, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3036:6:36", - "memberName": "unpack", - "nodeType": "MemberAccess", - "referencedDeclaration": 12550, - "src": "3031:11:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) pure returns (uint32,uint32,uint48)" - } - }, - "id": 12389, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3031:13:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2974:70:36" - }, - { - "expression": { - "condition": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 12393, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12391, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12386, - "src": "3061:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "<=", - "rightExpression": { - "id": 12392, - "name": "timepoint", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12372, - "src": "3071:9:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "3061:19:36", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "components": [ - { - "id": 12398, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12382, - "src": "3105:11:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12399, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12384, - "src": "3118:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12400, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12386, - "src": "3130:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 12401, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3104:33:36", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "id": 12402, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "3061:76:36", - "trueExpression": { - "components": [ - { - "id": 12394, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12384, - "src": "3084:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "hexValue": "30", - "id": 12395, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3096:1:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - { - "hexValue": "30", - "id": 12396, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3099:1:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "id": 12397, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "3083:18:36", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_rational_0_by_1_$_t_rational_0_by_1_$", - "typeString": "tuple(uint32,int_const 0,int_const 0)" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 12380, - "id": 12403, - "nodeType": "Return", - "src": "3054:83:36" - } - ] - }, - "documentation": { - "id": 12367, - "nodeType": "StructuredDocumentation", - "src": "2622:241:36", - "text": " @dev Get the value at a given timepoint plus the pending value and effect timepoint if there is a scheduled\n change after this timepoint. If the effect timepoint is 0, then the pending value should not be considered." - }, - "id": 12405, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_getFullAt", - "nameLocation": "2877:10:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12373, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12370, - "mutability": "mutable", - "name": "self", - "nameLocation": "2894:4:36", - "nodeType": "VariableDeclaration", - "scope": 12405, - "src": "2888:10:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12369, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12368, - "name": "Delay", - "nameLocations": [ - "2888:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "2888:5:36" - }, - "referencedDeclaration": 12351, - "src": "2888:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12372, - "mutability": "mutable", - "name": "timepoint", - "nameLocation": "2907:9:36", - "nodeType": "VariableDeclaration", - "scope": 12405, - "src": "2900:16:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12371, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2900:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2887:30:36" - }, - "returnParameters": { - "id": 12380, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12375, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12405, - "src": "2940:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12374, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2940:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12377, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12405, - "src": "2948:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12376, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "2948:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12379, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12405, - "src": "2956:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12378, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "2956:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "2939:24:36" - }, - "scope": 12589, - "src": "2868:276:36", - "stateMutability": "pure", - "virtual": false, - "visibility": "private" - }, - { - "body": { - "id": 12424, - "nodeType": "Block", - "src": "3438:53:36", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 12419, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12409, - "src": "3466:4:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 12420, - "name": "timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12336, - "src": "3472:9:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 12421, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3472:11:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 12418, - "name": "_getFullAt", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12405, - "src": "3455:10:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$returns$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "function (Time.Delay,uint48) pure returns (uint32,uint32,uint48)" - } - }, - "id": 12422, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3455:29:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 12417, - "id": 12423, - "nodeType": "Return", - "src": "3448:36:36" - } - ] - }, - "documentation": { - "id": 12406, - "nodeType": "StructuredDocumentation", - "src": "3150:207:36", - "text": " @dev Get the current value plus the pending value and effect timepoint if there is a scheduled change. If the\n effect timepoint is 0, then the pending value should not be considered." - }, - "id": 12425, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getFull", - "nameLocation": "3371:7:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12410, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12409, - "mutability": "mutable", - "name": "self", - "nameLocation": "3385:4:36", - "nodeType": "VariableDeclaration", - "scope": 12425, - "src": "3379:10:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12408, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12407, - "name": "Delay", - "nameLocations": [ - "3379:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "3379:5:36" - }, - "referencedDeclaration": 12351, - "src": "3379:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "3378:12:36" - }, - "returnParameters": { - "id": 12417, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12412, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12425, - "src": "3414:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12411, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3414:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12414, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12425, - "src": "3422:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12413, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3422:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12416, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12425, - "src": "3430:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12415, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "3430:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "3413:24:36" - }, - "scope": 12589, - "src": "3362:129:36", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12442, - "nodeType": "Block", - "src": "3604:74:36", - "statements": [ - { - "assignments": [ - 12435, - null, - null - ], - "declarations": [ - { - "constant": false, - "id": 12435, - "mutability": "mutable", - "name": "delay", - "nameLocation": "3622:5:36", - "nodeType": "VariableDeclaration", - "scope": 12442, - "src": "3615:12:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12434, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3615:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - null, - null - ], - "id": 12439, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 12436, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12429, - "src": "3635:4:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 12437, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "3640:7:36", - "memberName": "getFull", - "nodeType": "MemberAccess", - "referencedDeclaration": 12425, - "src": "3635:12:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$_t_uint32_$_t_uint48_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) view returns (uint32,uint32,uint48)" - } - }, - "id": 12438, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "3635:14:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "3614:35:36" - }, - { - "expression": { - "id": 12440, - "name": "delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12435, - "src": "3666:5:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "functionReturnParameters": 12433, - "id": 12441, - "nodeType": "Return", - "src": "3659:12:36" - } - ] - }, - "documentation": { - "id": 12426, - "nodeType": "StructuredDocumentation", - "src": "3497:46:36", - "text": " @dev Get the current value." - }, - "id": 12443, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "get", - "nameLocation": "3557:3:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12430, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12429, - "mutability": "mutable", - "name": "self", - "nameLocation": "3567:4:36", - "nodeType": "VariableDeclaration", - "scope": 12443, - "src": "3561:10:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12428, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12427, - "name": "Delay", - "nameLocations": [ - "3561:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "3561:5:36" - }, - "referencedDeclaration": 12351, - "src": "3561:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "3560:12:36" - }, - "returnParameters": { - "id": 12433, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12432, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12443, - "src": "3596:6:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12431, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "3596:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "3595:8:36" - }, - "scope": 12589, - "src": "3548:130:36", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12498, - "nodeType": "Block", - "src": "4128:234:36", - "statements": [ - { - "assignments": [ - 12460 - ], - "declarations": [ - { - "constant": false, - "id": 12460, - "mutability": "mutable", - "name": "value", - "nameLocation": "4145:5:36", - "nodeType": "VariableDeclaration", - "scope": 12498, - "src": "4138:12:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12459, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4138:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 12464, - "initialValue": { - "arguments": [], - "expression": { - "argumentTypes": [], - "expression": { - "id": 12461, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12447, - "src": "4153:4:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "id": 12462, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4158:3:36", - "memberName": "get", - "nodeType": "MemberAccess", - "referencedDeclaration": 12443, - "src": "4153:8:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint32_$attached_to$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (Time.Delay) view returns (uint32)" - } - }, - "id": 12463, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4153:10:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4138:25:36" - }, - { - "assignments": [ - 12466 - ], - "declarations": [ - { - "constant": false, - "id": 12466, - "mutability": "mutable", - "name": "setback", - "nameLocation": "4180:7:36", - "nodeType": "VariableDeclaration", - "scope": 12498, - "src": "4173:14:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12465, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4173:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "id": 12482, - "initialValue": { - "arguments": [ - { - "arguments": [ - { - "id": 12471, - "name": "minSetback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12451, - "src": "4206:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "condition": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 12474, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12472, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12460, - "src": "4218:5:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": ">", - "rightExpression": { - "id": 12473, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12449, - "src": "4226:8:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4218:16:36", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "falseExpression": { - "hexValue": "30", - "id": 12478, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4256:1:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "id": 12479, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "Conditional", - "src": "4218:39:36", - "trueExpression": { - "commonType": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "id": 12477, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12475, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12460, - "src": "4237:5:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "BinaryOperation", - "operator": "-", - "rightExpression": { - "id": 12476, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12449, - "src": "4245:8:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4237:16:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "expression": { - "id": 12469, - "name": "Math", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 10454, - "src": "4197:4:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_Math_$10454_$", - "typeString": "type(library Math)" - } - }, - "id": 12470, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "4202:3:36", - "memberName": "max", - "nodeType": "MemberAccess", - "referencedDeclaration": 9587, - "src": "4197:8:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint256_$_t_uint256_$returns$_t_uint256_$", - "typeString": "function (uint256,uint256) pure returns (uint256)" - } - }, - "id": 12480, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4197:61:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12468, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4190:6:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 12467, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4190:6:36", - "typeDescriptions": {} - } - }, - "id": 12481, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4190:69:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4173:86:36" - }, - { - "expression": { - "id": 12488, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12483, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12457, - "src": "4269:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "commonType": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "id": 12487, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 12484, - "name": "timestamp", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12336, - "src": "4278:9:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_uint48_$", - "typeString": "function () view returns (uint48)" - } - }, - "id": 12485, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4278:11:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "BinaryOperation", - "operator": "+", - "rightExpression": { - "id": 12486, - "name": "setback", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12466, - "src": "4292:7:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4278:21:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "4269:30:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 12489, - "nodeType": "ExpressionStatement", - "src": "4269:30:36" - }, - { - "expression": { - "components": [ - { - "arguments": [ - { - "id": 12491, - "name": "value", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12460, - "src": "4322:5:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12492, - "name": "newValue", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12449, - "src": "4329:8:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12493, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12457, - "src": "4339:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 12490, - "name": "pack", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12588, - "src": "4317:4:36", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_pure$_t_uint32_$_t_uint32_$_t_uint48_$returns$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (uint32,uint32,uint48) pure returns (Time.Delay)" - } - }, - "id": 12494, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4317:29:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - { - "id": 12495, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12457, - "src": "4348:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 12496, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4316:39:36", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_userDefinedValueType$_Delay_$12351_$_t_uint48_$", - "typeString": "tuple(Time.Delay,uint48)" - } - }, - "functionReturnParameters": 12458, - "id": 12497, - "nodeType": "Return", - "src": "4309:46:36" - } - ] - }, - "documentation": { - "id": 12444, - "nodeType": "StructuredDocumentation", - "src": "3684:283:36", - "text": " @dev Update a Delay object so that it takes a new duration after a timepoint that is automatically computed to\n enforce the old delay at the moment of the update. Returns the updated Delay object and the timestamp when the\n new delay becomes effective." - }, - "id": 12499, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "withUpdate", - "nameLocation": "3981:10:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12452, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12447, - "mutability": "mutable", - "name": "self", - "nameLocation": "4007:4:36", - "nodeType": "VariableDeclaration", - "scope": 12499, - "src": "4001:10:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12446, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12445, - "name": "Delay", - "nameLocations": [ - "4001:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4001:5:36" - }, - "referencedDeclaration": 12351, - "src": "4001:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12449, - "mutability": "mutable", - "name": "newValue", - "nameLocation": "4028:8:36", - "nodeType": "VariableDeclaration", - "scope": 12499, - "src": "4021:15:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12448, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4021:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12451, - "mutability": "mutable", - "name": "minSetback", - "nameLocation": "4053:10:36", - "nodeType": "VariableDeclaration", - "scope": 12499, - "src": "4046:17:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12450, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4046:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - } - ], - "src": "3991:78:36" - }, - "returnParameters": { - "id": 12458, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12455, - "mutability": "mutable", - "name": "updatedDelay", - "nameLocation": "4099:12:36", - "nodeType": "VariableDeclaration", - "scope": 12499, - "src": "4093:18:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12454, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12453, - "name": "Delay", - "nameLocations": [ - "4093:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4093:5:36" - }, - "referencedDeclaration": 12351, - "src": "4093:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12457, - "mutability": "mutable", - "name": "effect", - "nameLocation": "4120:6:36", - "nodeType": "VariableDeclaration", - "scope": 12499, - "src": "4113:13:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12456, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4113:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4092:35:36" - }, - "scope": 12589, - "src": "3972:390:36", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12549, - "nodeType": "Block", - "src": "4595:212:36", - "statements": [ - { - "assignments": [ - 12513 - ], - "declarations": [ - { - "constant": false, - "id": 12513, - "mutability": "mutable", - "name": "raw", - "nameLocation": "4613:3:36", - "nodeType": "VariableDeclaration", - "scope": 12549, - "src": "4605:11:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "typeName": { - "id": 12512, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "4605:7:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "visibility": "internal" - } - ], - "id": 12518, - "initialValue": { - "arguments": [ - { - "id": 12516, - "name": "self", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12503, - "src": "4632:4:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - ], - "expression": { - "id": 12514, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12351, - "src": "4619:5:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 12515, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "4625:6:36", - "memberName": "unwrap", - "nodeType": "MemberAccess", - "src": "4619:12:36", - "typeDescriptions": { - "typeIdentifier": "t_function_unwrap_pure$_t_userDefinedValueType$_Delay_$12351_$returns$_t_uint112_$", - "typeString": "function (Time.Delay) pure returns (uint112)" - } - }, - "id": 12517, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4619:18:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "4605:32:36" - }, - { - "expression": { - "id": 12524, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12519, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12508, - "src": "4648:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "id": 12522, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12513, - "src": "4668:3:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 12521, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4661:6:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 12520, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4661:6:36", - "typeDescriptions": {} - } - }, - "id": 12523, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4661:11:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4648:24:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 12525, - "nodeType": "ExpressionStatement", - "src": "4648:24:36" - }, - { - "expression": { - "id": 12533, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12526, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12506, - "src": "4682:11:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12531, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12529, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12513, - "src": "4703:3:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3332", - "id": 12530, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4710:2:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "4703:9:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 12528, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4696:6:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint32_$", - "typeString": "type(uint32)" - }, - "typeName": { - "id": 12527, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4696:6:36", - "typeDescriptions": {} - } - }, - "id": 12532, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4696:17:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "src": "4682:31:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "id": 12534, - "nodeType": "ExpressionStatement", - "src": "4682:31:36" - }, - { - "expression": { - "id": 12542, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "id": 12535, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12510, - "src": "4723:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12540, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12538, - "name": "raw", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12513, - "src": "4739:3:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": ">>", - "rightExpression": { - "hexValue": "3634", - "id": 12539, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "4746:2:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "4739:9:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "id": 12537, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "4732:6:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint48_$", - "typeString": "type(uint48)" - }, - "typeName": { - "id": 12536, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4732:6:36", - "typeDescriptions": {} - } - }, - "id": 12541, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4732:17:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "src": "4723:26:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "id": 12543, - "nodeType": "ExpressionStatement", - "src": "4723:26:36" - }, - { - "expression": { - "components": [ - { - "id": 12544, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12506, - "src": "4768:11:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12545, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12508, - "src": "4781:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - { - "id": 12546, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12510, - "src": "4793:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "id": 12547, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "4767:33:36", - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_uint32_$_t_uint32_$_t_uint48_$", - "typeString": "tuple(uint32,uint32,uint48)" - } - }, - "functionReturnParameters": 12511, - "id": 12548, - "nodeType": "Return", - "src": "4760:40:36" - } - ] - }, - "documentation": { - "id": 12500, - "nodeType": "StructuredDocumentation", - "src": "4368:117:36", - "text": " @dev Split a delay into its components: valueBefore, valueAfter and effect (transition timepoint)." - }, - "id": 12550, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "unpack", - "nameLocation": "4499:6:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12504, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12503, - "mutability": "mutable", - "name": "self", - "nameLocation": "4512:4:36", - "nodeType": "VariableDeclaration", - "scope": 12550, - "src": "4506:10:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12502, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12501, - "name": "Delay", - "nameLocations": [ - "4506:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4506:5:36" - }, - "referencedDeclaration": 12351, - "src": "4506:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "4505:12:36" - }, - "returnParameters": { - "id": 12511, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12506, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "4548:11:36", - "nodeType": "VariableDeclaration", - "scope": 12550, - "src": "4541:18:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12505, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4541:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12508, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "4568:10:36", - "nodeType": "VariableDeclaration", - "scope": 12550, - "src": "4561:17:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12507, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4561:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12510, - "mutability": "mutable", - "name": "effect", - "nameLocation": "4587:6:36", - "nodeType": "VariableDeclaration", - "scope": 12550, - "src": "4580:13:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12509, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4580:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4540:54:36" - }, - "scope": 12589, - "src": "4490:317:36", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 12587, - "nodeType": "Block", - "src": "4980:112:36", - "statements": [ - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12584, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12579, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12570, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 12567, - "name": "effect", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12557, - "src": "5017:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - ], - "id": 12566, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5009:7:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 12565, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5009:7:36", - "typeDescriptions": {} - } - }, - "id": 12568, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5009:15:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3634", - "id": 12569, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5028:2:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_64_by_1", - "typeString": "int_const 64" - }, - "value": "64" - }, - "src": "5009:21:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "id": 12571, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5008:23:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "|", - "rightExpression": { - "components": [ - { - "commonType": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - }, - "id": 12577, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "arguments": [ - { - "id": 12574, - "name": "valueBefore", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12553, - "src": "5043:11:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 12573, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5035:7:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 12572, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5035:7:36", - "typeDescriptions": {} - } - }, - "id": 12575, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5035:20:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "<<", - "rightExpression": { - "hexValue": "3332", - "id": 12576, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "5059:2:36", - "typeDescriptions": { - "typeIdentifier": "t_rational_32_by_1", - "typeString": "int_const 32" - }, - "value": "32" - }, - "src": "5035:26:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "id": 12578, - "isConstant": false, - "isInlineArray": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "TupleExpression", - "src": "5034:28:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "5008:54:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "nodeType": "BinaryOperation", - "operator": "|", - "rightExpression": { - "arguments": [ - { - "id": 12582, - "name": "valueAfter", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12555, - "src": "5073:10:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - ], - "id": 12581, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "5065:7:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_uint112_$", - "typeString": "type(uint112)" - }, - "typeName": { - "id": 12580, - "name": "uint112", - "nodeType": "ElementaryTypeName", - "src": "5065:7:36", - "typeDescriptions": {} - } - }, - "id": 12583, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "5065:19:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - }, - "src": "5008:76:36", - "typeDescriptions": { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint112", - "typeString": "uint112" - } - ], - "expression": { - "id": 12563, - "name": "Delay", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12351, - "src": "4997:5:36", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "type(Time.Delay)" - } - }, - "id": 12564, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "memberLocation": "5003:4:36", - "memberName": "wrap", - "nodeType": "MemberAccess", - "src": "4997:10:36", - "typeDescriptions": { - "typeIdentifier": "t_function_wrap_pure$_t_uint112_$returns$_t_userDefinedValueType$_Delay_$12351_$", - "typeString": "function (uint112) pure returns (Time.Delay)" - } - }, - "id": 12585, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "4997:88:36", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "functionReturnParameters": 12562, - "id": 12586, - "nodeType": "Return", - "src": "4990:95:36" - } - ] - }, - "documentation": { - "id": 12551, - "nodeType": "StructuredDocumentation", - "src": "4813:64:36", - "text": " @dev pack the components into a Delay object." - }, - "id": 12588, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "pack", - "nameLocation": "4891:4:36", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12558, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12553, - "mutability": "mutable", - "name": "valueBefore", - "nameLocation": "4903:11:36", - "nodeType": "VariableDeclaration", - "scope": 12588, - "src": "4896:18:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12552, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4896:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12555, - "mutability": "mutable", - "name": "valueAfter", - "nameLocation": "4923:10:36", - "nodeType": "VariableDeclaration", - "scope": 12588, - "src": "4916:17:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - }, - "typeName": { - "id": 12554, - "name": "uint32", - "nodeType": "ElementaryTypeName", - "src": "4916:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint32", - "typeString": "uint32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12557, - "mutability": "mutable", - "name": "effect", - "nameLocation": "4942:6:36", - "nodeType": "VariableDeclaration", - "scope": 12588, - "src": "4935:13:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - }, - "typeName": { - "id": 12556, - "name": "uint48", - "nodeType": "ElementaryTypeName", - "src": "4935:6:36", - "typeDescriptions": { - "typeIdentifier": "t_uint48", - "typeString": "uint48" - } - }, - "visibility": "internal" - } - ], - "src": "4895:54:36" - }, - "returnParameters": { - "id": 12562, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12561, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12588, - "src": "4973:5:36", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - }, - "typeName": { - "id": 12560, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12559, - "name": "Delay", - "nameLocations": [ - "4973:5:36" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12351, - "src": "4973:5:36" - }, - "referencedDeclaration": 12351, - "src": "4973:5:36", - "typeDescriptions": { - "typeIdentifier": "t_userDefinedValueType$_Delay_$12351", - "typeString": "Time.Delay" - } - }, - "visibility": "internal" - } - ], - "src": "4972:7:36" - }, - "scope": 12589, - "src": "4882:210:36", - "stateMutability": "pure", - "virtual": false, - "visibility": "internal" - } - ], - "scope": 12590, - "src": "640:4454:36", - "usedErrors": [], - "usedEvents": [] - } - ], - "src": "104:4991:36" - }, - "id": 36 - }, - "contracts/ApplicationManager.sol": { - "ast": { - "absolutePath": "contracts/ApplicationManager.sol", - "exportedSymbols": { - "AccessManaged": [ - 7101 - ], - "ApplicationManager": [ - 12894 - ], - "IApplicationManager": [ - 12966 - ], - "ReentrancyGuard": [ - 8068 - ] - }, - "id": 12895, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 12591, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "40:23:37" - }, - { - "absolutePath": "contracts/IApplicationManager.sol", - "file": "./IApplicationManager.sol", - "id": 12593, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 12895, - "sourceUnit": 12967, - "src": "67:62:37", - "symbolAliases": [ - { - "foreign": { - "id": 12592, - "name": "IApplicationManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12966, - "src": "75:19:37", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "file": "@openzeppelin/contracts/access/manager/AccessManaged.sol", - "id": 12595, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 12895, - "sourceUnit": 7102, - "src": "131:87:37", - "symbolAliases": [ - { - "foreign": { - "id": 12594, - "name": "AccessManaged", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7101, - "src": "139:13:37", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", - "file": "@openzeppelin/contracts/utils/ReentrancyGuard.sol", - "id": 12596, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 12895, - "sourceUnit": 8069, - "src": "220:59:37", - "symbolAliases": [], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 12597, - "name": "IApplicationManager", - "nameLocations": [ - "319:19:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12966, - "src": "319:19:37" - }, - "id": 12598, - "nodeType": "InheritanceSpecifier", - "src": "319:19:37" - }, - { - "baseName": { - "id": 12599, - "name": "AccessManaged", - "nameLocations": [ - "345:13:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7101, - "src": "345:13:37" - }, - "id": 12600, - "nodeType": "InheritanceSpecifier", - "src": "345:13:37" - }, - { - "baseName": { - "id": 12601, - "name": "ReentrancyGuard", - "nameLocations": [ - "365:15:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8068, - "src": "365:15:37" - }, - "id": 12602, - "nodeType": "InheritanceSpecifier", - "src": "365:15:37" - } - ], - "canonicalName": "ApplicationManager", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 12894, - "linearizedBaseContracts": [ - 12894, - 8068, - 7101, - 7223, - 7999, - 12966 - ], - "name": "ApplicationManager", - "nameLocation": "292:18:37", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": false, - "id": 12607, - "mutability": "mutable", - "name": "applications", - "nameLocation": "426:12:37", - "nodeType": "VariableDeclaration", - "scope": 12894, - "src": "389:49:37", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application)" - }, - "typeName": { - "id": 12606, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 12603, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "397:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "Mapping", - "src": "389:28:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 12605, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12604, - "name": "Application", - "nameLocations": [ - "405:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "405:11:37" - }, - "referencedDeclaration": 12901, - "src": "405:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 12611, - "mutability": "mutable", - "name": "addressUsed", - "nameLocation": "478:11:37", - "nodeType": "VariableDeclaration", - "scope": 12894, - "src": "445:44:37", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - }, - "typeName": { - "id": 12610, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 12608, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "453:7:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "445:24:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 12609, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "464:4:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - }, - "visibility": "private" - }, - { - "constant": false, - "id": 12613, - "mutability": "mutable", - "name": "nextApplicationId", - "nameLocation": "509:17:37", - "nodeType": "VariableDeclaration", - "scope": 12894, - "src": "496:30:37", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12612, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "496:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "private" - }, - { - "body": { - "id": 12621, - "nodeType": "Block", - "src": "605:2:37", - "statements": [] - }, - "id": 12622, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "id": 12618, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12615, - "src": "587:16:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "id": 12619, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 12617, - "name": "AccessManaged", - "nameLocations": [ - "573:13:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 7101, - "src": "573:13:37" - }, - "nodeType": "ModifierInvocation", - "src": "573:31:37" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12616, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12615, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "555:16:37", - "nodeType": "VariableDeclaration", - "scope": 12622, - "src": "547:24:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12614, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "547:7:37", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "546:26:37" - }, - "returnParameters": { - "id": 12620, - "nodeType": "ParameterList", - "parameters": [], - "src": "605:0:37" - }, - "scope": 12894, - "src": "535:72:37", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 12639, - "nodeType": "Block", - "src": "680:64:37", - "statements": [ - { - "expression": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 12637, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "id": 12629, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "698:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12631, - "indexExpression": { - "id": 12630, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12624, - "src": "711:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "698:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "id": 12632, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "715:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "698:24:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "!=", - "rightExpression": { - "arguments": [ - { - "hexValue": "30", - "id": 12635, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "734:1:37", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - } - ], - "id": 12634, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "ElementaryTypeNameExpression", - "src": "726:7:37", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_address_$", - "typeString": "type(address)" - }, - "typeName": { - "id": 12633, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "726:7:37", - "typeDescriptions": {} - } - }, - "id": 12636, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "726:10:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "698:38:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 12628, - "id": 12638, - "nodeType": "Return", - "src": "691:45:37" - } - ] - }, - "id": 12640, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "applicationExists", - "nameLocation": "624:17:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12625, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12624, - "mutability": "mutable", - "name": "id", - "nameLocation": "647:2:37", - "nodeType": "VariableDeclaration", - "scope": 12640, - "src": "642:7:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12623, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "642:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "641:9:37" - }, - "returnParameters": { - "id": 12628, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12627, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12640, - "src": "674:4:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 12626, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "674:4:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "673:6:37" - }, - "scope": 12894, - "src": "615:129:37", - "stateMutability": "view", - "virtual": false, - "visibility": "internal" - }, - { - "baseFunctions": [ - 12927 - ], - "body": { - "id": 12647, - "nodeType": "Block", - "src": "813:43:37", - "statements": [ - { - "expression": { - "id": 12645, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "831:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "functionReturnParameters": 12644, - "id": 12646, - "nodeType": "Return", - "src": "824:24:37" - } - ] - }, - "functionSelector": "cec9d7da", - "id": 12648, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getNextApplicationId", - "nameLocation": "761:20:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12641, - "nodeType": "ParameterList", - "parameters": [], - "src": "781:2:37" - }, - "returnParameters": { - "id": 12644, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12643, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12648, - "src": "807:4:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12642, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "807:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "806:6:37" - }, - "scope": 12894, - "src": "752:104:37", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12933 - ], - "body": { - "id": 12690, - "nodeType": "Block", - "src": "975:414:37", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 12663, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1008:36:37", - "subExpression": { - "baseExpression": { - "id": 12659, - "name": "addressUsed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12611, - "src": "1009:11:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 12662, - "indexExpression": { - "expression": { - "id": 12660, - "name": "newApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12651, - "src": "1021:14:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12661, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1036:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "1021:22:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1009:35:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "4164647265737320616c7265616479207573656420666f7220616e6f74686572206170706c69636174696f6e", - "id": 12664, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1059:46:37", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b", - "typeString": "literal_string \"Address already used for another application\"" - }, - "value": "Address already used for another application" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b", - "typeString": "literal_string \"Address already used for another application\"" - } - ], - "id": 12658, - "name": "require", - "nodeType": "Identifier", - "overloadedDeclarations": [ - -18, - -18, - -18 - ], - "referencedDeclaration": -18, - "src": "986:7:37", - "typeDescriptions": { - "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (bool,string memory) pure" - } - }, - "id": 12665, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "986:130:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12666, - "nodeType": "ExpressionStatement", - "src": "986:130:37" - }, - { - "expression": { - "id": 12671, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12667, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "1127:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12669, - "indexExpression": { - "id": 12668, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "1140:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1127:31:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 12670, - "name": "newApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12651, - "src": "1161:14:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "src": "1127:48:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "id": 12672, - "nodeType": "ExpressionStatement", - "src": "1127:48:37" - }, - { - "expression": { - "id": 12678, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12673, - "name": "addressUsed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12611, - "src": "1186:11:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 12676, - "indexExpression": { - "expression": { - "id": 12674, - "name": "newApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12651, - "src": "1198:14:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12675, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1213:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "1198:22:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1186:35:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 12677, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1224:4:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "1186:42:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12679, - "nodeType": "ExpressionStatement", - "src": "1186:42:37" - }, - { - "eventCall": { - "arguments": [ - { - "id": 12681, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "1277:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "baseExpression": { - "id": 12682, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "1309:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12684, - "indexExpression": { - "id": 12683, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "1322:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1309:31:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - ], - "id": 12680, - "name": "ApplicationCreated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12908, - "src": "1244:18:37", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$12901_memory_ptr_$returns$__$", - "typeString": "function (uint256,struct IApplicationManager.Application memory)" - } - }, - "id": 12685, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1244:107:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12686, - "nodeType": "EmitStatement", - "src": "1239:112:37" - }, - { - "expression": { - "id": 12688, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "1362:19:37", - "subExpression": { - "id": 12687, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "1362:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 12689, - "nodeType": "ExpressionStatement", - "src": "1362:19:37" - } - ] - }, - "functionSelector": "36112a14", - "id": 12691, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 12654, - "kind": "modifierInvocation", - "modifierName": { - "id": 12653, - "name": "nonReentrant", - "nameLocations": [ - "951:12:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8032, - "src": "951:12:37" - }, - "nodeType": "ModifierInvocation", - "src": "951:12:37" - }, - { - "id": 12656, - "kind": "modifierInvocation", - "modifierName": { - "id": 12655, - "name": "restricted", - "nameLocations": [ - "964:10:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6960, - "src": "964:10:37" - }, - "nodeType": "ModifierInvocation", - "src": "964:10:37" - } - ], - "name": "createApplication", - "nameLocation": "873:17:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12652, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12651, - "mutability": "mutable", - "name": "newApplication", - "nameLocation": "920:14:37", - "nodeType": "VariableDeclaration", - "scope": 12691, - "src": "901:33:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12650, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12649, - "name": "Application", - "nameLocations": [ - "901:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "901:11:37" - }, - "referencedDeclaration": 12901, - "src": "901:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "890:51:37" - }, - "returnParameters": { - "id": 12657, - "nodeType": "ParameterList", - "parameters": [], - "src": "975:0:37" - }, - "scope": 12894, - "src": "864:525:37", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12941 - ], - "body": { - "id": 12740, - "nodeType": "Block", - "src": "1530:394:37", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 12705, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12693, - "src": "1567:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12704, - "name": "applicationExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12640, - "src": "1549:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", - "typeString": "function (uint256) view returns (bool)" - } - }, - "id": 12706, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1549:21:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", - "id": 12707, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1572:28:37", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - }, - "value": "Application does not exist" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - } - ], - "id": 12703, - "name": "require", - "nodeType": "Identifier", - "overloadedDeclarations": [ - -18, - -18, - -18 - ], - "referencedDeclaration": -18, - "src": "1541:7:37", - "typeDescriptions": { - "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (bool,string memory) pure" - } - }, - "id": 12708, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1541:60:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12709, - "nodeType": "ExpressionStatement", - "src": "1541:60:37" - }, - { - "expression": { - "arguments": [ - { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 12723, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12715, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1634:40:37", - "subExpression": { - "baseExpression": { - "id": 12711, - "name": "addressUsed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12611, - "src": "1635:11:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 12714, - "indexExpression": { - "expression": { - "id": 12712, - "name": "updatedApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12696, - "src": "1647:18:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12713, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1666:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "1647:26:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1635:39:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "||", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "id": 12722, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "expression": { - "baseExpression": { - "id": 12716, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "1695:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12718, - "indexExpression": { - "id": 12717, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12693, - "src": "1708:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1695:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "id": 12719, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1712:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "1695:24:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "BinaryOperation", - "operator": "==", - "rightExpression": { - "expression": { - "id": 12720, - "name": "updatedApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12696, - "src": "1723:18:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12721, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1742:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "1723:26:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "src": "1695:54:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "1634:115:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "4163636f756e74207573656420627920616e6f74686572206170706c69636174696f6e", - "id": 12724, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1764:37:37", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca", - "typeString": "literal_string \"Account used by another application\"" - }, - "value": "Account used by another application" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca", - "typeString": "literal_string \"Account used by another application\"" - } - ], - "id": 12710, - "name": "require", - "nodeType": "Identifier", - "overloadedDeclarations": [ - -18, - -18, - -18 - ], - "referencedDeclaration": -18, - "src": "1612:7:37", - "typeDescriptions": { - "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (bool,string memory) pure" - } - }, - "id": 12725, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1612:200:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12726, - "nodeType": "ExpressionStatement", - "src": "1612:200:37" - }, - { - "expression": { - "id": 12731, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12727, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "1823:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12729, - "indexExpression": { - "id": 12728, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12693, - "src": "1836:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "1823:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "id": 12730, - "name": "updatedApplication", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12696, - "src": "1842:18:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "src": "1823:37:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "id": 12732, - "nodeType": "ExpressionStatement", - "src": "1823:37:37" - }, - { - "eventCall": { - "arguments": [ - { - "id": 12734, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12693, - "src": "1895:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "baseExpression": { - "id": 12735, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "1899:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12737, - "indexExpression": { - "id": 12736, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12693, - "src": "1912:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "1899:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - ], - "id": 12733, - "name": "ApplicationUpdated", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12915, - "src": "1876:18:37", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$12901_memory_ptr_$returns$__$", - "typeString": "function (uint256,struct IApplicationManager.Application memory)" - } - }, - "id": 12738, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1876:40:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12739, - "nodeType": "EmitStatement", - "src": "1871:45:37" - } - ] - }, - "functionSelector": "ecdfe9b4", - "id": 12741, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 12699, - "kind": "modifierInvocation", - "modifierName": { - "id": 12698, - "name": "nonReentrant", - "nameLocations": [ - "1506:12:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8032, - "src": "1506:12:37" - }, - "nodeType": "ModifierInvocation", - "src": "1506:12:37" - }, - { - "id": 12701, - "kind": "modifierInvocation", - "modifierName": { - "id": 12700, - "name": "restricted", - "nameLocations": [ - "1519:10:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6960, - "src": "1519:10:37" - }, - "nodeType": "ModifierInvocation", - "src": "1519:10:37" - } - ], - "name": "updateApplication", - "nameLocation": "1406:17:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12697, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12693, - "mutability": "mutable", - "name": "id", - "nameLocation": "1439:2:37", - "nodeType": "VariableDeclaration", - "scope": 12741, - "src": "1434:7:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12692, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "1434:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12696, - "mutability": "mutable", - "name": "updatedApplication", - "nameLocation": "1471:18:37", - "nodeType": "VariableDeclaration", - "scope": 12741, - "src": "1452:37:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12695, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12694, - "name": "Application", - "nameLocations": [ - "1452:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "1452:11:37" - }, - "referencedDeclaration": 12901, - "src": "1452:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "1423:73:37" - }, - "returnParameters": { - "id": 12702, - "nodeType": "ParameterList", - "parameters": [], - "src": "1530:0:37" - }, - "scope": 12894, - "src": "1397:527:37", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12946 - ], - "body": { - "id": 12778, - "nodeType": "Block", - "src": "2001:225:37", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 12752, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12743, - "src": "2038:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12751, - "name": "applicationExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12640, - "src": "2020:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", - "typeString": "function (uint256) view returns (bool)" - } - }, - "id": 12753, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2020:21:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", - "id": 12754, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2043:28:37", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - }, - "value": "Application does not exist" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - } - ], - "id": 12750, - "name": "require", - "nodeType": "Identifier", - "overloadedDeclarations": [ - -18, - -18, - -18 - ], - "referencedDeclaration": -18, - "src": "2012:7:37", - "typeDescriptions": { - "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (bool,string memory) pure" - } - }, - "id": 12755, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2012:60:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12756, - "nodeType": "ExpressionStatement", - "src": "2012:60:37" - }, - { - "expression": { - "id": 12764, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12757, - "name": "addressUsed", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12611, - "src": "2083:11:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 12762, - "indexExpression": { - "expression": { - "baseExpression": { - "id": 12758, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "2095:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12760, - "indexExpression": { - "id": 12759, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12743, - "src": "2108:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2095:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "id": 12761, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "memberLocation": "2112:7:37", - "memberName": "account", - "nodeType": "MemberAccess", - "referencedDeclaration": 12900, - "src": "2095:24:37", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2083:37:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 12763, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2123:5:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "2083:45:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12765, - "nodeType": "ExpressionStatement", - "src": "2083:45:37" - }, - { - "eventCall": { - "arguments": [ - { - "id": 12767, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12743, - "src": "2163:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - { - "baseExpression": { - "id": 12768, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "2167:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12770, - "indexExpression": { - "id": 12769, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12743, - "src": "2180:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2167:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - ], - "id": 12766, - "name": "ApplicationDeleted", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12922, - "src": "2144:18:37", - "typeDescriptions": { - "typeIdentifier": "t_function_event_nonpayable$_t_uint256_$_t_struct$_Application_$12901_memory_ptr_$returns$__$", - "typeString": "function (uint256,struct IApplicationManager.Application memory)" - } - }, - "id": 12771, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2144:40:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12772, - "nodeType": "EmitStatement", - "src": "2139:45:37" - }, - { - "expression": { - "id": 12776, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "delete", - "prefix": true, - "src": "2195:23:37", - "subExpression": { - "baseExpression": { - "id": 12773, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "2202:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12775, - "indexExpression": { - "id": 12774, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12743, - "src": "2215:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2202:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12777, - "nodeType": "ExpressionStatement", - "src": "2195:23:37" - } - ] - }, - "functionSelector": "7823c1e3", - "id": 12779, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 12746, - "kind": "modifierInvocation", - "modifierName": { - "id": 12745, - "name": "nonReentrant", - "nameLocations": [ - "1977:12:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 8032, - "src": "1977:12:37" - }, - "nodeType": "ModifierInvocation", - "src": "1977:12:37" - }, - { - "id": 12748, - "kind": "modifierInvocation", - "modifierName": { - "id": 12747, - "name": "restricted", - "nameLocations": [ - "1990:10:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6960, - "src": "1990:10:37" - }, - "nodeType": "ModifierInvocation", - "src": "1990:10:37" - } - ], - "name": "deleteApplication", - "nameLocation": "1941:17:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12744, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12743, - "mutability": "mutable", - "name": "id", - "nameLocation": "1964:2:37", - "nodeType": "VariableDeclaration", - "scope": 12779, - "src": "1959:7:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12742, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "1959:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1958:9:37" - }, - "returnParameters": { - "id": 12749, - "nodeType": "ParameterList", - "parameters": [], - "src": "2001:0:37" - }, - "scope": 12894, - "src": "1932:294:37", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12954 - ], - "body": { - "id": 12798, - "nodeType": "Block", - "src": "2326:113:37", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "id": 12789, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12781, - "src": "2363:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12788, - "name": "applicationExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12640, - "src": "2345:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", - "typeString": "function (uint256) view returns (bool)" - } - }, - "id": 12790, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2345:21:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - { - "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", - "id": 12791, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "string", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2368:28:37", - "typeDescriptions": { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - }, - "value": "Application does not exist" - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - { - "typeIdentifier": "t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d", - "typeString": "literal_string \"Application does not exist\"" - } - ], - "id": 12787, - "name": "require", - "nodeType": "Identifier", - "overloadedDeclarations": [ - -18, - -18, - -18 - ], - "referencedDeclaration": -18, - "src": "2337:7:37", - "typeDescriptions": { - "typeIdentifier": "t_function_require_pure$_t_bool_$_t_string_memory_ptr_$returns$__$", - "typeString": "function (bool,string memory) pure" - } - }, - "id": 12792, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2337:60:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 12793, - "nodeType": "ExpressionStatement", - "src": "2337:60:37" - }, - { - "expression": { - "baseExpression": { - "id": 12794, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "2415:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12796, - "indexExpression": { - "id": 12795, - "name": "id", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12781, - "src": "2428:2:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2415:16:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "functionReturnParameters": 12786, - "id": 12797, - "nodeType": "Return", - "src": "2408:23:37" - } - ] - }, - "functionSelector": "1f2f4bfd", - "id": 12799, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getApplication", - "nameLocation": "2243:14:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12782, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12781, - "mutability": "mutable", - "name": "id", - "nameLocation": "2273:2:37", - "nodeType": "VariableDeclaration", - "scope": 12799, - "src": "2268:7:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12780, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "2268:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2257:25:37" - }, - "returnParameters": { - "id": 12786, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12785, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12799, - "src": "2306:18:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12784, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12783, - "name": "Application", - "nameLocations": [ - "2306:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2306:11:37" - }, - "referencedDeclaration": 12901, - "src": "2306:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "2305:20:37" - }, - "scope": 12894, - "src": "2234:205:37", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12965 - ], - "body": { - "id": 12892, - "nodeType": "Block", - "src": "2566:559:37", - "statements": [ - { - "assignments": [ - 12814 - ], - "declarations": [ - { - "constant": false, - "id": 12814, - "mutability": "mutable", - "name": "result", - "nameLocation": "2598:6:37", - "nodeType": "VariableDeclaration", - "scope": 12892, - "src": "2577:27:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application[]" - }, - "typeName": { - "baseType": { - "id": 12812, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12811, - "name": "Application", - "nameLocations": [ - "2577:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2577:11:37" - }, - "referencedDeclaration": 12901, - "src": "2577:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12813, - "nodeType": "ArrayTypeName", - "src": "2577:13:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - }, - "visibility": "internal" - } - ], - "id": 12821, - "initialValue": { - "arguments": [ - { - "id": 12819, - "name": "limit", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12803, - "src": "2625:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12818, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "2607:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct IApplicationManager.Application memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 12816, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12815, - "name": "Application", - "nameLocations": [ - "2611:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2611:11:37" - }, - "referencedDeclaration": 12901, - "src": "2611:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12817, - "nodeType": "ArrayTypeName", - "src": "2611:13:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - } - }, - "id": 12820, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2607:24:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2577:54:37" - }, - { - "assignments": [ - 12823 - ], - "declarations": [ - { - "constant": false, - "id": 12823, - "mutability": "mutable", - "name": "count", - "nameLocation": "2647:5:37", - "nodeType": "VariableDeclaration", - "scope": 12892, - "src": "2642:10:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12822, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "2642:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 12825, - "initialValue": { - "hexValue": "30", - "id": 12824, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "2655:1:37", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "2642:14:37" - }, - { - "assignments": [ - 12827 - ], - "declarations": [ - { - "constant": false, - "id": 12827, - "mutability": "mutable", - "name": "index", - "nameLocation": "2672:5:37", - "nodeType": "VariableDeclaration", - "scope": 12892, - "src": "2667:10:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12826, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "2667:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 12829, - "initialValue": { - "id": 12828, - "name": "start", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12801, - "src": "2680:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2667:18:37" - }, - { - "body": { - "id": 12856, - "nodeType": "Block", - "src": "2747:174:37", - "statements": [ - { - "condition": { - "arguments": [ - { - "id": 12838, - "name": "index", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12827, - "src": "2784:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12837, - "name": "applicationExists", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12640, - "src": "2766:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$_t_uint256_$returns$_t_bool_$", - "typeString": "function (uint256) view returns (bool)" - } - }, - "id": 12839, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2766:24:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12852, - "nodeType": "IfStatement", - "src": "2762:126:37", - "trueBody": { - "id": 12851, - "nodeType": "Block", - "src": "2792:96:37", - "statements": [ - { - "expression": { - "id": 12846, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12840, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12814, - "src": "2811:6:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "id": 12842, - "indexExpression": { - "id": 12841, - "name": "count", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12823, - "src": "2818:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "2811:13:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "baseExpression": { - "id": 12843, - "name": "applications", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12607, - "src": "2827:12:37", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_uint256_$_t_struct$_Application_$12901_storage_$", - "typeString": "mapping(uint256 => struct IApplicationManager.Application storage ref)" - } - }, - "id": 12845, - "indexExpression": { - "id": 12844, - "name": "index", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12827, - "src": "2840:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "2827:19:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage", - "typeString": "struct IApplicationManager.Application storage ref" - } - }, - "src": "2811:35:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12847, - "nodeType": "ExpressionStatement", - "src": "2811:35:37" - }, - { - "expression": { - "id": 12849, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "2865:7:37", - "subExpression": { - "id": 12848, - "name": "count", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12823, - "src": "2865:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 12850, - "nodeType": "ExpressionStatement", - "src": "2865:7:37" - } - ] - } - }, - { - "expression": { - "id": 12854, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "2902:7:37", - "subExpression": { - "id": 12853, - "name": "index", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12827, - "src": "2902:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 12855, - "nodeType": "ExpressionStatement", - "src": "2902:7:37" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "id": 12836, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 12832, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12830, - "name": "count", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12823, - "src": "2703:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 12831, - "name": "limit", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12803, - "src": "2711:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2703:13:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "BinaryOperation", - "operator": "&&", - "rightExpression": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 12835, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12833, - "name": "index", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12827, - "src": "2720:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 12834, - "name": "nextApplicationId", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12613, - "src": "2728:17:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "2720:25:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "src": "2703:42:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12857, - "nodeType": "WhileStatement", - "src": "2696:225:37" - }, - { - "assignments": [ - 12862 - ], - "declarations": [ - { - "constant": false, - "id": 12862, - "mutability": "mutable", - "name": "finalResult", - "nameLocation": "2954:11:37", - "nodeType": "VariableDeclaration", - "scope": 12892, - "src": "2933:32:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application[]" - }, - "typeName": { - "baseType": { - "id": 12860, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12859, - "name": "Application", - "nameLocations": [ - "2933:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2933:11:37" - }, - "referencedDeclaration": 12901, - "src": "2933:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12861, - "nodeType": "ArrayTypeName", - "src": "2933:13:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - }, - "visibility": "internal" - } - ], - "id": 12869, - "initialValue": { - "arguments": [ - { - "id": 12867, - "name": "count", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12823, - "src": "2986:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - ], - "id": 12866, - "isConstant": false, - "isLValue": false, - "isPure": true, - "lValueRequested": false, - "nodeType": "NewExpression", - "src": "2968:17:37", - "typeDescriptions": { - "typeIdentifier": "t_function_objectcreation_pure$_t_uint256_$returns$_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr_$", - "typeString": "function (uint256) pure returns (struct IApplicationManager.Application memory[] memory)" - }, - "typeName": { - "baseType": { - "id": 12864, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12863, - "name": "Application", - "nameLocations": [ - "2972:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2972:11:37" - }, - "referencedDeclaration": 12901, - "src": "2972:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12865, - "nodeType": "ArrayTypeName", - "src": "2972:13:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - } - }, - "id": 12868, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "2968:24:37", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "2933:59:37" - }, - { - "body": { - "id": 12888, - "nodeType": "Block", - "src": "3036:53:37", - "statements": [ - { - "expression": { - "id": 12886, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "id": 12880, - "name": "finalResult", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12862, - "src": "3051:11:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "id": 12882, - "indexExpression": { - "id": 12881, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12871, - "src": "3063:1:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "3051:14:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "baseExpression": { - "id": 12883, - "name": "result", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12814, - "src": "3068:6:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "id": 12885, - "indexExpression": { - "id": 12884, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12871, - "src": "3075:1:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "3068:9:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "src": "3051:26:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application memory" - } - }, - "id": 12887, - "nodeType": "ExpressionStatement", - "src": "3051:26:37" - } - ] - }, - "condition": { - "commonType": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "id": 12876, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftExpression": { - "id": 12874, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12871, - "src": "3020:1:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "nodeType": "BinaryOperation", - "operator": "<", - "rightExpression": { - "id": 12875, - "name": "count", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12823, - "src": "3024:5:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "src": "3020:9:37", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 12889, - "initializationExpression": { - "assignments": [ - 12871 - ], - "declarations": [ - { - "constant": false, - "id": 12871, - "mutability": "mutable", - "name": "i", - "nameLocation": "3013:1:37", - "nodeType": "VariableDeclaration", - "scope": 12889, - "src": "3008:6:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12870, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "3008:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "id": 12873, - "initialValue": { - "hexValue": "30", - "id": 12872, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "3017:1:37", - "typeDescriptions": { - "typeIdentifier": "t_rational_0_by_1", - "typeString": "int_const 0" - }, - "value": "0" - }, - "nodeType": "VariableDeclarationStatement", - "src": "3008:10:37" - }, - "isSimpleCounterLoop": true, - "loopExpression": { - "expression": { - "id": 12878, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "++", - "prefix": false, - "src": "3031:3:37", - "subExpression": { - "id": 12877, - "name": "i", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12871, - "src": "3031:1:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "id": 12879, - "nodeType": "ExpressionStatement", - "src": "3031:3:37" - }, - "nodeType": "ForStatement", - "src": "3003:86:37" - }, - { - "expression": { - "id": 12890, - "name": "finalResult", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 12862, - "src": "3106:11:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application memory[] memory" - } - }, - "functionReturnParameters": 12809, - "id": 12891, - "nodeType": "Return", - "src": "3099:18:37" - } - ] - }, - "functionSelector": "41702a16", - "id": 12893, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "getApplications", - "nameLocation": "2456:15:37", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12804, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12801, - "mutability": "mutable", - "name": "start", - "nameLocation": "2487:5:37", - "nodeType": "VariableDeclaration", - "scope": 12893, - "src": "2482:10:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12800, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "2482:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12803, - "mutability": "mutable", - "name": "limit", - "nameLocation": "2508:5:37", - "nodeType": "VariableDeclaration", - "scope": 12893, - "src": "2503:10:37", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12802, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "2503:4:37", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "2471:49:37" - }, - "returnParameters": { - "id": 12809, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12808, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12893, - "src": "2544:20:37", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application[]" - }, - "typeName": { - "baseType": { - "id": 12806, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12805, - "name": "Application", - "nameLocations": [ - "2544:11:37" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "2544:11:37" - }, - "referencedDeclaration": 12901, - "src": "2544:11:37", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12807, - "nodeType": "ArrayTypeName", - "src": "2544:13:37", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - }, - "visibility": "internal" - } - ], - "src": "2543:22:37" - }, - "scope": 12894, - "src": "2447:678:37", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 12895, - "src": "283:2845:37", - "usedErrors": [ - 7194, - 7200, - 7204, - 8013 - ], - "usedEvents": [ - 7190, - 12908, - 12915, - 12922 - ] - } - ], - "src": "40:3090:37" - }, - "id": 37 - }, - "contracts/IApplicationManager.sol": { - "ast": { - "absolutePath": "contracts/IApplicationManager.sol", - "exportedSymbols": { - "IApplicationManager": [ - 12966 - ] - }, - "id": 12967, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 12896, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "40:23:38" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IApplicationManager", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 12966, - "linearizedBaseContracts": [ - 12966 - ], - "name": "IApplicationManager", - "nameLocation": "77:19:38", - "nodeType": "ContractDefinition", - "nodes": [ - { - "canonicalName": "IApplicationManager.Application", - "id": 12901, - "members": [ - { - "constant": false, - "id": 12898, - "mutability": "mutable", - "name": "name", - "nameLocation": "141:4:38", - "nodeType": "VariableDeclaration", - "scope": 12901, - "src": "134:11:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - }, - "typeName": { - "id": 12897, - "name": "string", - "nodeType": "ElementaryTypeName", - "src": "134:6:38", - "typeDescriptions": { - "typeIdentifier": "t_string_storage_ptr", - "typeString": "string" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12900, - "mutability": "mutable", - "name": "account", - "nameLocation": "164:7:38", - "nodeType": "VariableDeclaration", - "scope": 12901, - "src": "156:15:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12899, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "156:7:38", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "name": "Application", - "nameLocation": "111:11:38", - "nodeType": "StructDefinition", - "scope": 12966, - "src": "104:75:38", - "visibility": "public" - }, - { - "anonymous": false, - "eventSelector": "c359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa2", - "id": 12908, - "name": "ApplicationCreated", - "nameLocation": "193:18:38", - "nodeType": "EventDefinition", - "parameters": { - "id": 12907, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12903, - "indexed": false, - "mutability": "mutable", - "name": "id", - "nameLocation": "217:2:38", - "nodeType": "VariableDeclaration", - "scope": 12908, - "src": "212:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12902, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "212:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12906, - "indexed": false, - "mutability": "mutable", - "name": "application", - "nameLocation": "233:11:38", - "nodeType": "VariableDeclaration", - "scope": 12908, - "src": "221:23:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12905, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12904, - "name": "Application", - "nameLocations": [ - "221:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "221:11:38" - }, - "referencedDeclaration": 12901, - "src": "221:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "211:34:38" - }, - "src": "187:59:38" - }, - { - "anonymous": false, - "eventSelector": "004e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d52623", - "id": 12915, - "name": "ApplicationUpdated", - "nameLocation": "258:18:38", - "nodeType": "EventDefinition", - "parameters": { - "id": 12914, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12910, - "indexed": false, - "mutability": "mutable", - "name": "id", - "nameLocation": "282:2:38", - "nodeType": "VariableDeclaration", - "scope": 12915, - "src": "277:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12909, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "277:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12913, - "indexed": false, - "mutability": "mutable", - "name": "application", - "nameLocation": "298:11:38", - "nodeType": "VariableDeclaration", - "scope": 12915, - "src": "286:23:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12912, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12911, - "name": "Application", - "nameLocations": [ - "286:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "286:11:38" - }, - "referencedDeclaration": 12901, - "src": "286:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "276:34:38" - }, - "src": "252:59:38" - }, - { - "anonymous": false, - "eventSelector": "3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c611431493010592", - "id": 12922, - "name": "ApplicationDeleted", - "nameLocation": "323:18:38", - "nodeType": "EventDefinition", - "parameters": { - "id": 12921, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12917, - "indexed": false, - "mutability": "mutable", - "name": "id", - "nameLocation": "347:2:38", - "nodeType": "VariableDeclaration", - "scope": 12922, - "src": "342:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12916, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "342:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12920, - "indexed": false, - "mutability": "mutable", - "name": "application", - "nameLocation": "363:11:38", - "nodeType": "VariableDeclaration", - "scope": 12922, - "src": "351:23:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12919, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12918, - "name": "Application", - "nameLocations": [ - "351:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "351:11:38" - }, - "referencedDeclaration": 12901, - "src": "351:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "341:34:38" - }, - "src": "317:59:38" - }, - { - "functionSelector": "cec9d7da", - "id": 12927, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getNextApplicationId", - "nameLocation": "393:20:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12923, - "nodeType": "ParameterList", - "parameters": [], - "src": "413:2:38" - }, - "returnParameters": { - "id": 12926, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12925, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12927, - "src": "439:4:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12924, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "439:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "438:6:38" - }, - "scope": 12966, - "src": "384:61:38", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "36112a14", - "id": 12933, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "createApplication", - "nameLocation": "460:17:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12931, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12930, - "mutability": "mutable", - "name": "application", - "nameLocation": "497:11:38", - "nodeType": "VariableDeclaration", - "scope": 12933, - "src": "478:30:38", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12929, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12928, - "name": "Application", - "nameLocations": [ - "478:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "478:11:38" - }, - "referencedDeclaration": 12901, - "src": "478:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "477:32:38" - }, - "returnParameters": { - "id": 12932, - "nodeType": "ParameterList", - "parameters": [], - "src": "518:0:38" - }, - "scope": 12966, - "src": "451:68:38", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "ecdfe9b4", - "id": 12941, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "updateApplication", - "nameLocation": "534:17:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12939, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12935, - "mutability": "mutable", - "name": "id", - "nameLocation": "557:2:38", - "nodeType": "VariableDeclaration", - "scope": 12941, - "src": "552:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12934, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "552:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12938, - "mutability": "mutable", - "name": "application", - "nameLocation": "580:11:38", - "nodeType": "VariableDeclaration", - "scope": 12941, - "src": "561:30:38", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12937, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12936, - "name": "Application", - "nameLocations": [ - "561:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "561:11:38" - }, - "referencedDeclaration": 12901, - "src": "561:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "551:41:38" - }, - "returnParameters": { - "id": 12940, - "nodeType": "ParameterList", - "parameters": [], - "src": "601:0:38" - }, - "scope": 12966, - "src": "525:77:38", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "7823c1e3", - "id": 12946, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "deleteApplication", - "nameLocation": "617:17:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12944, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12943, - "mutability": "mutable", - "name": "id", - "nameLocation": "640:2:38", - "nodeType": "VariableDeclaration", - "scope": 12946, - "src": "635:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12942, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "635:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "634:9:38" - }, - "returnParameters": { - "id": 12945, - "nodeType": "ParameterList", - "parameters": [], - "src": "652:0:38" - }, - "scope": 12966, - "src": "608:45:38", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "1f2f4bfd", - "id": 12954, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getApplication", - "nameLocation": "668:14:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12949, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12948, - "mutability": "mutable", - "name": "id", - "nameLocation": "688:2:38", - "nodeType": "VariableDeclaration", - "scope": 12954, - "src": "683:7:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12947, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "683:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "682:9:38" - }, - "returnParameters": { - "id": 12953, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12952, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12954, - "src": "715:18:38", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_memory_ptr", - "typeString": "struct IApplicationManager.Application" - }, - "typeName": { - "id": 12951, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12950, - "name": "Application", - "nameLocations": [ - "715:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "715:11:38" - }, - "referencedDeclaration": 12901, - "src": "715:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "visibility": "internal" - } - ], - "src": "714:20:38" - }, - "scope": 12966, - "src": "659:76:38", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "41702a16", - "id": 12965, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "getApplications", - "nameLocation": "750:15:38", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12959, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12956, - "mutability": "mutable", - "name": "start", - "nameLocation": "771:5:38", - "nodeType": "VariableDeclaration", - "scope": 12965, - "src": "766:10:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12955, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "766:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12958, - "mutability": "mutable", - "name": "limit", - "nameLocation": "783:5:38", - "nodeType": "VariableDeclaration", - "scope": 12965, - "src": "778:10:38", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 12957, - "name": "uint", - "nodeType": "ElementaryTypeName", - "src": "778:4:38", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "765:24:38" - }, - "returnParameters": { - "id": 12964, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12963, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 12965, - "src": "808:20:38", - "stateVariable": false, - "storageLocation": "memory", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr", - "typeString": "struct IApplicationManager.Application[]" - }, - "typeName": { - "baseType": { - "id": 12961, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 12960, - "name": "Application", - "nameLocations": [ - "808:11:38" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 12901, - "src": "808:11:38" - }, - "referencedDeclaration": 12901, - "src": "808:11:38", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Application_$12901_storage_ptr", - "typeString": "struct IApplicationManager.Application" - } - }, - "id": 12962, - "nodeType": "ArrayTypeName", - "src": "808:13:38", - "typeDescriptions": { - "typeIdentifier": "t_array$_t_struct$_Application_$12901_storage_$dyn_storage_ptr", - "typeString": "struct IApplicationManager.Application[]" - } - }, - "visibility": "internal" - } - ], - "src": "807:22:38" - }, - "scope": 12966, - "src": "741:89:38", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - } - ], - "scope": 12967, - "src": "67:766:38", - "usedErrors": [], - "usedEvents": [ - 12908, - 12915, - 12922 - ] - } - ], - "src": "40:795:38" - }, - "id": 38 - }, - "contracts/IOIDPermissionManager.sol": { - "ast": { - "absolutePath": "contracts/IOIDPermissionManager.sol", - "exportedSymbols": { - "IOIDPermissionManager": [ - 13008 - ] - }, - "id": 13009, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 12968, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:39" - }, - { - "abstract": false, - "baseContracts": [], - "canonicalName": "IOIDPermissionManager", - "contractDependencies": [], - "contractKind": "interface", - "fullyImplemented": false, - "id": 13008, - "linearizedBaseContracts": [ - 13008 - ], - "name": "IOIDPermissionManager", - "nameLocation": "74:21:39", - "nodeType": "ContractDefinition", - "nodes": [ - { - "anonymous": false, - "eventSelector": "a7dbb3dd7fc1f02d38df3ba26b3867fa7010e3497f7a3e33f0b1a75e794d8f35", - "id": 12976, - "name": "PermissionUpdated", - "nameLocation": "108:17:39", - "nodeType": "EventDefinition", - "parameters": { - "id": 12975, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12970, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "134:3:39", - "nodeType": "VariableDeclaration", - "scope": 12976, - "src": "126:11:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 12969, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "126:7:39", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12972, - "indexed": false, - "mutability": "mutable", - "name": "account", - "nameLocation": "147:7:39", - "nodeType": "VariableDeclaration", - "scope": 12976, - "src": "139:15:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12971, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "139:7:39", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12974, - "indexed": false, - "mutability": "mutable", - "name": "granted", - "nameLocation": "161:7:39", - "nodeType": "VariableDeclaration", - "scope": 12976, - "src": "156:12:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 12973, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "156:4:39", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "125:44:39" - }, - "src": "102:68:39" - }, - { - "anonymous": false, - "eventSelector": "6141027360138332168ec2714fd6ca47a06cdca7c954da2910aa62b81acfed3e", - "id": 12984, - "name": "PermissionDeleted", - "nameLocation": "181:17:39", - "nodeType": "EventDefinition", - "parameters": { - "id": 12983, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12978, - "indexed": false, - "mutability": "mutable", - "name": "uid", - "nameLocation": "207:3:39", - "nodeType": "VariableDeclaration", - "scope": 12984, - "src": "199:11:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 12977, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "199:7:39", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12980, - "indexed": false, - "mutability": "mutable", - "name": "account", - "nameLocation": "220:7:39", - "nodeType": "VariableDeclaration", - "scope": 12984, - "src": "212:15:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12979, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "212:7:39", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12982, - "indexed": false, - "mutability": "mutable", - "name": "granted", - "nameLocation": "234:7:39", - "nodeType": "VariableDeclaration", - "scope": 12984, - "src": "229:12:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 12981, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "229:4:39", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "198:44:39" - }, - "src": "175:68:39" - }, - { - "functionSelector": "bc586456", - "id": 12991, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "grantPermission", - "nameLocation": "258:15:39", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12989, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12986, - "mutability": "mutable", - "name": "uid", - "nameLocation": "282:3:39", - "nodeType": "VariableDeclaration", - "scope": 12991, - "src": "274:11:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 12985, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "274:7:39", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12988, - "mutability": "mutable", - "name": "account", - "nameLocation": "295:7:39", - "nodeType": "VariableDeclaration", - "scope": 12991, - "src": "287:15:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12987, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "287:7:39", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "273:30:39" - }, - "returnParameters": { - "id": 12990, - "nodeType": "ParameterList", - "parameters": [], - "src": "312:0:39" - }, - "scope": 13008, - "src": "249:64:39", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "a6a8f17b", - "id": 12998, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "revokePermission", - "nameLocation": "328:16:39", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 12996, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 12993, - "mutability": "mutable", - "name": "uid", - "nameLocation": "353:3:39", - "nodeType": "VariableDeclaration", - "scope": 12998, - "src": "345:11:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 12992, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "345:7:39", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 12995, - "mutability": "mutable", - "name": "account", - "nameLocation": "366:7:39", - "nodeType": "VariableDeclaration", - "scope": 12998, - "src": "358:15:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 12994, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "358:7:39", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "344:30:39" - }, - "returnParameters": { - "id": 12997, - "nodeType": "ParameterList", - "parameters": [], - "src": "383:0:39" - }, - "scope": 13008, - "src": "319:65:39", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "functionSelector": "28545c0d", - "id": 13007, - "implemented": false, - "kind": "function", - "modifiers": [], - "name": "hasPermission", - "nameLocation": "399:13:39", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13003, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13000, - "mutability": "mutable", - "name": "uid", - "nameLocation": "430:3:39", - "nodeType": "VariableDeclaration", - "scope": 13007, - "src": "422:11:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 12999, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "422:7:39", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13002, - "mutability": "mutable", - "name": "account", - "nameLocation": "451:7:39", - "nodeType": "VariableDeclaration", - "scope": 13007, - "src": "443:15:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13001, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "443:7:39", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "412:52:39" - }, - "returnParameters": { - "id": 13006, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13005, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 13007, - "src": "488:4:39", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 13004, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "488:4:39", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "487:6:39" - }, - "scope": 13008, - "src": "390:104:39", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 13009, - "src": "64:432:39", - "usedErrors": [], - "usedEvents": [ - 12976, - 12984 - ] - } - ], - "src": "39:458:39" - }, - "id": 39 - }, - "contracts/Imports.sol": { - "ast": { - "absolutePath": "contracts/Imports.sol", - "exportedSymbols": { - "AccessDenied": [ - 9 - ], - "Address": [ - 7969 - ], - "Attestation": [ - 49 - ], - "AttestationRequest": [ - 2049 - ], - "AttestationRequestData": [ - 2042 - ], - "DeadlineExpired": [ - 11 - ], - "DelegatedAttestationRequest": [ - 2063 - ], - "DelegatedProxyAttestationRequest": [ - 2962 - ], - "DelegatedProxyRevocationRequest": [ - 2992 - ], - "DelegatedRevocationRequest": [ - 2114 - ], - "EAS": [ - 2019 - ], - "ECDSA": [ - 8998 - ], - "EIP1271Verifier": [ - 2922 - ], - "EIP712": [ - 9225 - ], - "EIP712Proxy": [ - 3774 - ], - "EMPTY_UID": [ - 4 - ], - "IEAS": [ - 2326 - ], - "ISchemaRegistry": [ - 2379 - ], - "ISchemaResolver": [ - 3834 - ], - "InvalidEAS": [ - 13 - ], - "InvalidLength": [ - 15 - ], - "InvalidSignature": [ - 17 - ], - "MultiAttestationRequest": [ - 2071 - ], - "MultiDelegatedAttestationRequest": [ - 2087 - ], - "MultiDelegatedProxyAttestationRequest": [ - 2978 - ], - "MultiDelegatedProxyRevocationRequest": [ - 3008 - ], - "MultiDelegatedRevocationRequest": [ - 2138 - ], - "MultiRevocationRequest": [ - 2122 - ], - "NO_EXPIRATION_TIME": [ - 7 - ], - "NotFound": [ - 19 - ], - "RevocationRequest": [ - 2100 - ], - "RevocationRequestData": [ - 2093 - ], - "SchemaRecord": [ - 2343 - ], - "SchemaRegistry": [ - 2521 - ], - "Semver": [ - 2588 - ], - "Signature": [ - 27 - ], - "uncheckedInc": [ - 65 - ] - }, - "id": 13014, - "license": "Unlicense", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 13010, - "literals": [ - "solidity", - "^", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "38:24:40" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol", - "id": 13011, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13014, - "sourceUnit": 2522, - "src": "64:82:40", - "symbolAliases": [], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol", - "id": 13012, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13014, - "sourceUnit": 2020, - "src": "147:71:40", - "symbolAliases": [], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol", - "id": 13013, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13014, - "sourceUnit": 3775, - "src": "219:92:40", - "symbolAliases": [], - "unitAlias": "" - } - ], - "src": "38:274:40" - }, - "id": 40 - }, - "contracts/OIDAccessManager.sol": { - "ast": { - "absolutePath": "contracts/OIDAccessManager.sol", - "exportedSymbols": { - "AccessManagerUpgradeable": [ - 6513 - ], - "OIDAccessManager": [ - 13031 - ] - }, - "id": 13032, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 13015, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:41" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol", - "id": 13017, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13032, - "sourceUnit": 6514, - "src": "109:121:41", - "symbolAliases": [ - { - "foreign": { - "id": 13016, - "name": "AccessManagerUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 6513, - "src": "117:24:41", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 13018, - "name": "AccessManagerUpgradeable", - "nameLocations": [ - "261:24:41" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6513, - "src": "261:24:41" - }, - "id": 13019, - "nodeType": "InheritanceSpecifier", - "src": "261:24:41" - } - ], - "canonicalName": "OIDAccessManager", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 13031, - "linearizedBaseContracts": [ - 13031, - 6513, - 7661, - 6916, - 6813, - 6767 - ], - "name": "OIDAccessManager", - "nameLocation": "241:16:41", - "nodeType": "ContractDefinition", - "nodes": [ - { - "body": { - "id": 13029, - "nodeType": "Block", - "src": "333:49:41", - "statements": [ - { - "expression": { - "arguments": [ - { - "expression": { - "id": 13025, - "name": "msg", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": -15, - "src": "364:3:41", - "typeDescriptions": { - "typeIdentifier": "t_magic_message", - "typeString": "msg" - } - }, - "id": 13026, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "368:6:41", - "memberName": "sender", - "nodeType": "MemberAccess", - "src": "364:10:41", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 13024, - "name": "__AccessManager_init", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4536, - "src": "343:20:41", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 13027, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "343:32:41", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 13028, - "nodeType": "ExpressionStatement", - "src": "343:32:41" - } - ] - }, - "functionSelector": "8129fc1c", - "id": 13030, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 13022, - "kind": "modifierInvocation", - "modifierName": { - "id": 13021, - "name": "initializer", - "nameLocations": [ - "321:11:41" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6621, - "src": "321:11:41" - }, - "nodeType": "ModifierInvocation", - "src": "321:11:41" - } - ], - "name": "initialize", - "nameLocation": "301:10:41", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13020, - "nodeType": "ParameterList", - "parameters": [], - "src": "311:2:41" - }, - "returnParameters": { - "id": 13023, - "nodeType": "ParameterList", - "parameters": [], - "src": "333:0:41" - }, - "scope": 13031, - "src": "292:90:41", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - } - ], - "scope": 13032, - "src": "232:152:41", - "usedErrors": [ - 6530, - 6533, - 7337, - 7341, - 7345, - 7349, - 7353, - 7357, - 7359, - 7365, - 7373, - 7377, - 7387, - 7391, - 7724, - 7729, - 7732, - 10464 - ], - "usedEvents": [ - 6538, - 7244, - 7251, - 7258, - 7265, - 7278, - 7285, - 7292, - 7299, - 7308, - 7315, - 7324, - 7333 - ] - } - ], - "src": "39:346:41" - }, - "id": 41 - }, - "contracts/OIDPermissionManager.sol": { - "ast": { - "absolutePath": "contracts/OIDPermissionManager.sol", - "exportedSymbols": { - "IOIDPermissionManager": [ - 13008 - ], - "OIDPermissionManager": [ - 13094 - ] - }, - "id": 13095, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 13033, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:42" - }, - { - "absolutePath": "contracts/IOIDPermissionManager.sol", - "file": "./IOIDPermissionManager.sol", - "id": 13035, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13095, - "sourceUnit": 13009, - "src": "64:66:42", - "symbolAliases": [ - { - "foreign": { - "id": 13034, - "name": "IOIDPermissionManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13008, - "src": "72:21:42", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 13036, - "name": "IOIDPermissionManager", - "nameLocations": [ - "165:21:42" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 13008, - "src": "165:21:42" - }, - "id": 13037, - "nodeType": "InheritanceSpecifier", - "src": "165:21:42" - } - ], - "canonicalName": "OIDPermissionManager", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 13094, - "linearizedBaseContracts": [ - 13094, - 13008 - ], - "name": "OIDPermissionManager", - "nameLocation": "141:20:42", - "nodeType": "ContractDefinition", - "nodes": [ - { - "constant": false, - "id": 13043, - "mutability": "mutable", - "name": "permissions", - "nameLocation": "246:11:42", - "nodeType": "VariableDeclaration", - "scope": 13094, - "src": "193:64:42", - "stateVariable": true, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - }, - "typeName": { - "id": 13042, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 13038, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "201:7:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "nodeType": "Mapping", - "src": "193:44:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 13041, - "keyName": "", - "keyNameLocation": "-1:-1:-1", - "keyType": { - "id": 13039, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "220:7:42", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "nodeType": "Mapping", - "src": "212:24:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - }, - "valueName": "", - "valueNameLocation": "-1:-1:-1", - "valueType": { - "id": 13040, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "231:4:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - } - } - }, - "visibility": "private" - }, - { - "baseFunctions": [ - 12991 - ], - "body": { - "id": 13058, - "nodeType": "Block", - "src": "328:49:42", - "statements": [ - { - "expression": { - "id": 13056, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "baseExpression": { - "id": 13050, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13043, - "src": "338:11:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - } - }, - "id": 13053, - "indexExpression": { - "id": 13051, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13045, - "src": "350:3:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "338:16:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 13054, - "indexExpression": { - "id": 13052, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13047, - "src": "355:7:42", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "338:25:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "74727565", - "id": 13055, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "366:4:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "src": "338:32:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 13057, - "nodeType": "ExpressionStatement", - "src": "338:32:42" - } - ] - }, - "functionSelector": "bc586456", - "id": 13059, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "grantPermission", - "nameLocation": "273:15:42", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13048, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13045, - "mutability": "mutable", - "name": "uid", - "nameLocation": "297:3:42", - "nodeType": "VariableDeclaration", - "scope": 13059, - "src": "289:11:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 13044, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "289:7:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13047, - "mutability": "mutable", - "name": "account", - "nameLocation": "310:7:42", - "nodeType": "VariableDeclaration", - "scope": 13059, - "src": "302:15:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13046, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "302:7:42", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "288:30:42" - }, - "returnParameters": { - "id": 13049, - "nodeType": "ParameterList", - "parameters": [], - "src": "328:0:42" - }, - "scope": 13094, - "src": "264:113:42", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 12998 - ], - "body": { - "id": 13075, - "nodeType": "Block", - "src": "457:50:42", - "statements": [ - { - "expression": { - "id": 13073, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "leftHandSide": { - "baseExpression": { - "baseExpression": { - "id": 13067, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13043, - "src": "467:11:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - } - }, - "id": 13070, - "indexExpression": { - "id": 13068, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13061, - "src": "479:3:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "467:16:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 13071, - "indexExpression": { - "id": 13069, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13063, - "src": "484:7:42", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": true, - "nodeType": "IndexAccess", - "src": "467:25:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "nodeType": "Assignment", - "operator": "=", - "rightHandSide": { - "hexValue": "66616c7365", - "id": 13072, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "495:5:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "false" - }, - "src": "467:33:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 13074, - "nodeType": "ExpressionStatement", - "src": "467:33:42" - } - ] - }, - "functionSelector": "a6a8f17b", - "id": 13076, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "revokePermission", - "nameLocation": "392:16:42", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 13065, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "448:8:42" - }, - "parameters": { - "id": 13064, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13061, - "mutability": "mutable", - "name": "uid", - "nameLocation": "417:3:42", - "nodeType": "VariableDeclaration", - "scope": 13076, - "src": "409:11:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 13060, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "409:7:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13063, - "mutability": "mutable", - "name": "account", - "nameLocation": "430:7:42", - "nodeType": "VariableDeclaration", - "scope": 13076, - "src": "422:15:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13062, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "422:7:42", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "408:30:42" - }, - "returnParameters": { - "id": 13066, - "nodeType": "ParameterList", - "parameters": [], - "src": "457:0:42" - }, - "scope": 13094, - "src": "383:124:42", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "external" - }, - { - "baseFunctions": [ - 13007 - ], - "body": { - "id": 13092, - "nodeType": "Block", - "src": "626:49:42", - "statements": [ - { - "expression": { - "baseExpression": { - "baseExpression": { - "id": 13086, - "name": "permissions", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13043, - "src": "643:11:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_bytes32_$_t_mapping$_t_address_$_t_bool_$_$", - "typeString": "mapping(bytes32 => mapping(address => bool))" - } - }, - "id": 13088, - "indexExpression": { - "id": 13087, - "name": "uid", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13078, - "src": "655:3:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "643:16:42", - "typeDescriptions": { - "typeIdentifier": "t_mapping$_t_address_$_t_bool_$", - "typeString": "mapping(address => bool)" - } - }, - "id": 13090, - "indexExpression": { - "id": 13089, - "name": "account", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13080, - "src": "660:7:42", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "isConstant": false, - "isLValue": true, - "isPure": false, - "lValueRequested": false, - "nodeType": "IndexAccess", - "src": "643:25:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "functionReturnParameters": 13085, - "id": 13091, - "nodeType": "Return", - "src": "636:32:42" - } - ] - }, - "functionSelector": "28545c0d", - "id": 13093, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "hasPermission", - "nameLocation": "522:13:42", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 13082, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "602:8:42" - }, - "parameters": { - "id": 13081, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13078, - "mutability": "mutable", - "name": "uid", - "nameLocation": "553:3:42", - "nodeType": "VariableDeclaration", - "scope": 13093, - "src": "545:11:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - }, - "typeName": { - "id": 13077, - "name": "bytes32", - "nodeType": "ElementaryTypeName", - "src": "545:7:42", - "typeDescriptions": { - "typeIdentifier": "t_bytes32", - "typeString": "bytes32" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13080, - "mutability": "mutable", - "name": "account", - "nameLocation": "574:7:42", - "nodeType": "VariableDeclaration", - "scope": 13093, - "src": "566:15:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13079, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "566:7:42", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "535:52:42" - }, - "returnParameters": { - "id": 13085, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13084, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 13093, - "src": "620:4:42", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 13083, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "620:4:42", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "619:6:42" - }, - "scope": 13094, - "src": "513:162:42", - "stateMutability": "view", - "virtual": false, - "visibility": "external" - } - ], - "scope": 13095, - "src": "132:545:42", - "usedErrors": [], - "usedEvents": [ - 12976, - 12984 - ] - } - ], - "src": "39:639:42" - }, - "id": 42 - }, - "contracts/OIDResolver.sol": { - "ast": { - "absolutePath": "contracts/OIDResolver.sol", - "exportedSymbols": { - "AccessManagedUpgradeable": [ - 4409 - ], - "Attestation": [ - 49 - ], - "IAccessManager": [ - 7661 - ], - "IEAS": [ - 2326 - ], - "OIDResolver": [ - 13213 - ], - "SchemaResolver": [ - 4161 - ] - }, - "id": 13214, - "license": "UNLICENSED", - "nodeType": "SourceUnit", - "nodes": [ - { - "id": 13096, - "literals": [ - "solidity", - "0.8", - ".26" - ], - "nodeType": "PragmaDirective", - "src": "39:23:43" - }, - { - "absolutePath": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", - "file": "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol", - "id": 13098, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13214, - "sourceUnit": 4410, - "src": "109:121:43", - "symbolAliases": [ - { - "foreign": { - "id": 13097, - "name": "AccessManagedUpgradeable", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4409, - "src": "117:24:43", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol", - "id": 13100, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13214, - "sourceUnit": 2327, - "src": "231:84:43", - "symbolAliases": [ - { - "foreign": { - "id": 13099, - "name": "IEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 2326, - "src": "239:4:43", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/Common.sol", - "id": 13102, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13214, - "sourceUnit": 66, - "src": "316:93:43", - "symbolAliases": [ - { - "foreign": { - "id": 13101, - "name": "Attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 49, - "src": "324:11:43", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol", - "file": "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol", - "id": 13104, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13214, - "sourceUnit": 4162, - "src": "410:113:43", - "symbolAliases": [ - { - "foreign": { - "id": 13103, - "name": "SchemaResolver", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4161, - "src": "418:14:43", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "absolutePath": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "file": "@openzeppelin/contracts/access/manager/IAccessManager.sol", - "id": 13106, - "nameLocation": "-1:-1:-1", - "nodeType": "ImportDirective", - "scope": 13214, - "sourceUnit": 7662, - "src": "524:89:43", - "symbolAliases": [ - { - "foreign": { - "id": 13105, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "532:14:43", - "typeDescriptions": {} - }, - "nameLocation": "-1:-1:-1" - } - ], - "unitAlias": "" - }, - { - "abstract": false, - "baseContracts": [ - { - "baseName": { - "id": 13107, - "name": "SchemaResolver", - "nameLocations": [ - "639:14:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4161, - "src": "639:14:43" - }, - "id": 13108, - "nodeType": "InheritanceSpecifier", - "src": "639:14:43" - }, - { - "baseName": { - "id": 13109, - "name": "AccessManagedUpgradeable", - "nameLocations": [ - "655:24:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4409, - "src": "655:24:43" - }, - "id": 13110, - "nodeType": "InheritanceSpecifier", - "src": "655:24:43" - } - ], - "canonicalName": "OIDResolver", - "contractDependencies": [], - "contractKind": "contract", - "fullyImplemented": true, - "id": 13213, - "linearizedBaseContracts": [ - 13213, - 4409, - 7223, - 6813, - 6767, - 4161, - 2588, - 3834, - 2389 - ], - "name": "OIDResolver", - "nameLocation": "624:11:43", - "nodeType": "ContractDefinition", - "nodes": [ - { - "errorSelector": "93693b7a", - "id": 13114, - "name": "UnauthorizedAttester", - "nameLocation": "692:20:43", - "nodeType": "ErrorDefinition", - "parameters": { - "id": 13113, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13112, - "mutability": "mutable", - "name": "attester", - "nameLocation": "721:8:43", - "nodeType": "VariableDeclaration", - "scope": 13114, - "src": "713:16:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13111, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "713:7:43", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "712:18:43" - }, - "src": "686:45:43" - }, - { - "body": { - "id": 13123, - "nodeType": "Block", - "src": "793:2:43", - "statements": [] - }, - "id": 13124, - "implemented": true, - "kind": "constructor", - "modifiers": [ - { - "arguments": [ - { - "id": 13120, - "name": "initialEAS", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13117, - "src": "781:10:43", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - } - ], - "id": 13121, - "kind": "baseConstructorSpecifier", - "modifierName": { - "id": 13119, - "name": "SchemaResolver", - "nameLocations": [ - "766:14:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 4161, - "src": "766:14:43" - }, - "nodeType": "ModifierInvocation", - "src": "766:26:43" - } - ], - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13118, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13117, - "mutability": "mutable", - "name": "initialEAS", - "nameLocation": "754:10:43", - "nodeType": "VariableDeclaration", - "scope": 13124, - "src": "749:15:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 13116, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 13115, - "name": "IEAS", - "nameLocations": [ - "749:4:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "749:4:43" - }, - "referencedDeclaration": 2326, - "src": "749:4:43", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "748:17:43" - }, - "returnParameters": { - "id": 13122, - "nodeType": "ParameterList", - "parameters": [], - "src": "793:0:43" - }, - "scope": 13213, - "src": "737:58:43", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 13133, - "nodeType": "Block", - "src": "842:52:43", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 13129, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13126, - "src": "867:8:43", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 13128, - "name": "_checkAttester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13212, - "src": "852:14:43", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 13130, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "852:24:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 13131, - "nodeType": "ExpressionStatement", - "src": "852:24:43" - }, - { - "id": 13132, - "nodeType": "PlaceholderStatement", - "src": "886:1:43" - } - ] - }, - "id": 13134, - "name": "checkAttester", - "nameLocation": "810:13:43", - "nodeType": "ModifierDefinition", - "parameters": { - "id": 13127, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13126, - "mutability": "mutable", - "name": "attester", - "nameLocation": "832:8:43", - "nodeType": "VariableDeclaration", - "scope": 13134, - "src": "824:16:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13125, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "824:7:43", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "823:18:43" - }, - "src": "801:93:43", - "virtual": false, - "visibility": "internal" - }, - { - "body": { - "id": 13145, - "nodeType": "Block", - "src": "965:55:43", - "statements": [ - { - "expression": { - "arguments": [ - { - "id": 13142, - "name": "initialAuthority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13136, - "src": "996:16:43", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 13141, - "name": "__AccessManaged_init", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4212, - "src": "975:20:43", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_nonpayable$_t_address_$returns$__$", - "typeString": "function (address)" - } - }, - "id": 13143, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "975:38:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$__$", - "typeString": "tuple()" - } - }, - "id": 13144, - "nodeType": "ExpressionStatement", - "src": "975:38:43" - } - ] - }, - "functionSelector": "c4d66de8", - "id": 13146, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "id": 13139, - "kind": "modifierInvocation", - "modifierName": { - "id": 13138, - "name": "initializer", - "nameLocations": [ - "953:11:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 6621, - "src": "953:11:43" - }, - "nodeType": "ModifierInvocation", - "src": "953:11:43" - } - ], - "name": "initialize", - "nameLocation": "909:10:43", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13137, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13136, - "mutability": "mutable", - "name": "initialAuthority", - "nameLocation": "928:16:43", - "nodeType": "VariableDeclaration", - "scope": 13146, - "src": "920:24:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13135, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "920:7:43", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "919:26:43" - }, - "returnParameters": { - "id": 13140, - "nodeType": "ParameterList", - "parameters": [], - "src": "965:0:43" - }, - "scope": 13213, - "src": "900:120:43", - "stateMutability": "nonpayable", - "virtual": false, - "visibility": "public" - }, - { - "baseFunctions": [ - 4132 - ], - "body": { - "id": 13163, - "nodeType": "Block", - "src": "1236:28:43", - "statements": [ - { - "expression": { - "hexValue": "74727565", - "id": 13161, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1253:4:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 13160, - "id": 13162, - "nodeType": "Return", - "src": "1246:11:43" - } - ] - }, - "id": 13164, - "implemented": true, - "kind": "function", - "modifiers": [ - { - "arguments": [ - { - "expression": { - "id": 13155, - "name": "attestation", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13149, - "src": "1187:11:43", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation calldata" - } - }, - "id": 13156, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1199:8:43", - "memberName": "attester", - "nodeType": "MemberAccess", - "referencedDeclaration": 44, - "src": "1187:20:43", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "id": 13157, - "kind": "modifierInvocation", - "modifierName": { - "id": 13154, - "name": "checkAttester", - "nameLocations": [ - "1173:13:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 13134, - "src": "1173:13:43" - }, - "nodeType": "ModifierInvocation", - "src": "1173:35:43" - } - ], - "name": "onAttest", - "nameLocation": "1035:8:43", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 13153, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1156:8:43" - }, - "parameters": { - "id": 13152, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13149, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1074:11:43", - "nodeType": "VariableDeclaration", - "scope": 13164, - "src": "1053:32:43", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 13148, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 13147, - "name": "Attestation", - "nameLocations": [ - "1053:11:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1053:11:43" - }, - "referencedDeclaration": 49, - "src": "1053:11:43", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13151, - "mutability": "mutable", - "name": "value", - "nameLocation": "1103:5:43", - "nodeType": "VariableDeclaration", - "scope": 13164, - "src": "1095:13:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 13150, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1095:7:43", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1043:71:43" - }, - "returnParameters": { - "id": 13160, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13159, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 13164, - "src": "1226:4:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 13158, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1226:4:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1225:6:43" - }, - "scope": 13213, - "src": "1026:238:43", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "baseFunctions": [ - 4143 - ], - "body": { - "id": 13177, - "nodeType": "Block", - "src": "1400:28:43", - "statements": [ - { - "expression": { - "hexValue": "74727565", - "id": 13175, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "bool", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1417:4:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "value": "true" - }, - "functionReturnParameters": 13174, - "id": 13176, - "nodeType": "Return", - "src": "1410:11:43" - } - ] - }, - "id": 13178, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "onRevoke", - "nameLocation": "1279:8:43", - "nodeType": "FunctionDefinition", - "overrides": { - "id": 13171, - "nodeType": "OverrideSpecifier", - "overrides": [], - "src": "1376:8:43" - }, - "parameters": { - "id": 13170, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13167, - "mutability": "mutable", - "name": "attestation", - "nameLocation": "1318:11:43", - "nodeType": "VariableDeclaration", - "scope": 13178, - "src": "1297:32:43", - "stateVariable": false, - "storageLocation": "calldata", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_calldata_ptr", - "typeString": "struct Attestation" - }, - "typeName": { - "id": 13166, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 13165, - "name": "Attestation", - "nameLocations": [ - "1297:11:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 49, - "src": "1297:11:43" - }, - "referencedDeclaration": 49, - "src": "1297:11:43", - "typeDescriptions": { - "typeIdentifier": "t_struct$_Attestation_$49_storage_ptr", - "typeString": "struct Attestation" - } - }, - "visibility": "internal" - }, - { - "constant": false, - "id": 13169, - "mutability": "mutable", - "name": "value", - "nameLocation": "1347:5:43", - "nodeType": "VariableDeclaration", - "scope": 13178, - "src": "1339:13:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - }, - "typeName": { - "id": 13168, - "name": "uint256", - "nodeType": "ElementaryTypeName", - "src": "1339:7:43", - "typeDescriptions": { - "typeIdentifier": "t_uint256", - "typeString": "uint256" - } - }, - "visibility": "internal" - } - ], - "src": "1287:71:43" - }, - "returnParameters": { - "id": 13174, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13173, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 13178, - "src": "1394:4:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 13172, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1394:4:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - } - ], - "src": "1393:6:43" - }, - "scope": 13213, - "src": "1270:158:43", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - }, - { - "body": { - "id": 13186, - "nodeType": "Block", - "src": "1476:28:43", - "statements": [ - { - "expression": { - "id": 13184, - "name": "_eas", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 3860, - "src": "1493:4:43", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "functionReturnParameters": 13183, - "id": 13185, - "nodeType": "Return", - "src": "1486:11:43" - } - ] - }, - "functionSelector": "8150864d", - "id": 13187, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "eas", - "nameLocation": "1443:3:43", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13179, - "nodeType": "ParameterList", - "parameters": [], - "src": "1446:2:43" - }, - "returnParameters": { - "id": 13183, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13182, - "mutability": "mutable", - "name": "", - "nameLocation": "-1:-1:-1", - "nodeType": "VariableDeclaration", - "scope": 13187, - "src": "1470:4:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - }, - "typeName": { - "id": 13181, - "nodeType": "UserDefinedTypeName", - "pathNode": { - "id": 13180, - "name": "IEAS", - "nameLocations": [ - "1470:4:43" - ], - "nodeType": "IdentifierPath", - "referencedDeclaration": 2326, - "src": "1470:4:43" - }, - "referencedDeclaration": 2326, - "src": "1470:4:43", - "typeDescriptions": { - "typeIdentifier": "t_contract$_IEAS_$2326", - "typeString": "contract IEAS" - } - }, - "visibility": "internal" - } - ], - "src": "1469:6:43" - }, - "scope": 13213, - "src": "1434:70:43", - "stateMutability": "view", - "virtual": false, - "visibility": "public" - }, - { - "body": { - "id": 13211, - "nodeType": "Block", - "src": "1569:171:43", - "statements": [ - { - "assignments": [ - 13193, - null - ], - "declarations": [ - { - "constant": false, - "id": 13193, - "mutability": "mutable", - "name": "isMember", - "nameLocation": "1585:8:43", - "nodeType": "VariableDeclaration", - "scope": 13211, - "src": "1580:13:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - }, - "typeName": { - "id": 13192, - "name": "bool", - "nodeType": "ElementaryTypeName", - "src": "1580:4:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "visibility": "internal" - }, - null - ], - "id": 13202, - "initialValue": { - "arguments": [ - { - "hexValue": "32", - "id": 13199, - "isConstant": false, - "isLValue": false, - "isPure": true, - "kind": "number", - "lValueRequested": false, - "nodeType": "Literal", - "src": "1635:1:43", - "typeDescriptions": { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - "value": "2" - }, - { - "id": 13200, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13189, - "src": "1638:8:43", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_rational_2_by_1", - "typeString": "int_const 2" - }, - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "expression": { - "arguments": [ - { - "arguments": [], - "expression": { - "argumentTypes": [], - "id": 13195, - "name": "authority", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 4252, - "src": "1614:9:43", - "typeDescriptions": { - "typeIdentifier": "t_function_internal_view$__$returns$_t_address_$", - "typeString": "function () view returns (address)" - } - }, - "id": 13196, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1614:11:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 13194, - "name": "IAccessManager", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 7661, - "src": "1599:14:43", - "typeDescriptions": { - "typeIdentifier": "t_type$_t_contract$_IAccessManager_$7661_$", - "typeString": "type(contract IAccessManager)" - } - }, - "id": 13197, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "typeConversion", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1599:27:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_contract$_IAccessManager_$7661", - "typeString": "contract IAccessManager" - } - }, - "id": 13198, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "memberLocation": "1627:7:43", - "memberName": "hasRole", - "nodeType": "MemberAccess", - "referencedDeclaration": 7495, - "src": "1599:35:43", - "typeDescriptions": { - "typeIdentifier": "t_function_external_view$_t_uint64_$_t_address_$returns$_t_bool_$_t_uint32_$", - "typeString": "function (uint64,address) view external returns (bool,uint32)" - } - }, - "id": 13201, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1599:48:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_tuple$_t_bool_$_t_uint32_$", - "typeString": "tuple(bool,uint32)" - } - }, - "nodeType": "VariableDeclarationStatement", - "src": "1579:68:43" - }, - { - "condition": { - "id": 13204, - "isConstant": false, - "isLValue": false, - "isPure": false, - "lValueRequested": false, - "nodeType": "UnaryOperation", - "operator": "!", - "prefix": true, - "src": "1661:9:43", - "subExpression": { - "id": 13203, - "name": "isMember", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13193, - "src": "1662:8:43", - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "typeDescriptions": { - "typeIdentifier": "t_bool", - "typeString": "bool" - } - }, - "id": 13210, - "nodeType": "IfStatement", - "src": "1657:77:43", - "trueBody": { - "id": 13209, - "nodeType": "Block", - "src": "1672:62:43", - "statements": [ - { - "errorCall": { - "arguments": [ - { - "id": 13206, - "name": "attester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13189, - "src": "1714:8:43", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - } - ], - "expression": { - "argumentTypes": [ - { - "typeIdentifier": "t_address", - "typeString": "address" - } - ], - "id": 13205, - "name": "UnauthorizedAttester", - "nodeType": "Identifier", - "overloadedDeclarations": [], - "referencedDeclaration": 13114, - "src": "1693:20:43", - "typeDescriptions": { - "typeIdentifier": "t_function_error_pure$_t_address_$returns$_t_error_$", - "typeString": "function (address) pure returns (error)" - } - }, - "id": 13207, - "isConstant": false, - "isLValue": false, - "isPure": false, - "kind": "functionCall", - "lValueRequested": false, - "nameLocations": [], - "names": [], - "nodeType": "FunctionCall", - "src": "1693:30:43", - "tryCall": false, - "typeDescriptions": { - "typeIdentifier": "t_error", - "typeString": "error" - } - }, - "id": 13208, - "nodeType": "RevertStatement", - "src": "1686:37:43" - } - ] - } - } - ] - }, - "id": 13212, - "implemented": true, - "kind": "function", - "modifiers": [], - "name": "_checkAttester", - "nameLocation": "1519:14:43", - "nodeType": "FunctionDefinition", - "parameters": { - "id": 13190, - "nodeType": "ParameterList", - "parameters": [ - { - "constant": false, - "id": 13189, - "mutability": "mutable", - "name": "attester", - "nameLocation": "1542:8:43", - "nodeType": "VariableDeclaration", - "scope": 13212, - "src": "1534:16:43", - "stateVariable": false, - "storageLocation": "default", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - }, - "typeName": { - "id": 13188, - "name": "address", - "nodeType": "ElementaryTypeName", - "src": "1534:7:43", - "stateMutability": "nonpayable", - "typeDescriptions": { - "typeIdentifier": "t_address", - "typeString": "address" - } - }, - "visibility": "internal" - } - ], - "src": "1533:18:43" - }, - "returnParameters": { - "id": 13191, - "nodeType": "ParameterList", - "parameters": [], - "src": "1569:0:43" - }, - "scope": 13213, - "src": "1510:230:43", - "stateMutability": "nonpayable", - "virtual": true, - "visibility": "internal" - } - ], - "scope": 13214, - "src": "615:1127:43", - "usedErrors": [ - 9, - 13, - 15, - 3855, - 3857, - 6530, - 6533, - 7194, - 7200, - 7204, - 13114 - ], - "usedEvents": [ - 6538, - 7190 - ] - } - ], - "src": "39:1704:43" - }, - "id": 43 - } - }, - "contracts": { - "@ethereum-attestation-service/eas-contracts/contracts/EAS.sol": { - "EAS": { - "abi": [ - { - "inputs": [ - { - "internalType": "contract ISchemaRegistry", - "name": "registry", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AddressInsufficientBalance", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyRevoked", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyRevokedOffchain", - "type": "error" - }, - { - "inputs": [], - "name": "AlreadyTimestamped", - "type": "error" - }, - { - "inputs": [], - "name": "DeadlineExpired", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - }, - { - "inputs": [], - "name": "InsufficientValue", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidAttestation", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidAttestations", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidExpirationTime", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidLength", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidNonce", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidOffset", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidRegistry", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidRevocation", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidRevocations", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidSchema", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidShortString", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidSignature", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidVerifier", - "type": "error" - }, - { - "inputs": [], - "name": "Irrevocable", - "type": "error" - }, - { - "inputs": [], - "name": "NotFound", - "type": "error" - }, - { - "inputs": [], - "name": "NotPayable", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "str", - "type": "string" - } - ], - "name": "StringTooLong", - "type": "error" - }, - { - "inputs": [], - "name": "WrongSchema", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "indexed": true, - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" - } - ], - "name": "Attested", - "type": "event" - }, - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "oldNonce", - "type": "uint256" - }, - { - "indexed": false, - "internalType": "uint256", - "name": "newNonce", - "type": "uint256" - } - ], - "name": "NonceIncreased", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "indexed": true, - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" - } - ], - "name": "Revoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" - } - ], - "name": "RevokedOffchain", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" - } - ], - "name": "Timestamped", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - } - ], - "internalType": "struct AttestationRequest", - "name": "request", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedAttestationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "attestByDelegation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "eip712Domain", - "outputs": [ - { - "internalType": "bytes1", - "name": "fields", - "type": "bytes1" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "internalType": "uint256", - "name": "chainId", - "type": "uint256" - }, - { - "internalType": "address", - "name": "verifyingContract", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "salt", - "type": "bytes32" - }, - { - "internalType": "uint256[]", - "name": "extensions", - "type": "uint256[]" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getAttestTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "getAttestation", - "outputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getDomainSeparator", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getName", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "getRevokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getRevokeTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [], - "name": "getSchemaRegistry", - "outputs": [ - { - "internalType": "contract ISchemaRegistry", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "getTimestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "newNonce", - "type": "uint256" - } - ], - "name": "increaseNonce", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "isAttestationValid", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - } - ], - "internalType": "struct MultiAttestationRequest[]", - "name": "multiRequests", - "type": "tuple[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bytes32[]", - "name": "", - "type": "bytes32[]" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedAttestationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiAttestByDelegation", - "outputs": [ - { - "internalType": "bytes32[]", - "name": "", - "type": "bytes32[]" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData[]", - "name": "data", - "type": "tuple[]" - } - ], - "internalType": "struct MultiRevocationRequest[]", - "name": "multiRequests", - "type": "tuple[]" - } - ], - "name": "multiRevoke", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedRevocationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiRevokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32[]", - "name": "data", - "type": "bytes32[]" - } - ], - "name": "multiRevokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32[]", - "name": "data", - "type": "bytes32[]" - } - ], - "name": "multiTimestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData", - "name": "data", - "type": "tuple" - } - ], - "internalType": "struct RevocationRequest", - "name": "request", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedRevocationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "revokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "revokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "timestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_200": { - "entryPoint": null, - "id": 200, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@_2650": { - "entryPoint": null, - "id": 2650, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_9095": { - "entryPoint": null, - "id": 9095, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_buildDomainSeparator_9142": { - "entryPoint": null, - "id": 9142, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getStringSlot_8372": { - "entryPoint": null, - "id": 8372, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toShortStringWithFallback_8226": { - "entryPoint": 377, - "id": 8226, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@toShortString_8128": { - "entryPoint": 428, - "id": 8128, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_tuple_t_contract$_ISchemaRegistry_$2379_fromMemory": { - "entryPoint": 499, - "id": null, - "parameterSlots": 2, - "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_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 896, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "array_dataslot_string_storage": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "clean_up_bytearray_end_slots_string_storage": { - "entryPoint": 627, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32": { - "entryPoint": 974, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": { - "entryPoint": 706, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 569, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_used_part_and_set_length_of_short_byte_array": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "panic_error_0x41": { - "entryPoint": 547, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:4299:44", - "nodeType": "YulBlock", - "src": "0:4299:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "119:209:44", - "nodeType": "YulBlock", - "src": "119:209:44", - "statements": [ - { - "body": { - "nativeSrc": "165:16:44", - "nodeType": "YulBlock", - "src": "165:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "174:1:44", - "nodeType": "YulLiteral", - "src": "174:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "177:1:44", - "nodeType": "YulLiteral", - "src": "177:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "167:6:44", - "nodeType": "YulIdentifier", - "src": "167:6:44" - }, - "nativeSrc": "167:12:44", - "nodeType": "YulFunctionCall", - "src": "167:12:44" - }, - "nativeSrc": "167:12:44", - "nodeType": "YulExpressionStatement", - "src": "167:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "140:7:44", - "nodeType": "YulIdentifier", - "src": "140:7:44" - }, - { - "name": "headStart", - "nativeSrc": "149:9:44", - "nodeType": "YulIdentifier", - "src": "149:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "136:3:44", - "nodeType": "YulIdentifier", - "src": "136:3:44" - }, - "nativeSrc": "136:23:44", - "nodeType": "YulFunctionCall", - "src": "136:23:44" - }, - { - "kind": "number", - "nativeSrc": "161:2:44", - "nodeType": "YulLiteral", - "src": "161:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "132:3:44", - "nodeType": "YulIdentifier", - "src": "132:3:44" - }, - "nativeSrc": "132:32:44", - "nodeType": "YulFunctionCall", - "src": "132:32:44" - }, - "nativeSrc": "129:52:44", - "nodeType": "YulIf", - "src": "129:52:44" - }, - { - "nativeSrc": "190:29:44", - "nodeType": "YulVariableDeclaration", - "src": "190:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "209:9:44", - "nodeType": "YulIdentifier", - "src": "209:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "203:5:44", - "nodeType": "YulIdentifier", - "src": "203:5:44" - }, - "nativeSrc": "203:16:44", - "nodeType": "YulFunctionCall", - "src": "203:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "194:5:44", - "nodeType": "YulTypedName", - "src": "194:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "282:16:44", - "nodeType": "YulBlock", - "src": "282:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "291:1:44", - "nodeType": "YulLiteral", - "src": "291:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "294:1:44", - "nodeType": "YulLiteral", - "src": "294:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "284:6:44", - "nodeType": "YulIdentifier", - "src": "284:6:44" - }, - "nativeSrc": "284:12:44", - "nodeType": "YulFunctionCall", - "src": "284:12:44" - }, - "nativeSrc": "284:12:44", - "nodeType": "YulExpressionStatement", - "src": "284:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "241:5:44", - "nodeType": "YulIdentifier", - "src": "241:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "252:5:44", - "nodeType": "YulIdentifier", - "src": "252:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "267:3:44", - "nodeType": "YulLiteral", - "src": "267:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "272:1:44", - "nodeType": "YulLiteral", - "src": "272:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "263:3:44", - "nodeType": "YulIdentifier", - "src": "263:3:44" - }, - "nativeSrc": "263:11:44", - "nodeType": "YulFunctionCall", - "src": "263:11:44" - }, - { - "kind": "number", - "nativeSrc": "276:1:44", - "nodeType": "YulLiteral", - "src": "276:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "259:3:44", - "nodeType": "YulIdentifier", - "src": "259:3:44" - }, - "nativeSrc": "259:19:44", - "nodeType": "YulFunctionCall", - "src": "259:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "248:3:44", - "nodeType": "YulIdentifier", - "src": "248:3:44" - }, - "nativeSrc": "248:31:44", - "nodeType": "YulFunctionCall", - "src": "248:31:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "238:2:44", - "nodeType": "YulIdentifier", - "src": "238:2:44" - }, - "nativeSrc": "238:42:44", - "nodeType": "YulFunctionCall", - "src": "238:42:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "231:6:44", - "nodeType": "YulIdentifier", - "src": "231:6:44" - }, - "nativeSrc": "231:50:44", - "nodeType": "YulFunctionCall", - "src": "231:50:44" - }, - "nativeSrc": "228:70:44", - "nodeType": "YulIf", - "src": "228:70:44" - }, - { - "nativeSrc": "307:15:44", - "nodeType": "YulAssignment", - "src": "307:15:44", - "value": { - "name": "value", - "nativeSrc": "317:5:44", - "nodeType": "YulIdentifier", - "src": "317:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "307:6:44", - "nodeType": "YulIdentifier", - "src": "307:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_contract$_ISchemaRegistry_$2379_fromMemory", - "nativeSrc": "14:314:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "85:9:44", - "nodeType": "YulTypedName", - "src": "85:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "96:7:44", - "nodeType": "YulTypedName", - "src": "96:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "108:6:44", - "nodeType": "YulTypedName", - "src": "108:6:44", - "type": "" - } - ], - "src": "14:314:44" - }, - { - "body": { - "nativeSrc": "365:95:44", - "nodeType": "YulBlock", - "src": "365:95:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "382:1:44", - "nodeType": "YulLiteral", - "src": "382:1:44", - "type": "", - "value": "0" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "389:3:44", - "nodeType": "YulLiteral", - "src": "389:3:44", - "type": "", - "value": "224" - }, - { - "kind": "number", - "nativeSrc": "394:10:44", - "nodeType": "YulLiteral", - "src": "394:10:44", - "type": "", - "value": "0x4e487b71" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "385:3:44", - "nodeType": "YulIdentifier", - "src": "385:3:44" - }, - "nativeSrc": "385:20:44", - "nodeType": "YulFunctionCall", - "src": "385:20:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "375:6:44", - "nodeType": "YulIdentifier", - "src": "375:6:44" - }, - "nativeSrc": "375:31:44", - "nodeType": "YulFunctionCall", - "src": "375:31:44" - }, - "nativeSrc": "375:31:44", - "nodeType": "YulExpressionStatement", - "src": "375:31:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "422:1:44", - "nodeType": "YulLiteral", - "src": "422:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "425:4:44", - "nodeType": "YulLiteral", - "src": "425:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "415:6:44", - "nodeType": "YulIdentifier", - "src": "415:6:44" - }, - "nativeSrc": "415:15:44", - "nodeType": "YulFunctionCall", - "src": "415:15:44" - }, - "nativeSrc": "415:15:44", - "nodeType": "YulExpressionStatement", - "src": "415:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "446:1:44", - "nodeType": "YulLiteral", - "src": "446:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "449:4:44", - "nodeType": "YulLiteral", - "src": "449:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "439:6:44", - "nodeType": "YulIdentifier", - "src": "439:6:44" - }, - "nativeSrc": "439:15:44", - "nodeType": "YulFunctionCall", - "src": "439:15:44" - }, - "nativeSrc": "439:15:44", - "nodeType": "YulExpressionStatement", - "src": "439:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "333:127:44", - "nodeType": "YulFunctionDefinition", - "src": "333:127:44" - }, - { - "body": { - "nativeSrc": "520:325:44", - "nodeType": "YulBlock", - "src": "520:325:44", - "statements": [ - { - "nativeSrc": "530:22:44", - "nodeType": "YulAssignment", - "src": "530:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "544:1:44", - "nodeType": "YulLiteral", - "src": "544:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "547:4:44", - "nodeType": "YulIdentifier", - "src": "547:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "540:3:44", - "nodeType": "YulIdentifier", - "src": "540:3:44" - }, - "nativeSrc": "540:12:44", - "nodeType": "YulFunctionCall", - "src": "540:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "530:6:44", - "nodeType": "YulIdentifier", - "src": "530:6:44" - } - ] - }, - { - "nativeSrc": "561:38:44", - "nodeType": "YulVariableDeclaration", - "src": "561:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "591:4:44", - "nodeType": "YulIdentifier", - "src": "591:4:44" - }, - { - "kind": "number", - "nativeSrc": "597:1:44", - "nodeType": "YulLiteral", - "src": "597:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "587:3:44", - "nodeType": "YulIdentifier", - "src": "587:3:44" - }, - "nativeSrc": "587:12:44", - "nodeType": "YulFunctionCall", - "src": "587:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "565:18:44", - "nodeType": "YulTypedName", - "src": "565:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "638:31:44", - "nodeType": "YulBlock", - "src": "638:31:44", - "statements": [ - { - "nativeSrc": "640:27:44", - "nodeType": "YulAssignment", - "src": "640:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "654:6:44", - "nodeType": "YulIdentifier", - "src": "654:6:44" - }, - { - "kind": "number", - "nativeSrc": "662:4:44", - "nodeType": "YulLiteral", - "src": "662:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "650:3:44", - "nodeType": "YulIdentifier", - "src": "650:3:44" - }, - "nativeSrc": "650:17:44", - "nodeType": "YulFunctionCall", - "src": "650:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "640:6:44", - "nodeType": "YulIdentifier", - "src": "640:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "618:18:44", - "nodeType": "YulIdentifier", - "src": "618:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "611:6:44", - "nodeType": "YulIdentifier", - "src": "611:6:44" - }, - "nativeSrc": "611:26:44", - "nodeType": "YulFunctionCall", - "src": "611:26:44" - }, - "nativeSrc": "608:61:44", - "nodeType": "YulIf", - "src": "608:61:44" - }, - { - "body": { - "nativeSrc": "728:111:44", - "nodeType": "YulBlock", - "src": "728:111:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "749:1:44", - "nodeType": "YulLiteral", - "src": "749:1:44", - "type": "", - "value": "0" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "756:3:44", - "nodeType": "YulLiteral", - "src": "756:3:44", - "type": "", - "value": "224" - }, - { - "kind": "number", - "nativeSrc": "761:10:44", - "nodeType": "YulLiteral", - "src": "761:10:44", - "type": "", - "value": "0x4e487b71" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "752:3:44", - "nodeType": "YulIdentifier", - "src": "752:3:44" - }, - "nativeSrc": "752:20:44", - "nodeType": "YulFunctionCall", - "src": "752:20:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "742:6:44", - "nodeType": "YulIdentifier", - "src": "742:6:44" - }, - "nativeSrc": "742:31:44", - "nodeType": "YulFunctionCall", - "src": "742:31:44" - }, - "nativeSrc": "742:31:44", - "nodeType": "YulExpressionStatement", - "src": "742:31:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "793:1:44", - "nodeType": "YulLiteral", - "src": "793:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "796:4:44", - "nodeType": "YulLiteral", - "src": "796:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "786:6:44", - "nodeType": "YulIdentifier", - "src": "786:6:44" - }, - "nativeSrc": "786:15:44", - "nodeType": "YulFunctionCall", - "src": "786:15:44" - }, - "nativeSrc": "786:15:44", - "nodeType": "YulExpressionStatement", - "src": "786:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "821:1:44", - "nodeType": "YulLiteral", - "src": "821:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "824:4:44", - "nodeType": "YulLiteral", - "src": "824:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "814:6:44", - "nodeType": "YulIdentifier", - "src": "814:6:44" - }, - "nativeSrc": "814:15:44", - "nodeType": "YulFunctionCall", - "src": "814:15:44" - }, - "nativeSrc": "814:15:44", - "nodeType": "YulExpressionStatement", - "src": "814:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "684:18:44", - "nodeType": "YulIdentifier", - "src": "684:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "707:6:44", - "nodeType": "YulIdentifier", - "src": "707:6:44" - }, - { - "kind": "number", - "nativeSrc": "715:2:44", - "nodeType": "YulLiteral", - "src": "715:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "704:2:44", - "nodeType": "YulIdentifier", - "src": "704:2:44" - }, - "nativeSrc": "704:14:44", - "nodeType": "YulFunctionCall", - "src": "704:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "681:2:44", - "nodeType": "YulIdentifier", - "src": "681:2:44" - }, - "nativeSrc": "681:38:44", - "nodeType": "YulFunctionCall", - "src": "681:38:44" - }, - "nativeSrc": "678:161:44", - "nodeType": "YulIf", - "src": "678:161:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "465:380:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "500:4:44", - "nodeType": "YulTypedName", - "src": "500:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "509:6:44", - "nodeType": "YulTypedName", - "src": "509:6:44", - "type": "" - } - ], - "src": "465:380:44" - }, - { - "body": { - "nativeSrc": "906:65:44", - "nodeType": "YulBlock", - "src": "906:65:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "923:1:44", - "nodeType": "YulLiteral", - "src": "923:1:44", - "type": "", - "value": "0" - }, - { - "name": "ptr", - "nativeSrc": "926:3:44", - "nodeType": "YulIdentifier", - "src": "926:3:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "916:6:44", - "nodeType": "YulIdentifier", - "src": "916:6:44" - }, - "nativeSrc": "916:14:44", - "nodeType": "YulFunctionCall", - "src": "916:14:44" - }, - "nativeSrc": "916:14:44", - "nodeType": "YulExpressionStatement", - "src": "916:14:44" - }, - { - "nativeSrc": "939:26:44", - "nodeType": "YulAssignment", - "src": "939:26:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "957:1:44", - "nodeType": "YulLiteral", - "src": "957:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "960:4:44", - "nodeType": "YulLiteral", - "src": "960:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "947:9:44", - "nodeType": "YulIdentifier", - "src": "947:9:44" - }, - "nativeSrc": "947:18:44", - "nodeType": "YulFunctionCall", - "src": "947:18:44" - }, - "variableNames": [ - { - "name": "data", - "nativeSrc": "939:4:44", - "nodeType": "YulIdentifier", - "src": "939:4:44" - } - ] - } - ] - }, - "name": "array_dataslot_string_storage", - "nativeSrc": "850:121:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "ptr", - "nativeSrc": "889:3:44", - "nodeType": "YulTypedName", - "src": "889:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "data", - "nativeSrc": "897:4:44", - "nodeType": "YulTypedName", - "src": "897:4:44", - "type": "" - } - ], - "src": "850:121:44" - }, - { - "body": { - "nativeSrc": "1057:437:44", - "nodeType": "YulBlock", - "src": "1057:437:44", - "statements": [ - { - "body": { - "nativeSrc": "1090:398:44", - "nodeType": "YulBlock", - "src": "1090:398:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1111:1:44", - "nodeType": "YulLiteral", - "src": "1111:1:44", - "type": "", - "value": "0" - }, - { - "name": "array", - "nativeSrc": "1114:5:44", - "nodeType": "YulIdentifier", - "src": "1114:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1104:6:44", - "nodeType": "YulIdentifier", - "src": "1104:6:44" - }, - "nativeSrc": "1104:16:44", - "nodeType": "YulFunctionCall", - "src": "1104:16:44" - }, - "nativeSrc": "1104:16:44", - "nodeType": "YulExpressionStatement", - "src": "1104:16:44" - }, - { - "nativeSrc": "1133:30:44", - "nodeType": "YulVariableDeclaration", - "src": "1133:30:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1155:1:44", - "nodeType": "YulLiteral", - "src": "1155:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1158:4:44", - "nodeType": "YulLiteral", - "src": "1158:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "1145:9:44", - "nodeType": "YulIdentifier", - "src": "1145:9:44" - }, - "nativeSrc": "1145:18:44", - "nodeType": "YulFunctionCall", - "src": "1145:18:44" - }, - "variables": [ - { - "name": "data", - "nativeSrc": "1137:4:44", - "nodeType": "YulTypedName", - "src": "1137:4:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1176:57:44", - "nodeType": "YulVariableDeclaration", - "src": "1176:57:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "1199:4:44", - "nodeType": "YulIdentifier", - "src": "1199:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1209:1:44", - "nodeType": "YulLiteral", - "src": "1209:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "1216:10:44", - "nodeType": "YulIdentifier", - "src": "1216:10:44" - }, - { - "kind": "number", - "nativeSrc": "1228:2:44", - "nodeType": "YulLiteral", - "src": "1228:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1212:3:44", - "nodeType": "YulIdentifier", - "src": "1212:3:44" - }, - "nativeSrc": "1212:19:44", - "nodeType": "YulFunctionCall", - "src": "1212:19:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "1205:3:44", - "nodeType": "YulIdentifier", - "src": "1205:3:44" - }, - "nativeSrc": "1205:27:44", - "nodeType": "YulFunctionCall", - "src": "1205:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1195:3:44", - "nodeType": "YulIdentifier", - "src": "1195:3:44" - }, - "nativeSrc": "1195:38:44", - "nodeType": "YulFunctionCall", - "src": "1195:38:44" - }, - "variables": [ - { - "name": "deleteStart", - "nativeSrc": "1180:11:44", - "nodeType": "YulTypedName", - "src": "1180:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1270:23:44", - "nodeType": "YulBlock", - "src": "1270:23:44", - "statements": [ - { - "nativeSrc": "1272:19:44", - "nodeType": "YulAssignment", - "src": "1272:19:44", - "value": { - "name": "data", - "nativeSrc": "1287:4:44", - "nodeType": "YulIdentifier", - "src": "1287:4:44" - }, - "variableNames": [ - { - "name": "deleteStart", - "nativeSrc": "1272:11:44", - "nodeType": "YulIdentifier", - "src": "1272:11:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "1252:10:44", - "nodeType": "YulIdentifier", - "src": "1252:10:44" - }, - { - "kind": "number", - "nativeSrc": "1264:4:44", - "nodeType": "YulLiteral", - "src": "1264:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1249:2:44", - "nodeType": "YulIdentifier", - "src": "1249:2:44" - }, - "nativeSrc": "1249:20:44", - "nodeType": "YulFunctionCall", - "src": "1249:20:44" - }, - "nativeSrc": "1246:47:44", - "nodeType": "YulIf", - "src": "1246:47:44" - }, - { - "nativeSrc": "1306:41:44", - "nodeType": "YulVariableDeclaration", - "src": "1306:41:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "1320:4:44", - "nodeType": "YulIdentifier", - "src": "1320:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1330:1:44", - "nodeType": "YulLiteral", - "src": "1330:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "len", - "nativeSrc": "1337:3:44", - "nodeType": "YulIdentifier", - "src": "1337:3:44" - }, - { - "kind": "number", - "nativeSrc": "1342:2:44", - "nodeType": "YulLiteral", - "src": "1342:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1333:3:44", - "nodeType": "YulIdentifier", - "src": "1333:3:44" - }, - "nativeSrc": "1333:12:44", - "nodeType": "YulFunctionCall", - "src": "1333:12:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "1326:3:44", - "nodeType": "YulIdentifier", - "src": "1326:3:44" - }, - "nativeSrc": "1326:20:44", - "nodeType": "YulFunctionCall", - "src": "1326:20:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1316:3:44", - "nodeType": "YulIdentifier", - "src": "1316:3:44" - }, - "nativeSrc": "1316:31:44", - "nodeType": "YulFunctionCall", - "src": "1316:31:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "1310:2:44", - "nodeType": "YulTypedName", - "src": "1310:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1360:24:44", - "nodeType": "YulVariableDeclaration", - "src": "1360:24:44", - "value": { - "name": "deleteStart", - "nativeSrc": "1373:11:44", - "nodeType": "YulIdentifier", - "src": "1373:11:44" - }, - "variables": [ - { - "name": "start", - "nativeSrc": "1364:5:44", - "nodeType": "YulTypedName", - "src": "1364:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1458:20:44", - "nodeType": "YulBlock", - "src": "1458:20:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "start", - "nativeSrc": "1467:5:44", - "nodeType": "YulIdentifier", - "src": "1467:5:44" - }, - { - "kind": "number", - "nativeSrc": "1474:1:44", - "nodeType": "YulLiteral", - "src": "1474:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "1460:6:44", - "nodeType": "YulIdentifier", - "src": "1460:6:44" - }, - "nativeSrc": "1460:16:44", - "nodeType": "YulFunctionCall", - "src": "1460:16:44" - }, - "nativeSrc": "1460:16:44", - "nodeType": "YulExpressionStatement", - "src": "1460:16:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "start", - "nativeSrc": "1408:5:44", - "nodeType": "YulIdentifier", - "src": "1408:5:44" - }, - { - "name": "_1", - "nativeSrc": "1415:2:44", - "nodeType": "YulIdentifier", - "src": "1415:2:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1405:2:44", - "nodeType": "YulIdentifier", - "src": "1405:2:44" - }, - "nativeSrc": "1405:13:44", - "nodeType": "YulFunctionCall", - "src": "1405:13:44" - }, - "nativeSrc": "1397:81:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "1419:26:44", - "nodeType": "YulBlock", - "src": "1419:26:44", - "statements": [ - { - "nativeSrc": "1421:22:44", - "nodeType": "YulAssignment", - "src": "1421:22:44", - "value": { - "arguments": [ - { - "name": "start", - "nativeSrc": "1434:5:44", - "nodeType": "YulIdentifier", - "src": "1434:5:44" - }, - { - "kind": "number", - "nativeSrc": "1441:1:44", - "nodeType": "YulLiteral", - "src": "1441:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1430:3:44", - "nodeType": "YulIdentifier", - "src": "1430:3:44" - }, - "nativeSrc": "1430:13:44", - "nodeType": "YulFunctionCall", - "src": "1430:13:44" - }, - "variableNames": [ - { - "name": "start", - "nativeSrc": "1421:5:44", - "nodeType": "YulIdentifier", - "src": "1421:5:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "1401:3:44", - "nodeType": "YulBlock", - "src": "1401:3:44", - "statements": [] - }, - "src": "1397:81:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "1073:3:44", - "nodeType": "YulIdentifier", - "src": "1073:3:44" - }, - { - "kind": "number", - "nativeSrc": "1078:2:44", - "nodeType": "YulLiteral", - "src": "1078:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1070:2:44", - "nodeType": "YulIdentifier", - "src": "1070:2:44" - }, - "nativeSrc": "1070:11:44", - "nodeType": "YulFunctionCall", - "src": "1070:11:44" - }, - "nativeSrc": "1067:421:44", - "nodeType": "YulIf", - "src": "1067:421:44" - } - ] - }, - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "976:518:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "1029:5:44", - "nodeType": "YulTypedName", - "src": "1029:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "1036:3:44", - "nodeType": "YulTypedName", - "src": "1036:3:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "1041:10:44", - "nodeType": "YulTypedName", - "src": "1041:10:44", - "type": "" - } - ], - "src": "976:518:44" - }, - { - "body": { - "nativeSrc": "1584:81:44", - "nodeType": "YulBlock", - "src": "1584:81:44", - "statements": [ - { - "nativeSrc": "1594:65:44", - "nodeType": "YulAssignment", - "src": "1594:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "data", - "nativeSrc": "1609:4:44", - "nodeType": "YulIdentifier", - "src": "1609:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1627:1:44", - "nodeType": "YulLiteral", - "src": "1627:1:44", - "type": "", - "value": "3" - }, - { - "name": "len", - "nativeSrc": "1630:3:44", - "nodeType": "YulIdentifier", - "src": "1630:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1623:3:44", - "nodeType": "YulIdentifier", - "src": "1623:3:44" - }, - "nativeSrc": "1623:11:44", - "nodeType": "YulFunctionCall", - "src": "1623:11:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1640:1:44", - "nodeType": "YulLiteral", - "src": "1640:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1636:3:44", - "nodeType": "YulIdentifier", - "src": "1636:3:44" - }, - "nativeSrc": "1636:6:44", - "nodeType": "YulFunctionCall", - "src": "1636:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "1619:3:44", - "nodeType": "YulIdentifier", - "src": "1619:3:44" - }, - "nativeSrc": "1619:24:44", - "nodeType": "YulFunctionCall", - "src": "1619:24:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1615:3:44", - "nodeType": "YulIdentifier", - "src": "1615:3:44" - }, - "nativeSrc": "1615:29:44", - "nodeType": "YulFunctionCall", - "src": "1615:29:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1605:3:44", - "nodeType": "YulIdentifier", - "src": "1605:3:44" - }, - "nativeSrc": "1605:40:44", - "nodeType": "YulFunctionCall", - "src": "1605:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1651:1:44", - "nodeType": "YulLiteral", - "src": "1651:1:44", - "type": "", - "value": "1" - }, - { - "name": "len", - "nativeSrc": "1654:3:44", - "nodeType": "YulIdentifier", - "src": "1654:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1647:3:44", - "nodeType": "YulIdentifier", - "src": "1647:3:44" - }, - "nativeSrc": "1647:11:44", - "nodeType": "YulFunctionCall", - "src": "1647:11:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "1602:2:44", - "nodeType": "YulIdentifier", - "src": "1602:2:44" - }, - "nativeSrc": "1602:57:44", - "nodeType": "YulFunctionCall", - "src": "1602:57:44" - }, - "variableNames": [ - { - "name": "used", - "nativeSrc": "1594:4:44", - "nodeType": "YulIdentifier", - "src": "1594:4:44" - } - ] - } - ] - }, - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "1499:166:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "1561:4:44", - "nodeType": "YulTypedName", - "src": "1561:4:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "1567:3:44", - "nodeType": "YulTypedName", - "src": "1567:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "used", - "nativeSrc": "1575:4:44", - "nodeType": "YulTypedName", - "src": "1575:4:44", - "type": "" - } - ], - "src": "1499:166:44" - }, - { - "body": { - "nativeSrc": "1766:1203:44", - "nodeType": "YulBlock", - "src": "1766:1203:44", - "statements": [ - { - "nativeSrc": "1776:24:44", - "nodeType": "YulVariableDeclaration", - "src": "1776:24:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "1796:3:44", - "nodeType": "YulIdentifier", - "src": "1796:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1790:5:44", - "nodeType": "YulIdentifier", - "src": "1790:5:44" - }, - "nativeSrc": "1790:10:44", - "nodeType": "YulFunctionCall", - "src": "1790:10:44" - }, - "variables": [ - { - "name": "newLen", - "nativeSrc": "1780:6:44", - "nodeType": "YulTypedName", - "src": "1780:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1843:22:44", - "nodeType": "YulBlock", - "src": "1843:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "1845:16:44", - "nodeType": "YulIdentifier", - "src": "1845:16:44" - }, - "nativeSrc": "1845:18:44", - "nodeType": "YulFunctionCall", - "src": "1845:18:44" - }, - "nativeSrc": "1845:18:44", - "nodeType": "YulExpressionStatement", - "src": "1845:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "1815:6:44", - "nodeType": "YulIdentifier", - "src": "1815:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1831:2:44", - "nodeType": "YulLiteral", - "src": "1831:2:44", - "type": "", - "value": "64" - }, - { - "kind": "number", - "nativeSrc": "1835:1:44", - "nodeType": "YulLiteral", - "src": "1835:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1827:3:44", - "nodeType": "YulIdentifier", - "src": "1827:3:44" - }, - "nativeSrc": "1827:10:44", - "nodeType": "YulFunctionCall", - "src": "1827:10:44" - }, - { - "kind": "number", - "nativeSrc": "1839:1:44", - "nodeType": "YulLiteral", - "src": "1839:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1823:3:44", - "nodeType": "YulIdentifier", - "src": "1823:3:44" - }, - "nativeSrc": "1823:18:44", - "nodeType": "YulFunctionCall", - "src": "1823:18:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1812:2:44", - "nodeType": "YulIdentifier", - "src": "1812:2:44" - }, - "nativeSrc": "1812:30:44", - "nodeType": "YulFunctionCall", - "src": "1812:30:44" - }, - "nativeSrc": "1809:56:44", - "nodeType": "YulIf", - "src": "1809:56:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "1918:4:44", - "nodeType": "YulIdentifier", - "src": "1918:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "slot", - "nativeSrc": "1956:4:44", - "nodeType": "YulIdentifier", - "src": "1956:4:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "1950:5:44", - "nodeType": "YulIdentifier", - "src": "1950:5:44" - }, - "nativeSrc": "1950:11:44", - "nodeType": "YulFunctionCall", - "src": "1950:11:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "1924:25:44", - "nodeType": "YulIdentifier", - "src": "1924:25:44" - }, - "nativeSrc": "1924:38:44", - "nodeType": "YulFunctionCall", - "src": "1924:38:44" - }, - { - "name": "newLen", - "nativeSrc": "1964:6:44", - "nodeType": "YulIdentifier", - "src": "1964:6:44" - } - ], - "functionName": { - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "1874:43:44", - "nodeType": "YulIdentifier", - "src": "1874:43:44" - }, - "nativeSrc": "1874:97:44", - "nodeType": "YulFunctionCall", - "src": "1874:97:44" - }, - "nativeSrc": "1874:97:44", - "nodeType": "YulExpressionStatement", - "src": "1874:97:44" - }, - { - "nativeSrc": "1980:18:44", - "nodeType": "YulVariableDeclaration", - "src": "1980:18:44", - "value": { - "kind": "number", - "nativeSrc": "1997:1:44", - "nodeType": "YulLiteral", - "src": "1997:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "srcOffset", - "nativeSrc": "1984:9:44", - "nodeType": "YulTypedName", - "src": "1984:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2007:17:44", - "nodeType": "YulAssignment", - "src": "2007:17:44", - "value": { - "kind": "number", - "nativeSrc": "2020:4:44", - "nodeType": "YulLiteral", - "src": "2020:4:44", - "type": "", - "value": "0x20" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "2007:9:44", - "nodeType": "YulIdentifier", - "src": "2007:9:44" - } - ] - }, - { - "cases": [ - { - "body": { - "nativeSrc": "2070:642:44", - "nodeType": "YulBlock", - "src": "2070:642:44", - "statements": [ - { - "nativeSrc": "2084:35:44", - "nodeType": "YulVariableDeclaration", - "src": "2084:35:44", - "value": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "2103:6:44", - "nodeType": "YulIdentifier", - "src": "2103:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2115:2:44", - "nodeType": "YulLiteral", - "src": "2115:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2111:3:44", - "nodeType": "YulIdentifier", - "src": "2111:3:44" - }, - "nativeSrc": "2111:7:44", - "nodeType": "YulFunctionCall", - "src": "2111:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2099:3:44", - "nodeType": "YulIdentifier", - "src": "2099:3:44" - }, - "nativeSrc": "2099:20:44", - "nodeType": "YulFunctionCall", - "src": "2099:20:44" - }, - "variables": [ - { - "name": "loopEnd", - "nativeSrc": "2088:7:44", - "nodeType": "YulTypedName", - "src": "2088:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2132:49:44", - "nodeType": "YulVariableDeclaration", - "src": "2132:49:44", - "value": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "2176:4:44", - "nodeType": "YulIdentifier", - "src": "2176:4:44" - } - ], - "functionName": { - "name": "array_dataslot_string_storage", - "nativeSrc": "2146:29:44", - "nodeType": "YulIdentifier", - "src": "2146:29:44" - }, - "nativeSrc": "2146:35:44", - "nodeType": "YulFunctionCall", - "src": "2146:35:44" - }, - "variables": [ - { - "name": "dstPtr", - "nativeSrc": "2136:6:44", - "nodeType": "YulTypedName", - "src": "2136:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2194:10:44", - "nodeType": "YulVariableDeclaration", - "src": "2194:10:44", - "value": { - "kind": "number", - "nativeSrc": "2203:1:44", - "nodeType": "YulLiteral", - "src": "2203:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "2198:1:44", - "nodeType": "YulTypedName", - "src": "2198:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2274:165:44", - "nodeType": "YulBlock", - "src": "2274:165:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "2299:6:44", - "nodeType": "YulIdentifier", - "src": "2299:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "2317:3:44", - "nodeType": "YulIdentifier", - "src": "2317:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "2322:9:44", - "nodeType": "YulIdentifier", - "src": "2322:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2313:3:44", - "nodeType": "YulIdentifier", - "src": "2313:3:44" - }, - "nativeSrc": "2313:19:44", - "nodeType": "YulFunctionCall", - "src": "2313:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2307:5:44", - "nodeType": "YulIdentifier", - "src": "2307:5:44" - }, - "nativeSrc": "2307:26:44", - "nodeType": "YulFunctionCall", - "src": "2307:26:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "2292:6:44", - "nodeType": "YulIdentifier", - "src": "2292:6:44" - }, - "nativeSrc": "2292:42:44", - "nodeType": "YulFunctionCall", - "src": "2292:42:44" - }, - "nativeSrc": "2292:42:44", - "nodeType": "YulExpressionStatement", - "src": "2292:42:44" - }, - { - "nativeSrc": "2351:24:44", - "nodeType": "YulAssignment", - "src": "2351:24:44", - "value": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "2365:6:44", - "nodeType": "YulIdentifier", - "src": "2365:6:44" - }, - { - "kind": "number", - "nativeSrc": "2373:1:44", - "nodeType": "YulLiteral", - "src": "2373:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2361:3:44", - "nodeType": "YulIdentifier", - "src": "2361:3:44" - }, - "nativeSrc": "2361:14:44", - "nodeType": "YulFunctionCall", - "src": "2361:14:44" - }, - "variableNames": [ - { - "name": "dstPtr", - "nativeSrc": "2351:6:44", - "nodeType": "YulIdentifier", - "src": "2351:6:44" - } - ] - }, - { - "nativeSrc": "2392:33:44", - "nodeType": "YulAssignment", - "src": "2392:33:44", - "value": { - "arguments": [ - { - "name": "srcOffset", - "nativeSrc": "2409:9:44", - "nodeType": "YulIdentifier", - "src": "2409:9:44" - }, - { - "kind": "number", - "nativeSrc": "2420:4:44", - "nodeType": "YulLiteral", - "src": "2420:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2405:3:44", - "nodeType": "YulIdentifier", - "src": "2405:3:44" - }, - "nativeSrc": "2405:20:44", - "nodeType": "YulFunctionCall", - "src": "2405:20:44" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "2392:9:44", - "nodeType": "YulIdentifier", - "src": "2392:9:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "2228:1:44", - "nodeType": "YulIdentifier", - "src": "2228:1:44" - }, - { - "name": "loopEnd", - "nativeSrc": "2231:7:44", - "nodeType": "YulIdentifier", - "src": "2231:7:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2225:2:44", - "nodeType": "YulIdentifier", - "src": "2225:2:44" - }, - "nativeSrc": "2225:14:44", - "nodeType": "YulFunctionCall", - "src": "2225:14:44" - }, - "nativeSrc": "2217:222:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "2240:21:44", - "nodeType": "YulBlock", - "src": "2240:21:44", - "statements": [ - { - "nativeSrc": "2242:17:44", - "nodeType": "YulAssignment", - "src": "2242:17:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "2251:1:44", - "nodeType": "YulIdentifier", - "src": "2251:1:44" - }, - { - "kind": "number", - "nativeSrc": "2254:4:44", - "nodeType": "YulLiteral", - "src": "2254:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2247:3:44", - "nodeType": "YulIdentifier", - "src": "2247:3:44" - }, - "nativeSrc": "2247:12:44", - "nodeType": "YulFunctionCall", - "src": "2247:12:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "2242:1:44", - "nodeType": "YulIdentifier", - "src": "2242:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "2221:3:44", - "nodeType": "YulBlock", - "src": "2221:3:44", - "statements": [] - }, - "src": "2217:222:44" - }, - { - "body": { - "nativeSrc": "2487:166:44", - "nodeType": "YulBlock", - "src": "2487:166:44", - "statements": [ - { - "nativeSrc": "2505:43:44", - "nodeType": "YulVariableDeclaration", - "src": "2505:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "2532:3:44", - "nodeType": "YulIdentifier", - "src": "2532:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "2537:9:44", - "nodeType": "YulIdentifier", - "src": "2537:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2528:3:44", - "nodeType": "YulIdentifier", - "src": "2528:3:44" - }, - "nativeSrc": "2528:19:44", - "nodeType": "YulFunctionCall", - "src": "2528:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2522:5:44", - "nodeType": "YulIdentifier", - "src": "2522:5:44" - }, - "nativeSrc": "2522:26:44", - "nodeType": "YulFunctionCall", - "src": "2522:26:44" - }, - "variables": [ - { - "name": "lastValue", - "nativeSrc": "2509:9:44", - "nodeType": "YulTypedName", - "src": "2509:9:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "2572:6:44", - "nodeType": "YulIdentifier", - "src": "2572:6:44" - }, - { - "arguments": [ - { - "name": "lastValue", - "nativeSrc": "2584:9:44", - "nodeType": "YulIdentifier", - "src": "2584:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2611:1:44", - "nodeType": "YulLiteral", - "src": "2611:1:44", - "type": "", - "value": "3" - }, - { - "name": "newLen", - "nativeSrc": "2614:6:44", - "nodeType": "YulIdentifier", - "src": "2614:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "2607:3:44", - "nodeType": "YulIdentifier", - "src": "2607:3:44" - }, - "nativeSrc": "2607:14:44", - "nodeType": "YulFunctionCall", - "src": "2607:14:44" - }, - { - "kind": "number", - "nativeSrc": "2623:3:44", - "nodeType": "YulLiteral", - "src": "2623:3:44", - "type": "", - "value": "248" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2603:3:44", - "nodeType": "YulIdentifier", - "src": "2603:3:44" - }, - "nativeSrc": "2603:24:44", - "nodeType": "YulFunctionCall", - "src": "2603:24:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2633:1:44", - "nodeType": "YulLiteral", - "src": "2633:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2629:3:44", - "nodeType": "YulIdentifier", - "src": "2629:3:44" - }, - "nativeSrc": "2629:6:44", - "nodeType": "YulFunctionCall", - "src": "2629:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "2599:3:44", - "nodeType": "YulIdentifier", - "src": "2599:3:44" - }, - "nativeSrc": "2599:37:44", - "nodeType": "YulFunctionCall", - "src": "2599:37:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2595:3:44", - "nodeType": "YulIdentifier", - "src": "2595:3:44" - }, - "nativeSrc": "2595:42:44", - "nodeType": "YulFunctionCall", - "src": "2595:42:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2580:3:44", - "nodeType": "YulIdentifier", - "src": "2580:3:44" - }, - "nativeSrc": "2580:58:44", - "nodeType": "YulFunctionCall", - "src": "2580:58:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "2565:6:44", - "nodeType": "YulIdentifier", - "src": "2565:6:44" - }, - "nativeSrc": "2565:74:44", - "nodeType": "YulFunctionCall", - "src": "2565:74:44" - }, - "nativeSrc": "2565:74:44", - "nodeType": "YulExpressionStatement", - "src": "2565:74:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "loopEnd", - "nativeSrc": "2458:7:44", - "nodeType": "YulIdentifier", - "src": "2458:7:44" - }, - { - "name": "newLen", - "nativeSrc": "2467:6:44", - "nodeType": "YulIdentifier", - "src": "2467:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2455:2:44", - "nodeType": "YulIdentifier", - "src": "2455:2:44" - }, - "nativeSrc": "2455:19:44", - "nodeType": "YulFunctionCall", - "src": "2455:19:44" - }, - "nativeSrc": "2452:201:44", - "nodeType": "YulIf", - "src": "2452:201:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "2673:4:44", - "nodeType": "YulIdentifier", - "src": "2673:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2687:1:44", - "nodeType": "YulLiteral", - "src": "2687:1:44", - "type": "", - "value": "1" - }, - { - "name": "newLen", - "nativeSrc": "2690:6:44", - "nodeType": "YulIdentifier", - "src": "2690:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "2683:3:44", - "nodeType": "YulIdentifier", - "src": "2683:3:44" - }, - "nativeSrc": "2683:14:44", - "nodeType": "YulFunctionCall", - "src": "2683:14:44" - }, - { - "kind": "number", - "nativeSrc": "2699:1:44", - "nodeType": "YulLiteral", - "src": "2699:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2679:3:44", - "nodeType": "YulIdentifier", - "src": "2679:3:44" - }, - "nativeSrc": "2679:22:44", - "nodeType": "YulFunctionCall", - "src": "2679:22:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "2666:6:44", - "nodeType": "YulIdentifier", - "src": "2666:6:44" - }, - "nativeSrc": "2666:36:44", - "nodeType": "YulFunctionCall", - "src": "2666:36:44" - }, - "nativeSrc": "2666:36:44", - "nodeType": "YulExpressionStatement", - "src": "2666:36:44" - } - ] - }, - "nativeSrc": "2063:649:44", - "nodeType": "YulCase", - "src": "2063:649:44", - "value": { - "kind": "number", - "nativeSrc": "2068:1:44", - "nodeType": "YulLiteral", - "src": "2068:1:44", - "type": "", - "value": "1" - } - }, - { - "body": { - "nativeSrc": "2729:234:44", - "nodeType": "YulBlock", - "src": "2729:234:44", - "statements": [ - { - "nativeSrc": "2743:14:44", - "nodeType": "YulVariableDeclaration", - "src": "2743:14:44", - "value": { - "kind": "number", - "nativeSrc": "2756:1:44", - "nodeType": "YulLiteral", - "src": "2756:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2747:5:44", - "nodeType": "YulTypedName", - "src": "2747:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2792:67:44", - "nodeType": "YulBlock", - "src": "2792:67:44", - "statements": [ - { - "nativeSrc": "2810:35:44", - "nodeType": "YulAssignment", - "src": "2810:35:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "2829:3:44", - "nodeType": "YulIdentifier", - "src": "2829:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "2834:9:44", - "nodeType": "YulIdentifier", - "src": "2834:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2825:3:44", - "nodeType": "YulIdentifier", - "src": "2825:3:44" - }, - "nativeSrc": "2825:19:44", - "nodeType": "YulFunctionCall", - "src": "2825:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2819:5:44", - "nodeType": "YulIdentifier", - "src": "2819:5:44" - }, - "nativeSrc": "2819:26:44", - "nodeType": "YulFunctionCall", - "src": "2819:26:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2810:5:44", - "nodeType": "YulIdentifier", - "src": "2810:5:44" - } - ] - } - ] - }, - "condition": { - "name": "newLen", - "nativeSrc": "2773:6:44", - "nodeType": "YulIdentifier", - "src": "2773:6:44" - }, - "nativeSrc": "2770:89:44", - "nodeType": "YulIf", - "src": "2770:89:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "2879:4:44", - "nodeType": "YulIdentifier", - "src": "2879:4:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2938:5:44", - "nodeType": "YulIdentifier", - "src": "2938:5:44" - }, - { - "name": "newLen", - "nativeSrc": "2945:6:44", - "nodeType": "YulIdentifier", - "src": "2945:6:44" - } - ], - "functionName": { - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "2885:52:44", - "nodeType": "YulIdentifier", - "src": "2885:52:44" - }, - "nativeSrc": "2885:67:44", - "nodeType": "YulFunctionCall", - "src": "2885:67:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "2872:6:44", - "nodeType": "YulIdentifier", - "src": "2872:6:44" - }, - "nativeSrc": "2872:81:44", - "nodeType": "YulFunctionCall", - "src": "2872:81:44" - }, - "nativeSrc": "2872:81:44", - "nodeType": "YulExpressionStatement", - "src": "2872:81:44" - } - ] - }, - "nativeSrc": "2721:242:44", - "nodeType": "YulCase", - "src": "2721:242:44", - "value": "default" - } - ], - "expression": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "2043:6:44", - "nodeType": "YulIdentifier", - "src": "2043:6:44" - }, - { - "kind": "number", - "nativeSrc": "2051:2:44", - "nodeType": "YulLiteral", - "src": "2051:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2040:2:44", - "nodeType": "YulIdentifier", - "src": "2040:2:44" - }, - "nativeSrc": "2040:14:44", - "nodeType": "YulFunctionCall", - "src": "2040:14:44" - }, - "nativeSrc": "2033:930:44", - "nodeType": "YulSwitch", - "src": "2033:930:44" - } - ] - }, - "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", - "nativeSrc": "1670:1299:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot", - "nativeSrc": "1751:4:44", - "nodeType": "YulTypedName", - "src": "1751:4:44", - "type": "" - }, - { - "name": "src", - "nativeSrc": "1757:3:44", - "nodeType": "YulTypedName", - "src": "1757:3:44", - "type": "" - } - ], - "src": "1670:1299:44" - }, - { - "body": { - "nativeSrc": "3187:276:44", - "nodeType": "YulBlock", - "src": "3187:276:44", - "statements": [ - { - "nativeSrc": "3197:27:44", - "nodeType": "YulAssignment", - "src": "3197:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3209:9:44", - "nodeType": "YulIdentifier", - "src": "3209:9:44" - }, - { - "kind": "number", - "nativeSrc": "3220:3:44", - "nodeType": "YulLiteral", - "src": "3220:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3205:3:44", - "nodeType": "YulIdentifier", - "src": "3205:3:44" - }, - "nativeSrc": "3205:19:44", - "nodeType": "YulFunctionCall", - "src": "3205:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "3197:4:44", - "nodeType": "YulIdentifier", - "src": "3197:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3240:9:44", - "nodeType": "YulIdentifier", - "src": "3240:9:44" - }, - { - "name": "value0", - "nativeSrc": "3251:6:44", - "nodeType": "YulIdentifier", - "src": "3251:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3233:6:44", - "nodeType": "YulIdentifier", - "src": "3233:6:44" - }, - "nativeSrc": "3233:25:44", - "nodeType": "YulFunctionCall", - "src": "3233:25:44" - }, - "nativeSrc": "3233:25:44", - "nodeType": "YulExpressionStatement", - "src": "3233:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3278:9:44", - "nodeType": "YulIdentifier", - "src": "3278:9:44" - }, - { - "kind": "number", - "nativeSrc": "3289:2:44", - "nodeType": "YulLiteral", - "src": "3289:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3274:3:44", - "nodeType": "YulIdentifier", - "src": "3274:3:44" - }, - "nativeSrc": "3274:18:44", - "nodeType": "YulFunctionCall", - "src": "3274:18:44" - }, - { - "name": "value1", - "nativeSrc": "3294:6:44", - "nodeType": "YulIdentifier", - "src": "3294:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3267:6:44", - "nodeType": "YulIdentifier", - "src": "3267:6:44" - }, - "nativeSrc": "3267:34:44", - "nodeType": "YulFunctionCall", - "src": "3267:34:44" - }, - "nativeSrc": "3267:34:44", - "nodeType": "YulExpressionStatement", - "src": "3267:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3321:9:44", - "nodeType": "YulIdentifier", - "src": "3321:9:44" - }, - { - "kind": "number", - "nativeSrc": "3332:2:44", - "nodeType": "YulLiteral", - "src": "3332:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3317:3:44", - "nodeType": "YulIdentifier", - "src": "3317:3:44" - }, - "nativeSrc": "3317:18:44", - "nodeType": "YulFunctionCall", - "src": "3317:18:44" - }, - { - "name": "value2", - "nativeSrc": "3337:6:44", - "nodeType": "YulIdentifier", - "src": "3337:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3310:6:44", - "nodeType": "YulIdentifier", - "src": "3310:6:44" - }, - "nativeSrc": "3310:34:44", - "nodeType": "YulFunctionCall", - "src": "3310:34:44" - }, - "nativeSrc": "3310:34:44", - "nodeType": "YulExpressionStatement", - "src": "3310:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3364:9:44", - "nodeType": "YulIdentifier", - "src": "3364:9:44" - }, - { - "kind": "number", - "nativeSrc": "3375:2:44", - "nodeType": "YulLiteral", - "src": "3375:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3360:3:44", - "nodeType": "YulIdentifier", - "src": "3360:3:44" - }, - "nativeSrc": "3360:18:44", - "nodeType": "YulFunctionCall", - "src": "3360:18:44" - }, - { - "name": "value3", - "nativeSrc": "3380:6:44", - "nodeType": "YulIdentifier", - "src": "3380:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3353:6:44", - "nodeType": "YulIdentifier", - "src": "3353:6:44" - }, - "nativeSrc": "3353:34:44", - "nodeType": "YulFunctionCall", - "src": "3353:34:44" - }, - "nativeSrc": "3353:34:44", - "nodeType": "YulExpressionStatement", - "src": "3353:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3407:9:44", - "nodeType": "YulIdentifier", - "src": "3407:9:44" - }, - { - "kind": "number", - "nativeSrc": "3418:3:44", - "nodeType": "YulLiteral", - "src": "3418:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3403:3:44", - "nodeType": "YulIdentifier", - "src": "3403:3:44" - }, - "nativeSrc": "3403:19:44", - "nodeType": "YulFunctionCall", - "src": "3403:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "3428:6:44", - "nodeType": "YulIdentifier", - "src": "3428:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3444:3:44", - "nodeType": "YulLiteral", - "src": "3444:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "3449:1:44", - "nodeType": "YulLiteral", - "src": "3449:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "3440:3:44", - "nodeType": "YulIdentifier", - "src": "3440:3:44" - }, - "nativeSrc": "3440:11:44", - "nodeType": "YulFunctionCall", - "src": "3440:11:44" - }, - { - "kind": "number", - "nativeSrc": "3453:1:44", - "nodeType": "YulLiteral", - "src": "3453:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3436:3:44", - "nodeType": "YulIdentifier", - "src": "3436:3:44" - }, - "nativeSrc": "3436:19:44", - "nodeType": "YulFunctionCall", - "src": "3436:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3424:3:44", - "nodeType": "YulIdentifier", - "src": "3424:3:44" - }, - "nativeSrc": "3424:32:44", - "nodeType": "YulFunctionCall", - "src": "3424:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3396:6:44", - "nodeType": "YulIdentifier", - "src": "3396:6:44" - }, - "nativeSrc": "3396:61:44", - "nodeType": "YulFunctionCall", - "src": "3396:61:44" - }, - "nativeSrc": "3396:61:44", - "nodeType": "YulExpressionStatement", - "src": "3396:61:44" - } - ] - }, - "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", - "nativeSrc": "2974:489:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3124:9:44", - "nodeType": "YulTypedName", - "src": "3124:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "3135:6:44", - "nodeType": "YulTypedName", - "src": "3135:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "3143:6:44", - "nodeType": "YulTypedName", - "src": "3143:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3151:6:44", - "nodeType": "YulTypedName", - "src": "3151:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3159:6:44", - "nodeType": "YulTypedName", - "src": "3159:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3167:6:44", - "nodeType": "YulTypedName", - "src": "3167:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "3178:4:44", - "nodeType": "YulTypedName", - "src": "3178:4:44", - "type": "" - } - ], - "src": "2974:489:44" - }, - { - "body": { - "nativeSrc": "3589:406:44", - "nodeType": "YulBlock", - "src": "3589:406:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3606:9:44", - "nodeType": "YulIdentifier", - "src": "3606:9:44" - }, - { - "kind": "number", - "nativeSrc": "3617:2:44", - "nodeType": "YulLiteral", - "src": "3617:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3599:6:44", - "nodeType": "YulIdentifier", - "src": "3599:6:44" - }, - "nativeSrc": "3599:21:44", - "nodeType": "YulFunctionCall", - "src": "3599:21:44" - }, - "nativeSrc": "3599:21:44", - "nodeType": "YulExpressionStatement", - "src": "3599:21:44" - }, - { - "nativeSrc": "3629:27:44", - "nodeType": "YulVariableDeclaration", - "src": "3629:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3649:6:44", - "nodeType": "YulIdentifier", - "src": "3649:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3643:5:44", - "nodeType": "YulIdentifier", - "src": "3643:5:44" - }, - "nativeSrc": "3643:13:44", - "nodeType": "YulFunctionCall", - "src": "3643:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "3633:6:44", - "nodeType": "YulTypedName", - "src": "3633:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3676:9:44", - "nodeType": "YulIdentifier", - "src": "3676:9:44" - }, - { - "kind": "number", - "nativeSrc": "3687:2:44", - "nodeType": "YulLiteral", - "src": "3687:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3672:3:44", - "nodeType": "YulIdentifier", - "src": "3672:3:44" - }, - "nativeSrc": "3672:18:44", - "nodeType": "YulFunctionCall", - "src": "3672:18:44" - }, - { - "name": "length", - "nativeSrc": "3692:6:44", - "nodeType": "YulIdentifier", - "src": "3692:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3665:6:44", - "nodeType": "YulIdentifier", - "src": "3665:6:44" - }, - "nativeSrc": "3665:34:44", - "nodeType": "YulFunctionCall", - "src": "3665:34:44" - }, - "nativeSrc": "3665:34:44", - "nodeType": "YulExpressionStatement", - "src": "3665:34:44" - }, - { - "nativeSrc": "3708:10:44", - "nodeType": "YulVariableDeclaration", - "src": "3708:10:44", - "value": { - "kind": "number", - "nativeSrc": "3717:1:44", - "nodeType": "YulLiteral", - "src": "3717:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "3712:1:44", - "nodeType": "YulTypedName", - "src": "3712:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3777:90:44", - "nodeType": "YulBlock", - "src": "3777:90:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3806:9:44", - "nodeType": "YulIdentifier", - "src": "3806:9:44" - }, - { - "name": "i", - "nativeSrc": "3817:1:44", - "nodeType": "YulIdentifier", - "src": "3817:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3802:3:44", - "nodeType": "YulIdentifier", - "src": "3802:3:44" - }, - "nativeSrc": "3802:17:44", - "nodeType": "YulFunctionCall", - "src": "3802:17:44" - }, - { - "kind": "number", - "nativeSrc": "3821:2:44", - "nodeType": "YulLiteral", - "src": "3821:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3798:3:44", - "nodeType": "YulIdentifier", - "src": "3798:3:44" - }, - "nativeSrc": "3798:26:44", - "nodeType": "YulFunctionCall", - "src": "3798:26:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3840:6:44", - "nodeType": "YulIdentifier", - "src": "3840:6:44" - }, - { - "name": "i", - "nativeSrc": "3848:1:44", - "nodeType": "YulIdentifier", - "src": "3848:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3836:3:44", - "nodeType": "YulIdentifier", - "src": "3836:3:44" - }, - "nativeSrc": "3836:14:44", - "nodeType": "YulFunctionCall", - "src": "3836:14:44" - }, - { - "kind": "number", - "nativeSrc": "3852:2:44", - "nodeType": "YulLiteral", - "src": "3852:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3832:3:44", - "nodeType": "YulIdentifier", - "src": "3832:3:44" - }, - "nativeSrc": "3832:23:44", - "nodeType": "YulFunctionCall", - "src": "3832:23:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3826:5:44", - "nodeType": "YulIdentifier", - "src": "3826:5:44" - }, - "nativeSrc": "3826:30:44", - "nodeType": "YulFunctionCall", - "src": "3826:30:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3791:6:44", - "nodeType": "YulIdentifier", - "src": "3791:6:44" - }, - "nativeSrc": "3791:66:44", - "nodeType": "YulFunctionCall", - "src": "3791:66:44" - }, - "nativeSrc": "3791:66:44", - "nodeType": "YulExpressionStatement", - "src": "3791:66:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3738:1:44", - "nodeType": "YulIdentifier", - "src": "3738:1:44" - }, - { - "name": "length", - "nativeSrc": "3741:6:44", - "nodeType": "YulIdentifier", - "src": "3741:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "3735:2:44", - "nodeType": "YulIdentifier", - "src": "3735:2:44" - }, - "nativeSrc": "3735:13:44", - "nodeType": "YulFunctionCall", - "src": "3735:13:44" - }, - "nativeSrc": "3727:140:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "3749:19:44", - "nodeType": "YulBlock", - "src": "3749:19:44", - "statements": [ - { - "nativeSrc": "3751:15:44", - "nodeType": "YulAssignment", - "src": "3751:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3760:1:44", - "nodeType": "YulIdentifier", - "src": "3760:1:44" - }, - { - "kind": "number", - "nativeSrc": "3763:2:44", - "nodeType": "YulLiteral", - "src": "3763:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3756:3:44", - "nodeType": "YulIdentifier", - "src": "3756:3:44" - }, - "nativeSrc": "3756:10:44", - "nodeType": "YulFunctionCall", - "src": "3756:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "3751:1:44", - "nodeType": "YulIdentifier", - "src": "3751:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "3731:3:44", - "nodeType": "YulBlock", - "src": "3731:3:44", - "statements": [] - }, - "src": "3727:140:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3891:9:44", - "nodeType": "YulIdentifier", - "src": "3891:9:44" - }, - { - "name": "length", - "nativeSrc": "3902:6:44", - "nodeType": "YulIdentifier", - "src": "3902:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3887:3:44", - "nodeType": "YulIdentifier", - "src": "3887:3:44" - }, - "nativeSrc": "3887:22:44", - "nodeType": "YulFunctionCall", - "src": "3887:22:44" - }, - { - "kind": "number", - "nativeSrc": "3911:2:44", - "nodeType": "YulLiteral", - "src": "3911:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3883:3:44", - "nodeType": "YulIdentifier", - "src": "3883:3:44" - }, - "nativeSrc": "3883:31:44", - "nodeType": "YulFunctionCall", - "src": "3883:31:44" - }, - { - "kind": "number", - "nativeSrc": "3916:1:44", - "nodeType": "YulLiteral", - "src": "3916:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3876:6:44", - "nodeType": "YulIdentifier", - "src": "3876:6:44" - }, - "nativeSrc": "3876:42:44", - "nodeType": "YulFunctionCall", - "src": "3876:42:44" - }, - "nativeSrc": "3876:42:44", - "nodeType": "YulExpressionStatement", - "src": "3876:42:44" - }, - { - "nativeSrc": "3927:62:44", - "nodeType": "YulAssignment", - "src": "3927:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3943:9:44", - "nodeType": "YulIdentifier", - "src": "3943:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "3962:6:44", - "nodeType": "YulIdentifier", - "src": "3962:6:44" - }, - { - "kind": "number", - "nativeSrc": "3970:2:44", - "nodeType": "YulLiteral", - "src": "3970:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3958:3:44", - "nodeType": "YulIdentifier", - "src": "3958:3:44" - }, - "nativeSrc": "3958:15:44", - "nodeType": "YulFunctionCall", - "src": "3958:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3979:2:44", - "nodeType": "YulLiteral", - "src": "3979:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "3975:3:44", - "nodeType": "YulIdentifier", - "src": "3975:3:44" - }, - "nativeSrc": "3975:7:44", - "nodeType": "YulFunctionCall", - "src": "3975:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3954:3:44", - "nodeType": "YulIdentifier", - "src": "3954:3:44" - }, - "nativeSrc": "3954:29:44", - "nodeType": "YulFunctionCall", - "src": "3954:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3939:3:44", - "nodeType": "YulIdentifier", - "src": "3939:3:44" - }, - "nativeSrc": "3939:45:44", - "nodeType": "YulFunctionCall", - "src": "3939:45:44" - }, - { - "kind": "number", - "nativeSrc": "3986:2:44", - "nodeType": "YulLiteral", - "src": "3986:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3935:3:44", - "nodeType": "YulIdentifier", - "src": "3935:3:44" - }, - "nativeSrc": "3935:54:44", - "nodeType": "YulFunctionCall", - "src": "3935:54:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "3927:4:44", - "nodeType": "YulIdentifier", - "src": "3927:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "3468:527:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3558:9:44", - "nodeType": "YulTypedName", - "src": "3558:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3569:6:44", - "nodeType": "YulTypedName", - "src": "3569:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "3580:4:44", - "nodeType": "YulTypedName", - "src": "3580:4:44", - "type": "" - } - ], - "src": "3468:527:44" - }, - { - "body": { - "nativeSrc": "4094:203:44", - "nodeType": "YulBlock", - "src": "4094:203:44", - "statements": [ - { - "nativeSrc": "4104:26:44", - "nodeType": "YulVariableDeclaration", - "src": "4104:26:44", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "4124:5:44", - "nodeType": "YulIdentifier", - "src": "4124:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4118:5:44", - "nodeType": "YulIdentifier", - "src": "4118:5:44" - }, - "nativeSrc": "4118:12:44", - "nodeType": "YulFunctionCall", - "src": "4118:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "4108:6:44", - "nodeType": "YulTypedName", - "src": "4108:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4139:32:44", - "nodeType": "YulAssignment", - "src": "4139:32:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "4158:5:44", - "nodeType": "YulIdentifier", - "src": "4158:5:44" - }, - { - "kind": "number", - "nativeSrc": "4165:4:44", - "nodeType": "YulLiteral", - "src": "4165:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4154:3:44", - "nodeType": "YulIdentifier", - "src": "4154:3:44" - }, - "nativeSrc": "4154:16:44", - "nodeType": "YulFunctionCall", - "src": "4154:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4148:5:44", - "nodeType": "YulIdentifier", - "src": "4148:5:44" - }, - "nativeSrc": "4148:23:44", - "nodeType": "YulFunctionCall", - "src": "4148:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "4139:5:44", - "nodeType": "YulIdentifier", - "src": "4139:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "4208:83:44", - "nodeType": "YulBlock", - "src": "4208:83:44", - "statements": [ - { - "nativeSrc": "4222:59:44", - "nodeType": "YulAssignment", - "src": "4222:59:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4235:5:44", - "nodeType": "YulIdentifier", - "src": "4235:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4250:1:44", - "nodeType": "YulLiteral", - "src": "4250:1:44", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4257:4:44", - "nodeType": "YulLiteral", - "src": "4257:4:44", - "type": "", - "value": "0x20" - }, - { - "name": "length", - "nativeSrc": "4263:6:44", - "nodeType": "YulIdentifier", - "src": "4263:6:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4253:3:44", - "nodeType": "YulIdentifier", - "src": "4253:3:44" - }, - "nativeSrc": "4253:17:44", - "nodeType": "YulFunctionCall", - "src": "4253:17:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "4246:3:44", - "nodeType": "YulIdentifier", - "src": "4246:3:44" - }, - "nativeSrc": "4246:25:44", - "nodeType": "YulFunctionCall", - "src": "4246:25:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4277:1:44", - "nodeType": "YulLiteral", - "src": "4277:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "4273:3:44", - "nodeType": "YulIdentifier", - "src": "4273:3:44" - }, - "nativeSrc": "4273:6:44", - "nodeType": "YulFunctionCall", - "src": "4273:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "4242:3:44", - "nodeType": "YulIdentifier", - "src": "4242:3:44" - }, - "nativeSrc": "4242:38:44", - "nodeType": "YulFunctionCall", - "src": "4242:38:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4231:3:44", - "nodeType": "YulIdentifier", - "src": "4231:3:44" - }, - "nativeSrc": "4231:50:44", - "nodeType": "YulFunctionCall", - "src": "4231:50:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "4222:5:44", - "nodeType": "YulIdentifier", - "src": "4222:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "4186:6:44", - "nodeType": "YulIdentifier", - "src": "4186:6:44" - }, - { - "kind": "number", - "nativeSrc": "4194:4:44", - "nodeType": "YulLiteral", - "src": "4194:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4183:2:44", - "nodeType": "YulIdentifier", - "src": "4183:2:44" - }, - "nativeSrc": "4183:16:44", - "nodeType": "YulFunctionCall", - "src": "4183:16:44" - }, - "nativeSrc": "4180:111:44", - "nodeType": "YulIf", - "src": "4180:111:44" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32", - "nativeSrc": "4000:297:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "4074:5:44", - "nodeType": "YulTypedName", - "src": "4074:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "4084:5:44", - "nodeType": "YulTypedName", - "src": "4084:5:44", - "type": "" - } - ], - "src": "4000:297:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_contract$_ISchemaRegistry_$2379_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\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 array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n mstore(0, array)\n let data := keccak256(0, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _1 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _1) { start := add(start, 1) }\n { sstore(start, 0) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, sub(shl(64, 1), 1)) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n srcOffset := 0x20\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 0x20)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\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_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 let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(add(headStart, i), 64), mload(add(add(value0, i), 32)))\n }\n mstore(add(add(headStart, length), 64), 0)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32(array) -> value\n {\n let length := mload(array)\n value := mload(add(array, 0x20))\n if lt(length, 0x20)\n {\n value := and(value, shl(shl(3, sub(0x20, length)), not(0)))\n }\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "6101e060405234801561001157600080fd5b5060405161455a38038061455a833981016040819052610030916101f3565b60408051808201825260038082526245415360e81b602080840191909152835180850190945260058452640312e332e360dc1b90840152600160805260a052600060c081905290919082908290610088908390610179565b61018052610097816001610179565b6101a0528151602080840191909120610140528151908201206101605246610100526101276101405161016051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60e05250503061012052600261013d83826102c2565b5050506001600160a01b038116610167576040516311a1e69760e01b815260040160405180910390fd5b6001600160a01b03166101c0526103f2565b60006020835110156101955761018e836101ac565b90506101a6565b816101a084826102c2565b5060ff90505b92915050565b600080829050601f815111156101e0578260405163305a27a960e01b81526004016101d79190610380565b60405180910390fd5b80516101eb826103ce565b179392505050565b60006020828403121561020557600080fd5b81516001600160a01b038116811461021c57600080fd5b9392505050565b634e487b7160e01b600052604160045260246000fd5b600181811c9082168061024d57607f821691505b60208210810361026d57634e487b7160e01b600052602260045260246000fd5b50919050565b601f8211156102bd57806000526020600020601f840160051c8101602085101561029a5750805b601f840160051c820191505b818110156102ba57600081556001016102a6565b50505b505050565b81516001600160401b038111156102db576102db610223565b6102ef816102e98454610239565b84610273565b6020601f821160018114610323576000831561030b5750848201515b600019600385901b1c1916600184901b1784556102ba565b600084815260208120601f198516915b828110156103535787850151825560209485019460019092019101610333565b50848210156103715786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b602081526000825180602084015260005b818110156103ae5760208186018101516040868401015201610391565b506000604082850101526040601f19601f83011684010191505092915050565b8051602080830151919081101561026d5760001960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c0516140d46104866000396000818161050e015281816113f10152611b910152600061238601526000612359015260006124860152600061245e015260006123b9015260006123e30152600061240d01526000610b5101526000610b2801526000610aff01526140d46000f3fe6080604052600436106101965760003560e01c806384b0196e116100e1578063cf190f341161008a578063e71ff36511610064578063e71ff365146104bf578063ed24911d146104df578063f10b5cc8146104f4578063f17325e71461053857600080fd5b8063cf190f341461042a578063d45c44351461044a578063e30bb5631461048057600080fd5b8063a6d4dbc7116100bb578063a6d4dbc714610398578063b469318d146103ab578063b83010d3146103f757600080fd5b806384b0196e146103305780639541152514610358578063a3112a641461036b57600080fd5b806344adc90e116101435780634d0030701161011d5780634d003070146102db57806354fd4d50146102fb57806379f7573a1461031057600080fd5b806344adc90e1461029557806346926267146102b55780634cb7e9e5146102c857600080fd5b806317d7de7c1161017457806317d7de7c1461022a5780632d0335ab1461024c5780633c0427151461028257600080fd5b80630eabf6601461019b57806312b11a17146101b057806313893f61146101f2575b600080fd5b6101ae6101a9366004613134565b61054b565b005b3480156101bc57600080fd5b507ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d9880765b6040519081526020015b60405180910390f35b3480156101fe57600080fd5b5061021261020d366004613134565b61069d565b6040516001600160401b0390911681526020016101e9565b34801561023657600080fd5b5061023f6106e2565b6040516101e991906131c5565b34801561025857600080fd5b506101df610267366004613204565b6001600160a01b031660009081526003602052604090205490565b6101df610290366004613221565b610774565b6102a86102a3366004613134565b610859565b6040516101e9919061325b565b6101ae6102c336600461329e565b6109a2565b6101ae6102d6366004613134565b610a26565b3480156102e757600080fd5b506102126102f63660046132b9565b610aeb565b34801561030757600080fd5b5061023f610af8565b34801561031c57600080fd5b506101ae61032b3660046132b9565b610b9b565b34801561033c57600080fd5b50610345610c34565b6040516101e9979695949392919061330e565b6102a8610366366004613134565b610c96565b34801561037757600080fd5b5061038b6103863660046132b9565b610ec3565b6040516101e99190613466565b6101ae6103a6366004613479565b611059565b3480156103b757600080fd5b506102126103c636600461348d565b6001600160a01b0391909116600090815260066020908152604080832093835292905220546001600160401b031690565b34801561040357600080fd5b507fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e756101df565b34801561043657600080fd5b506102126104453660046132b9565b6110fe565b34801561045657600080fd5b506102126104653660046132b9565b6000908152600560205260409020546001600160401b031690565b34801561048c57600080fd5b506104af61049b3660046132b9565b600090815260046020526040902054151590565b60405190151581526020016101e9565b3480156104cb57600080fd5b506102126104da366004613134565b61110c565b3480156104eb57600080fd5b506101df611144565b34801561050057600080fd5b506040516001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001681526020016101e9565b6101df6105463660046134b9565b611153565b348160005b8181101561069657600019820181146000868684818110610573576105736134f3565b90506020028101906105859190613509565b61058e90613742565b60208101518051919250908015806105ab57508260400151518114155b156105c95760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561065f576106576040518060a00160405280866000015181526020018584815181106105fe576105fe6134f3565b6020026020010151815260200186604001518481518110610621576106216134f3565b6020026020010151815260200186606001516001600160a01b0316815260200186608001516001600160401b03168152506111f3565b6001016105cc565b5061067583600001518385606001518a886113ce565b61067f9088613857565b96505050505061068f8160010190565b9050610550565b5050505050565b60004282825b818110156106d6576106ce338787848181106106c1576106c16134f3565b90506020020135856118e5565b6001016106a3565b50909150505b92915050565b6060600280546106f19061386a565b80601f016020809104026020016040519081016040528092919081815260200182805461071d9061386a565b801561076a5780601f1061073f5761010080835404028352916020019161076a565b820191906000526020600020905b81548152906001019060200180831161074d57829003601f168201915b5050505050905090565b6000610787610782836139ab565b6119b1565b604080516001808252818301909252600091816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161079e5790505090506107ee6020840184613a25565b6107f790613a3b565b8160008151811061080a5761080a6134f3565b602090810291909101015261083383358261082b60c0870160a08801613204565b346001611b05565b60200151600081518110610849576108496134f3565b6020026020010151915050919050565b6060816000816001600160401b0381111561087657610876613529565b6040519080825280602002602001820160405280156108a957816020015b60608152602001906001900390816108945790505b509050600034815b8481101561098c5760001985018114368989848181106108d3576108d36134f3565b90506020028101906108e59190613a47565b90506108f46020820182613a5d565b90506000036109165760405163251f56a160e21b815260040160405180910390fd5b600061093b823561092a6020850185613a5d565b61093391613aa6565b338887611b05565b805190915061094a9086613857565b94508060200151878581518110610963576109636134f3565b6020026020010181905250806020015151860195505050506109858160010190565b90506108b1565b506109978383612121565b979650505050505050565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816109b95790505090506109f436839003830160208401613b0b565b81600081518110610a0757610a076134f3565b6020908102919091010152610a21823582333460016113ce565b505050565b348160005b81811015610696576000198201811436868684818110610a4d57610a4d6134f3565b9050602002810190610a5f9190613a47565b9050610acc8135610a736020840184613b27565b808060200260200160405190810160405280939291908181526020016000905b82821015610abf57610ab060408302860136819003810190613b0b565b81526020019060010190610a93565b50505050503388866113ce565b610ad69086613857565b94505050610ae48160010190565b9050610a2b565b6000426106dc838261220a565b6060610b237f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b4c7f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b757f00000000000000000000000000000000000000000000000000000000000000006122b3565b604051602001610b8793929190613b70565b604051602081830303815290604052905090565b33600090815260036020526040902054808211610be4576040517f756688fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360009081526003602090815260409182902084905581518381529081018490527f57b09af877df9068fd60a69d7b21f5576b8b38955812d6ae4ac52942f1e38fb7910160405180910390a15050565b600060608060008060006060610c48612352565b610c5061237f565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b6060816000816001600160401b03811115610cb357610cb3613529565b604051908082528060200260200182016040528015610ce657816020015b6060815260200190600190039081610cd15790505b509050600034815b8481101561098c576000198501811436898984818110610d1057610d106134f3565b9050602002810190610d229190613509565b9050366000610d346020840184613a5d565b909250905080801580610d555750610d4f6040850185613bcf565b90508114155b15610d735760405163251f56a160e21b815260040160405180910390fd5b60005b81811015610e4657610e3e6040518060a0016040528087600001358152602001868685818110610da857610da86134f3565b9050602002810190610dba9190613a25565b610dc390613a3b565b8152602001610dd56040890189613bcf565b85818110610de557610de56134f3565b905060600201803603810190610dfb9190613c17565b8152602001610e106080890160608a01613204565b6001600160a01b03168152602001610e2e60a0890160808a01613c33565b6001600160401b031690526119b1565b600101610d76565b506000610e6f8535610e588587613aa6565b610e686080890160608a01613204565b8b8a611b05565b8051909150610e7e9089613857565b975080602001518a8881518110610e9757610e976134f3565b602002602001018190525080602001515189019850505050505050610ebc8160010190565b9050610cee565b604080516101408101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082018390526101008201929092526101208101919091526000828152600460208181526040928390208351610140810185528154815260018201549281019290925260028101546001600160401b038082169584019590955268010000000000000000810485166060840152600160801b90049093166080820152600383015460a0820152908201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff16151561010082015260068201805491929161012084019190610fd09061386a565b80601f0160208091040260200160405190810160405280929190818152602001828054610ffc9061386a565b80156110495780601f1061101e57610100808354040283529160200191611049565b820191906000526020600020905b81548152906001019060200180831161102c57829003601f168201915b5050505050815250509050919050565b61107061106b36839003830183613c4e565b6111f3565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816110875790505090506110c236839003830160208401613b0b565b816000815181106110d5576110d56134f3565b6020908102919091010152610a218235826110f660e0860160c08701613204565b3460016113ce565b6000426106dc3384836118e5565b60004282825b818110156106d65761113c86868381811061112f5761112f6134f3565b905060200201358461220a565b600101611112565b600061114e6123ac565b905090565b604080516001808252818301909252600091829190816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161116d5790505090506111bd6020840184613a25565b6111c690613a3b565b816000815181106111d9576111d96134f3565b602090810291909101015261083383358233346001611b05565b60808101516001600160401b0316158015906112245750426001600160401b031681608001516001600160401b0316105b1561124257604051631ab7da6b60e01b815260040160405180910390fd5b602080820151604080840151606085015185518451858701516001600160a01b03841660009081526003909852948720805496979496949561131c957fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e7595949392886112ad83613cbe565b909155506080808c01516040805160208101999099526001600160a01b039097169688019690965260608701949094529285019190915260a084015260c08301526001600160401b031660e0820152610100015b604051602081830303815290604052805190602001206124d7565b905061139284606001518284602001518560400151866000015160405160200161137e93929190928352602083019190915260f81b7fff0000000000000000000000000000000000000000000000000000000000000016604082015260410190565b60405160208183030381529060405261251f565b6113c8576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6040516351753e3760e11b81526004810186905260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a2ea7c6e90602401600060405180830381865afa158015611438573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114609190810190613cd7565b805190915061148257604051635f9bd90760e11b815260040160405180910390fd5b85516000816001600160401b0381111561149e5761149e613529565b60405190808252806020026020018201604052801561151f57816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e0830182905261010083019190915261012082015282526000199092019101816114bc5790505b5090506000826001600160401b0381111561153c5761153c613529565b604051908082528060200260200182016040528015611565578160200160208202803683370190505b50905060005b838110156118c75760008a8281518110611587576115876134f3565b60209081029190910181015180516000908152600490925260409091208054919250906115c75760405163c5723b5160e01b815260040160405180910390fd5b8c8160010154146115eb57604051635f9bd90760e11b815260040160405180910390fd5b60058101546001600160a01b038c8116911614611634576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6005810154600160a01b900460ff166116605760405163157bd4c360e01b815260040160405180910390fd5b6002810154600160801b90046001600160401b0316156116ac576040517f905e710700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b426002820180547fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff8116600160801b6001600160401b03948516810291821793849055604080516101408101825287548152600188015460208201529386169286169290921791830191909152680100000000000000008304841660608301529091049091166080820152600382015460a082015260048201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff161515610100820152600682018054839161012084019161178c9061386a565b80601f01602080910402602001604051908101604052809291908181526020018280546117b89061386a565b80156118055780601f106117da57610100808354040283529160200191611805565b820191906000526020600020905b8154815290600101906020018083116117e857829003601f168201915b505050505081525050858481518110611820576118206134f3565b60200260200101819052508160200151848481518110611842576118426134f3565b6020026020010181815250508c8b6001600160a01b031686858151811061186b5761186b6134f3565b602002602001015160c001516001600160a01b03167ff930a6e2523c9cc298691873087a740550b8fc85a0680830414c148ed927f61585600001516040516118b591815260200190565b60405180910390a4505060010161156b565b506118d784838360018b8b612581565b9a9950505050505050505050565b6001600160a01b038316600090815260066020908152604080832085845291829052909120546001600160401b03161561194b576040517fec9d6eeb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600083815260208290526040808220805467ffffffffffffffff19166001600160401b0386169081179091559051909185916001600160a01b038816917f92a1f7a41a7c585a8b09e25b195e225b1d43248daca46b0faf9e0792777a222991a450505050565b60808101516001600160401b0316158015906119e25750426001600160401b031681608001516001600160401b0316105b15611a0057604051631ab7da6b60e01b815260040160405180910390fd5b6020808201516040808401516060808601518651855186880151868801519488015160808901518051908b012060a08a01516001600160a01b03871660009081526003909c52988b2080549a9b989a989961131c997ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076999493928c611a8483613cbe565b919050558e608001516040516020016113019b9a999897969594939291909a8b526001600160a01b03998a1660208c015260408b01989098529590971660608901526001600160401b03938416608089015291151560a088015260c087015260e0860152610100850193909352610120840152166101408201526101600190565b6040805180820190915260008152606060208201528451604080518082019091526000815260606020820152816001600160401b03811115611b4957611b49613529565b604051908082528060200260200182016040528015611b72578160200160208202803683370190505b5060208201526040516351753e3760e11b8152600481018990526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a2ea7c6e90602401600060405180830381865afa158015611be0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c089190810190613cd7565b8051909150611c2a57604051635f9bd90760e11b815260040160405180910390fd5b6000836001600160401b03811115611c4457611c44613529565b604051908082528060200260200182016040528015611cc557816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e083018290526101008301919091526101208201528252600019909201910181611c625790505b5090506000846001600160401b03811115611ce257611ce2613529565b604051908082528060200260200182016040528015611d0b578160200160208202803683370190505b50905060005b858110156121005760008b8281518110611d2d57611d2d6134f3565b6020026020010151905060006001600160401b031681602001516001600160401b031614158015611d745750426001600160401b031681602001516001600160401b031611155b15611dab576040517f08e8b93700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8460400151158015611dbe575080604001515b15611ddc5760405163157bd4c360e01b815260040160405180910390fd5b60006040518061014001604052806000801b81526020018f8152602001611e004290565b6001600160401b0316815260200183602001516001600160401b0316815260200160006001600160401b031681526020018360600151815260200183600001516001600160a01b031681526020018d6001600160a01b0316815260200183604001511515815260200183608001518152509050600080600090505b611e8583826128f1565b60008181526004602052604090205490925015611ea457600101611e7b565b8183526000828152600460208181526040928390208651815590860151600182015591850151600283018054606088015160808901516001600160401b03908116600160801b027fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff92821668010000000000000000027fffffffffffffffffffffffffffffffff000000000000000000000000000000009094169190951617919091171691909117905560a0850151600383015560c085015190820180546001600160a01b039283167fffffffffffffffffffffffff000000000000000000000000000000000000000090911617905560e08501516005830180546101008801511515600160a01b027fffffffffffffffffffffff00000000000000000000000000000000000000000090911692909316919091179190911790556101208401518491906006820190611ff79082613dfa565b5050506060840151156120355760608401516000908152600460205260409020546120355760405163c5723b5160e01b815260040160405180910390fd5b82878681518110612048576120486134f3565b60200260200101819052508360a0015186868151811061206a5761206a6134f3565b602002602001018181525050818960200151868151811061208d5761208d6134f3565b6020026020010181815250508f8e6001600160a01b031685600001516001600160a01b03167f8bf46bf4cfd674fa735a3d63ec1c9ad4153f033c290341f3a588b75685141b35856040516120e391815260200190565b60405180910390a4505050506120f98160010190565b9050611d11565b5061211083838360008c8c612581565b845250919998505050505050505050565b60606000826001600160401b0381111561213d5761213d613529565b604051908082528060200260200182016040528015612166578160200160208202803683370190505b508451909150600090815b818110156121ff57600087828151811061218d5761218d6134f3565b6020026020010151905060008151905060005b818110156121eb578281815181106121ba576121ba6134f3565b60200260200101518787815181106121d4576121d46134f3565b6020908102919091010152600195860195016121a0565b5050506121f88160010190565b9050612171565b509195945050505050565b6000828152600560205260409020546001600160401b031615612259576040517f2e26794600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600082815260056020526040808220805467ffffffffffffffff19166001600160401b0385169081179091559051909184917f5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f9190a35050565b606060006122c083612950565b60010190506000816001600160401b038111156122df576122df613529565b6040519080825280601f01601f191660200182016040528015612309576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461231357509392505050565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006000612a32565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006001612a32565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561240557507f000000000000000000000000000000000000000000000000000000000000000046145b1561242f57507f000000000000000000000000000000000000000000000000000000000000000090565b61114e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60006106dc6124e46123ac565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600061252e8585612add565b509092509050600081600381111561254857612548613eb8565b1480156125665750856001600160a01b0316826001600160a01b0316145b806125775750612577868686612b2a565b9695505050505050565b845160009060018190036125d9576125d188886000815181106125a6576125a66134f3565b6020026020010151886000815181106125c1576125c16134f3565b6020026020010151888888612c1a565b915050612577565b60208801516001600160a01b0381166126545760005b8281101561263957878181518110612609576126096134f3565b602002602001015160001461263157604051631574f9f360e01b815260040160405180910390fd5b6001016125ef565b5083156126495761264985612eba565b600092505050612577565b600080826001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126b99190613ece565b905060005b848110156127445760008a82815181106126da576126da6134f3565b60200260200101519050806000036126f2575061273c565b8261271057604051631574f9f360e01b815260040160405180910390fd5b888111156127315760405163044044a560e21b815260040160405180910390fd5b978890039792909201915b6001016126be565b508715612812576040517f88e5b2d90000000000000000000000000000000000000000000000000000000081526001600160a01b038416906388e5b2d9908490612794908e908e90600401613eeb565b60206040518083038185885af11580156127b2573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906127d79190613ece565b61280d576040517fbf2f3a8b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6128d4565b6040517f91db0b7e0000000000000000000000000000000000000000000000000000000081526001600160a01b038416906391db0b7e90849061285b908e908e90600401613eeb565b60206040518083038185885af1158015612879573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061289e9190613ece565b6128d4576040517fe8bee83900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b85156128e3576128e387612eba565b509998505050505050505050565b60208083015160c084015160e0850151604080870151606088015161010089015160a08a01516101208b0151945160009961293299989796918c9101613f63565b60405160208183030381529060405280519060200120905092915050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310612999577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106129c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106129e357662386f26fc10000830492506010015b6305f5e10083106129fb576305f5e100830492506008015b6127108310612a0f57612710830492506004015b60648310612a21576064830492506002015b600a83106106dc5760010192915050565b606060ff8314612a4c57612a4583612ecd565b90506106dc565b818054612a589061386a565b80601f0160208091040260200160405190810160405280929190818152602001828054612a849061386a565b8015612ad15780601f10612aa657610100808354040283529160200191612ad1565b820191906000526020600020905b815481529060010190602001808311612ab457829003601f168201915b505050505090506106dc565b60008060008351604103612b175760208401516040850151606086015160001a612b0988828585612f0c565b955095509550505050612b23565b50508151600091506002905b9250925092565b6000806000856001600160a01b03168585604051602401612b4c92919061405a565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16630b135d3f60e11b17905251612b969190614073565b600060405180830381855afa9150503d8060008114612bd1576040519150601f19603f3d011682016040523d82523d6000602084013e612bd6565b606091505b5091509150818015612bea57506020815110155b801561257757508051630b135d3f60e11b90612c0f9083016020908101908401614085565b149695505050505050565b60208601516000906001600160a01b038116612c68578515612c4f57604051631574f9f360e01b815260040160405180910390fd5b8215612c5e57612c5e84612eba565b6000915050612577565b8515612d1457806001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd09190613ece565b612ced57604051631574f9f360e01b815260040160405180910390fd5b83861115612d0e5760405163044044a560e21b815260040160405180910390fd5b85840393505b8415612ddf576040517fe49617e10000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e49617e1908890612d61908b90600401613466565b60206040518083038185885af1158015612d7f573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612da49190613ece565b612dda576040517fccf3bb2700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612e9f565b6040517fe60c35050000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e60c3505908890612e26908b90600401613466565b60206040518083038185885af1158015612e44573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612e699190613ece565b612e9f576040517fbd8ba84d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8215612eae57612eae84612eba565b50939695505050505050565b8015612eca57612eca3382612fdb565b50565b60606000612eda836130a8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115612f475750600091506003905082612fd1565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015612f9b573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612fc757506000925060019150829050612fd1565b9250600091508190505b9450945094915050565b8047101561301b576040517fcd78605900000000000000000000000000000000000000000000000000000000815230600482015260240160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613068576040519150601f19603f3d011682016040523d82523d6000602084013e61306d565b606091505b5050905080610a21576040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600060ff8216601f8111156106dc576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f8401126130fb57600080fd5b5081356001600160401b0381111561311257600080fd5b6020830191508360208260051b850101111561312d57600080fd5b9250929050565b6000806020838503121561314757600080fd5b82356001600160401b0381111561315d57600080fd5b613169858286016130e9565b90969095509350505050565b60005b83811015613190578181015183820152602001613178565b50506000910152565b600081518084526131b1816020860160208601613175565b601f01601f19169290920160200192915050565b6020815260006131d86020830184613199565b9392505050565b6001600160a01b0381168114612eca57600080fd5b80356131ff816131df565b919050565b60006020828403121561321657600080fd5b81356131d8816131df565b60006020828403121561323357600080fd5b81356001600160401b0381111561324957600080fd5b820160e081850312156131d857600080fd5b602080825282518282018190526000918401906040840190835b81811015613293578351835260209384019390920191600101613275565b509095945050505050565b600060608284031280156132b157600080fd5b509092915050565b6000602082840312156132cb57600080fd5b5035919050565b600081518084526020840193506020830160005b828110156133045781518652602095860195909101906001016132e6565b5093949350505050565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e06020820152600061334960e0830189613199565b828103604084015261335b8189613199565b90508660608401526001600160a01b03861660808401528460a084015282810360c08401526118d781856132d2565b8051825260208101516020830152600060408201516133b460408501826001600160401b03169052565b5060608201516133cf60608501826001600160401b03169052565b5060808201516133ea60808501826001600160401b03169052565b5060a082015160a084015260c082015161340f60c08501826001600160a01b03169052565b5060e082015161342a60e08501826001600160a01b03169052565b5061010082015161344061010085018215159052565b5061012082015161014061012085015261345e610140850182613199565b949350505050565b6020815260006131d8602083018461338a565b60006101008284031280156132b157600080fd5b600080604083850312156134a057600080fd5b82356134ab816131df565b946020939093013593505050565b6000602082840312156134cb57600080fd5b81356001600160401b038111156134e157600080fd5b8201604081850312156131d857600080fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e1983360301811261351f57600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b038111828210171561356157613561613529565b60405290565b60405160c081016001600160401b038111828210171561356157613561613529565b604051608081016001600160401b038111828210171561356157613561613529565b604051601f8201601f191681016001600160401b03811182821017156135d3576135d3613529565b604052919050565b60006001600160401b038211156135f4576135f4613529565b5060051b60200190565b60006040828403121561361057600080fd5b604080519081016001600160401b038111828210171561363257613632613529565b604052823581526020928301359281019290925250919050565b60006060828403121561365e57600080fd5b604051606081016001600160401b038111828210171561368057613680613529565b604052905080823560ff8116811461369757600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f8301126136c557600080fd5b81356136d86136d3826135db565b6135ab565b808282526020820191506020606084028601019250858311156136fa57600080fd5b602085015b8381101561372157613711878261364c565b83526020909201916060016136ff565b5095945050505050565b80356001600160401b03811681146131ff57600080fd5b600060a0823603121561375457600080fd5b61375c61353f565b8235815260208301356001600160401b0381111561377957600080fd5b830136601f82011261378a57600080fd5b80356137986136d3826135db565b8082825260208201915060208360061b8501019250368311156137ba57600080fd5b6020840193505b828410156137e6576137d336856135fe565b82526020820191506040840193506137c1565b602085015250505060408301356001600160401b0381111561380757600080fd5b613813368286016136b4565b604083015250613825606084016131f4565b60608201526138366080840161372b565b608082015292915050565b634e487b7160e01b600052601160045260246000fd5b818103818111156106dc576106dc613841565b600181811c9082168061387e57607f821691505b60208210810361389e57634e487b7160e01b600052602260045260246000fd5b50919050565b8015158114612eca57600080fd5b60006001600160401b038211156138cb576138cb613529565b50601f01601f191660200190565b600060c082840312156138eb57600080fd5b6138f3613567565b90508135613900816131df565b815261390e6020830161372b565b60208201526040820135613921816138a4565b60408201526060828101359082015260808201356001600160401b0381111561394957600080fd5b8201601f8101841361395a57600080fd5b80356139686136d3826138b2565b81815285602083850101111561397d57600080fd5b8160208401602083013760009181016020019190915260808301525060a09182013591810191909152919050565b600060e082360312156139bd57600080fd5b6139c561353f565b8235815260208301356001600160401b038111156139e257600080fd5b6139ee368286016138d9565b602083015250613a01366040850161364c565b604082015260a0830135613a14816131df565b606082015261383660c0840161372b565b6000823560be1983360301811261351f57600080fd5b60006106dc36836138d9565b60008235603e1983360301811261351f57600080fd5b6000808335601e19843603018112613a7457600080fd5b8301803591506001600160401b03821115613a8e57600080fd5b6020019150600581901b360382131561312d57600080fd5b6000613ab46136d3846135db565b8381526020810190600585901b840136811115613ad057600080fd5b845b818110156132935780356001600160401b03811115613af057600080fd5b613afc368289016138d9565b85525060209384019301613ad2565b600060408284031215613b1d57600080fd5b6131d883836135fe565b6000808335601e19843603018112613b3e57600080fd5b8301803591506001600160401b03821115613b5857600080fd5b6020019150600681901b360382131561312d57600080fd5b60008451613b82818460208901613175565b601760f91b9083019081528451613ba0816001840160208901613175565b601760f91b600192909101918201528351613bc2816002840160208801613175565b0160020195945050505050565b6000808335601e19843603018112613be657600080fd5b8301803591506001600160401b03821115613c0057600080fd5b602001915060608102360382131561312d57600080fd5b600060608284031215613c2957600080fd5b6131d8838361364c565b600060208284031215613c4557600080fd5b6131d88261372b565b6000610100828403128015613c6257600080fd5b50613c6b61353f565b82358152613c7c84602085016135fe565b6020820152613c8e846060850161364c565b604082015260c0830135613ca1816131df565b6060820152613cb260e0840161372b565b60808201529392505050565b600060018201613cd057613cd0613841565b5060010190565b600060208284031215613ce957600080fd5b81516001600160401b03811115613cff57600080fd5b820160808185031215613d1157600080fd5b613d19613589565b815181526020820151613d2b816131df565b60208201526040820151613d3e816138a4565b604082015260608201516001600160401b03811115613d5c57600080fd5b80830192505084601f830112613d7157600080fd5b8151613d7f6136d3826138b2565b818152866020838601011115613d9457600080fd5b613da5826020830160208701613175565b606083015250949350505050565b601f821115610a2157806000526020600020601f840160051c81016020851015613dda5750805b601f840160051c820191505b818110156106965760008155600101613de6565b81516001600160401b03811115613e1357613e13613529565b613e2781613e21845461386a565b84613db3565b6020601f821160018114613e5b5760008315613e435750848201515b600019600385901b1c1916600184901b178455610696565b600084815260208120601f198516915b82811015613e8b5787850151825560209485019460019092019101613e6b565b5084821015613ea95786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b600052602160045260246000fd5b600060208284031215613ee057600080fd5b81516131d8816138a4565b6000604082016040835280855180835260608501915060608160051b86010192506020870160005b82811015613f4457605f19878603018452613f2f85835161338a565b94506020938401939190910190600101613f13565b505050508281036020840152613f5a81856132d2565b95945050505050565b8981526bffffffffffffffffffffffff198960601b1660208201526bffffffffffffffffffffffff198860601b1660348201527fffffffffffffffff0000000000000000000000000000000000000000000000008760c01b1660488201527fffffffffffffffff0000000000000000000000000000000000000000000000008660c01b16605082015284151560f81b605882015283605982015260006079820160008551614015818460208a01613175565b82019050614047818660e01b7fffffffff00000000000000000000000000000000000000000000000000000000169052565b6004019c9b505050505050505050505050565b82815260406020820152600061345e6040830184613199565b6000825161351f818460208701613175565b60006020828403121561409757600080fd5b505191905056fea264697066735822122014419e524a8eee4ab69cf0d5dc060b2273b501a593791cca13a69504a878bbac64736f6c634300081a0033", - "opcodes": "PUSH2 0x1E0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x455A CODESIZE SUB DUP1 PUSH2 0x455A DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x30 SWAP2 PUSH2 0x1F3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD DUP3 MSTORE PUSH1 0x3 DUP1 DUP3 MSTORE PUSH3 0x454153 PUSH1 0xE8 SHL PUSH1 0x20 DUP1 DUP5 ADD SWAP2 SWAP1 SWAP2 MSTORE DUP4 MLOAD DUP1 DUP6 ADD SWAP1 SWAP5 MSTORE PUSH1 0x5 DUP5 MSTORE PUSH5 0x312E332E3 PUSH1 0xDC SHL SWAP1 DUP5 ADD MSTORE PUSH1 0x1 PUSH1 0x80 MSTORE PUSH1 0xA0 MSTORE PUSH1 0x0 PUSH1 0xC0 DUP2 SWAP1 MSTORE SWAP1 SWAP2 SWAP1 DUP3 SWAP1 DUP3 SWAP1 PUSH2 0x88 SWAP1 DUP4 SWAP1 PUSH2 0x179 JUMP JUMPDEST PUSH2 0x180 MSTORE PUSH2 0x97 DUP2 PUSH1 0x1 PUSH2 0x179 JUMP JUMPDEST PUSH2 0x1A0 MSTORE DUP2 MLOAD PUSH1 0x20 DUP1 DUP5 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH2 0x140 MSTORE DUP2 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH2 0x160 MSTORE CHAINID PUSH2 0x100 MSTORE PUSH2 0x127 PUSH2 0x140 MLOAD PUSH2 0x160 MLOAD PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE SWAP1 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST PUSH1 0xE0 MSTORE POP POP ADDRESS PUSH2 0x120 MSTORE PUSH1 0x2 PUSH2 0x13D DUP4 DUP3 PUSH2 0x2C2 JUMP JUMPDEST POP POP POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x167 JUMPI PUSH1 0x40 MLOAD PUSH4 0x11A1E697 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x1C0 MSTORE PUSH2 0x3F2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP4 MLOAD LT ISZERO PUSH2 0x195 JUMPI PUSH2 0x18E DUP4 PUSH2 0x1AC JUMP JUMPDEST SWAP1 POP PUSH2 0x1A6 JUMP JUMPDEST DUP2 PUSH2 0x1A0 DUP5 DUP3 PUSH2 0x2C2 JUMP JUMPDEST POP PUSH1 0xFF SWAP1 POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 SWAP1 POP PUSH1 0x1F DUP2 MLOAD GT ISZERO PUSH2 0x1E0 JUMPI DUP3 PUSH1 0x40 MLOAD PUSH4 0x305A27A9 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1D7 SWAP2 SWAP1 PUSH2 0x380 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 MLOAD PUSH2 0x1EB DUP3 PUSH2 0x3CE JUMP JUMPDEST OR SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x205 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x21C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x24D JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x26D JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x2BD JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x29A JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2BA JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x2A6 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x2DB JUMPI PUSH2 0x2DB PUSH2 0x223 JUMP JUMPDEST PUSH2 0x2EF DUP2 PUSH2 0x2E9 DUP5 SLOAD PUSH2 0x239 JUMP JUMPDEST DUP5 PUSH2 0x273 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x323 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x30B JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x2BA JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x353 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x333 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x371 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3AE JUMPI PUSH1 0x20 DUP2 DUP7 ADD DUP2 ADD MLOAD PUSH1 0x40 DUP7 DUP5 ADD ADD MSTORE ADD PUSH2 0x391 JUMP JUMPDEST POP PUSH1 0x0 PUSH1 0x40 DUP3 DUP6 ADD ADD MSTORE PUSH1 0x40 PUSH1 0x1F NOT PUSH1 0x1F DUP4 ADD AND DUP5 ADD ADD SWAP2 POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x26D JUMPI PUSH1 0x0 NOT PUSH1 0x20 SWAP2 SWAP1 SWAP2 SUB PUSH1 0x3 SHL SHL AND SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH1 0xE0 MLOAD PUSH2 0x100 MLOAD PUSH2 0x120 MLOAD PUSH2 0x140 MLOAD PUSH2 0x160 MLOAD PUSH2 0x180 MLOAD PUSH2 0x1A0 MLOAD PUSH2 0x1C0 MLOAD PUSH2 0x40D4 PUSH2 0x486 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH2 0x50E ADD MSTORE DUP2 DUP2 PUSH2 0x13F1 ADD MSTORE PUSH2 0x1B91 ADD MSTORE PUSH1 0x0 PUSH2 0x2386 ADD MSTORE PUSH1 0x0 PUSH2 0x2359 ADD MSTORE PUSH1 0x0 PUSH2 0x2486 ADD MSTORE PUSH1 0x0 PUSH2 0x245E ADD MSTORE PUSH1 0x0 PUSH2 0x23B9 ADD MSTORE PUSH1 0x0 PUSH2 0x23E3 ADD MSTORE PUSH1 0x0 PUSH2 0x240D ADD MSTORE PUSH1 0x0 PUSH2 0xB51 ADD MSTORE PUSH1 0x0 PUSH2 0xB28 ADD MSTORE PUSH1 0x0 PUSH2 0xAFF ADD MSTORE PUSH2 0x40D4 PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x196 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x84B0196E GT PUSH2 0xE1 JUMPI DUP1 PUSH4 0xCF190F34 GT PUSH2 0x8A JUMPI DUP1 PUSH4 0xE71FF365 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xE71FF365 EQ PUSH2 0x4BF JUMPI DUP1 PUSH4 0xED24911D EQ PUSH2 0x4DF JUMPI DUP1 PUSH4 0xF10B5CC8 EQ PUSH2 0x4F4 JUMPI DUP1 PUSH4 0xF17325E7 EQ PUSH2 0x538 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xCF190F34 EQ PUSH2 0x42A JUMPI DUP1 PUSH4 0xD45C4435 EQ PUSH2 0x44A JUMPI DUP1 PUSH4 0xE30BB563 EQ PUSH2 0x480 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA6D4DBC7 GT PUSH2 0xBB JUMPI DUP1 PUSH4 0xA6D4DBC7 EQ PUSH2 0x398 JUMPI DUP1 PUSH4 0xB469318D EQ PUSH2 0x3AB JUMPI DUP1 PUSH4 0xB83010D3 EQ PUSH2 0x3F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x84B0196E EQ PUSH2 0x330 JUMPI DUP1 PUSH4 0x95411525 EQ PUSH2 0x358 JUMPI DUP1 PUSH4 0xA3112A64 EQ PUSH2 0x36B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x44ADC90E GT PUSH2 0x143 JUMPI DUP1 PUSH4 0x4D003070 GT PUSH2 0x11D JUMPI DUP1 PUSH4 0x4D003070 EQ PUSH2 0x2DB JUMPI DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x2FB JUMPI DUP1 PUSH4 0x79F7573A EQ PUSH2 0x310 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x44ADC90E EQ PUSH2 0x295 JUMPI DUP1 PUSH4 0x46926267 EQ PUSH2 0x2B5 JUMPI DUP1 PUSH4 0x4CB7E9E5 EQ PUSH2 0x2C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x17D7DE7C GT PUSH2 0x174 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x22A JUMPI DUP1 PUSH4 0x2D0335AB EQ PUSH2 0x24C JUMPI DUP1 PUSH4 0x3C042715 EQ PUSH2 0x282 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xEABF660 EQ PUSH2 0x19B JUMPI DUP1 PUSH4 0x12B11A17 EQ PUSH2 0x1B0 JUMPI DUP1 PUSH4 0x13893F61 EQ PUSH2 0x1F2 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1AE PUSH2 0x1A9 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x54B JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xFEB2925A02BAE3DAE48D424A0437A2B6AC939AA9230DDC55A1A76F065D988076 JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1FE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x20D CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x69D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x236 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x23F PUSH2 0x6E2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x31C5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x258 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x267 CALLDATASIZE PUSH1 0x4 PUSH2 0x3204 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x1DF PUSH2 0x290 CALLDATASIZE PUSH1 0x4 PUSH2 0x3221 JUMP JUMPDEST PUSH2 0x774 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x2A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x859 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x325B JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2C3 CALLDATASIZE PUSH1 0x4 PUSH2 0x329E JUMP JUMPDEST PUSH2 0x9A2 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2D6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0xA26 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2E7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x2F6 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xAEB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x307 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x23F PUSH2 0xAF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x31C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1AE PUSH2 0x32B CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x345 PUSH2 0xC34 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x330E JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x366 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0xC96 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x377 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x38B PUSH2 0x386 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xEC3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x3466 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x3A6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3479 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x3C6 CALLDATASIZE PUSH1 0x4 PUSH2 0x348D JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP2 SWAP1 SWAP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x6 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP4 DUP4 MSTORE SWAP3 SWAP1 MSTORE KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x403 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xB5D556F07587EC0F08CF386545CC4362C702A001650C2058002615EE5C9D1E75 PUSH2 0x1DF JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x436 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x445 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0x10FE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x456 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x465 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x4AF PUSH2 0x49B CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO ISZERO SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x4DA CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x110C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x1144 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x500 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST PUSH2 0x1DF PUSH2 0x546 CALLDATASIZE PUSH1 0x4 PUSH2 0x34B9 JUMP JUMPDEST PUSH2 0x1153 JUMP JUMPDEST CALLVALUE DUP2 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 NOT DUP3 ADD DUP2 EQ PUSH1 0x0 DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x573 JUMPI PUSH2 0x573 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x585 SWAP2 SWAP1 PUSH2 0x3509 JUMP JUMPDEST PUSH2 0x58E SWAP1 PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD DUP1 MLOAD SWAP2 SWAP3 POP SWAP1 DUP1 ISZERO DUP1 PUSH2 0x5AB JUMPI POP DUP3 PUSH1 0x40 ADD MLOAD MLOAD DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x5C9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x65F JUMPI PUSH2 0x657 PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP7 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x5FE JUMPI PUSH2 0x5FE PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x40 ADD MLOAD DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x621 JUMPI PUSH2 0x621 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE POP PUSH2 0x11F3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x5CC JUMP JUMPDEST POP PUSH2 0x675 DUP4 PUSH1 0x0 ADD MLOAD DUP4 DUP6 PUSH1 0x60 ADD MLOAD DUP11 DUP9 PUSH2 0x13CE JUMP JUMPDEST PUSH2 0x67F SWAP1 DUP9 PUSH2 0x3857 JUMP JUMPDEST SWAP7 POP POP POP POP POP PUSH2 0x68F DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x550 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 DUP3 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x6D6 JUMPI PUSH2 0x6CE CALLER DUP8 DUP8 DUP5 DUP2 DUP2 LT PUSH2 0x6C1 JUMPI PUSH2 0x6C1 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD DUP6 PUSH2 0x18E5 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x6A3 JUMP JUMPDEST POP SWAP1 SWAP2 POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x6F1 SWAP1 PUSH2 0x386A 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 0x71D SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x76A JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x73F JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x76A 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 0x74D JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x787 PUSH2 0x782 DUP4 PUSH2 0x39AB JUMP JUMPDEST PUSH2 0x19B1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xC0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x79E JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x7EE PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0x7F7 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x80A JUMPI PUSH2 0x80A PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0x833 DUP4 CALLDATALOAD DUP3 PUSH2 0x82B PUSH1 0xC0 DUP8 ADD PUSH1 0xA0 DUP9 ADD PUSH2 0x3204 JUMP JUMPDEST CALLVALUE PUSH1 0x1 PUSH2 0x1B05 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x849 JUMPI PUSH2 0x849 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x876 JUMPI PUSH2 0x876 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x8A9 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x894 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 CALLVALUE DUP2 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 NOT DUP6 ADD DUP2 EQ CALLDATASIZE DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x8D3 JUMPI PUSH2 0x8D3 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8E5 SWAP2 SWAP1 PUSH2 0x3A47 JUMP JUMPDEST SWAP1 POP PUSH2 0x8F4 PUSH1 0x20 DUP3 ADD DUP3 PUSH2 0x3A5D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 SUB PUSH2 0x916 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x93B DUP3 CALLDATALOAD PUSH2 0x92A PUSH1 0x20 DUP6 ADD DUP6 PUSH2 0x3A5D JUMP JUMPDEST PUSH2 0x933 SWAP2 PUSH2 0x3AA6 JUMP JUMPDEST CALLER DUP9 DUP8 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x94A SWAP1 DUP7 PUSH2 0x3857 JUMP JUMPDEST SWAP5 POP DUP1 PUSH1 0x20 ADD MLOAD DUP8 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x963 JUMPI PUSH2 0x963 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 PUSH1 0x20 ADD MLOAD MLOAD DUP7 ADD SWAP6 POP POP POP POP PUSH2 0x985 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x8B1 JUMP JUMPDEST POP PUSH2 0x997 DUP4 DUP4 PUSH2 0x2121 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x9B9 JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x9F4 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD PUSH1 0x20 DUP5 ADD PUSH2 0x3B0B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0xA07 JUMPI PUSH2 0xA07 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0xA21 DUP3 CALLDATALOAD DUP3 CALLER CALLVALUE PUSH1 0x1 PUSH2 0x13CE JUMP JUMPDEST POP POP POP JUMP JUMPDEST CALLVALUE DUP2 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 NOT DUP3 ADD DUP2 EQ CALLDATASIZE DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xA4D JUMPI PUSH2 0xA4D PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA5F SWAP2 SWAP1 PUSH2 0x3A47 JUMP JUMPDEST SWAP1 POP PUSH2 0xACC DUP2 CALLDATALOAD PUSH2 0xA73 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3B27 JUMP JUMPDEST DUP1 DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0xABF JUMPI PUSH2 0xAB0 PUSH1 0x40 DUP4 MUL DUP7 ADD CALLDATASIZE DUP2 SWAP1 SUB DUP2 ADD SWAP1 PUSH2 0x3B0B JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0xA93 JUMP JUMPDEST POP POP POP POP POP CALLER DUP9 DUP7 PUSH2 0x13CE JUMP JUMPDEST PUSH2 0xAD6 SWAP1 DUP7 PUSH2 0x3857 JUMP JUMPDEST SWAP5 POP POP POP PUSH2 0xAE4 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xA2B JUMP JUMPDEST PUSH1 0x0 TIMESTAMP PUSH2 0x6DC DUP4 DUP3 PUSH2 0x220A JUMP JUMPDEST PUSH1 0x60 PUSH2 0xB23 PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH2 0xB4C PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH2 0xB75 PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xB87 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3B70 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP1 DUP3 GT PUSH2 0xBE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x756688FE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP5 SWAP1 SSTORE DUP2 MLOAD DUP4 DUP2 MSTORE SWAP1 DUP2 ADD DUP5 SWAP1 MSTORE PUSH32 0x57B09AF877DF9068FD60A69D7B21F5576B8B38955812D6AE4AC52942F1E38FB7 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 PUSH2 0xC48 PUSH2 0x2352 JUMP JUMPDEST PUSH2 0xC50 PUSH2 0x237F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH32 0xF00000000000000000000000000000000000000000000000000000000000000 SWAP12 SWAP4 SWAP11 POP SWAP2 SWAP9 POP CHAINID SWAP8 POP ADDRESS SWAP7 POP SWAP5 POP SWAP3 POP SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0xCB3 JUMPI PUSH2 0xCB3 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xCE6 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xCD1 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 CALLVALUE DUP2 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 NOT DUP6 ADD DUP2 EQ CALLDATASIZE DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0xD10 JUMPI PUSH2 0xD10 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xD22 SWAP2 SWAP1 PUSH2 0x3509 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xD34 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A5D JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0xD55 JUMPI POP PUSH2 0xD4F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x3BCF JUMP JUMPDEST SWAP1 POP DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0xD73 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xE46 JUMPI PUSH2 0xE3E PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP7 DUP6 DUP2 DUP2 LT PUSH2 0xDA8 JUMPI PUSH2 0xDA8 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xDBA SWAP2 SWAP1 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0xDC3 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDD5 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x3BCF JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0xDE5 JUMPI PUSH2 0xDE5 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDFB SWAP2 SWAP1 PUSH2 0x3C17 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE10 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x3204 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE2E PUSH1 0xA0 DUP10 ADD PUSH1 0x80 DUP11 ADD PUSH2 0x3C33 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE PUSH2 0x19B1 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0xD76 JUMP JUMPDEST POP PUSH1 0x0 PUSH2 0xE6F DUP6 CALLDATALOAD PUSH2 0xE58 DUP6 DUP8 PUSH2 0x3AA6 JUMP JUMPDEST PUSH2 0xE68 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x3204 JUMP JUMPDEST DUP12 DUP11 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0xE7E SWAP1 DUP10 PUSH2 0x3857 JUMP JUMPDEST SWAP8 POP DUP1 PUSH1 0x20 ADD MLOAD DUP11 DUP9 DUP2 MLOAD DUP2 LT PUSH2 0xE97 JUMPI PUSH2 0xE97 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 PUSH1 0x20 ADD MLOAD MLOAD DUP10 ADD SWAP9 POP POP POP POP POP POP POP PUSH2 0xEBC DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xCEE JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0x80 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xA0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xC0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xE0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH2 0x100 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH2 0x120 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP4 MLOAD PUSH2 0x140 DUP2 ADD DUP6 MSTORE DUP2 SLOAD DUP2 MSTORE PUSH1 0x1 DUP3 ADD SLOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP1 DUP3 AND SWAP6 DUP5 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH9 0x10000000000000000 DUP2 DIV DUP6 AND PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV SWAP1 SWAP4 AND PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0x3 DUP4 ADD SLOAD PUSH1 0xA0 DUP3 ADD MSTORE SWAP1 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x5 DUP4 ADD SLOAD SWAP1 DUP2 AND PUSH1 0xE0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO PUSH2 0x100 DUP3 ADD MSTORE PUSH1 0x6 DUP3 ADD DUP1 SLOAD SWAP2 SWAP3 SWAP2 PUSH2 0x120 DUP5 ADD SWAP2 SWAP1 PUSH2 0xFD0 SWAP1 PUSH2 0x386A 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 0xFFC SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1049 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x101E JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x1049 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 0x102C JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1070 PUSH2 0x106B CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD DUP4 PUSH2 0x3C4E JUMP JUMPDEST PUSH2 0x11F3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1087 JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x10C2 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD PUSH1 0x20 DUP5 ADD PUSH2 0x3B0B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10D5 JUMPI PUSH2 0x10D5 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0xA21 DUP3 CALLDATALOAD DUP3 PUSH2 0x10F6 PUSH1 0xE0 DUP7 ADD PUSH1 0xC0 DUP8 ADD PUSH2 0x3204 JUMP JUMPDEST CALLVALUE PUSH1 0x1 PUSH2 0x13CE JUMP JUMPDEST PUSH1 0x0 TIMESTAMP PUSH2 0x6DC CALLER DUP5 DUP4 PUSH2 0x18E5 JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 DUP3 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x6D6 JUMPI PUSH2 0x113C DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x112F JUMPI PUSH2 0x112F PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD DUP5 PUSH2 0x220A JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x1112 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x114E PUSH2 0x23AC JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 SWAP1 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xC0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x116D JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x11BD PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0x11C6 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x11D9 JUMPI PUSH2 0x11D9 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0x833 DUP4 CALLDATALOAD DUP3 CALLER CALLVALUE PUSH1 0x1 PUSH2 0x1B05 JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0x1224 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND LT JUMPDEST ISZERO PUSH2 0x1242 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MLOAD PUSH1 0x60 DUP6 ADD MLOAD DUP6 MLOAD DUP5 MLOAD DUP6 DUP8 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP9 MSTORE SWAP5 DUP8 KECCAK256 DUP1 SLOAD SWAP7 SWAP8 SWAP5 SWAP7 SWAP5 SWAP6 PUSH2 0x131C SWAP6 PUSH32 0xB5D556F07587EC0F08CF386545CC4362C702A001650C2058002615EE5C9D1E75 SWAP6 SWAP5 SWAP4 SWAP3 DUP9 PUSH2 0x12AD DUP4 PUSH2 0x3CBE JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP PUSH1 0x80 DUP1 DUP13 ADD MLOAD PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD SWAP10 SWAP1 SWAP10 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP8 AND SWAP7 DUP9 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH1 0x60 DUP8 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP3 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0xA0 DUP5 ADD MSTORE PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x100 ADD JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x24D7 JUMP JUMPDEST SWAP1 POP PUSH2 0x1392 DUP5 PUSH1 0x60 ADD MLOAD DUP3 DUP5 PUSH1 0x20 ADD MLOAD DUP6 PUSH1 0x40 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x137E SWAP4 SWAP3 SWAP2 SWAP1 SWAP3 DUP4 MSTORE PUSH1 0x20 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0xF8 SHL PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x41 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x251F JUMP JUMPDEST PUSH2 0x13C8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8BAA579F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0x51753E37 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x0 SWAP1 DUP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA2EA7C6E SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x1438 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0x1460 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x3CD7 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1482 JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 MLOAD PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x149E JUMPI PUSH2 0x149E PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x151F JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH2 0x100 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH2 0x120 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x14BC JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x153C JUMPI PUSH2 0x153C PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1565 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x18C7 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1587 JUMPI PUSH2 0x1587 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD DUP2 ADD MLOAD DUP1 MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 DUP1 SLOAD SWAP2 SWAP3 POP SWAP1 PUSH2 0x15C7 JUMPI PUSH1 0x40 MLOAD PUSH4 0xC5723B51 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP13 DUP2 PUSH1 0x1 ADD SLOAD EQ PUSH2 0x15EB JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x5 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 DUP2 AND SWAP2 AND EQ PUSH2 0x1634 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x5 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1660 JUMPI PUSH1 0x40 MLOAD PUSH4 0x157BD4C3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x16AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x905E710700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST TIMESTAMP PUSH1 0x2 DUP3 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x1 PUSH1 0x80 SHL PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP5 DUP6 AND DUP2 MUL SWAP2 DUP3 OR SWAP4 DUP5 SWAP1 SSTORE PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE DUP8 SLOAD DUP2 MSTORE PUSH1 0x1 DUP9 ADD SLOAD PUSH1 0x20 DUP3 ADD MSTORE SWAP4 DUP7 AND SWAP3 DUP7 AND SWAP3 SWAP1 SWAP3 OR SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH9 0x10000000000000000 DUP4 DIV DUP5 AND PUSH1 0x60 DUP4 ADD MSTORE SWAP1 SWAP2 DIV SWAP1 SWAP2 AND PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0x3 DUP3 ADD SLOAD PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x4 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x5 DUP4 ADD SLOAD SWAP1 DUP2 AND PUSH1 0xE0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO PUSH2 0x100 DUP3 ADD MSTORE PUSH1 0x6 DUP3 ADD DUP1 SLOAD DUP4 SWAP2 PUSH2 0x120 DUP5 ADD SWAP2 PUSH2 0x178C SWAP1 PUSH2 0x386A 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 0x17B8 SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1805 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x17DA JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x1805 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 0x17E8 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x1820 JUMPI PUSH2 0x1820 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 PUSH1 0x20 ADD MLOAD DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x1842 JUMPI PUSH2 0x1842 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP13 DUP12 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP7 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x186B JUMPI PUSH2 0x186B PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0xF930A6E2523C9CC298691873087A740550B8FC85A0680830414C148ED927F615 DUP6 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD PUSH2 0x18B5 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP PUSH1 0x1 ADD PUSH2 0x156B JUMP JUMPDEST POP PUSH2 0x18D7 DUP5 DUP4 DUP4 PUSH1 0x1 DUP12 DUP12 PUSH2 0x2581 JUMP JUMPDEST SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x6 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP6 DUP5 MSTORE SWAP2 DUP3 SWAP1 MSTORE SWAP1 SWAP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x194B JUMPI PUSH1 0x40 MLOAD PUSH32 0xEC9D6EEB00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 DUP3 SWAP1 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP7 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP1 SWAP2 DUP6 SWAP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND SWAP2 PUSH32 0x92A1F7A41A7C585A8B09E25B195E225B1D43248DACA46B0FAF9E0792777A2229 SWAP2 LOG4 POP POP POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0x19E2 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND LT JUMPDEST ISZERO PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MLOAD PUSH1 0x60 DUP1 DUP7 ADD MLOAD DUP7 MLOAD DUP6 MLOAD DUP7 DUP9 ADD MLOAD DUP7 DUP9 ADD MLOAD SWAP5 DUP9 ADD MLOAD PUSH1 0x80 DUP10 ADD MLOAD DUP1 MLOAD SWAP1 DUP12 ADD KECCAK256 PUSH1 0xA0 DUP11 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP13 MSTORE SWAP9 DUP12 KECCAK256 DUP1 SLOAD SWAP11 SWAP12 SWAP9 SWAP11 SWAP9 SWAP10 PUSH2 0x131C SWAP10 PUSH32 0xFEB2925A02BAE3DAE48D424A0437A2B6AC939AA9230DDC55A1A76F065D988076 SWAP10 SWAP5 SWAP4 SWAP3 DUP13 PUSH2 0x1A84 DUP4 PUSH2 0x3CBE JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE DUP15 PUSH1 0x80 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1301 SWAP12 SWAP11 SWAP10 SWAP9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 SWAP11 DUP12 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP10 DUP11 AND PUSH1 0x20 DUP13 ADD MSTORE PUSH1 0x40 DUP12 ADD SWAP9 SWAP1 SWAP9 MSTORE SWAP6 SWAP1 SWAP8 AND PUSH1 0x60 DUP10 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP4 DUP5 AND PUSH1 0x80 DUP10 ADD MSTORE SWAP2 ISZERO ISZERO PUSH1 0xA0 DUP9 ADD MSTORE PUSH1 0xC0 DUP8 ADD MSTORE PUSH1 0xE0 DUP7 ADD MSTORE PUSH2 0x100 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH2 0x120 DUP5 ADD MSTORE AND PUSH2 0x140 DUP3 ADD MSTORE PUSH2 0x160 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP5 MLOAD PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1B49 JUMPI PUSH2 0x1B49 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1B72 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 MLOAD PUSH4 0x51753E37 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP10 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 PUSH4 0xA2EA7C6E SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x1BE0 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0x1C08 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x3CD7 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1C2A JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1C44 JUMPI PUSH2 0x1C44 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1CC5 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH2 0x100 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH2 0x120 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x1C62 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1CE2 JUMPI PUSH2 0x1CE2 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1D0B JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP6 DUP2 LT ISZERO PUSH2 0x2100 JUMPI PUSH1 0x0 DUP12 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1D2D JUMPI PUSH2 0x1D2D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND EQ ISZERO DUP1 ISZERO PUSH2 0x1D74 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND GT ISZERO JUMPDEST ISZERO PUSH2 0x1DAB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8E8B93700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 PUSH1 0x40 ADD MLOAD ISZERO DUP1 ISZERO PUSH2 0x1DBE JUMPI POP DUP1 PUSH1 0x40 ADD MLOAD JUMPDEST ISZERO PUSH2 0x1DDC JUMPI PUSH1 0x40 MLOAD PUSH4 0x157BD4C3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 SHL DUP2 MSTORE PUSH1 0x20 ADD DUP16 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E00 TIMESTAMP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x60 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP14 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x40 ADD MLOAD ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x80 ADD MLOAD DUP2 MSTORE POP SWAP1 POP PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 POP JUMPDEST PUSH2 0x1E85 DUP4 DUP3 PUSH2 0x28F1 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP3 POP ISZERO PUSH2 0x1EA4 JUMPI PUSH1 0x1 ADD PUSH2 0x1E7B JUMP JUMPDEST DUP2 DUP4 MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP7 MLOAD DUP2 SSTORE SWAP1 DUP7 ADD MLOAD PUSH1 0x1 DUP3 ADD SSTORE SWAP2 DUP6 ADD MLOAD PUSH1 0x2 DUP4 ADD DUP1 SLOAD PUSH1 0x60 DUP9 ADD MLOAD PUSH1 0x80 DUP10 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP1 DUP2 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP3 DUP3 AND PUSH9 0x10000000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 SWAP1 SWAP5 AND SWAP2 SWAP1 SWAP6 AND OR SWAP2 SWAP1 SWAP2 OR AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH1 0xA0 DUP6 ADD MLOAD PUSH1 0x3 DUP4 ADD SSTORE PUSH1 0xC0 DUP6 ADD MLOAD SWAP1 DUP3 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 DUP4 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 SWAP1 SWAP2 AND OR SWAP1 SSTORE PUSH1 0xE0 DUP6 ADD MLOAD PUSH1 0x5 DUP4 ADD DUP1 SLOAD PUSH2 0x100 DUP9 ADD MLOAD ISZERO ISZERO PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000 SWAP1 SWAP2 AND SWAP3 SWAP1 SWAP4 AND SWAP2 SWAP1 SWAP2 OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x120 DUP5 ADD MLOAD DUP5 SWAP2 SWAP1 PUSH1 0x6 DUP3 ADD SWAP1 PUSH2 0x1FF7 SWAP1 DUP3 PUSH2 0x3DFA JUMP JUMPDEST POP POP POP PUSH1 0x60 DUP5 ADD MLOAD ISZERO PUSH2 0x2035 JUMPI PUSH1 0x60 DUP5 ADD MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH2 0x2035 JUMPI PUSH1 0x40 MLOAD PUSH4 0xC5723B51 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 DUP8 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x2048 JUMPI PUSH2 0x2048 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP4 PUSH1 0xA0 ADD MLOAD DUP7 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x206A JUMPI PUSH2 0x206A PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP2 DUP10 PUSH1 0x20 ADD MLOAD DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x208D JUMPI PUSH2 0x208D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP16 DUP15 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 PUSH1 0x0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0x8BF46BF4CFD674FA735A3D63EC1C9AD4153F033C290341F3A588B75685141B35 DUP6 PUSH1 0x40 MLOAD PUSH2 0x20E3 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP POP POP PUSH2 0x20F9 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D11 JUMP JUMPDEST POP PUSH2 0x2110 DUP4 DUP4 DUP4 PUSH1 0x0 DUP13 DUP13 PUSH2 0x2581 JUMP JUMPDEST DUP5 MSTORE POP SWAP2 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x213D JUMPI PUSH2 0x213D PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2166 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP DUP5 MLOAD SWAP1 SWAP2 POP PUSH1 0x0 SWAP1 DUP2 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x21FF JUMPI PUSH1 0x0 DUP8 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x218D JUMPI PUSH2 0x218D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x21EB JUMPI DUP3 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x21BA JUMPI PUSH2 0x21BA PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP8 DUP8 DUP2 MLOAD DUP2 LT PUSH2 0x21D4 JUMPI PUSH2 0x21D4 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 SWAP6 DUP7 ADD SWAP6 ADD PUSH2 0x21A0 JUMP JUMPDEST POP POP POP PUSH2 0x21F8 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x2171 JUMP JUMPDEST POP SWAP2 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x2259 JUMPI PUSH1 0x40 MLOAD PUSH32 0x2E26794600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP6 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP1 SWAP2 DUP5 SWAP2 PUSH32 0x5AAFCEEB1C7AD58E4A84898BDEE37C02C0FC46E7D24E6B60E8209449F183459F SWAP2 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x22C0 DUP4 PUSH2 0x2950 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x22DF JUMPI PUSH2 0x22DF PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2309 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x2313 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x0 PUSH2 0x2A32 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x1 PUSH2 0x2A32 JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ DUP1 ISZERO PUSH2 0x2405 JUMPI POP PUSH32 0x0 CHAINID EQ JUMPDEST ISZERO PUSH2 0x242F JUMPI POP PUSH32 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x114E PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x0 SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0x0 PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x6DC PUSH2 0x24E4 PUSH2 0x23AC JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH32 0x1901000000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x22 DUP3 ADD MSTORE PUSH1 0x42 SWAP1 KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x252E DUP6 DUP6 PUSH2 0x2ADD JUMP JUMPDEST POP SWAP1 SWAP3 POP SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x2548 JUMPI PUSH2 0x2548 PUSH2 0x3EB8 JUMP JUMPDEST EQ DUP1 ISZERO PUSH2 0x2566 JUMPI POP DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ JUMPDEST DUP1 PUSH2 0x2577 JUMPI POP PUSH2 0x2577 DUP7 DUP7 DUP7 PUSH2 0x2B2A JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP5 MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 DUP2 SWAP1 SUB PUSH2 0x25D9 JUMPI PUSH2 0x25D1 DUP9 DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25A6 JUMPI PUSH2 0x25A6 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25C1 JUMPI PUSH2 0x25C1 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 DUP9 DUP9 PUSH2 0x2C1A JUMP JUMPDEST SWAP2 POP POP PUSH2 0x2577 JUMP JUMPDEST PUSH1 0x20 DUP9 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2654 JUMPI PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2639 JUMPI DUP8 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x2609 JUMPI PUSH2 0x2609 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 EQ PUSH2 0x2631 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 ADD PUSH2 0x25EF JUMP JUMPDEST POP DUP4 ISZERO PUSH2 0x2649 JUMPI PUSH2 0x2649 DUP6 PUSH2 0x2EBA JUMP JUMPDEST PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x2577 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCE46E046 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 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2695 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x26B9 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x2744 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x26DA JUMPI PUSH2 0x26DA PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP DUP1 PUSH1 0x0 SUB PUSH2 0x26F2 JUMPI POP PUSH2 0x273C JUMP JUMPDEST DUP3 PUSH2 0x2710 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP9 DUP2 GT ISZERO PUSH2 0x2731 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST SWAP8 DUP9 SWAP1 SUB SWAP8 SWAP3 SWAP1 SWAP3 ADD SWAP2 JUMPDEST PUSH1 0x1 ADD PUSH2 0x26BE JUMP JUMPDEST POP DUP8 ISZERO PUSH2 0x2812 JUMPI PUSH1 0x40 MLOAD PUSH32 0x88E5B2D900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SWAP1 PUSH4 0x88E5B2D9 SWAP1 DUP5 SWAP1 PUSH2 0x2794 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3EEB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x27B2 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x27D7 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x280D JUMPI PUSH1 0x40 MLOAD PUSH32 0xBF2F3A8B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x28D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x91DB0B7E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SWAP1 PUSH4 0x91DB0B7E SWAP1 DUP5 SWAP1 PUSH2 0x285B SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3EEB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2879 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x289E SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x28D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0xE8BEE83900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 ISZERO PUSH2 0x28E3 JUMPI PUSH2 0x28E3 DUP8 PUSH2 0x2EBA JUMP JUMPDEST POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP1 DUP4 ADD MLOAD PUSH1 0xC0 DUP5 ADD MLOAD PUSH1 0xE0 DUP6 ADD MLOAD PUSH1 0x40 DUP1 DUP8 ADD MLOAD PUSH1 0x60 DUP9 ADD MLOAD PUSH2 0x100 DUP10 ADD MLOAD PUSH1 0xA0 DUP11 ADD MLOAD PUSH2 0x120 DUP12 ADD MLOAD SWAP5 MLOAD PUSH1 0x0 SWAP10 PUSH2 0x2932 SWAP10 SWAP9 SWAP8 SWAP7 SWAP2 DUP13 SWAP2 ADD PUSH2 0x3F63 JUMP JUMPDEST 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 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x2999 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x29C5 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x29E3 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x29FB JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x2A0F JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x2A21 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x6DC JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0xFF DUP4 EQ PUSH2 0x2A4C JUMPI PUSH2 0x2A45 DUP4 PUSH2 0x2ECD JUMP JUMPDEST SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x2A58 SWAP1 PUSH2 0x386A 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 0x2A84 SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AD1 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2AA6 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AD1 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 0x2AB4 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 SUB PUSH2 0x2B17 JUMPI PUSH1 0x20 DUP5 ADD MLOAD PUSH1 0x40 DUP6 ADD MLOAD PUSH1 0x60 DUP7 ADD MLOAD PUSH1 0x0 BYTE PUSH2 0x2B09 DUP9 DUP3 DUP6 DUP6 PUSH2 0x2F0C JUMP JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP PUSH2 0x2B23 JUMP JUMPDEST POP POP DUP2 MLOAD PUSH1 0x0 SWAP2 POP PUSH1 0x2 SWAP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 DUP6 PUSH1 0x40 MLOAD PUSH1 0x24 ADD PUSH2 0x2B4C SWAP3 SWAP2 SWAP1 PUSH2 0x405A JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE SWAP2 DUP2 MSTORE PUSH1 0x20 DUP3 ADD DUP1 MLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xB135D3F PUSH1 0xE1 SHL OR SWAP1 MSTORE MLOAD PUSH2 0x2B96 SWAP2 SWAP1 PUSH2 0x4073 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2BD1 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 0x2BD6 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 DUP1 ISZERO PUSH2 0x2BEA JUMPI POP PUSH1 0x20 DUP2 MLOAD LT ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x2577 JUMPI POP DUP1 MLOAD PUSH4 0xB135D3F PUSH1 0xE1 SHL SWAP1 PUSH2 0x2C0F SWAP1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP1 DUP5 ADD PUSH2 0x4085 JUMP JUMPDEST EQ SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP7 ADD MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2C68 JUMPI DUP6 ISZERO PUSH2 0x2C4F JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2C5E JUMPI PUSH2 0x2C5E DUP5 PUSH2 0x2EBA JUMP JUMPDEST PUSH1 0x0 SWAP2 POP POP PUSH2 0x2577 JUMP JUMPDEST DUP6 ISZERO PUSH2 0x2D14 JUMPI DUP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCE46E046 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 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CAC JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2CD0 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2CED JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x2D0E JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 DUP5 SUB SWAP4 POP JUMPDEST DUP5 ISZERO PUSH2 0x2DDF JUMPI PUSH1 0x40 MLOAD PUSH32 0xE49617E100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH4 0xE49617E1 SWAP1 DUP9 SWAP1 PUSH2 0x2D61 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2D7F JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2DA4 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2DDA JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCF3BB2700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2E9F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xE60C350500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH4 0xE60C3505 SWAP1 DUP9 SWAP1 PUSH2 0x2E26 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2E44 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2E69 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2E9F JUMPI PUSH1 0x40 MLOAD PUSH32 0xBD8BA84D00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2EAE JUMPI PUSH2 0x2EAE DUP5 PUSH2 0x2EBA JUMP JUMPDEST POP SWAP4 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2ECA JUMPI PUSH2 0x2ECA CALLER DUP3 PUSH2 0x2FDB JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x2EDA DUP4 PUSH2 0x30A8 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE SWAP2 SWAP3 POP PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY POP POP POP SWAP2 DUP3 MSTORE POP PUSH1 0x20 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP5 GT ISZERO PUSH2 0x2F47 JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x2FD1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP11 SWAP1 MSTORE PUSH1 0xFF DUP10 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP8 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP7 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 0x2F9B 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 0x2FC7 JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x2FD1 JUMP JUMPDEST SWAP3 POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 POP SWAP5 SWAP2 POP POP JUMP JUMPDEST DUP1 SELFBALANCE LT ISZERO PUSH2 0x301B JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x3068 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 0x306D JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0xA21 JUMPI PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND PUSH1 0x1F DUP2 GT ISZERO PUSH2 0x6DC JUMPI PUSH1 0x40 MLOAD PUSH32 0xB3512B0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x30FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3112 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x315D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3169 DUP6 DUP3 DUP7 ADD PUSH2 0x30E9 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3190 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x3178 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x31B1 DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x31D8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3199 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2ECA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x31FF DUP2 PUSH2 0x31DF JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x31D8 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3233 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3249 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x31D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 MLOAD DUP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP2 DUP5 ADD SWAP1 PUSH1 0x40 DUP5 ADD SWAP1 DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3293 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x3275 JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x32CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP PUSH1 0x20 DUP4 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3304 JUMPI DUP2 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x32E6 JUMP JUMPDEST POP SWAP4 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP9 AND DUP2 MSTORE PUSH1 0xE0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x3349 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x3199 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x335B DUP2 DUP10 PUSH2 0x3199 JUMP JUMPDEST SWAP1 POP DUP7 PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x80 DUP5 ADD MSTORE DUP5 PUSH1 0xA0 DUP5 ADD MSTORE DUP3 DUP2 SUB PUSH1 0xC0 DUP5 ADD MSTORE PUSH2 0x18D7 DUP2 DUP6 PUSH2 0x32D2 JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x33B4 PUSH1 0x40 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x33CF PUSH1 0x60 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x33EA PUSH1 0x80 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH1 0xA0 DUP5 ADD MSTORE PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x340F PUSH1 0xC0 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x342A PUSH1 0xE0 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x3440 PUSH2 0x100 DUP6 ADD DUP3 ISZERO ISZERO SWAP1 MSTORE JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x140 PUSH2 0x120 DUP6 ADD MSTORE PUSH2 0x345E PUSH2 0x140 DUP6 ADD DUP3 PUSH2 0x3199 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x31D8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x338A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x34A0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x34AB DUP2 PUSH2 0x31DF JUMP JUMPDEST SWAP5 PUSH1 0x20 SWAP4 SWAP1 SWAP4 ADD CALLDATALOAD SWAP4 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x34E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x40 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x31D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x9E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xA0 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xC0 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x80 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x35D3 JUMPI PUSH2 0x35D3 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x35F4 JUMPI PUSH2 0x35F4 PUSH2 0x3529 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3610 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3632 JUMPI PUSH2 0x3632 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x365E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x60 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3680 JUMPI PUSH2 0x3680 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x3697 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x40 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x36C5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x36D8 PUSH2 0x36D3 DUP3 PUSH2 0x35DB JUMP JUMPDEST PUSH2 0x35AB JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 PUSH1 0x60 DUP5 MUL DUP7 ADD ADD SWAP3 POP DUP6 DUP4 GT ISZERO PUSH2 0x36FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3721 JUMPI PUSH2 0x3711 DUP8 DUP3 PUSH2 0x364C JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x36FF JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x31FF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x3754 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x375C PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3779 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x378A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3798 PUSH2 0x36D3 DUP3 PUSH2 0x35DB JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x6 SHL DUP6 ADD ADD SWAP3 POP CALLDATASIZE DUP4 GT ISZERO PUSH2 0x37BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x37E6 JUMPI PUSH2 0x37D3 CALLDATASIZE DUP6 PUSH2 0x35FE JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x37C1 JUMP JUMPDEST PUSH1 0x20 DUP6 ADD MSTORE POP POP POP PUSH1 0x40 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3807 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3813 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x36B4 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x3825 PUSH1 0x60 DUP5 ADD PUSH2 0x31F4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3836 PUSH1 0x80 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP2 DUP2 SUB DUP2 DUP2 GT ISZERO PUSH2 0x6DC JUMPI PUSH2 0x6DC PUSH2 0x3841 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x387E JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x389E JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2ECA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x38CB JUMPI PUSH2 0x38CB PUSH2 0x3529 JUMP JUMPDEST POP PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xC0 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x38EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x38F3 PUSH2 0x3567 JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH2 0x3900 DUP2 PUSH2 0x31DF JUMP JUMPDEST DUP2 MSTORE PUSH2 0x390E PUSH1 0x20 DUP4 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD PUSH2 0x3921 DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x80 DUP3 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3949 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x395A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3968 PUSH2 0x36D3 DUP3 PUSH2 0x38B2 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x397D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP5 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x80 DUP4 ADD MSTORE POP PUSH1 0xA0 SWAP2 DUP3 ADD CALLDATALOAD SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xE0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x39BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39C5 PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x39E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39EE CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x38D9 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x3A01 CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x364C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 DUP4 ADD CALLDATALOAD PUSH2 0x3A14 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3836 PUSH1 0xC0 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x6DC CALLDATASIZE DUP4 PUSH2 0x38D9 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x3E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3A74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3A8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3AB4 PUSH2 0x36D3 DUP5 PUSH2 0x35DB JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x3AD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3293 JUMPI DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3AF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3AFC CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x38D9 JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x3AD2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3B1D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP4 DUP4 PUSH2 0x35FE JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3B3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3B58 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x6 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x3B82 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x3BA0 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x3BC2 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x3175 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3BE6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3C00 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP4 DUP4 PUSH2 0x364C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP3 PUSH2 0x372B JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x3C62 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3C6B PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x3C7C DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x35FE JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x3C8E DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x364C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xC0 DUP4 ADD CALLDATALOAD PUSH2 0x3CA1 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3CB2 PUSH1 0xE0 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x3CD0 JUMPI PUSH2 0x3CD0 PUSH2 0x3841 JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3CE9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3CFF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x80 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x3D11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3D19 PUSH2 0x3589 JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3D2B DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x3D3E DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 DUP4 ADD SWAP3 POP POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x3D71 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x3D7F PUSH2 0x36D3 DUP3 PUSH2 0x38B2 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP7 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x3D94 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3DA5 DUP3 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x60 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0xA21 JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x3DDA JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x3DE6 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3E13 JUMPI PUSH2 0x3E13 PUSH2 0x3529 JUMP JUMPDEST PUSH2 0x3E27 DUP2 PUSH2 0x3E21 DUP5 SLOAD PUSH2 0x386A JUMP JUMPDEST DUP5 PUSH2 0x3DB3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E5B JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x3E43 JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x696 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3E8B JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x3E6B JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x3EA9 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3EE0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x31D8 DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD PUSH1 0x40 DUP4 MSTORE DUP1 DUP6 MLOAD DUP1 DUP4 MSTORE PUSH1 0x60 DUP6 ADD SWAP2 POP PUSH1 0x60 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP8 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3F44 JUMPI PUSH1 0x5F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x3F2F DUP6 DUP4 MLOAD PUSH2 0x338A JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x3F13 JUMP JUMPDEST POP POP POP POP DUP3 DUP2 SUB PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3F5A DUP2 DUP6 PUSH2 0x32D2 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP10 DUP2 MSTORE PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT DUP10 PUSH1 0x60 SHL AND PUSH1 0x20 DUP3 ADD MSTORE PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT DUP9 PUSH1 0x60 SHL AND PUSH1 0x34 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000000000 DUP8 PUSH1 0xC0 SHL AND PUSH1 0x48 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000000000 DUP7 PUSH1 0xC0 SHL AND PUSH1 0x50 DUP3 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x58 DUP3 ADD MSTORE DUP4 PUSH1 0x59 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x79 DUP3 ADD PUSH1 0x0 DUP6 MLOAD PUSH2 0x4015 DUP2 DUP5 PUSH1 0x20 DUP11 ADD PUSH2 0x3175 JUMP JUMPDEST DUP3 ADD SWAP1 POP PUSH2 0x4047 DUP2 DUP7 PUSH1 0xE0 SHL PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND SWAP1 MSTORE JUMP JUMPDEST PUSH1 0x4 ADD SWAP13 SWAP12 POP POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST DUP3 DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x345E PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3199 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x351F DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x4097 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EQ COINBASE SWAP15 MSTORE BLOBBASEFEE DUP15 0xEE BLOBBASEFEE 0xB6 SWAP13 CREATE 0xD5 0xDC MOD SIGNEXTEND 0x22 PUSH20 0xB501A593791CCA13A69504A878BBAC64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "976:28530:1:-:0;;;2431:225;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;2075:106:7;;;;;;;;;;;;-1:-1:-1;;;2075:106:7;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2075:106:7;;;;2476:1:1;759:14:6;;783;;-1:-1:-1;807:14:6;;;;2075:106:7;;;;;;;3401:45:30;;2075:106:7;;3401:30:30;:45::i;:::-;3393:53;;3467:51;:7;3501:16;3467:33;:51::i;:::-;3456:62;;3542:22;;;;;;;;;;3528:36;;3591:25;;;;;;3574:42;;3644:13;3627:30;;3692:23;4226:11;;4239:14;;4204:80;;;2079:95;4204:80;;;3233:25:44;3274:18;;;3267:34;;;;3317:18;;;3310:34;4255:13:30;3360:18:44;;;3353:34;4278:4:30;3403:19:44;;;3396:61;4168:7:30;;3205:19:44;;4204:80:30;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;3692:23;3667:48;;-1:-1:-1;;3747:4:30;3725:27;;2162:5:7::1;:12;2170:4:::0;2162:5;:12:::1;:::i;:::-;-1:-1:-1::0;;;;;;;;2531:31:1;::::2;2527:86;;2585:17;;-1:-1:-1::0;;;2585:17:1::2;;;;;;;;;;;2527:86;-1:-1:-1::0;;;;;2623:26:1::2;;::::0;976:28530;;2914:340:26;3010:11;3059:2;3043:5;3037:19;:24;3033:215;;;3084:20;3098:5;3084:13;:20::i;:::-;3077:27;;;;3033:215;3161:5;3135:46;3176:5;3161;3135:46;:::i;:::-;-1:-1:-1;1390:66:26;;-1:-1:-1;3033:215:26;2914:340;;;;:::o;1708:286::-;1773:11;1796:17;1822:3;1796:30;;1854:2;1840:4;:11;:16;1836:72;;;1893:3;1879:18;;-1:-1:-1;;;1879:18:26;;;;;;;;:::i;:::-;;;;;;;;1836:72;1974:11;;1957:13;1974:4;1957:13;:::i;:::-;1949:36;;1708:286;-1:-1:-1;;;1708:286:26:o;14:314:44:-;108:6;161:2;149:9;140:7;136:23;132:32;129:52;;;177:1;174;167:12;129:52;203:16;;-1:-1:-1;;;;;248:31:44;;238:42;;228:70;;294:1;291;284:12;228:70;317:5;14:314;-1:-1:-1;;;14:314:44:o;333:127::-;394:10;389:3;385:20;382:1;375:31;425:4;422:1;415:15;449:4;446:1;439:15;465:380;544:1;540:12;;;;587;;;608:61;;662:4;654:6;650:17;640:27;;608:61;715:2;707:6;704:14;684:18;681:38;678:161;;761:10;756:3;752:20;749:1;742:31;796:4;793:1;786:15;824:4;821:1;814:15;678:161;;465:380;;;:::o;976:518::-;1078:2;1073:3;1070:11;1067:421;;;1114:5;1111:1;1104:16;1158:4;1155:1;1145:18;1228:2;1216:10;1212:19;1209:1;1205:27;1199:4;1195:38;1264:4;1252:10;1249:20;1246:47;;;-1:-1:-1;1287:4:44;1246:47;1342:2;1337:3;1333:12;1330:1;1326:20;1320:4;1316:31;1306:41;;1397:81;1415:2;1408:5;1405:13;1397:81;;;1474:1;1460:16;;1441:1;1430:13;1397:81;;;1401:3;;1067:421;976:518;;;:::o;1670:1299::-;1790:10;;-1:-1:-1;;;;;1812:30:44;;1809:56;;;1845:18;;:::i;:::-;1874:97;1964:6;1924:38;1956:4;1950:11;1924:38;:::i;:::-;1918:4;1874:97;:::i;:::-;2020:4;2051:2;2040:14;;2068:1;2063:649;;;;2756:1;2773:6;2770:89;;;-1:-1:-1;2825:19:44;;;2819:26;2770:89;-1:-1:-1;;1627:1:44;1623:11;;;1619:24;1615:29;1605:40;1651:1;1647:11;;;1602:57;2872:81;;2033:930;;2063:649;923:1;916:14;;;960:4;947:18;;-1:-1:-1;;2099:20:44;;;2217:222;2231:7;2228:1;2225:14;2217:222;;;2313:19;;;2307:26;2292:42;;2420:4;2405:20;;;;2373:1;2361:14;;;;2247:12;2217:222;;;2221:3;2467:6;2458:7;2455:19;2452:201;;;2528:19;;;2522:26;-1:-1:-1;;2611:1:44;2607:14;;;2623:3;2603:24;2599:37;2595:42;2580:58;2565:74;;2452:201;-1:-1:-1;;;;2699:1:44;2683:14;;;2679:22;2666:36;;-1:-1:-1;1670:1299:44:o;3468:527::-;3617:2;3606:9;3599:21;3580:4;3649:6;3643:13;3692:6;3687:2;3676:9;3672:18;3665:34;3717:1;3727:140;3741:6;3738:1;3735:13;3727:140;;;3852:2;3836:14;;;3832:23;;3826:30;3821:2;3802:17;;;3798:26;3791:66;3756:10;3727:140;;;3731:3;3916:1;3911:2;3902:6;3891:9;3887:22;3883:31;3876:42;3986:2;3979;3975:7;3970:2;3962:6;3958:15;3954:29;3943:9;3939:45;3935:54;3927:62;;;3468:527;;;;:::o;4000:297::-;4118:12;;4165:4;4154:16;;;4148:23;;4118:12;4183:16;;4180:111;;;-1:-1:-1;;4257:4:44;4253:17;;;;4250:1;4246:25;4242:38;4231:50;;4000:297;-1:-1:-1;4000:297:44:o;:::-;976:28530:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_EIP712Name_9212": { - "entryPoint": 9042, - "id": 9212, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_EIP712Version_9224": { - "entryPoint": 9087, - "id": 9224, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_attest_1307": { - "entryPoint": 6917, - "id": 1307, - "parameterSlots": 5, - "returnSlots": 1 - }, - "@_buildDomainSeparator_9142": { - "entryPoint": null, - "id": 9142, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_domainSeparatorV4_9121": { - "entryPoint": 9132, - "id": 9121, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getUID_1834": { - "entryPoint": 10481, - "id": 1834, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_hashTypedDataV4_9158": { - "entryPoint": 9431, - "id": 9158, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_mergeUIDs_2018": { - "entryPoint": 8481, - "id": 2018, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_refund_1855": { - "entryPoint": 11962, - "id": 1855, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_resolveAttestation_1603": { - "entryPoint": 11290, - "id": 1603, - "parameterSlots": 6, - "returnSlots": 1 - }, - "@_resolveAttestations_1799": { - "entryPoint": 9601, - "id": 1799, - "parameterSlots": 6, - "returnSlots": 1 - }, - "@_revokeOffchain_1926": { - "entryPoint": 6373, - "id": 1926, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@_revoke_1485": { - "entryPoint": 5070, - "id": 1485, - "parameterSlots": 5, - "returnSlots": 1 - }, - "@_time_2921": { - "entryPoint": null, - "id": 2921, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_timestamp_1885": { - "entryPoint": 8714, - "id": 1885, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_verifyAttest_2826": { - "entryPoint": 6577, - "id": 2826, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_verifyRevoke_2908": { - "entryPoint": 4595, - "id": 2908, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@attestByDelegation_300": { - "entryPoint": 1908, - "id": 300, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@attest_253": { - "entryPoint": 4435, - "id": 253, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@byteLength_8186": { - "entryPoint": 12456, - "id": 8186, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@eip712Domain_9200": { - "entryPoint": 3124, - "id": 9200, - "parameterSlots": 0, - "returnSlots": 7 - }, - "@getAttestTypeHash_2682": { - "entryPoint": null, - "id": 2682, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getAttestation_1010": { - "entryPoint": 3779, - "id": 1010, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getDomainSeparator_2660": { - "entryPoint": 4420, - "id": 2660, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getName_2700": { - "entryPoint": 1762, - "id": 2700, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getNonce_2673": { - "entryPoint": null, - "id": 2673, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRevokeOffchain_1056": { - "entryPoint": null, - "id": 1056, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getRevokeTypeHash_2691": { - "entryPoint": null, - "id": 2691, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getSchemaRegistry_210": { - "entryPoint": null, - "id": 210, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getTimestamp_1039": { - "entryPoint": null, - "id": 1039, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@increaseNonce_2734": { - "entryPoint": 2971, - "id": 2734, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@isAttestationValid_1026": { - "entryPoint": null, - "id": 1026, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@isValidERC1271SignatureNow_9399": { - "entryPoint": 11050, - "id": 9399, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@isValidSignatureNow_9347": { - "entryPoint": 9503, - "id": 9347, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@log10_10274": { - "entryPoint": 10576, - "id": 10274, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@multiAttestByDelegation_591": { - "entryPoint": 3222, - "id": 591, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@multiAttest_421": { - "entryPoint": 2137, - "id": 421, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@multiRevokeByDelegation_862": { - "entryPoint": 1355, - "id": 862, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@multiRevokeOffchain_952": { - "entryPoint": 1693, - "id": 952, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@multiRevoke_737": { - "entryPoint": 2598, - "id": 737, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@multiTimestamp_996": { - "entryPoint": 4364, - "id": 996, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@revokeByDelegation_671": { - "entryPoint": 4185, - "id": 671, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@revokeOffchain_906": { - "entryPoint": 4350, - "id": 906, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@revoke_629": { - "entryPoint": 2466, - "id": 629, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@sendValue_7773": { - "entryPoint": 12251, - "id": 7773, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@timestamp_883": { - "entryPoint": 2795, - "id": 883, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toStringWithFallback_8253": { - "entryPoint": 10802, - "id": 8253, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@toString_8154": { - "entryPoint": 11981, - "id": 8154, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toString_8463": { - "entryPoint": 8883, - "id": 8463, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toTypedDataHash_9298": { - "entryPoint": null, - "id": 9298, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@tryRecover_8724": { - "entryPoint": 10973, - "id": 8724, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@tryRecover_8912": { - "entryPoint": 12044, - "id": 8912, - "parameterSlots": 4, - "returnSlots": 3 - }, - "@uncheckedInc_65": { - "entryPoint": null, - "id": 65, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@version_2587": { - "entryPoint": 2808, - "id": 2587, - "parameterSlots": 0, - "returnSlots": 1 - }, - "abi_decode_address": { - "entryPoint": 12788, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata": { - "entryPoint": 12521, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_array_struct_Signature_dyn": { - "entryPoint": 14004, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_AttestationRequestData": { - "entryPoint": 14553, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_RevocationRequestData": { - "entryPoint": 13822, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_Signature": { - "entryPoint": 13900, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 12804, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_addresst_bytes32": { - "entryPoint": 13453, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_bytes32_$dyn_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 12596, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bool_fromMemory": { - "entryPoint": 16078, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 12985, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes32_fromMemory": { - "entryPoint": 16517, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_AttestationRequest_$2049_calldata_ptr": { - "entryPoint": 13497, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr": { - "entryPoint": 12833, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr": { - "entryPoint": 13433, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr": { - "entryPoint": 15438, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr": { - "entryPoint": 15115, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_RevocationRequest_$2100_calldata_ptr": { - "entryPoint": 12958, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr_fromMemory": { - "entryPoint": 15575, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr": { - "entryPoint": 15383, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint256": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 15411, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 14123, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_address": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_encode_array_uint256_dyn": { - "entryPoint": 13010, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_bool": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_encode_string": { - "entryPoint": 12697, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_struct_Attestation": { - "entryPoint": 13194, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__to_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 16227, - "id": null, - "parameterSlots": 10, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes32_t_bytes32_t_uint8__to_t_bytes32_t_bytes32_t_uint8__nonPadded_inplace_fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 16499, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 15216, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 12891, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 16107, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 13070, - "id": null, - "parameterSlots": 8, - "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_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 12, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 8, - "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_bytes_memory_ptr__to_t_bytes32_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 16474, - "id": null, - "parameterSlots": 3, - "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_contract$_ISchemaRegistry_$2379__to_t_address__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": 12741, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_struct$_Attestation_$49_memory_ptr__to_t_struct$_Attestation_$49_memory_ptr__fromStack_reversed": { - "entryPoint": 13414, - "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_uint64__to_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_uint32": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_encode_uint64": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 14941, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "access_calldata_tail_t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 15143, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 15311, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr": { - "entryPoint": 14885, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiAttestationRequest_$2071_calldata_ptr": { - "entryPoint": 14919, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr": { - "entryPoint": 13577, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiRevocationRequest_$2122_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "allocate_memory": { - "entryPoint": 13739, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "allocate_memory_3991": { - "entryPoint": 13631, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "allocate_memory_3992": { - "entryPoint": 13671, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "allocate_memory_3998": { - "entryPoint": 13705, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "array_allocation_size_array_struct_RevocationRequestData_dyn": { - "entryPoint": 13787, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "array_allocation_size_bytes": { - "entryPoint": 14514, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "array_dataslot_bytes_storage": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "checked_sub_t_uint256": { - "entryPoint": 14423, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "clean_up_bytearray_end_slots_bytes_storage": { - "entryPoint": 15795, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr": { - "entryPoint": 15014, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr": { - "entryPoint": 14907, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "convert_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr_to_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr": { - "entryPoint": 14763, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "convert_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_to_t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr": { - "entryPoint": 14146, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "copy_byte_array_to_storage_from_t_bytes_memory_ptr_to_t_bytes_storage": { - "entryPoint": 15866, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 12661, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 14442, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_used_part_and_set_length_of_short_byte_array": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "increment_t_uint256": { - "entryPoint": 15550, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "panic_error_0x11": { - "entryPoint": 14401, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x12": { - "entryPoint": null, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x21": { - "entryPoint": 16056, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 13555, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 13609, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 12767, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - }, - "validator_revert_bool": { - "entryPoint": 14500, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:38290:44", - "nodeType": "YulBlock", - "src": "0:38290:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "138:283:44", - "nodeType": "YulBlock", - "src": "138:283:44", - "statements": [ - { - "body": { - "nativeSrc": "187:16:44", - "nodeType": "YulBlock", - "src": "187:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "196:1:44", - "nodeType": "YulLiteral", - "src": "196:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "199:1:44", - "nodeType": "YulLiteral", - "src": "199:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "189:6:44", - "nodeType": "YulIdentifier", - "src": "189:6:44" - }, - "nativeSrc": "189:12:44", - "nodeType": "YulFunctionCall", - "src": "189:12:44" - }, - "nativeSrc": "189:12:44", - "nodeType": "YulExpressionStatement", - "src": "189:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "166:6:44", - "nodeType": "YulIdentifier", - "src": "166:6:44" - }, - { - "kind": "number", - "nativeSrc": "174:4:44", - "nodeType": "YulLiteral", - "src": "174:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "162:3:44", - "nodeType": "YulIdentifier", - "src": "162:3:44" - }, - "nativeSrc": "162:17:44", - "nodeType": "YulFunctionCall", - "src": "162:17:44" - }, - { - "name": "end", - "nativeSrc": "181:3:44", - "nodeType": "YulIdentifier", - "src": "181:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "158:3:44", - "nodeType": "YulIdentifier", - "src": "158:3:44" - }, - "nativeSrc": "158:27:44", - "nodeType": "YulFunctionCall", - "src": "158:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "151:6:44", - "nodeType": "YulIdentifier", - "src": "151:6:44" - }, - "nativeSrc": "151:35:44", - "nodeType": "YulFunctionCall", - "src": "151:35:44" - }, - "nativeSrc": "148:55:44", - "nodeType": "YulIf", - "src": "148:55:44" - }, - { - "nativeSrc": "212:30:44", - "nodeType": "YulAssignment", - "src": "212:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "235:6:44", - "nodeType": "YulIdentifier", - "src": "235:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "222:12:44", - "nodeType": "YulIdentifier", - "src": "222:12:44" - }, - "nativeSrc": "222:20:44", - "nodeType": "YulFunctionCall", - "src": "222:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "212:6:44", - "nodeType": "YulIdentifier", - "src": "212:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "285:16:44", - "nodeType": "YulBlock", - "src": "285:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "294:1:44", - "nodeType": "YulLiteral", - "src": "294:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "297:1:44", - "nodeType": "YulLiteral", - "src": "297:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "287:6:44", - "nodeType": "YulIdentifier", - "src": "287:6:44" - }, - "nativeSrc": "287:12:44", - "nodeType": "YulFunctionCall", - "src": "287:12:44" - }, - "nativeSrc": "287:12:44", - "nodeType": "YulExpressionStatement", - "src": "287:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "257:6:44", - "nodeType": "YulIdentifier", - "src": "257:6:44" - }, - { - "kind": "number", - "nativeSrc": "265:18:44", - "nodeType": "YulLiteral", - "src": "265:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "254:2:44", - "nodeType": "YulIdentifier", - "src": "254:2:44" - }, - "nativeSrc": "254:30:44", - "nodeType": "YulFunctionCall", - "src": "254:30:44" - }, - "nativeSrc": "251:50:44", - "nodeType": "YulIf", - "src": "251:50:44" - }, - { - "nativeSrc": "310:29:44", - "nodeType": "YulAssignment", - "src": "310:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "326:6:44", - "nodeType": "YulIdentifier", - "src": "326:6:44" - }, - { - "kind": "number", - "nativeSrc": "334:4:44", - "nodeType": "YulLiteral", - "src": "334:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "322:3:44", - "nodeType": "YulIdentifier", - "src": "322:3:44" - }, - "nativeSrc": "322:17:44", - "nodeType": "YulFunctionCall", - "src": "322:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "310:8:44", - "nodeType": "YulIdentifier", - "src": "310:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "399:16:44", - "nodeType": "YulBlock", - "src": "399:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "408:1:44", - "nodeType": "YulLiteral", - "src": "408:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "411:1:44", - "nodeType": "YulLiteral", - "src": "411:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "401:6:44", - "nodeType": "YulIdentifier", - "src": "401:6:44" - }, - "nativeSrc": "401:12:44", - "nodeType": "YulFunctionCall", - "src": "401:12:44" - }, - "nativeSrc": "401:12:44", - "nodeType": "YulExpressionStatement", - "src": "401:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "362:6:44", - "nodeType": "YulIdentifier", - "src": "362:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "374:1:44", - "nodeType": "YulLiteral", - "src": "374:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "377:6:44", - "nodeType": "YulIdentifier", - "src": "377:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "370:3:44", - "nodeType": "YulIdentifier", - "src": "370:3:44" - }, - "nativeSrc": "370:14:44", - "nodeType": "YulFunctionCall", - "src": "370:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "358:3:44", - "nodeType": "YulIdentifier", - "src": "358:3:44" - }, - "nativeSrc": "358:27:44", - "nodeType": "YulFunctionCall", - "src": "358:27:44" - }, - { - "kind": "number", - "nativeSrc": "387:4:44", - "nodeType": "YulLiteral", - "src": "387:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "354:3:44", - "nodeType": "YulIdentifier", - "src": "354:3:44" - }, - "nativeSrc": "354:38:44", - "nodeType": "YulFunctionCall", - "src": "354:38:44" - }, - { - "name": "end", - "nativeSrc": "394:3:44", - "nodeType": "YulIdentifier", - "src": "394:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "351:2:44", - "nodeType": "YulIdentifier", - "src": "351:2:44" - }, - "nativeSrc": "351:47:44", - "nodeType": "YulFunctionCall", - "src": "351:47:44" - }, - "nativeSrc": "348:67:44", - "nodeType": "YulIf", - "src": "348:67:44" - } - ] - }, - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "14:407:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "101:6:44", - "nodeType": "YulTypedName", - "src": "101:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "109:3:44", - "nodeType": "YulTypedName", - "src": "109:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "117:8:44", - "nodeType": "YulTypedName", - "src": "117:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "127:6:44", - "nodeType": "YulTypedName", - "src": "127:6:44", - "type": "" - } - ], - "src": "14:407:44" - }, - { - "body": { - "nativeSrc": "582:372:44", - "nodeType": "YulBlock", - "src": "582:372:44", - "statements": [ - { - "body": { - "nativeSrc": "628:16:44", - "nodeType": "YulBlock", - "src": "628:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "637:1:44", - "nodeType": "YulLiteral", - "src": "637:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "640:1:44", - "nodeType": "YulLiteral", - "src": "640:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "630:6:44", - "nodeType": "YulIdentifier", - "src": "630:6:44" - }, - "nativeSrc": "630:12:44", - "nodeType": "YulFunctionCall", - "src": "630:12:44" - }, - "nativeSrc": "630:12:44", - "nodeType": "YulExpressionStatement", - "src": "630:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "603:7:44", - "nodeType": "YulIdentifier", - "src": "603:7:44" - }, - { - "name": "headStart", - "nativeSrc": "612:9:44", - "nodeType": "YulIdentifier", - "src": "612:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "599:3:44", - "nodeType": "YulIdentifier", - "src": "599:3:44" - }, - "nativeSrc": "599:23:44", - "nodeType": "YulFunctionCall", - "src": "599:23:44" - }, - { - "kind": "number", - "nativeSrc": "624:2:44", - "nodeType": "YulLiteral", - "src": "624:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "595:3:44", - "nodeType": "YulIdentifier", - "src": "595:3:44" - }, - "nativeSrc": "595:32:44", - "nodeType": "YulFunctionCall", - "src": "595:32:44" - }, - "nativeSrc": "592:52:44", - "nodeType": "YulIf", - "src": "592:52:44" - }, - { - "nativeSrc": "653:37:44", - "nodeType": "YulVariableDeclaration", - "src": "653:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "680:9:44", - "nodeType": "YulIdentifier", - "src": "680:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "667:12:44", - "nodeType": "YulIdentifier", - "src": "667:12:44" - }, - "nativeSrc": "667:23:44", - "nodeType": "YulFunctionCall", - "src": "667:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "657:6:44", - "nodeType": "YulTypedName", - "src": "657:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "733:16:44", - "nodeType": "YulBlock", - "src": "733:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "742:1:44", - "nodeType": "YulLiteral", - "src": "742:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "745:1:44", - "nodeType": "YulLiteral", - "src": "745:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "735:6:44", - "nodeType": "YulIdentifier", - "src": "735:6:44" - }, - "nativeSrc": "735:12:44", - "nodeType": "YulFunctionCall", - "src": "735:12:44" - }, - "nativeSrc": "735:12:44", - "nodeType": "YulExpressionStatement", - "src": "735:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "705:6:44", - "nodeType": "YulIdentifier", - "src": "705:6:44" - }, - { - "kind": "number", - "nativeSrc": "713:18:44", - "nodeType": "YulLiteral", - "src": "713:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "702:2:44", - "nodeType": "YulIdentifier", - "src": "702:2:44" - }, - "nativeSrc": "702:30:44", - "nodeType": "YulFunctionCall", - "src": "702:30:44" - }, - "nativeSrc": "699:50:44", - "nodeType": "YulIf", - "src": "699:50:44" - }, - { - "nativeSrc": "758:136:44", - "nodeType": "YulVariableDeclaration", - "src": "758:136:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "866:9:44", - "nodeType": "YulIdentifier", - "src": "866:9:44" - }, - { - "name": "offset", - "nativeSrc": "877:6:44", - "nodeType": "YulIdentifier", - "src": "877:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "862:3:44", - "nodeType": "YulIdentifier", - "src": "862:3:44" - }, - "nativeSrc": "862:22:44", - "nodeType": "YulFunctionCall", - "src": "862:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "886:7:44", - "nodeType": "YulIdentifier", - "src": "886:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "784:77:44", - "nodeType": "YulIdentifier", - "src": "784:77:44" - }, - "nativeSrc": "784:110:44", - "nodeType": "YulFunctionCall", - "src": "784:110:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "762:8:44", - "nodeType": "YulTypedName", - "src": "762:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "772:8:44", - "nodeType": "YulTypedName", - "src": "772:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "903:18:44", - "nodeType": "YulAssignment", - "src": "903:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "913:8:44", - "nodeType": "YulIdentifier", - "src": "913:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "903:6:44", - "nodeType": "YulIdentifier", - "src": "903:6:44" - } - ] - }, - { - "nativeSrc": "930:18:44", - "nodeType": "YulAssignment", - "src": "930:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "940:8:44", - "nodeType": "YulIdentifier", - "src": "940:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "930:6:44", - "nodeType": "YulIdentifier", - "src": "930:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "426:528:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "540:9:44", - "nodeType": "YulTypedName", - "src": "540:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "551:7:44", - "nodeType": "YulTypedName", - "src": "551:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "563:6:44", - "nodeType": "YulTypedName", - "src": "563:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "571:6:44", - "nodeType": "YulTypedName", - "src": "571:6:44", - "type": "" - } - ], - "src": "426:528:44" - }, - { - "body": { - "nativeSrc": "1060:76:44", - "nodeType": "YulBlock", - "src": "1060:76:44", - "statements": [ - { - "nativeSrc": "1070:26:44", - "nodeType": "YulAssignment", - "src": "1070:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1082:9:44", - "nodeType": "YulIdentifier", - "src": "1082:9:44" - }, - { - "kind": "number", - "nativeSrc": "1093:2:44", - "nodeType": "YulLiteral", - "src": "1093:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1078:3:44", - "nodeType": "YulIdentifier", - "src": "1078:3:44" - }, - "nativeSrc": "1078:18:44", - "nodeType": "YulFunctionCall", - "src": "1078:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1070:4:44", - "nodeType": "YulIdentifier", - "src": "1070:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1112:9:44", - "nodeType": "YulIdentifier", - "src": "1112:9:44" - }, - { - "name": "value0", - "nativeSrc": "1123:6:44", - "nodeType": "YulIdentifier", - "src": "1123:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1105:6:44", - "nodeType": "YulIdentifier", - "src": "1105:6:44" - }, - "nativeSrc": "1105:25:44", - "nodeType": "YulFunctionCall", - "src": "1105:25:44" - }, - "nativeSrc": "1105:25:44", - "nodeType": "YulExpressionStatement", - "src": "1105:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "959:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1029:9:44", - "nodeType": "YulTypedName", - "src": "1029:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1040:6:44", - "nodeType": "YulTypedName", - "src": "1040:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1051:4:44", - "nodeType": "YulTypedName", - "src": "1051:4:44", - "type": "" - } - ], - "src": "959:177:44" - }, - { - "body": { - "nativeSrc": "1246:372:44", - "nodeType": "YulBlock", - "src": "1246:372:44", - "statements": [ - { - "body": { - "nativeSrc": "1292:16:44", - "nodeType": "YulBlock", - "src": "1292:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1301:1:44", - "nodeType": "YulLiteral", - "src": "1301:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1304:1:44", - "nodeType": "YulLiteral", - "src": "1304:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1294:6:44", - "nodeType": "YulIdentifier", - "src": "1294:6:44" - }, - "nativeSrc": "1294:12:44", - "nodeType": "YulFunctionCall", - "src": "1294:12:44" - }, - "nativeSrc": "1294:12:44", - "nodeType": "YulExpressionStatement", - "src": "1294:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1267:7:44", - "nodeType": "YulIdentifier", - "src": "1267:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1276:9:44", - "nodeType": "YulIdentifier", - "src": "1276:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1263:3:44", - "nodeType": "YulIdentifier", - "src": "1263:3:44" - }, - "nativeSrc": "1263:23:44", - "nodeType": "YulFunctionCall", - "src": "1263:23:44" - }, - { - "kind": "number", - "nativeSrc": "1288:2:44", - "nodeType": "YulLiteral", - "src": "1288:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1259:3:44", - "nodeType": "YulIdentifier", - "src": "1259:3:44" - }, - "nativeSrc": "1259:32:44", - "nodeType": "YulFunctionCall", - "src": "1259:32:44" - }, - "nativeSrc": "1256:52:44", - "nodeType": "YulIf", - "src": "1256:52:44" - }, - { - "nativeSrc": "1317:37:44", - "nodeType": "YulVariableDeclaration", - "src": "1317:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1344:9:44", - "nodeType": "YulIdentifier", - "src": "1344:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1331:12:44", - "nodeType": "YulIdentifier", - "src": "1331:12:44" - }, - "nativeSrc": "1331:23:44", - "nodeType": "YulFunctionCall", - "src": "1331:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1321:6:44", - "nodeType": "YulTypedName", - "src": "1321:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1397:16:44", - "nodeType": "YulBlock", - "src": "1397:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1406:1:44", - "nodeType": "YulLiteral", - "src": "1406:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1409:1:44", - "nodeType": "YulLiteral", - "src": "1409:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1399:6:44", - "nodeType": "YulIdentifier", - "src": "1399:6:44" - }, - "nativeSrc": "1399:12:44", - "nodeType": "YulFunctionCall", - "src": "1399:12:44" - }, - "nativeSrc": "1399:12:44", - "nodeType": "YulExpressionStatement", - "src": "1399:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1369:6:44", - "nodeType": "YulIdentifier", - "src": "1369:6:44" - }, - { - "kind": "number", - "nativeSrc": "1377:18:44", - "nodeType": "YulLiteral", - "src": "1377:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1366:2:44", - "nodeType": "YulIdentifier", - "src": "1366:2:44" - }, - "nativeSrc": "1366:30:44", - "nodeType": "YulFunctionCall", - "src": "1366:30:44" - }, - "nativeSrc": "1363:50:44", - "nodeType": "YulIf", - "src": "1363:50:44" - }, - { - "nativeSrc": "1422:136:44", - "nodeType": "YulVariableDeclaration", - "src": "1422:136:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1530:9:44", - "nodeType": "YulIdentifier", - "src": "1530:9:44" - }, - { - "name": "offset", - "nativeSrc": "1541:6:44", - "nodeType": "YulIdentifier", - "src": "1541:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1526:3:44", - "nodeType": "YulIdentifier", - "src": "1526:3:44" - }, - "nativeSrc": "1526:22:44", - "nodeType": "YulFunctionCall", - "src": "1526:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1550:7:44", - "nodeType": "YulIdentifier", - "src": "1550:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "1448:77:44", - "nodeType": "YulIdentifier", - "src": "1448:77:44" - }, - "nativeSrc": "1448:110:44", - "nodeType": "YulFunctionCall", - "src": "1448:110:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "1426:8:44", - "nodeType": "YulTypedName", - "src": "1426:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "1436:8:44", - "nodeType": "YulTypedName", - "src": "1436:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1567:18:44", - "nodeType": "YulAssignment", - "src": "1567:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "1577:8:44", - "nodeType": "YulIdentifier", - "src": "1577:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1567:6:44", - "nodeType": "YulIdentifier", - "src": "1567:6:44" - } - ] - }, - { - "nativeSrc": "1594:18:44", - "nodeType": "YulAssignment", - "src": "1594:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "1604:8:44", - "nodeType": "YulIdentifier", - "src": "1604:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1594:6:44", - "nodeType": "YulIdentifier", - "src": "1594:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes32_$dyn_calldata_ptr", - "nativeSrc": "1141:477:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1204:9:44", - "nodeType": "YulTypedName", - "src": "1204:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1215:7:44", - "nodeType": "YulTypedName", - "src": "1215:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1227:6:44", - "nodeType": "YulTypedName", - "src": "1227:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "1235:6:44", - "nodeType": "YulTypedName", - "src": "1235:6:44", - "type": "" - } - ], - "src": "1141:477:44" - }, - { - "body": { - "nativeSrc": "1666:59:44", - "nodeType": "YulBlock", - "src": "1666:59:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "1683:3:44", - "nodeType": "YulIdentifier", - "src": "1683:3:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "1692:5:44", - "nodeType": "YulIdentifier", - "src": "1692:5:44" - }, - { - "kind": "number", - "nativeSrc": "1699:18:44", - "nodeType": "YulLiteral", - "src": "1699:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1688:3:44", - "nodeType": "YulIdentifier", - "src": "1688:3:44" - }, - "nativeSrc": "1688:30:44", - "nodeType": "YulFunctionCall", - "src": "1688:30:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1676:6:44", - "nodeType": "YulIdentifier", - "src": "1676:6:44" - }, - "nativeSrc": "1676:43:44", - "nodeType": "YulFunctionCall", - "src": "1676:43:44" - }, - "nativeSrc": "1676:43:44", - "nodeType": "YulExpressionStatement", - "src": "1676:43:44" - } - ] - }, - "name": "abi_encode_uint64", - "nativeSrc": "1623:102:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "1650:5:44", - "nodeType": "YulTypedName", - "src": "1650:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "1657:3:44", - "nodeType": "YulTypedName", - "src": "1657:3:44", - "type": "" - } - ], - "src": "1623:102:44" - }, - { - "body": { - "nativeSrc": "1829:101:44", - "nodeType": "YulBlock", - "src": "1829:101:44", - "statements": [ - { - "nativeSrc": "1839:26:44", - "nodeType": "YulAssignment", - "src": "1839:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1851:9:44", - "nodeType": "YulIdentifier", - "src": "1851:9:44" - }, - { - "kind": "number", - "nativeSrc": "1862:2:44", - "nodeType": "YulLiteral", - "src": "1862:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1847:3:44", - "nodeType": "YulIdentifier", - "src": "1847:3:44" - }, - "nativeSrc": "1847:18:44", - "nodeType": "YulFunctionCall", - "src": "1847:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1839:4:44", - "nodeType": "YulIdentifier", - "src": "1839:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1881:9:44", - "nodeType": "YulIdentifier", - "src": "1881:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1896:6:44", - "nodeType": "YulIdentifier", - "src": "1896:6:44" - }, - { - "kind": "number", - "nativeSrc": "1904:18:44", - "nodeType": "YulLiteral", - "src": "1904:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1892:3:44", - "nodeType": "YulIdentifier", - "src": "1892:3:44" - }, - "nativeSrc": "1892:31:44", - "nodeType": "YulFunctionCall", - "src": "1892:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1874:6:44", - "nodeType": "YulIdentifier", - "src": "1874:6:44" - }, - "nativeSrc": "1874:50:44", - "nodeType": "YulFunctionCall", - "src": "1874:50:44" - }, - "nativeSrc": "1874:50:44", - "nodeType": "YulExpressionStatement", - "src": "1874:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "1730:200:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1798:9:44", - "nodeType": "YulTypedName", - "src": "1798:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1809:6:44", - "nodeType": "YulTypedName", - "src": "1809:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1820:4:44", - "nodeType": "YulTypedName", - "src": "1820:4:44", - "type": "" - } - ], - "src": "1730:200:44" - }, - { - "body": { - "nativeSrc": "2001:184:44", - "nodeType": "YulBlock", - "src": "2001:184:44", - "statements": [ - { - "nativeSrc": "2011:10:44", - "nodeType": "YulVariableDeclaration", - "src": "2011:10:44", - "value": { - "kind": "number", - "nativeSrc": "2020:1:44", - "nodeType": "YulLiteral", - "src": "2020:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "2015:1:44", - "nodeType": "YulTypedName", - "src": "2015:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2080:63:44", - "nodeType": "YulBlock", - "src": "2080:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "2105:3:44", - "nodeType": "YulIdentifier", - "src": "2105:3:44" - }, - { - "name": "i", - "nativeSrc": "2110:1:44", - "nodeType": "YulIdentifier", - "src": "2110:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2101:3:44", - "nodeType": "YulIdentifier", - "src": "2101:3:44" - }, - "nativeSrc": "2101:11:44", - "nodeType": "YulFunctionCall", - "src": "2101:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "2124:3:44", - "nodeType": "YulIdentifier", - "src": "2124:3:44" - }, - { - "name": "i", - "nativeSrc": "2129:1:44", - "nodeType": "YulIdentifier", - "src": "2129:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2120:3:44", - "nodeType": "YulIdentifier", - "src": "2120:3:44" - }, - "nativeSrc": "2120:11:44", - "nodeType": "YulFunctionCall", - "src": "2120:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2114:5:44", - "nodeType": "YulIdentifier", - "src": "2114:5:44" - }, - "nativeSrc": "2114:18:44", - "nodeType": "YulFunctionCall", - "src": "2114:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2094:6:44", - "nodeType": "YulIdentifier", - "src": "2094:6:44" - }, - "nativeSrc": "2094:39:44", - "nodeType": "YulFunctionCall", - "src": "2094:39:44" - }, - "nativeSrc": "2094:39:44", - "nodeType": "YulExpressionStatement", - "src": "2094:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "2041:1:44", - "nodeType": "YulIdentifier", - "src": "2041:1:44" - }, - { - "name": "length", - "nativeSrc": "2044:6:44", - "nodeType": "YulIdentifier", - "src": "2044:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2038:2:44", - "nodeType": "YulIdentifier", - "src": "2038:2:44" - }, - "nativeSrc": "2038:13:44", - "nodeType": "YulFunctionCall", - "src": "2038:13:44" - }, - "nativeSrc": "2030:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "2052:19:44", - "nodeType": "YulBlock", - "src": "2052:19:44", - "statements": [ - { - "nativeSrc": "2054:15:44", - "nodeType": "YulAssignment", - "src": "2054:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "2063:1:44", - "nodeType": "YulIdentifier", - "src": "2063:1:44" - }, - { - "kind": "number", - "nativeSrc": "2066:2:44", - "nodeType": "YulLiteral", - "src": "2066:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2059:3:44", - "nodeType": "YulIdentifier", - "src": "2059:3:44" - }, - "nativeSrc": "2059:10:44", - "nodeType": "YulFunctionCall", - "src": "2059:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "2054:1:44", - "nodeType": "YulIdentifier", - "src": "2054:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "2034:3:44", - "nodeType": "YulBlock", - "src": "2034:3:44", - "statements": [] - }, - "src": "2030:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "2163:3:44", - "nodeType": "YulIdentifier", - "src": "2163:3:44" - }, - { - "name": "length", - "nativeSrc": "2168:6:44", - "nodeType": "YulIdentifier", - "src": "2168:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2159:3:44", - "nodeType": "YulIdentifier", - "src": "2159:3:44" - }, - "nativeSrc": "2159:16:44", - "nodeType": "YulFunctionCall", - "src": "2159:16:44" - }, - { - "kind": "number", - "nativeSrc": "2177:1:44", - "nodeType": "YulLiteral", - "src": "2177:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2152:6:44", - "nodeType": "YulIdentifier", - "src": "2152:6:44" - }, - "nativeSrc": "2152:27:44", - "nodeType": "YulFunctionCall", - "src": "2152:27:44" - }, - "nativeSrc": "2152:27:44", - "nodeType": "YulExpressionStatement", - "src": "2152:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1935:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "1979:3:44", - "nodeType": "YulTypedName", - "src": "1979:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "1984:3:44", - "nodeType": "YulTypedName", - "src": "1984:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "1989:6:44", - "nodeType": "YulTypedName", - "src": "1989:6:44", - "type": "" - } - ], - "src": "1935:250:44" - }, - { - "body": { - "nativeSrc": "2240:221:44", - "nodeType": "YulBlock", - "src": "2240:221:44", - "statements": [ - { - "nativeSrc": "2250:26:44", - "nodeType": "YulVariableDeclaration", - "src": "2250:26:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2270:5:44", - "nodeType": "YulIdentifier", - "src": "2270:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2264:5:44", - "nodeType": "YulIdentifier", - "src": "2264:5:44" - }, - "nativeSrc": "2264:12:44", - "nodeType": "YulFunctionCall", - "src": "2264:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "2254:6:44", - "nodeType": "YulTypedName", - "src": "2254:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "2292:3:44", - "nodeType": "YulIdentifier", - "src": "2292:3:44" - }, - { - "name": "length", - "nativeSrc": "2297:6:44", - "nodeType": "YulIdentifier", - "src": "2297:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2285:6:44", - "nodeType": "YulIdentifier", - "src": "2285:6:44" - }, - "nativeSrc": "2285:19:44", - "nodeType": "YulFunctionCall", - "src": "2285:19:44" - }, - "nativeSrc": "2285:19:44", - "nodeType": "YulExpressionStatement", - "src": "2285:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2352:5:44", - "nodeType": "YulIdentifier", - "src": "2352:5:44" - }, - { - "kind": "number", - "nativeSrc": "2359:4:44", - "nodeType": "YulLiteral", - "src": "2359:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2348:3:44", - "nodeType": "YulIdentifier", - "src": "2348:3:44" - }, - "nativeSrc": "2348:16:44", - "nodeType": "YulFunctionCall", - "src": "2348:16:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "2370:3:44", - "nodeType": "YulIdentifier", - "src": "2370:3:44" - }, - { - "kind": "number", - "nativeSrc": "2375:4:44", - "nodeType": "YulLiteral", - "src": "2375:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2366:3:44", - "nodeType": "YulIdentifier", - "src": "2366:3:44" - }, - "nativeSrc": "2366:14:44", - "nodeType": "YulFunctionCall", - "src": "2366:14:44" - }, - { - "name": "length", - "nativeSrc": "2382:6:44", - "nodeType": "YulIdentifier", - "src": "2382:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "2313:34:44", - "nodeType": "YulIdentifier", - "src": "2313:34:44" - }, - "nativeSrc": "2313:76:44", - "nodeType": "YulFunctionCall", - "src": "2313:76:44" - }, - "nativeSrc": "2313:76:44", - "nodeType": "YulExpressionStatement", - "src": "2313:76:44" - }, - { - "nativeSrc": "2398:57:44", - "nodeType": "YulAssignment", - "src": "2398:57:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "2413:3:44", - "nodeType": "YulIdentifier", - "src": "2413:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "2426:6:44", - "nodeType": "YulIdentifier", - "src": "2426:6:44" - }, - { - "kind": "number", - "nativeSrc": "2434:2:44", - "nodeType": "YulLiteral", - "src": "2434:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2422:3:44", - "nodeType": "YulIdentifier", - "src": "2422:3:44" - }, - "nativeSrc": "2422:15:44", - "nodeType": "YulFunctionCall", - "src": "2422:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2443:2:44", - "nodeType": "YulLiteral", - "src": "2443:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2439:3:44", - "nodeType": "YulIdentifier", - "src": "2439:3:44" - }, - "nativeSrc": "2439:7:44", - "nodeType": "YulFunctionCall", - "src": "2439:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2418:3:44", - "nodeType": "YulIdentifier", - "src": "2418:3:44" - }, - "nativeSrc": "2418:29:44", - "nodeType": "YulFunctionCall", - "src": "2418:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2409:3:44", - "nodeType": "YulIdentifier", - "src": "2409:3:44" - }, - "nativeSrc": "2409:39:44", - "nodeType": "YulFunctionCall", - "src": "2409:39:44" - }, - { - "kind": "number", - "nativeSrc": "2450:4:44", - "nodeType": "YulLiteral", - "src": "2450:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2405:3:44", - "nodeType": "YulIdentifier", - "src": "2405:3:44" - }, - "nativeSrc": "2405:50:44", - "nodeType": "YulFunctionCall", - "src": "2405:50:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "2398:3:44", - "nodeType": "YulIdentifier", - "src": "2398:3:44" - } - ] - } - ] - }, - "name": "abi_encode_string", - "nativeSrc": "2190:271:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "2217:5:44", - "nodeType": "YulTypedName", - "src": "2217:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "2224:3:44", - "nodeType": "YulTypedName", - "src": "2224:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "2232:3:44", - "nodeType": "YulTypedName", - "src": "2232:3:44", - "type": "" - } - ], - "src": "2190:271:44" - }, - { - "body": { - "nativeSrc": "2587:99:44", - "nodeType": "YulBlock", - "src": "2587:99:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2604:9:44", - "nodeType": "YulIdentifier", - "src": "2604:9:44" - }, - { - "kind": "number", - "nativeSrc": "2615:2:44", - "nodeType": "YulLiteral", - "src": "2615:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2597:6:44", - "nodeType": "YulIdentifier", - "src": "2597:6:44" - }, - "nativeSrc": "2597:21:44", - "nodeType": "YulFunctionCall", - "src": "2597:21:44" - }, - "nativeSrc": "2597:21:44", - "nodeType": "YulExpressionStatement", - "src": "2597:21:44" - }, - { - "nativeSrc": "2627:53:44", - "nodeType": "YulAssignment", - "src": "2627:53:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2653:6:44", - "nodeType": "YulIdentifier", - "src": "2653:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2665:9:44", - "nodeType": "YulIdentifier", - "src": "2665:9:44" - }, - { - "kind": "number", - "nativeSrc": "2676:2:44", - "nodeType": "YulLiteral", - "src": "2676:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2661:3:44", - "nodeType": "YulIdentifier", - "src": "2661:3:44" - }, - "nativeSrc": "2661:18:44", - "nodeType": "YulFunctionCall", - "src": "2661:18:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "2635:17:44", - "nodeType": "YulIdentifier", - "src": "2635:17:44" - }, - "nativeSrc": "2635:45:44", - "nodeType": "YulFunctionCall", - "src": "2635:45:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2627:4:44", - "nodeType": "YulIdentifier", - "src": "2627:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "2466:220:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2556:9:44", - "nodeType": "YulTypedName", - "src": "2556:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2567:6:44", - "nodeType": "YulTypedName", - "src": "2567:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2578:4:44", - "nodeType": "YulTypedName", - "src": "2578:4:44", - "type": "" - } - ], - "src": "2466:220:44" - }, - { - "body": { - "nativeSrc": "2736:109:44", - "nodeType": "YulBlock", - "src": "2736:109:44", - "statements": [ - { - "body": { - "nativeSrc": "2823:16:44", - "nodeType": "YulBlock", - "src": "2823:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2832:1:44", - "nodeType": "YulLiteral", - "src": "2832:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2835:1:44", - "nodeType": "YulLiteral", - "src": "2835:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2825:6:44", - "nodeType": "YulIdentifier", - "src": "2825:6:44" - }, - "nativeSrc": "2825:12:44", - "nodeType": "YulFunctionCall", - "src": "2825:12:44" - }, - "nativeSrc": "2825:12:44", - "nodeType": "YulExpressionStatement", - "src": "2825:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2759:5:44", - "nodeType": "YulIdentifier", - "src": "2759:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2770:5:44", - "nodeType": "YulIdentifier", - "src": "2770:5:44" - }, - { - "kind": "number", - "nativeSrc": "2777:42:44", - "nodeType": "YulLiteral", - "src": "2777:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2766:3:44", - "nodeType": "YulIdentifier", - "src": "2766:3:44" - }, - "nativeSrc": "2766:54:44", - "nodeType": "YulFunctionCall", - "src": "2766:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2756:2:44", - "nodeType": "YulIdentifier", - "src": "2756:2:44" - }, - "nativeSrc": "2756:65:44", - "nodeType": "YulFunctionCall", - "src": "2756:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2749:6:44", - "nodeType": "YulIdentifier", - "src": "2749:6:44" - }, - "nativeSrc": "2749:73:44", - "nodeType": "YulFunctionCall", - "src": "2749:73:44" - }, - "nativeSrc": "2746:93:44", - "nodeType": "YulIf", - "src": "2746:93:44" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "2691:154:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "2725:5:44", - "nodeType": "YulTypedName", - "src": "2725:5:44", - "type": "" - } - ], - "src": "2691:154:44" - }, - { - "body": { - "nativeSrc": "2899:85:44", - "nodeType": "YulBlock", - "src": "2899:85:44", - "statements": [ - { - "nativeSrc": "2909:29:44", - "nodeType": "YulAssignment", - "src": "2909:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2931:6:44", - "nodeType": "YulIdentifier", - "src": "2931:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2918:12:44", - "nodeType": "YulIdentifier", - "src": "2918:12:44" - }, - "nativeSrc": "2918:20:44", - "nodeType": "YulFunctionCall", - "src": "2918:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2909:5:44", - "nodeType": "YulIdentifier", - "src": "2909:5:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2972:5:44", - "nodeType": "YulIdentifier", - "src": "2972:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2947:24:44", - "nodeType": "YulIdentifier", - "src": "2947:24:44" - }, - "nativeSrc": "2947:31:44", - "nodeType": "YulFunctionCall", - "src": "2947:31:44" - }, - "nativeSrc": "2947:31:44", - "nodeType": "YulExpressionStatement", - "src": "2947:31:44" - } - ] - }, - "name": "abi_decode_address", - "nativeSrc": "2850:134:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2878:6:44", - "nodeType": "YulTypedName", - "src": "2878:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2889:5:44", - "nodeType": "YulTypedName", - "src": "2889:5:44", - "type": "" - } - ], - "src": "2850:134:44" - }, - { - "body": { - "nativeSrc": "3059:177:44", - "nodeType": "YulBlock", - "src": "3059:177:44", - "statements": [ - { - "body": { - "nativeSrc": "3105:16:44", - "nodeType": "YulBlock", - "src": "3105:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3114:1:44", - "nodeType": "YulLiteral", - "src": "3114:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3117:1:44", - "nodeType": "YulLiteral", - "src": "3117:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3107:6:44", - "nodeType": "YulIdentifier", - "src": "3107:6:44" - }, - "nativeSrc": "3107:12:44", - "nodeType": "YulFunctionCall", - "src": "3107:12:44" - }, - "nativeSrc": "3107:12:44", - "nodeType": "YulExpressionStatement", - "src": "3107:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3080:7:44", - "nodeType": "YulIdentifier", - "src": "3080:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3089:9:44", - "nodeType": "YulIdentifier", - "src": "3089:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3076:3:44", - "nodeType": "YulIdentifier", - "src": "3076:3:44" - }, - "nativeSrc": "3076:23:44", - "nodeType": "YulFunctionCall", - "src": "3076:23:44" - }, - { - "kind": "number", - "nativeSrc": "3101:2:44", - "nodeType": "YulLiteral", - "src": "3101:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3072:3:44", - "nodeType": "YulIdentifier", - "src": "3072:3:44" - }, - "nativeSrc": "3072:32:44", - "nodeType": "YulFunctionCall", - "src": "3072:32:44" - }, - "nativeSrc": "3069:52:44", - "nodeType": "YulIf", - "src": "3069:52:44" - }, - { - "nativeSrc": "3130:36:44", - "nodeType": "YulVariableDeclaration", - "src": "3130:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3156:9:44", - "nodeType": "YulIdentifier", - "src": "3156:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3143:12:44", - "nodeType": "YulIdentifier", - "src": "3143:12:44" - }, - "nativeSrc": "3143:23:44", - "nodeType": "YulFunctionCall", - "src": "3143:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3134:5:44", - "nodeType": "YulTypedName", - "src": "3134:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3200:5:44", - "nodeType": "YulIdentifier", - "src": "3200:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3175:24:44", - "nodeType": "YulIdentifier", - "src": "3175:24:44" - }, - "nativeSrc": "3175:31:44", - "nodeType": "YulFunctionCall", - "src": "3175:31:44" - }, - "nativeSrc": "3175:31:44", - "nodeType": "YulExpressionStatement", - "src": "3175:31:44" - }, - { - "nativeSrc": "3215:15:44", - "nodeType": "YulAssignment", - "src": "3215:15:44", - "value": { - "name": "value", - "nativeSrc": "3225:5:44", - "nodeType": "YulIdentifier", - "src": "3225:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3215:6:44", - "nodeType": "YulIdentifier", - "src": "3215:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "2989:247:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3025:9:44", - "nodeType": "YulTypedName", - "src": "3025:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3036:7:44", - "nodeType": "YulTypedName", - "src": "3036:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3048:6:44", - "nodeType": "YulTypedName", - "src": "3048:6:44", - "type": "" - } - ], - "src": "2989:247:44" - }, - { - "body": { - "nativeSrc": "3342:76:44", - "nodeType": "YulBlock", - "src": "3342:76:44", - "statements": [ - { - "nativeSrc": "3352:26:44", - "nodeType": "YulAssignment", - "src": "3352:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3364:9:44", - "nodeType": "YulIdentifier", - "src": "3364:9:44" - }, - { - "kind": "number", - "nativeSrc": "3375:2:44", - "nodeType": "YulLiteral", - "src": "3375:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3360:3:44", - "nodeType": "YulIdentifier", - "src": "3360:3:44" - }, - "nativeSrc": "3360:18:44", - "nodeType": "YulFunctionCall", - "src": "3360:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "3352:4:44", - "nodeType": "YulIdentifier", - "src": "3352:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3394:9:44", - "nodeType": "YulIdentifier", - "src": "3394:9:44" - }, - { - "name": "value0", - "nativeSrc": "3405:6:44", - "nodeType": "YulIdentifier", - "src": "3405:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3387:6:44", - "nodeType": "YulIdentifier", - "src": "3387:6:44" - }, - "nativeSrc": "3387:25:44", - "nodeType": "YulFunctionCall", - "src": "3387:25:44" - }, - "nativeSrc": "3387:25:44", - "nodeType": "YulExpressionStatement", - "src": "3387:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", - "nativeSrc": "3241:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3311:9:44", - "nodeType": "YulTypedName", - "src": "3311:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3322:6:44", - "nodeType": "YulTypedName", - "src": "3322:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "3333:4:44", - "nodeType": "YulTypedName", - "src": "3333:4:44", - "type": "" - } - ], - "src": "3241:177:44" - }, - { - "body": { - "nativeSrc": "3540:290:44", - "nodeType": "YulBlock", - "src": "3540:290:44", - "statements": [ - { - "body": { - "nativeSrc": "3586:16:44", - "nodeType": "YulBlock", - "src": "3586:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3595:1:44", - "nodeType": "YulLiteral", - "src": "3595:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3598:1:44", - "nodeType": "YulLiteral", - "src": "3598:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3588:6:44", - "nodeType": "YulIdentifier", - "src": "3588:6:44" - }, - "nativeSrc": "3588:12:44", - "nodeType": "YulFunctionCall", - "src": "3588:12:44" - }, - "nativeSrc": "3588:12:44", - "nodeType": "YulExpressionStatement", - "src": "3588:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3561:7:44", - "nodeType": "YulIdentifier", - "src": "3561:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3570:9:44", - "nodeType": "YulIdentifier", - "src": "3570:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3557:3:44", - "nodeType": "YulIdentifier", - "src": "3557:3:44" - }, - "nativeSrc": "3557:23:44", - "nodeType": "YulFunctionCall", - "src": "3557:23:44" - }, - { - "kind": "number", - "nativeSrc": "3582:2:44", - "nodeType": "YulLiteral", - "src": "3582:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3553:3:44", - "nodeType": "YulIdentifier", - "src": "3553:3:44" - }, - "nativeSrc": "3553:32:44", - "nodeType": "YulFunctionCall", - "src": "3553:32:44" - }, - "nativeSrc": "3550:52:44", - "nodeType": "YulIf", - "src": "3550:52:44" - }, - { - "nativeSrc": "3611:37:44", - "nodeType": "YulVariableDeclaration", - "src": "3611:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3638:9:44", - "nodeType": "YulIdentifier", - "src": "3638:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3625:12:44", - "nodeType": "YulIdentifier", - "src": "3625:12:44" - }, - "nativeSrc": "3625:23:44", - "nodeType": "YulFunctionCall", - "src": "3625:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3615:6:44", - "nodeType": "YulTypedName", - "src": "3615:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3691:16:44", - "nodeType": "YulBlock", - "src": "3691:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3700:1:44", - "nodeType": "YulLiteral", - "src": "3700:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3703:1:44", - "nodeType": "YulLiteral", - "src": "3703:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3693:6:44", - "nodeType": "YulIdentifier", - "src": "3693:6:44" - }, - "nativeSrc": "3693:12:44", - "nodeType": "YulFunctionCall", - "src": "3693:12:44" - }, - "nativeSrc": "3693:12:44", - "nodeType": "YulExpressionStatement", - "src": "3693:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3663:6:44", - "nodeType": "YulIdentifier", - "src": "3663:6:44" - }, - { - "kind": "number", - "nativeSrc": "3671:18:44", - "nodeType": "YulLiteral", - "src": "3671:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3660:2:44", - "nodeType": "YulIdentifier", - "src": "3660:2:44" - }, - "nativeSrc": "3660:30:44", - "nodeType": "YulFunctionCall", - "src": "3660:30:44" - }, - "nativeSrc": "3657:50:44", - "nodeType": "YulIf", - "src": "3657:50:44" - }, - { - "nativeSrc": "3716:32:44", - "nodeType": "YulVariableDeclaration", - "src": "3716:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3730:9:44", - "nodeType": "YulIdentifier", - "src": "3730:9:44" - }, - { - "name": "offset", - "nativeSrc": "3741:6:44", - "nodeType": "YulIdentifier", - "src": "3741:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3726:3:44", - "nodeType": "YulIdentifier", - "src": "3726:3:44" - }, - "nativeSrc": "3726:22:44", - "nodeType": "YulFunctionCall", - "src": "3726:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "3720:2:44", - "nodeType": "YulTypedName", - "src": "3720:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3787:16:44", - "nodeType": "YulBlock", - "src": "3787:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3796:1:44", - "nodeType": "YulLiteral", - "src": "3796:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3799:1:44", - "nodeType": "YulLiteral", - "src": "3799:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3789:6:44", - "nodeType": "YulIdentifier", - "src": "3789:6:44" - }, - "nativeSrc": "3789:12:44", - "nodeType": "YulFunctionCall", - "src": "3789:12:44" - }, - "nativeSrc": "3789:12:44", - "nodeType": "YulExpressionStatement", - "src": "3789:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3768:7:44", - "nodeType": "YulIdentifier", - "src": "3768:7:44" - }, - { - "name": "_1", - "nativeSrc": "3777:2:44", - "nodeType": "YulIdentifier", - "src": "3777:2:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3764:3:44", - "nodeType": "YulIdentifier", - "src": "3764:3:44" - }, - "nativeSrc": "3764:16:44", - "nodeType": "YulFunctionCall", - "src": "3764:16:44" - }, - { - "kind": "number", - "nativeSrc": "3782:3:44", - "nodeType": "YulLiteral", - "src": "3782:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3760:3:44", - "nodeType": "YulIdentifier", - "src": "3760:3:44" - }, - "nativeSrc": "3760:26:44", - "nodeType": "YulFunctionCall", - "src": "3760:26:44" - }, - "nativeSrc": "3757:46:44", - "nodeType": "YulIf", - "src": "3757:46:44" - }, - { - "nativeSrc": "3812:12:44", - "nodeType": "YulAssignment", - "src": "3812:12:44", - "value": { - "name": "_1", - "nativeSrc": "3822:2:44", - "nodeType": "YulIdentifier", - "src": "3822:2:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3812:6:44", - "nodeType": "YulIdentifier", - "src": "3812:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr", - "nativeSrc": "3423:407:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3506:9:44", - "nodeType": "YulTypedName", - "src": "3506:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3517:7:44", - "nodeType": "YulTypedName", - "src": "3517:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3529:6:44", - "nodeType": "YulTypedName", - "src": "3529:6:44", - "type": "" - } - ], - "src": "3423:407:44" - }, - { - "body": { - "nativeSrc": "3983:372:44", - "nodeType": "YulBlock", - "src": "3983:372:44", - "statements": [ - { - "body": { - "nativeSrc": "4029:16:44", - "nodeType": "YulBlock", - "src": "4029:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4038:1:44", - "nodeType": "YulLiteral", - "src": "4038:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4041:1:44", - "nodeType": "YulLiteral", - "src": "4041:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4031:6:44", - "nodeType": "YulIdentifier", - "src": "4031:6:44" - }, - "nativeSrc": "4031:12:44", - "nodeType": "YulFunctionCall", - "src": "4031:12:44" - }, - "nativeSrc": "4031:12:44", - "nodeType": "YulExpressionStatement", - "src": "4031:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4004:7:44", - "nodeType": "YulIdentifier", - "src": "4004:7:44" - }, - { - "name": "headStart", - "nativeSrc": "4013:9:44", - "nodeType": "YulIdentifier", - "src": "4013:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4000:3:44", - "nodeType": "YulIdentifier", - "src": "4000:3:44" - }, - "nativeSrc": "4000:23:44", - "nodeType": "YulFunctionCall", - "src": "4000:23:44" - }, - { - "kind": "number", - "nativeSrc": "4025:2:44", - "nodeType": "YulLiteral", - "src": "4025:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3996:3:44", - "nodeType": "YulIdentifier", - "src": "3996:3:44" - }, - "nativeSrc": "3996:32:44", - "nodeType": "YulFunctionCall", - "src": "3996:32:44" - }, - "nativeSrc": "3993:52:44", - "nodeType": "YulIf", - "src": "3993:52:44" - }, - { - "nativeSrc": "4054:37:44", - "nodeType": "YulVariableDeclaration", - "src": "4054:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4081:9:44", - "nodeType": "YulIdentifier", - "src": "4081:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4068:12:44", - "nodeType": "YulIdentifier", - "src": "4068:12:44" - }, - "nativeSrc": "4068:23:44", - "nodeType": "YulFunctionCall", - "src": "4068:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "4058:6:44", - "nodeType": "YulTypedName", - "src": "4058:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4134:16:44", - "nodeType": "YulBlock", - "src": "4134:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4143:1:44", - "nodeType": "YulLiteral", - "src": "4143:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4146:1:44", - "nodeType": "YulLiteral", - "src": "4146:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4136:6:44", - "nodeType": "YulIdentifier", - "src": "4136:6:44" - }, - "nativeSrc": "4136:12:44", - "nodeType": "YulFunctionCall", - "src": "4136:12:44" - }, - "nativeSrc": "4136:12:44", - "nodeType": "YulExpressionStatement", - "src": "4136:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "4106:6:44", - "nodeType": "YulIdentifier", - "src": "4106:6:44" - }, - { - "kind": "number", - "nativeSrc": "4114:18:44", - "nodeType": "YulLiteral", - "src": "4114:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "4103:2:44", - "nodeType": "YulIdentifier", - "src": "4103:2:44" - }, - "nativeSrc": "4103:30:44", - "nodeType": "YulFunctionCall", - "src": "4103:30:44" - }, - "nativeSrc": "4100:50:44", - "nodeType": "YulIf", - "src": "4100:50:44" - }, - { - "nativeSrc": "4159:136:44", - "nodeType": "YulVariableDeclaration", - "src": "4159:136:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4267:9:44", - "nodeType": "YulIdentifier", - "src": "4267:9:44" - }, - { - "name": "offset", - "nativeSrc": "4278:6:44", - "nodeType": "YulIdentifier", - "src": "4278:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4263:3:44", - "nodeType": "YulIdentifier", - "src": "4263:3:44" - }, - "nativeSrc": "4263:22:44", - "nodeType": "YulFunctionCall", - "src": "4263:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "4287:7:44", - "nodeType": "YulIdentifier", - "src": "4287:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "4185:77:44", - "nodeType": "YulIdentifier", - "src": "4185:77:44" - }, - "nativeSrc": "4185:110:44", - "nodeType": "YulFunctionCall", - "src": "4185:110:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "4163:8:44", - "nodeType": "YulTypedName", - "src": "4163:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "4173:8:44", - "nodeType": "YulTypedName", - "src": "4173:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4304:18:44", - "nodeType": "YulAssignment", - "src": "4304:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "4314:8:44", - "nodeType": "YulIdentifier", - "src": "4314:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4304:6:44", - "nodeType": "YulIdentifier", - "src": "4304:6:44" - } - ] - }, - { - "nativeSrc": "4331:18:44", - "nodeType": "YulAssignment", - "src": "4331:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "4341:8:44", - "nodeType": "YulIdentifier", - "src": "4341:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4331:6:44", - "nodeType": "YulIdentifier", - "src": "4331:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "3835:520:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3941:9:44", - "nodeType": "YulTypedName", - "src": "3941:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3952:7:44", - "nodeType": "YulTypedName", - "src": "3952:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3964:6:44", - "nodeType": "YulTypedName", - "src": "3964:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3972:6:44", - "nodeType": "YulTypedName", - "src": "3972:6:44", - "type": "" - } - ], - "src": "3835:520:44" - }, - { - "body": { - "nativeSrc": "4511:460:44", - "nodeType": "YulBlock", - "src": "4511:460:44", - "statements": [ - { - "nativeSrc": "4521:32:44", - "nodeType": "YulVariableDeclaration", - "src": "4521:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4539:9:44", - "nodeType": "YulIdentifier", - "src": "4539:9:44" - }, - { - "kind": "number", - "nativeSrc": "4550:2:44", - "nodeType": "YulLiteral", - "src": "4550:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4535:3:44", - "nodeType": "YulIdentifier", - "src": "4535:3:44" - }, - "nativeSrc": "4535:18:44", - "nodeType": "YulFunctionCall", - "src": "4535:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "4525:6:44", - "nodeType": "YulTypedName", - "src": "4525:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4569:9:44", - "nodeType": "YulIdentifier", - "src": "4569:9:44" - }, - { - "kind": "number", - "nativeSrc": "4580:2:44", - "nodeType": "YulLiteral", - "src": "4580:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4562:6:44", - "nodeType": "YulIdentifier", - "src": "4562:6:44" - }, - "nativeSrc": "4562:21:44", - "nodeType": "YulFunctionCall", - "src": "4562:21:44" - }, - "nativeSrc": "4562:21:44", - "nodeType": "YulExpressionStatement", - "src": "4562:21:44" - }, - { - "nativeSrc": "4592:17:44", - "nodeType": "YulVariableDeclaration", - "src": "4592:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "4603:6:44", - "nodeType": "YulIdentifier", - "src": "4603:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "4596:3:44", - "nodeType": "YulTypedName", - "src": "4596:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4618:27:44", - "nodeType": "YulVariableDeclaration", - "src": "4618:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4638:6:44", - "nodeType": "YulIdentifier", - "src": "4638:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4632:5:44", - "nodeType": "YulIdentifier", - "src": "4632:5:44" - }, - "nativeSrc": "4632:13:44", - "nodeType": "YulFunctionCall", - "src": "4632:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "4622:6:44", - "nodeType": "YulTypedName", - "src": "4622:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "4661:6:44", - "nodeType": "YulIdentifier", - "src": "4661:6:44" - }, - { - "name": "length", - "nativeSrc": "4669:6:44", - "nodeType": "YulIdentifier", - "src": "4669:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4654:6:44", - "nodeType": "YulIdentifier", - "src": "4654:6:44" - }, - "nativeSrc": "4654:22:44", - "nodeType": "YulFunctionCall", - "src": "4654:22:44" - }, - "nativeSrc": "4654:22:44", - "nodeType": "YulExpressionStatement", - "src": "4654:22:44" - }, - { - "nativeSrc": "4685:25:44", - "nodeType": "YulAssignment", - "src": "4685:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4696:9:44", - "nodeType": "YulIdentifier", - "src": "4696:9:44" - }, - { - "kind": "number", - "nativeSrc": "4707:2:44", - "nodeType": "YulLiteral", - "src": "4707:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4692:3:44", - "nodeType": "YulIdentifier", - "src": "4692:3:44" - }, - "nativeSrc": "4692:18:44", - "nodeType": "YulFunctionCall", - "src": "4692:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4685:3:44", - "nodeType": "YulIdentifier", - "src": "4685:3:44" - } - ] - }, - { - "nativeSrc": "4719:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4719:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4737:6:44", - "nodeType": "YulIdentifier", - "src": "4737:6:44" - }, - { - "kind": "number", - "nativeSrc": "4745:2:44", - "nodeType": "YulLiteral", - "src": "4745:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4733:3:44", - "nodeType": "YulIdentifier", - "src": "4733:3:44" - }, - "nativeSrc": "4733:15:44", - "nodeType": "YulFunctionCall", - "src": "4733:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "4723:6:44", - "nodeType": "YulTypedName", - "src": "4723:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4757:10:44", - "nodeType": "YulVariableDeclaration", - "src": "4757:10:44", - "value": { - "kind": "number", - "nativeSrc": "4766:1:44", - "nodeType": "YulLiteral", - "src": "4766:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "4761:1:44", - "nodeType": "YulTypedName", - "src": "4761:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4825:120:44", - "nodeType": "YulBlock", - "src": "4825:120:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4846:3:44", - "nodeType": "YulIdentifier", - "src": "4846:3:44" - }, - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4857:6:44", - "nodeType": "YulIdentifier", - "src": "4857:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4851:5:44", - "nodeType": "YulIdentifier", - "src": "4851:5:44" - }, - "nativeSrc": "4851:13:44", - "nodeType": "YulFunctionCall", - "src": "4851:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:44", - "nodeType": "YulIdentifier", - "src": "4839:6:44" - }, - "nativeSrc": "4839:26:44", - "nodeType": "YulFunctionCall", - "src": "4839:26:44" - }, - "nativeSrc": "4839:26:44", - "nodeType": "YulExpressionStatement", - "src": "4839:26:44" - }, - { - "nativeSrc": "4878:19:44", - "nodeType": "YulAssignment", - "src": "4878:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4889:3:44", - "nodeType": "YulIdentifier", - "src": "4889:3:44" - }, - { - "kind": "number", - "nativeSrc": "4894:2:44", - "nodeType": "YulLiteral", - "src": "4894:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4885:3:44", - "nodeType": "YulIdentifier", - "src": "4885:3:44" - }, - "nativeSrc": "4885:12:44", - "nodeType": "YulFunctionCall", - "src": "4885:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4878:3:44", - "nodeType": "YulIdentifier", - "src": "4878:3:44" - } - ] - }, - { - "nativeSrc": "4910:25:44", - "nodeType": "YulAssignment", - "src": "4910:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4924:6:44", - "nodeType": "YulIdentifier", - "src": "4924:6:44" - }, - { - "kind": "number", - "nativeSrc": "4932:2:44", - "nodeType": "YulLiteral", - "src": "4932:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4920:3:44", - "nodeType": "YulIdentifier", - "src": "4920:3:44" - }, - "nativeSrc": "4920:15:44", - "nodeType": "YulFunctionCall", - "src": "4920:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "4910:6:44", - "nodeType": "YulIdentifier", - "src": "4910:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4787:1:44", - "nodeType": "YulIdentifier", - "src": "4787:1:44" - }, - { - "name": "length", - "nativeSrc": "4790:6:44", - "nodeType": "YulIdentifier", - "src": "4790:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4784:2:44", - "nodeType": "YulIdentifier", - "src": "4784:2:44" - }, - "nativeSrc": "4784:13:44", - "nodeType": "YulFunctionCall", - "src": "4784:13:44" - }, - "nativeSrc": "4776:169:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "4798:18:44", - "nodeType": "YulBlock", - "src": "4798:18:44", - "statements": [ - { - "nativeSrc": "4800:14:44", - "nodeType": "YulAssignment", - "src": "4800:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4809:1:44", - "nodeType": "YulIdentifier", - "src": "4809:1:44" - }, - { - "kind": "number", - "nativeSrc": "4812:1:44", - "nodeType": "YulLiteral", - "src": "4812:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4805:3:44", - "nodeType": "YulIdentifier", - "src": "4805:3:44" - }, - "nativeSrc": "4805:9:44", - "nodeType": "YulFunctionCall", - "src": "4805:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "4800:1:44", - "nodeType": "YulIdentifier", - "src": "4800:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "4780:3:44", - "nodeType": "YulBlock", - "src": "4780:3:44", - "statements": [] - }, - "src": "4776:169:44" - }, - { - "nativeSrc": "4954:11:44", - "nodeType": "YulAssignment", - "src": "4954:11:44", - "value": { - "name": "pos", - "nativeSrc": "4962:3:44", - "nodeType": "YulIdentifier", - "src": "4962:3:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4954:4:44", - "nodeType": "YulIdentifier", - "src": "4954:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "4360:611:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4480:9:44", - "nodeType": "YulTypedName", - "src": "4480:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4491:6:44", - "nodeType": "YulTypedName", - "src": "4491:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4502:4:44", - "nodeType": "YulTypedName", - "src": "4502:4:44", - "type": "" - } - ], - "src": "4360:611:44" - }, - { - "body": { - "nativeSrc": "5083:133:44", - "nodeType": "YulBlock", - "src": "5083:133:44", - "statements": [ - { - "nativeSrc": "5093:42:44", - "nodeType": "YulVariableDeclaration", - "src": "5093:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5111:7:44", - "nodeType": "YulIdentifier", - "src": "5111:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5120:9:44", - "nodeType": "YulIdentifier", - "src": "5120:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5107:3:44", - "nodeType": "YulIdentifier", - "src": "5107:3:44" - }, - "nativeSrc": "5107:23:44", - "nodeType": "YulFunctionCall", - "src": "5107:23:44" - }, - { - "kind": "number", - "nativeSrc": "5132:2:44", - "nodeType": "YulLiteral", - "src": "5132:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5103:3:44", - "nodeType": "YulIdentifier", - "src": "5103:3:44" - }, - "nativeSrc": "5103:32:44", - "nodeType": "YulFunctionCall", - "src": "5103:32:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "5097:2:44", - "nodeType": "YulTypedName", - "src": "5097:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5150:16:44", - "nodeType": "YulBlock", - "src": "5150:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5159:1:44", - "nodeType": "YulLiteral", - "src": "5159:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5162:1:44", - "nodeType": "YulLiteral", - "src": "5162:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5152:6:44", - "nodeType": "YulIdentifier", - "src": "5152:6:44" - }, - "nativeSrc": "5152:12:44", - "nodeType": "YulFunctionCall", - "src": "5152:12:44" - }, - "nativeSrc": "5152:12:44", - "nodeType": "YulExpressionStatement", - "src": "5152:12:44" - } - ] - }, - "condition": { - "name": "_1", - "nativeSrc": "5147:2:44", - "nodeType": "YulIdentifier", - "src": "5147:2:44" - }, - "nativeSrc": "5144:22:44", - "nodeType": "YulIf", - "src": "5144:22:44" - }, - { - "nativeSrc": "5175:7:44", - "nodeType": "YulAssignment", - "src": "5175:7:44", - "value": { - "kind": "number", - "nativeSrc": "5181:1:44", - "nodeType": "YulLiteral", - "src": "5181:1:44", - "type": "", - "value": "0" - }, - "variableNames": [ - { - "name": "_1", - "nativeSrc": "5175:2:44", - "nodeType": "YulIdentifier", - "src": "5175:2:44" - } - ] - }, - { - "nativeSrc": "5191:19:44", - "nodeType": "YulAssignment", - "src": "5191:19:44", - "value": { - "name": "headStart", - "nativeSrc": "5201:9:44", - "nodeType": "YulIdentifier", - "src": "5201:9:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5191:6:44", - "nodeType": "YulIdentifier", - "src": "5191:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_RevocationRequest_$2100_calldata_ptr", - "nativeSrc": "4976:240:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5049:9:44", - "nodeType": "YulTypedName", - "src": "5049:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5060:7:44", - "nodeType": "YulTypedName", - "src": "5060:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5072:6:44", - "nodeType": "YulTypedName", - "src": "5072:6:44", - "type": "" - } - ], - "src": "4976:240:44" - }, - { - "body": { - "nativeSrc": "5368:372:44", - "nodeType": "YulBlock", - "src": "5368:372:44", - "statements": [ - { - "body": { - "nativeSrc": "5414:16:44", - "nodeType": "YulBlock", - "src": "5414:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5423:1:44", - "nodeType": "YulLiteral", - "src": "5423:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5426:1:44", - "nodeType": "YulLiteral", - "src": "5426:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5416:6:44", - "nodeType": "YulIdentifier", - "src": "5416:6:44" - }, - "nativeSrc": "5416:12:44", - "nodeType": "YulFunctionCall", - "src": "5416:12:44" - }, - "nativeSrc": "5416:12:44", - "nodeType": "YulExpressionStatement", - "src": "5416:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5389:7:44", - "nodeType": "YulIdentifier", - "src": "5389:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5398:9:44", - "nodeType": "YulIdentifier", - "src": "5398:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5385:3:44", - "nodeType": "YulIdentifier", - "src": "5385:3:44" - }, - "nativeSrc": "5385:23:44", - "nodeType": "YulFunctionCall", - "src": "5385:23:44" - }, - { - "kind": "number", - "nativeSrc": "5410:2:44", - "nodeType": "YulLiteral", - "src": "5410:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5381:3:44", - "nodeType": "YulIdentifier", - "src": "5381:3:44" - }, - "nativeSrc": "5381:32:44", - "nodeType": "YulFunctionCall", - "src": "5381:32:44" - }, - "nativeSrc": "5378:52:44", - "nodeType": "YulIf", - "src": "5378:52:44" - }, - { - "nativeSrc": "5439:37:44", - "nodeType": "YulVariableDeclaration", - "src": "5439:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5466:9:44", - "nodeType": "YulIdentifier", - "src": "5466:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5453:12:44", - "nodeType": "YulIdentifier", - "src": "5453:12:44" - }, - "nativeSrc": "5453:23:44", - "nodeType": "YulFunctionCall", - "src": "5453:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "5443:6:44", - "nodeType": "YulTypedName", - "src": "5443:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5519:16:44", - "nodeType": "YulBlock", - "src": "5519:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5528:1:44", - "nodeType": "YulLiteral", - "src": "5528:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5531:1:44", - "nodeType": "YulLiteral", - "src": "5531:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5521:6:44", - "nodeType": "YulIdentifier", - "src": "5521:6:44" - }, - "nativeSrc": "5521:12:44", - "nodeType": "YulFunctionCall", - "src": "5521:12:44" - }, - "nativeSrc": "5521:12:44", - "nodeType": "YulExpressionStatement", - "src": "5521:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "5491:6:44", - "nodeType": "YulIdentifier", - "src": "5491:6:44" - }, - { - "kind": "number", - "nativeSrc": "5499:18:44", - "nodeType": "YulLiteral", - "src": "5499:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "5488:2:44", - "nodeType": "YulIdentifier", - "src": "5488:2:44" - }, - "nativeSrc": "5488:30:44", - "nodeType": "YulFunctionCall", - "src": "5488:30:44" - }, - "nativeSrc": "5485:50:44", - "nodeType": "YulIf", - "src": "5485:50:44" - }, - { - "nativeSrc": "5544:136:44", - "nodeType": "YulVariableDeclaration", - "src": "5544:136:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5652:9:44", - "nodeType": "YulIdentifier", - "src": "5652:9:44" - }, - { - "name": "offset", - "nativeSrc": "5663:6:44", - "nodeType": "YulIdentifier", - "src": "5663:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5648:3:44", - "nodeType": "YulIdentifier", - "src": "5648:3:44" - }, - "nativeSrc": "5648:22:44", - "nodeType": "YulFunctionCall", - "src": "5648:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "5672:7:44", - "nodeType": "YulIdentifier", - "src": "5672:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "5570:77:44", - "nodeType": "YulIdentifier", - "src": "5570:77:44" - }, - "nativeSrc": "5570:110:44", - "nodeType": "YulFunctionCall", - "src": "5570:110:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "5548:8:44", - "nodeType": "YulTypedName", - "src": "5548:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "5558:8:44", - "nodeType": "YulTypedName", - "src": "5558:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5689:18:44", - "nodeType": "YulAssignment", - "src": "5689:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "5699:8:44", - "nodeType": "YulIdentifier", - "src": "5699:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5689:6:44", - "nodeType": "YulIdentifier", - "src": "5689:6:44" - } - ] - }, - { - "nativeSrc": "5716:18:44", - "nodeType": "YulAssignment", - "src": "5716:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "5726:8:44", - "nodeType": "YulIdentifier", - "src": "5726:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5716:6:44", - "nodeType": "YulIdentifier", - "src": "5716:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "5221:519:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5326:9:44", - "nodeType": "YulTypedName", - "src": "5326:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5337:7:44", - "nodeType": "YulTypedName", - "src": "5337:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5349:6:44", - "nodeType": "YulTypedName", - "src": "5349:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5357:6:44", - "nodeType": "YulTypedName", - "src": "5357:6:44", - "type": "" - } - ], - "src": "5221:519:44" - }, - { - "body": { - "nativeSrc": "5815:156:44", - "nodeType": "YulBlock", - "src": "5815:156:44", - "statements": [ - { - "body": { - "nativeSrc": "5861:16:44", - "nodeType": "YulBlock", - "src": "5861:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5870:1:44", - "nodeType": "YulLiteral", - "src": "5870:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5873:1:44", - "nodeType": "YulLiteral", - "src": "5873:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5863:6:44", - "nodeType": "YulIdentifier", - "src": "5863:6:44" - }, - "nativeSrc": "5863:12:44", - "nodeType": "YulFunctionCall", - "src": "5863:12:44" - }, - "nativeSrc": "5863:12:44", - "nodeType": "YulExpressionStatement", - "src": "5863:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5836:7:44", - "nodeType": "YulIdentifier", - "src": "5836:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5845:9:44", - "nodeType": "YulIdentifier", - "src": "5845:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5832:3:44", - "nodeType": "YulIdentifier", - "src": "5832:3:44" - }, - "nativeSrc": "5832:23:44", - "nodeType": "YulFunctionCall", - "src": "5832:23:44" - }, - { - "kind": "number", - "nativeSrc": "5857:2:44", - "nodeType": "YulLiteral", - "src": "5857:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5828:3:44", - "nodeType": "YulIdentifier", - "src": "5828:3:44" - }, - "nativeSrc": "5828:32:44", - "nodeType": "YulFunctionCall", - "src": "5828:32:44" - }, - "nativeSrc": "5825:52:44", - "nodeType": "YulIf", - "src": "5825:52:44" - }, - { - "nativeSrc": "5886:14:44", - "nodeType": "YulVariableDeclaration", - "src": "5886:14:44", - "value": { - "kind": "number", - "nativeSrc": "5899:1:44", - "nodeType": "YulLiteral", - "src": "5899:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5890:5:44", - "nodeType": "YulTypedName", - "src": "5890:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5909:32:44", - "nodeType": "YulAssignment", - "src": "5909:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5931:9:44", - "nodeType": "YulIdentifier", - "src": "5931:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5918:12:44", - "nodeType": "YulIdentifier", - "src": "5918:12:44" - }, - "nativeSrc": "5918:23:44", - "nodeType": "YulFunctionCall", - "src": "5918:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "5909:5:44", - "nodeType": "YulIdentifier", - "src": "5909:5:44" - } - ] - }, - { - "nativeSrc": "5950:15:44", - "nodeType": "YulAssignment", - "src": "5950:15:44", - "value": { - "name": "value", - "nativeSrc": "5960:5:44", - "nodeType": "YulIdentifier", - "src": "5960:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5950:6:44", - "nodeType": "YulIdentifier", - "src": "5950:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5745:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5781:9:44", - "nodeType": "YulTypedName", - "src": "5781:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5792:7:44", - "nodeType": "YulTypedName", - "src": "5792:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5804:6:44", - "nodeType": "YulTypedName", - "src": "5804:6:44", - "type": "" - } - ], - "src": "5745:226:44" - }, - { - "body": { - "nativeSrc": "6046:156:44", - "nodeType": "YulBlock", - "src": "6046:156:44", - "statements": [ - { - "body": { - "nativeSrc": "6092:16:44", - "nodeType": "YulBlock", - "src": "6092:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6101:1:44", - "nodeType": "YulLiteral", - "src": "6101:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6104:1:44", - "nodeType": "YulLiteral", - "src": "6104:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6094:6:44", - "nodeType": "YulIdentifier", - "src": "6094:6:44" - }, - "nativeSrc": "6094:12:44", - "nodeType": "YulFunctionCall", - "src": "6094:12:44" - }, - "nativeSrc": "6094:12:44", - "nodeType": "YulExpressionStatement", - "src": "6094:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6067:7:44", - "nodeType": "YulIdentifier", - "src": "6067:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6076:9:44", - "nodeType": "YulIdentifier", - "src": "6076:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6063:3:44", - "nodeType": "YulIdentifier", - "src": "6063:3:44" - }, - "nativeSrc": "6063:23:44", - "nodeType": "YulFunctionCall", - "src": "6063:23:44" - }, - { - "kind": "number", - "nativeSrc": "6088:2:44", - "nodeType": "YulLiteral", - "src": "6088:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6059:3:44", - "nodeType": "YulIdentifier", - "src": "6059:3:44" - }, - "nativeSrc": "6059:32:44", - "nodeType": "YulFunctionCall", - "src": "6059:32:44" - }, - "nativeSrc": "6056:52:44", - "nodeType": "YulIf", - "src": "6056:52:44" - }, - { - "nativeSrc": "6117:14:44", - "nodeType": "YulVariableDeclaration", - "src": "6117:14:44", - "value": { - "kind": "number", - "nativeSrc": "6130:1:44", - "nodeType": "YulLiteral", - "src": "6130:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6121:5:44", - "nodeType": "YulTypedName", - "src": "6121:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "6140:32:44", - "nodeType": "YulAssignment", - "src": "6140:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6162:9:44", - "nodeType": "YulIdentifier", - "src": "6162:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6149:12:44", - "nodeType": "YulIdentifier", - "src": "6149:12:44" - }, - "nativeSrc": "6149:23:44", - "nodeType": "YulFunctionCall", - "src": "6149:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "6140:5:44", - "nodeType": "YulIdentifier", - "src": "6140:5:44" - } - ] - }, - { - "nativeSrc": "6181:15:44", - "nodeType": "YulAssignment", - "src": "6181:15:44", - "value": { - "name": "value", - "nativeSrc": "6191:5:44", - "nodeType": "YulIdentifier", - "src": "6191:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6181:6:44", - "nodeType": "YulIdentifier", - "src": "6181:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint256", - "nativeSrc": "5976:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6012:9:44", - "nodeType": "YulTypedName", - "src": "6012:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6023:7:44", - "nodeType": "YulTypedName", - "src": "6023:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6035:6:44", - "nodeType": "YulTypedName", - "src": "6035:6:44", - "type": "" - } - ], - "src": "5976:226:44" - }, - { - "body": { - "nativeSrc": "6251:83:44", - "nodeType": "YulBlock", - "src": "6251:83:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "6268:3:44", - "nodeType": "YulIdentifier", - "src": "6268:3:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6277:5:44", - "nodeType": "YulIdentifier", - "src": "6277:5:44" - }, - { - "kind": "number", - "nativeSrc": "6284:42:44", - "nodeType": "YulLiteral", - "src": "6284:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6273:3:44", - "nodeType": "YulIdentifier", - "src": "6273:3:44" - }, - "nativeSrc": "6273:54:44", - "nodeType": "YulFunctionCall", - "src": "6273:54:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6261:6:44", - "nodeType": "YulIdentifier", - "src": "6261:6:44" - }, - "nativeSrc": "6261:67:44", - "nodeType": "YulFunctionCall", - "src": "6261:67:44" - }, - "nativeSrc": "6261:67:44", - "nodeType": "YulExpressionStatement", - "src": "6261:67:44" - } - ] - }, - "name": "abi_encode_address", - "nativeSrc": "6207:127:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "6235:5:44", - "nodeType": "YulTypedName", - "src": "6235:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "6242:3:44", - "nodeType": "YulTypedName", - "src": "6242:3:44", - "type": "" - } - ], - "src": "6207:127:44" - }, - { - "body": { - "nativeSrc": "6400:359:44", - "nodeType": "YulBlock", - "src": "6400:359:44", - "statements": [ - { - "nativeSrc": "6410:26:44", - "nodeType": "YulVariableDeclaration", - "src": "6410:26:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6430:5:44", - "nodeType": "YulIdentifier", - "src": "6430:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6424:5:44", - "nodeType": "YulIdentifier", - "src": "6424:5:44" - }, - "nativeSrc": "6424:12:44", - "nodeType": "YulFunctionCall", - "src": "6424:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "6414:6:44", - "nodeType": "YulTypedName", - "src": "6414:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "6452:3:44", - "nodeType": "YulIdentifier", - "src": "6452:3:44" - }, - { - "name": "length", - "nativeSrc": "6457:6:44", - "nodeType": "YulIdentifier", - "src": "6457:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6445:6:44", - "nodeType": "YulIdentifier", - "src": "6445:6:44" - }, - "nativeSrc": "6445:19:44", - "nodeType": "YulFunctionCall", - "src": "6445:19:44" - }, - "nativeSrc": "6445:19:44", - "nodeType": "YulExpressionStatement", - "src": "6445:19:44" - }, - { - "nativeSrc": "6473:21:44", - "nodeType": "YulAssignment", - "src": "6473:21:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "6484:3:44", - "nodeType": "YulIdentifier", - "src": "6484:3:44" - }, - { - "kind": "number", - "nativeSrc": "6489:4:44", - "nodeType": "YulLiteral", - "src": "6489:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6480:3:44", - "nodeType": "YulIdentifier", - "src": "6480:3:44" - }, - "nativeSrc": "6480:14:44", - "nodeType": "YulFunctionCall", - "src": "6480:14:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "6473:3:44", - "nodeType": "YulIdentifier", - "src": "6473:3:44" - } - ] - }, - { - "nativeSrc": "6503:30:44", - "nodeType": "YulVariableDeclaration", - "src": "6503:30:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6521:5:44", - "nodeType": "YulIdentifier", - "src": "6521:5:44" - }, - { - "kind": "number", - "nativeSrc": "6528:4:44", - "nodeType": "YulLiteral", - "src": "6528:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6517:3:44", - "nodeType": "YulIdentifier", - "src": "6517:3:44" - }, - "nativeSrc": "6517:16:44", - "nodeType": "YulFunctionCall", - "src": "6517:16:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "6507:6:44", - "nodeType": "YulTypedName", - "src": "6507:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "6542:10:44", - "nodeType": "YulVariableDeclaration", - "src": "6542:10:44", - "value": { - "kind": "number", - "nativeSrc": "6551:1:44", - "nodeType": "YulLiteral", - "src": "6551:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "6546:1:44", - "nodeType": "YulTypedName", - "src": "6546:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6610:124:44", - "nodeType": "YulBlock", - "src": "6610:124:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "6631:3:44", - "nodeType": "YulIdentifier", - "src": "6631:3:44" - }, - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "6642:6:44", - "nodeType": "YulIdentifier", - "src": "6642:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6636:5:44", - "nodeType": "YulIdentifier", - "src": "6636:5:44" - }, - "nativeSrc": "6636:13:44", - "nodeType": "YulFunctionCall", - "src": "6636:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6624:6:44", - "nodeType": "YulIdentifier", - "src": "6624:6:44" - }, - "nativeSrc": "6624:26:44", - "nodeType": "YulFunctionCall", - "src": "6624:26:44" - }, - "nativeSrc": "6624:26:44", - "nodeType": "YulExpressionStatement", - "src": "6624:26:44" - }, - { - "nativeSrc": "6663:21:44", - "nodeType": "YulAssignment", - "src": "6663:21:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "6674:3:44", - "nodeType": "YulIdentifier", - "src": "6674:3:44" - }, - { - "kind": "number", - "nativeSrc": "6679:4:44", - "nodeType": "YulLiteral", - "src": "6679:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6670:3:44", - "nodeType": "YulIdentifier", - "src": "6670:3:44" - }, - "nativeSrc": "6670:14:44", - "nodeType": "YulFunctionCall", - "src": "6670:14:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "6663:3:44", - "nodeType": "YulIdentifier", - "src": "6663:3:44" - } - ] - }, - { - "nativeSrc": "6697:27:44", - "nodeType": "YulAssignment", - "src": "6697:27:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "6711:6:44", - "nodeType": "YulIdentifier", - "src": "6711:6:44" - }, - { - "kind": "number", - "nativeSrc": "6719:4:44", - "nodeType": "YulLiteral", - "src": "6719:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6707:3:44", - "nodeType": "YulIdentifier", - "src": "6707:3:44" - }, - "nativeSrc": "6707:17:44", - "nodeType": "YulFunctionCall", - "src": "6707:17:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "6697:6:44", - "nodeType": "YulIdentifier", - "src": "6697:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "6572:1:44", - "nodeType": "YulIdentifier", - "src": "6572:1:44" - }, - { - "name": "length", - "nativeSrc": "6575:6:44", - "nodeType": "YulIdentifier", - "src": "6575:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "6569:2:44", - "nodeType": "YulIdentifier", - "src": "6569:2:44" - }, - "nativeSrc": "6569:13:44", - "nodeType": "YulFunctionCall", - "src": "6569:13:44" - }, - "nativeSrc": "6561:173:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "6583:18:44", - "nodeType": "YulBlock", - "src": "6583:18:44", - "statements": [ - { - "nativeSrc": "6585:14:44", - "nodeType": "YulAssignment", - "src": "6585:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "6594:1:44", - "nodeType": "YulIdentifier", - "src": "6594:1:44" - }, - { - "kind": "number", - "nativeSrc": "6597:1:44", - "nodeType": "YulLiteral", - "src": "6597:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6590:3:44", - "nodeType": "YulIdentifier", - "src": "6590:3:44" - }, - "nativeSrc": "6590:9:44", - "nodeType": "YulFunctionCall", - "src": "6590:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "6585:1:44", - "nodeType": "YulIdentifier", - "src": "6585:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "6565:3:44", - "nodeType": "YulBlock", - "src": "6565:3:44", - "statements": [] - }, - "src": "6561:173:44" - }, - { - "nativeSrc": "6743:10:44", - "nodeType": "YulAssignment", - "src": "6743:10:44", - "value": { - "name": "pos", - "nativeSrc": "6750:3:44", - "nodeType": "YulIdentifier", - "src": "6750:3:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "6743:3:44", - "nodeType": "YulIdentifier", - "src": "6743:3:44" - } - ] - } - ] - }, - "name": "abi_encode_array_uint256_dyn", - "nativeSrc": "6339:420:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "6377:5:44", - "nodeType": "YulTypedName", - "src": "6377:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "6384:3:44", - "nodeType": "YulTypedName", - "src": "6384:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "6392:3:44", - "nodeType": "YulTypedName", - "src": "6392:3:44", - "type": "" - } - ], - "src": "6339:420:44" - }, - { - "body": { - "nativeSrc": "7121:639:44", - "nodeType": "YulBlock", - "src": "7121:639:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7138:9:44", - "nodeType": "YulIdentifier", - "src": "7138:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7153:6:44", - "nodeType": "YulIdentifier", - "src": "7153:6:44" - }, - { - "kind": "number", - "nativeSrc": "7161:66:44", - "nodeType": "YulLiteral", - "src": "7161:66:44", - "type": "", - "value": "0xff00000000000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "7149:3:44", - "nodeType": "YulIdentifier", - "src": "7149:3:44" - }, - "nativeSrc": "7149:79:44", - "nodeType": "YulFunctionCall", - "src": "7149:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7131:6:44", - "nodeType": "YulIdentifier", - "src": "7131:6:44" - }, - "nativeSrc": "7131:98:44", - "nodeType": "YulFunctionCall", - "src": "7131:98:44" - }, - "nativeSrc": "7131:98:44", - "nodeType": "YulExpressionStatement", - "src": "7131:98:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7249:9:44", - "nodeType": "YulIdentifier", - "src": "7249:9:44" - }, - { - "kind": "number", - "nativeSrc": "7260:2:44", - "nodeType": "YulLiteral", - "src": "7260:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7245:3:44", - "nodeType": "YulIdentifier", - "src": "7245:3:44" - }, - "nativeSrc": "7245:18:44", - "nodeType": "YulFunctionCall", - "src": "7245:18:44" - }, - { - "kind": "number", - "nativeSrc": "7265:3:44", - "nodeType": "YulLiteral", - "src": "7265:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7238:6:44", - "nodeType": "YulIdentifier", - "src": "7238:6:44" - }, - "nativeSrc": "7238:31:44", - "nodeType": "YulFunctionCall", - "src": "7238:31:44" - }, - "nativeSrc": "7238:31:44", - "nodeType": "YulExpressionStatement", - "src": "7238:31:44" - }, - { - "nativeSrc": "7278:60:44", - "nodeType": "YulVariableDeclaration", - "src": "7278:60:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "7310:6:44", - "nodeType": "YulIdentifier", - "src": "7310:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7322:9:44", - "nodeType": "YulIdentifier", - "src": "7322:9:44" - }, - { - "kind": "number", - "nativeSrc": "7333:3:44", - "nodeType": "YulLiteral", - "src": "7333:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7318:3:44", - "nodeType": "YulIdentifier", - "src": "7318:3:44" - }, - "nativeSrc": "7318:19:44", - "nodeType": "YulFunctionCall", - "src": "7318:19:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "7292:17:44", - "nodeType": "YulIdentifier", - "src": "7292:17:44" - }, - "nativeSrc": "7292:46:44", - "nodeType": "YulFunctionCall", - "src": "7292:46:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "7282:6:44", - "nodeType": "YulTypedName", - "src": "7282:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7358:9:44", - "nodeType": "YulIdentifier", - "src": "7358:9:44" - }, - { - "kind": "number", - "nativeSrc": "7369:2:44", - "nodeType": "YulLiteral", - "src": "7369:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7354:3:44", - "nodeType": "YulIdentifier", - "src": "7354:3:44" - }, - "nativeSrc": "7354:18:44", - "nodeType": "YulFunctionCall", - "src": "7354:18:44" - }, - { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "7378:6:44", - "nodeType": "YulIdentifier", - "src": "7378:6:44" - }, - { - "name": "headStart", - "nativeSrc": "7386:9:44", - "nodeType": "YulIdentifier", - "src": "7386:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7374:3:44", - "nodeType": "YulIdentifier", - "src": "7374:3:44" - }, - "nativeSrc": "7374:22:44", - "nodeType": "YulFunctionCall", - "src": "7374:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7347:6:44", - "nodeType": "YulIdentifier", - "src": "7347:6:44" - }, - "nativeSrc": "7347:50:44", - "nodeType": "YulFunctionCall", - "src": "7347:50:44" - }, - "nativeSrc": "7347:50:44", - "nodeType": "YulExpressionStatement", - "src": "7347:50:44" - }, - { - "nativeSrc": "7406:47:44", - "nodeType": "YulVariableDeclaration", - "src": "7406:47:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "7438:6:44", - "nodeType": "YulIdentifier", - "src": "7438:6:44" - }, - { - "name": "tail_1", - "nativeSrc": "7446:6:44", - "nodeType": "YulIdentifier", - "src": "7446:6:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "7420:17:44", - "nodeType": "YulIdentifier", - "src": "7420:17:44" - }, - "nativeSrc": "7420:33:44", - "nodeType": "YulFunctionCall", - "src": "7420:33:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "7410:6:44", - "nodeType": "YulTypedName", - "src": "7410:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7473:9:44", - "nodeType": "YulIdentifier", - "src": "7473:9:44" - }, - { - "kind": "number", - "nativeSrc": "7484:2:44", - "nodeType": "YulLiteral", - "src": "7484:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7469:3:44", - "nodeType": "YulIdentifier", - "src": "7469:3:44" - }, - "nativeSrc": "7469:18:44", - "nodeType": "YulFunctionCall", - "src": "7469:18:44" - }, - { - "name": "value3", - "nativeSrc": "7489:6:44", - "nodeType": "YulIdentifier", - "src": "7489:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7462:6:44", - "nodeType": "YulIdentifier", - "src": "7462:6:44" - }, - "nativeSrc": "7462:34:44", - "nodeType": "YulFunctionCall", - "src": "7462:34:44" - }, - "nativeSrc": "7462:34:44", - "nodeType": "YulExpressionStatement", - "src": "7462:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7516:9:44", - "nodeType": "YulIdentifier", - "src": "7516:9:44" - }, - { - "kind": "number", - "nativeSrc": "7527:3:44", - "nodeType": "YulLiteral", - "src": "7527:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7512:3:44", - "nodeType": "YulIdentifier", - "src": "7512:3:44" - }, - "nativeSrc": "7512:19:44", - "nodeType": "YulFunctionCall", - "src": "7512:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "7537:6:44", - "nodeType": "YulIdentifier", - "src": "7537:6:44" - }, - { - "kind": "number", - "nativeSrc": "7545:42:44", - "nodeType": "YulLiteral", - "src": "7545:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "7533:3:44", - "nodeType": "YulIdentifier", - "src": "7533:3:44" - }, - "nativeSrc": "7533:55:44", - "nodeType": "YulFunctionCall", - "src": "7533:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7505:6:44", - "nodeType": "YulIdentifier", - "src": "7505:6:44" - }, - "nativeSrc": "7505:84:44", - "nodeType": "YulFunctionCall", - "src": "7505:84:44" - }, - "nativeSrc": "7505:84:44", - "nodeType": "YulExpressionStatement", - "src": "7505:84:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7609:9:44", - "nodeType": "YulIdentifier", - "src": "7609:9:44" - }, - { - "kind": "number", - "nativeSrc": "7620:3:44", - "nodeType": "YulLiteral", - "src": "7620:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7605:3:44", - "nodeType": "YulIdentifier", - "src": "7605:3:44" - }, - "nativeSrc": "7605:19:44", - "nodeType": "YulFunctionCall", - "src": "7605:19:44" - }, - { - "name": "value5", - "nativeSrc": "7626:6:44", - "nodeType": "YulIdentifier", - "src": "7626:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7598:6:44", - "nodeType": "YulIdentifier", - "src": "7598:6:44" - }, - "nativeSrc": "7598:35:44", - "nodeType": "YulFunctionCall", - "src": "7598:35:44" - }, - "nativeSrc": "7598:35:44", - "nodeType": "YulExpressionStatement", - "src": "7598:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7653:9:44", - "nodeType": "YulIdentifier", - "src": "7653:9:44" - }, - { - "kind": "number", - "nativeSrc": "7664:3:44", - "nodeType": "YulLiteral", - "src": "7664:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7649:3:44", - "nodeType": "YulIdentifier", - "src": "7649:3:44" - }, - "nativeSrc": "7649:19:44", - "nodeType": "YulFunctionCall", - "src": "7649:19:44" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "7674:6:44", - "nodeType": "YulIdentifier", - "src": "7674:6:44" - }, - { - "name": "headStart", - "nativeSrc": "7682:9:44", - "nodeType": "YulIdentifier", - "src": "7682:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7670:3:44", - "nodeType": "YulIdentifier", - "src": "7670:3:44" - }, - "nativeSrc": "7670:22:44", - "nodeType": "YulFunctionCall", - "src": "7670:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7642:6:44", - "nodeType": "YulIdentifier", - "src": "7642:6:44" - }, - "nativeSrc": "7642:51:44", - "nodeType": "YulFunctionCall", - "src": "7642:51:44" - }, - "nativeSrc": "7642:51:44", - "nodeType": "YulExpressionStatement", - "src": "7642:51:44" - }, - { - "nativeSrc": "7702:52:44", - "nodeType": "YulAssignment", - "src": "7702:52:44", - "value": { - "arguments": [ - { - "name": "value6", - "nativeSrc": "7739:6:44", - "nodeType": "YulIdentifier", - "src": "7739:6:44" - }, - { - "name": "tail_2", - "nativeSrc": "7747:6:44", - "nodeType": "YulIdentifier", - "src": "7747:6:44" - } - ], - "functionName": { - "name": "abi_encode_array_uint256_dyn", - "nativeSrc": "7710:28:44", - "nodeType": "YulIdentifier", - "src": "7710:28:44" - }, - "nativeSrc": "7710:44:44", - "nodeType": "YulFunctionCall", - "src": "7710:44:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7702:4:44", - "nodeType": "YulIdentifier", - "src": "7702:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "6764:996:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7042:9:44", - "nodeType": "YulTypedName", - "src": "7042:9:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "7053:6:44", - "nodeType": "YulTypedName", - "src": "7053:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "7061:6:44", - "nodeType": "YulTypedName", - "src": "7061:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "7069:6:44", - "nodeType": "YulTypedName", - "src": "7069:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "7077:6:44", - "nodeType": "YulTypedName", - "src": "7077:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "7085:6:44", - "nodeType": "YulTypedName", - "src": "7085:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7093:6:44", - "nodeType": "YulTypedName", - "src": "7093:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "7101:6:44", - "nodeType": "YulTypedName", - "src": "7101:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7112:4:44", - "nodeType": "YulTypedName", - "src": "7112:4:44", - "type": "" - } - ], - "src": "6764:996:44" - }, - { - "body": { - "nativeSrc": "7922:372:44", - "nodeType": "YulBlock", - "src": "7922:372:44", - "statements": [ - { - "body": { - "nativeSrc": "7968:16:44", - "nodeType": "YulBlock", - "src": "7968:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7977:1:44", - "nodeType": "YulLiteral", - "src": "7977:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7980:1:44", - "nodeType": "YulLiteral", - "src": "7980:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7970:6:44", - "nodeType": "YulIdentifier", - "src": "7970:6:44" - }, - "nativeSrc": "7970:12:44", - "nodeType": "YulFunctionCall", - "src": "7970:12:44" - }, - "nativeSrc": "7970:12:44", - "nodeType": "YulExpressionStatement", - "src": "7970:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7943:7:44", - "nodeType": "YulIdentifier", - "src": "7943:7:44" - }, - { - "name": "headStart", - "nativeSrc": "7952:9:44", - "nodeType": "YulIdentifier", - "src": "7952:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7939:3:44", - "nodeType": "YulIdentifier", - "src": "7939:3:44" - }, - "nativeSrc": "7939:23:44", - "nodeType": "YulFunctionCall", - "src": "7939:23:44" - }, - { - "kind": "number", - "nativeSrc": "7964:2:44", - "nodeType": "YulLiteral", - "src": "7964:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7935:3:44", - "nodeType": "YulIdentifier", - "src": "7935:3:44" - }, - "nativeSrc": "7935:32:44", - "nodeType": "YulFunctionCall", - "src": "7935:32:44" - }, - "nativeSrc": "7932:52:44", - "nodeType": "YulIf", - "src": "7932:52:44" - }, - { - "nativeSrc": "7993:37:44", - "nodeType": "YulVariableDeclaration", - "src": "7993:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8020:9:44", - "nodeType": "YulIdentifier", - "src": "8020:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8007:12:44", - "nodeType": "YulIdentifier", - "src": "8007:12:44" - }, - "nativeSrc": "8007:23:44", - "nodeType": "YulFunctionCall", - "src": "8007:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "7997:6:44", - "nodeType": "YulTypedName", - "src": "7997:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8073:16:44", - "nodeType": "YulBlock", - "src": "8073:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8082:1:44", - "nodeType": "YulLiteral", - "src": "8082:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8085:1:44", - "nodeType": "YulLiteral", - "src": "8085:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8075:6:44", - "nodeType": "YulIdentifier", - "src": "8075:6:44" - }, - "nativeSrc": "8075:12:44", - "nodeType": "YulFunctionCall", - "src": "8075:12:44" - }, - "nativeSrc": "8075:12:44", - "nodeType": "YulExpressionStatement", - "src": "8075:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "8045:6:44", - "nodeType": "YulIdentifier", - "src": "8045:6:44" - }, - { - "kind": "number", - "nativeSrc": "8053:18:44", - "nodeType": "YulLiteral", - "src": "8053:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8042:2:44", - "nodeType": "YulIdentifier", - "src": "8042:2:44" - }, - "nativeSrc": "8042:30:44", - "nodeType": "YulFunctionCall", - "src": "8042:30:44" - }, - "nativeSrc": "8039:50:44", - "nodeType": "YulIf", - "src": "8039:50:44" - }, - { - "nativeSrc": "8098:136:44", - "nodeType": "YulVariableDeclaration", - "src": "8098:136:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8206:9:44", - "nodeType": "YulIdentifier", - "src": "8206:9:44" - }, - { - "name": "offset", - "nativeSrc": "8217:6:44", - "nodeType": "YulIdentifier", - "src": "8217:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8202:3:44", - "nodeType": "YulIdentifier", - "src": "8202:3:44" - }, - "nativeSrc": "8202:22:44", - "nodeType": "YulFunctionCall", - "src": "8202:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "8226:7:44", - "nodeType": "YulIdentifier", - "src": "8226:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "8124:77:44", - "nodeType": "YulIdentifier", - "src": "8124:77:44" - }, - "nativeSrc": "8124:110:44", - "nodeType": "YulFunctionCall", - "src": "8124:110:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8102:8:44", - "nodeType": "YulTypedName", - "src": "8102:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8112:8:44", - "nodeType": "YulTypedName", - "src": "8112:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8243:18:44", - "nodeType": "YulAssignment", - "src": "8243:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "8253:8:44", - "nodeType": "YulIdentifier", - "src": "8253:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8243:6:44", - "nodeType": "YulIdentifier", - "src": "8243:6:44" - } - ] - }, - { - "nativeSrc": "8270:18:44", - "nodeType": "YulAssignment", - "src": "8270:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "8280:8:44", - "nodeType": "YulIdentifier", - "src": "8280:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8270:6:44", - "nodeType": "YulIdentifier", - "src": "8270:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "7765:529:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7880:9:44", - "nodeType": "YulTypedName", - "src": "7880:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7891:7:44", - "nodeType": "YulTypedName", - "src": "7891:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7903:6:44", - "nodeType": "YulTypedName", - "src": "7903:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7911:6:44", - "nodeType": "YulTypedName", - "src": "7911:6:44", - "type": "" - } - ], - "src": "7765:529:44" - }, - { - "body": { - "nativeSrc": "8340:50:44", - "nodeType": "YulBlock", - "src": "8340:50:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8357:3:44", - "nodeType": "YulIdentifier", - "src": "8357:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8376:5:44", - "nodeType": "YulIdentifier", - "src": "8376:5:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "8369:6:44", - "nodeType": "YulIdentifier", - "src": "8369:6:44" - }, - "nativeSrc": "8369:13:44", - "nodeType": "YulFunctionCall", - "src": "8369:13:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "8362:6:44", - "nodeType": "YulIdentifier", - "src": "8362:6:44" - }, - "nativeSrc": "8362:21:44", - "nodeType": "YulFunctionCall", - "src": "8362:21:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8350:6:44", - "nodeType": "YulIdentifier", - "src": "8350:6:44" - }, - "nativeSrc": "8350:34:44", - "nodeType": "YulFunctionCall", - "src": "8350:34:44" - }, - "nativeSrc": "8350:34:44", - "nodeType": "YulExpressionStatement", - "src": "8350:34:44" - } - ] - }, - "name": "abi_encode_bool", - "nativeSrc": "8299:91:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "8324:5:44", - "nodeType": "YulTypedName", - "src": "8324:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "8331:3:44", - "nodeType": "YulTypedName", - "src": "8331:3:44", - "type": "" - } - ], - "src": "8299:91:44" - }, - { - "body": { - "nativeSrc": "8457:989:44", - "nodeType": "YulBlock", - "src": "8457:989:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8474:3:44", - "nodeType": "YulIdentifier", - "src": "8474:3:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8485:5:44", - "nodeType": "YulIdentifier", - "src": "8485:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8479:5:44", - "nodeType": "YulIdentifier", - "src": "8479:5:44" - }, - "nativeSrc": "8479:12:44", - "nodeType": "YulFunctionCall", - "src": "8479:12:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8467:6:44", - "nodeType": "YulIdentifier", - "src": "8467:6:44" - }, - "nativeSrc": "8467:25:44", - "nodeType": "YulFunctionCall", - "src": "8467:25:44" - }, - "nativeSrc": "8467:25:44", - "nodeType": "YulExpressionStatement", - "src": "8467:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8512:3:44", - "nodeType": "YulIdentifier", - "src": "8512:3:44" - }, - { - "kind": "number", - "nativeSrc": "8517:4:44", - "nodeType": "YulLiteral", - "src": "8517:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8508:3:44", - "nodeType": "YulIdentifier", - "src": "8508:3:44" - }, - "nativeSrc": "8508:14:44", - "nodeType": "YulFunctionCall", - "src": "8508:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8534:5:44", - "nodeType": "YulIdentifier", - "src": "8534:5:44" - }, - { - "kind": "number", - "nativeSrc": "8541:4:44", - "nodeType": "YulLiteral", - "src": "8541:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8530:3:44", - "nodeType": "YulIdentifier", - "src": "8530:3:44" - }, - "nativeSrc": "8530:16:44", - "nodeType": "YulFunctionCall", - "src": "8530:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8524:5:44", - "nodeType": "YulIdentifier", - "src": "8524:5:44" - }, - "nativeSrc": "8524:23:44", - "nodeType": "YulFunctionCall", - "src": "8524:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8501:6:44", - "nodeType": "YulIdentifier", - "src": "8501:6:44" - }, - "nativeSrc": "8501:47:44", - "nodeType": "YulFunctionCall", - "src": "8501:47:44" - }, - "nativeSrc": "8501:47:44", - "nodeType": "YulExpressionStatement", - "src": "8501:47:44" - }, - { - "nativeSrc": "8557:43:44", - "nodeType": "YulVariableDeclaration", - "src": "8557:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8587:5:44", - "nodeType": "YulIdentifier", - "src": "8587:5:44" - }, - { - "kind": "number", - "nativeSrc": "8594:4:44", - "nodeType": "YulLiteral", - "src": "8594:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8583:3:44", - "nodeType": "YulIdentifier", - "src": "8583:3:44" - }, - "nativeSrc": "8583:16:44", - "nodeType": "YulFunctionCall", - "src": "8583:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8577:5:44", - "nodeType": "YulIdentifier", - "src": "8577:5:44" - }, - "nativeSrc": "8577:23:44", - "nodeType": "YulFunctionCall", - "src": "8577:23:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "8561:12:44", - "nodeType": "YulTypedName", - "src": "8561:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "8627:12:44", - "nodeType": "YulIdentifier", - "src": "8627:12:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8645:3:44", - "nodeType": "YulIdentifier", - "src": "8645:3:44" - }, - { - "kind": "number", - "nativeSrc": "8650:4:44", - "nodeType": "YulLiteral", - "src": "8650:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8641:3:44", - "nodeType": "YulIdentifier", - "src": "8641:3:44" - }, - "nativeSrc": "8641:14:44", - "nodeType": "YulFunctionCall", - "src": "8641:14:44" - } - ], - "functionName": { - "name": "abi_encode_uint64", - "nativeSrc": "8609:17:44", - "nodeType": "YulIdentifier", - "src": "8609:17:44" - }, - "nativeSrc": "8609:47:44", - "nodeType": "YulFunctionCall", - "src": "8609:47:44" - }, - "nativeSrc": "8609:47:44", - "nodeType": "YulExpressionStatement", - "src": "8609:47:44" - }, - { - "nativeSrc": "8665:45:44", - "nodeType": "YulVariableDeclaration", - "src": "8665:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8697:5:44", - "nodeType": "YulIdentifier", - "src": "8697:5:44" - }, - { - "kind": "number", - "nativeSrc": "8704:4:44", - "nodeType": "YulLiteral", - "src": "8704:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8693:3:44", - "nodeType": "YulIdentifier", - "src": "8693:3:44" - }, - "nativeSrc": "8693:16:44", - "nodeType": "YulFunctionCall", - "src": "8693:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8687:5:44", - "nodeType": "YulIdentifier", - "src": "8687:5:44" - }, - "nativeSrc": "8687:23:44", - "nodeType": "YulFunctionCall", - "src": "8687:23:44" - }, - "variables": [ - { - "name": "memberValue0_1", - "nativeSrc": "8669:14:44", - "nodeType": "YulTypedName", - "src": "8669:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0_1", - "nativeSrc": "8737:14:44", - "nodeType": "YulIdentifier", - "src": "8737:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8757:3:44", - "nodeType": "YulIdentifier", - "src": "8757:3:44" - }, - { - "kind": "number", - "nativeSrc": "8762:4:44", - "nodeType": "YulLiteral", - "src": "8762:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8753:3:44", - "nodeType": "YulIdentifier", - "src": "8753:3:44" - }, - "nativeSrc": "8753:14:44", - "nodeType": "YulFunctionCall", - "src": "8753:14:44" - } - ], - "functionName": { - "name": "abi_encode_uint64", - "nativeSrc": "8719:17:44", - "nodeType": "YulIdentifier", - "src": "8719:17:44" - }, - "nativeSrc": "8719:49:44", - "nodeType": "YulFunctionCall", - "src": "8719:49:44" - }, - "nativeSrc": "8719:49:44", - "nodeType": "YulExpressionStatement", - "src": "8719:49:44" - }, - { - "nativeSrc": "8777:45:44", - "nodeType": "YulVariableDeclaration", - "src": "8777:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8809:5:44", - "nodeType": "YulIdentifier", - "src": "8809:5:44" - }, - { - "kind": "number", - "nativeSrc": "8816:4:44", - "nodeType": "YulLiteral", - "src": "8816:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8805:3:44", - "nodeType": "YulIdentifier", - "src": "8805:3:44" - }, - "nativeSrc": "8805:16:44", - "nodeType": "YulFunctionCall", - "src": "8805:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8799:5:44", - "nodeType": "YulIdentifier", - "src": "8799:5:44" - }, - "nativeSrc": "8799:23:44", - "nodeType": "YulFunctionCall", - "src": "8799:23:44" - }, - "variables": [ - { - "name": "memberValue0_2", - "nativeSrc": "8781:14:44", - "nodeType": "YulTypedName", - "src": "8781:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0_2", - "nativeSrc": "8849:14:44", - "nodeType": "YulIdentifier", - "src": "8849:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8869:3:44", - "nodeType": "YulIdentifier", - "src": "8869:3:44" - }, - { - "kind": "number", - "nativeSrc": "8874:4:44", - "nodeType": "YulLiteral", - "src": "8874:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8865:3:44", - "nodeType": "YulIdentifier", - "src": "8865:3:44" - }, - "nativeSrc": "8865:14:44", - "nodeType": "YulFunctionCall", - "src": "8865:14:44" - } - ], - "functionName": { - "name": "abi_encode_uint64", - "nativeSrc": "8831:17:44", - "nodeType": "YulIdentifier", - "src": "8831:17:44" - }, - "nativeSrc": "8831:49:44", - "nodeType": "YulFunctionCall", - "src": "8831:49:44" - }, - "nativeSrc": "8831:49:44", - "nodeType": "YulExpressionStatement", - "src": "8831:49:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "8900:3:44", - "nodeType": "YulIdentifier", - "src": "8900:3:44" - }, - { - "kind": "number", - "nativeSrc": "8905:4:44", - "nodeType": "YulLiteral", - "src": "8905:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8896:3:44", - "nodeType": "YulIdentifier", - "src": "8896:3:44" - }, - "nativeSrc": "8896:14:44", - "nodeType": "YulFunctionCall", - "src": "8896:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8922:5:44", - "nodeType": "YulIdentifier", - "src": "8922:5:44" - }, - { - "kind": "number", - "nativeSrc": "8929:4:44", - "nodeType": "YulLiteral", - "src": "8929:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8918:3:44", - "nodeType": "YulIdentifier", - "src": "8918:3:44" - }, - "nativeSrc": "8918:16:44", - "nodeType": "YulFunctionCall", - "src": "8918:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8912:5:44", - "nodeType": "YulIdentifier", - "src": "8912:5:44" - }, - "nativeSrc": "8912:23:44", - "nodeType": "YulFunctionCall", - "src": "8912:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8889:6:44", - "nodeType": "YulIdentifier", - "src": "8889:6:44" - }, - "nativeSrc": "8889:47:44", - "nodeType": "YulFunctionCall", - "src": "8889:47:44" - }, - "nativeSrc": "8889:47:44", - "nodeType": "YulExpressionStatement", - "src": "8889:47:44" - }, - { - "nativeSrc": "8945:45:44", - "nodeType": "YulVariableDeclaration", - "src": "8945:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "8977:5:44", - "nodeType": "YulIdentifier", - "src": "8977:5:44" - }, - { - "kind": "number", - "nativeSrc": "8984:4:44", - "nodeType": "YulLiteral", - "src": "8984:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8973:3:44", - "nodeType": "YulIdentifier", - "src": "8973:3:44" - }, - "nativeSrc": "8973:16:44", - "nodeType": "YulFunctionCall", - "src": "8973:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8967:5:44", - "nodeType": "YulIdentifier", - "src": "8967:5:44" - }, - "nativeSrc": "8967:23:44", - "nodeType": "YulFunctionCall", - "src": "8967:23:44" - }, - "variables": [ - { - "name": "memberValue0_3", - "nativeSrc": "8949:14:44", - "nodeType": "YulTypedName", - "src": "8949:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0_3", - "nativeSrc": "9018:14:44", - "nodeType": "YulIdentifier", - "src": "9018:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9038:3:44", - "nodeType": "YulIdentifier", - "src": "9038:3:44" - }, - { - "kind": "number", - "nativeSrc": "9043:4:44", - "nodeType": "YulLiteral", - "src": "9043:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9034:3:44", - "nodeType": "YulIdentifier", - "src": "9034:3:44" - }, - "nativeSrc": "9034:14:44", - "nodeType": "YulFunctionCall", - "src": "9034:14:44" - } - ], - "functionName": { - "name": "abi_encode_address", - "nativeSrc": "8999:18:44", - "nodeType": "YulIdentifier", - "src": "8999:18:44" - }, - "nativeSrc": "8999:50:44", - "nodeType": "YulFunctionCall", - "src": "8999:50:44" - }, - "nativeSrc": "8999:50:44", - "nodeType": "YulExpressionStatement", - "src": "8999:50:44" - }, - { - "nativeSrc": "9058:45:44", - "nodeType": "YulVariableDeclaration", - "src": "9058:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9090:5:44", - "nodeType": "YulIdentifier", - "src": "9090:5:44" - }, - { - "kind": "number", - "nativeSrc": "9097:4:44", - "nodeType": "YulLiteral", - "src": "9097:4:44", - "type": "", - "value": "0xe0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9086:3:44", - "nodeType": "YulIdentifier", - "src": "9086:3:44" - }, - "nativeSrc": "9086:16:44", - "nodeType": "YulFunctionCall", - "src": "9086:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9080:5:44", - "nodeType": "YulIdentifier", - "src": "9080:5:44" - }, - "nativeSrc": "9080:23:44", - "nodeType": "YulFunctionCall", - "src": "9080:23:44" - }, - "variables": [ - { - "name": "memberValue0_4", - "nativeSrc": "9062:14:44", - "nodeType": "YulTypedName", - "src": "9062:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0_4", - "nativeSrc": "9131:14:44", - "nodeType": "YulIdentifier", - "src": "9131:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9151:3:44", - "nodeType": "YulIdentifier", - "src": "9151:3:44" - }, - { - "kind": "number", - "nativeSrc": "9156:4:44", - "nodeType": "YulLiteral", - "src": "9156:4:44", - "type": "", - "value": "0xe0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9147:3:44", - "nodeType": "YulIdentifier", - "src": "9147:3:44" - }, - "nativeSrc": "9147:14:44", - "nodeType": "YulFunctionCall", - "src": "9147:14:44" - } - ], - "functionName": { - "name": "abi_encode_address", - "nativeSrc": "9112:18:44", - "nodeType": "YulIdentifier", - "src": "9112:18:44" - }, - "nativeSrc": "9112:50:44", - "nodeType": "YulFunctionCall", - "src": "9112:50:44" - }, - "nativeSrc": "9112:50:44", - "nodeType": "YulExpressionStatement", - "src": "9112:50:44" - }, - { - "nativeSrc": "9171:47:44", - "nodeType": "YulVariableDeclaration", - "src": "9171:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9203:5:44", - "nodeType": "YulIdentifier", - "src": "9203:5:44" - }, - { - "kind": "number", - "nativeSrc": "9210:6:44", - "nodeType": "YulLiteral", - "src": "9210:6:44", - "type": "", - "value": "0x0100" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9199:3:44", - "nodeType": "YulIdentifier", - "src": "9199:3:44" - }, - "nativeSrc": "9199:18:44", - "nodeType": "YulFunctionCall", - "src": "9199:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9193:5:44", - "nodeType": "YulIdentifier", - "src": "9193:5:44" - }, - "nativeSrc": "9193:25:44", - "nodeType": "YulFunctionCall", - "src": "9193:25:44" - }, - "variables": [ - { - "name": "memberValue0_5", - "nativeSrc": "9175:14:44", - "nodeType": "YulTypedName", - "src": "9175:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0_5", - "nativeSrc": "9243:14:44", - "nodeType": "YulIdentifier", - "src": "9243:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9263:3:44", - "nodeType": "YulIdentifier", - "src": "9263:3:44" - }, - { - "kind": "number", - "nativeSrc": "9268:6:44", - "nodeType": "YulLiteral", - "src": "9268:6:44", - "type": "", - "value": "0x0100" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9259:3:44", - "nodeType": "YulIdentifier", - "src": "9259:3:44" - }, - "nativeSrc": "9259:16:44", - "nodeType": "YulFunctionCall", - "src": "9259:16:44" - } - ], - "functionName": { - "name": "abi_encode_bool", - "nativeSrc": "9227:15:44", - "nodeType": "YulIdentifier", - "src": "9227:15:44" - }, - "nativeSrc": "9227:49:44", - "nodeType": "YulFunctionCall", - "src": "9227:49:44" - }, - "nativeSrc": "9227:49:44", - "nodeType": "YulExpressionStatement", - "src": "9227:49:44" - }, - { - "nativeSrc": "9285:47:44", - "nodeType": "YulVariableDeclaration", - "src": "9285:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9317:5:44", - "nodeType": "YulIdentifier", - "src": "9317:5:44" - }, - { - "kind": "number", - "nativeSrc": "9324:6:44", - "nodeType": "YulLiteral", - "src": "9324:6:44", - "type": "", - "value": "0x0120" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9313:3:44", - "nodeType": "YulIdentifier", - "src": "9313:3:44" - }, - "nativeSrc": "9313:18:44", - "nodeType": "YulFunctionCall", - "src": "9313:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9307:5:44", - "nodeType": "YulIdentifier", - "src": "9307:5:44" - }, - "nativeSrc": "9307:25:44", - "nodeType": "YulFunctionCall", - "src": "9307:25:44" - }, - "variables": [ - { - "name": "memberValue0_6", - "nativeSrc": "9289:14:44", - "nodeType": "YulTypedName", - "src": "9289:14:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9352:3:44", - "nodeType": "YulIdentifier", - "src": "9352:3:44" - }, - { - "kind": "number", - "nativeSrc": "9357:6:44", - "nodeType": "YulLiteral", - "src": "9357:6:44", - "type": "", - "value": "0x0120" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9348:3:44", - "nodeType": "YulIdentifier", - "src": "9348:3:44" - }, - "nativeSrc": "9348:16:44", - "nodeType": "YulFunctionCall", - "src": "9348:16:44" - }, - { - "kind": "number", - "nativeSrc": "9366:6:44", - "nodeType": "YulLiteral", - "src": "9366:6:44", - "type": "", - "value": "0x0140" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9341:6:44", - "nodeType": "YulIdentifier", - "src": "9341:6:44" - }, - "nativeSrc": "9341:32:44", - "nodeType": "YulFunctionCall", - "src": "9341:32:44" - }, - "nativeSrc": "9341:32:44", - "nodeType": "YulExpressionStatement", - "src": "9341:32:44" - }, - { - "nativeSrc": "9382:58:44", - "nodeType": "YulAssignment", - "src": "9382:58:44", - "value": { - "arguments": [ - { - "name": "memberValue0_6", - "nativeSrc": "9407:14:44", - "nodeType": "YulIdentifier", - "src": "9407:14:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9427:3:44", - "nodeType": "YulIdentifier", - "src": "9427:3:44" - }, - { - "kind": "number", - "nativeSrc": "9432:6:44", - "nodeType": "YulLiteral", - "src": "9432:6:44", - "type": "", - "value": "0x0140" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9423:3:44", - "nodeType": "YulIdentifier", - "src": "9423:3:44" - }, - "nativeSrc": "9423:16:44", - "nodeType": "YulFunctionCall", - "src": "9423:16:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "9389:17:44", - "nodeType": "YulIdentifier", - "src": "9389:17:44" - }, - "nativeSrc": "9389:51:44", - "nodeType": "YulFunctionCall", - "src": "9389:51:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "9382:3:44", - "nodeType": "YulIdentifier", - "src": "9382:3:44" - } - ] - } - ] - }, - "name": "abi_encode_struct_Attestation", - "nativeSrc": "8395:1051:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "8434:5:44", - "nodeType": "YulTypedName", - "src": "8434:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "8441:3:44", - "nodeType": "YulTypedName", - "src": "8441:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "8449:3:44", - "nodeType": "YulTypedName", - "src": "8449:3:44", - "type": "" - } - ], - "src": "8395:1051:44" - }, - { - "body": { - "nativeSrc": "9606:111:44", - "nodeType": "YulBlock", - "src": "9606:111:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9623:9:44", - "nodeType": "YulIdentifier", - "src": "9623:9:44" - }, - { - "kind": "number", - "nativeSrc": "9634:2:44", - "nodeType": "YulLiteral", - "src": "9634:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9616:6:44", - "nodeType": "YulIdentifier", - "src": "9616:6:44" - }, - "nativeSrc": "9616:21:44", - "nodeType": "YulFunctionCall", - "src": "9616:21:44" - }, - "nativeSrc": "9616:21:44", - "nodeType": "YulExpressionStatement", - "src": "9616:21:44" - }, - { - "nativeSrc": "9646:65:44", - "nodeType": "YulAssignment", - "src": "9646:65:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9684:6:44", - "nodeType": "YulIdentifier", - "src": "9684:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9696:9:44", - "nodeType": "YulIdentifier", - "src": "9696:9:44" - }, - { - "kind": "number", - "nativeSrc": "9707:2:44", - "nodeType": "YulLiteral", - "src": "9707:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9692:3:44", - "nodeType": "YulIdentifier", - "src": "9692:3:44" - }, - "nativeSrc": "9692:18:44", - "nodeType": "YulFunctionCall", - "src": "9692:18:44" - } - ], - "functionName": { - "name": "abi_encode_struct_Attestation", - "nativeSrc": "9654:29:44", - "nodeType": "YulIdentifier", - "src": "9654:29:44" - }, - "nativeSrc": "9654:57:44", - "nodeType": "YulFunctionCall", - "src": "9654:57:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9646:4:44", - "nodeType": "YulIdentifier", - "src": "9646:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_struct$_Attestation_$49_memory_ptr__to_t_struct$_Attestation_$49_memory_ptr__fromStack_reversed", - "nativeSrc": "9451:266:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9575:9:44", - "nodeType": "YulTypedName", - "src": "9575:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9586:6:44", - "nodeType": "YulTypedName", - "src": "9586:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9597:4:44", - "nodeType": "YulTypedName", - "src": "9597:4:44", - "type": "" - } - ], - "src": "9451:266:44" - }, - { - "body": { - "nativeSrc": "9838:134:44", - "nodeType": "YulBlock", - "src": "9838:134:44", - "statements": [ - { - "nativeSrc": "9848:43:44", - "nodeType": "YulVariableDeclaration", - "src": "9848:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "9866:7:44", - "nodeType": "YulIdentifier", - "src": "9866:7:44" - }, - { - "name": "headStart", - "nativeSrc": "9875:9:44", - "nodeType": "YulIdentifier", - "src": "9875:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9862:3:44", - "nodeType": "YulIdentifier", - "src": "9862:3:44" - }, - "nativeSrc": "9862:23:44", - "nodeType": "YulFunctionCall", - "src": "9862:23:44" - }, - { - "kind": "number", - "nativeSrc": "9887:3:44", - "nodeType": "YulLiteral", - "src": "9887:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "9858:3:44", - "nodeType": "YulIdentifier", - "src": "9858:3:44" - }, - "nativeSrc": "9858:33:44", - "nodeType": "YulFunctionCall", - "src": "9858:33:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "9852:2:44", - "nodeType": "YulTypedName", - "src": "9852:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9906:16:44", - "nodeType": "YulBlock", - "src": "9906:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9915:1:44", - "nodeType": "YulLiteral", - "src": "9915:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "9918:1:44", - "nodeType": "YulLiteral", - "src": "9918:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "9908:6:44", - "nodeType": "YulIdentifier", - "src": "9908:6:44" - }, - "nativeSrc": "9908:12:44", - "nodeType": "YulFunctionCall", - "src": "9908:12:44" - }, - "nativeSrc": "9908:12:44", - "nodeType": "YulExpressionStatement", - "src": "9908:12:44" - } - ] - }, - "condition": { - "name": "_1", - "nativeSrc": "9903:2:44", - "nodeType": "YulIdentifier", - "src": "9903:2:44" - }, - "nativeSrc": "9900:22:44", - "nodeType": "YulIf", - "src": "9900:22:44" - }, - { - "nativeSrc": "9931:7:44", - "nodeType": "YulAssignment", - "src": "9931:7:44", - "value": { - "kind": "number", - "nativeSrc": "9937:1:44", - "nodeType": "YulLiteral", - "src": "9937:1:44", - "type": "", - "value": "0" - }, - "variableNames": [ - { - "name": "_1", - "nativeSrc": "9931:2:44", - "nodeType": "YulIdentifier", - "src": "9931:2:44" - } - ] - }, - { - "nativeSrc": "9947:19:44", - "nodeType": "YulAssignment", - "src": "9947:19:44", - "value": { - "name": "headStart", - "nativeSrc": "9957:9:44", - "nodeType": "YulIdentifier", - "src": "9957:9:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "9947:6:44", - "nodeType": "YulIdentifier", - "src": "9947:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr", - "nativeSrc": "9722:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9804:9:44", - "nodeType": "YulTypedName", - "src": "9804:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "9815:7:44", - "nodeType": "YulTypedName", - "src": "9815:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "9827:6:44", - "nodeType": "YulTypedName", - "src": "9827:6:44", - "type": "" - } - ], - "src": "9722:250:44" - }, - { - "body": { - "nativeSrc": "10064:280:44", - "nodeType": "YulBlock", - "src": "10064:280:44", - "statements": [ - { - "body": { - "nativeSrc": "10110:16:44", - "nodeType": "YulBlock", - "src": "10110:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10119:1:44", - "nodeType": "YulLiteral", - "src": "10119:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10122:1:44", - "nodeType": "YulLiteral", - "src": "10122:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10112:6:44", - "nodeType": "YulIdentifier", - "src": "10112:6:44" - }, - "nativeSrc": "10112:12:44", - "nodeType": "YulFunctionCall", - "src": "10112:12:44" - }, - "nativeSrc": "10112:12:44", - "nodeType": "YulExpressionStatement", - "src": "10112:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10085:7:44", - "nodeType": "YulIdentifier", - "src": "10085:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10094:9:44", - "nodeType": "YulIdentifier", - "src": "10094:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10081:3:44", - "nodeType": "YulIdentifier", - "src": "10081:3:44" - }, - "nativeSrc": "10081:23:44", - "nodeType": "YulFunctionCall", - "src": "10081:23:44" - }, - { - "kind": "number", - "nativeSrc": "10106:2:44", - "nodeType": "YulLiteral", - "src": "10106:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10077:3:44", - "nodeType": "YulIdentifier", - "src": "10077:3:44" - }, - "nativeSrc": "10077:32:44", - "nodeType": "YulFunctionCall", - "src": "10077:32:44" - }, - "nativeSrc": "10074:52:44", - "nodeType": "YulIf", - "src": "10074:52:44" - }, - { - "nativeSrc": "10135:36:44", - "nodeType": "YulVariableDeclaration", - "src": "10135:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10161:9:44", - "nodeType": "YulIdentifier", - "src": "10161:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10148:12:44", - "nodeType": "YulIdentifier", - "src": "10148:12:44" - }, - "nativeSrc": "10148:23:44", - "nodeType": "YulFunctionCall", - "src": "10148:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10139:5:44", - "nodeType": "YulTypedName", - "src": "10139:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10205:5:44", - "nodeType": "YulIdentifier", - "src": "10205:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10180:24:44", - "nodeType": "YulIdentifier", - "src": "10180:24:44" - }, - "nativeSrc": "10180:31:44", - "nodeType": "YulFunctionCall", - "src": "10180:31:44" - }, - "nativeSrc": "10180:31:44", - "nodeType": "YulExpressionStatement", - "src": "10180:31:44" - }, - { - "nativeSrc": "10220:15:44", - "nodeType": "YulAssignment", - "src": "10220:15:44", - "value": { - "name": "value", - "nativeSrc": "10230:5:44", - "nodeType": "YulIdentifier", - "src": "10230:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10220:6:44", - "nodeType": "YulIdentifier", - "src": "10220:6:44" - } - ] - }, - { - "nativeSrc": "10244:16:44", - "nodeType": "YulVariableDeclaration", - "src": "10244:16:44", - "value": { - "kind": "number", - "nativeSrc": "10259:1:44", - "nodeType": "YulLiteral", - "src": "10259:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10248:7:44", - "nodeType": "YulTypedName", - "src": "10248:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10269:43:44", - "nodeType": "YulAssignment", - "src": "10269:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10297:9:44", - "nodeType": "YulIdentifier", - "src": "10297:9:44" - }, - { - "kind": "number", - "nativeSrc": "10308:2:44", - "nodeType": "YulLiteral", - "src": "10308:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10293:3:44", - "nodeType": "YulIdentifier", - "src": "10293:3:44" - }, - "nativeSrc": "10293:18:44", - "nodeType": "YulFunctionCall", - "src": "10293:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10280:12:44", - "nodeType": "YulIdentifier", - "src": "10280:12:44" - }, - "nativeSrc": "10280:32:44", - "nodeType": "YulFunctionCall", - "src": "10280:32:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "10269:7:44", - "nodeType": "YulIdentifier", - "src": "10269:7:44" - } - ] - }, - { - "nativeSrc": "10321:17:44", - "nodeType": "YulAssignment", - "src": "10321:17:44", - "value": { - "name": "value_1", - "nativeSrc": "10331:7:44", - "nodeType": "YulIdentifier", - "src": "10331:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10321:6:44", - "nodeType": "YulIdentifier", - "src": "10321:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes32", - "nativeSrc": "9977:367:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10022:9:44", - "nodeType": "YulTypedName", - "src": "10022:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10033:7:44", - "nodeType": "YulTypedName", - "src": "10033:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10045:6:44", - "nodeType": "YulTypedName", - "src": "10045:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10053:6:44", - "nodeType": "YulTypedName", - "src": "10053:6:44", - "type": "" - } - ], - "src": "9977:367:44" - }, - { - "body": { - "nativeSrc": "10444:92:44", - "nodeType": "YulBlock", - "src": "10444:92:44", - "statements": [ - { - "nativeSrc": "10454:26:44", - "nodeType": "YulAssignment", - "src": "10454:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10466:9:44", - "nodeType": "YulIdentifier", - "src": "10466:9:44" - }, - { - "kind": "number", - "nativeSrc": "10477:2:44", - "nodeType": "YulLiteral", - "src": "10477:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10462:3:44", - "nodeType": "YulIdentifier", - "src": "10462:3:44" - }, - "nativeSrc": "10462:18:44", - "nodeType": "YulFunctionCall", - "src": "10462:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10454:4:44", - "nodeType": "YulIdentifier", - "src": "10454:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10496:9:44", - "nodeType": "YulIdentifier", - "src": "10496:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10521:6:44", - "nodeType": "YulIdentifier", - "src": "10521:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10514:6:44", - "nodeType": "YulIdentifier", - "src": "10514:6:44" - }, - "nativeSrc": "10514:14:44", - "nodeType": "YulFunctionCall", - "src": "10514:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10507:6:44", - "nodeType": "YulIdentifier", - "src": "10507:6:44" - }, - "nativeSrc": "10507:22:44", - "nodeType": "YulFunctionCall", - "src": "10507:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10489:6:44", - "nodeType": "YulIdentifier", - "src": "10489:6:44" - }, - "nativeSrc": "10489:41:44", - "nodeType": "YulFunctionCall", - "src": "10489:41:44" - }, - "nativeSrc": "10489:41:44", - "nodeType": "YulExpressionStatement", - "src": "10489:41:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "10349:187:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10413:9:44", - "nodeType": "YulTypedName", - "src": "10413:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10424:6:44", - "nodeType": "YulTypedName", - "src": "10424:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10435:4:44", - "nodeType": "YulTypedName", - "src": "10435:4:44", - "type": "" - } - ], - "src": "10349:187:44" - }, - { - "body": { - "nativeSrc": "10666:125:44", - "nodeType": "YulBlock", - "src": "10666:125:44", - "statements": [ - { - "nativeSrc": "10676:26:44", - "nodeType": "YulAssignment", - "src": "10676:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10688:9:44", - "nodeType": "YulIdentifier", - "src": "10688:9:44" - }, - { - "kind": "number", - "nativeSrc": "10699:2:44", - "nodeType": "YulLiteral", - "src": "10699:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10684:3:44", - "nodeType": "YulIdentifier", - "src": "10684:3:44" - }, - "nativeSrc": "10684:18:44", - "nodeType": "YulFunctionCall", - "src": "10684:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10676:4:44", - "nodeType": "YulIdentifier", - "src": "10676:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10718:9:44", - "nodeType": "YulIdentifier", - "src": "10718:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10733:6:44", - "nodeType": "YulIdentifier", - "src": "10733:6:44" - }, - { - "kind": "number", - "nativeSrc": "10741:42:44", - "nodeType": "YulLiteral", - "src": "10741:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10729:3:44", - "nodeType": "YulIdentifier", - "src": "10729:3:44" - }, - "nativeSrc": "10729:55:44", - "nodeType": "YulFunctionCall", - "src": "10729:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10711:6:44", - "nodeType": "YulIdentifier", - "src": "10711:6:44" - }, - "nativeSrc": "10711:74:44", - "nodeType": "YulFunctionCall", - "src": "10711:74:44" - }, - "nativeSrc": "10711:74:44", - "nodeType": "YulExpressionStatement", - "src": "10711:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_contract$_ISchemaRegistry_$2379__to_t_address__fromStack_reversed", - "nativeSrc": "10541:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10635:9:44", - "nodeType": "YulTypedName", - "src": "10635:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10646:6:44", - "nodeType": "YulTypedName", - "src": "10646:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10657:4:44", - "nodeType": "YulTypedName", - "src": "10657:4:44", - "type": "" - } - ], - "src": "10541:250:44" - }, - { - "body": { - "nativeSrc": "10904:289:44", - "nodeType": "YulBlock", - "src": "10904:289:44", - "statements": [ - { - "body": { - "nativeSrc": "10950:16:44", - "nodeType": "YulBlock", - "src": "10950:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10959:1:44", - "nodeType": "YulLiteral", - "src": "10959:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10962:1:44", - "nodeType": "YulLiteral", - "src": "10962:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10952:6:44", - "nodeType": "YulIdentifier", - "src": "10952:6:44" - }, - "nativeSrc": "10952:12:44", - "nodeType": "YulFunctionCall", - "src": "10952:12:44" - }, - "nativeSrc": "10952:12:44", - "nodeType": "YulExpressionStatement", - "src": "10952:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10925:7:44", - "nodeType": "YulIdentifier", - "src": "10925:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10934:9:44", - "nodeType": "YulIdentifier", - "src": "10934:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10921:3:44", - "nodeType": "YulIdentifier", - "src": "10921:3:44" - }, - "nativeSrc": "10921:23:44", - "nodeType": "YulFunctionCall", - "src": "10921:23:44" - }, - { - "kind": "number", - "nativeSrc": "10946:2:44", - "nodeType": "YulLiteral", - "src": "10946:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10917:3:44", - "nodeType": "YulIdentifier", - "src": "10917:3:44" - }, - "nativeSrc": "10917:32:44", - "nodeType": "YulFunctionCall", - "src": "10917:32:44" - }, - "nativeSrc": "10914:52:44", - "nodeType": "YulIf", - "src": "10914:52:44" - }, - { - "nativeSrc": "10975:37:44", - "nodeType": "YulVariableDeclaration", - "src": "10975:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11002:9:44", - "nodeType": "YulIdentifier", - "src": "11002:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10989:12:44", - "nodeType": "YulIdentifier", - "src": "10989:12:44" - }, - "nativeSrc": "10989:23:44", - "nodeType": "YulFunctionCall", - "src": "10989:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "10979:6:44", - "nodeType": "YulTypedName", - "src": "10979:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11055:16:44", - "nodeType": "YulBlock", - "src": "11055:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11064:1:44", - "nodeType": "YulLiteral", - "src": "11064:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11067:1:44", - "nodeType": "YulLiteral", - "src": "11067:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11057:6:44", - "nodeType": "YulIdentifier", - "src": "11057:6:44" - }, - "nativeSrc": "11057:12:44", - "nodeType": "YulFunctionCall", - "src": "11057:12:44" - }, - "nativeSrc": "11057:12:44", - "nodeType": "YulExpressionStatement", - "src": "11057:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11027:6:44", - "nodeType": "YulIdentifier", - "src": "11027:6:44" - }, - { - "kind": "number", - "nativeSrc": "11035:18:44", - "nodeType": "YulLiteral", - "src": "11035:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11024:2:44", - "nodeType": "YulIdentifier", - "src": "11024:2:44" - }, - "nativeSrc": "11024:30:44", - "nodeType": "YulFunctionCall", - "src": "11024:30:44" - }, - "nativeSrc": "11021:50:44", - "nodeType": "YulIf", - "src": "11021:50:44" - }, - { - "nativeSrc": "11080:32:44", - "nodeType": "YulVariableDeclaration", - "src": "11080:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11094:9:44", - "nodeType": "YulIdentifier", - "src": "11094:9:44" - }, - { - "name": "offset", - "nativeSrc": "11105:6:44", - "nodeType": "YulIdentifier", - "src": "11105:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11090:3:44", - "nodeType": "YulIdentifier", - "src": "11090:3:44" - }, - "nativeSrc": "11090:22:44", - "nodeType": "YulFunctionCall", - "src": "11090:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "11084:2:44", - "nodeType": "YulTypedName", - "src": "11084:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11150:16:44", - "nodeType": "YulBlock", - "src": "11150:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11159:1:44", - "nodeType": "YulLiteral", - "src": "11159:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11162:1:44", - "nodeType": "YulLiteral", - "src": "11162:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11152:6:44", - "nodeType": "YulIdentifier", - "src": "11152:6:44" - }, - "nativeSrc": "11152:12:44", - "nodeType": "YulFunctionCall", - "src": "11152:12:44" - }, - "nativeSrc": "11152:12:44", - "nodeType": "YulExpressionStatement", - "src": "11152:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11132:7:44", - "nodeType": "YulIdentifier", - "src": "11132:7:44" - }, - { - "name": "_1", - "nativeSrc": "11141:2:44", - "nodeType": "YulIdentifier", - "src": "11141:2:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11128:3:44", - "nodeType": "YulIdentifier", - "src": "11128:3:44" - }, - "nativeSrc": "11128:16:44", - "nodeType": "YulFunctionCall", - "src": "11128:16:44" - }, - { - "kind": "number", - "nativeSrc": "11146:2:44", - "nodeType": "YulLiteral", - "src": "11146:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11124:3:44", - "nodeType": "YulIdentifier", - "src": "11124:3:44" - }, - "nativeSrc": "11124:25:44", - "nodeType": "YulFunctionCall", - "src": "11124:25:44" - }, - "nativeSrc": "11121:45:44", - "nodeType": "YulIf", - "src": "11121:45:44" - }, - { - "nativeSrc": "11175:12:44", - "nodeType": "YulAssignment", - "src": "11175:12:44", - "value": { - "name": "_1", - "nativeSrc": "11185:2:44", - "nodeType": "YulIdentifier", - "src": "11185:2:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11175:6:44", - "nodeType": "YulIdentifier", - "src": "11175:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_AttestationRequest_$2049_calldata_ptr", - "nativeSrc": "10796:397:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10870:9:44", - "nodeType": "YulTypedName", - "src": "10870:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10881:7:44", - "nodeType": "YulTypedName", - "src": "10881:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10893:6:44", - "nodeType": "YulTypedName", - "src": "10893:6:44", - "type": "" - } - ], - "src": "10796:397:44" - }, - { - "body": { - "nativeSrc": "11230:152:44", - "nodeType": "YulBlock", - "src": "11230:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11247:1:44", - "nodeType": "YulLiteral", - "src": "11247:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11250:77:44", - "nodeType": "YulLiteral", - "src": "11250:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11240:6:44", - "nodeType": "YulIdentifier", - "src": "11240:6:44" - }, - "nativeSrc": "11240:88:44", - "nodeType": "YulFunctionCall", - "src": "11240:88:44" - }, - "nativeSrc": "11240:88:44", - "nodeType": "YulExpressionStatement", - "src": "11240:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11344:1:44", - "nodeType": "YulLiteral", - "src": "11344:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "11347:4:44", - "nodeType": "YulLiteral", - "src": "11347:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11337:6:44", - "nodeType": "YulIdentifier", - "src": "11337:6:44" - }, - "nativeSrc": "11337:15:44", - "nodeType": "YulFunctionCall", - "src": "11337:15:44" - }, - "nativeSrc": "11337:15:44", - "nodeType": "YulExpressionStatement", - "src": "11337:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11368:1:44", - "nodeType": "YulLiteral", - "src": "11368:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11371:4:44", - "nodeType": "YulLiteral", - "src": "11371:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11361:6:44", - "nodeType": "YulIdentifier", - "src": "11361:6:44" - }, - "nativeSrc": "11361:15:44", - "nodeType": "YulFunctionCall", - "src": "11361:15:44" - }, - "nativeSrc": "11361:15:44", - "nodeType": "YulExpressionStatement", - "src": "11361:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "11198:184:44", - "nodeType": "YulFunctionDefinition", - "src": "11198:184:44" - }, - { - "body": { - "nativeSrc": "11513:223:44", - "nodeType": "YulBlock", - "src": "11513:223:44", - "statements": [ - { - "nativeSrc": "11523:51:44", - "nodeType": "YulVariableDeclaration", - "src": "11523:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "11562:11:44", - "nodeType": "YulIdentifier", - "src": "11562:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11549:12:44", - "nodeType": "YulIdentifier", - "src": "11549:12:44" - }, - "nativeSrc": "11549:25:44", - "nodeType": "YulFunctionCall", - "src": "11549:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "11527:18:44", - "nodeType": "YulTypedName", - "src": "11527:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11664:16:44", - "nodeType": "YulBlock", - "src": "11664:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11673:1:44", - "nodeType": "YulLiteral", - "src": "11673:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11676:1:44", - "nodeType": "YulLiteral", - "src": "11676:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11666:6:44", - "nodeType": "YulIdentifier", - "src": "11666:6:44" - }, - "nativeSrc": "11666:12:44", - "nodeType": "YulFunctionCall", - "src": "11666:12:44" - }, - "nativeSrc": "11666:12:44", - "nodeType": "YulExpressionStatement", - "src": "11666:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "11597:18:44", - "nodeType": "YulIdentifier", - "src": "11597:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "11625:12:44", - "nodeType": "YulIdentifier", - "src": "11625:12:44" - }, - "nativeSrc": "11625:14:44", - "nodeType": "YulFunctionCall", - "src": "11625:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "11641:8:44", - "nodeType": "YulIdentifier", - "src": "11641:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11621:3:44", - "nodeType": "YulIdentifier", - "src": "11621:3:44" - }, - "nativeSrc": "11621:29:44", - "nodeType": "YulFunctionCall", - "src": "11621:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11656:3:44", - "nodeType": "YulLiteral", - "src": "11656:3:44", - "type": "", - "value": "158" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "11652:3:44", - "nodeType": "YulIdentifier", - "src": "11652:3:44" - }, - "nativeSrc": "11652:8:44", - "nodeType": "YulFunctionCall", - "src": "11652:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11617:3:44", - "nodeType": "YulIdentifier", - "src": "11617:3:44" - }, - "nativeSrc": "11617:44:44", - "nodeType": "YulFunctionCall", - "src": "11617:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11593:3:44", - "nodeType": "YulIdentifier", - "src": "11593:3:44" - }, - "nativeSrc": "11593:69:44", - "nodeType": "YulFunctionCall", - "src": "11593:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "11586:6:44", - "nodeType": "YulIdentifier", - "src": "11586:6:44" - }, - "nativeSrc": "11586:77:44", - "nodeType": "YulFunctionCall", - "src": "11586:77:44" - }, - "nativeSrc": "11583:97:44", - "nodeType": "YulIf", - "src": "11583:97:44" - }, - { - "nativeSrc": "11689:41:44", - "nodeType": "YulAssignment", - "src": "11689:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "11701:8:44", - "nodeType": "YulIdentifier", - "src": "11701:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "11711:18:44", - "nodeType": "YulIdentifier", - "src": "11711:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11697:3:44", - "nodeType": "YulIdentifier", - "src": "11697:3:44" - }, - "nativeSrc": "11697:33:44", - "nodeType": "YulFunctionCall", - "src": "11697:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "11689:4:44", - "nodeType": "YulIdentifier", - "src": "11689:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr", - "nativeSrc": "11387:349:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "11478:8:44", - "nodeType": "YulTypedName", - "src": "11478:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "11488:11:44", - "nodeType": "YulTypedName", - "src": "11488:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "11504:4:44", - "nodeType": "YulTypedName", - "src": "11504:4:44", - "type": "" - } - ], - "src": "11387:349:44" - }, - { - "body": { - "nativeSrc": "11773:152:44", - "nodeType": "YulBlock", - "src": "11773:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11790:1:44", - "nodeType": "YulLiteral", - "src": "11790:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11793:77:44", - "nodeType": "YulLiteral", - "src": "11793:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11783:6:44", - "nodeType": "YulIdentifier", - "src": "11783:6:44" - }, - "nativeSrc": "11783:88:44", - "nodeType": "YulFunctionCall", - "src": "11783:88:44" - }, - "nativeSrc": "11783:88:44", - "nodeType": "YulExpressionStatement", - "src": "11783:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11887:1:44", - "nodeType": "YulLiteral", - "src": "11887:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "11890:4:44", - "nodeType": "YulLiteral", - "src": "11890:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11880:6:44", - "nodeType": "YulIdentifier", - "src": "11880:6:44" - }, - "nativeSrc": "11880:15:44", - "nodeType": "YulFunctionCall", - "src": "11880:15:44" - }, - "nativeSrc": "11880:15:44", - "nodeType": "YulExpressionStatement", - "src": "11880:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11911:1:44", - "nodeType": "YulLiteral", - "src": "11911:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11914:4:44", - "nodeType": "YulLiteral", - "src": "11914:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11904:6:44", - "nodeType": "YulIdentifier", - "src": "11904:6:44" - }, - "nativeSrc": "11904:15:44", - "nodeType": "YulFunctionCall", - "src": "11904:15:44" - }, - "nativeSrc": "11904:15:44", - "nodeType": "YulExpressionStatement", - "src": "11904:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "11741:184:44", - "nodeType": "YulFunctionDefinition", - "src": "11741:184:44" - }, - { - "body": { - "nativeSrc": "11976:207:44", - "nodeType": "YulBlock", - "src": "11976:207:44", - "statements": [ - { - "nativeSrc": "11986:19:44", - "nodeType": "YulAssignment", - "src": "11986:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12002:2:44", - "nodeType": "YulLiteral", - "src": "12002:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "11996:5:44", - "nodeType": "YulIdentifier", - "src": "11996:5:44" - }, - "nativeSrc": "11996:9:44", - "nodeType": "YulFunctionCall", - "src": "11996:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "11986:6:44", - "nodeType": "YulIdentifier", - "src": "11986:6:44" - } - ] - }, - { - "nativeSrc": "12014:35:44", - "nodeType": "YulVariableDeclaration", - "src": "12014:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "12036:6:44", - "nodeType": "YulIdentifier", - "src": "12036:6:44" - }, - { - "kind": "number", - "nativeSrc": "12044:4:44", - "nodeType": "YulLiteral", - "src": "12044:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12032:3:44", - "nodeType": "YulIdentifier", - "src": "12032:3:44" - }, - "nativeSrc": "12032:17:44", - "nodeType": "YulFunctionCall", - "src": "12032:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "12018:10:44", - "nodeType": "YulTypedName", - "src": "12018:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12124:22:44", - "nodeType": "YulBlock", - "src": "12124:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "12126:16:44", - "nodeType": "YulIdentifier", - "src": "12126:16:44" - }, - "nativeSrc": "12126:18:44", - "nodeType": "YulFunctionCall", - "src": "12126:18:44" - }, - "nativeSrc": "12126:18:44", - "nodeType": "YulExpressionStatement", - "src": "12126:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12067:10:44", - "nodeType": "YulIdentifier", - "src": "12067:10:44" - }, - { - "kind": "number", - "nativeSrc": "12079:18:44", - "nodeType": "YulLiteral", - "src": "12079:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "12064:2:44", - "nodeType": "YulIdentifier", - "src": "12064:2:44" - }, - "nativeSrc": "12064:34:44", - "nodeType": "YulFunctionCall", - "src": "12064:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12103:10:44", - "nodeType": "YulIdentifier", - "src": "12103:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "12115:6:44", - "nodeType": "YulIdentifier", - "src": "12115:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12100:2:44", - "nodeType": "YulIdentifier", - "src": "12100:2:44" - }, - "nativeSrc": "12100:22:44", - "nodeType": "YulFunctionCall", - "src": "12100:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "12061:2:44", - "nodeType": "YulIdentifier", - "src": "12061:2:44" - }, - "nativeSrc": "12061:62:44", - "nodeType": "YulFunctionCall", - "src": "12061:62:44" - }, - "nativeSrc": "12058:88:44", - "nodeType": "YulIf", - "src": "12058:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12162:2:44", - "nodeType": "YulLiteral", - "src": "12162:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "12166:10:44", - "nodeType": "YulIdentifier", - "src": "12166:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12155:6:44", - "nodeType": "YulIdentifier", - "src": "12155:6:44" - }, - "nativeSrc": "12155:22:44", - "nodeType": "YulFunctionCall", - "src": "12155:22:44" - }, - "nativeSrc": "12155:22:44", - "nodeType": "YulExpressionStatement", - "src": "12155:22:44" - } - ] - }, - "name": "allocate_memory_3991", - "nativeSrc": "11930:253:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "11965:6:44", - "nodeType": "YulTypedName", - "src": "11965:6:44", - "type": "" - } - ], - "src": "11930:253:44" - }, - { - "body": { - "nativeSrc": "12234:207:44", - "nodeType": "YulBlock", - "src": "12234:207:44", - "statements": [ - { - "nativeSrc": "12244:19:44", - "nodeType": "YulAssignment", - "src": "12244:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12260:2:44", - "nodeType": "YulLiteral", - "src": "12260:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12254:5:44", - "nodeType": "YulIdentifier", - "src": "12254:5:44" - }, - "nativeSrc": "12254:9:44", - "nodeType": "YulFunctionCall", - "src": "12254:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "12244:6:44", - "nodeType": "YulIdentifier", - "src": "12244:6:44" - } - ] - }, - { - "nativeSrc": "12272:35:44", - "nodeType": "YulVariableDeclaration", - "src": "12272:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "12294:6:44", - "nodeType": "YulIdentifier", - "src": "12294:6:44" - }, - { - "kind": "number", - "nativeSrc": "12302:4:44", - "nodeType": "YulLiteral", - "src": "12302:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12290:3:44", - "nodeType": "YulIdentifier", - "src": "12290:3:44" - }, - "nativeSrc": "12290:17:44", - "nodeType": "YulFunctionCall", - "src": "12290:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "12276:10:44", - "nodeType": "YulTypedName", - "src": "12276:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12382:22:44", - "nodeType": "YulBlock", - "src": "12382:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "12384:16:44", - "nodeType": "YulIdentifier", - "src": "12384:16:44" - }, - "nativeSrc": "12384:18:44", - "nodeType": "YulFunctionCall", - "src": "12384:18:44" - }, - "nativeSrc": "12384:18:44", - "nodeType": "YulExpressionStatement", - "src": "12384:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12325:10:44", - "nodeType": "YulIdentifier", - "src": "12325:10:44" - }, - { - "kind": "number", - "nativeSrc": "12337:18:44", - "nodeType": "YulLiteral", - "src": "12337:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "12322:2:44", - "nodeType": "YulIdentifier", - "src": "12322:2:44" - }, - "nativeSrc": "12322:34:44", - "nodeType": "YulFunctionCall", - "src": "12322:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12361:10:44", - "nodeType": "YulIdentifier", - "src": "12361:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "12373:6:44", - "nodeType": "YulIdentifier", - "src": "12373:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12358:2:44", - "nodeType": "YulIdentifier", - "src": "12358:2:44" - }, - "nativeSrc": "12358:22:44", - "nodeType": "YulFunctionCall", - "src": "12358:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "12319:2:44", - "nodeType": "YulIdentifier", - "src": "12319:2:44" - }, - "nativeSrc": "12319:62:44", - "nodeType": "YulFunctionCall", - "src": "12319:62:44" - }, - "nativeSrc": "12316:88:44", - "nodeType": "YulIf", - "src": "12316:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12420:2:44", - "nodeType": "YulLiteral", - "src": "12420:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "12424:10:44", - "nodeType": "YulIdentifier", - "src": "12424:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12413:6:44", - "nodeType": "YulIdentifier", - "src": "12413:6:44" - }, - "nativeSrc": "12413:22:44", - "nodeType": "YulFunctionCall", - "src": "12413:22:44" - }, - "nativeSrc": "12413:22:44", - "nodeType": "YulExpressionStatement", - "src": "12413:22:44" - } - ] - }, - "name": "allocate_memory_3992", - "nativeSrc": "12188:253:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "12223:6:44", - "nodeType": "YulTypedName", - "src": "12223:6:44", - "type": "" - } - ], - "src": "12188:253:44" - }, - { - "body": { - "nativeSrc": "12492:207:44", - "nodeType": "YulBlock", - "src": "12492:207:44", - "statements": [ - { - "nativeSrc": "12502:19:44", - "nodeType": "YulAssignment", - "src": "12502:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12518:2:44", - "nodeType": "YulLiteral", - "src": "12518:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12512:5:44", - "nodeType": "YulIdentifier", - "src": "12512:5:44" - }, - "nativeSrc": "12512:9:44", - "nodeType": "YulFunctionCall", - "src": "12512:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "12502:6:44", - "nodeType": "YulIdentifier", - "src": "12502:6:44" - } - ] - }, - { - "nativeSrc": "12530:35:44", - "nodeType": "YulVariableDeclaration", - "src": "12530:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "12552:6:44", - "nodeType": "YulIdentifier", - "src": "12552:6:44" - }, - { - "kind": "number", - "nativeSrc": "12560:4:44", - "nodeType": "YulLiteral", - "src": "12560:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12548:3:44", - "nodeType": "YulIdentifier", - "src": "12548:3:44" - }, - "nativeSrc": "12548:17:44", - "nodeType": "YulFunctionCall", - "src": "12548:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "12534:10:44", - "nodeType": "YulTypedName", - "src": "12534:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12640:22:44", - "nodeType": "YulBlock", - "src": "12640:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "12642:16:44", - "nodeType": "YulIdentifier", - "src": "12642:16:44" - }, - "nativeSrc": "12642:18:44", - "nodeType": "YulFunctionCall", - "src": "12642:18:44" - }, - "nativeSrc": "12642:18:44", - "nodeType": "YulExpressionStatement", - "src": "12642:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12583:10:44", - "nodeType": "YulIdentifier", - "src": "12583:10:44" - }, - { - "kind": "number", - "nativeSrc": "12595:18:44", - "nodeType": "YulLiteral", - "src": "12595:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "12580:2:44", - "nodeType": "YulIdentifier", - "src": "12580:2:44" - }, - "nativeSrc": "12580:34:44", - "nodeType": "YulFunctionCall", - "src": "12580:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12619:10:44", - "nodeType": "YulIdentifier", - "src": "12619:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "12631:6:44", - "nodeType": "YulIdentifier", - "src": "12631:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12616:2:44", - "nodeType": "YulIdentifier", - "src": "12616:2:44" - }, - "nativeSrc": "12616:22:44", - "nodeType": "YulFunctionCall", - "src": "12616:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "12577:2:44", - "nodeType": "YulIdentifier", - "src": "12577:2:44" - }, - "nativeSrc": "12577:62:44", - "nodeType": "YulFunctionCall", - "src": "12577:62:44" - }, - "nativeSrc": "12574:88:44", - "nodeType": "YulIf", - "src": "12574:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12678:2:44", - "nodeType": "YulLiteral", - "src": "12678:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "12682:10:44", - "nodeType": "YulIdentifier", - "src": "12682:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12671:6:44", - "nodeType": "YulIdentifier", - "src": "12671:6:44" - }, - "nativeSrc": "12671:22:44", - "nodeType": "YulFunctionCall", - "src": "12671:22:44" - }, - "nativeSrc": "12671:22:44", - "nodeType": "YulExpressionStatement", - "src": "12671:22:44" - } - ] - }, - "name": "allocate_memory_3998", - "nativeSrc": "12446:253:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "12481:6:44", - "nodeType": "YulTypedName", - "src": "12481:6:44", - "type": "" - } - ], - "src": "12446:253:44" - }, - { - "body": { - "nativeSrc": "12749:230:44", - "nodeType": "YulBlock", - "src": "12749:230:44", - "statements": [ - { - "nativeSrc": "12759:19:44", - "nodeType": "YulAssignment", - "src": "12759:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12775:2:44", - "nodeType": "YulLiteral", - "src": "12775:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12769:5:44", - "nodeType": "YulIdentifier", - "src": "12769:5:44" - }, - "nativeSrc": "12769:9:44", - "nodeType": "YulFunctionCall", - "src": "12769:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "12759:6:44", - "nodeType": "YulIdentifier", - "src": "12759:6:44" - } - ] - }, - { - "nativeSrc": "12787:58:44", - "nodeType": "YulVariableDeclaration", - "src": "12787:58:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "12809:6:44", - "nodeType": "YulIdentifier", - "src": "12809:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "size", - "nativeSrc": "12825:4:44", - "nodeType": "YulIdentifier", - "src": "12825:4:44" - }, - { - "kind": "number", - "nativeSrc": "12831:2:44", - "nodeType": "YulLiteral", - "src": "12831:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12821:3:44", - "nodeType": "YulIdentifier", - "src": "12821:3:44" - }, - "nativeSrc": "12821:13:44", - "nodeType": "YulFunctionCall", - "src": "12821:13:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12840:2:44", - "nodeType": "YulLiteral", - "src": "12840:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "12836:3:44", - "nodeType": "YulIdentifier", - "src": "12836:3:44" - }, - "nativeSrc": "12836:7:44", - "nodeType": "YulFunctionCall", - "src": "12836:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12817:3:44", - "nodeType": "YulIdentifier", - "src": "12817:3:44" - }, - "nativeSrc": "12817:27:44", - "nodeType": "YulFunctionCall", - "src": "12817:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12805:3:44", - "nodeType": "YulIdentifier", - "src": "12805:3:44" - }, - "nativeSrc": "12805:40:44", - "nodeType": "YulFunctionCall", - "src": "12805:40:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "12791:10:44", - "nodeType": "YulTypedName", - "src": "12791:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12920:22:44", - "nodeType": "YulBlock", - "src": "12920:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "12922:16:44", - "nodeType": "YulIdentifier", - "src": "12922:16:44" - }, - "nativeSrc": "12922:18:44", - "nodeType": "YulFunctionCall", - "src": "12922:18:44" - }, - "nativeSrc": "12922:18:44", - "nodeType": "YulExpressionStatement", - "src": "12922:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12863:10:44", - "nodeType": "YulIdentifier", - "src": "12863:10:44" - }, - { - "kind": "number", - "nativeSrc": "12875:18:44", - "nodeType": "YulLiteral", - "src": "12875:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "12860:2:44", - "nodeType": "YulIdentifier", - "src": "12860:2:44" - }, - "nativeSrc": "12860:34:44", - "nodeType": "YulFunctionCall", - "src": "12860:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "12899:10:44", - "nodeType": "YulIdentifier", - "src": "12899:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "12911:6:44", - "nodeType": "YulIdentifier", - "src": "12911:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12896:2:44", - "nodeType": "YulIdentifier", - "src": "12896:2:44" - }, - "nativeSrc": "12896:22:44", - "nodeType": "YulFunctionCall", - "src": "12896:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "12857:2:44", - "nodeType": "YulIdentifier", - "src": "12857:2:44" - }, - "nativeSrc": "12857:62:44", - "nodeType": "YulFunctionCall", - "src": "12857:62:44" - }, - "nativeSrc": "12854:88:44", - "nodeType": "YulIf", - "src": "12854:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12958:2:44", - "nodeType": "YulLiteral", - "src": "12958:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "12962:10:44", - "nodeType": "YulIdentifier", - "src": "12962:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12951:6:44", - "nodeType": "YulIdentifier", - "src": "12951:6:44" - }, - "nativeSrc": "12951:22:44", - "nodeType": "YulFunctionCall", - "src": "12951:22:44" - }, - "nativeSrc": "12951:22:44", - "nodeType": "YulExpressionStatement", - "src": "12951:22:44" - } - ] - }, - "name": "allocate_memory", - "nativeSrc": "12704:275:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "size", - "nativeSrc": "12729:4:44", - "nodeType": "YulTypedName", - "src": "12729:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "12738:6:44", - "nodeType": "YulTypedName", - "src": "12738:6:44", - "type": "" - } - ], - "src": "12704:275:44" - }, - { - "body": { - "nativeSrc": "13074:114:44", - "nodeType": "YulBlock", - "src": "13074:114:44", - "statements": [ - { - "body": { - "nativeSrc": "13118:22:44", - "nodeType": "YulBlock", - "src": "13118:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "13120:16:44", - "nodeType": "YulIdentifier", - "src": "13120:16:44" - }, - "nativeSrc": "13120:18:44", - "nodeType": "YulFunctionCall", - "src": "13120:18:44" - }, - "nativeSrc": "13120:18:44", - "nodeType": "YulExpressionStatement", - "src": "13120:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "13090:6:44", - "nodeType": "YulIdentifier", - "src": "13090:6:44" - }, - { - "kind": "number", - "nativeSrc": "13098:18:44", - "nodeType": "YulLiteral", - "src": "13098:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "13087:2:44", - "nodeType": "YulIdentifier", - "src": "13087:2:44" - }, - "nativeSrc": "13087:30:44", - "nodeType": "YulFunctionCall", - "src": "13087:30:44" - }, - "nativeSrc": "13084:56:44", - "nodeType": "YulIf", - "src": "13084:56:44" - }, - { - "nativeSrc": "13149:33:44", - "nodeType": "YulAssignment", - "src": "13149:33:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13165:1:44", - "nodeType": "YulLiteral", - "src": "13165:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "13168:6:44", - "nodeType": "YulIdentifier", - "src": "13168:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "13161:3:44", - "nodeType": "YulIdentifier", - "src": "13161:3:44" - }, - "nativeSrc": "13161:14:44", - "nodeType": "YulFunctionCall", - "src": "13161:14:44" - }, - { - "kind": "number", - "nativeSrc": "13177:4:44", - "nodeType": "YulLiteral", - "src": "13177:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13157:3:44", - "nodeType": "YulIdentifier", - "src": "13157:3:44" - }, - "nativeSrc": "13157:25:44", - "nodeType": "YulFunctionCall", - "src": "13157:25:44" - }, - "variableNames": [ - { - "name": "size", - "nativeSrc": "13149:4:44", - "nodeType": "YulIdentifier", - "src": "13149:4:44" - } - ] - } - ] - }, - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "12984:204:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "length", - "nativeSrc": "13054:6:44", - "nodeType": "YulTypedName", - "src": "13054:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "size", - "nativeSrc": "13065:4:44", - "nodeType": "YulTypedName", - "src": "13065:4:44", - "type": "" - } - ], - "src": "12984:204:44" - }, - { - "body": { - "nativeSrc": "13271:536:44", - "nodeType": "YulBlock", - "src": "13271:536:44", - "statements": [ - { - "body": { - "nativeSrc": "13315:16:44", - "nodeType": "YulBlock", - "src": "13315:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13324:1:44", - "nodeType": "YulLiteral", - "src": "13324:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13327:1:44", - "nodeType": "YulLiteral", - "src": "13327:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13317:6:44", - "nodeType": "YulIdentifier", - "src": "13317:6:44" - }, - "nativeSrc": "13317:12:44", - "nodeType": "YulFunctionCall", - "src": "13317:12:44" - }, - "nativeSrc": "13317:12:44", - "nodeType": "YulExpressionStatement", - "src": "13317:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "13292:3:44", - "nodeType": "YulIdentifier", - "src": "13292:3:44" - }, - { - "name": "headStart", - "nativeSrc": "13297:9:44", - "nodeType": "YulIdentifier", - "src": "13297:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "13288:3:44", - "nodeType": "YulIdentifier", - "src": "13288:3:44" - }, - "nativeSrc": "13288:19:44", - "nodeType": "YulFunctionCall", - "src": "13288:19:44" - }, - { - "kind": "number", - "nativeSrc": "13309:4:44", - "nodeType": "YulLiteral", - "src": "13309:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "13284:3:44", - "nodeType": "YulIdentifier", - "src": "13284:3:44" - }, - "nativeSrc": "13284:30:44", - "nodeType": "YulFunctionCall", - "src": "13284:30:44" - }, - "nativeSrc": "13281:50:44", - "nodeType": "YulIf", - "src": "13281:50:44" - }, - { - "nativeSrc": "13340:15:44", - "nodeType": "YulVariableDeclaration", - "src": "13340:15:44", - "value": { - "kind": "number", - "nativeSrc": "13354:1:44", - "nodeType": "YulLiteral", - "src": "13354:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "memPtr", - "nativeSrc": "13344:6:44", - "nodeType": "YulTypedName", - "src": "13344:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "13364:21:44", - "nodeType": "YulAssignment", - "src": "13364:21:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13380:4:44", - "nodeType": "YulLiteral", - "src": "13380:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13374:5:44", - "nodeType": "YulIdentifier", - "src": "13374:5:44" - }, - "nativeSrc": "13374:11:44", - "nodeType": "YulFunctionCall", - "src": "13374:11:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "13364:6:44", - "nodeType": "YulIdentifier", - "src": "13364:6:44" - } - ] - }, - { - "nativeSrc": "13394:35:44", - "nodeType": "YulVariableDeclaration", - "src": "13394:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "13416:6:44", - "nodeType": "YulIdentifier", - "src": "13416:6:44" - }, - { - "kind": "number", - "nativeSrc": "13424:4:44", - "nodeType": "YulLiteral", - "src": "13424:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13412:3:44", - "nodeType": "YulIdentifier", - "src": "13412:3:44" - }, - "nativeSrc": "13412:17:44", - "nodeType": "YulFunctionCall", - "src": "13412:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "13398:10:44", - "nodeType": "YulTypedName", - "src": "13398:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "13504:22:44", - "nodeType": "YulBlock", - "src": "13504:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "13506:16:44", - "nodeType": "YulIdentifier", - "src": "13506:16:44" - }, - "nativeSrc": "13506:18:44", - "nodeType": "YulFunctionCall", - "src": "13506:18:44" - }, - "nativeSrc": "13506:18:44", - "nodeType": "YulExpressionStatement", - "src": "13506:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "13447:10:44", - "nodeType": "YulIdentifier", - "src": "13447:10:44" - }, - { - "kind": "number", - "nativeSrc": "13459:18:44", - "nodeType": "YulLiteral", - "src": "13459:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "13444:2:44", - "nodeType": "YulIdentifier", - "src": "13444:2:44" - }, - "nativeSrc": "13444:34:44", - "nodeType": "YulFunctionCall", - "src": "13444:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "13483:10:44", - "nodeType": "YulIdentifier", - "src": "13483:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "13495:6:44", - "nodeType": "YulIdentifier", - "src": "13495:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "13480:2:44", - "nodeType": "YulIdentifier", - "src": "13480:2:44" - }, - "nativeSrc": "13480:22:44", - "nodeType": "YulFunctionCall", - "src": "13480:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "13441:2:44", - "nodeType": "YulIdentifier", - "src": "13441:2:44" - }, - "nativeSrc": "13441:62:44", - "nodeType": "YulFunctionCall", - "src": "13441:62:44" - }, - "nativeSrc": "13438:88:44", - "nodeType": "YulIf", - "src": "13438:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13542:4:44", - "nodeType": "YulLiteral", - "src": "13542:4:44", - "type": "", - "value": "0x40" - }, - { - "name": "newFreePtr", - "nativeSrc": "13548:10:44", - "nodeType": "YulIdentifier", - "src": "13548:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13535:6:44", - "nodeType": "YulIdentifier", - "src": "13535:6:44" - }, - "nativeSrc": "13535:24:44", - "nodeType": "YulFunctionCall", - "src": "13535:24:44" - }, - "nativeSrc": "13535:24:44", - "nodeType": "YulExpressionStatement", - "src": "13535:24:44" - }, - { - "nativeSrc": "13568:15:44", - "nodeType": "YulAssignment", - "src": "13568:15:44", - "value": { - "name": "memPtr", - "nativeSrc": "13577:6:44", - "nodeType": "YulIdentifier", - "src": "13577:6:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "13568:5:44", - "nodeType": "YulIdentifier", - "src": "13568:5:44" - } - ] - }, - { - "nativeSrc": "13592:16:44", - "nodeType": "YulVariableDeclaration", - "src": "13592:16:44", - "value": { - "kind": "number", - "nativeSrc": "13607:1:44", - "nodeType": "YulLiteral", - "src": "13607:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "13596:7:44", - "nodeType": "YulTypedName", - "src": "13596:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "13617:34:44", - "nodeType": "YulAssignment", - "src": "13617:34:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13641:9:44", - "nodeType": "YulIdentifier", - "src": "13641:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "13628:12:44", - "nodeType": "YulIdentifier", - "src": "13628:12:44" - }, - "nativeSrc": "13628:23:44", - "nodeType": "YulFunctionCall", - "src": "13628:23:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "13617:7:44", - "nodeType": "YulIdentifier", - "src": "13617:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "13667:6:44", - "nodeType": "YulIdentifier", - "src": "13667:6:44" - }, - { - "name": "value_1", - "nativeSrc": "13675:7:44", - "nodeType": "YulIdentifier", - "src": "13675:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13660:6:44", - "nodeType": "YulIdentifier", - "src": "13660:6:44" - }, - "nativeSrc": "13660:23:44", - "nodeType": "YulFunctionCall", - "src": "13660:23:44" - }, - "nativeSrc": "13660:23:44", - "nodeType": "YulExpressionStatement", - "src": "13660:23:44" - }, - { - "nativeSrc": "13692:16:44", - "nodeType": "YulVariableDeclaration", - "src": "13692:16:44", - "value": { - "kind": "number", - "nativeSrc": "13707:1:44", - "nodeType": "YulLiteral", - "src": "13707:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "13696:7:44", - "nodeType": "YulTypedName", - "src": "13696:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "13717:43:44", - "nodeType": "YulAssignment", - "src": "13717:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13745:9:44", - "nodeType": "YulIdentifier", - "src": "13745:9:44" - }, - { - "kind": "number", - "nativeSrc": "13756:2:44", - "nodeType": "YulLiteral", - "src": "13756:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13741:3:44", - "nodeType": "YulIdentifier", - "src": "13741:3:44" - }, - "nativeSrc": "13741:18:44", - "nodeType": "YulFunctionCall", - "src": "13741:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "13728:12:44", - "nodeType": "YulIdentifier", - "src": "13728:12:44" - }, - "nativeSrc": "13728:32:44", - "nodeType": "YulFunctionCall", - "src": "13728:32:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "13717:7:44", - "nodeType": "YulIdentifier", - "src": "13717:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "13780:6:44", - "nodeType": "YulIdentifier", - "src": "13780:6:44" - }, - { - "kind": "number", - "nativeSrc": "13788:2:44", - "nodeType": "YulLiteral", - "src": "13788:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13776:3:44", - "nodeType": "YulIdentifier", - "src": "13776:3:44" - }, - "nativeSrc": "13776:15:44", - "nodeType": "YulFunctionCall", - "src": "13776:15:44" - }, - { - "name": "value_2", - "nativeSrc": "13793:7:44", - "nodeType": "YulIdentifier", - "src": "13793:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13769:6:44", - "nodeType": "YulIdentifier", - "src": "13769:6:44" - }, - "nativeSrc": "13769:32:44", - "nodeType": "YulFunctionCall", - "src": "13769:32:44" - }, - "nativeSrc": "13769:32:44", - "nodeType": "YulExpressionStatement", - "src": "13769:32:44" - } - ] - }, - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "13193:614:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13242:9:44", - "nodeType": "YulTypedName", - "src": "13242:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "13253:3:44", - "nodeType": "YulTypedName", - "src": "13253:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "13261:5:44", - "nodeType": "YulTypedName", - "src": "13261:5:44", - "type": "" - } - ], - "src": "13193:614:44" - }, - { - "body": { - "nativeSrc": "13878:697:44", - "nodeType": "YulBlock", - "src": "13878:697:44", - "statements": [ - { - "body": { - "nativeSrc": "13922:16:44", - "nodeType": "YulBlock", - "src": "13922:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13931:1:44", - "nodeType": "YulLiteral", - "src": "13931:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13934:1:44", - "nodeType": "YulLiteral", - "src": "13934:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13924:6:44", - "nodeType": "YulIdentifier", - "src": "13924:6:44" - }, - "nativeSrc": "13924:12:44", - "nodeType": "YulFunctionCall", - "src": "13924:12:44" - }, - "nativeSrc": "13924:12:44", - "nodeType": "YulExpressionStatement", - "src": "13924:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "13899:3:44", - "nodeType": "YulIdentifier", - "src": "13899:3:44" - }, - { - "name": "headStart", - "nativeSrc": "13904:9:44", - "nodeType": "YulIdentifier", - "src": "13904:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "13895:3:44", - "nodeType": "YulIdentifier", - "src": "13895:3:44" - }, - "nativeSrc": "13895:19:44", - "nodeType": "YulFunctionCall", - "src": "13895:19:44" - }, - { - "kind": "number", - "nativeSrc": "13916:4:44", - "nodeType": "YulLiteral", - "src": "13916:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "13891:3:44", - "nodeType": "YulIdentifier", - "src": "13891:3:44" - }, - "nativeSrc": "13891:30:44", - "nodeType": "YulFunctionCall", - "src": "13891:30:44" - }, - "nativeSrc": "13888:50:44", - "nodeType": "YulIf", - "src": "13888:50:44" - }, - { - "nativeSrc": "13947:15:44", - "nodeType": "YulVariableDeclaration", - "src": "13947:15:44", - "value": { - "kind": "number", - "nativeSrc": "13961:1:44", - "nodeType": "YulLiteral", - "src": "13961:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "memPtr", - "nativeSrc": "13951:6:44", - "nodeType": "YulTypedName", - "src": "13951:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "13971:19:44", - "nodeType": "YulAssignment", - "src": "13971:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13987:2:44", - "nodeType": "YulLiteral", - "src": "13987:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13981:5:44", - "nodeType": "YulIdentifier", - "src": "13981:5:44" - }, - "nativeSrc": "13981:9:44", - "nodeType": "YulFunctionCall", - "src": "13981:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "13971:6:44", - "nodeType": "YulIdentifier", - "src": "13971:6:44" - } - ] - }, - { - "nativeSrc": "13999:35:44", - "nodeType": "YulVariableDeclaration", - "src": "13999:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "14021:6:44", - "nodeType": "YulIdentifier", - "src": "14021:6:44" - }, - { - "kind": "number", - "nativeSrc": "14029:4:44", - "nodeType": "YulLiteral", - "src": "14029:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14017:3:44", - "nodeType": "YulIdentifier", - "src": "14017:3:44" - }, - "nativeSrc": "14017:17:44", - "nodeType": "YulFunctionCall", - "src": "14017:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "14003:10:44", - "nodeType": "YulTypedName", - "src": "14003:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "14109:22:44", - "nodeType": "YulBlock", - "src": "14109:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "14111:16:44", - "nodeType": "YulIdentifier", - "src": "14111:16:44" - }, - "nativeSrc": "14111:18:44", - "nodeType": "YulFunctionCall", - "src": "14111:18:44" - }, - "nativeSrc": "14111:18:44", - "nodeType": "YulExpressionStatement", - "src": "14111:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "14052:10:44", - "nodeType": "YulIdentifier", - "src": "14052:10:44" - }, - { - "kind": "number", - "nativeSrc": "14064:18:44", - "nodeType": "YulLiteral", - "src": "14064:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "14049:2:44", - "nodeType": "YulIdentifier", - "src": "14049:2:44" - }, - "nativeSrc": "14049:34:44", - "nodeType": "YulFunctionCall", - "src": "14049:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "14088:10:44", - "nodeType": "YulIdentifier", - "src": "14088:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "14100:6:44", - "nodeType": "YulIdentifier", - "src": "14100:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "14085:2:44", - "nodeType": "YulIdentifier", - "src": "14085:2:44" - }, - "nativeSrc": "14085:22:44", - "nodeType": "YulFunctionCall", - "src": "14085:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "14046:2:44", - "nodeType": "YulIdentifier", - "src": "14046:2:44" - }, - "nativeSrc": "14046:62:44", - "nodeType": "YulFunctionCall", - "src": "14046:62:44" - }, - "nativeSrc": "14043:88:44", - "nodeType": "YulIf", - "src": "14043:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14147:2:44", - "nodeType": "YulLiteral", - "src": "14147:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "14151:10:44", - "nodeType": "YulIdentifier", - "src": "14151:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14140:6:44", - "nodeType": "YulIdentifier", - "src": "14140:6:44" - }, - "nativeSrc": "14140:22:44", - "nodeType": "YulFunctionCall", - "src": "14140:22:44" - }, - "nativeSrc": "14140:22:44", - "nodeType": "YulExpressionStatement", - "src": "14140:22:44" - }, - { - "nativeSrc": "14171:15:44", - "nodeType": "YulAssignment", - "src": "14171:15:44", - "value": { - "name": "memPtr", - "nativeSrc": "14180:6:44", - "nodeType": "YulIdentifier", - "src": "14180:6:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "14171:5:44", - "nodeType": "YulIdentifier", - "src": "14171:5:44" - } - ] - }, - { - "nativeSrc": "14195:38:44", - "nodeType": "YulVariableDeclaration", - "src": "14195:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14223:9:44", - "nodeType": "YulIdentifier", - "src": "14223:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14210:12:44", - "nodeType": "YulIdentifier", - "src": "14210:12:44" - }, - "nativeSrc": "14210:23:44", - "nodeType": "YulFunctionCall", - "src": "14210:23:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "14199:7:44", - "nodeType": "YulTypedName", - "src": "14199:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "14285:16:44", - "nodeType": "YulBlock", - "src": "14285:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14294:1:44", - "nodeType": "YulLiteral", - "src": "14294:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14297:1:44", - "nodeType": "YulLiteral", - "src": "14297:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14287:6:44", - "nodeType": "YulIdentifier", - "src": "14287:6:44" - }, - "nativeSrc": "14287:12:44", - "nodeType": "YulFunctionCall", - "src": "14287:12:44" - }, - "nativeSrc": "14287:12:44", - "nodeType": "YulExpressionStatement", - "src": "14287:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "14255:7:44", - "nodeType": "YulIdentifier", - "src": "14255:7:44" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "14268:7:44", - "nodeType": "YulIdentifier", - "src": "14268:7:44" - }, - { - "kind": "number", - "nativeSrc": "14277:4:44", - "nodeType": "YulLiteral", - "src": "14277:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14264:3:44", - "nodeType": "YulIdentifier", - "src": "14264:3:44" - }, - "nativeSrc": "14264:18:44", - "nodeType": "YulFunctionCall", - "src": "14264:18:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "14252:2:44", - "nodeType": "YulIdentifier", - "src": "14252:2:44" - }, - "nativeSrc": "14252:31:44", - "nodeType": "YulFunctionCall", - "src": "14252:31:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14245:6:44", - "nodeType": "YulIdentifier", - "src": "14245:6:44" - }, - "nativeSrc": "14245:39:44", - "nodeType": "YulFunctionCall", - "src": "14245:39:44" - }, - "nativeSrc": "14242:59:44", - "nodeType": "YulIf", - "src": "14242:59:44" - }, - { - "expression": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "14317:6:44", - "nodeType": "YulIdentifier", - "src": "14317:6:44" - }, - { - "name": "value_1", - "nativeSrc": "14325:7:44", - "nodeType": "YulIdentifier", - "src": "14325:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14310:6:44", - "nodeType": "YulIdentifier", - "src": "14310:6:44" - }, - "nativeSrc": "14310:23:44", - "nodeType": "YulFunctionCall", - "src": "14310:23:44" - }, - "nativeSrc": "14310:23:44", - "nodeType": "YulExpressionStatement", - "src": "14310:23:44" - }, - { - "nativeSrc": "14342:16:44", - "nodeType": "YulVariableDeclaration", - "src": "14342:16:44", - "value": { - "kind": "number", - "nativeSrc": "14357:1:44", - "nodeType": "YulLiteral", - "src": "14357:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "14346:7:44", - "nodeType": "YulTypedName", - "src": "14346:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "14367:43:44", - "nodeType": "YulAssignment", - "src": "14367:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14395:9:44", - "nodeType": "YulIdentifier", - "src": "14395:9:44" - }, - { - "kind": "number", - "nativeSrc": "14406:2:44", - "nodeType": "YulLiteral", - "src": "14406:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14391:3:44", - "nodeType": "YulIdentifier", - "src": "14391:3:44" - }, - "nativeSrc": "14391:18:44", - "nodeType": "YulFunctionCall", - "src": "14391:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14378:12:44", - "nodeType": "YulIdentifier", - "src": "14378:12:44" - }, - "nativeSrc": "14378:32:44", - "nodeType": "YulFunctionCall", - "src": "14378:32:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "14367:7:44", - "nodeType": "YulIdentifier", - "src": "14367:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "14430:6:44", - "nodeType": "YulIdentifier", - "src": "14430:6:44" - }, - { - "kind": "number", - "nativeSrc": "14438:2:44", - "nodeType": "YulLiteral", - "src": "14438:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14426:3:44", - "nodeType": "YulIdentifier", - "src": "14426:3:44" - }, - "nativeSrc": "14426:15:44", - "nodeType": "YulFunctionCall", - "src": "14426:15:44" - }, - { - "name": "value_2", - "nativeSrc": "14443:7:44", - "nodeType": "YulIdentifier", - "src": "14443:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14419:6:44", - "nodeType": "YulIdentifier", - "src": "14419:6:44" - }, - "nativeSrc": "14419:32:44", - "nodeType": "YulFunctionCall", - "src": "14419:32:44" - }, - "nativeSrc": "14419:32:44", - "nodeType": "YulExpressionStatement", - "src": "14419:32:44" - }, - { - "nativeSrc": "14460:16:44", - "nodeType": "YulVariableDeclaration", - "src": "14460:16:44", - "value": { - "kind": "number", - "nativeSrc": "14475:1:44", - "nodeType": "YulLiteral", - "src": "14475:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "14464:7:44", - "nodeType": "YulTypedName", - "src": "14464:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "14485:43:44", - "nodeType": "YulAssignment", - "src": "14485:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14513:9:44", - "nodeType": "YulIdentifier", - "src": "14513:9:44" - }, - { - "kind": "number", - "nativeSrc": "14524:2:44", - "nodeType": "YulLiteral", - "src": "14524:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14509:3:44", - "nodeType": "YulIdentifier", - "src": "14509:3:44" - }, - "nativeSrc": "14509:18:44", - "nodeType": "YulFunctionCall", - "src": "14509:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14496:12:44", - "nodeType": "YulIdentifier", - "src": "14496:12:44" - }, - "nativeSrc": "14496:32:44", - "nodeType": "YulFunctionCall", - "src": "14496:32:44" - }, - "variableNames": [ - { - "name": "value_3", - "nativeSrc": "14485:7:44", - "nodeType": "YulIdentifier", - "src": "14485:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "14548:6:44", - "nodeType": "YulIdentifier", - "src": "14548:6:44" - }, - { - "kind": "number", - "nativeSrc": "14556:2:44", - "nodeType": "YulLiteral", - "src": "14556:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14544:3:44", - "nodeType": "YulIdentifier", - "src": "14544:3:44" - }, - "nativeSrc": "14544:15:44", - "nodeType": "YulFunctionCall", - "src": "14544:15:44" - }, - { - "name": "value_3", - "nativeSrc": "14561:7:44", - "nodeType": "YulIdentifier", - "src": "14561:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14537:6:44", - "nodeType": "YulIdentifier", - "src": "14537:6:44" - }, - "nativeSrc": "14537:32:44", - "nodeType": "YulFunctionCall", - "src": "14537:32:44" - }, - "nativeSrc": "14537:32:44", - "nodeType": "YulExpressionStatement", - "src": "14537:32:44" - } - ] - }, - "name": "abi_decode_struct_Signature", - "nativeSrc": "13812:763:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13849:9:44", - "nodeType": "YulTypedName", - "src": "13849:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "13860:3:44", - "nodeType": "YulTypedName", - "src": "13860:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "13868:5:44", - "nodeType": "YulTypedName", - "src": "13868:5:44", - "type": "" - } - ], - "src": "13812:763:44" - }, - { - "body": { - "nativeSrc": "14653:649:44", - "nodeType": "YulBlock", - "src": "14653:649:44", - "statements": [ - { - "body": { - "nativeSrc": "14702:16:44", - "nodeType": "YulBlock", - "src": "14702:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14711:1:44", - "nodeType": "YulLiteral", - "src": "14711:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14714:1:44", - "nodeType": "YulLiteral", - "src": "14714:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14704:6:44", - "nodeType": "YulIdentifier", - "src": "14704:6:44" - }, - "nativeSrc": "14704:12:44", - "nodeType": "YulFunctionCall", - "src": "14704:12:44" - }, - "nativeSrc": "14704:12:44", - "nodeType": "YulExpressionStatement", - "src": "14704:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14681:6:44", - "nodeType": "YulIdentifier", - "src": "14681:6:44" - }, - { - "kind": "number", - "nativeSrc": "14689:4:44", - "nodeType": "YulLiteral", - "src": "14689:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14677:3:44", - "nodeType": "YulIdentifier", - "src": "14677:3:44" - }, - "nativeSrc": "14677:17:44", - "nodeType": "YulFunctionCall", - "src": "14677:17:44" - }, - { - "name": "end", - "nativeSrc": "14696:3:44", - "nodeType": "YulIdentifier", - "src": "14696:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14673:3:44", - "nodeType": "YulIdentifier", - "src": "14673:3:44" - }, - "nativeSrc": "14673:27:44", - "nodeType": "YulFunctionCall", - "src": "14673:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14666:6:44", - "nodeType": "YulIdentifier", - "src": "14666:6:44" - }, - "nativeSrc": "14666:35:44", - "nodeType": "YulFunctionCall", - "src": "14666:35:44" - }, - "nativeSrc": "14663:55:44", - "nodeType": "YulIf", - "src": "14663:55:44" - }, - { - "nativeSrc": "14727:34:44", - "nodeType": "YulVariableDeclaration", - "src": "14727:34:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14754:6:44", - "nodeType": "YulIdentifier", - "src": "14754:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14741:12:44", - "nodeType": "YulIdentifier", - "src": "14741:12:44" - }, - "nativeSrc": "14741:20:44", - "nodeType": "YulFunctionCall", - "src": "14741:20:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "14731:6:44", - "nodeType": "YulTypedName", - "src": "14731:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "14770:96:44", - "nodeType": "YulVariableDeclaration", - "src": "14770:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "14858:6:44", - "nodeType": "YulIdentifier", - "src": "14858:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "14797:60:44", - "nodeType": "YulIdentifier", - "src": "14797:60:44" - }, - "nativeSrc": "14797:68:44", - "nodeType": "YulFunctionCall", - "src": "14797:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "14781:15:44", - "nodeType": "YulIdentifier", - "src": "14781:15:44" - }, - "nativeSrc": "14781:85:44", - "nodeType": "YulFunctionCall", - "src": "14781:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "14774:3:44", - "nodeType": "YulTypedName", - "src": "14774:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "14875:18:44", - "nodeType": "YulVariableDeclaration", - "src": "14875:18:44", - "value": { - "name": "dst", - "nativeSrc": "14890:3:44", - "nodeType": "YulIdentifier", - "src": "14890:3:44" - }, - "variables": [ - { - "name": "array_1", - "nativeSrc": "14879:7:44", - "nodeType": "YulTypedName", - "src": "14879:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "14909:3:44", - "nodeType": "YulIdentifier", - "src": "14909:3:44" - }, - { - "name": "length", - "nativeSrc": "14914:6:44", - "nodeType": "YulIdentifier", - "src": "14914:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14902:6:44", - "nodeType": "YulIdentifier", - "src": "14902:6:44" - }, - "nativeSrc": "14902:19:44", - "nodeType": "YulFunctionCall", - "src": "14902:19:44" - }, - "nativeSrc": "14902:19:44", - "nodeType": "YulExpressionStatement", - "src": "14902:19:44" - }, - { - "nativeSrc": "14930:21:44", - "nodeType": "YulAssignment", - "src": "14930:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "14941:3:44", - "nodeType": "YulIdentifier", - "src": "14941:3:44" - }, - { - "kind": "number", - "nativeSrc": "14946:4:44", - "nodeType": "YulLiteral", - "src": "14946:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14937:3:44", - "nodeType": "YulIdentifier", - "src": "14937:3:44" - }, - "nativeSrc": "14937:14:44", - "nodeType": "YulFunctionCall", - "src": "14937:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "14930:3:44", - "nodeType": "YulIdentifier", - "src": "14930:3:44" - } - ] - }, - { - "nativeSrc": "14960:55:44", - "nodeType": "YulVariableDeclaration", - "src": "14960:55:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14982:6:44", - "nodeType": "YulIdentifier", - "src": "14982:6:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "14994:6:44", - "nodeType": "YulIdentifier", - "src": "14994:6:44" - }, - { - "kind": "number", - "nativeSrc": "15002:4:44", - "nodeType": "YulLiteral", - "src": "15002:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "mul", - "nativeSrc": "14990:3:44", - "nodeType": "YulIdentifier", - "src": "14990:3:44" - }, - "nativeSrc": "14990:17:44", - "nodeType": "YulFunctionCall", - "src": "14990:17:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14978:3:44", - "nodeType": "YulIdentifier", - "src": "14978:3:44" - }, - "nativeSrc": "14978:30:44", - "nodeType": "YulFunctionCall", - "src": "14978:30:44" - }, - { - "kind": "number", - "nativeSrc": "15010:4:44", - "nodeType": "YulLiteral", - "src": "15010:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14974:3:44", - "nodeType": "YulIdentifier", - "src": "14974:3:44" - }, - "nativeSrc": "14974:41:44", - "nodeType": "YulFunctionCall", - "src": "14974:41:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "14964:6:44", - "nodeType": "YulTypedName", - "src": "14964:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15043:16:44", - "nodeType": "YulBlock", - "src": "15043:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15052:1:44", - "nodeType": "YulLiteral", - "src": "15052:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15055:1:44", - "nodeType": "YulLiteral", - "src": "15055:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15045:6:44", - "nodeType": "YulIdentifier", - "src": "15045:6:44" - }, - "nativeSrc": "15045:12:44", - "nodeType": "YulFunctionCall", - "src": "15045:12:44" - }, - "nativeSrc": "15045:12:44", - "nodeType": "YulExpressionStatement", - "src": "15045:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "15030:6:44", - "nodeType": "YulIdentifier", - "src": "15030:6:44" - }, - { - "name": "end", - "nativeSrc": "15038:3:44", - "nodeType": "YulIdentifier", - "src": "15038:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15027:2:44", - "nodeType": "YulIdentifier", - "src": "15027:2:44" - }, - "nativeSrc": "15027:15:44", - "nodeType": "YulFunctionCall", - "src": "15027:15:44" - }, - "nativeSrc": "15024:35:44", - "nodeType": "YulIf", - "src": "15024:35:44" - }, - { - "nativeSrc": "15068:28:44", - "nodeType": "YulVariableDeclaration", - "src": "15068:28:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15083:6:44", - "nodeType": "YulIdentifier", - "src": "15083:6:44" - }, - { - "kind": "number", - "nativeSrc": "15091:4:44", - "nodeType": "YulLiteral", - "src": "15091:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15079:3:44", - "nodeType": "YulIdentifier", - "src": "15079:3:44" - }, - "nativeSrc": "15079:17:44", - "nodeType": "YulFunctionCall", - "src": "15079:17:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "15072:3:44", - "nodeType": "YulTypedName", - "src": "15072:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15163:108:44", - "nodeType": "YulBlock", - "src": "15163:108:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "15184:3:44", - "nodeType": "YulIdentifier", - "src": "15184:3:44" - }, - { - "arguments": [ - { - "name": "src", - "nativeSrc": "15217:3:44", - "nodeType": "YulIdentifier", - "src": "15217:3:44" - }, - { - "name": "end", - "nativeSrc": "15222:3:44", - "nodeType": "YulIdentifier", - "src": "15222:3:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "15189:27:44", - "nodeType": "YulIdentifier", - "src": "15189:27:44" - }, - "nativeSrc": "15189:37:44", - "nodeType": "YulFunctionCall", - "src": "15189:37:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15177:6:44", - "nodeType": "YulIdentifier", - "src": "15177:6:44" - }, - "nativeSrc": "15177:50:44", - "nodeType": "YulFunctionCall", - "src": "15177:50:44" - }, - "nativeSrc": "15177:50:44", - "nodeType": "YulExpressionStatement", - "src": "15177:50:44" - }, - { - "nativeSrc": "15240:21:44", - "nodeType": "YulAssignment", - "src": "15240:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "15251:3:44", - "nodeType": "YulIdentifier", - "src": "15251:3:44" - }, - { - "kind": "number", - "nativeSrc": "15256:4:44", - "nodeType": "YulLiteral", - "src": "15256:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15247:3:44", - "nodeType": "YulIdentifier", - "src": "15247:3:44" - }, - "nativeSrc": "15247:14:44", - "nodeType": "YulFunctionCall", - "src": "15247:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "15240:3:44", - "nodeType": "YulIdentifier", - "src": "15240:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "15116:3:44", - "nodeType": "YulIdentifier", - "src": "15116:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "15121:6:44", - "nodeType": "YulIdentifier", - "src": "15121:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "15113:2:44", - "nodeType": "YulIdentifier", - "src": "15113:2:44" - }, - "nativeSrc": "15113:15:44", - "nodeType": "YulFunctionCall", - "src": "15113:15:44" - }, - "nativeSrc": "15105:166:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "15129:25:44", - "nodeType": "YulBlock", - "src": "15129:25:44", - "statements": [ - { - "nativeSrc": "15131:21:44", - "nodeType": "YulAssignment", - "src": "15131:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "15142:3:44", - "nodeType": "YulIdentifier", - "src": "15142:3:44" - }, - { - "kind": "number", - "nativeSrc": "15147:4:44", - "nodeType": "YulLiteral", - "src": "15147:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15138:3:44", - "nodeType": "YulIdentifier", - "src": "15138:3:44" - }, - "nativeSrc": "15138:14:44", - "nodeType": "YulFunctionCall", - "src": "15138:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "15131:3:44", - "nodeType": "YulIdentifier", - "src": "15131:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "15109:3:44", - "nodeType": "YulBlock", - "src": "15109:3:44", - "statements": [] - }, - "src": "15105:166:44" - }, - { - "nativeSrc": "15280:16:44", - "nodeType": "YulAssignment", - "src": "15280:16:44", - "value": { - "name": "array_1", - "nativeSrc": "15289:7:44", - "nodeType": "YulIdentifier", - "src": "15289:7:44" - }, - "variableNames": [ - { - "name": "array", - "nativeSrc": "15280:5:44", - "nodeType": "YulIdentifier", - "src": "15280:5:44" - } - ] - } - ] - }, - "name": "abi_decode_array_struct_Signature_dyn", - "nativeSrc": "14580:722:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "14627:6:44", - "nodeType": "YulTypedName", - "src": "14627:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "14635:3:44", - "nodeType": "YulTypedName", - "src": "14635:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "array", - "nativeSrc": "14643:5:44", - "nodeType": "YulTypedName", - "src": "14643:5:44", - "type": "" - } - ], - "src": "14580:722:44" - }, - { - "body": { - "nativeSrc": "15355:123:44", - "nodeType": "YulBlock", - "src": "15355:123:44", - "statements": [ - { - "nativeSrc": "15365:29:44", - "nodeType": "YulAssignment", - "src": "15365:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15387:6:44", - "nodeType": "YulIdentifier", - "src": "15387:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15374:12:44", - "nodeType": "YulIdentifier", - "src": "15374:12:44" - }, - "nativeSrc": "15374:20:44", - "nodeType": "YulFunctionCall", - "src": "15374:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "15365:5:44", - "nodeType": "YulIdentifier", - "src": "15365:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "15456:16:44", - "nodeType": "YulBlock", - "src": "15456:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15465:1:44", - "nodeType": "YulLiteral", - "src": "15465:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15468:1:44", - "nodeType": "YulLiteral", - "src": "15468:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15458:6:44", - "nodeType": "YulIdentifier", - "src": "15458:6:44" - }, - "nativeSrc": "15458:12:44", - "nodeType": "YulFunctionCall", - "src": "15458:12:44" - }, - "nativeSrc": "15458:12:44", - "nodeType": "YulExpressionStatement", - "src": "15458:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15416:5:44", - "nodeType": "YulIdentifier", - "src": "15416:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15427:5:44", - "nodeType": "YulIdentifier", - "src": "15427:5:44" - }, - { - "kind": "number", - "nativeSrc": "15434:18:44", - "nodeType": "YulLiteral", - "src": "15434:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "15423:3:44", - "nodeType": "YulIdentifier", - "src": "15423:3:44" - }, - "nativeSrc": "15423:30:44", - "nodeType": "YulFunctionCall", - "src": "15423:30:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "15413:2:44", - "nodeType": "YulIdentifier", - "src": "15413:2:44" - }, - "nativeSrc": "15413:41:44", - "nodeType": "YulFunctionCall", - "src": "15413:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "15406:6:44", - "nodeType": "YulIdentifier", - "src": "15406:6:44" - }, - "nativeSrc": "15406:49:44", - "nodeType": "YulFunctionCall", - "src": "15406:49:44" - }, - "nativeSrc": "15403:69:44", - "nodeType": "YulIf", - "src": "15403:69:44" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "15307:171:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "15334:6:44", - "nodeType": "YulTypedName", - "src": "15334:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "15345:5:44", - "nodeType": "YulTypedName", - "src": "15345:5:44", - "type": "" - } - ], - "src": "15307:171:44" - }, - { - "body": { - "nativeSrc": "15647:1432:44", - "nodeType": "YulBlock", - "src": "15647:1432:44", - "statements": [ - { - "body": { - "nativeSrc": "15698:16:44", - "nodeType": "YulBlock", - "src": "15698:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15707:1:44", - "nodeType": "YulLiteral", - "src": "15707:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15710:1:44", - "nodeType": "YulLiteral", - "src": "15710:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15700:6:44", - "nodeType": "YulIdentifier", - "src": "15700:6:44" - }, - "nativeSrc": "15700:12:44", - "nodeType": "YulFunctionCall", - "src": "15700:12:44" - }, - "nativeSrc": "15700:12:44", - "nodeType": "YulExpressionStatement", - "src": "15700:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15668:12:44", - "nodeType": "YulIdentifier", - "src": "15668:12:44" - }, - "nativeSrc": "15668:14:44", - "nodeType": "YulFunctionCall", - "src": "15668:14:44" - }, - { - "name": "value", - "nativeSrc": "15684:5:44", - "nodeType": "YulIdentifier", - "src": "15684:5:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15664:3:44", - "nodeType": "YulIdentifier", - "src": "15664:3:44" - }, - "nativeSrc": "15664:26:44", - "nodeType": "YulFunctionCall", - "src": "15664:26:44" - }, - { - "kind": "number", - "nativeSrc": "15692:4:44", - "nodeType": "YulLiteral", - "src": "15692:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15660:3:44", - "nodeType": "YulIdentifier", - "src": "15660:3:44" - }, - "nativeSrc": "15660:37:44", - "nodeType": "YulFunctionCall", - "src": "15660:37:44" - }, - "nativeSrc": "15657:57:44", - "nodeType": "YulIf", - "src": "15657:57:44" - }, - { - "nativeSrc": "15723:37:44", - "nodeType": "YulVariableDeclaration", - "src": "15723:37:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_3991", - "nativeSrc": "15738:20:44", - "nodeType": "YulIdentifier", - "src": "15738:20:44" - }, - "nativeSrc": "15738:22:44", - "nodeType": "YulFunctionCall", - "src": "15738:22:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "15727:7:44", - "nodeType": "YulTypedName", - "src": "15727:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15769:16:44", - "nodeType": "YulVariableDeclaration", - "src": "15769:16:44", - "value": { - "kind": "number", - "nativeSrc": "15784:1:44", - "nodeType": "YulLiteral", - "src": "15784:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "15773:7:44", - "nodeType": "YulTypedName", - "src": "15773:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15794:30:44", - "nodeType": "YulAssignment", - "src": "15794:30:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "15818:5:44", - "nodeType": "YulIdentifier", - "src": "15818:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15805:12:44", - "nodeType": "YulIdentifier", - "src": "15805:12:44" - }, - "nativeSrc": "15805:19:44", - "nodeType": "YulFunctionCall", - "src": "15805:19:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "15794:7:44", - "nodeType": "YulIdentifier", - "src": "15794:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15840:7:44", - "nodeType": "YulIdentifier", - "src": "15840:7:44" - }, - { - "name": "value_2", - "nativeSrc": "15849:7:44", - "nodeType": "YulIdentifier", - "src": "15849:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15833:6:44", - "nodeType": "YulIdentifier", - "src": "15833:6:44" - }, - "nativeSrc": "15833:24:44", - "nodeType": "YulFunctionCall", - "src": "15833:24:44" - }, - "nativeSrc": "15833:24:44", - "nodeType": "YulExpressionStatement", - "src": "15833:24:44" - }, - { - "nativeSrc": "15866:42:44", - "nodeType": "YulVariableDeclaration", - "src": "15866:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15897:5:44", - "nodeType": "YulIdentifier", - "src": "15897:5:44" - }, - { - "kind": "number", - "nativeSrc": "15904:2:44", - "nodeType": "YulLiteral", - "src": "15904:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15893:3:44", - "nodeType": "YulIdentifier", - "src": "15893:3:44" - }, - "nativeSrc": "15893:14:44", - "nodeType": "YulFunctionCall", - "src": "15893:14:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15880:12:44", - "nodeType": "YulIdentifier", - "src": "15880:12:44" - }, - "nativeSrc": "15880:28:44", - "nodeType": "YulFunctionCall", - "src": "15880:28:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "15870:6:44", - "nodeType": "YulTypedName", - "src": "15870:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15951:16:44", - "nodeType": "YulBlock", - "src": "15951:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15960:1:44", - "nodeType": "YulLiteral", - "src": "15960:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15963:1:44", - "nodeType": "YulLiteral", - "src": "15963:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15953:6:44", - "nodeType": "YulIdentifier", - "src": "15953:6:44" - }, - "nativeSrc": "15953:12:44", - "nodeType": "YulFunctionCall", - "src": "15953:12:44" - }, - "nativeSrc": "15953:12:44", - "nodeType": "YulExpressionStatement", - "src": "15953:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15923:6:44", - "nodeType": "YulIdentifier", - "src": "15923:6:44" - }, - { - "kind": "number", - "nativeSrc": "15931:18:44", - "nodeType": "YulLiteral", - "src": "15931:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15920:2:44", - "nodeType": "YulIdentifier", - "src": "15920:2:44" - }, - "nativeSrc": "15920:30:44", - "nodeType": "YulFunctionCall", - "src": "15920:30:44" - }, - "nativeSrc": "15917:50:44", - "nodeType": "YulIf", - "src": "15917:50:44" - }, - { - "nativeSrc": "15976:28:44", - "nodeType": "YulVariableDeclaration", - "src": "15976:28:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "15990:5:44", - "nodeType": "YulIdentifier", - "src": "15990:5:44" - }, - { - "name": "offset", - "nativeSrc": "15997:6:44", - "nodeType": "YulIdentifier", - "src": "15997:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15986:3:44", - "nodeType": "YulIdentifier", - "src": "15986:3:44" - }, - "nativeSrc": "15986:18:44", - "nodeType": "YulFunctionCall", - "src": "15986:18:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "15980:2:44", - "nodeType": "YulTypedName", - "src": "15980:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "16059:16:44", - "nodeType": "YulBlock", - "src": "16059:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16068:1:44", - "nodeType": "YulLiteral", - "src": "16068:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16071:1:44", - "nodeType": "YulLiteral", - "src": "16071:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16061:6:44", - "nodeType": "YulIdentifier", - "src": "16061:6:44" - }, - "nativeSrc": "16061:12:44", - "nodeType": "YulFunctionCall", - "src": "16061:12:44" - }, - "nativeSrc": "16061:12:44", - "nodeType": "YulExpressionStatement", - "src": "16061:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16031:2:44", - "nodeType": "YulIdentifier", - "src": "16031:2:44" - }, - { - "kind": "number", - "nativeSrc": "16035:4:44", - "nodeType": "YulLiteral", - "src": "16035:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16027:3:44", - "nodeType": "YulIdentifier", - "src": "16027:3:44" - }, - "nativeSrc": "16027:13:44", - "nodeType": "YulFunctionCall", - "src": "16027:13:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16042:12:44", - "nodeType": "YulIdentifier", - "src": "16042:12:44" - }, - "nativeSrc": "16042:14:44", - "nodeType": "YulFunctionCall", - "src": "16042:14:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "16023:3:44", - "nodeType": "YulIdentifier", - "src": "16023:3:44" - }, - "nativeSrc": "16023:34:44", - "nodeType": "YulFunctionCall", - "src": "16023:34:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "16016:6:44", - "nodeType": "YulIdentifier", - "src": "16016:6:44" - }, - "nativeSrc": "16016:42:44", - "nodeType": "YulFunctionCall", - "src": "16016:42:44" - }, - "nativeSrc": "16013:62:44", - "nodeType": "YulIf", - "src": "16013:62:44" - }, - { - "nativeSrc": "16084:30:44", - "nodeType": "YulVariableDeclaration", - "src": "16084:30:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16111:2:44", - "nodeType": "YulIdentifier", - "src": "16111:2:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "16098:12:44", - "nodeType": "YulIdentifier", - "src": "16098:12:44" - }, - "nativeSrc": "16098:16:44", - "nodeType": "YulFunctionCall", - "src": "16098:16:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "16088:6:44", - "nodeType": "YulTypedName", - "src": "16088:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "16123:96:44", - "nodeType": "YulVariableDeclaration", - "src": "16123:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "16211:6:44", - "nodeType": "YulIdentifier", - "src": "16211:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "16150:60:44", - "nodeType": "YulIdentifier", - "src": "16150:60:44" - }, - "nativeSrc": "16150:68:44", - "nodeType": "YulFunctionCall", - "src": "16150:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "16134:15:44", - "nodeType": "YulIdentifier", - "src": "16134:15:44" - }, - "nativeSrc": "16134:85:44", - "nodeType": "YulFunctionCall", - "src": "16134:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "16127:3:44", - "nodeType": "YulTypedName", - "src": "16127:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "16228:16:44", - "nodeType": "YulVariableDeclaration", - "src": "16228:16:44", - "value": { - "name": "dst", - "nativeSrc": "16241:3:44", - "nodeType": "YulIdentifier", - "src": "16241:3:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "16232:5:44", - "nodeType": "YulTypedName", - "src": "16232:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "16260:3:44", - "nodeType": "YulIdentifier", - "src": "16260:3:44" - }, - { - "name": "length", - "nativeSrc": "16265:6:44", - "nodeType": "YulIdentifier", - "src": "16265:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16253:6:44", - "nodeType": "YulIdentifier", - "src": "16253:6:44" - }, - "nativeSrc": "16253:19:44", - "nodeType": "YulFunctionCall", - "src": "16253:19:44" - }, - "nativeSrc": "16253:19:44", - "nodeType": "YulExpressionStatement", - "src": "16253:19:44" - }, - { - "nativeSrc": "16281:19:44", - "nodeType": "YulAssignment", - "src": "16281:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "16292:3:44", - "nodeType": "YulIdentifier", - "src": "16292:3:44" - }, - { - "kind": "number", - "nativeSrc": "16297:2:44", - "nodeType": "YulLiteral", - "src": "16297:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16288:3:44", - "nodeType": "YulIdentifier", - "src": "16288:3:44" - }, - "nativeSrc": "16288:12:44", - "nodeType": "YulFunctionCall", - "src": "16288:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "16281:3:44", - "nodeType": "YulIdentifier", - "src": "16281:3:44" - } - ] - }, - { - "nativeSrc": "16309:46:44", - "nodeType": "YulVariableDeclaration", - "src": "16309:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16331:2:44", - "nodeType": "YulIdentifier", - "src": "16331:2:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16339:1:44", - "nodeType": "YulLiteral", - "src": "16339:1:44", - "type": "", - "value": "6" - }, - { - "name": "length", - "nativeSrc": "16342:6:44", - "nodeType": "YulIdentifier", - "src": "16342:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "16335:3:44", - "nodeType": "YulIdentifier", - "src": "16335:3:44" - }, - "nativeSrc": "16335:14:44", - "nodeType": "YulFunctionCall", - "src": "16335:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16327:3:44", - "nodeType": "YulIdentifier", - "src": "16327:3:44" - }, - "nativeSrc": "16327:23:44", - "nodeType": "YulFunctionCall", - "src": "16327:23:44" - }, - { - "kind": "number", - "nativeSrc": "16352:2:44", - "nodeType": "YulLiteral", - "src": "16352:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16323:3:44", - "nodeType": "YulIdentifier", - "src": "16323:3:44" - }, - "nativeSrc": "16323:32:44", - "nodeType": "YulFunctionCall", - "src": "16323:32:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "16313:6:44", - "nodeType": "YulTypedName", - "src": "16313:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "16394:16:44", - "nodeType": "YulBlock", - "src": "16394:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16403:1:44", - "nodeType": "YulLiteral", - "src": "16403:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16406:1:44", - "nodeType": "YulLiteral", - "src": "16406:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16396:6:44", - "nodeType": "YulIdentifier", - "src": "16396:6:44" - }, - "nativeSrc": "16396:12:44", - "nodeType": "YulFunctionCall", - "src": "16396:12:44" - }, - "nativeSrc": "16396:12:44", - "nodeType": "YulExpressionStatement", - "src": "16396:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "16370:6:44", - "nodeType": "YulIdentifier", - "src": "16370:6:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16378:12:44", - "nodeType": "YulIdentifier", - "src": "16378:12:44" - }, - "nativeSrc": "16378:14:44", - "nodeType": "YulFunctionCall", - "src": "16378:14:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "16367:2:44", - "nodeType": "YulIdentifier", - "src": "16367:2:44" - }, - "nativeSrc": "16367:26:44", - "nodeType": "YulFunctionCall", - "src": "16367:26:44" - }, - "nativeSrc": "16364:46:44", - "nodeType": "YulIf", - "src": "16364:46:44" - }, - { - "nativeSrc": "16419:22:44", - "nodeType": "YulVariableDeclaration", - "src": "16419:22:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16434:2:44", - "nodeType": "YulIdentifier", - "src": "16434:2:44" - }, - { - "kind": "number", - "nativeSrc": "16438:2:44", - "nodeType": "YulLiteral", - "src": "16438:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16430:3:44", - "nodeType": "YulIdentifier", - "src": "16430:3:44" - }, - "nativeSrc": "16430:11:44", - "nodeType": "YulFunctionCall", - "src": "16430:11:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "16423:3:44", - "nodeType": "YulTypedName", - "src": "16423:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "16508:129:44", - "nodeType": "YulBlock", - "src": "16508:129:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "16529:3:44", - "nodeType": "YulIdentifier", - "src": "16529:3:44" - }, - { - "arguments": [ - { - "name": "src", - "nativeSrc": "16574:3:44", - "nodeType": "YulIdentifier", - "src": "16574:3:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16579:12:44", - "nodeType": "YulIdentifier", - "src": "16579:12:44" - }, - "nativeSrc": "16579:14:44", - "nodeType": "YulFunctionCall", - "src": "16579:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "16534:39:44", - "nodeType": "YulIdentifier", - "src": "16534:39:44" - }, - "nativeSrc": "16534:60:44", - "nodeType": "YulFunctionCall", - "src": "16534:60:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16522:6:44", - "nodeType": "YulIdentifier", - "src": "16522:6:44" - }, - "nativeSrc": "16522:73:44", - "nodeType": "YulFunctionCall", - "src": "16522:73:44" - }, - "nativeSrc": "16522:73:44", - "nodeType": "YulExpressionStatement", - "src": "16522:73:44" - }, - { - "nativeSrc": "16608:19:44", - "nodeType": "YulAssignment", - "src": "16608:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "16619:3:44", - "nodeType": "YulIdentifier", - "src": "16619:3:44" - }, - { - "kind": "number", - "nativeSrc": "16624:2:44", - "nodeType": "YulLiteral", - "src": "16624:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16615:3:44", - "nodeType": "YulIdentifier", - "src": "16615:3:44" - }, - "nativeSrc": "16615:12:44", - "nodeType": "YulFunctionCall", - "src": "16615:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "16608:3:44", - "nodeType": "YulIdentifier", - "src": "16608:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "16461:3:44", - "nodeType": "YulIdentifier", - "src": "16461:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "16466:6:44", - "nodeType": "YulIdentifier", - "src": "16466:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "16458:2:44", - "nodeType": "YulIdentifier", - "src": "16458:2:44" - }, - "nativeSrc": "16458:15:44", - "nodeType": "YulFunctionCall", - "src": "16458:15:44" - }, - "nativeSrc": "16450:187:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "16474:25:44", - "nodeType": "YulBlock", - "src": "16474:25:44", - "statements": [ - { - "nativeSrc": "16476:21:44", - "nodeType": "YulAssignment", - "src": "16476:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "16487:3:44", - "nodeType": "YulIdentifier", - "src": "16487:3:44" - }, - { - "kind": "number", - "nativeSrc": "16492:4:44", - "nodeType": "YulLiteral", - "src": "16492:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16483:3:44", - "nodeType": "YulIdentifier", - "src": "16483:3:44" - }, - "nativeSrc": "16483:14:44", - "nodeType": "YulFunctionCall", - "src": "16483:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "16476:3:44", - "nodeType": "YulIdentifier", - "src": "16476:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "16454:3:44", - "nodeType": "YulBlock", - "src": "16454:3:44", - "statements": [] - }, - "src": "16450:187:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "16657:7:44", - "nodeType": "YulIdentifier", - "src": "16657:7:44" - }, - { - "kind": "number", - "nativeSrc": "16666:2:44", - "nodeType": "YulLiteral", - "src": "16666:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16653:3:44", - "nodeType": "YulIdentifier", - "src": "16653:3:44" - }, - "nativeSrc": "16653:16:44", - "nodeType": "YulFunctionCall", - "src": "16653:16:44" - }, - { - "name": "array", - "nativeSrc": "16671:5:44", - "nodeType": "YulIdentifier", - "src": "16671:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16646:6:44", - "nodeType": "YulIdentifier", - "src": "16646:6:44" - }, - "nativeSrc": "16646:31:44", - "nodeType": "YulFunctionCall", - "src": "16646:31:44" - }, - "nativeSrc": "16646:31:44", - "nodeType": "YulExpressionStatement", - "src": "16646:31:44" - }, - { - "nativeSrc": "16686:46:44", - "nodeType": "YulVariableDeclaration", - "src": "16686:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16719:5:44", - "nodeType": "YulIdentifier", - "src": "16719:5:44" - }, - { - "kind": "number", - "nativeSrc": "16726:4:44", - "nodeType": "YulLiteral", - "src": "16726:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16715:3:44", - "nodeType": "YulIdentifier", - "src": "16715:3:44" - }, - "nativeSrc": "16715:16:44", - "nodeType": "YulFunctionCall", - "src": "16715:16:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "16702:12:44", - "nodeType": "YulIdentifier", - "src": "16702:12:44" - }, - "nativeSrc": "16702:30:44", - "nodeType": "YulFunctionCall", - "src": "16702:30:44" - }, - "variables": [ - { - "name": "offset_1", - "nativeSrc": "16690:8:44", - "nodeType": "YulTypedName", - "src": "16690:8:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "16777:16:44", - "nodeType": "YulBlock", - "src": "16777:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16786:1:44", - "nodeType": "YulLiteral", - "src": "16786:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16789:1:44", - "nodeType": "YulLiteral", - "src": "16789:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16779:6:44", - "nodeType": "YulIdentifier", - "src": "16779:6:44" - }, - "nativeSrc": "16779:12:44", - "nodeType": "YulFunctionCall", - "src": "16779:12:44" - }, - "nativeSrc": "16779:12:44", - "nodeType": "YulExpressionStatement", - "src": "16779:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset_1", - "nativeSrc": "16747:8:44", - "nodeType": "YulIdentifier", - "src": "16747:8:44" - }, - { - "kind": "number", - "nativeSrc": "16757:18:44", - "nodeType": "YulLiteral", - "src": "16757:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "16744:2:44", - "nodeType": "YulIdentifier", - "src": "16744:2:44" - }, - "nativeSrc": "16744:32:44", - "nodeType": "YulFunctionCall", - "src": "16744:32:44" - }, - "nativeSrc": "16741:52:44", - "nodeType": "YulIf", - "src": "16741:52:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "16813:7:44", - "nodeType": "YulIdentifier", - "src": "16813:7:44" - }, - { - "kind": "number", - "nativeSrc": "16822:4:44", - "nodeType": "YulLiteral", - "src": "16822:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16809:3:44", - "nodeType": "YulIdentifier", - "src": "16809:3:44" - }, - "nativeSrc": "16809:18:44", - "nodeType": "YulFunctionCall", - "src": "16809:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16871:5:44", - "nodeType": "YulIdentifier", - "src": "16871:5:44" - }, - { - "name": "offset_1", - "nativeSrc": "16878:8:44", - "nodeType": "YulIdentifier", - "src": "16878:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16867:3:44", - "nodeType": "YulIdentifier", - "src": "16867:3:44" - }, - "nativeSrc": "16867:20:44", - "nodeType": "YulFunctionCall", - "src": "16867:20:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16889:12:44", - "nodeType": "YulIdentifier", - "src": "16889:12:44" - }, - "nativeSrc": "16889:14:44", - "nodeType": "YulFunctionCall", - "src": "16889:14:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_Signature_dyn", - "nativeSrc": "16829:37:44", - "nodeType": "YulIdentifier", - "src": "16829:37:44" - }, - "nativeSrc": "16829:75:44", - "nodeType": "YulFunctionCall", - "src": "16829:75:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16802:6:44", - "nodeType": "YulIdentifier", - "src": "16802:6:44" - }, - "nativeSrc": "16802:103:44", - "nodeType": "YulFunctionCall", - "src": "16802:103:44" - }, - "nativeSrc": "16802:103:44", - "nodeType": "YulExpressionStatement", - "src": "16802:103:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "16925:7:44", - "nodeType": "YulIdentifier", - "src": "16925:7:44" - }, - { - "kind": "number", - "nativeSrc": "16934:2:44", - "nodeType": "YulLiteral", - "src": "16934:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16921:3:44", - "nodeType": "YulIdentifier", - "src": "16921:3:44" - }, - "nativeSrc": "16921:16:44", - "nodeType": "YulFunctionCall", - "src": "16921:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16962:5:44", - "nodeType": "YulIdentifier", - "src": "16962:5:44" - }, - { - "kind": "number", - "nativeSrc": "16969:2:44", - "nodeType": "YulLiteral", - "src": "16969:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16958:3:44", - "nodeType": "YulIdentifier", - "src": "16958:3:44" - }, - "nativeSrc": "16958:14:44", - "nodeType": "YulFunctionCall", - "src": "16958:14:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "16939:18:44", - "nodeType": "YulIdentifier", - "src": "16939:18:44" - }, - "nativeSrc": "16939:34:44", - "nodeType": "YulFunctionCall", - "src": "16939:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16914:6:44", - "nodeType": "YulIdentifier", - "src": "16914:6:44" - }, - "nativeSrc": "16914:60:44", - "nodeType": "YulFunctionCall", - "src": "16914:60:44" - }, - "nativeSrc": "16914:60:44", - "nodeType": "YulExpressionStatement", - "src": "16914:60:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "16994:7:44", - "nodeType": "YulIdentifier", - "src": "16994:7:44" - }, - { - "kind": "number", - "nativeSrc": "17003:3:44", - "nodeType": "YulLiteral", - "src": "17003:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16990:3:44", - "nodeType": "YulIdentifier", - "src": "16990:3:44" - }, - "nativeSrc": "16990:17:44", - "nodeType": "YulFunctionCall", - "src": "16990:17:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17031:5:44", - "nodeType": "YulIdentifier", - "src": "17031:5:44" - }, - { - "kind": "number", - "nativeSrc": "17038:3:44", - "nodeType": "YulLiteral", - "src": "17038:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17027:3:44", - "nodeType": "YulIdentifier", - "src": "17027:3:44" - }, - "nativeSrc": "17027:15:44", - "nodeType": "YulFunctionCall", - "src": "17027:15:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "17009:17:44", - "nodeType": "YulIdentifier", - "src": "17009:17:44" - }, - "nativeSrc": "17009:34:44", - "nodeType": "YulFunctionCall", - "src": "17009:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16983:6:44", - "nodeType": "YulIdentifier", - "src": "16983:6:44" - }, - "nativeSrc": "16983:61:44", - "nodeType": "YulFunctionCall", - "src": "16983:61:44" - }, - "nativeSrc": "16983:61:44", - "nodeType": "YulExpressionStatement", - "src": "16983:61:44" - }, - { - "nativeSrc": "17053:20:44", - "nodeType": "YulAssignment", - "src": "17053:20:44", - "value": { - "name": "value_1", - "nativeSrc": "17066:7:44", - "nodeType": "YulIdentifier", - "src": "17066:7:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "17053:9:44", - "nodeType": "YulIdentifier", - "src": "17053:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_to_t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr", - "nativeSrc": "15483:1596:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "15623:5:44", - "nodeType": "YulTypedName", - "src": "15623:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "15633:9:44", - "nodeType": "YulTypedName", - "src": "15633:9:44", - "type": "" - } - ], - "src": "15483:1596:44" - }, - { - "body": { - "nativeSrc": "17116:152:44", - "nodeType": "YulBlock", - "src": "17116:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17133:1:44", - "nodeType": "YulLiteral", - "src": "17133:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17136:77:44", - "nodeType": "YulLiteral", - "src": "17136:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17126:6:44", - "nodeType": "YulIdentifier", - "src": "17126:6:44" - }, - "nativeSrc": "17126:88:44", - "nodeType": "YulFunctionCall", - "src": "17126:88:44" - }, - "nativeSrc": "17126:88:44", - "nodeType": "YulExpressionStatement", - "src": "17126:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17230:1:44", - "nodeType": "YulLiteral", - "src": "17230:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "17233:4:44", - "nodeType": "YulLiteral", - "src": "17233:4:44", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17223:6:44", - "nodeType": "YulIdentifier", - "src": "17223:6:44" - }, - "nativeSrc": "17223:15:44", - "nodeType": "YulFunctionCall", - "src": "17223:15:44" - }, - "nativeSrc": "17223:15:44", - "nodeType": "YulExpressionStatement", - "src": "17223:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17254:1:44", - "nodeType": "YulLiteral", - "src": "17254:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17257:4:44", - "nodeType": "YulLiteral", - "src": "17257:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "17247:6:44", - "nodeType": "YulIdentifier", - "src": "17247:6:44" - }, - "nativeSrc": "17247:15:44", - "nodeType": "YulFunctionCall", - "src": "17247:15:44" - }, - "nativeSrc": "17247:15:44", - "nodeType": "YulExpressionStatement", - "src": "17247:15:44" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "17084:184:44", - "nodeType": "YulFunctionDefinition", - "src": "17084:184:44" - }, - { - "body": { - "nativeSrc": "17322:79:44", - "nodeType": "YulBlock", - "src": "17322:79:44", - "statements": [ - { - "nativeSrc": "17332:17:44", - "nodeType": "YulAssignment", - "src": "17332:17:44", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "17344:1:44", - "nodeType": "YulIdentifier", - "src": "17344:1:44" - }, - { - "name": "y", - "nativeSrc": "17347:1:44", - "nodeType": "YulIdentifier", - "src": "17347:1:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "17340:3:44", - "nodeType": "YulIdentifier", - "src": "17340:3:44" - }, - "nativeSrc": "17340:9:44", - "nodeType": "YulFunctionCall", - "src": "17340:9:44" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "17332:4:44", - "nodeType": "YulIdentifier", - "src": "17332:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "17373:22:44", - "nodeType": "YulBlock", - "src": "17373:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17375:16:44", - "nodeType": "YulIdentifier", - "src": "17375:16:44" - }, - "nativeSrc": "17375:18:44", - "nodeType": "YulFunctionCall", - "src": "17375:18:44" - }, - "nativeSrc": "17375:18:44", - "nodeType": "YulExpressionStatement", - "src": "17375:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "17364:4:44", - "nodeType": "YulIdentifier", - "src": "17364:4:44" - }, - { - "name": "x", - "nativeSrc": "17370:1:44", - "nodeType": "YulIdentifier", - "src": "17370:1:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "17361:2:44", - "nodeType": "YulIdentifier", - "src": "17361:2:44" - }, - "nativeSrc": "17361:11:44", - "nodeType": "YulFunctionCall", - "src": "17361:11:44" - }, - "nativeSrc": "17358:37:44", - "nodeType": "YulIf", - "src": "17358:37:44" - } - ] - }, - "name": "checked_sub_t_uint256", - "nativeSrc": "17273:128:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "17304:1:44", - "nodeType": "YulTypedName", - "src": "17304:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17307:1:44", - "nodeType": "YulTypedName", - "src": "17307:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "17313:4:44", - "nodeType": "YulTypedName", - "src": "17313:4:44", - "type": "" - } - ], - "src": "17273:128:44" - }, - { - "body": { - "nativeSrc": "17461:382:44", - "nodeType": "YulBlock", - "src": "17461:382:44", - "statements": [ - { - "nativeSrc": "17471:22:44", - "nodeType": "YulAssignment", - "src": "17471:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17485:1:44", - "nodeType": "YulLiteral", - "src": "17485:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "17488:4:44", - "nodeType": "YulIdentifier", - "src": "17488:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "17481:3:44", - "nodeType": "YulIdentifier", - "src": "17481:3:44" - }, - "nativeSrc": "17481:12:44", - "nodeType": "YulFunctionCall", - "src": "17481:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "17471:6:44", - "nodeType": "YulIdentifier", - "src": "17471:6:44" - } - ] - }, - { - "nativeSrc": "17502:38:44", - "nodeType": "YulVariableDeclaration", - "src": "17502:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "17532:4:44", - "nodeType": "YulIdentifier", - "src": "17532:4:44" - }, - { - "kind": "number", - "nativeSrc": "17538:1:44", - "nodeType": "YulLiteral", - "src": "17538:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17528:3:44", - "nodeType": "YulIdentifier", - "src": "17528:3:44" - }, - "nativeSrc": "17528:12:44", - "nodeType": "YulFunctionCall", - "src": "17528:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "17506:18:44", - "nodeType": "YulTypedName", - "src": "17506:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "17579:31:44", - "nodeType": "YulBlock", - "src": "17579:31:44", - "statements": [ - { - "nativeSrc": "17581:27:44", - "nodeType": "YulAssignment", - "src": "17581:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "17595:6:44", - "nodeType": "YulIdentifier", - "src": "17595:6:44" - }, - { - "kind": "number", - "nativeSrc": "17603:4:44", - "nodeType": "YulLiteral", - "src": "17603:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17591:3:44", - "nodeType": "YulIdentifier", - "src": "17591:3:44" - }, - "nativeSrc": "17591:17:44", - "nodeType": "YulFunctionCall", - "src": "17591:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "17581:6:44", - "nodeType": "YulIdentifier", - "src": "17581:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "17559:18:44", - "nodeType": "YulIdentifier", - "src": "17559:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "17552:6:44", - "nodeType": "YulIdentifier", - "src": "17552:6:44" - }, - "nativeSrc": "17552:26:44", - "nodeType": "YulFunctionCall", - "src": "17552:26:44" - }, - "nativeSrc": "17549:61:44", - "nodeType": "YulIf", - "src": "17549:61:44" - }, - { - "body": { - "nativeSrc": "17669:168:44", - "nodeType": "YulBlock", - "src": "17669:168:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17690:1:44", - "nodeType": "YulLiteral", - "src": "17690:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17693:77:44", - "nodeType": "YulLiteral", - "src": "17693:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17683:6:44", - "nodeType": "YulIdentifier", - "src": "17683:6:44" - }, - "nativeSrc": "17683:88:44", - "nodeType": "YulFunctionCall", - "src": "17683:88:44" - }, - "nativeSrc": "17683:88:44", - "nodeType": "YulExpressionStatement", - "src": "17683:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17791:1:44", - "nodeType": "YulLiteral", - "src": "17791:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "17794:4:44", - "nodeType": "YulLiteral", - "src": "17794:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17784:6:44", - "nodeType": "YulIdentifier", - "src": "17784:6:44" - }, - "nativeSrc": "17784:15:44", - "nodeType": "YulFunctionCall", - "src": "17784:15:44" - }, - "nativeSrc": "17784:15:44", - "nodeType": "YulExpressionStatement", - "src": "17784:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17819:1:44", - "nodeType": "YulLiteral", - "src": "17819:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17822:4:44", - "nodeType": "YulLiteral", - "src": "17822:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "17812:6:44", - "nodeType": "YulIdentifier", - "src": "17812:6:44" - }, - "nativeSrc": "17812:15:44", - "nodeType": "YulFunctionCall", - "src": "17812:15:44" - }, - "nativeSrc": "17812:15:44", - "nodeType": "YulExpressionStatement", - "src": "17812:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "17625:18:44", - "nodeType": "YulIdentifier", - "src": "17625:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "17648:6:44", - "nodeType": "YulIdentifier", - "src": "17648:6:44" - }, - { - "kind": "number", - "nativeSrc": "17656:2:44", - "nodeType": "YulLiteral", - "src": "17656:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "17645:2:44", - "nodeType": "YulIdentifier", - "src": "17645:2:44" - }, - "nativeSrc": "17645:14:44", - "nodeType": "YulFunctionCall", - "src": "17645:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "17622:2:44", - "nodeType": "YulIdentifier", - "src": "17622:2:44" - }, - "nativeSrc": "17622:38:44", - "nodeType": "YulFunctionCall", - "src": "17622:38:44" - }, - "nativeSrc": "17619:218:44", - "nodeType": "YulIf", - "src": "17619:218:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "17406:437:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "17441:4:44", - "nodeType": "YulTypedName", - "src": "17441:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "17450:6:44", - "nodeType": "YulTypedName", - "src": "17450:6:44", - "type": "" - } - ], - "src": "17406:437:44" - }, - { - "body": { - "nativeSrc": "17890:76:44", - "nodeType": "YulBlock", - "src": "17890:76:44", - "statements": [ - { - "body": { - "nativeSrc": "17944:16:44", - "nodeType": "YulBlock", - "src": "17944:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17953:1:44", - "nodeType": "YulLiteral", - "src": "17953:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17956:1:44", - "nodeType": "YulLiteral", - "src": "17956:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "17946:6:44", - "nodeType": "YulIdentifier", - "src": "17946:6:44" - }, - "nativeSrc": "17946:12:44", - "nodeType": "YulFunctionCall", - "src": "17946:12:44" - }, - "nativeSrc": "17946:12:44", - "nodeType": "YulExpressionStatement", - "src": "17946:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17913:5:44", - "nodeType": "YulIdentifier", - "src": "17913:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17934:5:44", - "nodeType": "YulIdentifier", - "src": "17934:5:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "17927:6:44", - "nodeType": "YulIdentifier", - "src": "17927:6:44" - }, - "nativeSrc": "17927:13:44", - "nodeType": "YulFunctionCall", - "src": "17927:13:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "17920:6:44", - "nodeType": "YulIdentifier", - "src": "17920:6:44" - }, - "nativeSrc": "17920:21:44", - "nodeType": "YulFunctionCall", - "src": "17920:21:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "17910:2:44", - "nodeType": "YulIdentifier", - "src": "17910:2:44" - }, - "nativeSrc": "17910:32:44", - "nodeType": "YulFunctionCall", - "src": "17910:32:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "17903:6:44", - "nodeType": "YulIdentifier", - "src": "17903:6:44" - }, - "nativeSrc": "17903:40:44", - "nodeType": "YulFunctionCall", - "src": "17903:40:44" - }, - "nativeSrc": "17900:60:44", - "nodeType": "YulIf", - "src": "17900:60:44" - } - ] - }, - "name": "validator_revert_bool", - "nativeSrc": "17848:118:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "17879:5:44", - "nodeType": "YulTypedName", - "src": "17879:5:44", - "type": "" - } - ], - "src": "17848:118:44" - }, - { - "body": { - "nativeSrc": "18028:129:44", - "nodeType": "YulBlock", - "src": "18028:129:44", - "statements": [ - { - "body": { - "nativeSrc": "18072:22:44", - "nodeType": "YulBlock", - "src": "18072:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "18074:16:44", - "nodeType": "YulIdentifier", - "src": "18074:16:44" - }, - "nativeSrc": "18074:18:44", - "nodeType": "YulFunctionCall", - "src": "18074:18:44" - }, - "nativeSrc": "18074:18:44", - "nodeType": "YulExpressionStatement", - "src": "18074:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "18044:6:44", - "nodeType": "YulIdentifier", - "src": "18044:6:44" - }, - { - "kind": "number", - "nativeSrc": "18052:18:44", - "nodeType": "YulLiteral", - "src": "18052:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "18041:2:44", - "nodeType": "YulIdentifier", - "src": "18041:2:44" - }, - "nativeSrc": "18041:30:44", - "nodeType": "YulFunctionCall", - "src": "18041:30:44" - }, - "nativeSrc": "18038:56:44", - "nodeType": "YulIf", - "src": "18038:56:44" - }, - { - "nativeSrc": "18103:48:44", - "nodeType": "YulAssignment", - "src": "18103:48:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "18123:6:44", - "nodeType": "YulIdentifier", - "src": "18123:6:44" - }, - { - "kind": "number", - "nativeSrc": "18131:2:44", - "nodeType": "YulLiteral", - "src": "18131:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18119:3:44", - "nodeType": "YulIdentifier", - "src": "18119:3:44" - }, - "nativeSrc": "18119:15:44", - "nodeType": "YulFunctionCall", - "src": "18119:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18140:2:44", - "nodeType": "YulLiteral", - "src": "18140:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "18136:3:44", - "nodeType": "YulIdentifier", - "src": "18136:3:44" - }, - "nativeSrc": "18136:7:44", - "nodeType": "YulFunctionCall", - "src": "18136:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18115:3:44", - "nodeType": "YulIdentifier", - "src": "18115:3:44" - }, - "nativeSrc": "18115:29:44", - "nodeType": "YulFunctionCall", - "src": "18115:29:44" - }, - { - "kind": "number", - "nativeSrc": "18146:4:44", - "nodeType": "YulLiteral", - "src": "18146:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18111:3:44", - "nodeType": "YulIdentifier", - "src": "18111:3:44" - }, - "nativeSrc": "18111:40:44", - "nodeType": "YulFunctionCall", - "src": "18111:40:44" - }, - "variableNames": [ - { - "name": "size", - "nativeSrc": "18103:4:44", - "nodeType": "YulIdentifier", - "src": "18103:4:44" - } - ] - } - ] - }, - "name": "array_allocation_size_bytes", - "nativeSrc": "17971:186:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "length", - "nativeSrc": "18008:6:44", - "nodeType": "YulTypedName", - "src": "18008:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "size", - "nativeSrc": "18019:4:44", - "nodeType": "YulTypedName", - "src": "18019:4:44", - "type": "" - } - ], - "src": "17971:186:44" - }, - { - "body": { - "nativeSrc": "18241:1232:44", - "nodeType": "YulBlock", - "src": "18241:1232:44", - "statements": [ - { - "body": { - "nativeSrc": "18285:16:44", - "nodeType": "YulBlock", - "src": "18285:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18294:1:44", - "nodeType": "YulLiteral", - "src": "18294:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "18297:1:44", - "nodeType": "YulLiteral", - "src": "18297:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "18287:6:44", - "nodeType": "YulIdentifier", - "src": "18287:6:44" - }, - "nativeSrc": "18287:12:44", - "nodeType": "YulFunctionCall", - "src": "18287:12:44" - }, - "nativeSrc": "18287:12:44", - "nodeType": "YulExpressionStatement", - "src": "18287:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "18262:3:44", - "nodeType": "YulIdentifier", - "src": "18262:3:44" - }, - { - "name": "headStart", - "nativeSrc": "18267:9:44", - "nodeType": "YulIdentifier", - "src": "18267:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18258:3:44", - "nodeType": "YulIdentifier", - "src": "18258:3:44" - }, - "nativeSrc": "18258:19:44", - "nodeType": "YulFunctionCall", - "src": "18258:19:44" - }, - { - "kind": "number", - "nativeSrc": "18279:4:44", - "nodeType": "YulLiteral", - "src": "18279:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "18254:3:44", - "nodeType": "YulIdentifier", - "src": "18254:3:44" - }, - "nativeSrc": "18254:30:44", - "nodeType": "YulFunctionCall", - "src": "18254:30:44" - }, - "nativeSrc": "18251:50:44", - "nodeType": "YulIf", - "src": "18251:50:44" - }, - { - "nativeSrc": "18310:31:44", - "nodeType": "YulAssignment", - "src": "18310:31:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_3992", - "nativeSrc": "18319:20:44", - "nodeType": "YulIdentifier", - "src": "18319:20:44" - }, - "nativeSrc": "18319:22:44", - "nodeType": "YulFunctionCall", - "src": "18319:22:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18310:5:44", - "nodeType": "YulIdentifier", - "src": "18310:5:44" - } - ] - }, - { - "nativeSrc": "18350:38:44", - "nodeType": "YulVariableDeclaration", - "src": "18350:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18378:9:44", - "nodeType": "YulIdentifier", - "src": "18378:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18365:12:44", - "nodeType": "YulIdentifier", - "src": "18365:12:44" - }, - "nativeSrc": "18365:23:44", - "nodeType": "YulFunctionCall", - "src": "18365:23:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "18354:7:44", - "nodeType": "YulTypedName", - "src": "18354:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "18422:7:44", - "nodeType": "YulIdentifier", - "src": "18422:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "18397:24:44", - "nodeType": "YulIdentifier", - "src": "18397:24:44" - }, - "nativeSrc": "18397:33:44", - "nodeType": "YulFunctionCall", - "src": "18397:33:44" - }, - "nativeSrc": "18397:33:44", - "nodeType": "YulExpressionStatement", - "src": "18397:33:44" - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "18446:5:44", - "nodeType": "YulIdentifier", - "src": "18446:5:44" - }, - { - "name": "value_1", - "nativeSrc": "18453:7:44", - "nodeType": "YulIdentifier", - "src": "18453:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18439:6:44", - "nodeType": "YulIdentifier", - "src": "18439:6:44" - }, - "nativeSrc": "18439:22:44", - "nodeType": "YulFunctionCall", - "src": "18439:22:44" - }, - "nativeSrc": "18439:22:44", - "nodeType": "YulExpressionStatement", - "src": "18439:22:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "18481:5:44", - "nodeType": "YulIdentifier", - "src": "18481:5:44" - }, - { - "kind": "number", - "nativeSrc": "18488:2:44", - "nodeType": "YulLiteral", - "src": "18488:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18477:3:44", - "nodeType": "YulIdentifier", - "src": "18477:3:44" - }, - "nativeSrc": "18477:14:44", - "nodeType": "YulFunctionCall", - "src": "18477:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18515:9:44", - "nodeType": "YulIdentifier", - "src": "18515:9:44" - }, - { - "kind": "number", - "nativeSrc": "18526:2:44", - "nodeType": "YulLiteral", - "src": "18526:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18511:3:44", - "nodeType": "YulIdentifier", - "src": "18511:3:44" - }, - "nativeSrc": "18511:18:44", - "nodeType": "YulFunctionCall", - "src": "18511:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "18493:17:44", - "nodeType": "YulIdentifier", - "src": "18493:17:44" - }, - "nativeSrc": "18493:37:44", - "nodeType": "YulFunctionCall", - "src": "18493:37:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18470:6:44", - "nodeType": "YulIdentifier", - "src": "18470:6:44" - }, - "nativeSrc": "18470:61:44", - "nodeType": "YulFunctionCall", - "src": "18470:61:44" - }, - "nativeSrc": "18470:61:44", - "nodeType": "YulExpressionStatement", - "src": "18470:61:44" - }, - { - "nativeSrc": "18540:47:44", - "nodeType": "YulVariableDeclaration", - "src": "18540:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18572:9:44", - "nodeType": "YulIdentifier", - "src": "18572:9:44" - }, - { - "kind": "number", - "nativeSrc": "18583:2:44", - "nodeType": "YulLiteral", - "src": "18583:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18568:3:44", - "nodeType": "YulIdentifier", - "src": "18568:3:44" - }, - "nativeSrc": "18568:18:44", - "nodeType": "YulFunctionCall", - "src": "18568:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18555:12:44", - "nodeType": "YulIdentifier", - "src": "18555:12:44" - }, - "nativeSrc": "18555:32:44", - "nodeType": "YulFunctionCall", - "src": "18555:32:44" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "18544:7:44", - "nodeType": "YulTypedName", - "src": "18544:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "18618:7:44", - "nodeType": "YulIdentifier", - "src": "18618:7:44" - } - ], - "functionName": { - "name": "validator_revert_bool", - "nativeSrc": "18596:21:44", - "nodeType": "YulIdentifier", - "src": "18596:21:44" - }, - "nativeSrc": "18596:30:44", - "nodeType": "YulFunctionCall", - "src": "18596:30:44" - }, - "nativeSrc": "18596:30:44", - "nodeType": "YulExpressionStatement", - "src": "18596:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "18646:5:44", - "nodeType": "YulIdentifier", - "src": "18646:5:44" - }, - { - "kind": "number", - "nativeSrc": "18653:2:44", - "nodeType": "YulLiteral", - "src": "18653:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18642:3:44", - "nodeType": "YulIdentifier", - "src": "18642:3:44" - }, - "nativeSrc": "18642:14:44", - "nodeType": "YulFunctionCall", - "src": "18642:14:44" - }, - { - "name": "value_2", - "nativeSrc": "18658:7:44", - "nodeType": "YulIdentifier", - "src": "18658:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18635:6:44", - "nodeType": "YulIdentifier", - "src": "18635:6:44" - }, - "nativeSrc": "18635:31:44", - "nodeType": "YulFunctionCall", - "src": "18635:31:44" - }, - "nativeSrc": "18635:31:44", - "nodeType": "YulExpressionStatement", - "src": "18635:31:44" - }, - { - "nativeSrc": "18675:16:44", - "nodeType": "YulVariableDeclaration", - "src": "18675:16:44", - "value": { - "kind": "number", - "nativeSrc": "18690:1:44", - "nodeType": "YulLiteral", - "src": "18690:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "18679:7:44", - "nodeType": "YulTypedName", - "src": "18679:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "18700:43:44", - "nodeType": "YulAssignment", - "src": "18700:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18728:9:44", - "nodeType": "YulIdentifier", - "src": "18728:9:44" - }, - { - "kind": "number", - "nativeSrc": "18739:2:44", - "nodeType": "YulLiteral", - "src": "18739:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18724:3:44", - "nodeType": "YulIdentifier", - "src": "18724:3:44" - }, - "nativeSrc": "18724:18:44", - "nodeType": "YulFunctionCall", - "src": "18724:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18711:12:44", - "nodeType": "YulIdentifier", - "src": "18711:12:44" - }, - "nativeSrc": "18711:32:44", - "nodeType": "YulFunctionCall", - "src": "18711:32:44" - }, - "variableNames": [ - { - "name": "value_3", - "nativeSrc": "18700:7:44", - "nodeType": "YulIdentifier", - "src": "18700:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "18763:5:44", - "nodeType": "YulIdentifier", - "src": "18763:5:44" - }, - { - "kind": "number", - "nativeSrc": "18770:2:44", - "nodeType": "YulLiteral", - "src": "18770:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18759:3:44", - "nodeType": "YulIdentifier", - "src": "18759:3:44" - }, - "nativeSrc": "18759:14:44", - "nodeType": "YulFunctionCall", - "src": "18759:14:44" - }, - { - "name": "value_3", - "nativeSrc": "18775:7:44", - "nodeType": "YulIdentifier", - "src": "18775:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18752:6:44", - "nodeType": "YulIdentifier", - "src": "18752:6:44" - }, - "nativeSrc": "18752:31:44", - "nodeType": "YulFunctionCall", - "src": "18752:31:44" - }, - "nativeSrc": "18752:31:44", - "nodeType": "YulExpressionStatement", - "src": "18752:31:44" - }, - { - "nativeSrc": "18792:47:44", - "nodeType": "YulVariableDeclaration", - "src": "18792:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18823:9:44", - "nodeType": "YulIdentifier", - "src": "18823:9:44" - }, - { - "kind": "number", - "nativeSrc": "18834:3:44", - "nodeType": "YulLiteral", - "src": "18834:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18819:3:44", - "nodeType": "YulIdentifier", - "src": "18819:3:44" - }, - "nativeSrc": "18819:19:44", - "nodeType": "YulFunctionCall", - "src": "18819:19:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18806:12:44", - "nodeType": "YulIdentifier", - "src": "18806:12:44" - }, - "nativeSrc": "18806:33:44", - "nodeType": "YulFunctionCall", - "src": "18806:33:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "18796:6:44", - "nodeType": "YulTypedName", - "src": "18796:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "18882:16:44", - "nodeType": "YulBlock", - "src": "18882:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18891:1:44", - "nodeType": "YulLiteral", - "src": "18891:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "18894:1:44", - "nodeType": "YulLiteral", - "src": "18894:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "18884:6:44", - "nodeType": "YulIdentifier", - "src": "18884:6:44" - }, - "nativeSrc": "18884:12:44", - "nodeType": "YulFunctionCall", - "src": "18884:12:44" - }, - "nativeSrc": "18884:12:44", - "nodeType": "YulExpressionStatement", - "src": "18884:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "18854:6:44", - "nodeType": "YulIdentifier", - "src": "18854:6:44" - }, - { - "kind": "number", - "nativeSrc": "18862:18:44", - "nodeType": "YulLiteral", - "src": "18862:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "18851:2:44", - "nodeType": "YulIdentifier", - "src": "18851:2:44" - }, - "nativeSrc": "18851:30:44", - "nodeType": "YulFunctionCall", - "src": "18851:30:44" - }, - "nativeSrc": "18848:50:44", - "nodeType": "YulIf", - "src": "18848:50:44" - }, - { - "nativeSrc": "18907:32:44", - "nodeType": "YulVariableDeclaration", - "src": "18907:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18921:9:44", - "nodeType": "YulIdentifier", - "src": "18921:9:44" - }, - { - "name": "offset", - "nativeSrc": "18932:6:44", - "nodeType": "YulIdentifier", - "src": "18932:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18917:3:44", - "nodeType": "YulIdentifier", - "src": "18917:3:44" - }, - "nativeSrc": "18917:22:44", - "nodeType": "YulFunctionCall", - "src": "18917:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18911:2:44", - "nodeType": "YulTypedName", - "src": "18911:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "18983:16:44", - "nodeType": "YulBlock", - "src": "18983:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18992:1:44", - "nodeType": "YulLiteral", - "src": "18992:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "18995:1:44", - "nodeType": "YulLiteral", - "src": "18995:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "18985:6:44", - "nodeType": "YulIdentifier", - "src": "18985:6:44" - }, - "nativeSrc": "18985:12:44", - "nodeType": "YulFunctionCall", - "src": "18985:12:44" - }, - "nativeSrc": "18985:12:44", - "nodeType": "YulExpressionStatement", - "src": "18985:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18966:2:44", - "nodeType": "YulIdentifier", - "src": "18966:2:44" - }, - { - "kind": "number", - "nativeSrc": "18970:4:44", - "nodeType": "YulLiteral", - "src": "18970:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18962:3:44", - "nodeType": "YulIdentifier", - "src": "18962:3:44" - }, - "nativeSrc": "18962:13:44", - "nodeType": "YulFunctionCall", - "src": "18962:13:44" - }, - { - "name": "end", - "nativeSrc": "18977:3:44", - "nodeType": "YulIdentifier", - "src": "18977:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "18958:3:44", - "nodeType": "YulIdentifier", - "src": "18958:3:44" - }, - "nativeSrc": "18958:23:44", - "nodeType": "YulFunctionCall", - "src": "18958:23:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "18951:6:44", - "nodeType": "YulIdentifier", - "src": "18951:6:44" - }, - "nativeSrc": "18951:31:44", - "nodeType": "YulFunctionCall", - "src": "18951:31:44" - }, - "nativeSrc": "18948:51:44", - "nodeType": "YulIf", - "src": "18948:51:44" - }, - { - "nativeSrc": "19008:30:44", - "nodeType": "YulVariableDeclaration", - "src": "19008:30:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "19035:2:44", - "nodeType": "YulIdentifier", - "src": "19035:2:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19022:12:44", - "nodeType": "YulIdentifier", - "src": "19022:12:44" - }, - "nativeSrc": "19022:16:44", - "nodeType": "YulFunctionCall", - "src": "19022:16:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "19012:6:44", - "nodeType": "YulTypedName", - "src": "19012:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "19047:65:44", - "nodeType": "YulVariableDeclaration", - "src": "19047:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "19104:6:44", - "nodeType": "YulIdentifier", - "src": "19104:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_bytes", - "nativeSrc": "19076:27:44", - "nodeType": "YulIdentifier", - "src": "19076:27:44" - }, - "nativeSrc": "19076:35:44", - "nodeType": "YulFunctionCall", - "src": "19076:35:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "19060:15:44", - "nodeType": "YulIdentifier", - "src": "19060:15:44" - }, - "nativeSrc": "19060:52:44", - "nodeType": "YulFunctionCall", - "src": "19060:52:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "19051:5:44", - "nodeType": "YulTypedName", - "src": "19051:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "array", - "nativeSrc": "19128:5:44", - "nodeType": "YulIdentifier", - "src": "19128:5:44" - }, - { - "name": "length", - "nativeSrc": "19135:6:44", - "nodeType": "YulIdentifier", - "src": "19135:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19121:6:44", - "nodeType": "YulIdentifier", - "src": "19121:6:44" - }, - "nativeSrc": "19121:21:44", - "nodeType": "YulFunctionCall", - "src": "19121:21:44" - }, - "nativeSrc": "19121:21:44", - "nodeType": "YulExpressionStatement", - "src": "19121:21:44" - }, - { - "body": { - "nativeSrc": "19188:16:44", - "nodeType": "YulBlock", - "src": "19188:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19197:1:44", - "nodeType": "YulLiteral", - "src": "19197:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19200:1:44", - "nodeType": "YulLiteral", - "src": "19200:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19190:6:44", - "nodeType": "YulIdentifier", - "src": "19190:6:44" - }, - "nativeSrc": "19190:12:44", - "nodeType": "YulFunctionCall", - "src": "19190:12:44" - }, - "nativeSrc": "19190:12:44", - "nodeType": "YulExpressionStatement", - "src": "19190:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "19165:2:44", - "nodeType": "YulIdentifier", - "src": "19165:2:44" - }, - { - "name": "length", - "nativeSrc": "19169:6:44", - "nodeType": "YulIdentifier", - "src": "19169:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19161:3:44", - "nodeType": "YulIdentifier", - "src": "19161:3:44" - }, - "nativeSrc": "19161:15:44", - "nodeType": "YulFunctionCall", - "src": "19161:15:44" - }, - { - "kind": "number", - "nativeSrc": "19178:2:44", - "nodeType": "YulLiteral", - "src": "19178:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19157:3:44", - "nodeType": "YulIdentifier", - "src": "19157:3:44" - }, - "nativeSrc": "19157:24:44", - "nodeType": "YulFunctionCall", - "src": "19157:24:44" - }, - { - "name": "end", - "nativeSrc": "19183:3:44", - "nodeType": "YulIdentifier", - "src": "19183:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "19154:2:44", - "nodeType": "YulIdentifier", - "src": "19154:2:44" - }, - "nativeSrc": "19154:33:44", - "nodeType": "YulFunctionCall", - "src": "19154:33:44" - }, - "nativeSrc": "19151:53:44", - "nodeType": "YulIf", - "src": "19151:53:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "19230:5:44", - "nodeType": "YulIdentifier", - "src": "19230:5:44" - }, - { - "kind": "number", - "nativeSrc": "19237:2:44", - "nodeType": "YulLiteral", - "src": "19237:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19226:3:44", - "nodeType": "YulIdentifier", - "src": "19226:3:44" - }, - "nativeSrc": "19226:14:44", - "nodeType": "YulFunctionCall", - "src": "19226:14:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "19246:2:44", - "nodeType": "YulIdentifier", - "src": "19246:2:44" - }, - { - "kind": "number", - "nativeSrc": "19250:2:44", - "nodeType": "YulLiteral", - "src": "19250:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19242:3:44", - "nodeType": "YulIdentifier", - "src": "19242:3:44" - }, - "nativeSrc": "19242:11:44", - "nodeType": "YulFunctionCall", - "src": "19242:11:44" - }, - { - "name": "length", - "nativeSrc": "19255:6:44", - "nodeType": "YulIdentifier", - "src": "19255:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "19213:12:44", - "nodeType": "YulIdentifier", - "src": "19213:12:44" - }, - "nativeSrc": "19213:49:44", - "nodeType": "YulFunctionCall", - "src": "19213:49:44" - }, - "nativeSrc": "19213:49:44", - "nodeType": "YulExpressionStatement", - "src": "19213:49:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "19286:5:44", - "nodeType": "YulIdentifier", - "src": "19286:5:44" - }, - { - "name": "length", - "nativeSrc": "19293:6:44", - "nodeType": "YulIdentifier", - "src": "19293:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19282:3:44", - "nodeType": "YulIdentifier", - "src": "19282:3:44" - }, - "nativeSrc": "19282:18:44", - "nodeType": "YulFunctionCall", - "src": "19282:18:44" - }, - { - "kind": "number", - "nativeSrc": "19302:2:44", - "nodeType": "YulLiteral", - "src": "19302:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19278:3:44", - "nodeType": "YulIdentifier", - "src": "19278:3:44" - }, - "nativeSrc": "19278:27:44", - "nodeType": "YulFunctionCall", - "src": "19278:27:44" - }, - { - "kind": "number", - "nativeSrc": "19307:1:44", - "nodeType": "YulLiteral", - "src": "19307:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19271:6:44", - "nodeType": "YulIdentifier", - "src": "19271:6:44" - }, - "nativeSrc": "19271:38:44", - "nodeType": "YulFunctionCall", - "src": "19271:38:44" - }, - "nativeSrc": "19271:38:44", - "nodeType": "YulExpressionStatement", - "src": "19271:38:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "19329:5:44", - "nodeType": "YulIdentifier", - "src": "19329:5:44" - }, - { - "kind": "number", - "nativeSrc": "19336:3:44", - "nodeType": "YulLiteral", - "src": "19336:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19325:3:44", - "nodeType": "YulIdentifier", - "src": "19325:3:44" - }, - "nativeSrc": "19325:15:44", - "nodeType": "YulFunctionCall", - "src": "19325:15:44" - }, - { - "name": "array", - "nativeSrc": "19342:5:44", - "nodeType": "YulIdentifier", - "src": "19342:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19318:6:44", - "nodeType": "YulIdentifier", - "src": "19318:6:44" - }, - "nativeSrc": "19318:30:44", - "nodeType": "YulFunctionCall", - "src": "19318:30:44" - }, - "nativeSrc": "19318:30:44", - "nodeType": "YulExpressionStatement", - "src": "19318:30:44" - }, - { - "nativeSrc": "19357:16:44", - "nodeType": "YulVariableDeclaration", - "src": "19357:16:44", - "value": { - "kind": "number", - "nativeSrc": "19372:1:44", - "nodeType": "YulLiteral", - "src": "19372:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_4", - "nativeSrc": "19361:7:44", - "nodeType": "YulTypedName", - "src": "19361:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "19382:44:44", - "nodeType": "YulAssignment", - "src": "19382:44:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19410:9:44", - "nodeType": "YulIdentifier", - "src": "19410:9:44" - }, - { - "kind": "number", - "nativeSrc": "19421:3:44", - "nodeType": "YulLiteral", - "src": "19421:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19406:3:44", - "nodeType": "YulIdentifier", - "src": "19406:3:44" - }, - "nativeSrc": "19406:19:44", - "nodeType": "YulFunctionCall", - "src": "19406:19:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19393:12:44", - "nodeType": "YulIdentifier", - "src": "19393:12:44" - }, - "nativeSrc": "19393:33:44", - "nodeType": "YulFunctionCall", - "src": "19393:33:44" - }, - "variableNames": [ - { - "name": "value_4", - "nativeSrc": "19382:7:44", - "nodeType": "YulIdentifier", - "src": "19382:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "19446:5:44", - "nodeType": "YulIdentifier", - "src": "19446:5:44" - }, - { - "kind": "number", - "nativeSrc": "19453:3:44", - "nodeType": "YulLiteral", - "src": "19453:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19442:3:44", - "nodeType": "YulIdentifier", - "src": "19442:3:44" - }, - "nativeSrc": "19442:15:44", - "nodeType": "YulFunctionCall", - "src": "19442:15:44" - }, - { - "name": "value_4", - "nativeSrc": "19459:7:44", - "nodeType": "YulIdentifier", - "src": "19459:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19435:6:44", - "nodeType": "YulIdentifier", - "src": "19435:6:44" - }, - "nativeSrc": "19435:32:44", - "nodeType": "YulFunctionCall", - "src": "19435:32:44" - }, - "nativeSrc": "19435:32:44", - "nodeType": "YulExpressionStatement", - "src": "19435:32:44" - } - ] - }, - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "18162:1311:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18212:9:44", - "nodeType": "YulTypedName", - "src": "18212:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "18223:3:44", - "nodeType": "YulTypedName", - "src": "18223:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18231:5:44", - "nodeType": "YulTypedName", - "src": "18231:5:44", - "type": "" - } - ], - "src": "18162:1311:44" - }, - { - "body": { - "nativeSrc": "19634:771:44", - "nodeType": "YulBlock", - "src": "19634:771:44", - "statements": [ - { - "body": { - "nativeSrc": "19685:16:44", - "nodeType": "YulBlock", - "src": "19685:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19694:1:44", - "nodeType": "YulLiteral", - "src": "19694:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19697:1:44", - "nodeType": "YulLiteral", - "src": "19697:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19687:6:44", - "nodeType": "YulIdentifier", - "src": "19687:6:44" - }, - "nativeSrc": "19687:12:44", - "nodeType": "YulFunctionCall", - "src": "19687:12:44" - }, - "nativeSrc": "19687:12:44", - "nodeType": "YulExpressionStatement", - "src": "19687:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "19655:12:44", - "nodeType": "YulIdentifier", - "src": "19655:12:44" - }, - "nativeSrc": "19655:14:44", - "nodeType": "YulFunctionCall", - "src": "19655:14:44" - }, - { - "name": "value", - "nativeSrc": "19671:5:44", - "nodeType": "YulIdentifier", - "src": "19671:5:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "19651:3:44", - "nodeType": "YulIdentifier", - "src": "19651:3:44" - }, - "nativeSrc": "19651:26:44", - "nodeType": "YulFunctionCall", - "src": "19651:26:44" - }, - { - "kind": "number", - "nativeSrc": "19679:4:44", - "nodeType": "YulLiteral", - "src": "19679:4:44", - "type": "", - "value": "0xe0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "19647:3:44", - "nodeType": "YulIdentifier", - "src": "19647:3:44" - }, - "nativeSrc": "19647:37:44", - "nodeType": "YulFunctionCall", - "src": "19647:37:44" - }, - "nativeSrc": "19644:57:44", - "nodeType": "YulIf", - "src": "19644:57:44" - }, - { - "nativeSrc": "19710:37:44", - "nodeType": "YulVariableDeclaration", - "src": "19710:37:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_3991", - "nativeSrc": "19725:20:44", - "nodeType": "YulIdentifier", - "src": "19725:20:44" - }, - "nativeSrc": "19725:22:44", - "nodeType": "YulFunctionCall", - "src": "19725:22:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "19714:7:44", - "nodeType": "YulTypedName", - "src": "19714:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "19756:16:44", - "nodeType": "YulVariableDeclaration", - "src": "19756:16:44", - "value": { - "kind": "number", - "nativeSrc": "19771:1:44", - "nodeType": "YulLiteral", - "src": "19771:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "19760:7:44", - "nodeType": "YulTypedName", - "src": "19760:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "19781:30:44", - "nodeType": "YulAssignment", - "src": "19781:30:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "19805:5:44", - "nodeType": "YulIdentifier", - "src": "19805:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19792:12:44", - "nodeType": "YulIdentifier", - "src": "19792:12:44" - }, - "nativeSrc": "19792:19:44", - "nodeType": "YulFunctionCall", - "src": "19792:19:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "19781:7:44", - "nodeType": "YulIdentifier", - "src": "19781:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "19827:7:44", - "nodeType": "YulIdentifier", - "src": "19827:7:44" - }, - { - "name": "value_2", - "nativeSrc": "19836:7:44", - "nodeType": "YulIdentifier", - "src": "19836:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19820:6:44", - "nodeType": "YulIdentifier", - "src": "19820:6:44" - }, - "nativeSrc": "19820:24:44", - "nodeType": "YulFunctionCall", - "src": "19820:24:44" - }, - "nativeSrc": "19820:24:44", - "nodeType": "YulExpressionStatement", - "src": "19820:24:44" - }, - { - "nativeSrc": "19853:42:44", - "nodeType": "YulVariableDeclaration", - "src": "19853:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "19884:5:44", - "nodeType": "YulIdentifier", - "src": "19884:5:44" - }, - { - "kind": "number", - "nativeSrc": "19891:2:44", - "nodeType": "YulLiteral", - "src": "19891:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19880:3:44", - "nodeType": "YulIdentifier", - "src": "19880:3:44" - }, - "nativeSrc": "19880:14:44", - "nodeType": "YulFunctionCall", - "src": "19880:14:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19867:12:44", - "nodeType": "YulIdentifier", - "src": "19867:12:44" - }, - "nativeSrc": "19867:28:44", - "nodeType": "YulFunctionCall", - "src": "19867:28:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "19857:6:44", - "nodeType": "YulTypedName", - "src": "19857:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "19938:16:44", - "nodeType": "YulBlock", - "src": "19938:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19947:1:44", - "nodeType": "YulLiteral", - "src": "19947:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19950:1:44", - "nodeType": "YulLiteral", - "src": "19950:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19940:6:44", - "nodeType": "YulIdentifier", - "src": "19940:6:44" - }, - "nativeSrc": "19940:12:44", - "nodeType": "YulFunctionCall", - "src": "19940:12:44" - }, - "nativeSrc": "19940:12:44", - "nodeType": "YulExpressionStatement", - "src": "19940:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "19910:6:44", - "nodeType": "YulIdentifier", - "src": "19910:6:44" - }, - { - "kind": "number", - "nativeSrc": "19918:18:44", - "nodeType": "YulLiteral", - "src": "19918:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "19907:2:44", - "nodeType": "YulIdentifier", - "src": "19907:2:44" - }, - "nativeSrc": "19907:30:44", - "nodeType": "YulFunctionCall", - "src": "19907:30:44" - }, - "nativeSrc": "19904:50:44", - "nodeType": "YulIf", - "src": "19904:50:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "19974:7:44", - "nodeType": "YulIdentifier", - "src": "19974:7:44" - }, - { - "kind": "number", - "nativeSrc": "19983:2:44", - "nodeType": "YulLiteral", - "src": "19983:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19970:3:44", - "nodeType": "YulIdentifier", - "src": "19970:3:44" - }, - "nativeSrc": "19970:16:44", - "nodeType": "YulFunctionCall", - "src": "19970:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "20033:5:44", - "nodeType": "YulIdentifier", - "src": "20033:5:44" - }, - { - "name": "offset", - "nativeSrc": "20040:6:44", - "nodeType": "YulIdentifier", - "src": "20040:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20029:3:44", - "nodeType": "YulIdentifier", - "src": "20029:3:44" - }, - "nativeSrc": "20029:18:44", - "nodeType": "YulFunctionCall", - "src": "20029:18:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20049:12:44", - "nodeType": "YulIdentifier", - "src": "20049:12:44" - }, - "nativeSrc": "20049:14:44", - "nodeType": "YulFunctionCall", - "src": "20049:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "19988:40:44", - "nodeType": "YulIdentifier", - "src": "19988:40:44" - }, - "nativeSrc": "19988:76:44", - "nodeType": "YulFunctionCall", - "src": "19988:76:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19963:6:44", - "nodeType": "YulIdentifier", - "src": "19963:6:44" - }, - "nativeSrc": "19963:102:44", - "nodeType": "YulFunctionCall", - "src": "19963:102:44" - }, - "nativeSrc": "19963:102:44", - "nodeType": "YulExpressionStatement", - "src": "19963:102:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "20085:7:44", - "nodeType": "YulIdentifier", - "src": "20085:7:44" - }, - { - "kind": "number", - "nativeSrc": "20094:2:44", - "nodeType": "YulLiteral", - "src": "20094:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20081:3:44", - "nodeType": "YulIdentifier", - "src": "20081:3:44" - }, - "nativeSrc": "20081:16:44", - "nodeType": "YulFunctionCall", - "src": "20081:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "20131:5:44", - "nodeType": "YulIdentifier", - "src": "20131:5:44" - }, - { - "kind": "number", - "nativeSrc": "20138:2:44", - "nodeType": "YulLiteral", - "src": "20138:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20127:3:44", - "nodeType": "YulIdentifier", - "src": "20127:3:44" - }, - "nativeSrc": "20127:14:44", - "nodeType": "YulFunctionCall", - "src": "20127:14:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20143:12:44", - "nodeType": "YulIdentifier", - "src": "20143:12:44" - }, - "nativeSrc": "20143:14:44", - "nodeType": "YulFunctionCall", - "src": "20143:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "20099:27:44", - "nodeType": "YulIdentifier", - "src": "20099:27:44" - }, - "nativeSrc": "20099:59:44", - "nodeType": "YulFunctionCall", - "src": "20099:59:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20074:6:44", - "nodeType": "YulIdentifier", - "src": "20074:6:44" - }, - "nativeSrc": "20074:85:44", - "nodeType": "YulFunctionCall", - "src": "20074:85:44" - }, - "nativeSrc": "20074:85:44", - "nodeType": "YulExpressionStatement", - "src": "20074:85:44" - }, - { - "nativeSrc": "20168:45:44", - "nodeType": "YulVariableDeclaration", - "src": "20168:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "20200:5:44", - "nodeType": "YulIdentifier", - "src": "20200:5:44" - }, - { - "kind": "number", - "nativeSrc": "20207:4:44", - "nodeType": "YulLiteral", - "src": "20207:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20196:3:44", - "nodeType": "YulIdentifier", - "src": "20196:3:44" - }, - "nativeSrc": "20196:16:44", - "nodeType": "YulFunctionCall", - "src": "20196:16:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20183:12:44", - "nodeType": "YulIdentifier", - "src": "20183:12:44" - }, - "nativeSrc": "20183:30:44", - "nodeType": "YulFunctionCall", - "src": "20183:30:44" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "20172:7:44", - "nodeType": "YulTypedName", - "src": "20172:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_3", - "nativeSrc": "20247:7:44", - "nodeType": "YulIdentifier", - "src": "20247:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20222:24:44", - "nodeType": "YulIdentifier", - "src": "20222:24:44" - }, - "nativeSrc": "20222:33:44", - "nodeType": "YulFunctionCall", - "src": "20222:33:44" - }, - "nativeSrc": "20222:33:44", - "nodeType": "YulExpressionStatement", - "src": "20222:33:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "20275:7:44", - "nodeType": "YulIdentifier", - "src": "20275:7:44" - }, - { - "kind": "number", - "nativeSrc": "20284:4:44", - "nodeType": "YulLiteral", - "src": "20284:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20271:3:44", - "nodeType": "YulIdentifier", - "src": "20271:3:44" - }, - "nativeSrc": "20271:18:44", - "nodeType": "YulFunctionCall", - "src": "20271:18:44" - }, - { - "name": "value_3", - "nativeSrc": "20291:7:44", - "nodeType": "YulIdentifier", - "src": "20291:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20264:6:44", - "nodeType": "YulIdentifier", - "src": "20264:6:44" - }, - "nativeSrc": "20264:35:44", - "nodeType": "YulFunctionCall", - "src": "20264:35:44" - }, - "nativeSrc": "20264:35:44", - "nodeType": "YulExpressionStatement", - "src": "20264:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "20319:7:44", - "nodeType": "YulIdentifier", - "src": "20319:7:44" - }, - { - "kind": "number", - "nativeSrc": "20328:4:44", - "nodeType": "YulLiteral", - "src": "20328:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20315:3:44", - "nodeType": "YulIdentifier", - "src": "20315:3:44" - }, - "nativeSrc": "20315:18:44", - "nodeType": "YulFunctionCall", - "src": "20315:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "20357:5:44", - "nodeType": "YulIdentifier", - "src": "20357:5:44" - }, - { - "kind": "number", - "nativeSrc": "20364:3:44", - "nodeType": "YulLiteral", - "src": "20364:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20353:3:44", - "nodeType": "YulIdentifier", - "src": "20353:3:44" - }, - "nativeSrc": "20353:15:44", - "nodeType": "YulFunctionCall", - "src": "20353:15:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "20335:17:44", - "nodeType": "YulIdentifier", - "src": "20335:17:44" - }, - "nativeSrc": "20335:34:44", - "nodeType": "YulFunctionCall", - "src": "20335:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20308:6:44", - "nodeType": "YulIdentifier", - "src": "20308:6:44" - }, - "nativeSrc": "20308:62:44", - "nodeType": "YulFunctionCall", - "src": "20308:62:44" - }, - "nativeSrc": "20308:62:44", - "nodeType": "YulExpressionStatement", - "src": "20308:62:44" - }, - { - "nativeSrc": "20379:20:44", - "nodeType": "YulAssignment", - "src": "20379:20:44", - "value": { - "name": "value_1", - "nativeSrc": "20392:7:44", - "nodeType": "YulIdentifier", - "src": "20392:7:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "20379:9:44", - "nodeType": "YulIdentifier", - "src": "20379:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr_to_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr", - "nativeSrc": "19478:927:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "19610:5:44", - "nodeType": "YulTypedName", - "src": "19610:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "19620:9:44", - "nodeType": "YulTypedName", - "src": "19620:9:44", - "type": "" - } - ], - "src": "19478:927:44" - }, - { - "body": { - "nativeSrc": "20527:223:44", - "nodeType": "YulBlock", - "src": "20527:223:44", - "statements": [ - { - "nativeSrc": "20537:51:44", - "nodeType": "YulVariableDeclaration", - "src": "20537:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "20576:11:44", - "nodeType": "YulIdentifier", - "src": "20576:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20563:12:44", - "nodeType": "YulIdentifier", - "src": "20563:12:44" - }, - "nativeSrc": "20563:25:44", - "nodeType": "YulFunctionCall", - "src": "20563:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "20541:18:44", - "nodeType": "YulTypedName", - "src": "20541:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "20678:16:44", - "nodeType": "YulBlock", - "src": "20678:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20687:1:44", - "nodeType": "YulLiteral", - "src": "20687:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20690:1:44", - "nodeType": "YulLiteral", - "src": "20690:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20680:6:44", - "nodeType": "YulIdentifier", - "src": "20680:6:44" - }, - "nativeSrc": "20680:12:44", - "nodeType": "YulFunctionCall", - "src": "20680:12:44" - }, - "nativeSrc": "20680:12:44", - "nodeType": "YulExpressionStatement", - "src": "20680:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "20611:18:44", - "nodeType": "YulIdentifier", - "src": "20611:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20639:12:44", - "nodeType": "YulIdentifier", - "src": "20639:12:44" - }, - "nativeSrc": "20639:14:44", - "nodeType": "YulFunctionCall", - "src": "20639:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "20655:8:44", - "nodeType": "YulIdentifier", - "src": "20655:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20635:3:44", - "nodeType": "YulIdentifier", - "src": "20635:3:44" - }, - "nativeSrc": "20635:29:44", - "nodeType": "YulFunctionCall", - "src": "20635:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20670:3:44", - "nodeType": "YulLiteral", - "src": "20670:3:44", - "type": "", - "value": "190" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "20666:3:44", - "nodeType": "YulIdentifier", - "src": "20666:3:44" - }, - "nativeSrc": "20666:8:44", - "nodeType": "YulFunctionCall", - "src": "20666:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20631:3:44", - "nodeType": "YulIdentifier", - "src": "20631:3:44" - }, - "nativeSrc": "20631:44:44", - "nodeType": "YulFunctionCall", - "src": "20631:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20607:3:44", - "nodeType": "YulIdentifier", - "src": "20607:3:44" - }, - "nativeSrc": "20607:69:44", - "nodeType": "YulFunctionCall", - "src": "20607:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20600:6:44", - "nodeType": "YulIdentifier", - "src": "20600:6:44" - }, - "nativeSrc": "20600:77:44", - "nodeType": "YulFunctionCall", - "src": "20600:77:44" - }, - "nativeSrc": "20597:97:44", - "nodeType": "YulIf", - "src": "20597:97:44" - }, - { - "nativeSrc": "20703:41:44", - "nodeType": "YulAssignment", - "src": "20703:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "20715:8:44", - "nodeType": "YulIdentifier", - "src": "20715:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "20725:18:44", - "nodeType": "YulIdentifier", - "src": "20725:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20711:3:44", - "nodeType": "YulIdentifier", - "src": "20711:3:44" - }, - "nativeSrc": "20711:33:44", - "nodeType": "YulFunctionCall", - "src": "20711:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "20703:4:44", - "nodeType": "YulIdentifier", - "src": "20703:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr", - "nativeSrc": "20410:340:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "20492:8:44", - "nodeType": "YulTypedName", - "src": "20492:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "20502:11:44", - "nodeType": "YulTypedName", - "src": "20502:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "20518:4:44", - "nodeType": "YulTypedName", - "src": "20518:4:44", - "type": "" - } - ], - "src": "20410:340:44" - }, - { - "body": { - "nativeSrc": "20901:92:44", - "nodeType": "YulBlock", - "src": "20901:92:44", - "statements": [ - { - "nativeSrc": "20911:76:44", - "nodeType": "YulAssignment", - "src": "20911:76:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "20965:5:44", - "nodeType": "YulIdentifier", - "src": "20965:5:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20972:12:44", - "nodeType": "YulIdentifier", - "src": "20972:12:44" - }, - "nativeSrc": "20972:14:44", - "nodeType": "YulFunctionCall", - "src": "20972:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "20924:40:44", - "nodeType": "YulIdentifier", - "src": "20924:40:44" - }, - "nativeSrc": "20924:63:44", - "nodeType": "YulFunctionCall", - "src": "20924:63:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "20911:9:44", - "nodeType": "YulIdentifier", - "src": "20911:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr", - "nativeSrc": "20755:238:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "20877:5:44", - "nodeType": "YulTypedName", - "src": "20877:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "20887:9:44", - "nodeType": "YulTypedName", - "src": "20887:9:44", - "type": "" - } - ], - "src": "20755:238:44" - }, - { - "body": { - "nativeSrc": "21116:222:44", - "nodeType": "YulBlock", - "src": "21116:222:44", - "statements": [ - { - "nativeSrc": "21126:51:44", - "nodeType": "YulVariableDeclaration", - "src": "21126:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "21165:11:44", - "nodeType": "YulIdentifier", - "src": "21165:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "21152:12:44", - "nodeType": "YulIdentifier", - "src": "21152:12:44" - }, - "nativeSrc": "21152:25:44", - "nodeType": "YulFunctionCall", - "src": "21152:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "21130:18:44", - "nodeType": "YulTypedName", - "src": "21130:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "21266:16:44", - "nodeType": "YulBlock", - "src": "21266:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21275:1:44", - "nodeType": "YulLiteral", - "src": "21275:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21278:1:44", - "nodeType": "YulLiteral", - "src": "21278:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21268:6:44", - "nodeType": "YulIdentifier", - "src": "21268:6:44" - }, - "nativeSrc": "21268:12:44", - "nodeType": "YulFunctionCall", - "src": "21268:12:44" - }, - "nativeSrc": "21268:12:44", - "nodeType": "YulExpressionStatement", - "src": "21268:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "21200:18:44", - "nodeType": "YulIdentifier", - "src": "21200:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "21228:12:44", - "nodeType": "YulIdentifier", - "src": "21228:12:44" - }, - "nativeSrc": "21228:14:44", - "nodeType": "YulFunctionCall", - "src": "21228:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "21244:8:44", - "nodeType": "YulIdentifier", - "src": "21244:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "21224:3:44", - "nodeType": "YulIdentifier", - "src": "21224:3:44" - }, - "nativeSrc": "21224:29:44", - "nodeType": "YulFunctionCall", - "src": "21224:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21259:2:44", - "nodeType": "YulLiteral", - "src": "21259:2:44", - "type": "", - "value": "62" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "21255:3:44", - "nodeType": "YulIdentifier", - "src": "21255:3:44" - }, - "nativeSrc": "21255:7:44", - "nodeType": "YulFunctionCall", - "src": "21255:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21220:3:44", - "nodeType": "YulIdentifier", - "src": "21220:3:44" - }, - "nativeSrc": "21220:43:44", - "nodeType": "YulFunctionCall", - "src": "21220:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "21196:3:44", - "nodeType": "YulIdentifier", - "src": "21196:3:44" - }, - "nativeSrc": "21196:68:44", - "nodeType": "YulFunctionCall", - "src": "21196:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "21189:6:44", - "nodeType": "YulIdentifier", - "src": "21189:6:44" - }, - "nativeSrc": "21189:76:44", - "nodeType": "YulFunctionCall", - "src": "21189:76:44" - }, - "nativeSrc": "21186:96:44", - "nodeType": "YulIf", - "src": "21186:96:44" - }, - { - "nativeSrc": "21291:41:44", - "nodeType": "YulAssignment", - "src": "21291:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "21303:8:44", - "nodeType": "YulIdentifier", - "src": "21303:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "21313:18:44", - "nodeType": "YulIdentifier", - "src": "21313:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21299:3:44", - "nodeType": "YulIdentifier", - "src": "21299:3:44" - }, - "nativeSrc": "21299:33:44", - "nodeType": "YulFunctionCall", - "src": "21299:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "21291:4:44", - "nodeType": "YulIdentifier", - "src": "21291:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiAttestationRequest_$2071_calldata_ptr", - "nativeSrc": "20998:340:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "21081:8:44", - "nodeType": "YulTypedName", - "src": "21081:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "21091:11:44", - "nodeType": "YulTypedName", - "src": "21091:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "21107:4:44", - "nodeType": "YulTypedName", - "src": "21107:4:44", - "type": "" - } - ], - "src": "20998:340:44" - }, - { - "body": { - "nativeSrc": "21495:435:44", - "nodeType": "YulBlock", - "src": "21495:435:44", - "statements": [ - { - "nativeSrc": "21505:51:44", - "nodeType": "YulVariableDeclaration", - "src": "21505:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "21544:11:44", - "nodeType": "YulIdentifier", - "src": "21544:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "21531:12:44", - "nodeType": "YulIdentifier", - "src": "21531:12:44" - }, - "nativeSrc": "21531:25:44", - "nodeType": "YulFunctionCall", - "src": "21531:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "21509:18:44", - "nodeType": "YulTypedName", - "src": "21509:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "21645:16:44", - "nodeType": "YulBlock", - "src": "21645:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21654:1:44", - "nodeType": "YulLiteral", - "src": "21654:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21657:1:44", - "nodeType": "YulLiteral", - "src": "21657:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21647:6:44", - "nodeType": "YulIdentifier", - "src": "21647:6:44" - }, - "nativeSrc": "21647:12:44", - "nodeType": "YulFunctionCall", - "src": "21647:12:44" - }, - "nativeSrc": "21647:12:44", - "nodeType": "YulExpressionStatement", - "src": "21647:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "21579:18:44", - "nodeType": "YulIdentifier", - "src": "21579:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "21607:12:44", - "nodeType": "YulIdentifier", - "src": "21607:12:44" - }, - "nativeSrc": "21607:14:44", - "nodeType": "YulFunctionCall", - "src": "21607:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "21623:8:44", - "nodeType": "YulIdentifier", - "src": "21623:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "21603:3:44", - "nodeType": "YulIdentifier", - "src": "21603:3:44" - }, - "nativeSrc": "21603:29:44", - "nodeType": "YulFunctionCall", - "src": "21603:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21638:2:44", - "nodeType": "YulLiteral", - "src": "21638:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "21634:3:44", - "nodeType": "YulIdentifier", - "src": "21634:3:44" - }, - "nativeSrc": "21634:7:44", - "nodeType": "YulFunctionCall", - "src": "21634:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21599:3:44", - "nodeType": "YulIdentifier", - "src": "21599:3:44" - }, - "nativeSrc": "21599:43:44", - "nodeType": "YulFunctionCall", - "src": "21599:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "21575:3:44", - "nodeType": "YulIdentifier", - "src": "21575:3:44" - }, - "nativeSrc": "21575:68:44", - "nodeType": "YulFunctionCall", - "src": "21575:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "21568:6:44", - "nodeType": "YulIdentifier", - "src": "21568:6:44" - }, - "nativeSrc": "21568:76:44", - "nodeType": "YulFunctionCall", - "src": "21568:76:44" - }, - "nativeSrc": "21565:96:44", - "nodeType": "YulIf", - "src": "21565:96:44" - }, - { - "nativeSrc": "21670:47:44", - "nodeType": "YulVariableDeclaration", - "src": "21670:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "21688:8:44", - "nodeType": "YulIdentifier", - "src": "21688:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "21698:18:44", - "nodeType": "YulIdentifier", - "src": "21698:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21684:3:44", - "nodeType": "YulIdentifier", - "src": "21684:3:44" - }, - "nativeSrc": "21684:33:44", - "nodeType": "YulFunctionCall", - "src": "21684:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "21674:6:44", - "nodeType": "YulTypedName", - "src": "21674:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "21726:30:44", - "nodeType": "YulAssignment", - "src": "21726:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "21749:6:44", - "nodeType": "YulIdentifier", - "src": "21749:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "21736:12:44", - "nodeType": "YulIdentifier", - "src": "21736:12:44" - }, - "nativeSrc": "21736:20:44", - "nodeType": "YulFunctionCall", - "src": "21736:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "21726:6:44", - "nodeType": "YulIdentifier", - "src": "21726:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "21799:16:44", - "nodeType": "YulBlock", - "src": "21799:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21808:1:44", - "nodeType": "YulLiteral", - "src": "21808:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21811:1:44", - "nodeType": "YulLiteral", - "src": "21811:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21801:6:44", - "nodeType": "YulIdentifier", - "src": "21801:6:44" - }, - "nativeSrc": "21801:12:44", - "nodeType": "YulFunctionCall", - "src": "21801:12:44" - }, - "nativeSrc": "21801:12:44", - "nodeType": "YulExpressionStatement", - "src": "21801:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "21771:6:44", - "nodeType": "YulIdentifier", - "src": "21771:6:44" - }, - { - "kind": "number", - "nativeSrc": "21779:18:44", - "nodeType": "YulLiteral", - "src": "21779:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "21768:2:44", - "nodeType": "YulIdentifier", - "src": "21768:2:44" - }, - "nativeSrc": "21768:30:44", - "nodeType": "YulFunctionCall", - "src": "21768:30:44" - }, - "nativeSrc": "21765:50:44", - "nodeType": "YulIf", - "src": "21765:50:44" - }, - { - "nativeSrc": "21824:25:44", - "nodeType": "YulAssignment", - "src": "21824:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "21836:6:44", - "nodeType": "YulIdentifier", - "src": "21836:6:44" - }, - { - "kind": "number", - "nativeSrc": "21844:4:44", - "nodeType": "YulLiteral", - "src": "21844:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21832:3:44", - "nodeType": "YulIdentifier", - "src": "21832:3:44" - }, - "nativeSrc": "21832:17:44", - "nodeType": "YulFunctionCall", - "src": "21832:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "21824:4:44", - "nodeType": "YulIdentifier", - "src": "21824:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "21908:16:44", - "nodeType": "YulBlock", - "src": "21908:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21917:1:44", - "nodeType": "YulLiteral", - "src": "21917:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21920:1:44", - "nodeType": "YulLiteral", - "src": "21920:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21910:6:44", - "nodeType": "YulIdentifier", - "src": "21910:6:44" - }, - "nativeSrc": "21910:12:44", - "nodeType": "YulFunctionCall", - "src": "21910:12:44" - }, - "nativeSrc": "21910:12:44", - "nodeType": "YulExpressionStatement", - "src": "21910:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "21865:4:44", - "nodeType": "YulIdentifier", - "src": "21865:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "21875:12:44", - "nodeType": "YulIdentifier", - "src": "21875:12:44" - }, - "nativeSrc": "21875:14:44", - "nodeType": "YulFunctionCall", - "src": "21875:14:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21895:1:44", - "nodeType": "YulLiteral", - "src": "21895:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "21898:6:44", - "nodeType": "YulIdentifier", - "src": "21898:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "21891:3:44", - "nodeType": "YulIdentifier", - "src": "21891:3:44" - }, - "nativeSrc": "21891:14:44", - "nodeType": "YulFunctionCall", - "src": "21891:14:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "21871:3:44", - "nodeType": "YulIdentifier", - "src": "21871:3:44" - }, - "nativeSrc": "21871:35:44", - "nodeType": "YulFunctionCall", - "src": "21871:35:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "21861:3:44", - "nodeType": "YulIdentifier", - "src": "21861:3:44" - }, - "nativeSrc": "21861:46:44", - "nodeType": "YulFunctionCall", - "src": "21861:46:44" - }, - "nativeSrc": "21858:66:44", - "nodeType": "YulIf", - "src": "21858:66:44" - } - ] - }, - "name": "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "21343:587:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "21452:8:44", - "nodeType": "YulTypedName", - "src": "21452:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "21462:11:44", - "nodeType": "YulTypedName", - "src": "21462:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "21478:4:44", - "nodeType": "YulTypedName", - "src": "21478:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "21484:6:44", - "nodeType": "YulTypedName", - "src": "21484:6:44", - "type": "" - } - ], - "src": "21343:587:44" - }, - { - "body": { - "nativeSrc": "22147:687:44", - "nodeType": "YulBlock", - "src": "22147:687:44", - "statements": [ - { - "nativeSrc": "22157:96:44", - "nodeType": "YulVariableDeclaration", - "src": "22157:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "22245:6:44", - "nodeType": "YulIdentifier", - "src": "22245:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "22184:60:44", - "nodeType": "YulIdentifier", - "src": "22184:60:44" - }, - "nativeSrc": "22184:68:44", - "nodeType": "YulFunctionCall", - "src": "22184:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "22168:15:44", - "nodeType": "YulIdentifier", - "src": "22168:15:44" - }, - "nativeSrc": "22168:85:44", - "nodeType": "YulFunctionCall", - "src": "22168:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "22161:3:44", - "nodeType": "YulTypedName", - "src": "22161:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22262:16:44", - "nodeType": "YulVariableDeclaration", - "src": "22262:16:44", - "value": { - "name": "dst", - "nativeSrc": "22275:3:44", - "nodeType": "YulIdentifier", - "src": "22275:3:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "22266:5:44", - "nodeType": "YulTypedName", - "src": "22266:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "22294:3:44", - "nodeType": "YulIdentifier", - "src": "22294:3:44" - }, - { - "name": "length", - "nativeSrc": "22299:6:44", - "nodeType": "YulIdentifier", - "src": "22299:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22287:6:44", - "nodeType": "YulIdentifier", - "src": "22287:6:44" - }, - "nativeSrc": "22287:19:44", - "nodeType": "YulFunctionCall", - "src": "22287:19:44" - }, - "nativeSrc": "22287:19:44", - "nodeType": "YulExpressionStatement", - "src": "22287:19:44" - }, - { - "nativeSrc": "22315:21:44", - "nodeType": "YulAssignment", - "src": "22315:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "22326:3:44", - "nodeType": "YulIdentifier", - "src": "22326:3:44" - }, - { - "kind": "number", - "nativeSrc": "22331:4:44", - "nodeType": "YulLiteral", - "src": "22331:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22322:3:44", - "nodeType": "YulIdentifier", - "src": "22322:3:44" - }, - "nativeSrc": "22322:14:44", - "nodeType": "YulFunctionCall", - "src": "22322:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "22315:3:44", - "nodeType": "YulIdentifier", - "src": "22315:3:44" - } - ] - }, - { - "nativeSrc": "22345:40:44", - "nodeType": "YulVariableDeclaration", - "src": "22345:40:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "22363:5:44", - "nodeType": "YulIdentifier", - "src": "22363:5:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "22374:1:44", - "nodeType": "YulLiteral", - "src": "22374:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "22377:6:44", - "nodeType": "YulIdentifier", - "src": "22377:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "22370:3:44", - "nodeType": "YulIdentifier", - "src": "22370:3:44" - }, - "nativeSrc": "22370:14:44", - "nodeType": "YulFunctionCall", - "src": "22370:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22359:3:44", - "nodeType": "YulIdentifier", - "src": "22359:3:44" - }, - "nativeSrc": "22359:26:44", - "nodeType": "YulFunctionCall", - "src": "22359:26:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "22349:6:44", - "nodeType": "YulTypedName", - "src": "22349:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "22424:16:44", - "nodeType": "YulBlock", - "src": "22424:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "22433:1:44", - "nodeType": "YulLiteral", - "src": "22433:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "22436:1:44", - "nodeType": "YulLiteral", - "src": "22436:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "22426:6:44", - "nodeType": "YulIdentifier", - "src": "22426:6:44" - }, - "nativeSrc": "22426:12:44", - "nodeType": "YulFunctionCall", - "src": "22426:12:44" - }, - "nativeSrc": "22426:12:44", - "nodeType": "YulExpressionStatement", - "src": "22426:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "22400:6:44", - "nodeType": "YulIdentifier", - "src": "22400:6:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "22408:12:44", - "nodeType": "YulIdentifier", - "src": "22408:12:44" - }, - "nativeSrc": "22408:14:44", - "nodeType": "YulFunctionCall", - "src": "22408:14:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "22397:2:44", - "nodeType": "YulIdentifier", - "src": "22397:2:44" - }, - "nativeSrc": "22397:26:44", - "nodeType": "YulFunctionCall", - "src": "22397:26:44" - }, - "nativeSrc": "22394:46:44", - "nodeType": "YulIf", - "src": "22394:46:44" - }, - { - "nativeSrc": "22449:16:44", - "nodeType": "YulVariableDeclaration", - "src": "22449:16:44", - "value": { - "name": "value", - "nativeSrc": "22460:5:44", - "nodeType": "YulIdentifier", - "src": "22460:5:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "22453:3:44", - "nodeType": "YulTypedName", - "src": "22453:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "22532:269:44", - "nodeType": "YulBlock", - "src": "22532:269:44", - "statements": [ - { - "nativeSrc": "22546:36:44", - "nodeType": "YulVariableDeclaration", - "src": "22546:36:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "22578:3:44", - "nodeType": "YulIdentifier", - "src": "22578:3:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "22565:12:44", - "nodeType": "YulIdentifier", - "src": "22565:12:44" - }, - "nativeSrc": "22565:17:44", - "nodeType": "YulFunctionCall", - "src": "22565:17:44" - }, - "variables": [ - { - "name": "innerOffset", - "nativeSrc": "22550:11:44", - "nodeType": "YulTypedName", - "src": "22550:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "22634:16:44", - "nodeType": "YulBlock", - "src": "22634:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "22643:1:44", - "nodeType": "YulLiteral", - "src": "22643:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "22646:1:44", - "nodeType": "YulLiteral", - "src": "22646:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "22636:6:44", - "nodeType": "YulIdentifier", - "src": "22636:6:44" - }, - "nativeSrc": "22636:12:44", - "nodeType": "YulFunctionCall", - "src": "22636:12:44" - }, - "nativeSrc": "22636:12:44", - "nodeType": "YulExpressionStatement", - "src": "22636:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "innerOffset", - "nativeSrc": "22601:11:44", - "nodeType": "YulIdentifier", - "src": "22601:11:44" - }, - { - "kind": "number", - "nativeSrc": "22614:18:44", - "nodeType": "YulLiteral", - "src": "22614:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "22598:2:44", - "nodeType": "YulIdentifier", - "src": "22598:2:44" - }, - "nativeSrc": "22598:35:44", - "nodeType": "YulFunctionCall", - "src": "22598:35:44" - }, - "nativeSrc": "22595:55:44", - "nodeType": "YulIf", - "src": "22595:55:44" - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "22670:3:44", - "nodeType": "YulIdentifier", - "src": "22670:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "22720:5:44", - "nodeType": "YulIdentifier", - "src": "22720:5:44" - }, - { - "name": "innerOffset", - "nativeSrc": "22727:11:44", - "nodeType": "YulIdentifier", - "src": "22727:11:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22716:3:44", - "nodeType": "YulIdentifier", - "src": "22716:3:44" - }, - "nativeSrc": "22716:23:44", - "nodeType": "YulFunctionCall", - "src": "22716:23:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "22741:12:44", - "nodeType": "YulIdentifier", - "src": "22741:12:44" - }, - "nativeSrc": "22741:14:44", - "nodeType": "YulFunctionCall", - "src": "22741:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "22675:40:44", - "nodeType": "YulIdentifier", - "src": "22675:40:44" - }, - "nativeSrc": "22675:81:44", - "nodeType": "YulFunctionCall", - "src": "22675:81:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22663:6:44", - "nodeType": "YulIdentifier", - "src": "22663:6:44" - }, - "nativeSrc": "22663:94:44", - "nodeType": "YulFunctionCall", - "src": "22663:94:44" - }, - "nativeSrc": "22663:94:44", - "nodeType": "YulExpressionStatement", - "src": "22663:94:44" - }, - { - "nativeSrc": "22770:21:44", - "nodeType": "YulAssignment", - "src": "22770:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "22781:3:44", - "nodeType": "YulIdentifier", - "src": "22781:3:44" - }, - { - "kind": "number", - "nativeSrc": "22786:4:44", - "nodeType": "YulLiteral", - "src": "22786:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22777:3:44", - "nodeType": "YulIdentifier", - "src": "22777:3:44" - }, - "nativeSrc": "22777:14:44", - "nodeType": "YulFunctionCall", - "src": "22777:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "22770:3:44", - "nodeType": "YulIdentifier", - "src": "22770:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "22485:3:44", - "nodeType": "YulIdentifier", - "src": "22485:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "22490:6:44", - "nodeType": "YulIdentifier", - "src": "22490:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "22482:2:44", - "nodeType": "YulIdentifier", - "src": "22482:2:44" - }, - "nativeSrc": "22482:15:44", - "nodeType": "YulFunctionCall", - "src": "22482:15:44" - }, - "nativeSrc": "22474:327:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "22498:25:44", - "nodeType": "YulBlock", - "src": "22498:25:44", - "statements": [ - { - "nativeSrc": "22500:21:44", - "nodeType": "YulAssignment", - "src": "22500:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "22511:3:44", - "nodeType": "YulIdentifier", - "src": "22511:3:44" - }, - { - "kind": "number", - "nativeSrc": "22516:4:44", - "nodeType": "YulLiteral", - "src": "22516:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22507:3:44", - "nodeType": "YulIdentifier", - "src": "22507:3:44" - }, - "nativeSrc": "22507:14:44", - "nodeType": "YulFunctionCall", - "src": "22507:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "22500:3:44", - "nodeType": "YulIdentifier", - "src": "22500:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "22478:3:44", - "nodeType": "YulBlock", - "src": "22478:3:44", - "statements": [] - }, - "src": "22474:327:44" - }, - { - "nativeSrc": "22810:18:44", - "nodeType": "YulAssignment", - "src": "22810:18:44", - "value": { - "name": "array", - "nativeSrc": "22823:5:44", - "nodeType": "YulIdentifier", - "src": "22823:5:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "22810:9:44", - "nodeType": "YulIdentifier", - "src": "22810:9:44" - } - ] - } - ] - }, - "name": "convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "nativeSrc": "21935:899:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "22115:5:44", - "nodeType": "YulTypedName", - "src": "22115:5:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "22122:6:44", - "nodeType": "YulTypedName", - "src": "22122:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "22133:9:44", - "nodeType": "YulTypedName", - "src": "22133:9:44", - "type": "" - } - ], - "src": "21935:899:44" - }, - { - "body": { - "nativeSrc": "22948:146:44", - "nodeType": "YulBlock", - "src": "22948:146:44", - "statements": [ - { - "body": { - "nativeSrc": "22994:16:44", - "nodeType": "YulBlock", - "src": "22994:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23003:1:44", - "nodeType": "YulLiteral", - "src": "23003:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23006:1:44", - "nodeType": "YulLiteral", - "src": "23006:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "22996:6:44", - "nodeType": "YulIdentifier", - "src": "22996:6:44" - }, - "nativeSrc": "22996:12:44", - "nodeType": "YulFunctionCall", - "src": "22996:12:44" - }, - "nativeSrc": "22996:12:44", - "nodeType": "YulExpressionStatement", - "src": "22996:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "22969:7:44", - "nodeType": "YulIdentifier", - "src": "22969:7:44" - }, - { - "name": "headStart", - "nativeSrc": "22978:9:44", - "nodeType": "YulIdentifier", - "src": "22978:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "22965:3:44", - "nodeType": "YulIdentifier", - "src": "22965:3:44" - }, - "nativeSrc": "22965:23:44", - "nodeType": "YulFunctionCall", - "src": "22965:23:44" - }, - { - "kind": "number", - "nativeSrc": "22990:2:44", - "nodeType": "YulLiteral", - "src": "22990:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "22961:3:44", - "nodeType": "YulIdentifier", - "src": "22961:3:44" - }, - "nativeSrc": "22961:32:44", - "nodeType": "YulFunctionCall", - "src": "22961:32:44" - }, - "nativeSrc": "22958:52:44", - "nodeType": "YulIf", - "src": "22958:52:44" - }, - { - "nativeSrc": "23019:69:44", - "nodeType": "YulAssignment", - "src": "23019:69:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "23069:9:44", - "nodeType": "YulIdentifier", - "src": "23069:9:44" - }, - { - "name": "dataEnd", - "nativeSrc": "23080:7:44", - "nodeType": "YulIdentifier", - "src": "23080:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "23029:39:44", - "nodeType": "YulIdentifier", - "src": "23029:39:44" - }, - "nativeSrc": "23029:59:44", - "nodeType": "YulFunctionCall", - "src": "23029:59:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "23019:6:44", - "nodeType": "YulIdentifier", - "src": "23019:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr", - "nativeSrc": "22839:255:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "22914:9:44", - "nodeType": "YulTypedName", - "src": "22914:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "22925:7:44", - "nodeType": "YulTypedName", - "src": "22925:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "22937:6:44", - "nodeType": "YulTypedName", - "src": "22937:6:44", - "type": "" - } - ], - "src": "22839:255:44" - }, - { - "body": { - "nativeSrc": "23216:222:44", - "nodeType": "YulBlock", - "src": "23216:222:44", - "statements": [ - { - "nativeSrc": "23226:51:44", - "nodeType": "YulVariableDeclaration", - "src": "23226:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "23265:11:44", - "nodeType": "YulIdentifier", - "src": "23265:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "23252:12:44", - "nodeType": "YulIdentifier", - "src": "23252:12:44" - }, - "nativeSrc": "23252:25:44", - "nodeType": "YulFunctionCall", - "src": "23252:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "23230:18:44", - "nodeType": "YulTypedName", - "src": "23230:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "23366:16:44", - "nodeType": "YulBlock", - "src": "23366:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23375:1:44", - "nodeType": "YulLiteral", - "src": "23375:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23378:1:44", - "nodeType": "YulLiteral", - "src": "23378:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "23368:6:44", - "nodeType": "YulIdentifier", - "src": "23368:6:44" - }, - "nativeSrc": "23368:12:44", - "nodeType": "YulFunctionCall", - "src": "23368:12:44" - }, - "nativeSrc": "23368:12:44", - "nodeType": "YulExpressionStatement", - "src": "23368:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "23300:18:44", - "nodeType": "YulIdentifier", - "src": "23300:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "23328:12:44", - "nodeType": "YulIdentifier", - "src": "23328:12:44" - }, - "nativeSrc": "23328:14:44", - "nodeType": "YulFunctionCall", - "src": "23328:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "23344:8:44", - "nodeType": "YulIdentifier", - "src": "23344:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "23324:3:44", - "nodeType": "YulIdentifier", - "src": "23324:3:44" - }, - "nativeSrc": "23324:29:44", - "nodeType": "YulFunctionCall", - "src": "23324:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23359:2:44", - "nodeType": "YulLiteral", - "src": "23359:2:44", - "type": "", - "value": "62" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "23355:3:44", - "nodeType": "YulIdentifier", - "src": "23355:3:44" - }, - "nativeSrc": "23355:7:44", - "nodeType": "YulFunctionCall", - "src": "23355:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23320:3:44", - "nodeType": "YulIdentifier", - "src": "23320:3:44" - }, - "nativeSrc": "23320:43:44", - "nodeType": "YulFunctionCall", - "src": "23320:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "23296:3:44", - "nodeType": "YulIdentifier", - "src": "23296:3:44" - }, - "nativeSrc": "23296:68:44", - "nodeType": "YulFunctionCall", - "src": "23296:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "23289:6:44", - "nodeType": "YulIdentifier", - "src": "23289:6:44" - }, - "nativeSrc": "23289:76:44", - "nodeType": "YulFunctionCall", - "src": "23289:76:44" - }, - "nativeSrc": "23286:96:44", - "nodeType": "YulIf", - "src": "23286:96:44" - }, - { - "nativeSrc": "23391:41:44", - "nodeType": "YulAssignment", - "src": "23391:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "23403:8:44", - "nodeType": "YulIdentifier", - "src": "23403:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "23413:18:44", - "nodeType": "YulIdentifier", - "src": "23413:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23399:3:44", - "nodeType": "YulIdentifier", - "src": "23399:3:44" - }, - "nativeSrc": "23399:33:44", - "nodeType": "YulFunctionCall", - "src": "23399:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "23391:4:44", - "nodeType": "YulIdentifier", - "src": "23391:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiRevocationRequest_$2122_calldata_ptr", - "nativeSrc": "23099:339:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "23181:8:44", - "nodeType": "YulTypedName", - "src": "23181:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "23191:11:44", - "nodeType": "YulTypedName", - "src": "23191:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "23207:4:44", - "nodeType": "YulTypedName", - "src": "23207:4:44", - "type": "" - } - ], - "src": "23099:339:44" - }, - { - "body": { - "nativeSrc": "23594:435:44", - "nodeType": "YulBlock", - "src": "23594:435:44", - "statements": [ - { - "nativeSrc": "23604:51:44", - "nodeType": "YulVariableDeclaration", - "src": "23604:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "23643:11:44", - "nodeType": "YulIdentifier", - "src": "23643:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "23630:12:44", - "nodeType": "YulIdentifier", - "src": "23630:12:44" - }, - "nativeSrc": "23630:25:44", - "nodeType": "YulFunctionCall", - "src": "23630:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "23608:18:44", - "nodeType": "YulTypedName", - "src": "23608:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "23744:16:44", - "nodeType": "YulBlock", - "src": "23744:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23753:1:44", - "nodeType": "YulLiteral", - "src": "23753:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23756:1:44", - "nodeType": "YulLiteral", - "src": "23756:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "23746:6:44", - "nodeType": "YulIdentifier", - "src": "23746:6:44" - }, - "nativeSrc": "23746:12:44", - "nodeType": "YulFunctionCall", - "src": "23746:12:44" - }, - "nativeSrc": "23746:12:44", - "nodeType": "YulExpressionStatement", - "src": "23746:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "23678:18:44", - "nodeType": "YulIdentifier", - "src": "23678:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "23706:12:44", - "nodeType": "YulIdentifier", - "src": "23706:12:44" - }, - "nativeSrc": "23706:14:44", - "nodeType": "YulFunctionCall", - "src": "23706:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "23722:8:44", - "nodeType": "YulIdentifier", - "src": "23722:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "23702:3:44", - "nodeType": "YulIdentifier", - "src": "23702:3:44" - }, - "nativeSrc": "23702:29:44", - "nodeType": "YulFunctionCall", - "src": "23702:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23737:2:44", - "nodeType": "YulLiteral", - "src": "23737:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "23733:3:44", - "nodeType": "YulIdentifier", - "src": "23733:3:44" - }, - "nativeSrc": "23733:7:44", - "nodeType": "YulFunctionCall", - "src": "23733:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23698:3:44", - "nodeType": "YulIdentifier", - "src": "23698:3:44" - }, - "nativeSrc": "23698:43:44", - "nodeType": "YulFunctionCall", - "src": "23698:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "23674:3:44", - "nodeType": "YulIdentifier", - "src": "23674:3:44" - }, - "nativeSrc": "23674:68:44", - "nodeType": "YulFunctionCall", - "src": "23674:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "23667:6:44", - "nodeType": "YulIdentifier", - "src": "23667:6:44" - }, - "nativeSrc": "23667:76:44", - "nodeType": "YulFunctionCall", - "src": "23667:76:44" - }, - "nativeSrc": "23664:96:44", - "nodeType": "YulIf", - "src": "23664:96:44" - }, - { - "nativeSrc": "23769:47:44", - "nodeType": "YulVariableDeclaration", - "src": "23769:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "23787:8:44", - "nodeType": "YulIdentifier", - "src": "23787:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "23797:18:44", - "nodeType": "YulIdentifier", - "src": "23797:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23783:3:44", - "nodeType": "YulIdentifier", - "src": "23783:3:44" - }, - "nativeSrc": "23783:33:44", - "nodeType": "YulFunctionCall", - "src": "23783:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "23773:6:44", - "nodeType": "YulTypedName", - "src": "23773:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "23825:30:44", - "nodeType": "YulAssignment", - "src": "23825:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "23848:6:44", - "nodeType": "YulIdentifier", - "src": "23848:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "23835:12:44", - "nodeType": "YulIdentifier", - "src": "23835:12:44" - }, - "nativeSrc": "23835:20:44", - "nodeType": "YulFunctionCall", - "src": "23835:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "23825:6:44", - "nodeType": "YulIdentifier", - "src": "23825:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "23898:16:44", - "nodeType": "YulBlock", - "src": "23898:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23907:1:44", - "nodeType": "YulLiteral", - "src": "23907:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23910:1:44", - "nodeType": "YulLiteral", - "src": "23910:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "23900:6:44", - "nodeType": "YulIdentifier", - "src": "23900:6:44" - }, - "nativeSrc": "23900:12:44", - "nodeType": "YulFunctionCall", - "src": "23900:12:44" - }, - "nativeSrc": "23900:12:44", - "nodeType": "YulExpressionStatement", - "src": "23900:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "23870:6:44", - "nodeType": "YulIdentifier", - "src": "23870:6:44" - }, - { - "kind": "number", - "nativeSrc": "23878:18:44", - "nodeType": "YulLiteral", - "src": "23878:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "23867:2:44", - "nodeType": "YulIdentifier", - "src": "23867:2:44" - }, - "nativeSrc": "23867:30:44", - "nodeType": "YulFunctionCall", - "src": "23867:30:44" - }, - "nativeSrc": "23864:50:44", - "nodeType": "YulIf", - "src": "23864:50:44" - }, - { - "nativeSrc": "23923:25:44", - "nodeType": "YulAssignment", - "src": "23923:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "23935:6:44", - "nodeType": "YulIdentifier", - "src": "23935:6:44" - }, - { - "kind": "number", - "nativeSrc": "23943:4:44", - "nodeType": "YulLiteral", - "src": "23943:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23931:3:44", - "nodeType": "YulIdentifier", - "src": "23931:3:44" - }, - "nativeSrc": "23931:17:44", - "nodeType": "YulFunctionCall", - "src": "23931:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "23923:4:44", - "nodeType": "YulIdentifier", - "src": "23923:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "24007:16:44", - "nodeType": "YulBlock", - "src": "24007:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "24016:1:44", - "nodeType": "YulLiteral", - "src": "24016:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "24019:1:44", - "nodeType": "YulLiteral", - "src": "24019:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "24009:6:44", - "nodeType": "YulIdentifier", - "src": "24009:6:44" - }, - "nativeSrc": "24009:12:44", - "nodeType": "YulFunctionCall", - "src": "24009:12:44" - }, - "nativeSrc": "24009:12:44", - "nodeType": "YulExpressionStatement", - "src": "24009:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "23964:4:44", - "nodeType": "YulIdentifier", - "src": "23964:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "23974:12:44", - "nodeType": "YulIdentifier", - "src": "23974:12:44" - }, - "nativeSrc": "23974:14:44", - "nodeType": "YulFunctionCall", - "src": "23974:14:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23994:1:44", - "nodeType": "YulLiteral", - "src": "23994:1:44", - "type": "", - "value": "6" - }, - { - "name": "length", - "nativeSrc": "23997:6:44", - "nodeType": "YulIdentifier", - "src": "23997:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "23990:3:44", - "nodeType": "YulIdentifier", - "src": "23990:3:44" - }, - "nativeSrc": "23990:14:44", - "nodeType": "YulFunctionCall", - "src": "23990:14:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "23970:3:44", - "nodeType": "YulIdentifier", - "src": "23970:3:44" - }, - "nativeSrc": "23970:35:44", - "nodeType": "YulFunctionCall", - "src": "23970:35:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "23960:3:44", - "nodeType": "YulIdentifier", - "src": "23960:3:44" - }, - "nativeSrc": "23960:46:44", - "nodeType": "YulFunctionCall", - "src": "23960:46:44" - }, - "nativeSrc": "23957:66:44", - "nodeType": "YulIf", - "src": "23957:66:44" - } - ] - }, - "name": "access_calldata_tail_t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "23443:586:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "23551:8:44", - "nodeType": "YulTypedName", - "src": "23551:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "23561:11:44", - "nodeType": "YulTypedName", - "src": "23561:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "23577:4:44", - "nodeType": "YulTypedName", - "src": "23577:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "23583:6:44", - "nodeType": "YulTypedName", - "src": "23583:6:44", - "type": "" - } - ], - "src": "23443:586:44" - }, - { - "body": { - "nativeSrc": "24471:550:44", - "nodeType": "YulBlock", - "src": "24471:550:44", - "statements": [ - { - "nativeSrc": "24481:27:44", - "nodeType": "YulVariableDeclaration", - "src": "24481:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "24501:6:44", - "nodeType": "YulIdentifier", - "src": "24501:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "24495:5:44", - "nodeType": "YulIdentifier", - "src": "24495:5:44" - }, - "nativeSrc": "24495:13:44", - "nodeType": "YulFunctionCall", - "src": "24495:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "24485:6:44", - "nodeType": "YulTypedName", - "src": "24485:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "24556:6:44", - "nodeType": "YulIdentifier", - "src": "24556:6:44" - }, - { - "kind": "number", - "nativeSrc": "24564:4:44", - "nodeType": "YulLiteral", - "src": "24564:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24552:3:44", - "nodeType": "YulIdentifier", - "src": "24552:3:44" - }, - "nativeSrc": "24552:17:44", - "nodeType": "YulFunctionCall", - "src": "24552:17:44" - }, - { - "name": "pos", - "nativeSrc": "24571:3:44", - "nodeType": "YulIdentifier", - "src": "24571:3:44" - }, - { - "name": "length", - "nativeSrc": "24576:6:44", - "nodeType": "YulIdentifier", - "src": "24576:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "24517:34:44", - "nodeType": "YulIdentifier", - "src": "24517:34:44" - }, - "nativeSrc": "24517:66:44", - "nodeType": "YulFunctionCall", - "src": "24517:66:44" - }, - "nativeSrc": "24517:66:44", - "nodeType": "YulExpressionStatement", - "src": "24517:66:44" - }, - { - "nativeSrc": "24592:29:44", - "nodeType": "YulVariableDeclaration", - "src": "24592:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "24609:3:44", - "nodeType": "YulIdentifier", - "src": "24609:3:44" - }, - { - "name": "length", - "nativeSrc": "24614:6:44", - "nodeType": "YulIdentifier", - "src": "24614:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24605:3:44", - "nodeType": "YulIdentifier", - "src": "24605:3:44" - }, - "nativeSrc": "24605:16:44", - "nodeType": "YulFunctionCall", - "src": "24605:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "24596:5:44", - "nodeType": "YulTypedName", - "src": "24596:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "24637:5:44", - "nodeType": "YulIdentifier", - "src": "24637:5:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "24644:3:44", - "nodeType": "YulLiteral", - "src": "24644:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24630:6:44", - "nodeType": "YulIdentifier", - "src": "24630:6:44" - }, - "nativeSrc": "24630:18:44", - "nodeType": "YulFunctionCall", - "src": "24630:18:44" - }, - "nativeSrc": "24630:18:44", - "nodeType": "YulExpressionStatement", - "src": "24630:18:44" - }, - { - "nativeSrc": "24657:29:44", - "nodeType": "YulVariableDeclaration", - "src": "24657:29:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "24679:6:44", - "nodeType": "YulIdentifier", - "src": "24679:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "24673:5:44", - "nodeType": "YulIdentifier", - "src": "24673:5:44" - }, - "nativeSrc": "24673:13:44", - "nodeType": "YulFunctionCall", - "src": "24673:13:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "24661:8:44", - "nodeType": "YulTypedName", - "src": "24661:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "24734:6:44", - "nodeType": "YulIdentifier", - "src": "24734:6:44" - }, - { - "kind": "number", - "nativeSrc": "24742:4:44", - "nodeType": "YulLiteral", - "src": "24742:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24730:3:44", - "nodeType": "YulIdentifier", - "src": "24730:3:44" - }, - "nativeSrc": "24730:17:44", - "nodeType": "YulFunctionCall", - "src": "24730:17:44" - }, - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "24753:5:44", - "nodeType": "YulIdentifier", - "src": "24753:5:44" - }, - { - "kind": "number", - "nativeSrc": "24760:1:44", - "nodeType": "YulLiteral", - "src": "24760:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24749:3:44", - "nodeType": "YulIdentifier", - "src": "24749:3:44" - }, - "nativeSrc": "24749:13:44", - "nodeType": "YulFunctionCall", - "src": "24749:13:44" - }, - { - "name": "length_1", - "nativeSrc": "24764:8:44", - "nodeType": "YulIdentifier", - "src": "24764:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "24695:34:44", - "nodeType": "YulIdentifier", - "src": "24695:34:44" - }, - "nativeSrc": "24695:78:44", - "nodeType": "YulFunctionCall", - "src": "24695:78:44" - }, - "nativeSrc": "24695:78:44", - "nodeType": "YulExpressionStatement", - "src": "24695:78:44" - }, - { - "nativeSrc": "24782:30:44", - "nodeType": "YulVariableDeclaration", - "src": "24782:30:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "24796:5:44", - "nodeType": "YulIdentifier", - "src": "24796:5:44" - }, - { - "name": "length_1", - "nativeSrc": "24803:8:44", - "nodeType": "YulIdentifier", - "src": "24803:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24792:3:44", - "nodeType": "YulIdentifier", - "src": "24792:3:44" - }, - "nativeSrc": "24792:20:44", - "nodeType": "YulFunctionCall", - "src": "24792:20:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "24786:2:44", - "nodeType": "YulTypedName", - "src": "24786:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24832:2:44", - "nodeType": "YulIdentifier", - "src": "24832:2:44" - }, - { - "kind": "number", - "nativeSrc": "24836:1:44", - "nodeType": "YulLiteral", - "src": "24836:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24828:3:44", - "nodeType": "YulIdentifier", - "src": "24828:3:44" - }, - "nativeSrc": "24828:10:44", - "nodeType": "YulFunctionCall", - "src": "24828:10:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "24840:3:44", - "nodeType": "YulLiteral", - "src": "24840:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24821:6:44", - "nodeType": "YulIdentifier", - "src": "24821:6:44" - }, - "nativeSrc": "24821:23:44", - "nodeType": "YulFunctionCall", - "src": "24821:23:44" - }, - "nativeSrc": "24821:23:44", - "nodeType": "YulExpressionStatement", - "src": "24821:23:44" - }, - { - "nativeSrc": "24853:29:44", - "nodeType": "YulVariableDeclaration", - "src": "24853:29:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "24875:6:44", - "nodeType": "YulIdentifier", - "src": "24875:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "24869:5:44", - "nodeType": "YulIdentifier", - "src": "24869:5:44" - }, - "nativeSrc": "24869:13:44", - "nodeType": "YulFunctionCall", - "src": "24869:13:44" - }, - "variables": [ - { - "name": "length_2", - "nativeSrc": "24857:8:44", - "nodeType": "YulTypedName", - "src": "24857:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "24930:6:44", - "nodeType": "YulIdentifier", - "src": "24930:6:44" - }, - { - "kind": "number", - "nativeSrc": "24938:4:44", - "nodeType": "YulLiteral", - "src": "24938:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24926:3:44", - "nodeType": "YulIdentifier", - "src": "24926:3:44" - }, - "nativeSrc": "24926:17:44", - "nodeType": "YulFunctionCall", - "src": "24926:17:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24949:2:44", - "nodeType": "YulIdentifier", - "src": "24949:2:44" - }, - { - "kind": "number", - "nativeSrc": "24953:1:44", - "nodeType": "YulLiteral", - "src": "24953:1:44", - "type": "", - "value": "2" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24945:3:44", - "nodeType": "YulIdentifier", - "src": "24945:3:44" - }, - "nativeSrc": "24945:10:44", - "nodeType": "YulFunctionCall", - "src": "24945:10:44" - }, - { - "name": "length_2", - "nativeSrc": "24957:8:44", - "nodeType": "YulIdentifier", - "src": "24957:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "24891:34:44", - "nodeType": "YulIdentifier", - "src": "24891:34:44" - }, - "nativeSrc": "24891:75:44", - "nodeType": "YulFunctionCall", - "src": "24891:75:44" - }, - "nativeSrc": "24891:75:44", - "nodeType": "YulExpressionStatement", - "src": "24891:75:44" - }, - { - "nativeSrc": "24975:40:44", - "nodeType": "YulAssignment", - "src": "24975:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24994:2:44", - "nodeType": "YulIdentifier", - "src": "24994:2:44" - }, - { - "name": "length_2", - "nativeSrc": "24998:8:44", - "nodeType": "YulIdentifier", - "src": "24998:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24990:3:44", - "nodeType": "YulIdentifier", - "src": "24990:3:44" - }, - "nativeSrc": "24990:17:44", - "nodeType": "YulFunctionCall", - "src": "24990:17:44" - }, - { - "kind": "number", - "nativeSrc": "25009:1:44", - "nodeType": "YulLiteral", - "src": "25009:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24986:3:44", - "nodeType": "YulIdentifier", - "src": "24986:3:44" - }, - "nativeSrc": "24986:25:44", - "nodeType": "YulFunctionCall", - "src": "24986:25:44" - }, - { - "kind": "number", - "nativeSrc": "25013:1:44", - "nodeType": "YulLiteral", - "src": "25013:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24982:3:44", - "nodeType": "YulIdentifier", - "src": "24982:3:44" - }, - "nativeSrc": "24982:33:44", - "nodeType": "YulFunctionCall", - "src": "24982:33:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "24975:3:44", - "nodeType": "YulIdentifier", - "src": "24975:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "24034:987:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "24431:3:44", - "nodeType": "YulTypedName", - "src": "24431:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "24436:6:44", - "nodeType": "YulTypedName", - "src": "24436:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "24444:6:44", - "nodeType": "YulTypedName", - "src": "24444:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "24452:6:44", - "nodeType": "YulTypedName", - "src": "24452:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "24463:3:44", - "nodeType": "YulTypedName", - "src": "24463:3:44", - "type": "" - } - ], - "src": "24034:987:44" - }, - { - "body": { - "nativeSrc": "25155:119:44", - "nodeType": "YulBlock", - "src": "25155:119:44", - "statements": [ - { - "nativeSrc": "25165:26:44", - "nodeType": "YulAssignment", - "src": "25165:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25177:9:44", - "nodeType": "YulIdentifier", - "src": "25177:9:44" - }, - { - "kind": "number", - "nativeSrc": "25188:2:44", - "nodeType": "YulLiteral", - "src": "25188:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25173:3:44", - "nodeType": "YulIdentifier", - "src": "25173:3:44" - }, - "nativeSrc": "25173:18:44", - "nodeType": "YulFunctionCall", - "src": "25173:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "25165:4:44", - "nodeType": "YulIdentifier", - "src": "25165:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25207:9:44", - "nodeType": "YulIdentifier", - "src": "25207:9:44" - }, - { - "name": "value0", - "nativeSrc": "25218:6:44", - "nodeType": "YulIdentifier", - "src": "25218:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25200:6:44", - "nodeType": "YulIdentifier", - "src": "25200:6:44" - }, - "nativeSrc": "25200:25:44", - "nodeType": "YulFunctionCall", - "src": "25200:25:44" - }, - "nativeSrc": "25200:25:44", - "nodeType": "YulExpressionStatement", - "src": "25200:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25245:9:44", - "nodeType": "YulIdentifier", - "src": "25245:9:44" - }, - { - "kind": "number", - "nativeSrc": "25256:2:44", - "nodeType": "YulLiteral", - "src": "25256:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25241:3:44", - "nodeType": "YulIdentifier", - "src": "25241:3:44" - }, - "nativeSrc": "25241:18:44", - "nodeType": "YulFunctionCall", - "src": "25241:18:44" - }, - { - "name": "value1", - "nativeSrc": "25261:6:44", - "nodeType": "YulIdentifier", - "src": "25261:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25234:6:44", - "nodeType": "YulIdentifier", - "src": "25234:6:44" - }, - "nativeSrc": "25234:34:44", - "nodeType": "YulFunctionCall", - "src": "25234:34:44" - }, - "nativeSrc": "25234:34:44", - "nodeType": "YulExpressionStatement", - "src": "25234:34:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint256_t_uint256__to_t_uint256_t_uint256__fromStack_reversed", - "nativeSrc": "25026:248:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "25116:9:44", - "nodeType": "YulTypedName", - "src": "25116:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "25127:6:44", - "nodeType": "YulTypedName", - "src": "25127:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "25135:6:44", - "nodeType": "YulTypedName", - "src": "25135:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "25146:4:44", - "nodeType": "YulTypedName", - "src": "25146:4:44", - "type": "" - } - ], - "src": "25026:248:44" - }, - { - "body": { - "nativeSrc": "25406:223:44", - "nodeType": "YulBlock", - "src": "25406:223:44", - "statements": [ - { - "nativeSrc": "25416:51:44", - "nodeType": "YulVariableDeclaration", - "src": "25416:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "25455:11:44", - "nodeType": "YulIdentifier", - "src": "25455:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "25442:12:44", - "nodeType": "YulIdentifier", - "src": "25442:12:44" - }, - "nativeSrc": "25442:25:44", - "nodeType": "YulFunctionCall", - "src": "25442:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "25420:18:44", - "nodeType": "YulTypedName", - "src": "25420:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "25557:16:44", - "nodeType": "YulBlock", - "src": "25557:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "25566:1:44", - "nodeType": "YulLiteral", - "src": "25566:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "25569:1:44", - "nodeType": "YulLiteral", - "src": "25569:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "25559:6:44", - "nodeType": "YulIdentifier", - "src": "25559:6:44" - }, - "nativeSrc": "25559:12:44", - "nodeType": "YulFunctionCall", - "src": "25559:12:44" - }, - "nativeSrc": "25559:12:44", - "nodeType": "YulExpressionStatement", - "src": "25559:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "25490:18:44", - "nodeType": "YulIdentifier", - "src": "25490:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "25518:12:44", - "nodeType": "YulIdentifier", - "src": "25518:12:44" - }, - "nativeSrc": "25518:14:44", - "nodeType": "YulFunctionCall", - "src": "25518:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "25534:8:44", - "nodeType": "YulIdentifier", - "src": "25534:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "25514:3:44", - "nodeType": "YulIdentifier", - "src": "25514:3:44" - }, - "nativeSrc": "25514:29:44", - "nodeType": "YulFunctionCall", - "src": "25514:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "25549:3:44", - "nodeType": "YulLiteral", - "src": "25549:3:44", - "type": "", - "value": "158" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "25545:3:44", - "nodeType": "YulIdentifier", - "src": "25545:3:44" - }, - "nativeSrc": "25545:8:44", - "nodeType": "YulFunctionCall", - "src": "25545:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25510:3:44", - "nodeType": "YulIdentifier", - "src": "25510:3:44" - }, - "nativeSrc": "25510:44:44", - "nodeType": "YulFunctionCall", - "src": "25510:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "25486:3:44", - "nodeType": "YulIdentifier", - "src": "25486:3:44" - }, - "nativeSrc": "25486:69:44", - "nodeType": "YulFunctionCall", - "src": "25486:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "25479:6:44", - "nodeType": "YulIdentifier", - "src": "25479:6:44" - }, - "nativeSrc": "25479:77:44", - "nodeType": "YulFunctionCall", - "src": "25479:77:44" - }, - "nativeSrc": "25476:97:44", - "nodeType": "YulIf", - "src": "25476:97:44" - }, - { - "nativeSrc": "25582:41:44", - "nodeType": "YulAssignment", - "src": "25582:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "25594:8:44", - "nodeType": "YulIdentifier", - "src": "25594:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "25604:18:44", - "nodeType": "YulIdentifier", - "src": "25604:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25590:3:44", - "nodeType": "YulIdentifier", - "src": "25590:3:44" - }, - "nativeSrc": "25590:33:44", - "nodeType": "YulFunctionCall", - "src": "25590:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "25582:4:44", - "nodeType": "YulIdentifier", - "src": "25582:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr", - "nativeSrc": "25279:350:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "25371:8:44", - "nodeType": "YulTypedName", - "src": "25371:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "25381:11:44", - "nodeType": "YulTypedName", - "src": "25381:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "25397:4:44", - "nodeType": "YulTypedName", - "src": "25397:4:44", - "type": "" - } - ], - "src": "25279:350:44" - }, - { - "body": { - "nativeSrc": "25771:438:44", - "nodeType": "YulBlock", - "src": "25771:438:44", - "statements": [ - { - "nativeSrc": "25781:51:44", - "nodeType": "YulVariableDeclaration", - "src": "25781:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "25820:11:44", - "nodeType": "YulIdentifier", - "src": "25820:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "25807:12:44", - "nodeType": "YulIdentifier", - "src": "25807:12:44" - }, - "nativeSrc": "25807:25:44", - "nodeType": "YulFunctionCall", - "src": "25807:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "25785:18:44", - "nodeType": "YulTypedName", - "src": "25785:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "25921:16:44", - "nodeType": "YulBlock", - "src": "25921:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "25930:1:44", - "nodeType": "YulLiteral", - "src": "25930:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "25933:1:44", - "nodeType": "YulLiteral", - "src": "25933:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "25923:6:44", - "nodeType": "YulIdentifier", - "src": "25923:6:44" - }, - "nativeSrc": "25923:12:44", - "nodeType": "YulFunctionCall", - "src": "25923:12:44" - }, - "nativeSrc": "25923:12:44", - "nodeType": "YulExpressionStatement", - "src": "25923:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "25855:18:44", - "nodeType": "YulIdentifier", - "src": "25855:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "25883:12:44", - "nodeType": "YulIdentifier", - "src": "25883:12:44" - }, - "nativeSrc": "25883:14:44", - "nodeType": "YulFunctionCall", - "src": "25883:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "25899:8:44", - "nodeType": "YulIdentifier", - "src": "25899:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "25879:3:44", - "nodeType": "YulIdentifier", - "src": "25879:3:44" - }, - "nativeSrc": "25879:29:44", - "nodeType": "YulFunctionCall", - "src": "25879:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "25914:2:44", - "nodeType": "YulLiteral", - "src": "25914:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "25910:3:44", - "nodeType": "YulIdentifier", - "src": "25910:3:44" - }, - "nativeSrc": "25910:7:44", - "nodeType": "YulFunctionCall", - "src": "25910:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25875:3:44", - "nodeType": "YulIdentifier", - "src": "25875:3:44" - }, - "nativeSrc": "25875:43:44", - "nodeType": "YulFunctionCall", - "src": "25875:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "25851:3:44", - "nodeType": "YulIdentifier", - "src": "25851:3:44" - }, - "nativeSrc": "25851:68:44", - "nodeType": "YulFunctionCall", - "src": "25851:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "25844:6:44", - "nodeType": "YulIdentifier", - "src": "25844:6:44" - }, - "nativeSrc": "25844:76:44", - "nodeType": "YulFunctionCall", - "src": "25844:76:44" - }, - "nativeSrc": "25841:96:44", - "nodeType": "YulIf", - "src": "25841:96:44" - }, - { - "nativeSrc": "25946:47:44", - "nodeType": "YulVariableDeclaration", - "src": "25946:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "25964:8:44", - "nodeType": "YulIdentifier", - "src": "25964:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "25974:18:44", - "nodeType": "YulIdentifier", - "src": "25974:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25960:3:44", - "nodeType": "YulIdentifier", - "src": "25960:3:44" - }, - "nativeSrc": "25960:33:44", - "nodeType": "YulFunctionCall", - "src": "25960:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "25950:6:44", - "nodeType": "YulTypedName", - "src": "25950:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "26002:30:44", - "nodeType": "YulAssignment", - "src": "26002:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "26025:6:44", - "nodeType": "YulIdentifier", - "src": "26025:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "26012:12:44", - "nodeType": "YulIdentifier", - "src": "26012:12:44" - }, - "nativeSrc": "26012:20:44", - "nodeType": "YulFunctionCall", - "src": "26012:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "26002:6:44", - "nodeType": "YulIdentifier", - "src": "26002:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "26075:16:44", - "nodeType": "YulBlock", - "src": "26075:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "26084:1:44", - "nodeType": "YulLiteral", - "src": "26084:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "26087:1:44", - "nodeType": "YulLiteral", - "src": "26087:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "26077:6:44", - "nodeType": "YulIdentifier", - "src": "26077:6:44" - }, - "nativeSrc": "26077:12:44", - "nodeType": "YulFunctionCall", - "src": "26077:12:44" - }, - "nativeSrc": "26077:12:44", - "nodeType": "YulExpressionStatement", - "src": "26077:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "26047:6:44", - "nodeType": "YulIdentifier", - "src": "26047:6:44" - }, - { - "kind": "number", - "nativeSrc": "26055:18:44", - "nodeType": "YulLiteral", - "src": "26055:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "26044:2:44", - "nodeType": "YulIdentifier", - "src": "26044:2:44" - }, - "nativeSrc": "26044:30:44", - "nodeType": "YulFunctionCall", - "src": "26044:30:44" - }, - "nativeSrc": "26041:50:44", - "nodeType": "YulIf", - "src": "26041:50:44" - }, - { - "nativeSrc": "26100:25:44", - "nodeType": "YulAssignment", - "src": "26100:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "26112:6:44", - "nodeType": "YulIdentifier", - "src": "26112:6:44" - }, - { - "kind": "number", - "nativeSrc": "26120:4:44", - "nodeType": "YulLiteral", - "src": "26120:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26108:3:44", - "nodeType": "YulIdentifier", - "src": "26108:3:44" - }, - "nativeSrc": "26108:17:44", - "nodeType": "YulFunctionCall", - "src": "26108:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "26100:4:44", - "nodeType": "YulIdentifier", - "src": "26100:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "26187:16:44", - "nodeType": "YulBlock", - "src": "26187:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "26196:1:44", - "nodeType": "YulLiteral", - "src": "26196:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "26199:1:44", - "nodeType": "YulLiteral", - "src": "26199:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "26189:6:44", - "nodeType": "YulIdentifier", - "src": "26189:6:44" - }, - "nativeSrc": "26189:12:44", - "nodeType": "YulFunctionCall", - "src": "26189:12:44" - }, - "nativeSrc": "26189:12:44", - "nodeType": "YulExpressionStatement", - "src": "26189:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "26141:4:44", - "nodeType": "YulIdentifier", - "src": "26141:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "26151:12:44", - "nodeType": "YulIdentifier", - "src": "26151:12:44" - }, - "nativeSrc": "26151:14:44", - "nodeType": "YulFunctionCall", - "src": "26151:14:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "26171:6:44", - "nodeType": "YulIdentifier", - "src": "26171:6:44" - }, - { - "kind": "number", - "nativeSrc": "26179:4:44", - "nodeType": "YulLiteral", - "src": "26179:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "mul", - "nativeSrc": "26167:3:44", - "nodeType": "YulIdentifier", - "src": "26167:3:44" - }, - "nativeSrc": "26167:17:44", - "nodeType": "YulFunctionCall", - "src": "26167:17:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "26147:3:44", - "nodeType": "YulIdentifier", - "src": "26147:3:44" - }, - "nativeSrc": "26147:38:44", - "nodeType": "YulFunctionCall", - "src": "26147:38:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "26137:3:44", - "nodeType": "YulIdentifier", - "src": "26137:3:44" - }, - "nativeSrc": "26137:49:44", - "nodeType": "YulFunctionCall", - "src": "26137:49:44" - }, - "nativeSrc": "26134:69:44", - "nodeType": "YulIf", - "src": "26134:69:44" - } - ] - }, - "name": "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "25634:575:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "25728:8:44", - "nodeType": "YulTypedName", - "src": "25728:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "25738:11:44", - "nodeType": "YulTypedName", - "src": "25738:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "25754:4:44", - "nodeType": "YulTypedName", - "src": "25754:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "25760:6:44", - "nodeType": "YulTypedName", - "src": "25760:6:44", - "type": "" - } - ], - "src": "25634:575:44" - }, - { - "body": { - "nativeSrc": "26309:134:44", - "nodeType": "YulBlock", - "src": "26309:134:44", - "statements": [ - { - "body": { - "nativeSrc": "26355:16:44", - "nodeType": "YulBlock", - "src": "26355:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "26364:1:44", - "nodeType": "YulLiteral", - "src": "26364:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "26367:1:44", - "nodeType": "YulLiteral", - "src": "26367:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "26357:6:44", - "nodeType": "YulIdentifier", - "src": "26357:6:44" - }, - "nativeSrc": "26357:12:44", - "nodeType": "YulFunctionCall", - "src": "26357:12:44" - }, - "nativeSrc": "26357:12:44", - "nodeType": "YulExpressionStatement", - "src": "26357:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "26330:7:44", - "nodeType": "YulIdentifier", - "src": "26330:7:44" - }, - { - "name": "headStart", - "nativeSrc": "26339:9:44", - "nodeType": "YulIdentifier", - "src": "26339:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "26326:3:44", - "nodeType": "YulIdentifier", - "src": "26326:3:44" - }, - "nativeSrc": "26326:23:44", - "nodeType": "YulFunctionCall", - "src": "26326:23:44" - }, - { - "kind": "number", - "nativeSrc": "26351:2:44", - "nodeType": "YulLiteral", - "src": "26351:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "26322:3:44", - "nodeType": "YulIdentifier", - "src": "26322:3:44" - }, - "nativeSrc": "26322:32:44", - "nodeType": "YulFunctionCall", - "src": "26322:32:44" - }, - "nativeSrc": "26319:52:44", - "nodeType": "YulIf", - "src": "26319:52:44" - }, - { - "nativeSrc": "26380:57:44", - "nodeType": "YulAssignment", - "src": "26380:57:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26418:9:44", - "nodeType": "YulIdentifier", - "src": "26418:9:44" - }, - { - "name": "dataEnd", - "nativeSrc": "26429:7:44", - "nodeType": "YulIdentifier", - "src": "26429:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "26390:27:44", - "nodeType": "YulIdentifier", - "src": "26390:27:44" - }, - "nativeSrc": "26390:47:44", - "nodeType": "YulFunctionCall", - "src": "26390:47:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "26380:6:44", - "nodeType": "YulIdentifier", - "src": "26380:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr", - "nativeSrc": "26214:229:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "26275:9:44", - "nodeType": "YulTypedName", - "src": "26275:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "26286:7:44", - "nodeType": "YulTypedName", - "src": "26286:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "26298:6:44", - "nodeType": "YulTypedName", - "src": "26298:6:44", - "type": "" - } - ], - "src": "26214:229:44" - }, - { - "body": { - "nativeSrc": "26517:115:44", - "nodeType": "YulBlock", - "src": "26517:115:44", - "statements": [ - { - "body": { - "nativeSrc": "26563:16:44", - "nodeType": "YulBlock", - "src": "26563:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "26572:1:44", - "nodeType": "YulLiteral", - "src": "26572:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "26575:1:44", - "nodeType": "YulLiteral", - "src": "26575:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "26565:6:44", - "nodeType": "YulIdentifier", - "src": "26565:6:44" - }, - "nativeSrc": "26565:12:44", - "nodeType": "YulFunctionCall", - "src": "26565:12:44" - }, - "nativeSrc": "26565:12:44", - "nodeType": "YulExpressionStatement", - "src": "26565:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "26538:7:44", - "nodeType": "YulIdentifier", - "src": "26538:7:44" - }, - { - "name": "headStart", - "nativeSrc": "26547:9:44", - "nodeType": "YulIdentifier", - "src": "26547:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "26534:3:44", - "nodeType": "YulIdentifier", - "src": "26534:3:44" - }, - "nativeSrc": "26534:23:44", - "nodeType": "YulFunctionCall", - "src": "26534:23:44" - }, - { - "kind": "number", - "nativeSrc": "26559:2:44", - "nodeType": "YulLiteral", - "src": "26559:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "26530:3:44", - "nodeType": "YulIdentifier", - "src": "26530:3:44" - }, - "nativeSrc": "26530:32:44", - "nodeType": "YulFunctionCall", - "src": "26530:32:44" - }, - "nativeSrc": "26527:52:44", - "nodeType": "YulIf", - "src": "26527:52:44" - }, - { - "nativeSrc": "26588:38:44", - "nodeType": "YulAssignment", - "src": "26588:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26616:9:44", - "nodeType": "YulIdentifier", - "src": "26616:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "26598:17:44", - "nodeType": "YulIdentifier", - "src": "26598:17:44" - }, - "nativeSrc": "26598:28:44", - "nodeType": "YulFunctionCall", - "src": "26598:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "26588:6:44", - "nodeType": "YulIdentifier", - "src": "26588:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "26448:184:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "26483:9:44", - "nodeType": "YulTypedName", - "src": "26483:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "26494:7:44", - "nodeType": "YulTypedName", - "src": "26494:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "26506:6:44", - "nodeType": "YulTypedName", - "src": "26506:6:44", - "type": "" - } - ], - "src": "26448:184:44" - }, - { - "body": { - "nativeSrc": "26751:677:44", - "nodeType": "YulBlock", - "src": "26751:677:44", - "statements": [ - { - "nativeSrc": "26761:43:44", - "nodeType": "YulVariableDeclaration", - "src": "26761:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "26779:7:44", - "nodeType": "YulIdentifier", - "src": "26779:7:44" - }, - { - "name": "headStart", - "nativeSrc": "26788:9:44", - "nodeType": "YulIdentifier", - "src": "26788:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "26775:3:44", - "nodeType": "YulIdentifier", - "src": "26775:3:44" - }, - "nativeSrc": "26775:23:44", - "nodeType": "YulFunctionCall", - "src": "26775:23:44" - }, - { - "kind": "number", - "nativeSrc": "26800:3:44", - "nodeType": "YulLiteral", - "src": "26800:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "26771:3:44", - "nodeType": "YulIdentifier", - "src": "26771:3:44" - }, - "nativeSrc": "26771:33:44", - "nodeType": "YulFunctionCall", - "src": "26771:33:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "26765:2:44", - "nodeType": "YulTypedName", - "src": "26765:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "26819:16:44", - "nodeType": "YulBlock", - "src": "26819:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "26828:1:44", - "nodeType": "YulLiteral", - "src": "26828:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "26831:1:44", - "nodeType": "YulLiteral", - "src": "26831:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "26821:6:44", - "nodeType": "YulIdentifier", - "src": "26821:6:44" - }, - "nativeSrc": "26821:12:44", - "nodeType": "YulFunctionCall", - "src": "26821:12:44" - }, - "nativeSrc": "26821:12:44", - "nodeType": "YulExpressionStatement", - "src": "26821:12:44" - } - ] - }, - "condition": { - "name": "_1", - "nativeSrc": "26816:2:44", - "nodeType": "YulIdentifier", - "src": "26816:2:44" - }, - "nativeSrc": "26813:22:44", - "nodeType": "YulIf", - "src": "26813:22:44" - }, - { - "nativeSrc": "26844:7:44", - "nodeType": "YulAssignment", - "src": "26844:7:44", - "value": { - "kind": "number", - "nativeSrc": "26850:1:44", - "nodeType": "YulLiteral", - "src": "26850:1:44", - "type": "", - "value": "0" - }, - "variableNames": [ - { - "name": "_1", - "nativeSrc": "26844:2:44", - "nodeType": "YulIdentifier", - "src": "26844:2:44" - } - ] - }, - { - "nativeSrc": "26860:35:44", - "nodeType": "YulVariableDeclaration", - "src": "26860:35:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_3991", - "nativeSrc": "26873:20:44", - "nodeType": "YulIdentifier", - "src": "26873:20:44" - }, - "nativeSrc": "26873:22:44", - "nodeType": "YulFunctionCall", - "src": "26873:22:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "26864:5:44", - "nodeType": "YulTypedName", - "src": "26864:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "26904:16:44", - "nodeType": "YulVariableDeclaration", - "src": "26904:16:44", - "value": { - "kind": "number", - "nativeSrc": "26919:1:44", - "nodeType": "YulLiteral", - "src": "26919:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "26908:7:44", - "nodeType": "YulTypedName", - "src": "26908:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "26929:34:44", - "nodeType": "YulAssignment", - "src": "26929:34:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26953:9:44", - "nodeType": "YulIdentifier", - "src": "26953:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "26940:12:44", - "nodeType": "YulIdentifier", - "src": "26940:12:44" - }, - "nativeSrc": "26940:23:44", - "nodeType": "YulFunctionCall", - "src": "26940:23:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "26929:7:44", - "nodeType": "YulIdentifier", - "src": "26929:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "26979:5:44", - "nodeType": "YulIdentifier", - "src": "26979:5:44" - }, - { - "name": "value_1", - "nativeSrc": "26986:7:44", - "nodeType": "YulIdentifier", - "src": "26986:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26972:6:44", - "nodeType": "YulIdentifier", - "src": "26972:6:44" - }, - "nativeSrc": "26972:22:44", - "nodeType": "YulFunctionCall", - "src": "26972:22:44" - }, - "nativeSrc": "26972:22:44", - "nodeType": "YulExpressionStatement", - "src": "26972:22:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "27014:5:44", - "nodeType": "YulIdentifier", - "src": "27014:5:44" - }, - { - "kind": "number", - "nativeSrc": "27021:2:44", - "nodeType": "YulLiteral", - "src": "27021:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27010:3:44", - "nodeType": "YulIdentifier", - "src": "27010:3:44" - }, - "nativeSrc": "27010:14:44", - "nodeType": "YulFunctionCall", - "src": "27010:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27070:9:44", - "nodeType": "YulIdentifier", - "src": "27070:9:44" - }, - { - "kind": "number", - "nativeSrc": "27081:2:44", - "nodeType": "YulLiteral", - "src": "27081:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27066:3:44", - "nodeType": "YulIdentifier", - "src": "27066:3:44" - }, - "nativeSrc": "27066:18:44", - "nodeType": "YulFunctionCall", - "src": "27066:18:44" - }, - { - "name": "dataEnd", - "nativeSrc": "27086:7:44", - "nodeType": "YulIdentifier", - "src": "27086:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "27026:39:44", - "nodeType": "YulIdentifier", - "src": "27026:39:44" - }, - "nativeSrc": "27026:68:44", - "nodeType": "YulFunctionCall", - "src": "27026:68:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27003:6:44", - "nodeType": "YulIdentifier", - "src": "27003:6:44" - }, - "nativeSrc": "27003:92:44", - "nodeType": "YulFunctionCall", - "src": "27003:92:44" - }, - "nativeSrc": "27003:92:44", - "nodeType": "YulExpressionStatement", - "src": "27003:92:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "27115:5:44", - "nodeType": "YulIdentifier", - "src": "27115:5:44" - }, - { - "kind": "number", - "nativeSrc": "27122:4:44", - "nodeType": "YulLiteral", - "src": "27122:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27111:3:44", - "nodeType": "YulIdentifier", - "src": "27111:3:44" - }, - "nativeSrc": "27111:16:44", - "nodeType": "YulFunctionCall", - "src": "27111:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27161:9:44", - "nodeType": "YulIdentifier", - "src": "27161:9:44" - }, - { - "kind": "number", - "nativeSrc": "27172:2:44", - "nodeType": "YulLiteral", - "src": "27172:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27157:3:44", - "nodeType": "YulIdentifier", - "src": "27157:3:44" - }, - "nativeSrc": "27157:18:44", - "nodeType": "YulFunctionCall", - "src": "27157:18:44" - }, - { - "name": "dataEnd", - "nativeSrc": "27177:7:44", - "nodeType": "YulIdentifier", - "src": "27177:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "27129:27:44", - "nodeType": "YulIdentifier", - "src": "27129:27:44" - }, - "nativeSrc": "27129:56:44", - "nodeType": "YulFunctionCall", - "src": "27129:56:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27104:6:44", - "nodeType": "YulIdentifier", - "src": "27104:6:44" - }, - "nativeSrc": "27104:82:44", - "nodeType": "YulFunctionCall", - "src": "27104:82:44" - }, - "nativeSrc": "27104:82:44", - "nodeType": "YulExpressionStatement", - "src": "27104:82:44" - }, - { - "nativeSrc": "27195:48:44", - "nodeType": "YulVariableDeclaration", - "src": "27195:48:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27227:9:44", - "nodeType": "YulIdentifier", - "src": "27227:9:44" - }, - { - "kind": "number", - "nativeSrc": "27238:3:44", - "nodeType": "YulLiteral", - "src": "27238:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27223:3:44", - "nodeType": "YulIdentifier", - "src": "27223:3:44" - }, - "nativeSrc": "27223:19:44", - "nodeType": "YulFunctionCall", - "src": "27223:19:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "27210:12:44", - "nodeType": "YulIdentifier", - "src": "27210:12:44" - }, - "nativeSrc": "27210:33:44", - "nodeType": "YulFunctionCall", - "src": "27210:33:44" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "27199:7:44", - "nodeType": "YulTypedName", - "src": "27199:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "27277:7:44", - "nodeType": "YulIdentifier", - "src": "27277:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "27252:24:44", - "nodeType": "YulIdentifier", - "src": "27252:24:44" - }, - "nativeSrc": "27252:33:44", - "nodeType": "YulFunctionCall", - "src": "27252:33:44" - }, - "nativeSrc": "27252:33:44", - "nodeType": "YulExpressionStatement", - "src": "27252:33:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "27305:5:44", - "nodeType": "YulIdentifier", - "src": "27305:5:44" - }, - { - "kind": "number", - "nativeSrc": "27312:2:44", - "nodeType": "YulLiteral", - "src": "27312:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27301:3:44", - "nodeType": "YulIdentifier", - "src": "27301:3:44" - }, - "nativeSrc": "27301:14:44", - "nodeType": "YulFunctionCall", - "src": "27301:14:44" - }, - { - "name": "value_2", - "nativeSrc": "27317:7:44", - "nodeType": "YulIdentifier", - "src": "27317:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27294:6:44", - "nodeType": "YulIdentifier", - "src": "27294:6:44" - }, - "nativeSrc": "27294:31:44", - "nodeType": "YulFunctionCall", - "src": "27294:31:44" - }, - "nativeSrc": "27294:31:44", - "nodeType": "YulExpressionStatement", - "src": "27294:31:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "27345:5:44", - "nodeType": "YulIdentifier", - "src": "27345:5:44" - }, - { - "kind": "number", - "nativeSrc": "27352:4:44", - "nodeType": "YulLiteral", - "src": "27352:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27341:3:44", - "nodeType": "YulIdentifier", - "src": "27341:3:44" - }, - "nativeSrc": "27341:16:44", - "nodeType": "YulFunctionCall", - "src": "27341:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27381:9:44", - "nodeType": "YulIdentifier", - "src": "27381:9:44" - }, - { - "kind": "number", - "nativeSrc": "27392:3:44", - "nodeType": "YulLiteral", - "src": "27392:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27377:3:44", - "nodeType": "YulIdentifier", - "src": "27377:3:44" - }, - "nativeSrc": "27377:19:44", - "nodeType": "YulFunctionCall", - "src": "27377:19:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "27359:17:44", - "nodeType": "YulIdentifier", - "src": "27359:17:44" - }, - "nativeSrc": "27359:38:44", - "nodeType": "YulFunctionCall", - "src": "27359:38:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27334:6:44", - "nodeType": "YulIdentifier", - "src": "27334:6:44" - }, - "nativeSrc": "27334:64:44", - "nodeType": "YulFunctionCall", - "src": "27334:64:44" - }, - "nativeSrc": "27334:64:44", - "nodeType": "YulExpressionStatement", - "src": "27334:64:44" - }, - { - "nativeSrc": "27407:15:44", - "nodeType": "YulAssignment", - "src": "27407:15:44", - "value": { - "name": "value", - "nativeSrc": "27417:5:44", - "nodeType": "YulIdentifier", - "src": "27417:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "27407:6:44", - "nodeType": "YulIdentifier", - "src": "27407:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr", - "nativeSrc": "26637:791:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "26717:9:44", - "nodeType": "YulTypedName", - "src": "26717:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "26728:7:44", - "nodeType": "YulTypedName", - "src": "26728:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "26740:6:44", - "nodeType": "YulTypedName", - "src": "26740:6:44", - "type": "" - } - ], - "src": "26637:791:44" - }, - { - "body": { - "nativeSrc": "27480:88:44", - "nodeType": "YulBlock", - "src": "27480:88:44", - "statements": [ - { - "body": { - "nativeSrc": "27511:22:44", - "nodeType": "YulBlock", - "src": "27511:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "27513:16:44", - "nodeType": "YulIdentifier", - "src": "27513:16:44" - }, - "nativeSrc": "27513:18:44", - "nodeType": "YulFunctionCall", - "src": "27513:18:44" - }, - "nativeSrc": "27513:18:44", - "nodeType": "YulExpressionStatement", - "src": "27513:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "value", - "nativeSrc": "27496:5:44", - "nodeType": "YulIdentifier", - "src": "27496:5:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "27507:1:44", - "nodeType": "YulLiteral", - "src": "27507:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "27503:3:44", - "nodeType": "YulIdentifier", - "src": "27503:3:44" - }, - "nativeSrc": "27503:6:44", - "nodeType": "YulFunctionCall", - "src": "27503:6:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "27493:2:44", - "nodeType": "YulIdentifier", - "src": "27493:2:44" - }, - "nativeSrc": "27493:17:44", - "nodeType": "YulFunctionCall", - "src": "27493:17:44" - }, - "nativeSrc": "27490:43:44", - "nodeType": "YulIf", - "src": "27490:43:44" - }, - { - "nativeSrc": "27542:20:44", - "nodeType": "YulAssignment", - "src": "27542:20:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "27553:5:44", - "nodeType": "YulIdentifier", - "src": "27553:5:44" - }, - { - "kind": "number", - "nativeSrc": "27560:1:44", - "nodeType": "YulLiteral", - "src": "27560:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27549:3:44", - "nodeType": "YulIdentifier", - "src": "27549:3:44" - }, - "nativeSrc": "27549:13:44", - "nodeType": "YulFunctionCall", - "src": "27549:13:44" - }, - "variableNames": [ - { - "name": "ret", - "nativeSrc": "27542:3:44", - "nodeType": "YulIdentifier", - "src": "27542:3:44" - } - ] - } - ] - }, - "name": "increment_t_uint256", - "nativeSrc": "27433:135:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "27462:5:44", - "nodeType": "YulTypedName", - "src": "27462:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "ret", - "nativeSrc": "27472:3:44", - "nodeType": "YulTypedName", - "src": "27472:3:44", - "type": "" - } - ], - "src": "27433:135:44" - }, - { - "body": { - "nativeSrc": "27840:412:44", - "nodeType": "YulBlock", - "src": "27840:412:44", - "statements": [ - { - "nativeSrc": "27850:27:44", - "nodeType": "YulAssignment", - "src": "27850:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27862:9:44", - "nodeType": "YulIdentifier", - "src": "27862:9:44" - }, - { - "kind": "number", - "nativeSrc": "27873:3:44", - "nodeType": "YulLiteral", - "src": "27873:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27858:3:44", - "nodeType": "YulIdentifier", - "src": "27858:3:44" - }, - "nativeSrc": "27858:19:44", - "nodeType": "YulFunctionCall", - "src": "27858:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "27850:4:44", - "nodeType": "YulIdentifier", - "src": "27850:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27893:9:44", - "nodeType": "YulIdentifier", - "src": "27893:9:44" - }, - { - "name": "value0", - "nativeSrc": "27904:6:44", - "nodeType": "YulIdentifier", - "src": "27904:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27886:6:44", - "nodeType": "YulIdentifier", - "src": "27886:6:44" - }, - "nativeSrc": "27886:25:44", - "nodeType": "YulFunctionCall", - "src": "27886:25:44" - }, - "nativeSrc": "27886:25:44", - "nodeType": "YulExpressionStatement", - "src": "27886:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27931:9:44", - "nodeType": "YulIdentifier", - "src": "27931:9:44" - }, - { - "kind": "number", - "nativeSrc": "27942:2:44", - "nodeType": "YulLiteral", - "src": "27942:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27927:3:44", - "nodeType": "YulIdentifier", - "src": "27927:3:44" - }, - "nativeSrc": "27927:18:44", - "nodeType": "YulFunctionCall", - "src": "27927:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "27951:6:44", - "nodeType": "YulIdentifier", - "src": "27951:6:44" - }, - { - "kind": "number", - "nativeSrc": "27959:42:44", - "nodeType": "YulLiteral", - "src": "27959:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27947:3:44", - "nodeType": "YulIdentifier", - "src": "27947:3:44" - }, - "nativeSrc": "27947:55:44", - "nodeType": "YulFunctionCall", - "src": "27947:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27920:6:44", - "nodeType": "YulIdentifier", - "src": "27920:6:44" - }, - "nativeSrc": "27920:83:44", - "nodeType": "YulFunctionCall", - "src": "27920:83:44" - }, - "nativeSrc": "27920:83:44", - "nodeType": "YulExpressionStatement", - "src": "27920:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28023:9:44", - "nodeType": "YulIdentifier", - "src": "28023:9:44" - }, - { - "kind": "number", - "nativeSrc": "28034:2:44", - "nodeType": "YulLiteral", - "src": "28034:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28019:3:44", - "nodeType": "YulIdentifier", - "src": "28019:3:44" - }, - "nativeSrc": "28019:18:44", - "nodeType": "YulFunctionCall", - "src": "28019:18:44" - }, - { - "name": "value2", - "nativeSrc": "28039:6:44", - "nodeType": "YulIdentifier", - "src": "28039:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28012:6:44", - "nodeType": "YulIdentifier", - "src": "28012:6:44" - }, - "nativeSrc": "28012:34:44", - "nodeType": "YulFunctionCall", - "src": "28012:34:44" - }, - "nativeSrc": "28012:34:44", - "nodeType": "YulExpressionStatement", - "src": "28012:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28066:9:44", - "nodeType": "YulIdentifier", - "src": "28066:9:44" - }, - { - "kind": "number", - "nativeSrc": "28077:2:44", - "nodeType": "YulLiteral", - "src": "28077:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28062:3:44", - "nodeType": "YulIdentifier", - "src": "28062:3:44" - }, - "nativeSrc": "28062:18:44", - "nodeType": "YulFunctionCall", - "src": "28062:18:44" - }, - { - "name": "value3", - "nativeSrc": "28082:6:44", - "nodeType": "YulIdentifier", - "src": "28082:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28055:6:44", - "nodeType": "YulIdentifier", - "src": "28055:6:44" - }, - "nativeSrc": "28055:34:44", - "nodeType": "YulFunctionCall", - "src": "28055:34:44" - }, - "nativeSrc": "28055:34:44", - "nodeType": "YulExpressionStatement", - "src": "28055:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28109:9:44", - "nodeType": "YulIdentifier", - "src": "28109:9:44" - }, - { - "kind": "number", - "nativeSrc": "28120:3:44", - "nodeType": "YulLiteral", - "src": "28120:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28105:3:44", - "nodeType": "YulIdentifier", - "src": "28105:3:44" - }, - "nativeSrc": "28105:19:44", - "nodeType": "YulFunctionCall", - "src": "28105:19:44" - }, - { - "name": "value4", - "nativeSrc": "28126:6:44", - "nodeType": "YulIdentifier", - "src": "28126:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28098:6:44", - "nodeType": "YulIdentifier", - "src": "28098:6:44" - }, - "nativeSrc": "28098:35:44", - "nodeType": "YulFunctionCall", - "src": "28098:35:44" - }, - "nativeSrc": "28098:35:44", - "nodeType": "YulExpressionStatement", - "src": "28098:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28153:9:44", - "nodeType": "YulIdentifier", - "src": "28153:9:44" - }, - { - "kind": "number", - "nativeSrc": "28164:3:44", - "nodeType": "YulLiteral", - "src": "28164:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28149:3:44", - "nodeType": "YulIdentifier", - "src": "28149:3:44" - }, - "nativeSrc": "28149:19:44", - "nodeType": "YulFunctionCall", - "src": "28149:19:44" - }, - { - "name": "value5", - "nativeSrc": "28170:6:44", - "nodeType": "YulIdentifier", - "src": "28170:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28142:6:44", - "nodeType": "YulIdentifier", - "src": "28142:6:44" - }, - "nativeSrc": "28142:35:44", - "nodeType": "YulFunctionCall", - "src": "28142:35:44" - }, - "nativeSrc": "28142:35:44", - "nodeType": "YulExpressionStatement", - "src": "28142:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28197:9:44", - "nodeType": "YulIdentifier", - "src": "28197:9:44" - }, - { - "kind": "number", - "nativeSrc": "28208:3:44", - "nodeType": "YulLiteral", - "src": "28208:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28193:3:44", - "nodeType": "YulIdentifier", - "src": "28193:3:44" - }, - "nativeSrc": "28193:19:44", - "nodeType": "YulFunctionCall", - "src": "28193:19:44" - }, - { - "arguments": [ - { - "name": "value6", - "nativeSrc": "28218:6:44", - "nodeType": "YulIdentifier", - "src": "28218:6:44" - }, - { - "kind": "number", - "nativeSrc": "28226:18:44", - "nodeType": "YulLiteral", - "src": "28226:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "28214:3:44", - "nodeType": "YulIdentifier", - "src": "28214:3:44" - }, - "nativeSrc": "28214:31:44", - "nodeType": "YulFunctionCall", - "src": "28214:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28186:6:44", - "nodeType": "YulIdentifier", - "src": "28186:6:44" - }, - "nativeSrc": "28186:60:44", - "nodeType": "YulFunctionCall", - "src": "28186:60:44" - }, - "nativeSrc": "28186:60:44", - "nodeType": "YulExpressionStatement", - "src": "28186:60:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed", - "nativeSrc": "27573:679:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "27761:9:44", - "nodeType": "YulTypedName", - "src": "27761:9:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "27772:6:44", - "nodeType": "YulTypedName", - "src": "27772:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "27780:6:44", - "nodeType": "YulTypedName", - "src": "27780:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "27788:6:44", - "nodeType": "YulTypedName", - "src": "27788:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "27796:6:44", - "nodeType": "YulTypedName", - "src": "27796:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "27804:6:44", - "nodeType": "YulTypedName", - "src": "27804:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "27812:6:44", - "nodeType": "YulTypedName", - "src": "27812:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "27820:6:44", - "nodeType": "YulTypedName", - "src": "27820:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "27831:4:44", - "nodeType": "YulTypedName", - "src": "27831:4:44", - "type": "" - } - ], - "src": "27573:679:44" - }, - { - "body": { - "nativeSrc": "28428:220:44", - "nodeType": "YulBlock", - "src": "28428:220:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28445:3:44", - "nodeType": "YulIdentifier", - "src": "28445:3:44" - }, - { - "name": "value0", - "nativeSrc": "28450:6:44", - "nodeType": "YulIdentifier", - "src": "28450:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28438:6:44", - "nodeType": "YulIdentifier", - "src": "28438:6:44" - }, - "nativeSrc": "28438:19:44", - "nodeType": "YulFunctionCall", - "src": "28438:19:44" - }, - "nativeSrc": "28438:19:44", - "nodeType": "YulExpressionStatement", - "src": "28438:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28477:3:44", - "nodeType": "YulIdentifier", - "src": "28477:3:44" - }, - { - "kind": "number", - "nativeSrc": "28482:2:44", - "nodeType": "YulLiteral", - "src": "28482:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28473:3:44", - "nodeType": "YulIdentifier", - "src": "28473:3:44" - }, - "nativeSrc": "28473:12:44", - "nodeType": "YulFunctionCall", - "src": "28473:12:44" - }, - { - "name": "value1", - "nativeSrc": "28487:6:44", - "nodeType": "YulIdentifier", - "src": "28487:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28466:6:44", - "nodeType": "YulIdentifier", - "src": "28466:6:44" - }, - "nativeSrc": "28466:28:44", - "nodeType": "YulFunctionCall", - "src": "28466:28:44" - }, - "nativeSrc": "28466:28:44", - "nodeType": "YulExpressionStatement", - "src": "28466:28:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28514:3:44", - "nodeType": "YulIdentifier", - "src": "28514:3:44" - }, - { - "kind": "number", - "nativeSrc": "28519:2:44", - "nodeType": "YulLiteral", - "src": "28519:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28510:3:44", - "nodeType": "YulIdentifier", - "src": "28510:3:44" - }, - "nativeSrc": "28510:12:44", - "nodeType": "YulFunctionCall", - "src": "28510:12:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "28532:3:44", - "nodeType": "YulLiteral", - "src": "28532:3:44", - "type": "", - "value": "248" - }, - { - "name": "value2", - "nativeSrc": "28537:6:44", - "nodeType": "YulIdentifier", - "src": "28537:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "28528:3:44", - "nodeType": "YulIdentifier", - "src": "28528:3:44" - }, - "nativeSrc": "28528:16:44", - "nodeType": "YulFunctionCall", - "src": "28528:16:44" - }, - { - "kind": "number", - "nativeSrc": "28546:66:44", - "nodeType": "YulLiteral", - "src": "28546:66:44", - "type": "", - "value": "0xff00000000000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "28524:3:44", - "nodeType": "YulIdentifier", - "src": "28524:3:44" - }, - "nativeSrc": "28524:89:44", - "nodeType": "YulFunctionCall", - "src": "28524:89:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28503:6:44", - "nodeType": "YulIdentifier", - "src": "28503:6:44" - }, - "nativeSrc": "28503:111:44", - "nodeType": "YulFunctionCall", - "src": "28503:111:44" - }, - "nativeSrc": "28503:111:44", - "nodeType": "YulExpressionStatement", - "src": "28503:111:44" - }, - { - "nativeSrc": "28623:19:44", - "nodeType": "YulAssignment", - "src": "28623:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28634:3:44", - "nodeType": "YulIdentifier", - "src": "28634:3:44" - }, - { - "kind": "number", - "nativeSrc": "28639:2:44", - "nodeType": "YulLiteral", - "src": "28639:2:44", - "type": "", - "value": "65" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28630:3:44", - "nodeType": "YulIdentifier", - "src": "28630:3:44" - }, - "nativeSrc": "28630:12:44", - "nodeType": "YulFunctionCall", - "src": "28630:12:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "28623:3:44", - "nodeType": "YulIdentifier", - "src": "28623:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes32_t_bytes32_t_uint8__to_t_bytes32_t_bytes32_t_uint8__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "28257:391:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "28388:3:44", - "nodeType": "YulTypedName", - "src": "28388:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "28393:6:44", - "nodeType": "YulTypedName", - "src": "28393:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "28401:6:44", - "nodeType": "YulTypedName", - "src": "28401:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "28409:6:44", - "nodeType": "YulTypedName", - "src": "28409:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "28420:3:44", - "nodeType": "YulTypedName", - "src": "28420:3:44", - "type": "" - } - ], - "src": "28257:391:44" - }, - { - "body": { - "nativeSrc": "28764:1185:44", - "nodeType": "YulBlock", - "src": "28764:1185:44", - "statements": [ - { - "body": { - "nativeSrc": "28810:16:44", - "nodeType": "YulBlock", - "src": "28810:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "28819:1:44", - "nodeType": "YulLiteral", - "src": "28819:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "28822:1:44", - "nodeType": "YulLiteral", - "src": "28822:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "28812:6:44", - "nodeType": "YulIdentifier", - "src": "28812:6:44" - }, - "nativeSrc": "28812:12:44", - "nodeType": "YulFunctionCall", - "src": "28812:12:44" - }, - "nativeSrc": "28812:12:44", - "nodeType": "YulExpressionStatement", - "src": "28812:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "28785:7:44", - "nodeType": "YulIdentifier", - "src": "28785:7:44" - }, - { - "name": "headStart", - "nativeSrc": "28794:9:44", - "nodeType": "YulIdentifier", - "src": "28794:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "28781:3:44", - "nodeType": "YulIdentifier", - "src": "28781:3:44" - }, - "nativeSrc": "28781:23:44", - "nodeType": "YulFunctionCall", - "src": "28781:23:44" - }, - { - "kind": "number", - "nativeSrc": "28806:2:44", - "nodeType": "YulLiteral", - "src": "28806:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "28777:3:44", - "nodeType": "YulIdentifier", - "src": "28777:3:44" - }, - "nativeSrc": "28777:32:44", - "nodeType": "YulFunctionCall", - "src": "28777:32:44" - }, - "nativeSrc": "28774:52:44", - "nodeType": "YulIf", - "src": "28774:52:44" - }, - { - "nativeSrc": "28835:30:44", - "nodeType": "YulVariableDeclaration", - "src": "28835:30:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28855:9:44", - "nodeType": "YulIdentifier", - "src": "28855:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "28849:5:44", - "nodeType": "YulIdentifier", - "src": "28849:5:44" - }, - "nativeSrc": "28849:16:44", - "nodeType": "YulFunctionCall", - "src": "28849:16:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "28839:6:44", - "nodeType": "YulTypedName", - "src": "28839:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "28908:16:44", - "nodeType": "YulBlock", - "src": "28908:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "28917:1:44", - "nodeType": "YulLiteral", - "src": "28917:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "28920:1:44", - "nodeType": "YulLiteral", - "src": "28920:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "28910:6:44", - "nodeType": "YulIdentifier", - "src": "28910:6:44" - }, - "nativeSrc": "28910:12:44", - "nodeType": "YulFunctionCall", - "src": "28910:12:44" - }, - "nativeSrc": "28910:12:44", - "nodeType": "YulExpressionStatement", - "src": "28910:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "28880:6:44", - "nodeType": "YulIdentifier", - "src": "28880:6:44" - }, - { - "kind": "number", - "nativeSrc": "28888:18:44", - "nodeType": "YulLiteral", - "src": "28888:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "28877:2:44", - "nodeType": "YulIdentifier", - "src": "28877:2:44" - }, - "nativeSrc": "28877:30:44", - "nodeType": "YulFunctionCall", - "src": "28877:30:44" - }, - "nativeSrc": "28874:50:44", - "nodeType": "YulIf", - "src": "28874:50:44" - }, - { - "nativeSrc": "28933:32:44", - "nodeType": "YulVariableDeclaration", - "src": "28933:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28947:9:44", - "nodeType": "YulIdentifier", - "src": "28947:9:44" - }, - { - "name": "offset", - "nativeSrc": "28958:6:44", - "nodeType": "YulIdentifier", - "src": "28958:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28943:3:44", - "nodeType": "YulIdentifier", - "src": "28943:3:44" - }, - "nativeSrc": "28943:22:44", - "nodeType": "YulFunctionCall", - "src": "28943:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "28937:2:44", - "nodeType": "YulTypedName", - "src": "28937:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "29005:16:44", - "nodeType": "YulBlock", - "src": "29005:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29014:1:44", - "nodeType": "YulLiteral", - "src": "29014:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29017:1:44", - "nodeType": "YulLiteral", - "src": "29017:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "29007:6:44", - "nodeType": "YulIdentifier", - "src": "29007:6:44" - }, - "nativeSrc": "29007:12:44", - "nodeType": "YulFunctionCall", - "src": "29007:12:44" - }, - "nativeSrc": "29007:12:44", - "nodeType": "YulExpressionStatement", - "src": "29007:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "28985:7:44", - "nodeType": "YulIdentifier", - "src": "28985:7:44" - }, - { - "name": "_1", - "nativeSrc": "28994:2:44", - "nodeType": "YulIdentifier", - "src": "28994:2:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "28981:3:44", - "nodeType": "YulIdentifier", - "src": "28981:3:44" - }, - "nativeSrc": "28981:16:44", - "nodeType": "YulFunctionCall", - "src": "28981:16:44" - }, - { - "kind": "number", - "nativeSrc": "28999:4:44", - "nodeType": "YulLiteral", - "src": "28999:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "28977:3:44", - "nodeType": "YulIdentifier", - "src": "28977:3:44" - }, - "nativeSrc": "28977:27:44", - "nodeType": "YulFunctionCall", - "src": "28977:27:44" - }, - "nativeSrc": "28974:47:44", - "nodeType": "YulIf", - "src": "28974:47:44" - }, - { - "nativeSrc": "29030:35:44", - "nodeType": "YulVariableDeclaration", - "src": "29030:35:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_3998", - "nativeSrc": "29043:20:44", - "nodeType": "YulIdentifier", - "src": "29043:20:44" - }, - "nativeSrc": "29043:22:44", - "nodeType": "YulFunctionCall", - "src": "29043:22:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "29034:5:44", - "nodeType": "YulTypedName", - "src": "29034:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "29074:16:44", - "nodeType": "YulVariableDeclaration", - "src": "29074:16:44", - "value": { - "kind": "number", - "nativeSrc": "29089:1:44", - "nodeType": "YulLiteral", - "src": "29089:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "29078:7:44", - "nodeType": "YulTypedName", - "src": "29078:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "29099:20:44", - "nodeType": "YulAssignment", - "src": "29099:20:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "29116:2:44", - "nodeType": "YulIdentifier", - "src": "29116:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "29110:5:44", - "nodeType": "YulIdentifier", - "src": "29110:5:44" - }, - "nativeSrc": "29110:9:44", - "nodeType": "YulFunctionCall", - "src": "29110:9:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "29099:7:44", - "nodeType": "YulIdentifier", - "src": "29099:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "29135:5:44", - "nodeType": "YulIdentifier", - "src": "29135:5:44" - }, - { - "name": "value_1", - "nativeSrc": "29142:7:44", - "nodeType": "YulIdentifier", - "src": "29142:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29128:6:44", - "nodeType": "YulIdentifier", - "src": "29128:6:44" - }, - "nativeSrc": "29128:22:44", - "nodeType": "YulFunctionCall", - "src": "29128:22:44" - }, - "nativeSrc": "29128:22:44", - "nodeType": "YulExpressionStatement", - "src": "29128:22:44" - }, - { - "nativeSrc": "29159:33:44", - "nodeType": "YulVariableDeclaration", - "src": "29159:33:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "29184:2:44", - "nodeType": "YulIdentifier", - "src": "29184:2:44" - }, - { - "kind": "number", - "nativeSrc": "29188:2:44", - "nodeType": "YulLiteral", - "src": "29188:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29180:3:44", - "nodeType": "YulIdentifier", - "src": "29180:3:44" - }, - "nativeSrc": "29180:11:44", - "nodeType": "YulFunctionCall", - "src": "29180:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "29174:5:44", - "nodeType": "YulIdentifier", - "src": "29174:5:44" - }, - "nativeSrc": "29174:18:44", - "nodeType": "YulFunctionCall", - "src": "29174:18:44" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "29163:7:44", - "nodeType": "YulTypedName", - "src": "29163:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "29226:7:44", - "nodeType": "YulIdentifier", - "src": "29226:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "29201:24:44", - "nodeType": "YulIdentifier", - "src": "29201:24:44" - }, - "nativeSrc": "29201:33:44", - "nodeType": "YulFunctionCall", - "src": "29201:33:44" - }, - "nativeSrc": "29201:33:44", - "nodeType": "YulExpressionStatement", - "src": "29201:33:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "29254:5:44", - "nodeType": "YulIdentifier", - "src": "29254:5:44" - }, - { - "kind": "number", - "nativeSrc": "29261:2:44", - "nodeType": "YulLiteral", - "src": "29261:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29250:3:44", - "nodeType": "YulIdentifier", - "src": "29250:3:44" - }, - "nativeSrc": "29250:14:44", - "nodeType": "YulFunctionCall", - "src": "29250:14:44" - }, - { - "name": "value_2", - "nativeSrc": "29266:7:44", - "nodeType": "YulIdentifier", - "src": "29266:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29243:6:44", - "nodeType": "YulIdentifier", - "src": "29243:6:44" - }, - "nativeSrc": "29243:31:44", - "nodeType": "YulFunctionCall", - "src": "29243:31:44" - }, - "nativeSrc": "29243:31:44", - "nodeType": "YulExpressionStatement", - "src": "29243:31:44" - }, - { - "nativeSrc": "29283:33:44", - "nodeType": "YulVariableDeclaration", - "src": "29283:33:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "29308:2:44", - "nodeType": "YulIdentifier", - "src": "29308:2:44" - }, - { - "kind": "number", - "nativeSrc": "29312:2:44", - "nodeType": "YulLiteral", - "src": "29312:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29304:3:44", - "nodeType": "YulIdentifier", - "src": "29304:3:44" - }, - "nativeSrc": "29304:11:44", - "nodeType": "YulFunctionCall", - "src": "29304:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "29298:5:44", - "nodeType": "YulIdentifier", - "src": "29298:5:44" - }, - "nativeSrc": "29298:18:44", - "nodeType": "YulFunctionCall", - "src": "29298:18:44" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "29287:7:44", - "nodeType": "YulTypedName", - "src": "29287:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_3", - "nativeSrc": "29347:7:44", - "nodeType": "YulIdentifier", - "src": "29347:7:44" - } - ], - "functionName": { - "name": "validator_revert_bool", - "nativeSrc": "29325:21:44", - "nodeType": "YulIdentifier", - "src": "29325:21:44" - }, - "nativeSrc": "29325:30:44", - "nodeType": "YulFunctionCall", - "src": "29325:30:44" - }, - "nativeSrc": "29325:30:44", - "nodeType": "YulExpressionStatement", - "src": "29325:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "29375:5:44", - "nodeType": "YulIdentifier", - "src": "29375:5:44" - }, - { - "kind": "number", - "nativeSrc": "29382:2:44", - "nodeType": "YulLiteral", - "src": "29382:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29371:3:44", - "nodeType": "YulIdentifier", - "src": "29371:3:44" - }, - "nativeSrc": "29371:14:44", - "nodeType": "YulFunctionCall", - "src": "29371:14:44" - }, - { - "name": "value_3", - "nativeSrc": "29387:7:44", - "nodeType": "YulIdentifier", - "src": "29387:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29364:6:44", - "nodeType": "YulIdentifier", - "src": "29364:6:44" - }, - "nativeSrc": "29364:31:44", - "nodeType": "YulFunctionCall", - "src": "29364:31:44" - }, - "nativeSrc": "29364:31:44", - "nodeType": "YulExpressionStatement", - "src": "29364:31:44" - }, - { - "nativeSrc": "29404:34:44", - "nodeType": "YulVariableDeclaration", - "src": "29404:34:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "29430:2:44", - "nodeType": "YulIdentifier", - "src": "29430:2:44" - }, - { - "kind": "number", - "nativeSrc": "29434:2:44", - "nodeType": "YulLiteral", - "src": "29434:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29426:3:44", - "nodeType": "YulIdentifier", - "src": "29426:3:44" - }, - "nativeSrc": "29426:11:44", - "nodeType": "YulFunctionCall", - "src": "29426:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "29420:5:44", - "nodeType": "YulIdentifier", - "src": "29420:5:44" - }, - "nativeSrc": "29420:18:44", - "nodeType": "YulFunctionCall", - "src": "29420:18:44" - }, - "variables": [ - { - "name": "offset_1", - "nativeSrc": "29408:8:44", - "nodeType": "YulTypedName", - "src": "29408:8:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "29483:16:44", - "nodeType": "YulBlock", - "src": "29483:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29492:1:44", - "nodeType": "YulLiteral", - "src": "29492:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29495:1:44", - "nodeType": "YulLiteral", - "src": "29495:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "29485:6:44", - "nodeType": "YulIdentifier", - "src": "29485:6:44" - }, - "nativeSrc": "29485:12:44", - "nodeType": "YulFunctionCall", - "src": "29485:12:44" - }, - "nativeSrc": "29485:12:44", - "nodeType": "YulExpressionStatement", - "src": "29485:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset_1", - "nativeSrc": "29453:8:44", - "nodeType": "YulIdentifier", - "src": "29453:8:44" - }, - { - "kind": "number", - "nativeSrc": "29463:18:44", - "nodeType": "YulLiteral", - "src": "29463:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "29450:2:44", - "nodeType": "YulIdentifier", - "src": "29450:2:44" - }, - "nativeSrc": "29450:32:44", - "nodeType": "YulFunctionCall", - "src": "29450:32:44" - }, - "nativeSrc": "29447:52:44", - "nodeType": "YulIf", - "src": "29447:52:44" - }, - { - "nativeSrc": "29508:27:44", - "nodeType": "YulVariableDeclaration", - "src": "29508:27:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "29522:2:44", - "nodeType": "YulIdentifier", - "src": "29522:2:44" - }, - { - "name": "offset_1", - "nativeSrc": "29526:8:44", - "nodeType": "YulIdentifier", - "src": "29526:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29518:3:44", - "nodeType": "YulIdentifier", - "src": "29518:3:44" - }, - "nativeSrc": "29518:17:44", - "nodeType": "YulFunctionCall", - "src": "29518:17:44" - }, - "variables": [ - { - "name": "_2", - "nativeSrc": "29512:2:44", - "nodeType": "YulTypedName", - "src": "29512:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "29583:16:44", - "nodeType": "YulBlock", - "src": "29583:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29592:1:44", - "nodeType": "YulLiteral", - "src": "29592:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29595:1:44", - "nodeType": "YulLiteral", - "src": "29595:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "29585:6:44", - "nodeType": "YulIdentifier", - "src": "29585:6:44" - }, - "nativeSrc": "29585:12:44", - "nodeType": "YulFunctionCall", - "src": "29585:12:44" - }, - "nativeSrc": "29585:12:44", - "nodeType": "YulExpressionStatement", - "src": "29585:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_2", - "nativeSrc": "29562:2:44", - "nodeType": "YulIdentifier", - "src": "29562:2:44" - }, - { - "kind": "number", - "nativeSrc": "29566:4:44", - "nodeType": "YulLiteral", - "src": "29566:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29558:3:44", - "nodeType": "YulIdentifier", - "src": "29558:3:44" - }, - "nativeSrc": "29558:13:44", - "nodeType": "YulFunctionCall", - "src": "29558:13:44" - }, - { - "name": "dataEnd", - "nativeSrc": "29573:7:44", - "nodeType": "YulIdentifier", - "src": "29573:7:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "29554:3:44", - "nodeType": "YulIdentifier", - "src": "29554:3:44" - }, - "nativeSrc": "29554:27:44", - "nodeType": "YulFunctionCall", - "src": "29554:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "29547:6:44", - "nodeType": "YulIdentifier", - "src": "29547:6:44" - }, - "nativeSrc": "29547:35:44", - "nodeType": "YulFunctionCall", - "src": "29547:35:44" - }, - "nativeSrc": "29544:55:44", - "nodeType": "YulIf", - "src": "29544:55:44" - }, - { - "nativeSrc": "29608:23:44", - "nodeType": "YulVariableDeclaration", - "src": "29608:23:44", - "value": { - "arguments": [ - { - "name": "_2", - "nativeSrc": "29628:2:44", - "nodeType": "YulIdentifier", - "src": "29628:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "29622:5:44", - "nodeType": "YulIdentifier", - "src": "29622:5:44" - }, - "nativeSrc": "29622:9:44", - "nodeType": "YulFunctionCall", - "src": "29622:9:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "29612:6:44", - "nodeType": "YulTypedName", - "src": "29612:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "29640:65:44", - "nodeType": "YulVariableDeclaration", - "src": "29640:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "29697:6:44", - "nodeType": "YulIdentifier", - "src": "29697:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_bytes", - "nativeSrc": "29669:27:44", - "nodeType": "YulIdentifier", - "src": "29669:27:44" - }, - "nativeSrc": "29669:35:44", - "nodeType": "YulFunctionCall", - "src": "29669:35:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "29653:15:44", - "nodeType": "YulIdentifier", - "src": "29653:15:44" - }, - "nativeSrc": "29653:52:44", - "nodeType": "YulFunctionCall", - "src": "29653:52:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "29644:5:44", - "nodeType": "YulTypedName", - "src": "29644:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "array", - "nativeSrc": "29721:5:44", - "nodeType": "YulIdentifier", - "src": "29721:5:44" - }, - { - "name": "length", - "nativeSrc": "29728:6:44", - "nodeType": "YulIdentifier", - "src": "29728:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29714:6:44", - "nodeType": "YulIdentifier", - "src": "29714:6:44" - }, - "nativeSrc": "29714:21:44", - "nodeType": "YulFunctionCall", - "src": "29714:21:44" - }, - "nativeSrc": "29714:21:44", - "nodeType": "YulExpressionStatement", - "src": "29714:21:44" - }, - { - "body": { - "nativeSrc": "29785:16:44", - "nodeType": "YulBlock", - "src": "29785:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29794:1:44", - "nodeType": "YulLiteral", - "src": "29794:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29797:1:44", - "nodeType": "YulLiteral", - "src": "29797:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "29787:6:44", - "nodeType": "YulIdentifier", - "src": "29787:6:44" - }, - "nativeSrc": "29787:12:44", - "nodeType": "YulFunctionCall", - "src": "29787:12:44" - }, - "nativeSrc": "29787:12:44", - "nodeType": "YulExpressionStatement", - "src": "29787:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_2", - "nativeSrc": "29758:2:44", - "nodeType": "YulIdentifier", - "src": "29758:2:44" - }, - { - "name": "length", - "nativeSrc": "29762:6:44", - "nodeType": "YulIdentifier", - "src": "29762:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29754:3:44", - "nodeType": "YulIdentifier", - "src": "29754:3:44" - }, - "nativeSrc": "29754:15:44", - "nodeType": "YulFunctionCall", - "src": "29754:15:44" - }, - { - "kind": "number", - "nativeSrc": "29771:2:44", - "nodeType": "YulLiteral", - "src": "29771:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29750:3:44", - "nodeType": "YulIdentifier", - "src": "29750:3:44" - }, - "nativeSrc": "29750:24:44", - "nodeType": "YulFunctionCall", - "src": "29750:24:44" - }, - { - "name": "dataEnd", - "nativeSrc": "29776:7:44", - "nodeType": "YulIdentifier", - "src": "29776:7:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "29747:2:44", - "nodeType": "YulIdentifier", - "src": "29747:2:44" - }, - "nativeSrc": "29747:37:44", - "nodeType": "YulFunctionCall", - "src": "29747:37:44" - }, - "nativeSrc": "29744:57:44", - "nodeType": "YulIf", - "src": "29744:57:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_2", - "nativeSrc": "29849:2:44", - "nodeType": "YulIdentifier", - "src": "29849:2:44" - }, - { - "kind": "number", - "nativeSrc": "29853:2:44", - "nodeType": "YulLiteral", - "src": "29853:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29845:3:44", - "nodeType": "YulIdentifier", - "src": "29845:3:44" - }, - "nativeSrc": "29845:11:44", - "nodeType": "YulFunctionCall", - "src": "29845:11:44" - }, - { - "arguments": [ - { - "name": "array", - "nativeSrc": "29862:5:44", - "nodeType": "YulIdentifier", - "src": "29862:5:44" - }, - { - "kind": "number", - "nativeSrc": "29869:2:44", - "nodeType": "YulLiteral", - "src": "29869:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29858:3:44", - "nodeType": "YulIdentifier", - "src": "29858:3:44" - }, - "nativeSrc": "29858:14:44", - "nodeType": "YulFunctionCall", - "src": "29858:14:44" - }, - { - "name": "length", - "nativeSrc": "29874:6:44", - "nodeType": "YulIdentifier", - "src": "29874:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "29810:34:44", - "nodeType": "YulIdentifier", - "src": "29810:34:44" - }, - "nativeSrc": "29810:71:44", - "nodeType": "YulFunctionCall", - "src": "29810:71:44" - }, - "nativeSrc": "29810:71:44", - "nodeType": "YulExpressionStatement", - "src": "29810:71:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "29901:5:44", - "nodeType": "YulIdentifier", - "src": "29901:5:44" - }, - { - "kind": "number", - "nativeSrc": "29908:2:44", - "nodeType": "YulLiteral", - "src": "29908:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29897:3:44", - "nodeType": "YulIdentifier", - "src": "29897:3:44" - }, - "nativeSrc": "29897:14:44", - "nodeType": "YulFunctionCall", - "src": "29897:14:44" - }, - { - "name": "array", - "nativeSrc": "29913:5:44", - "nodeType": "YulIdentifier", - "src": "29913:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29890:6:44", - "nodeType": "YulIdentifier", - "src": "29890:6:44" - }, - "nativeSrc": "29890:29:44", - "nodeType": "YulFunctionCall", - "src": "29890:29:44" - }, - "nativeSrc": "29890:29:44", - "nodeType": "YulExpressionStatement", - "src": "29890:29:44" - }, - { - "nativeSrc": "29928:15:44", - "nodeType": "YulAssignment", - "src": "29928:15:44", - "value": { - "name": "value", - "nativeSrc": "29938:5:44", - "nodeType": "YulIdentifier", - "src": "29938:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "29928:6:44", - "nodeType": "YulIdentifier", - "src": "29928:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr_fromMemory", - "nativeSrc": "28653:1296:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "28730:9:44", - "nodeType": "YulTypedName", - "src": "28730:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "28741:7:44", - "nodeType": "YulTypedName", - "src": "28741:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "28753:6:44", - "nodeType": "YulTypedName", - "src": "28753:6:44", - "type": "" - } - ], - "src": "28653:1296:44" - }, - { - "body": { - "nativeSrc": "30326:679:44", - "nodeType": "YulBlock", - "src": "30326:679:44", - "statements": [ - { - "nativeSrc": "30336:27:44", - "nodeType": "YulAssignment", - "src": "30336:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30348:9:44", - "nodeType": "YulIdentifier", - "src": "30348:9:44" - }, - { - "kind": "number", - "nativeSrc": "30359:3:44", - "nodeType": "YulLiteral", - "src": "30359:3:44", - "type": "", - "value": "352" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30344:3:44", - "nodeType": "YulIdentifier", - "src": "30344:3:44" - }, - "nativeSrc": "30344:19:44", - "nodeType": "YulFunctionCall", - "src": "30344:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "30336:4:44", - "nodeType": "YulIdentifier", - "src": "30336:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30379:9:44", - "nodeType": "YulIdentifier", - "src": "30379:9:44" - }, - { - "name": "value0", - "nativeSrc": "30390:6:44", - "nodeType": "YulIdentifier", - "src": "30390:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30372:6:44", - "nodeType": "YulIdentifier", - "src": "30372:6:44" - }, - "nativeSrc": "30372:25:44", - "nodeType": "YulFunctionCall", - "src": "30372:25:44" - }, - "nativeSrc": "30372:25:44", - "nodeType": "YulExpressionStatement", - "src": "30372:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30417:9:44", - "nodeType": "YulIdentifier", - "src": "30417:9:44" - }, - { - "kind": "number", - "nativeSrc": "30428:2:44", - "nodeType": "YulLiteral", - "src": "30428:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30413:3:44", - "nodeType": "YulIdentifier", - "src": "30413:3:44" - }, - "nativeSrc": "30413:18:44", - "nodeType": "YulFunctionCall", - "src": "30413:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "30437:6:44", - "nodeType": "YulIdentifier", - "src": "30437:6:44" - }, - { - "kind": "number", - "nativeSrc": "30445:42:44", - "nodeType": "YulLiteral", - "src": "30445:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "30433:3:44", - "nodeType": "YulIdentifier", - "src": "30433:3:44" - }, - "nativeSrc": "30433:55:44", - "nodeType": "YulFunctionCall", - "src": "30433:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30406:6:44", - "nodeType": "YulIdentifier", - "src": "30406:6:44" - }, - "nativeSrc": "30406:83:44", - "nodeType": "YulFunctionCall", - "src": "30406:83:44" - }, - "nativeSrc": "30406:83:44", - "nodeType": "YulExpressionStatement", - "src": "30406:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30509:9:44", - "nodeType": "YulIdentifier", - "src": "30509:9:44" - }, - { - "kind": "number", - "nativeSrc": "30520:2:44", - "nodeType": "YulLiteral", - "src": "30520:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30505:3:44", - "nodeType": "YulIdentifier", - "src": "30505:3:44" - }, - "nativeSrc": "30505:18:44", - "nodeType": "YulFunctionCall", - "src": "30505:18:44" - }, - { - "name": "value2", - "nativeSrc": "30525:6:44", - "nodeType": "YulIdentifier", - "src": "30525:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30498:6:44", - "nodeType": "YulIdentifier", - "src": "30498:6:44" - }, - "nativeSrc": "30498:34:44", - "nodeType": "YulFunctionCall", - "src": "30498:34:44" - }, - "nativeSrc": "30498:34:44", - "nodeType": "YulExpressionStatement", - "src": "30498:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30552:9:44", - "nodeType": "YulIdentifier", - "src": "30552:9:44" - }, - { - "kind": "number", - "nativeSrc": "30563:2:44", - "nodeType": "YulLiteral", - "src": "30563:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30548:3:44", - "nodeType": "YulIdentifier", - "src": "30548:3:44" - }, - "nativeSrc": "30548:18:44", - "nodeType": "YulFunctionCall", - "src": "30548:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "30572:6:44", - "nodeType": "YulIdentifier", - "src": "30572:6:44" - }, - { - "kind": "number", - "nativeSrc": "30580:42:44", - "nodeType": "YulLiteral", - "src": "30580:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "30568:3:44", - "nodeType": "YulIdentifier", - "src": "30568:3:44" - }, - "nativeSrc": "30568:55:44", - "nodeType": "YulFunctionCall", - "src": "30568:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30541:6:44", - "nodeType": "YulIdentifier", - "src": "30541:6:44" - }, - "nativeSrc": "30541:83:44", - "nodeType": "YulFunctionCall", - "src": "30541:83:44" - }, - "nativeSrc": "30541:83:44", - "nodeType": "YulExpressionStatement", - "src": "30541:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30644:9:44", - "nodeType": "YulIdentifier", - "src": "30644:9:44" - }, - { - "kind": "number", - "nativeSrc": "30655:3:44", - "nodeType": "YulLiteral", - "src": "30655:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30640:3:44", - "nodeType": "YulIdentifier", - "src": "30640:3:44" - }, - "nativeSrc": "30640:19:44", - "nodeType": "YulFunctionCall", - "src": "30640:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "30665:6:44", - "nodeType": "YulIdentifier", - "src": "30665:6:44" - }, - { - "kind": "number", - "nativeSrc": "30673:18:44", - "nodeType": "YulLiteral", - "src": "30673:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "30661:3:44", - "nodeType": "YulIdentifier", - "src": "30661:3:44" - }, - "nativeSrc": "30661:31:44", - "nodeType": "YulFunctionCall", - "src": "30661:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30633:6:44", - "nodeType": "YulIdentifier", - "src": "30633:6:44" - }, - "nativeSrc": "30633:60:44", - "nodeType": "YulFunctionCall", - "src": "30633:60:44" - }, - "nativeSrc": "30633:60:44", - "nodeType": "YulExpressionStatement", - "src": "30633:60:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30713:9:44", - "nodeType": "YulIdentifier", - "src": "30713:9:44" - }, - { - "kind": "number", - "nativeSrc": "30724:3:44", - "nodeType": "YulLiteral", - "src": "30724:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30709:3:44", - "nodeType": "YulIdentifier", - "src": "30709:3:44" - }, - "nativeSrc": "30709:19:44", - "nodeType": "YulFunctionCall", - "src": "30709:19:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value5", - "nativeSrc": "30744:6:44", - "nodeType": "YulIdentifier", - "src": "30744:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "30737:6:44", - "nodeType": "YulIdentifier", - "src": "30737:6:44" - }, - "nativeSrc": "30737:14:44", - "nodeType": "YulFunctionCall", - "src": "30737:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "30730:6:44", - "nodeType": "YulIdentifier", - "src": "30730:6:44" - }, - "nativeSrc": "30730:22:44", - "nodeType": "YulFunctionCall", - "src": "30730:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30702:6:44", - "nodeType": "YulIdentifier", - "src": "30702:6:44" - }, - "nativeSrc": "30702:51:44", - "nodeType": "YulFunctionCall", - "src": "30702:51:44" - }, - "nativeSrc": "30702:51:44", - "nodeType": "YulExpressionStatement", - "src": "30702:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30773:9:44", - "nodeType": "YulIdentifier", - "src": "30773:9:44" - }, - { - "kind": "number", - "nativeSrc": "30784:3:44", - "nodeType": "YulLiteral", - "src": "30784:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30769:3:44", - "nodeType": "YulIdentifier", - "src": "30769:3:44" - }, - "nativeSrc": "30769:19:44", - "nodeType": "YulFunctionCall", - "src": "30769:19:44" - }, - { - "name": "value6", - "nativeSrc": "30790:6:44", - "nodeType": "YulIdentifier", - "src": "30790:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30762:6:44", - "nodeType": "YulIdentifier", - "src": "30762:6:44" - }, - "nativeSrc": "30762:35:44", - "nodeType": "YulFunctionCall", - "src": "30762:35:44" - }, - "nativeSrc": "30762:35:44", - "nodeType": "YulExpressionStatement", - "src": "30762:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30817:9:44", - "nodeType": "YulIdentifier", - "src": "30817:9:44" - }, - { - "kind": "number", - "nativeSrc": "30828:3:44", - "nodeType": "YulLiteral", - "src": "30828:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30813:3:44", - "nodeType": "YulIdentifier", - "src": "30813:3:44" - }, - "nativeSrc": "30813:19:44", - "nodeType": "YulFunctionCall", - "src": "30813:19:44" - }, - { - "name": "value7", - "nativeSrc": "30834:6:44", - "nodeType": "YulIdentifier", - "src": "30834:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30806:6:44", - "nodeType": "YulIdentifier", - "src": "30806:6:44" - }, - "nativeSrc": "30806:35:44", - "nodeType": "YulFunctionCall", - "src": "30806:35:44" - }, - "nativeSrc": "30806:35:44", - "nodeType": "YulExpressionStatement", - "src": "30806:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30861:9:44", - "nodeType": "YulIdentifier", - "src": "30861:9:44" - }, - { - "kind": "number", - "nativeSrc": "30872:3:44", - "nodeType": "YulLiteral", - "src": "30872:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30857:3:44", - "nodeType": "YulIdentifier", - "src": "30857:3:44" - }, - "nativeSrc": "30857:19:44", - "nodeType": "YulFunctionCall", - "src": "30857:19:44" - }, - { - "name": "value8", - "nativeSrc": "30878:6:44", - "nodeType": "YulIdentifier", - "src": "30878:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30850:6:44", - "nodeType": "YulIdentifier", - "src": "30850:6:44" - }, - "nativeSrc": "30850:35:44", - "nodeType": "YulFunctionCall", - "src": "30850:35:44" - }, - "nativeSrc": "30850:35:44", - "nodeType": "YulExpressionStatement", - "src": "30850:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30905:9:44", - "nodeType": "YulIdentifier", - "src": "30905:9:44" - }, - { - "kind": "number", - "nativeSrc": "30916:3:44", - "nodeType": "YulLiteral", - "src": "30916:3:44", - "type": "", - "value": "288" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30901:3:44", - "nodeType": "YulIdentifier", - "src": "30901:3:44" - }, - "nativeSrc": "30901:19:44", - "nodeType": "YulFunctionCall", - "src": "30901:19:44" - }, - { - "name": "value9", - "nativeSrc": "30922:6:44", - "nodeType": "YulIdentifier", - "src": "30922:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30894:6:44", - "nodeType": "YulIdentifier", - "src": "30894:6:44" - }, - "nativeSrc": "30894:35:44", - "nodeType": "YulFunctionCall", - "src": "30894:35:44" - }, - "nativeSrc": "30894:35:44", - "nodeType": "YulExpressionStatement", - "src": "30894:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "30949:9:44", - "nodeType": "YulIdentifier", - "src": "30949:9:44" - }, - { - "kind": "number", - "nativeSrc": "30960:3:44", - "nodeType": "YulLiteral", - "src": "30960:3:44", - "type": "", - "value": "320" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "30945:3:44", - "nodeType": "YulIdentifier", - "src": "30945:3:44" - }, - "nativeSrc": "30945:19:44", - "nodeType": "YulFunctionCall", - "src": "30945:19:44" - }, - { - "arguments": [ - { - "name": "value10", - "nativeSrc": "30970:7:44", - "nodeType": "YulIdentifier", - "src": "30970:7:44" - }, - { - "kind": "number", - "nativeSrc": "30979:18:44", - "nodeType": "YulLiteral", - "src": "30979:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "30966:3:44", - "nodeType": "YulIdentifier", - "src": "30966:3:44" - }, - "nativeSrc": "30966:32:44", - "nodeType": "YulFunctionCall", - "src": "30966:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "30938:6:44", - "nodeType": "YulIdentifier", - "src": "30938:6:44" - }, - "nativeSrc": "30938:61:44", - "nodeType": "YulFunctionCall", - "src": "30938:61:44" - }, - "nativeSrc": "30938:61:44", - "nodeType": "YulExpressionStatement", - "src": "30938:61:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed", - "nativeSrc": "29954:1051:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "30214:9:44", - "nodeType": "YulTypedName", - "src": "30214:9:44", - "type": "" - }, - { - "name": "value10", - "nativeSrc": "30225:7:44", - "nodeType": "YulTypedName", - "src": "30225:7:44", - "type": "" - }, - { - "name": "value9", - "nativeSrc": "30234:6:44", - "nodeType": "YulTypedName", - "src": "30234:6:44", - "type": "" - }, - { - "name": "value8", - "nativeSrc": "30242:6:44", - "nodeType": "YulTypedName", - "src": "30242:6:44", - "type": "" - }, - { - "name": "value7", - "nativeSrc": "30250:6:44", - "nodeType": "YulTypedName", - "src": "30250:6:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "30258:6:44", - "nodeType": "YulTypedName", - "src": "30258:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "30266:6:44", - "nodeType": "YulTypedName", - "src": "30266:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "30274:6:44", - "nodeType": "YulTypedName", - "src": "30274:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "30282:6:44", - "nodeType": "YulTypedName", - "src": "30282:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "30290:6:44", - "nodeType": "YulTypedName", - "src": "30290:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "30298:6:44", - "nodeType": "YulTypedName", - "src": "30298:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "30306:6:44", - "nodeType": "YulTypedName", - "src": "30306:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "30317:4:44", - "nodeType": "YulTypedName", - "src": "30317:4:44", - "type": "" - } - ], - "src": "29954:1051:44" - }, - { - "body": { - "nativeSrc": "31065:65:44", - "nodeType": "YulBlock", - "src": "31065:65:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31082:1:44", - "nodeType": "YulLiteral", - "src": "31082:1:44", - "type": "", - "value": "0" - }, - { - "name": "ptr", - "nativeSrc": "31085:3:44", - "nodeType": "YulIdentifier", - "src": "31085:3:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "31075:6:44", - "nodeType": "YulIdentifier", - "src": "31075:6:44" - }, - "nativeSrc": "31075:14:44", - "nodeType": "YulFunctionCall", - "src": "31075:14:44" - }, - "nativeSrc": "31075:14:44", - "nodeType": "YulExpressionStatement", - "src": "31075:14:44" - }, - { - "nativeSrc": "31098:26:44", - "nodeType": "YulAssignment", - "src": "31098:26:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31116:1:44", - "nodeType": "YulLiteral", - "src": "31116:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "31119:4:44", - "nodeType": "YulLiteral", - "src": "31119:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "31106:9:44", - "nodeType": "YulIdentifier", - "src": "31106:9:44" - }, - "nativeSrc": "31106:18:44", - "nodeType": "YulFunctionCall", - "src": "31106:18:44" - }, - "variableNames": [ - { - "name": "data", - "nativeSrc": "31098:4:44", - "nodeType": "YulIdentifier", - "src": "31098:4:44" - } - ] - } - ] - }, - "name": "array_dataslot_bytes_storage", - "nativeSrc": "31010:120:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "ptr", - "nativeSrc": "31048:3:44", - "nodeType": "YulTypedName", - "src": "31048:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "data", - "nativeSrc": "31056:4:44", - "nodeType": "YulTypedName", - "src": "31056:4:44", - "type": "" - } - ], - "src": "31010:120:44" - }, - { - "body": { - "nativeSrc": "31215:437:44", - "nodeType": "YulBlock", - "src": "31215:437:44", - "statements": [ - { - "body": { - "nativeSrc": "31248:398:44", - "nodeType": "YulBlock", - "src": "31248:398:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31269:1:44", - "nodeType": "YulLiteral", - "src": "31269:1:44", - "type": "", - "value": "0" - }, - { - "name": "array", - "nativeSrc": "31272:5:44", - "nodeType": "YulIdentifier", - "src": "31272:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "31262:6:44", - "nodeType": "YulIdentifier", - "src": "31262:6:44" - }, - "nativeSrc": "31262:16:44", - "nodeType": "YulFunctionCall", - "src": "31262:16:44" - }, - "nativeSrc": "31262:16:44", - "nodeType": "YulExpressionStatement", - "src": "31262:16:44" - }, - { - "nativeSrc": "31291:30:44", - "nodeType": "YulVariableDeclaration", - "src": "31291:30:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31313:1:44", - "nodeType": "YulLiteral", - "src": "31313:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "31316:4:44", - "nodeType": "YulLiteral", - "src": "31316:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "31303:9:44", - "nodeType": "YulIdentifier", - "src": "31303:9:44" - }, - "nativeSrc": "31303:18:44", - "nodeType": "YulFunctionCall", - "src": "31303:18:44" - }, - "variables": [ - { - "name": "data", - "nativeSrc": "31295:4:44", - "nodeType": "YulTypedName", - "src": "31295:4:44", - "type": "" - } - ] - }, - { - "nativeSrc": "31334:57:44", - "nodeType": "YulVariableDeclaration", - "src": "31334:57:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "31357:4:44", - "nodeType": "YulIdentifier", - "src": "31357:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31367:1:44", - "nodeType": "YulLiteral", - "src": "31367:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "31374:10:44", - "nodeType": "YulIdentifier", - "src": "31374:10:44" - }, - { - "kind": "number", - "nativeSrc": "31386:2:44", - "nodeType": "YulLiteral", - "src": "31386:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "31370:3:44", - "nodeType": "YulIdentifier", - "src": "31370:3:44" - }, - "nativeSrc": "31370:19:44", - "nodeType": "YulFunctionCall", - "src": "31370:19:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "31363:3:44", - "nodeType": "YulIdentifier", - "src": "31363:3:44" - }, - "nativeSrc": "31363:27:44", - "nodeType": "YulFunctionCall", - "src": "31363:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "31353:3:44", - "nodeType": "YulIdentifier", - "src": "31353:3:44" - }, - "nativeSrc": "31353:38:44", - "nodeType": "YulFunctionCall", - "src": "31353:38:44" - }, - "variables": [ - { - "name": "deleteStart", - "nativeSrc": "31338:11:44", - "nodeType": "YulTypedName", - "src": "31338:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "31428:23:44", - "nodeType": "YulBlock", - "src": "31428:23:44", - "statements": [ - { - "nativeSrc": "31430:19:44", - "nodeType": "YulAssignment", - "src": "31430:19:44", - "value": { - "name": "data", - "nativeSrc": "31445:4:44", - "nodeType": "YulIdentifier", - "src": "31445:4:44" - }, - "variableNames": [ - { - "name": "deleteStart", - "nativeSrc": "31430:11:44", - "nodeType": "YulIdentifier", - "src": "31430:11:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "31410:10:44", - "nodeType": "YulIdentifier", - "src": "31410:10:44" - }, - { - "kind": "number", - "nativeSrc": "31422:4:44", - "nodeType": "YulLiteral", - "src": "31422:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "31407:2:44", - "nodeType": "YulIdentifier", - "src": "31407:2:44" - }, - "nativeSrc": "31407:20:44", - "nodeType": "YulFunctionCall", - "src": "31407:20:44" - }, - "nativeSrc": "31404:47:44", - "nodeType": "YulIf", - "src": "31404:47:44" - }, - { - "nativeSrc": "31464:41:44", - "nodeType": "YulVariableDeclaration", - "src": "31464:41:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "31478:4:44", - "nodeType": "YulIdentifier", - "src": "31478:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31488:1:44", - "nodeType": "YulLiteral", - "src": "31488:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "len", - "nativeSrc": "31495:3:44", - "nodeType": "YulIdentifier", - "src": "31495:3:44" - }, - { - "kind": "number", - "nativeSrc": "31500:2:44", - "nodeType": "YulLiteral", - "src": "31500:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "31491:3:44", - "nodeType": "YulIdentifier", - "src": "31491:3:44" - }, - "nativeSrc": "31491:12:44", - "nodeType": "YulFunctionCall", - "src": "31491:12:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "31484:3:44", - "nodeType": "YulIdentifier", - "src": "31484:3:44" - }, - "nativeSrc": "31484:20:44", - "nodeType": "YulFunctionCall", - "src": "31484:20:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "31474:3:44", - "nodeType": "YulIdentifier", - "src": "31474:3:44" - }, - "nativeSrc": "31474:31:44", - "nodeType": "YulFunctionCall", - "src": "31474:31:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "31468:2:44", - "nodeType": "YulTypedName", - "src": "31468:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "31518:24:44", - "nodeType": "YulVariableDeclaration", - "src": "31518:24:44", - "value": { - "name": "deleteStart", - "nativeSrc": "31531:11:44", - "nodeType": "YulIdentifier", - "src": "31531:11:44" - }, - "variables": [ - { - "name": "start", - "nativeSrc": "31522:5:44", - "nodeType": "YulTypedName", - "src": "31522:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "31616:20:44", - "nodeType": "YulBlock", - "src": "31616:20:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "start", - "nativeSrc": "31625:5:44", - "nodeType": "YulIdentifier", - "src": "31625:5:44" - }, - { - "kind": "number", - "nativeSrc": "31632:1:44", - "nodeType": "YulLiteral", - "src": "31632:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "31618:6:44", - "nodeType": "YulIdentifier", - "src": "31618:6:44" - }, - "nativeSrc": "31618:16:44", - "nodeType": "YulFunctionCall", - "src": "31618:16:44" - }, - "nativeSrc": "31618:16:44", - "nodeType": "YulExpressionStatement", - "src": "31618:16:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "start", - "nativeSrc": "31566:5:44", - "nodeType": "YulIdentifier", - "src": "31566:5:44" - }, - { - "name": "_1", - "nativeSrc": "31573:2:44", - "nodeType": "YulIdentifier", - "src": "31573:2:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "31563:2:44", - "nodeType": "YulIdentifier", - "src": "31563:2:44" - }, - "nativeSrc": "31563:13:44", - "nodeType": "YulFunctionCall", - "src": "31563:13:44" - }, - "nativeSrc": "31555:81:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "31577:26:44", - "nodeType": "YulBlock", - "src": "31577:26:44", - "statements": [ - { - "nativeSrc": "31579:22:44", - "nodeType": "YulAssignment", - "src": "31579:22:44", - "value": { - "arguments": [ - { - "name": "start", - "nativeSrc": "31592:5:44", - "nodeType": "YulIdentifier", - "src": "31592:5:44" - }, - { - "kind": "number", - "nativeSrc": "31599:1:44", - "nodeType": "YulLiteral", - "src": "31599:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "31588:3:44", - "nodeType": "YulIdentifier", - "src": "31588:3:44" - }, - "nativeSrc": "31588:13:44", - "nodeType": "YulFunctionCall", - "src": "31588:13:44" - }, - "variableNames": [ - { - "name": "start", - "nativeSrc": "31579:5:44", - "nodeType": "YulIdentifier", - "src": "31579:5:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "31559:3:44", - "nodeType": "YulBlock", - "src": "31559:3:44", - "statements": [] - }, - "src": "31555:81:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "31231:3:44", - "nodeType": "YulIdentifier", - "src": "31231:3:44" - }, - { - "kind": "number", - "nativeSrc": "31236:2:44", - "nodeType": "YulLiteral", - "src": "31236:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "31228:2:44", - "nodeType": "YulIdentifier", - "src": "31228:2:44" - }, - "nativeSrc": "31228:11:44", - "nodeType": "YulFunctionCall", - "src": "31228:11:44" - }, - "nativeSrc": "31225:421:44", - "nodeType": "YulIf", - "src": "31225:421:44" - } - ] - }, - "name": "clean_up_bytearray_end_slots_bytes_storage", - "nativeSrc": "31135:517:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "31187:5:44", - "nodeType": "YulTypedName", - "src": "31187:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "31194:3:44", - "nodeType": "YulTypedName", - "src": "31194:3:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "31199:10:44", - "nodeType": "YulTypedName", - "src": "31199:10:44", - "type": "" - } - ], - "src": "31135:517:44" - }, - { - "body": { - "nativeSrc": "31742:81:44", - "nodeType": "YulBlock", - "src": "31742:81:44", - "statements": [ - { - "nativeSrc": "31752:65:44", - "nodeType": "YulAssignment", - "src": "31752:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "data", - "nativeSrc": "31767:4:44", - "nodeType": "YulIdentifier", - "src": "31767:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31785:1:44", - "nodeType": "YulLiteral", - "src": "31785:1:44", - "type": "", - "value": "3" - }, - { - "name": "len", - "nativeSrc": "31788:3:44", - "nodeType": "YulIdentifier", - "src": "31788:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "31781:3:44", - "nodeType": "YulIdentifier", - "src": "31781:3:44" - }, - "nativeSrc": "31781:11:44", - "nodeType": "YulFunctionCall", - "src": "31781:11:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31798:1:44", - "nodeType": "YulLiteral", - "src": "31798:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "31794:3:44", - "nodeType": "YulIdentifier", - "src": "31794:3:44" - }, - "nativeSrc": "31794:6:44", - "nodeType": "YulFunctionCall", - "src": "31794:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "31777:3:44", - "nodeType": "YulIdentifier", - "src": "31777:3:44" - }, - "nativeSrc": "31777:24:44", - "nodeType": "YulFunctionCall", - "src": "31777:24:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "31773:3:44", - "nodeType": "YulIdentifier", - "src": "31773:3:44" - }, - "nativeSrc": "31773:29:44", - "nodeType": "YulFunctionCall", - "src": "31773:29:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "31763:3:44", - "nodeType": "YulIdentifier", - "src": "31763:3:44" - }, - "nativeSrc": "31763:40:44", - "nodeType": "YulFunctionCall", - "src": "31763:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "31809:1:44", - "nodeType": "YulLiteral", - "src": "31809:1:44", - "type": "", - "value": "1" - }, - { - "name": "len", - "nativeSrc": "31812:3:44", - "nodeType": "YulIdentifier", - "src": "31812:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "31805:3:44", - "nodeType": "YulIdentifier", - "src": "31805:3:44" - }, - "nativeSrc": "31805:11:44", - "nodeType": "YulFunctionCall", - "src": "31805:11:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "31760:2:44", - "nodeType": "YulIdentifier", - "src": "31760:2:44" - }, - "nativeSrc": "31760:57:44", - "nodeType": "YulFunctionCall", - "src": "31760:57:44" - }, - "variableNames": [ - { - "name": "used", - "nativeSrc": "31752:4:44", - "nodeType": "YulIdentifier", - "src": "31752:4:44" - } - ] - } - ] - }, - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "31657:166:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "31719:4:44", - "nodeType": "YulTypedName", - "src": "31719:4:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "31725:3:44", - "nodeType": "YulTypedName", - "src": "31725:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "used", - "nativeSrc": "31733:4:44", - "nodeType": "YulTypedName", - "src": "31733:4:44", - "type": "" - } - ], - "src": "31657:166:44" - }, - { - "body": { - "nativeSrc": "31922:1201:44", - "nodeType": "YulBlock", - "src": "31922:1201:44", - "statements": [ - { - "nativeSrc": "31932:24:44", - "nodeType": "YulVariableDeclaration", - "src": "31932:24:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "31952:3:44", - "nodeType": "YulIdentifier", - "src": "31952:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "31946:5:44", - "nodeType": "YulIdentifier", - "src": "31946:5:44" - }, - "nativeSrc": "31946:10:44", - "nodeType": "YulFunctionCall", - "src": "31946:10:44" - }, - "variables": [ - { - "name": "newLen", - "nativeSrc": "31936:6:44", - "nodeType": "YulTypedName", - "src": "31936:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "31999:22:44", - "nodeType": "YulBlock", - "src": "31999:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "32001:16:44", - "nodeType": "YulIdentifier", - "src": "32001:16:44" - }, - "nativeSrc": "32001:18:44", - "nodeType": "YulFunctionCall", - "src": "32001:18:44" - }, - "nativeSrc": "32001:18:44", - "nodeType": "YulExpressionStatement", - "src": "32001:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "31971:6:44", - "nodeType": "YulIdentifier", - "src": "31971:6:44" - }, - { - "kind": "number", - "nativeSrc": "31979:18:44", - "nodeType": "YulLiteral", - "src": "31979:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "31968:2:44", - "nodeType": "YulIdentifier", - "src": "31968:2:44" - }, - "nativeSrc": "31968:30:44", - "nodeType": "YulFunctionCall", - "src": "31968:30:44" - }, - "nativeSrc": "31965:56:44", - "nodeType": "YulIf", - "src": "31965:56:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "32073:4:44", - "nodeType": "YulIdentifier", - "src": "32073:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "slot", - "nativeSrc": "32111:4:44", - "nodeType": "YulIdentifier", - "src": "32111:4:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "32105:5:44", - "nodeType": "YulIdentifier", - "src": "32105:5:44" - }, - "nativeSrc": "32105:11:44", - "nodeType": "YulFunctionCall", - "src": "32105:11:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "32079:25:44", - "nodeType": "YulIdentifier", - "src": "32079:25:44" - }, - "nativeSrc": "32079:38:44", - "nodeType": "YulFunctionCall", - "src": "32079:38:44" - }, - { - "name": "newLen", - "nativeSrc": "32119:6:44", - "nodeType": "YulIdentifier", - "src": "32119:6:44" - } - ], - "functionName": { - "name": "clean_up_bytearray_end_slots_bytes_storage", - "nativeSrc": "32030:42:44", - "nodeType": "YulIdentifier", - "src": "32030:42:44" - }, - "nativeSrc": "32030:96:44", - "nodeType": "YulFunctionCall", - "src": "32030:96:44" - }, - "nativeSrc": "32030:96:44", - "nodeType": "YulExpressionStatement", - "src": "32030:96:44" - }, - { - "nativeSrc": "32135:18:44", - "nodeType": "YulVariableDeclaration", - "src": "32135:18:44", - "value": { - "kind": "number", - "nativeSrc": "32152:1:44", - "nodeType": "YulLiteral", - "src": "32152:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "srcOffset", - "nativeSrc": "32139:9:44", - "nodeType": "YulTypedName", - "src": "32139:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "32162:17:44", - "nodeType": "YulAssignment", - "src": "32162:17:44", - "value": { - "kind": "number", - "nativeSrc": "32175:4:44", - "nodeType": "YulLiteral", - "src": "32175:4:44", - "type": "", - "value": "0x20" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "32162:9:44", - "nodeType": "YulIdentifier", - "src": "32162:9:44" - } - ] - }, - { - "cases": [ - { - "body": { - "nativeSrc": "32225:641:44", - "nodeType": "YulBlock", - "src": "32225:641:44", - "statements": [ - { - "nativeSrc": "32239:35:44", - "nodeType": "YulVariableDeclaration", - "src": "32239:35:44", - "value": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "32258:6:44", - "nodeType": "YulIdentifier", - "src": "32258:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "32270:2:44", - "nodeType": "YulLiteral", - "src": "32270:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "32266:3:44", - "nodeType": "YulIdentifier", - "src": "32266:3:44" - }, - "nativeSrc": "32266:7:44", - "nodeType": "YulFunctionCall", - "src": "32266:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "32254:3:44", - "nodeType": "YulIdentifier", - "src": "32254:3:44" - }, - "nativeSrc": "32254:20:44", - "nodeType": "YulFunctionCall", - "src": "32254:20:44" - }, - "variables": [ - { - "name": "loopEnd", - "nativeSrc": "32243:7:44", - "nodeType": "YulTypedName", - "src": "32243:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "32287:48:44", - "nodeType": "YulVariableDeclaration", - "src": "32287:48:44", - "value": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "32330:4:44", - "nodeType": "YulIdentifier", - "src": "32330:4:44" - } - ], - "functionName": { - "name": "array_dataslot_bytes_storage", - "nativeSrc": "32301:28:44", - "nodeType": "YulIdentifier", - "src": "32301:28:44" - }, - "nativeSrc": "32301:34:44", - "nodeType": "YulFunctionCall", - "src": "32301:34:44" - }, - "variables": [ - { - "name": "dstPtr", - "nativeSrc": "32291:6:44", - "nodeType": "YulTypedName", - "src": "32291:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "32348:10:44", - "nodeType": "YulVariableDeclaration", - "src": "32348:10:44", - "value": { - "kind": "number", - "nativeSrc": "32357:1:44", - "nodeType": "YulLiteral", - "src": "32357:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "32352:1:44", - "nodeType": "YulTypedName", - "src": "32352:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "32428:165:44", - "nodeType": "YulBlock", - "src": "32428:165:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "32453:6:44", - "nodeType": "YulIdentifier", - "src": "32453:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "32471:3:44", - "nodeType": "YulIdentifier", - "src": "32471:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "32476:9:44", - "nodeType": "YulIdentifier", - "src": "32476:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32467:3:44", - "nodeType": "YulIdentifier", - "src": "32467:3:44" - }, - "nativeSrc": "32467:19:44", - "nodeType": "YulFunctionCall", - "src": "32467:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "32461:5:44", - "nodeType": "YulIdentifier", - "src": "32461:5:44" - }, - "nativeSrc": "32461:26:44", - "nodeType": "YulFunctionCall", - "src": "32461:26:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "32446:6:44", - "nodeType": "YulIdentifier", - "src": "32446:6:44" - }, - "nativeSrc": "32446:42:44", - "nodeType": "YulFunctionCall", - "src": "32446:42:44" - }, - "nativeSrc": "32446:42:44", - "nodeType": "YulExpressionStatement", - "src": "32446:42:44" - }, - { - "nativeSrc": "32505:24:44", - "nodeType": "YulAssignment", - "src": "32505:24:44", - "value": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "32519:6:44", - "nodeType": "YulIdentifier", - "src": "32519:6:44" - }, - { - "kind": "number", - "nativeSrc": "32527:1:44", - "nodeType": "YulLiteral", - "src": "32527:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32515:3:44", - "nodeType": "YulIdentifier", - "src": "32515:3:44" - }, - "nativeSrc": "32515:14:44", - "nodeType": "YulFunctionCall", - "src": "32515:14:44" - }, - "variableNames": [ - { - "name": "dstPtr", - "nativeSrc": "32505:6:44", - "nodeType": "YulIdentifier", - "src": "32505:6:44" - } - ] - }, - { - "nativeSrc": "32546:33:44", - "nodeType": "YulAssignment", - "src": "32546:33:44", - "value": { - "arguments": [ - { - "name": "srcOffset", - "nativeSrc": "32563:9:44", - "nodeType": "YulIdentifier", - "src": "32563:9:44" - }, - { - "kind": "number", - "nativeSrc": "32574:4:44", - "nodeType": "YulLiteral", - "src": "32574:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32559:3:44", - "nodeType": "YulIdentifier", - "src": "32559:3:44" - }, - "nativeSrc": "32559:20:44", - "nodeType": "YulFunctionCall", - "src": "32559:20:44" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "32546:9:44", - "nodeType": "YulIdentifier", - "src": "32546:9:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "32382:1:44", - "nodeType": "YulIdentifier", - "src": "32382:1:44" - }, - { - "name": "loopEnd", - "nativeSrc": "32385:7:44", - "nodeType": "YulIdentifier", - "src": "32385:7:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "32379:2:44", - "nodeType": "YulIdentifier", - "src": "32379:2:44" - }, - "nativeSrc": "32379:14:44", - "nodeType": "YulFunctionCall", - "src": "32379:14:44" - }, - "nativeSrc": "32371:222:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "32394:21:44", - "nodeType": "YulBlock", - "src": "32394:21:44", - "statements": [ - { - "nativeSrc": "32396:17:44", - "nodeType": "YulAssignment", - "src": "32396:17:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "32405:1:44", - "nodeType": "YulIdentifier", - "src": "32405:1:44" - }, - { - "kind": "number", - "nativeSrc": "32408:4:44", - "nodeType": "YulLiteral", - "src": "32408:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32401:3:44", - "nodeType": "YulIdentifier", - "src": "32401:3:44" - }, - "nativeSrc": "32401:12:44", - "nodeType": "YulFunctionCall", - "src": "32401:12:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "32396:1:44", - "nodeType": "YulIdentifier", - "src": "32396:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "32375:3:44", - "nodeType": "YulBlock", - "src": "32375:3:44", - "statements": [] - }, - "src": "32371:222:44" - }, - { - "body": { - "nativeSrc": "32641:166:44", - "nodeType": "YulBlock", - "src": "32641:166:44", - "statements": [ - { - "nativeSrc": "32659:43:44", - "nodeType": "YulVariableDeclaration", - "src": "32659:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "32686:3:44", - "nodeType": "YulIdentifier", - "src": "32686:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "32691:9:44", - "nodeType": "YulIdentifier", - "src": "32691:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32682:3:44", - "nodeType": "YulIdentifier", - "src": "32682:3:44" - }, - "nativeSrc": "32682:19:44", - "nodeType": "YulFunctionCall", - "src": "32682:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "32676:5:44", - "nodeType": "YulIdentifier", - "src": "32676:5:44" - }, - "nativeSrc": "32676:26:44", - "nodeType": "YulFunctionCall", - "src": "32676:26:44" - }, - "variables": [ - { - "name": "lastValue", - "nativeSrc": "32663:9:44", - "nodeType": "YulTypedName", - "src": "32663:9:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "32726:6:44", - "nodeType": "YulIdentifier", - "src": "32726:6:44" - }, - { - "arguments": [ - { - "name": "lastValue", - "nativeSrc": "32738:9:44", - "nodeType": "YulIdentifier", - "src": "32738:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "32765:1:44", - "nodeType": "YulLiteral", - "src": "32765:1:44", - "type": "", - "value": "3" - }, - { - "name": "newLen", - "nativeSrc": "32768:6:44", - "nodeType": "YulIdentifier", - "src": "32768:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "32761:3:44", - "nodeType": "YulIdentifier", - "src": "32761:3:44" - }, - "nativeSrc": "32761:14:44", - "nodeType": "YulFunctionCall", - "src": "32761:14:44" - }, - { - "kind": "number", - "nativeSrc": "32777:3:44", - "nodeType": "YulLiteral", - "src": "32777:3:44", - "type": "", - "value": "248" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "32757:3:44", - "nodeType": "YulIdentifier", - "src": "32757:3:44" - }, - "nativeSrc": "32757:24:44", - "nodeType": "YulFunctionCall", - "src": "32757:24:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "32787:1:44", - "nodeType": "YulLiteral", - "src": "32787:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "32783:3:44", - "nodeType": "YulIdentifier", - "src": "32783:3:44" - }, - "nativeSrc": "32783:6:44", - "nodeType": "YulFunctionCall", - "src": "32783:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "32753:3:44", - "nodeType": "YulIdentifier", - "src": "32753:3:44" - }, - "nativeSrc": "32753:37:44", - "nodeType": "YulFunctionCall", - "src": "32753:37:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "32749:3:44", - "nodeType": "YulIdentifier", - "src": "32749:3:44" - }, - "nativeSrc": "32749:42:44", - "nodeType": "YulFunctionCall", - "src": "32749:42:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "32734:3:44", - "nodeType": "YulIdentifier", - "src": "32734:3:44" - }, - "nativeSrc": "32734:58:44", - "nodeType": "YulFunctionCall", - "src": "32734:58:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "32719:6:44", - "nodeType": "YulIdentifier", - "src": "32719:6:44" - }, - "nativeSrc": "32719:74:44", - "nodeType": "YulFunctionCall", - "src": "32719:74:44" - }, - "nativeSrc": "32719:74:44", - "nodeType": "YulExpressionStatement", - "src": "32719:74:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "loopEnd", - "nativeSrc": "32612:7:44", - "nodeType": "YulIdentifier", - "src": "32612:7:44" - }, - { - "name": "newLen", - "nativeSrc": "32621:6:44", - "nodeType": "YulIdentifier", - "src": "32621:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "32609:2:44", - "nodeType": "YulIdentifier", - "src": "32609:2:44" - }, - "nativeSrc": "32609:19:44", - "nodeType": "YulFunctionCall", - "src": "32609:19:44" - }, - "nativeSrc": "32606:201:44", - "nodeType": "YulIf", - "src": "32606:201:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "32827:4:44", - "nodeType": "YulIdentifier", - "src": "32827:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "32841:1:44", - "nodeType": "YulLiteral", - "src": "32841:1:44", - "type": "", - "value": "1" - }, - { - "name": "newLen", - "nativeSrc": "32844:6:44", - "nodeType": "YulIdentifier", - "src": "32844:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "32837:3:44", - "nodeType": "YulIdentifier", - "src": "32837:3:44" - }, - "nativeSrc": "32837:14:44", - "nodeType": "YulFunctionCall", - "src": "32837:14:44" - }, - { - "kind": "number", - "nativeSrc": "32853:1:44", - "nodeType": "YulLiteral", - "src": "32853:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32833:3:44", - "nodeType": "YulIdentifier", - "src": "32833:3:44" - }, - "nativeSrc": "32833:22:44", - "nodeType": "YulFunctionCall", - "src": "32833:22:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "32820:6:44", - "nodeType": "YulIdentifier", - "src": "32820:6:44" - }, - "nativeSrc": "32820:36:44", - "nodeType": "YulFunctionCall", - "src": "32820:36:44" - }, - "nativeSrc": "32820:36:44", - "nodeType": "YulExpressionStatement", - "src": "32820:36:44" - } - ] - }, - "nativeSrc": "32218:648:44", - "nodeType": "YulCase", - "src": "32218:648:44", - "value": { - "kind": "number", - "nativeSrc": "32223:1:44", - "nodeType": "YulLiteral", - "src": "32223:1:44", - "type": "", - "value": "1" - } - }, - { - "body": { - "nativeSrc": "32883:234:44", - "nodeType": "YulBlock", - "src": "32883:234:44", - "statements": [ - { - "nativeSrc": "32897:14:44", - "nodeType": "YulVariableDeclaration", - "src": "32897:14:44", - "value": { - "kind": "number", - "nativeSrc": "32910:1:44", - "nodeType": "YulLiteral", - "src": "32910:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "32901:5:44", - "nodeType": "YulTypedName", - "src": "32901:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "32946:67:44", - "nodeType": "YulBlock", - "src": "32946:67:44", - "statements": [ - { - "nativeSrc": "32964:35:44", - "nodeType": "YulAssignment", - "src": "32964:35:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "32983:3:44", - "nodeType": "YulIdentifier", - "src": "32983:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "32988:9:44", - "nodeType": "YulIdentifier", - "src": "32988:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "32979:3:44", - "nodeType": "YulIdentifier", - "src": "32979:3:44" - }, - "nativeSrc": "32979:19:44", - "nodeType": "YulFunctionCall", - "src": "32979:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "32973:5:44", - "nodeType": "YulIdentifier", - "src": "32973:5:44" - }, - "nativeSrc": "32973:26:44", - "nodeType": "YulFunctionCall", - "src": "32973:26:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "32964:5:44", - "nodeType": "YulIdentifier", - "src": "32964:5:44" - } - ] - } - ] - }, - "condition": { - "name": "newLen", - "nativeSrc": "32927:6:44", - "nodeType": "YulIdentifier", - "src": "32927:6:44" - }, - "nativeSrc": "32924:89:44", - "nodeType": "YulIf", - "src": "32924:89:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "33033:4:44", - "nodeType": "YulIdentifier", - "src": "33033:4:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "33092:5:44", - "nodeType": "YulIdentifier", - "src": "33092:5:44" - }, - { - "name": "newLen", - "nativeSrc": "33099:6:44", - "nodeType": "YulIdentifier", - "src": "33099:6:44" - } - ], - "functionName": { - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "33039:52:44", - "nodeType": "YulIdentifier", - "src": "33039:52:44" - }, - "nativeSrc": "33039:67:44", - "nodeType": "YulFunctionCall", - "src": "33039:67:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "33026:6:44", - "nodeType": "YulIdentifier", - "src": "33026:6:44" - }, - "nativeSrc": "33026:81:44", - "nodeType": "YulFunctionCall", - "src": "33026:81:44" - }, - "nativeSrc": "33026:81:44", - "nodeType": "YulExpressionStatement", - "src": "33026:81:44" - } - ] - }, - "nativeSrc": "32875:242:44", - "nodeType": "YulCase", - "src": "32875:242:44", - "value": "default" - } - ], - "expression": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "32198:6:44", - "nodeType": "YulIdentifier", - "src": "32198:6:44" - }, - { - "kind": "number", - "nativeSrc": "32206:2:44", - "nodeType": "YulLiteral", - "src": "32206:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "32195:2:44", - "nodeType": "YulIdentifier", - "src": "32195:2:44" - }, - "nativeSrc": "32195:14:44", - "nodeType": "YulFunctionCall", - "src": "32195:14:44" - }, - "nativeSrc": "32188:929:44", - "nodeType": "YulSwitch", - "src": "32188:929:44" - } - ] - }, - "name": "copy_byte_array_to_storage_from_t_bytes_memory_ptr_to_t_bytes_storage", - "nativeSrc": "31828:1295:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot", - "nativeSrc": "31907:4:44", - "nodeType": "YulTypedName", - "src": "31907:4:44", - "type": "" - }, - { - "name": "src", - "nativeSrc": "31913:3:44", - "nodeType": "YulTypedName", - "src": "31913:3:44", - "type": "" - } - ], - "src": "31828:1295:44" - }, - { - "body": { - "nativeSrc": "33160:152:44", - "nodeType": "YulBlock", - "src": "33160:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33177:1:44", - "nodeType": "YulLiteral", - "src": "33177:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "33180:77:44", - "nodeType": "YulLiteral", - "src": "33180:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "33170:6:44", - "nodeType": "YulIdentifier", - "src": "33170:6:44" - }, - "nativeSrc": "33170:88:44", - "nodeType": "YulFunctionCall", - "src": "33170:88:44" - }, - "nativeSrc": "33170:88:44", - "nodeType": "YulExpressionStatement", - "src": "33170:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33274:1:44", - "nodeType": "YulLiteral", - "src": "33274:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "33277:4:44", - "nodeType": "YulLiteral", - "src": "33277:4:44", - "type": "", - "value": "0x12" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "33267:6:44", - "nodeType": "YulIdentifier", - "src": "33267:6:44" - }, - "nativeSrc": "33267:15:44", - "nodeType": "YulFunctionCall", - "src": "33267:15:44" - }, - "nativeSrc": "33267:15:44", - "nodeType": "YulExpressionStatement", - "src": "33267:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33298:1:44", - "nodeType": "YulLiteral", - "src": "33298:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "33301:4:44", - "nodeType": "YulLiteral", - "src": "33301:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "33291:6:44", - "nodeType": "YulIdentifier", - "src": "33291:6:44" - }, - "nativeSrc": "33291:15:44", - "nodeType": "YulFunctionCall", - "src": "33291:15:44" - }, - "nativeSrc": "33291:15:44", - "nodeType": "YulExpressionStatement", - "src": "33291:15:44" - } - ] - }, - "name": "panic_error_0x12", - "nativeSrc": "33128:184:44", - "nodeType": "YulFunctionDefinition", - "src": "33128:184:44" - }, - { - "body": { - "nativeSrc": "33349:152:44", - "nodeType": "YulBlock", - "src": "33349:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33366:1:44", - "nodeType": "YulLiteral", - "src": "33366:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "33369:77:44", - "nodeType": "YulLiteral", - "src": "33369:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "33359:6:44", - "nodeType": "YulIdentifier", - "src": "33359:6:44" - }, - "nativeSrc": "33359:88:44", - "nodeType": "YulFunctionCall", - "src": "33359:88:44" - }, - "nativeSrc": "33359:88:44", - "nodeType": "YulExpressionStatement", - "src": "33359:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33463:1:44", - "nodeType": "YulLiteral", - "src": "33463:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "33466:4:44", - "nodeType": "YulLiteral", - "src": "33466:4:44", - "type": "", - "value": "0x21" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "33456:6:44", - "nodeType": "YulIdentifier", - "src": "33456:6:44" - }, - "nativeSrc": "33456:15:44", - "nodeType": "YulFunctionCall", - "src": "33456:15:44" - }, - "nativeSrc": "33456:15:44", - "nodeType": "YulExpressionStatement", - "src": "33456:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33487:1:44", - "nodeType": "YulLiteral", - "src": "33487:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "33490:4:44", - "nodeType": "YulLiteral", - "src": "33490:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "33480:6:44", - "nodeType": "YulIdentifier", - "src": "33480:6:44" - }, - "nativeSrc": "33480:15:44", - "nodeType": "YulFunctionCall", - "src": "33480:15:44" - }, - "nativeSrc": "33480:15:44", - "nodeType": "YulExpressionStatement", - "src": "33480:15:44" - } - ] - }, - "name": "panic_error_0x21", - "nativeSrc": "33317:184:44", - "nodeType": "YulFunctionDefinition", - "src": "33317:184:44" - }, - { - "body": { - "nativeSrc": "33584:167:44", - "nodeType": "YulBlock", - "src": "33584:167:44", - "statements": [ - { - "body": { - "nativeSrc": "33630:16:44", - "nodeType": "YulBlock", - "src": "33630:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "33639:1:44", - "nodeType": "YulLiteral", - "src": "33639:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "33642:1:44", - "nodeType": "YulLiteral", - "src": "33642:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "33632:6:44", - "nodeType": "YulIdentifier", - "src": "33632:6:44" - }, - "nativeSrc": "33632:12:44", - "nodeType": "YulFunctionCall", - "src": "33632:12:44" - }, - "nativeSrc": "33632:12:44", - "nodeType": "YulExpressionStatement", - "src": "33632:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "33605:7:44", - "nodeType": "YulIdentifier", - "src": "33605:7:44" - }, - { - "name": "headStart", - "nativeSrc": "33614:9:44", - "nodeType": "YulIdentifier", - "src": "33614:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "33601:3:44", - "nodeType": "YulIdentifier", - "src": "33601:3:44" - }, - "nativeSrc": "33601:23:44", - "nodeType": "YulFunctionCall", - "src": "33601:23:44" - }, - { - "kind": "number", - "nativeSrc": "33626:2:44", - "nodeType": "YulLiteral", - "src": "33626:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "33597:3:44", - "nodeType": "YulIdentifier", - "src": "33597:3:44" - }, - "nativeSrc": "33597:32:44", - "nodeType": "YulFunctionCall", - "src": "33597:32:44" - }, - "nativeSrc": "33594:52:44", - "nodeType": "YulIf", - "src": "33594:52:44" - }, - { - "nativeSrc": "33655:29:44", - "nodeType": "YulVariableDeclaration", - "src": "33655:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "33674:9:44", - "nodeType": "YulIdentifier", - "src": "33674:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "33668:5:44", - "nodeType": "YulIdentifier", - "src": "33668:5:44" - }, - "nativeSrc": "33668:16:44", - "nodeType": "YulFunctionCall", - "src": "33668:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "33659:5:44", - "nodeType": "YulTypedName", - "src": "33659:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "33715:5:44", - "nodeType": "YulIdentifier", - "src": "33715:5:44" - } - ], - "functionName": { - "name": "validator_revert_bool", - "nativeSrc": "33693:21:44", - "nodeType": "YulIdentifier", - "src": "33693:21:44" - }, - "nativeSrc": "33693:28:44", - "nodeType": "YulFunctionCall", - "src": "33693:28:44" - }, - "nativeSrc": "33693:28:44", - "nodeType": "YulExpressionStatement", - "src": "33693:28:44" - }, - { - "nativeSrc": "33730:15:44", - "nodeType": "YulAssignment", - "src": "33730:15:44", - "value": { - "name": "value", - "nativeSrc": "33740:5:44", - "nodeType": "YulIdentifier", - "src": "33740:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "33730:6:44", - "nodeType": "YulIdentifier", - "src": "33730:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bool_fromMemory", - "nativeSrc": "33506:245:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "33550:9:44", - "nodeType": "YulTypedName", - "src": "33550:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "33561:7:44", - "nodeType": "YulTypedName", - "src": "33561:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "33573:6:44", - "nodeType": "YulTypedName", - "src": "33573:6:44", - "type": "" - } - ], - "src": "33506:245:44" - }, - { - "body": { - "nativeSrc": "34039:728:44", - "nodeType": "YulBlock", - "src": "34039:728:44", - "statements": [ - { - "nativeSrc": "34049:32:44", - "nodeType": "YulVariableDeclaration", - "src": "34049:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "34067:9:44", - "nodeType": "YulIdentifier", - "src": "34067:9:44" - }, - { - "kind": "number", - "nativeSrc": "34078:2:44", - "nodeType": "YulLiteral", - "src": "34078:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34063:3:44", - "nodeType": "YulIdentifier", - "src": "34063:3:44" - }, - "nativeSrc": "34063:18:44", - "nodeType": "YulFunctionCall", - "src": "34063:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "34053:6:44", - "nodeType": "YulTypedName", - "src": "34053:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "34097:9:44", - "nodeType": "YulIdentifier", - "src": "34097:9:44" - }, - { - "kind": "number", - "nativeSrc": "34108:2:44", - "nodeType": "YulLiteral", - "src": "34108:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "34090:6:44", - "nodeType": "YulIdentifier", - "src": "34090:6:44" - }, - "nativeSrc": "34090:21:44", - "nodeType": "YulFunctionCall", - "src": "34090:21:44" - }, - "nativeSrc": "34090:21:44", - "nodeType": "YulExpressionStatement", - "src": "34090:21:44" - }, - { - "nativeSrc": "34120:17:44", - "nodeType": "YulVariableDeclaration", - "src": "34120:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "34131:6:44", - "nodeType": "YulIdentifier", - "src": "34131:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "34124:3:44", - "nodeType": "YulTypedName", - "src": "34124:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "34146:27:44", - "nodeType": "YulVariableDeclaration", - "src": "34146:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "34166:6:44", - "nodeType": "YulIdentifier", - "src": "34166:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "34160:5:44", - "nodeType": "YulIdentifier", - "src": "34160:5:44" - }, - "nativeSrc": "34160:13:44", - "nodeType": "YulFunctionCall", - "src": "34160:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "34150:6:44", - "nodeType": "YulTypedName", - "src": "34150:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "34189:6:44", - "nodeType": "YulIdentifier", - "src": "34189:6:44" - }, - { - "name": "length", - "nativeSrc": "34197:6:44", - "nodeType": "YulIdentifier", - "src": "34197:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "34182:6:44", - "nodeType": "YulIdentifier", - "src": "34182:6:44" - }, - "nativeSrc": "34182:22:44", - "nodeType": "YulFunctionCall", - "src": "34182:22:44" - }, - "nativeSrc": "34182:22:44", - "nodeType": "YulExpressionStatement", - "src": "34182:22:44" - }, - { - "nativeSrc": "34213:25:44", - "nodeType": "YulAssignment", - "src": "34213:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "34224:9:44", - "nodeType": "YulIdentifier", - "src": "34224:9:44" - }, - { - "kind": "number", - "nativeSrc": "34235:2:44", - "nodeType": "YulLiteral", - "src": "34235:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34220:3:44", - "nodeType": "YulIdentifier", - "src": "34220:3:44" - }, - "nativeSrc": "34220:18:44", - "nodeType": "YulFunctionCall", - "src": "34220:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "34213:3:44", - "nodeType": "YulIdentifier", - "src": "34213:3:44" - } - ] - }, - { - "nativeSrc": "34247:53:44", - "nodeType": "YulVariableDeclaration", - "src": "34247:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "34269:9:44", - "nodeType": "YulIdentifier", - "src": "34269:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "34284:1:44", - "nodeType": "YulLiteral", - "src": "34284:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "34287:6:44", - "nodeType": "YulIdentifier", - "src": "34287:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "34280:3:44", - "nodeType": "YulIdentifier", - "src": "34280:3:44" - }, - "nativeSrc": "34280:14:44", - "nodeType": "YulFunctionCall", - "src": "34280:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34265:3:44", - "nodeType": "YulIdentifier", - "src": "34265:3:44" - }, - "nativeSrc": "34265:30:44", - "nodeType": "YulFunctionCall", - "src": "34265:30:44" - }, - { - "kind": "number", - "nativeSrc": "34297:2:44", - "nodeType": "YulLiteral", - "src": "34297:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34261:3:44", - "nodeType": "YulIdentifier", - "src": "34261:3:44" - }, - "nativeSrc": "34261:39:44", - "nodeType": "YulFunctionCall", - "src": "34261:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "34251:6:44", - "nodeType": "YulTypedName", - "src": "34251:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "34309:31:44", - "nodeType": "YulVariableDeclaration", - "src": "34309:31:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "34327:6:44", - "nodeType": "YulIdentifier", - "src": "34327:6:44" - }, - { - "kind": "number", - "nativeSrc": "34335:4:44", - "nodeType": "YulLiteral", - "src": "34335:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34323:3:44", - "nodeType": "YulIdentifier", - "src": "34323:3:44" - }, - "nativeSrc": "34323:17:44", - "nodeType": "YulFunctionCall", - "src": "34323:17:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "34313:6:44", - "nodeType": "YulTypedName", - "src": "34313:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "34349:10:44", - "nodeType": "YulVariableDeclaration", - "src": "34349:10:44", - "value": { - "kind": "number", - "nativeSrc": "34358:1:44", - "nodeType": "YulLiteral", - "src": "34358:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "34353:1:44", - "nodeType": "YulTypedName", - "src": "34353:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "34417:222:44", - "nodeType": "YulBlock", - "src": "34417:222:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "34438:3:44", - "nodeType": "YulIdentifier", - "src": "34438:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "34451:6:44", - "nodeType": "YulIdentifier", - "src": "34451:6:44" - }, - { - "name": "headStart", - "nativeSrc": "34459:9:44", - "nodeType": "YulIdentifier", - "src": "34459:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "34447:3:44", - "nodeType": "YulIdentifier", - "src": "34447:3:44" - }, - "nativeSrc": "34447:22:44", - "nodeType": "YulFunctionCall", - "src": "34447:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "34475:2:44", - "nodeType": "YulLiteral", - "src": "34475:2:44", - "type": "", - "value": "95" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "34471:3:44", - "nodeType": "YulIdentifier", - "src": "34471:3:44" - }, - "nativeSrc": "34471:7:44", - "nodeType": "YulFunctionCall", - "src": "34471:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34443:3:44", - "nodeType": "YulIdentifier", - "src": "34443:3:44" - }, - "nativeSrc": "34443:36:44", - "nodeType": "YulFunctionCall", - "src": "34443:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "34431:6:44", - "nodeType": "YulIdentifier", - "src": "34431:6:44" - }, - "nativeSrc": "34431:49:44", - "nodeType": "YulFunctionCall", - "src": "34431:49:44" - }, - "nativeSrc": "34431:49:44", - "nodeType": "YulExpressionStatement", - "src": "34431:49:44" - }, - { - "nativeSrc": "34493:62:44", - "nodeType": "YulAssignment", - "src": "34493:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "34539:6:44", - "nodeType": "YulIdentifier", - "src": "34539:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "34533:5:44", - "nodeType": "YulIdentifier", - "src": "34533:5:44" - }, - "nativeSrc": "34533:13:44", - "nodeType": "YulFunctionCall", - "src": "34533:13:44" - }, - { - "name": "tail_2", - "nativeSrc": "34548:6:44", - "nodeType": "YulIdentifier", - "src": "34548:6:44" - } - ], - "functionName": { - "name": "abi_encode_struct_Attestation", - "nativeSrc": "34503:29:44", - "nodeType": "YulIdentifier", - "src": "34503:29:44" - }, - "nativeSrc": "34503:52:44", - "nodeType": "YulFunctionCall", - "src": "34503:52:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "34493:6:44", - "nodeType": "YulIdentifier", - "src": "34493:6:44" - } - ] - }, - { - "nativeSrc": "34568:27:44", - "nodeType": "YulAssignment", - "src": "34568:27:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "34582:6:44", - "nodeType": "YulIdentifier", - "src": "34582:6:44" - }, - { - "kind": "number", - "nativeSrc": "34590:4:44", - "nodeType": "YulLiteral", - "src": "34590:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34578:3:44", - "nodeType": "YulIdentifier", - "src": "34578:3:44" - }, - "nativeSrc": "34578:17:44", - "nodeType": "YulFunctionCall", - "src": "34578:17:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "34568:6:44", - "nodeType": "YulIdentifier", - "src": "34568:6:44" - } - ] - }, - { - "nativeSrc": "34608:21:44", - "nodeType": "YulAssignment", - "src": "34608:21:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "34619:3:44", - "nodeType": "YulIdentifier", - "src": "34619:3:44" - }, - { - "kind": "number", - "nativeSrc": "34624:4:44", - "nodeType": "YulLiteral", - "src": "34624:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34615:3:44", - "nodeType": "YulIdentifier", - "src": "34615:3:44" - }, - "nativeSrc": "34615:14:44", - "nodeType": "YulFunctionCall", - "src": "34615:14:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "34608:3:44", - "nodeType": "YulIdentifier", - "src": "34608:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "34379:1:44", - "nodeType": "YulIdentifier", - "src": "34379:1:44" - }, - { - "name": "length", - "nativeSrc": "34382:6:44", - "nodeType": "YulIdentifier", - "src": "34382:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "34376:2:44", - "nodeType": "YulIdentifier", - "src": "34376:2:44" - }, - "nativeSrc": "34376:13:44", - "nodeType": "YulFunctionCall", - "src": "34376:13:44" - }, - "nativeSrc": "34368:271:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "34390:18:44", - "nodeType": "YulBlock", - "src": "34390:18:44", - "statements": [ - { - "nativeSrc": "34392:14:44", - "nodeType": "YulAssignment", - "src": "34392:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "34401:1:44", - "nodeType": "YulIdentifier", - "src": "34401:1:44" - }, - { - "kind": "number", - "nativeSrc": "34404:1:44", - "nodeType": "YulLiteral", - "src": "34404:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34397:3:44", - "nodeType": "YulIdentifier", - "src": "34397:3:44" - }, - "nativeSrc": "34397:9:44", - "nodeType": "YulFunctionCall", - "src": "34397:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "34392:1:44", - "nodeType": "YulIdentifier", - "src": "34392:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "34372:3:44", - "nodeType": "YulBlock", - "src": "34372:3:44", - "statements": [] - }, - "src": "34368:271:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "34659:9:44", - "nodeType": "YulIdentifier", - "src": "34659:9:44" - }, - { - "kind": "number", - "nativeSrc": "34670:4:44", - "nodeType": "YulLiteral", - "src": "34670:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "34655:3:44", - "nodeType": "YulIdentifier", - "src": "34655:3:44" - }, - "nativeSrc": "34655:20:44", - "nodeType": "YulFunctionCall", - "src": "34655:20:44" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "34681:6:44", - "nodeType": "YulIdentifier", - "src": "34681:6:44" - }, - { - "name": "headStart", - "nativeSrc": "34689:9:44", - "nodeType": "YulIdentifier", - "src": "34689:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "34677:3:44", - "nodeType": "YulIdentifier", - "src": "34677:3:44" - }, - "nativeSrc": "34677:22:44", - "nodeType": "YulFunctionCall", - "src": "34677:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "34648:6:44", - "nodeType": "YulIdentifier", - "src": "34648:6:44" - }, - "nativeSrc": "34648:52:44", - "nodeType": "YulFunctionCall", - "src": "34648:52:44" - }, - "nativeSrc": "34648:52:44", - "nodeType": "YulExpressionStatement", - "src": "34648:52:44" - }, - { - "nativeSrc": "34709:52:44", - "nodeType": "YulAssignment", - "src": "34709:52:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "34746:6:44", - "nodeType": "YulIdentifier", - "src": "34746:6:44" - }, - { - "name": "tail_2", - "nativeSrc": "34754:6:44", - "nodeType": "YulIdentifier", - "src": "34754:6:44" - } - ], - "functionName": { - "name": "abi_encode_array_uint256_dyn", - "nativeSrc": "34717:28:44", - "nodeType": "YulIdentifier", - "src": "34717:28:44" - }, - "nativeSrc": "34717:44:44", - "nodeType": "YulFunctionCall", - "src": "34717:44:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "34709:4:44", - "nodeType": "YulIdentifier", - "src": "34709:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "33756:1011:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "34000:9:44", - "nodeType": "YulTypedName", - "src": "34000:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "34011:6:44", - "nodeType": "YulTypedName", - "src": "34011:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "34019:6:44", - "nodeType": "YulTypedName", - "src": "34019:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "34030:4:44", - "nodeType": "YulTypedName", - "src": "34030:4:44", - "type": "" - } - ], - "src": "33756:1011:44" - }, - { - "body": { - "nativeSrc": "34815:117:44", - "nodeType": "YulBlock", - "src": "34815:117:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "34832:3:44", - "nodeType": "YulIdentifier", - "src": "34832:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "34845:3:44", - "nodeType": "YulLiteral", - "src": "34845:3:44", - "type": "", - "value": "224" - }, - { - "name": "value", - "nativeSrc": "34850:5:44", - "nodeType": "YulIdentifier", - "src": "34850:5:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "34841:3:44", - "nodeType": "YulIdentifier", - "src": "34841:3:44" - }, - "nativeSrc": "34841:15:44", - "nodeType": "YulFunctionCall", - "src": "34841:15:44" - }, - { - "kind": "number", - "nativeSrc": "34858:66:44", - "nodeType": "YulLiteral", - "src": "34858:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "34837:3:44", - "nodeType": "YulIdentifier", - "src": "34837:3:44" - }, - "nativeSrc": "34837:88:44", - "nodeType": "YulFunctionCall", - "src": "34837:88:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "34825:6:44", - "nodeType": "YulIdentifier", - "src": "34825:6:44" - }, - "nativeSrc": "34825:101:44", - "nodeType": "YulFunctionCall", - "src": "34825:101:44" - }, - "nativeSrc": "34825:101:44", - "nodeType": "YulExpressionStatement", - "src": "34825:101:44" - } - ] - }, - "name": "abi_encode_uint32", - "nativeSrc": "34772:160:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "34799:5:44", - "nodeType": "YulTypedName", - "src": "34799:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "34806:3:44", - "nodeType": "YulTypedName", - "src": "34806:3:44", - "type": "" - } - ], - "src": "34772:160:44" - }, - { - "body": { - "nativeSrc": "35286:820:44", - "nodeType": "YulBlock", - "src": "35286:820:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35303:3:44", - "nodeType": "YulIdentifier", - "src": "35303:3:44" - }, - { - "name": "value0", - "nativeSrc": "35308:6:44", - "nodeType": "YulIdentifier", - "src": "35308:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35296:6:44", - "nodeType": "YulIdentifier", - "src": "35296:6:44" - }, - "nativeSrc": "35296:19:44", - "nodeType": "YulFunctionCall", - "src": "35296:19:44" - }, - "nativeSrc": "35296:19:44", - "nodeType": "YulExpressionStatement", - "src": "35296:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35335:3:44", - "nodeType": "YulIdentifier", - "src": "35335:3:44" - }, - { - "kind": "number", - "nativeSrc": "35340:2:44", - "nodeType": "YulLiteral", - "src": "35340:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35331:3:44", - "nodeType": "YulIdentifier", - "src": "35331:3:44" - }, - "nativeSrc": "35331:12:44", - "nodeType": "YulFunctionCall", - "src": "35331:12:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35353:2:44", - "nodeType": "YulLiteral", - "src": "35353:2:44", - "type": "", - "value": "96" - }, - { - "name": "value1", - "nativeSrc": "35357:6:44", - "nodeType": "YulIdentifier", - "src": "35357:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "35349:3:44", - "nodeType": "YulIdentifier", - "src": "35349:3:44" - }, - "nativeSrc": "35349:15:44", - "nodeType": "YulFunctionCall", - "src": "35349:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35370:26:44", - "nodeType": "YulLiteral", - "src": "35370:26:44", - "type": "", - "value": "0xffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "35366:3:44", - "nodeType": "YulIdentifier", - "src": "35366:3:44" - }, - "nativeSrc": "35366:31:44", - "nodeType": "YulFunctionCall", - "src": "35366:31:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "35345:3:44", - "nodeType": "YulIdentifier", - "src": "35345:3:44" - }, - "nativeSrc": "35345:53:44", - "nodeType": "YulFunctionCall", - "src": "35345:53:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35324:6:44", - "nodeType": "YulIdentifier", - "src": "35324:6:44" - }, - "nativeSrc": "35324:75:44", - "nodeType": "YulFunctionCall", - "src": "35324:75:44" - }, - "nativeSrc": "35324:75:44", - "nodeType": "YulExpressionStatement", - "src": "35324:75:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35419:3:44", - "nodeType": "YulIdentifier", - "src": "35419:3:44" - }, - { - "kind": "number", - "nativeSrc": "35424:2:44", - "nodeType": "YulLiteral", - "src": "35424:2:44", - "type": "", - "value": "52" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35415:3:44", - "nodeType": "YulIdentifier", - "src": "35415:3:44" - }, - "nativeSrc": "35415:12:44", - "nodeType": "YulFunctionCall", - "src": "35415:12:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35437:2:44", - "nodeType": "YulLiteral", - "src": "35437:2:44", - "type": "", - "value": "96" - }, - { - "name": "value2", - "nativeSrc": "35441:6:44", - "nodeType": "YulIdentifier", - "src": "35441:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "35433:3:44", - "nodeType": "YulIdentifier", - "src": "35433:3:44" - }, - "nativeSrc": "35433:15:44", - "nodeType": "YulFunctionCall", - "src": "35433:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35454:26:44", - "nodeType": "YulLiteral", - "src": "35454:26:44", - "type": "", - "value": "0xffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "35450:3:44", - "nodeType": "YulIdentifier", - "src": "35450:3:44" - }, - "nativeSrc": "35450:31:44", - "nodeType": "YulFunctionCall", - "src": "35450:31:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "35429:3:44", - "nodeType": "YulIdentifier", - "src": "35429:3:44" - }, - "nativeSrc": "35429:53:44", - "nodeType": "YulFunctionCall", - "src": "35429:53:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35408:6:44", - "nodeType": "YulIdentifier", - "src": "35408:6:44" - }, - "nativeSrc": "35408:75:44", - "nodeType": "YulFunctionCall", - "src": "35408:75:44" - }, - "nativeSrc": "35408:75:44", - "nodeType": "YulExpressionStatement", - "src": "35408:75:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35503:3:44", - "nodeType": "YulIdentifier", - "src": "35503:3:44" - }, - { - "kind": "number", - "nativeSrc": "35508:2:44", - "nodeType": "YulLiteral", - "src": "35508:2:44", - "type": "", - "value": "72" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35499:3:44", - "nodeType": "YulIdentifier", - "src": "35499:3:44" - }, - "nativeSrc": "35499:12:44", - "nodeType": "YulFunctionCall", - "src": "35499:12:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35521:3:44", - "nodeType": "YulLiteral", - "src": "35521:3:44", - "type": "", - "value": "192" - }, - { - "name": "value3", - "nativeSrc": "35526:6:44", - "nodeType": "YulIdentifier", - "src": "35526:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "35517:3:44", - "nodeType": "YulIdentifier", - "src": "35517:3:44" - }, - "nativeSrc": "35517:16:44", - "nodeType": "YulFunctionCall", - "src": "35517:16:44" - }, - { - "kind": "number", - "nativeSrc": "35535:66:44", - "nodeType": "YulLiteral", - "src": "35535:66:44", - "type": "", - "value": "0xffffffffffffffff000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "35513:3:44", - "nodeType": "YulIdentifier", - "src": "35513:3:44" - }, - "nativeSrc": "35513:89:44", - "nodeType": "YulFunctionCall", - "src": "35513:89:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35492:6:44", - "nodeType": "YulIdentifier", - "src": "35492:6:44" - }, - "nativeSrc": "35492:111:44", - "nodeType": "YulFunctionCall", - "src": "35492:111:44" - }, - "nativeSrc": "35492:111:44", - "nodeType": "YulExpressionStatement", - "src": "35492:111:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35623:3:44", - "nodeType": "YulIdentifier", - "src": "35623:3:44" - }, - { - "kind": "number", - "nativeSrc": "35628:2:44", - "nodeType": "YulLiteral", - "src": "35628:2:44", - "type": "", - "value": "80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35619:3:44", - "nodeType": "YulIdentifier", - "src": "35619:3:44" - }, - "nativeSrc": "35619:12:44", - "nodeType": "YulFunctionCall", - "src": "35619:12:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35641:3:44", - "nodeType": "YulLiteral", - "src": "35641:3:44", - "type": "", - "value": "192" - }, - { - "name": "value4", - "nativeSrc": "35646:6:44", - "nodeType": "YulIdentifier", - "src": "35646:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "35637:3:44", - "nodeType": "YulIdentifier", - "src": "35637:3:44" - }, - "nativeSrc": "35637:16:44", - "nodeType": "YulFunctionCall", - "src": "35637:16:44" - }, - { - "kind": "number", - "nativeSrc": "35655:66:44", - "nodeType": "YulLiteral", - "src": "35655:66:44", - "type": "", - "value": "0xffffffffffffffff000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "35633:3:44", - "nodeType": "YulIdentifier", - "src": "35633:3:44" - }, - "nativeSrc": "35633:89:44", - "nodeType": "YulFunctionCall", - "src": "35633:89:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35612:6:44", - "nodeType": "YulIdentifier", - "src": "35612:6:44" - }, - "nativeSrc": "35612:111:44", - "nodeType": "YulFunctionCall", - "src": "35612:111:44" - }, - "nativeSrc": "35612:111:44", - "nodeType": "YulExpressionStatement", - "src": "35612:111:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35743:3:44", - "nodeType": "YulIdentifier", - "src": "35743:3:44" - }, - { - "kind": "number", - "nativeSrc": "35748:2:44", - "nodeType": "YulLiteral", - "src": "35748:2:44", - "type": "", - "value": "88" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35739:3:44", - "nodeType": "YulIdentifier", - "src": "35739:3:44" - }, - "nativeSrc": "35739:12:44", - "nodeType": "YulFunctionCall", - "src": "35739:12:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "35757:3:44", - "nodeType": "YulLiteral", - "src": "35757:3:44", - "type": "", - "value": "248" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value5", - "nativeSrc": "35776:6:44", - "nodeType": "YulIdentifier", - "src": "35776:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "35769:6:44", - "nodeType": "YulIdentifier", - "src": "35769:6:44" - }, - "nativeSrc": "35769:14:44", - "nodeType": "YulFunctionCall", - "src": "35769:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "35762:6:44", - "nodeType": "YulIdentifier", - "src": "35762:6:44" - }, - "nativeSrc": "35762:22:44", - "nodeType": "YulFunctionCall", - "src": "35762:22:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "35753:3:44", - "nodeType": "YulIdentifier", - "src": "35753:3:44" - }, - "nativeSrc": "35753:32:44", - "nodeType": "YulFunctionCall", - "src": "35753:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35732:6:44", - "nodeType": "YulIdentifier", - "src": "35732:6:44" - }, - "nativeSrc": "35732:54:44", - "nodeType": "YulFunctionCall", - "src": "35732:54:44" - }, - "nativeSrc": "35732:54:44", - "nodeType": "YulExpressionStatement", - "src": "35732:54:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35806:3:44", - "nodeType": "YulIdentifier", - "src": "35806:3:44" - }, - { - "kind": "number", - "nativeSrc": "35811:2:44", - "nodeType": "YulLiteral", - "src": "35811:2:44", - "type": "", - "value": "89" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35802:3:44", - "nodeType": "YulIdentifier", - "src": "35802:3:44" - }, - "nativeSrc": "35802:12:44", - "nodeType": "YulFunctionCall", - "src": "35802:12:44" - }, - { - "name": "value6", - "nativeSrc": "35816:6:44", - "nodeType": "YulIdentifier", - "src": "35816:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "35795:6:44", - "nodeType": "YulIdentifier", - "src": "35795:6:44" - }, - "nativeSrc": "35795:28:44", - "nodeType": "YulFunctionCall", - "src": "35795:28:44" - }, - "nativeSrc": "35795:28:44", - "nodeType": "YulExpressionStatement", - "src": "35795:28:44" - }, - { - "nativeSrc": "35832:26:44", - "nodeType": "YulVariableDeclaration", - "src": "35832:26:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "35849:3:44", - "nodeType": "YulIdentifier", - "src": "35849:3:44" - }, - { - "kind": "number", - "nativeSrc": "35854:3:44", - "nodeType": "YulLiteral", - "src": "35854:3:44", - "type": "", - "value": "121" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35845:3:44", - "nodeType": "YulIdentifier", - "src": "35845:3:44" - }, - "nativeSrc": "35845:13:44", - "nodeType": "YulFunctionCall", - "src": "35845:13:44" - }, - "variables": [ - { - "name": "pos_1", - "nativeSrc": "35836:5:44", - "nodeType": "YulTypedName", - "src": "35836:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "35867:14:44", - "nodeType": "YulVariableDeclaration", - "src": "35867:14:44", - "value": { - "kind": "number", - "nativeSrc": "35880:1:44", - "nodeType": "YulLiteral", - "src": "35880:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "35871:5:44", - "nodeType": "YulTypedName", - "src": "35871:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "35890:27:44", - "nodeType": "YulVariableDeclaration", - "src": "35890:27:44", - "value": { - "arguments": [ - { - "name": "value7", - "nativeSrc": "35910:6:44", - "nodeType": "YulIdentifier", - "src": "35910:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "35904:5:44", - "nodeType": "YulIdentifier", - "src": "35904:5:44" - }, - "nativeSrc": "35904:13:44", - "nodeType": "YulFunctionCall", - "src": "35904:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "35894:6:44", - "nodeType": "YulTypedName", - "src": "35894:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value7", - "nativeSrc": "35965:6:44", - "nodeType": "YulIdentifier", - "src": "35965:6:44" - }, - { - "kind": "number", - "nativeSrc": "35973:4:44", - "nodeType": "YulLiteral", - "src": "35973:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "35961:3:44", - "nodeType": "YulIdentifier", - "src": "35961:3:44" - }, - "nativeSrc": "35961:17:44", - "nodeType": "YulFunctionCall", - "src": "35961:17:44" - }, - { - "name": "pos_1", - "nativeSrc": "35980:5:44", - "nodeType": "YulIdentifier", - "src": "35980:5:44" - }, - { - "name": "length", - "nativeSrc": "35987:6:44", - "nodeType": "YulIdentifier", - "src": "35987:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "35926:34:44", - "nodeType": "YulIdentifier", - "src": "35926:34:44" - }, - "nativeSrc": "35926:68:44", - "nodeType": "YulFunctionCall", - "src": "35926:68:44" - }, - "nativeSrc": "35926:68:44", - "nodeType": "YulExpressionStatement", - "src": "35926:68:44" - }, - { - "nativeSrc": "36003:27:44", - "nodeType": "YulAssignment", - "src": "36003:27:44", - "value": { - "arguments": [ - { - "name": "pos_1", - "nativeSrc": "36016:5:44", - "nodeType": "YulIdentifier", - "src": "36016:5:44" - }, - { - "name": "length", - "nativeSrc": "36023:6:44", - "nodeType": "YulIdentifier", - "src": "36023:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36012:3:44", - "nodeType": "YulIdentifier", - "src": "36012:3:44" - }, - "nativeSrc": "36012:18:44", - "nodeType": "YulFunctionCall", - "src": "36012:18:44" - }, - "variableNames": [ - { - "name": "end_1", - "nativeSrc": "36003:5:44", - "nodeType": "YulIdentifier", - "src": "36003:5:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value8", - "nativeSrc": "36057:6:44", - "nodeType": "YulIdentifier", - "src": "36057:6:44" - }, - { - "name": "end_1", - "nativeSrc": "36065:5:44", - "nodeType": "YulIdentifier", - "src": "36065:5:44" - } - ], - "functionName": { - "name": "abi_encode_uint32", - "nativeSrc": "36039:17:44", - "nodeType": "YulIdentifier", - "src": "36039:17:44" - }, - "nativeSrc": "36039:32:44", - "nodeType": "YulFunctionCall", - "src": "36039:32:44" - }, - "nativeSrc": "36039:32:44", - "nodeType": "YulExpressionStatement", - "src": "36039:32:44" - }, - { - "nativeSrc": "36080:20:44", - "nodeType": "YulAssignment", - "src": "36080:20:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "36091:5:44", - "nodeType": "YulIdentifier", - "src": "36091:5:44" - }, - { - "kind": "number", - "nativeSrc": "36098:1:44", - "nodeType": "YulLiteral", - "src": "36098:1:44", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36087:3:44", - "nodeType": "YulIdentifier", - "src": "36087:3:44" - }, - "nativeSrc": "36087:13:44", - "nodeType": "YulFunctionCall", - "src": "36087:13:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "36080:3:44", - "nodeType": "YulIdentifier", - "src": "36080:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__to_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "34937:1169:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "35198:3:44", - "nodeType": "YulTypedName", - "src": "35198:3:44", - "type": "" - }, - { - "name": "value8", - "nativeSrc": "35203:6:44", - "nodeType": "YulTypedName", - "src": "35203:6:44", - "type": "" - }, - { - "name": "value7", - "nativeSrc": "35211:6:44", - "nodeType": "YulTypedName", - "src": "35211:6:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "35219:6:44", - "nodeType": "YulTypedName", - "src": "35219:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "35227:6:44", - "nodeType": "YulTypedName", - "src": "35227:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "35235:6:44", - "nodeType": "YulTypedName", - "src": "35235:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "35243:6:44", - "nodeType": "YulTypedName", - "src": "35243:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "35251:6:44", - "nodeType": "YulTypedName", - "src": "35251:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "35259:6:44", - "nodeType": "YulTypedName", - "src": "35259:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "35267:6:44", - "nodeType": "YulTypedName", - "src": "35267:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "35278:3:44", - "nodeType": "YulTypedName", - "src": "35278:3:44", - "type": "" - } - ], - "src": "34937:1169:44" - }, - { - "body": { - "nativeSrc": "36324:299:44", - "nodeType": "YulBlock", - "src": "36324:299:44", - "statements": [ - { - "nativeSrc": "36334:27:44", - "nodeType": "YulAssignment", - "src": "36334:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36346:9:44", - "nodeType": "YulIdentifier", - "src": "36346:9:44" - }, - { - "kind": "number", - "nativeSrc": "36357:3:44", - "nodeType": "YulLiteral", - "src": "36357:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36342:3:44", - "nodeType": "YulIdentifier", - "src": "36342:3:44" - }, - "nativeSrc": "36342:19:44", - "nodeType": "YulFunctionCall", - "src": "36342:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "36334:4:44", - "nodeType": "YulIdentifier", - "src": "36334:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36377:9:44", - "nodeType": "YulIdentifier", - "src": "36377:9:44" - }, - { - "name": "value0", - "nativeSrc": "36388:6:44", - "nodeType": "YulIdentifier", - "src": "36388:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36370:6:44", - "nodeType": "YulIdentifier", - "src": "36370:6:44" - }, - "nativeSrc": "36370:25:44", - "nodeType": "YulFunctionCall", - "src": "36370:25:44" - }, - "nativeSrc": "36370:25:44", - "nodeType": "YulExpressionStatement", - "src": "36370:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36415:9:44", - "nodeType": "YulIdentifier", - "src": "36415:9:44" - }, - { - "kind": "number", - "nativeSrc": "36426:2:44", - "nodeType": "YulLiteral", - "src": "36426:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36411:3:44", - "nodeType": "YulIdentifier", - "src": "36411:3:44" - }, - "nativeSrc": "36411:18:44", - "nodeType": "YulFunctionCall", - "src": "36411:18:44" - }, - { - "name": "value1", - "nativeSrc": "36431:6:44", - "nodeType": "YulIdentifier", - "src": "36431:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36404:6:44", - "nodeType": "YulIdentifier", - "src": "36404:6:44" - }, - "nativeSrc": "36404:34:44", - "nodeType": "YulFunctionCall", - "src": "36404:34:44" - }, - "nativeSrc": "36404:34:44", - "nodeType": "YulExpressionStatement", - "src": "36404:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36458:9:44", - "nodeType": "YulIdentifier", - "src": "36458:9:44" - }, - { - "kind": "number", - "nativeSrc": "36469:2:44", - "nodeType": "YulLiteral", - "src": "36469:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36454:3:44", - "nodeType": "YulIdentifier", - "src": "36454:3:44" - }, - "nativeSrc": "36454:18:44", - "nodeType": "YulFunctionCall", - "src": "36454:18:44" - }, - { - "name": "value2", - "nativeSrc": "36474:6:44", - "nodeType": "YulIdentifier", - "src": "36474:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36447:6:44", - "nodeType": "YulIdentifier", - "src": "36447:6:44" - }, - "nativeSrc": "36447:34:44", - "nodeType": "YulFunctionCall", - "src": "36447:34:44" - }, - "nativeSrc": "36447:34:44", - "nodeType": "YulExpressionStatement", - "src": "36447:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36501:9:44", - "nodeType": "YulIdentifier", - "src": "36501:9:44" - }, - { - "kind": "number", - "nativeSrc": "36512:2:44", - "nodeType": "YulLiteral", - "src": "36512:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36497:3:44", - "nodeType": "YulIdentifier", - "src": "36497:3:44" - }, - "nativeSrc": "36497:18:44", - "nodeType": "YulFunctionCall", - "src": "36497:18:44" - }, - { - "name": "value3", - "nativeSrc": "36517:6:44", - "nodeType": "YulIdentifier", - "src": "36517:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36490:6:44", - "nodeType": "YulIdentifier", - "src": "36490:6:44" - }, - "nativeSrc": "36490:34:44", - "nodeType": "YulFunctionCall", - "src": "36490:34:44" - }, - "nativeSrc": "36490:34:44", - "nodeType": "YulExpressionStatement", - "src": "36490:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36544:9:44", - "nodeType": "YulIdentifier", - "src": "36544:9:44" - }, - { - "kind": "number", - "nativeSrc": "36555:3:44", - "nodeType": "YulLiteral", - "src": "36555:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36540:3:44", - "nodeType": "YulIdentifier", - "src": "36540:3:44" - }, - "nativeSrc": "36540:19:44", - "nodeType": "YulFunctionCall", - "src": "36540:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "36565:6:44", - "nodeType": "YulIdentifier", - "src": "36565:6:44" - }, - { - "kind": "number", - "nativeSrc": "36573:42:44", - "nodeType": "YulLiteral", - "src": "36573:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "36561:3:44", - "nodeType": "YulIdentifier", - "src": "36561:3:44" - }, - "nativeSrc": "36561:55:44", - "nodeType": "YulFunctionCall", - "src": "36561:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36533:6:44", - "nodeType": "YulIdentifier", - "src": "36533:6:44" - }, - "nativeSrc": "36533:84:44", - "nodeType": "YulFunctionCall", - "src": "36533:84:44" - }, - "nativeSrc": "36533:84:44", - "nodeType": "YulExpressionStatement", - "src": "36533:84:44" - } - ] - }, - "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", - "nativeSrc": "36111:512:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "36261:9:44", - "nodeType": "YulTypedName", - "src": "36261:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "36272:6:44", - "nodeType": "YulTypedName", - "src": "36272:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "36280:6:44", - "nodeType": "YulTypedName", - "src": "36280:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "36288:6:44", - "nodeType": "YulTypedName", - "src": "36288:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "36296:6:44", - "nodeType": "YulTypedName", - "src": "36296:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "36304:6:44", - "nodeType": "YulTypedName", - "src": "36304:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "36315:4:44", - "nodeType": "YulTypedName", - "src": "36315:4:44", - "type": "" - } - ], - "src": "36111:512:44" - }, - { - "body": { - "nativeSrc": "36775:142:44", - "nodeType": "YulBlock", - "src": "36775:142:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36792:9:44", - "nodeType": "YulIdentifier", - "src": "36792:9:44" - }, - { - "name": "value0", - "nativeSrc": "36803:6:44", - "nodeType": "YulIdentifier", - "src": "36803:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36785:6:44", - "nodeType": "YulIdentifier", - "src": "36785:6:44" - }, - "nativeSrc": "36785:25:44", - "nodeType": "YulFunctionCall", - "src": "36785:25:44" - }, - "nativeSrc": "36785:25:44", - "nodeType": "YulExpressionStatement", - "src": "36785:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36830:9:44", - "nodeType": "YulIdentifier", - "src": "36830:9:44" - }, - { - "kind": "number", - "nativeSrc": "36841:2:44", - "nodeType": "YulLiteral", - "src": "36841:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36826:3:44", - "nodeType": "YulIdentifier", - "src": "36826:3:44" - }, - "nativeSrc": "36826:18:44", - "nodeType": "YulFunctionCall", - "src": "36826:18:44" - }, - { - "kind": "number", - "nativeSrc": "36846:2:44", - "nodeType": "YulLiteral", - "src": "36846:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "36819:6:44", - "nodeType": "YulIdentifier", - "src": "36819:6:44" - }, - "nativeSrc": "36819:30:44", - "nodeType": "YulFunctionCall", - "src": "36819:30:44" - }, - "nativeSrc": "36819:30:44", - "nodeType": "YulExpressionStatement", - "src": "36819:30:44" - }, - { - "nativeSrc": "36858:53:44", - "nodeType": "YulAssignment", - "src": "36858:53:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "36884:6:44", - "nodeType": "YulIdentifier", - "src": "36884:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "36896:9:44", - "nodeType": "YulIdentifier", - "src": "36896:9:44" - }, - { - "kind": "number", - "nativeSrc": "36907:2:44", - "nodeType": "YulLiteral", - "src": "36907:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "36892:3:44", - "nodeType": "YulIdentifier", - "src": "36892:3:44" - }, - "nativeSrc": "36892:18:44", - "nodeType": "YulFunctionCall", - "src": "36892:18:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "36866:17:44", - "nodeType": "YulIdentifier", - "src": "36866:17:44" - }, - "nativeSrc": "36866:45:44", - "nodeType": "YulFunctionCall", - "src": "36866:45:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "36858:4:44", - "nodeType": "YulIdentifier", - "src": "36858:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_bytes_memory_ptr__to_t_bytes32_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "36628:289:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "36736:9:44", - "nodeType": "YulTypedName", - "src": "36736:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "36747:6:44", - "nodeType": "YulTypedName", - "src": "36747:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "36755:6:44", - "nodeType": "YulTypedName", - "src": "36755:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "36766:4:44", - "nodeType": "YulTypedName", - "src": "36766:4:44", - "type": "" - } - ], - "src": "36628:289:44" - }, - { - "body": { - "nativeSrc": "37059:150:44", - "nodeType": "YulBlock", - "src": "37059:150:44", - "statements": [ - { - "nativeSrc": "37069:27:44", - "nodeType": "YulVariableDeclaration", - "src": "37069:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "37089:6:44", - "nodeType": "YulIdentifier", - "src": "37089:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "37083:5:44", - "nodeType": "YulIdentifier", - "src": "37083:5:44" - }, - "nativeSrc": "37083:13:44", - "nodeType": "YulFunctionCall", - "src": "37083:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "37073:6:44", - "nodeType": "YulTypedName", - "src": "37073:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "37144:6:44", - "nodeType": "YulIdentifier", - "src": "37144:6:44" - }, - { - "kind": "number", - "nativeSrc": "37152:4:44", - "nodeType": "YulLiteral", - "src": "37152:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37140:3:44", - "nodeType": "YulIdentifier", - "src": "37140:3:44" - }, - "nativeSrc": "37140:17:44", - "nodeType": "YulFunctionCall", - "src": "37140:17:44" - }, - { - "name": "pos", - "nativeSrc": "37159:3:44", - "nodeType": "YulIdentifier", - "src": "37159:3:44" - }, - { - "name": "length", - "nativeSrc": "37164:6:44", - "nodeType": "YulIdentifier", - "src": "37164:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "37105:34:44", - "nodeType": "YulIdentifier", - "src": "37105:34:44" - }, - "nativeSrc": "37105:66:44", - "nodeType": "YulFunctionCall", - "src": "37105:66:44" - }, - "nativeSrc": "37105:66:44", - "nodeType": "YulExpressionStatement", - "src": "37105:66:44" - }, - { - "nativeSrc": "37180:23:44", - "nodeType": "YulAssignment", - "src": "37180:23:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "37191:3:44", - "nodeType": "YulIdentifier", - "src": "37191:3:44" - }, - { - "name": "length", - "nativeSrc": "37196:6:44", - "nodeType": "YulIdentifier", - "src": "37196:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37187:3:44", - "nodeType": "YulIdentifier", - "src": "37187:3:44" - }, - "nativeSrc": "37187:16:44", - "nodeType": "YulFunctionCall", - "src": "37187:16:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "37180:3:44", - "nodeType": "YulIdentifier", - "src": "37180:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "36922:287:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "37035:3:44", - "nodeType": "YulTypedName", - "src": "37035:3:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "37040:6:44", - "nodeType": "YulTypedName", - "src": "37040:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "37051:3:44", - "nodeType": "YulTypedName", - "src": "37051:3:44", - "type": "" - } - ], - "src": "36922:287:44" - }, - { - "body": { - "nativeSrc": "37295:149:44", - "nodeType": "YulBlock", - "src": "37295:149:44", - "statements": [ - { - "body": { - "nativeSrc": "37341:16:44", - "nodeType": "YulBlock", - "src": "37341:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "37350:1:44", - "nodeType": "YulLiteral", - "src": "37350:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "37353:1:44", - "nodeType": "YulLiteral", - "src": "37353:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "37343:6:44", - "nodeType": "YulIdentifier", - "src": "37343:6:44" - }, - "nativeSrc": "37343:12:44", - "nodeType": "YulFunctionCall", - "src": "37343:12:44" - }, - "nativeSrc": "37343:12:44", - "nodeType": "YulExpressionStatement", - "src": "37343:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "37316:7:44", - "nodeType": "YulIdentifier", - "src": "37316:7:44" - }, - { - "name": "headStart", - "nativeSrc": "37325:9:44", - "nodeType": "YulIdentifier", - "src": "37325:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "37312:3:44", - "nodeType": "YulIdentifier", - "src": "37312:3:44" - }, - "nativeSrc": "37312:23:44", - "nodeType": "YulFunctionCall", - "src": "37312:23:44" - }, - { - "kind": "number", - "nativeSrc": "37337:2:44", - "nodeType": "YulLiteral", - "src": "37337:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "37308:3:44", - "nodeType": "YulIdentifier", - "src": "37308:3:44" - }, - "nativeSrc": "37308:32:44", - "nodeType": "YulFunctionCall", - "src": "37308:32:44" - }, - "nativeSrc": "37305:52:44", - "nodeType": "YulIf", - "src": "37305:52:44" - }, - { - "nativeSrc": "37366:14:44", - "nodeType": "YulVariableDeclaration", - "src": "37366:14:44", - "value": { - "kind": "number", - "nativeSrc": "37379:1:44", - "nodeType": "YulLiteral", - "src": "37379:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "37370:5:44", - "nodeType": "YulTypedName", - "src": "37370:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "37389:25:44", - "nodeType": "YulAssignment", - "src": "37389:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37404:9:44", - "nodeType": "YulIdentifier", - "src": "37404:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "37398:5:44", - "nodeType": "YulIdentifier", - "src": "37398:5:44" - }, - "nativeSrc": "37398:16:44", - "nodeType": "YulFunctionCall", - "src": "37398:16:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "37389:5:44", - "nodeType": "YulIdentifier", - "src": "37389:5:44" - } - ] - }, - { - "nativeSrc": "37423:15:44", - "nodeType": "YulAssignment", - "src": "37423:15:44", - "value": { - "name": "value", - "nativeSrc": "37433:5:44", - "nodeType": "YulIdentifier", - "src": "37433:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "37423:6:44", - "nodeType": "YulIdentifier", - "src": "37423:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32_fromMemory", - "nativeSrc": "37214:230:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "37261:9:44", - "nodeType": "YulTypedName", - "src": "37261:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "37272:7:44", - "nodeType": "YulTypedName", - "src": "37272:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "37284:6:44", - "nodeType": "YulTypedName", - "src": "37284:6:44", - "type": "" - } - ], - "src": "37214:230:44" - }, - { - "body": { - "nativeSrc": "37630:217:44", - "nodeType": "YulBlock", - "src": "37630:217:44", - "statements": [ - { - "nativeSrc": "37640:27:44", - "nodeType": "YulAssignment", - "src": "37640:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37652:9:44", - "nodeType": "YulIdentifier", - "src": "37652:9:44" - }, - { - "kind": "number", - "nativeSrc": "37663:3:44", - "nodeType": "YulLiteral", - "src": "37663:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37648:3:44", - "nodeType": "YulIdentifier", - "src": "37648:3:44" - }, - "nativeSrc": "37648:19:44", - "nodeType": "YulFunctionCall", - "src": "37648:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "37640:4:44", - "nodeType": "YulIdentifier", - "src": "37640:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37683:9:44", - "nodeType": "YulIdentifier", - "src": "37683:9:44" - }, - { - "name": "value0", - "nativeSrc": "37694:6:44", - "nodeType": "YulIdentifier", - "src": "37694:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "37676:6:44", - "nodeType": "YulIdentifier", - "src": "37676:6:44" - }, - "nativeSrc": "37676:25:44", - "nodeType": "YulFunctionCall", - "src": "37676:25:44" - }, - "nativeSrc": "37676:25:44", - "nodeType": "YulExpressionStatement", - "src": "37676:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37721:9:44", - "nodeType": "YulIdentifier", - "src": "37721:9:44" - }, - { - "kind": "number", - "nativeSrc": "37732:2:44", - "nodeType": "YulLiteral", - "src": "37732:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37717:3:44", - "nodeType": "YulIdentifier", - "src": "37717:3:44" - }, - "nativeSrc": "37717:18:44", - "nodeType": "YulFunctionCall", - "src": "37717:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "37741:6:44", - "nodeType": "YulIdentifier", - "src": "37741:6:44" - }, - { - "kind": "number", - "nativeSrc": "37749:4:44", - "nodeType": "YulLiteral", - "src": "37749:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "37737:3:44", - "nodeType": "YulIdentifier", - "src": "37737:3:44" - }, - "nativeSrc": "37737:17:44", - "nodeType": "YulFunctionCall", - "src": "37737:17:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "37710:6:44", - "nodeType": "YulIdentifier", - "src": "37710:6:44" - }, - "nativeSrc": "37710:45:44", - "nodeType": "YulFunctionCall", - "src": "37710:45:44" - }, - "nativeSrc": "37710:45:44", - "nodeType": "YulExpressionStatement", - "src": "37710:45:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37775:9:44", - "nodeType": "YulIdentifier", - "src": "37775:9:44" - }, - { - "kind": "number", - "nativeSrc": "37786:2:44", - "nodeType": "YulLiteral", - "src": "37786:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37771:3:44", - "nodeType": "YulIdentifier", - "src": "37771:3:44" - }, - "nativeSrc": "37771:18:44", - "nodeType": "YulFunctionCall", - "src": "37771:18:44" - }, - { - "name": "value2", - "nativeSrc": "37791:6:44", - "nodeType": "YulIdentifier", - "src": "37791:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "37764:6:44", - "nodeType": "YulIdentifier", - "src": "37764:6:44" - }, - "nativeSrc": "37764:34:44", - "nodeType": "YulFunctionCall", - "src": "37764:34:44" - }, - "nativeSrc": "37764:34:44", - "nodeType": "YulExpressionStatement", - "src": "37764:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37818:9:44", - "nodeType": "YulIdentifier", - "src": "37818:9:44" - }, - { - "kind": "number", - "nativeSrc": "37829:2:44", - "nodeType": "YulLiteral", - "src": "37829:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37814:3:44", - "nodeType": "YulIdentifier", - "src": "37814:3:44" - }, - "nativeSrc": "37814:18:44", - "nodeType": "YulFunctionCall", - "src": "37814:18:44" - }, - { - "name": "value3", - "nativeSrc": "37834:6:44", - "nodeType": "YulIdentifier", - "src": "37834:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "37807:6:44", - "nodeType": "YulIdentifier", - "src": "37807:6:44" - }, - "nativeSrc": "37807:34:44", - "nodeType": "YulFunctionCall", - "src": "37807:34:44" - }, - "nativeSrc": "37807:34:44", - "nodeType": "YulExpressionStatement", - "src": "37807:34:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed", - "nativeSrc": "37449:398:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "37575:9:44", - "nodeType": "YulTypedName", - "src": "37575:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "37586:6:44", - "nodeType": "YulTypedName", - "src": "37586:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "37594:6:44", - "nodeType": "YulTypedName", - "src": "37594:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "37602:6:44", - "nodeType": "YulTypedName", - "src": "37602:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "37610:6:44", - "nodeType": "YulTypedName", - "src": "37610:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "37621:4:44", - "nodeType": "YulTypedName", - "src": "37621:4:44", - "type": "" - } - ], - "src": "37449:398:44" - }, - { - "body": { - "nativeSrc": "37953:125:44", - "nodeType": "YulBlock", - "src": "37953:125:44", - "statements": [ - { - "nativeSrc": "37963:26:44", - "nodeType": "YulAssignment", - "src": "37963:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "37975:9:44", - "nodeType": "YulIdentifier", - "src": "37975:9:44" - }, - { - "kind": "number", - "nativeSrc": "37986:2:44", - "nodeType": "YulLiteral", - "src": "37986:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "37971:3:44", - "nodeType": "YulIdentifier", - "src": "37971:3:44" - }, - "nativeSrc": "37971:18:44", - "nodeType": "YulFunctionCall", - "src": "37971:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "37963:4:44", - "nodeType": "YulIdentifier", - "src": "37963:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "38005:9:44", - "nodeType": "YulIdentifier", - "src": "38005:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "38020:6:44", - "nodeType": "YulIdentifier", - "src": "38020:6:44" - }, - { - "kind": "number", - "nativeSrc": "38028:42:44", - "nodeType": "YulLiteral", - "src": "38028:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "38016:3:44", - "nodeType": "YulIdentifier", - "src": "38016:3:44" - }, - "nativeSrc": "38016:55:44", - "nodeType": "YulFunctionCall", - "src": "38016:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "37998:6:44", - "nodeType": "YulIdentifier", - "src": "37998:6:44" - }, - "nativeSrc": "37998:74:44", - "nodeType": "YulFunctionCall", - "src": "37998:74:44" - }, - "nativeSrc": "37998:74:44", - "nodeType": "YulExpressionStatement", - "src": "37998:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "37852:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "37922:9:44", - "nodeType": "YulTypedName", - "src": "37922:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "37933:6:44", - "nodeType": "YulTypedName", - "src": "37933:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "37944:4:44", - "nodeType": "YulTypedName", - "src": "37944:4:44", - "type": "" - } - ], - "src": "37852:226:44" - }, - { - "body": { - "nativeSrc": "38274:14:44", - "nodeType": "YulBlock", - "src": "38274:14:44", - "statements": [ - { - "nativeSrc": "38276:10:44", - "nodeType": "YulAssignment", - "src": "38276:10:44", - "value": { - "name": "pos", - "nativeSrc": "38283:3:44", - "nodeType": "YulIdentifier", - "src": "38283:3:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "38276:3:44", - "nodeType": "YulIdentifier", - "src": "38276:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "38083:205:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "38258:3:44", - "nodeType": "YulTypedName", - "src": "38258:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "38266:3:44", - "nodeType": "YulTypedName", - "src": "38266:3:44", - "type": "" - } - ], - "src": "38083:205:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_array$_t_bytes32_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_encode_uint64(value, pos)\n {\n mstore(pos, and(value, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_string(value0, add(headStart, 32))\n }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n validator_revert_address(value)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function abi_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_decode_tuple_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if slt(sub(dataEnd, _1), 224) { revert(0, 0) }\n value0 := _1\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, 32)\n srcPtr := add(srcPtr, 32)\n }\n tail := pos\n }\n function abi_decode_tuple_t_struct$_RevocationRequest_$2100_calldata_ptr(headStart, dataEnd) -> value0\n {\n let _1 := slt(sub(dataEnd, headStart), 96)\n if _1 { revert(0, 0) }\n _1 := 0\n value0 := headStart\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\n }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\n }\n function abi_encode_address(value, pos)\n {\n mstore(pos, and(value, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_array_uint256_dyn(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n pos := add(pos, 0x20)\n let srcPtr := add(value, 0x20)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, 0x20)\n srcPtr := add(srcPtr, 0x20)\n }\n end := pos\n }\n function abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed(headStart, value6, value5, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xff00000000000000000000000000000000000000000000000000000000000000))\n mstore(add(headStart, 32), 224)\n let tail_1 := abi_encode_string(value1, add(headStart, 224))\n mstore(add(headStart, 64), sub(tail_1, headStart))\n let tail_2 := abi_encode_string(value2, tail_1)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), and(value4, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 160), value5)\n mstore(add(headStart, 192), sub(tail_2, headStart))\n tail := abi_encode_array_uint256_dyn(value6, tail_2)\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_encode_bool(value, pos)\n {\n mstore(pos, iszero(iszero(value)))\n }\n function abi_encode_struct_Attestation(value, pos) -> end\n {\n mstore(pos, mload(value))\n mstore(add(pos, 0x20), mload(add(value, 0x20)))\n let memberValue0 := mload(add(value, 0x40))\n abi_encode_uint64(memberValue0, add(pos, 0x40))\n let memberValue0_1 := mload(add(value, 0x60))\n abi_encode_uint64(memberValue0_1, add(pos, 0x60))\n let memberValue0_2 := mload(add(value, 0x80))\n abi_encode_uint64(memberValue0_2, add(pos, 0x80))\n mstore(add(pos, 0xa0), mload(add(value, 0xa0)))\n let memberValue0_3 := mload(add(value, 0xc0))\n abi_encode_address(memberValue0_3, add(pos, 0xc0))\n let memberValue0_4 := mload(add(value, 0xe0))\n abi_encode_address(memberValue0_4, add(pos, 0xe0))\n let memberValue0_5 := mload(add(value, 0x0100))\n abi_encode_bool(memberValue0_5, add(pos, 0x0100))\n let memberValue0_6 := mload(add(value, 0x0120))\n mstore(add(pos, 0x0120), 0x0140)\n end := abi_encode_string(memberValue0_6, add(pos, 0x0140))\n }\n function abi_encode_tuple_t_struct$_Attestation_$49_memory_ptr__to_t_struct$_Attestation_$49_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_struct_Attestation(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_calldata_ptr(headStart, dataEnd) -> value0\n {\n let _1 := slt(sub(dataEnd, headStart), 256)\n if _1 { revert(0, 0) }\n _1 := 0\n value0 := headStart\n }\n function abi_decode_tuple_t_addresst_bytes32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := 0\n value_1 := calldataload(add(headStart, 32))\n value1 := value_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_contract$_ISchemaRegistry_$2379__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_struct$_AttestationRequest_$2049_calldata_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if slt(sub(dataEnd, _1), 64) { revert(0, 0) }\n value0 := _1\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function access_calldata_tail_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(158)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_3991() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0xa0)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory_3992() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0xc0)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory_3998() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x80)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_array_struct_RevocationRequestData_dyn(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(shl(5, length), 0x20)\n }\n function abi_decode_struct_RevocationRequestData(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x40) { revert(0, 0) }\n let memPtr := 0\n memPtr := mload(0x40)\n let newFreePtr := add(memPtr, 0x40)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(0x40, newFreePtr)\n value := memPtr\n let value_1 := 0\n value_1 := calldataload(headStart)\n mstore(memPtr, value_1)\n let value_2 := 0\n value_2 := calldataload(add(headStart, 32))\n mstore(add(memPtr, 32), value_2)\n }\n function abi_decode_struct_Signature(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x60) { revert(0, 0) }\n let memPtr := 0\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x60)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n value := memPtr\n let value_1 := calldataload(headStart)\n if iszero(eq(value_1, and(value_1, 0xff))) { revert(0, 0) }\n mstore(memPtr, value_1)\n let value_2 := 0\n value_2 := calldataload(add(headStart, 32))\n mstore(add(memPtr, 32), value_2)\n let value_3 := 0\n value_3 := calldataload(add(headStart, 64))\n mstore(add(memPtr, 64), value_3)\n }\n function abi_decode_array_struct_Signature_dyn(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := calldataload(offset)\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array_1 := dst\n mstore(dst, length)\n dst := add(dst, 0x20)\n let srcEnd := add(add(offset, mul(length, 0x60)), 0x20)\n if gt(srcEnd, end) { revert(0, 0) }\n let src := add(offset, 0x20)\n for { } lt(src, srcEnd) { src := add(src, 0x60) }\n {\n mstore(dst, abi_decode_struct_Signature(src, end))\n dst := add(dst, 0x20)\n }\n array := array_1\n }\n function abi_decode_uint64(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function convert_t_struct$_MultiDelegatedRevocationRequest_$2138_calldata_ptr_to_t_struct$_MultiDelegatedRevocationRequest_$2138_memory_ptr(value) -> converted\n {\n if slt(sub(calldatasize(), value), 0xa0) { revert(0, 0) }\n let value_1 := allocate_memory_3991()\n let value_2 := 0\n value_2 := calldataload(value)\n mstore(value_1, value_2)\n let offset := calldataload(add(value, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(value, offset)\n if iszero(slt(add(_1, 0x1f), calldatasize())) { revert(0, 0) }\n let length := calldataload(_1)\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array := dst\n mstore(dst, length)\n dst := add(dst, 32)\n let srcEnd := add(add(_1, shl(6, length)), 32)\n if gt(srcEnd, calldatasize()) { revert(0, 0) }\n let src := add(_1, 32)\n for { } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n mstore(dst, abi_decode_struct_RevocationRequestData(src, calldatasize()))\n dst := add(dst, 32)\n }\n mstore(add(value_1, 32), array)\n let offset_1 := calldataload(add(value, 0x40))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value_1, 0x40), abi_decode_array_struct_Signature_dyn(add(value, offset_1), calldatasize()))\n mstore(add(value_1, 96), abi_decode_address(add(value, 96)))\n mstore(add(value_1, 128), abi_decode_uint64(add(value, 128)))\n converted := value_1\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_sub_t_uint256(x, y) -> diff\n {\n diff := sub(x, y)\n if gt(diff, x) { panic_error_0x11() }\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, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function validator_revert_bool(value)\n {\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function array_allocation_size_bytes(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(and(add(length, 31), not(31)), 0x20)\n }\n function abi_decode_struct_AttestationRequestData(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0xc0) { revert(0, 0) }\n value := allocate_memory_3992()\n let value_1 := calldataload(headStart)\n validator_revert_address(value_1)\n mstore(value, value_1)\n mstore(add(value, 32), abi_decode_uint64(add(headStart, 32)))\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_bool(value_2)\n mstore(add(value, 64), value_2)\n let value_3 := 0\n value_3 := calldataload(add(headStart, 96))\n mstore(add(value, 96), value_3)\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), end)) { revert(0, 0) }\n let length := calldataload(_1)\n let array := allocate_memory(array_allocation_size_bytes(length))\n mstore(array, length)\n if gt(add(add(_1, length), 32), end) { revert(0, 0) }\n calldatacopy(add(array, 32), add(_1, 32), length)\n mstore(add(add(array, length), 32), 0)\n mstore(add(value, 128), array)\n let value_4 := 0\n value_4 := calldataload(add(headStart, 160))\n mstore(add(value, 160), value_4)\n }\n function convert_t_struct$_DelegatedAttestationRequest_$2063_calldata_ptr_to_t_struct$_DelegatedAttestationRequest_$2063_memory_ptr(value) -> converted\n {\n if slt(sub(calldatasize(), value), 0xe0) { revert(0, 0) }\n let value_1 := allocate_memory_3991()\n let value_2 := 0\n value_2 := calldataload(value)\n mstore(value_1, value_2)\n let offset := calldataload(add(value, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value_1, 32), abi_decode_struct_AttestationRequestData(add(value, offset), calldatasize()))\n mstore(add(value_1, 64), abi_decode_struct_Signature(add(value, 64), calldatasize()))\n let value_3 := calldataload(add(value, 0xa0))\n validator_revert_address(value_3)\n mstore(add(value_1, 0x60), value_3)\n mstore(add(value_1, 0x80), abi_decode_uint64(add(value, 192)))\n converted := value_1\n }\n function access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(190)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr(value) -> converted\n {\n converted := abi_decode_struct_AttestationRequestData(value, calldatasize())\n }\n function access_calldata_tail_t_struct$_MultiAttestationRequest_$2071_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(62)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), shl(5, length))) { revert(0, 0) }\n }\n function convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr(value, length) -> converted\n {\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array := dst\n mstore(dst, length)\n dst := add(dst, 0x20)\n let srcEnd := add(value, shl(5, length))\n if gt(srcEnd, calldatasize()) { revert(0, 0) }\n let src := value\n for { } lt(src, srcEnd) { src := add(src, 0x20) }\n {\n let innerOffset := calldataload(src)\n if gt(innerOffset, 0xffffffffffffffff) { revert(0, 0) }\n mstore(dst, abi_decode_struct_AttestationRequestData(add(value, innerOffset), calldatasize()))\n dst := add(dst, 0x20)\n }\n converted := array\n }\n function abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_struct_RevocationRequestData(headStart, dataEnd)\n }\n function access_calldata_tail_t_struct$_MultiRevocationRequest_$2122_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(62)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function access_calldata_tail_t_array$_t_struct$_RevocationRequestData_$2093_calldata_ptr_$dyn_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), shl(6, length))) { revert(0, 0) }\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \".\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 1), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 1), \".\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 2), length_2)\n end := add(add(add(_1, length_2), 1), 1)\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 access_calldata_tail_t_struct$_MultiDelegatedAttestationRequest_$2087_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(158)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), mul(length, 0x60))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_struct$_Signature_$27_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_struct_Signature(headStart, dataEnd)\n }\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n }\n function abi_decode_tuple_t_struct$_DelegatedRevocationRequest_$2114_memory_ptr(headStart, dataEnd) -> value0\n {\n let _1 := slt(sub(dataEnd, headStart), 256)\n if _1 { revert(0, 0) }\n _1 := 0\n let value := allocate_memory_3991()\n let value_1 := 0\n value_1 := calldataload(headStart)\n mstore(value, value_1)\n mstore(add(value, 32), abi_decode_struct_RevocationRequestData(add(headStart, 32), dataEnd))\n mstore(add(value, 0x40), abi_decode_struct_Signature(add(headStart, 96), dataEnd))\n let value_2 := calldataload(add(headStart, 192))\n validator_revert_address(value_2)\n mstore(add(value, 96), value_2)\n mstore(add(value, 0x80), abi_decode_uint64(add(headStart, 224)))\n value0 := value\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 abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed(headStart, value6, value5, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 224)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), value4)\n mstore(add(headStart, 160), value5)\n mstore(add(headStart, 192), and(value6, 0xffffffffffffffff))\n }\n function abi_encode_tuple_packed_t_bytes32_t_bytes32_t_uint8__to_t_bytes32_t_bytes32_t_uint8__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n mstore(pos, value0)\n mstore(add(pos, 32), value1)\n mstore(add(pos, 64), and(shl(248, value2), 0xff00000000000000000000000000000000000000000000000000000000000000))\n end := add(pos, 65)\n }\n function abi_decode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if slt(sub(dataEnd, _1), 0x80) { revert(0, 0) }\n let value := allocate_memory_3998()\n let value_1 := 0\n value_1 := mload(_1)\n mstore(value, value_1)\n let value_2 := mload(add(_1, 32))\n validator_revert_address(value_2)\n mstore(add(value, 32), value_2)\n let value_3 := mload(add(_1, 64))\n validator_revert_bool(value_3)\n mstore(add(value, 64), value_3)\n let offset_1 := mload(add(_1, 96))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n let _2 := add(_1, offset_1)\n if iszero(slt(add(_2, 0x1f), dataEnd)) { revert(0, 0) }\n let length := mload(_2)\n let array := allocate_memory(array_allocation_size_bytes(length))\n mstore(array, length)\n if gt(add(add(_2, length), 32), dataEnd) { revert(0, 0) }\n copy_memory_to_memory_with_cleanup(add(_2, 32), add(array, 32), length)\n mstore(add(value, 96), array)\n value0 := value\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint256_t_uint64__fromStack_reversed(headStart, value10, value9, value8, value7, value6, value5, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 352)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), and(value3, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 128), and(value4, 0xffffffffffffffff))\n mstore(add(headStart, 160), iszero(iszero(value5)))\n mstore(add(headStart, 192), value6)\n mstore(add(headStart, 224), value7)\n mstore(add(headStart, 256), value8)\n mstore(add(headStart, 288), value9)\n mstore(add(headStart, 320), and(value10, 0xffffffffffffffff))\n }\n function array_dataslot_bytes_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_bytes_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n mstore(0, array)\n let data := keccak256(0, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _1 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _1) { start := add(start, 1) }\n { sstore(start, 0) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_bytes_memory_ptr_to_t_bytes_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n clean_up_bytearray_end_slots_bytes_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n srcOffset := 0x20\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_bytes_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 0x20)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function panic_error_0x21()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x21)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_bool(value)\n value0 := value\n }\n function abi_encode_tuple_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__to_t_array$_t_struct$_Attestation_$49_memory_ptr_$dyn_memory_ptr_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n let tail_1 := add(headStart, 64)\n mstore(headStart, 64)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 96)\n let tail_2 := add(add(headStart, shl(5, length)), 96)\n let srcPtr := add(value0, 0x20)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(95)))\n tail_2 := abi_encode_struct_Attestation(mload(srcPtr), tail_2)\n srcPtr := add(srcPtr, 0x20)\n pos := add(pos, 0x20)\n }\n mstore(add(headStart, 0x20), sub(tail_2, headStart))\n tail := abi_encode_array_uint256_dyn(value1, tail_2)\n }\n function abi_encode_uint32(value, pos)\n {\n mstore(pos, and(shl(224, value), 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function abi_encode_tuple_packed_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__to_t_bytes32_t_address_t_address_t_uint64_t_uint64_t_bool_t_bytes32_t_bytes_memory_ptr_t_uint32__nonPadded_inplace_fromStack_reversed(pos, value8, value7, value6, value5, value4, value3, value2, value1, value0) -> end\n {\n mstore(pos, value0)\n mstore(add(pos, 32), and(shl(96, value1), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 52), and(shl(96, value2), not(0xffffffffffffffffffffffff)))\n mstore(add(pos, 72), and(shl(192, value3), 0xffffffffffffffff000000000000000000000000000000000000000000000000))\n mstore(add(pos, 80), and(shl(192, value4), 0xffffffffffffffff000000000000000000000000000000000000000000000000))\n mstore(add(pos, 88), shl(248, iszero(iszero(value5))))\n mstore(add(pos, 89), value6)\n let pos_1 := add(pos, 121)\n let end_1 := 0\n let length := mload(value7)\n copy_memory_to_memory_with_cleanup(add(value7, 0x20), pos_1, length)\n end_1 := add(pos_1, length)\n abi_encode_uint32(value8, end_1)\n end := add(end_1, 4)\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, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes32_t_bytes_memory_ptr__to_t_bytes32_t_bytes_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), 64)\n tail := abi_encode_string(value1, add(headStart, 64))\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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := mload(headStart)\n value0 := value\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_address__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_packed_t_stringliteral_c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos) -> end\n { end := pos }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "150": [ - { - "length": 32, - "start": 1294 - }, - { - "length": 32, - "start": 5105 - }, - { - "length": 32, - "start": 7057 - } - ], - "2532": [ - { - "length": 32, - "start": 2815 - } - ], - "2534": [ - { - "length": 32, - "start": 2856 - } - ], - "2536": [ - { - "length": 32, - "start": 2897 - } - ], - "9019": [ - { - "length": 32, - "start": 9229 - } - ], - "9021": [ - { - "length": 32, - "start": 9187 - } - ], - "9023": [ - { - "length": 32, - "start": 9145 - } - ], - "9025": [ - { - "length": 32, - "start": 9310 - } - ], - "9027": [ - { - "length": 32, - "start": 9350 - } - ], - "9030": [ - { - "length": 32, - "start": 9049 - } - ], - "9033": [ - { - "length": 32, - "start": 9094 - } - ] - }, - "linkReferences": {}, - "object": "6080604052600436106101965760003560e01c806384b0196e116100e1578063cf190f341161008a578063e71ff36511610064578063e71ff365146104bf578063ed24911d146104df578063f10b5cc8146104f4578063f17325e71461053857600080fd5b8063cf190f341461042a578063d45c44351461044a578063e30bb5631461048057600080fd5b8063a6d4dbc7116100bb578063a6d4dbc714610398578063b469318d146103ab578063b83010d3146103f757600080fd5b806384b0196e146103305780639541152514610358578063a3112a641461036b57600080fd5b806344adc90e116101435780634d0030701161011d5780634d003070146102db57806354fd4d50146102fb57806379f7573a1461031057600080fd5b806344adc90e1461029557806346926267146102b55780634cb7e9e5146102c857600080fd5b806317d7de7c1161017457806317d7de7c1461022a5780632d0335ab1461024c5780633c0427151461028257600080fd5b80630eabf6601461019b57806312b11a17146101b057806313893f61146101f2575b600080fd5b6101ae6101a9366004613134565b61054b565b005b3480156101bc57600080fd5b507ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d9880765b6040519081526020015b60405180910390f35b3480156101fe57600080fd5b5061021261020d366004613134565b61069d565b6040516001600160401b0390911681526020016101e9565b34801561023657600080fd5b5061023f6106e2565b6040516101e991906131c5565b34801561025857600080fd5b506101df610267366004613204565b6001600160a01b031660009081526003602052604090205490565b6101df610290366004613221565b610774565b6102a86102a3366004613134565b610859565b6040516101e9919061325b565b6101ae6102c336600461329e565b6109a2565b6101ae6102d6366004613134565b610a26565b3480156102e757600080fd5b506102126102f63660046132b9565b610aeb565b34801561030757600080fd5b5061023f610af8565b34801561031c57600080fd5b506101ae61032b3660046132b9565b610b9b565b34801561033c57600080fd5b50610345610c34565b6040516101e9979695949392919061330e565b6102a8610366366004613134565b610c96565b34801561037757600080fd5b5061038b6103863660046132b9565b610ec3565b6040516101e99190613466565b6101ae6103a6366004613479565b611059565b3480156103b757600080fd5b506102126103c636600461348d565b6001600160a01b0391909116600090815260066020908152604080832093835292905220546001600160401b031690565b34801561040357600080fd5b507fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e756101df565b34801561043657600080fd5b506102126104453660046132b9565b6110fe565b34801561045657600080fd5b506102126104653660046132b9565b6000908152600560205260409020546001600160401b031690565b34801561048c57600080fd5b506104af61049b3660046132b9565b600090815260046020526040902054151590565b60405190151581526020016101e9565b3480156104cb57600080fd5b506102126104da366004613134565b61110c565b3480156104eb57600080fd5b506101df611144565b34801561050057600080fd5b506040516001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001681526020016101e9565b6101df6105463660046134b9565b611153565b348160005b8181101561069657600019820181146000868684818110610573576105736134f3565b90506020028101906105859190613509565b61058e90613742565b60208101518051919250908015806105ab57508260400151518114155b156105c95760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561065f576106576040518060a00160405280866000015181526020018584815181106105fe576105fe6134f3565b6020026020010151815260200186604001518481518110610621576106216134f3565b6020026020010151815260200186606001516001600160a01b0316815260200186608001516001600160401b03168152506111f3565b6001016105cc565b5061067583600001518385606001518a886113ce565b61067f9088613857565b96505050505061068f8160010190565b9050610550565b5050505050565b60004282825b818110156106d6576106ce338787848181106106c1576106c16134f3565b90506020020135856118e5565b6001016106a3565b50909150505b92915050565b6060600280546106f19061386a565b80601f016020809104026020016040519081016040528092919081815260200182805461071d9061386a565b801561076a5780601f1061073f5761010080835404028352916020019161076a565b820191906000526020600020905b81548152906001019060200180831161074d57829003601f168201915b5050505050905090565b6000610787610782836139ab565b6119b1565b604080516001808252818301909252600091816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161079e5790505090506107ee6020840184613a25565b6107f790613a3b565b8160008151811061080a5761080a6134f3565b602090810291909101015261083383358261082b60c0870160a08801613204565b346001611b05565b60200151600081518110610849576108496134f3565b6020026020010151915050919050565b6060816000816001600160401b0381111561087657610876613529565b6040519080825280602002602001820160405280156108a957816020015b60608152602001906001900390816108945790505b509050600034815b8481101561098c5760001985018114368989848181106108d3576108d36134f3565b90506020028101906108e59190613a47565b90506108f46020820182613a5d565b90506000036109165760405163251f56a160e21b815260040160405180910390fd5b600061093b823561092a6020850185613a5d565b61093391613aa6565b338887611b05565b805190915061094a9086613857565b94508060200151878581518110610963576109636134f3565b6020026020010181905250806020015151860195505050506109858160010190565b90506108b1565b506109978383612121565b979650505050505050565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816109b95790505090506109f436839003830160208401613b0b565b81600081518110610a0757610a076134f3565b6020908102919091010152610a21823582333460016113ce565b505050565b348160005b81811015610696576000198201811436868684818110610a4d57610a4d6134f3565b9050602002810190610a5f9190613a47565b9050610acc8135610a736020840184613b27565b808060200260200160405190810160405280939291908181526020016000905b82821015610abf57610ab060408302860136819003810190613b0b565b81526020019060010190610a93565b50505050503388866113ce565b610ad69086613857565b94505050610ae48160010190565b9050610a2b565b6000426106dc838261220a565b6060610b237f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b4c7f00000000000000000000000000000000000000000000000000000000000000006122b3565b610b757f00000000000000000000000000000000000000000000000000000000000000006122b3565b604051602001610b8793929190613b70565b604051602081830303815290604052905090565b33600090815260036020526040902054808211610be4576040517f756688fe00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360009081526003602090815260409182902084905581518381529081018490527f57b09af877df9068fd60a69d7b21f5576b8b38955812d6ae4ac52942f1e38fb7910160405180910390a15050565b600060608060008060006060610c48612352565b610c5061237f565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b6060816000816001600160401b03811115610cb357610cb3613529565b604051908082528060200260200182016040528015610ce657816020015b6060815260200190600190039081610cd15790505b509050600034815b8481101561098c576000198501811436898984818110610d1057610d106134f3565b9050602002810190610d229190613509565b9050366000610d346020840184613a5d565b909250905080801580610d555750610d4f6040850185613bcf565b90508114155b15610d735760405163251f56a160e21b815260040160405180910390fd5b60005b81811015610e4657610e3e6040518060a0016040528087600001358152602001868685818110610da857610da86134f3565b9050602002810190610dba9190613a25565b610dc390613a3b565b8152602001610dd56040890189613bcf565b85818110610de557610de56134f3565b905060600201803603810190610dfb9190613c17565b8152602001610e106080890160608a01613204565b6001600160a01b03168152602001610e2e60a0890160808a01613c33565b6001600160401b031690526119b1565b600101610d76565b506000610e6f8535610e588587613aa6565b610e686080890160608a01613204565b8b8a611b05565b8051909150610e7e9089613857565b975080602001518a8881518110610e9757610e976134f3565b602002602001018190525080602001515189019850505050505050610ebc8160010190565b9050610cee565b604080516101408101825260008082526020820181905291810182905260608082018390526080820183905260a0820183905260c0820183905260e082018390526101008201929092526101208101919091526000828152600460208181526040928390208351610140810185528154815260018201549281019290925260028101546001600160401b038082169584019590955268010000000000000000810485166060840152600160801b90049093166080820152600383015460a0820152908201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff16151561010082015260068201805491929161012084019190610fd09061386a565b80601f0160208091040260200160405190810160405280929190818152602001828054610ffc9061386a565b80156110495780601f1061101e57610100808354040283529160200191611049565b820191906000526020600020905b81548152906001019060200180831161102c57829003601f168201915b5050505050815250509050919050565b61107061106b36839003830183613c4e565b6111f3565b604080516001808252818301909252600091816020015b60408051808201909152600080825260208201528152602001906001900390816110875790505090506110c236839003830160208401613b0b565b816000815181106110d5576110d56134f3565b6020908102919091010152610a218235826110f660e0860160c08701613204565b3460016113ce565b6000426106dc3384836118e5565b60004282825b818110156106d65761113c86868381811061112f5761112f6134f3565b905060200201358461220a565b600101611112565b600061114e6123ac565b905090565b604080516001808252818301909252600091829190816020015b6040805160c081018252600080825260208083018290529282018190526060808301829052608083015260a0820152825260001990920191018161116d5790505090506111bd6020840184613a25565b6111c690613a3b565b816000815181106111d9576111d96134f3565b602090810291909101015261083383358233346001611b05565b60808101516001600160401b0316158015906112245750426001600160401b031681608001516001600160401b0316105b1561124257604051631ab7da6b60e01b815260040160405180910390fd5b602080820151604080840151606085015185518451858701516001600160a01b03841660009081526003909852948720805496979496949561131c957fb5d556f07587ec0f08cf386545cc4362c702a001650c2058002615ee5c9d1e7595949392886112ad83613cbe565b909155506080808c01516040805160208101999099526001600160a01b039097169688019690965260608701949094529285019190915260a084015260c08301526001600160401b031660e0820152610100015b604051602081830303815290604052805190602001206124d7565b905061139284606001518284602001518560400151866000015160405160200161137e93929190928352602083019190915260f81b7fff0000000000000000000000000000000000000000000000000000000000000016604082015260410190565b60405160208183030381529060405261251f565b6113c8576040517f8baa579f00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50505050565b6040516351753e3760e11b81526004810186905260009081906001600160a01b037f0000000000000000000000000000000000000000000000000000000000000000169063a2ea7c6e90602401600060405180830381865afa158015611438573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f191682016040526114609190810190613cd7565b805190915061148257604051635f9bd90760e11b815260040160405180910390fd5b85516000816001600160401b0381111561149e5761149e613529565b60405190808252806020026020018201604052801561151f57816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e0830182905261010083019190915261012082015282526000199092019101816114bc5790505b5090506000826001600160401b0381111561153c5761153c613529565b604051908082528060200260200182016040528015611565578160200160208202803683370190505b50905060005b838110156118c75760008a8281518110611587576115876134f3565b60209081029190910181015180516000908152600490925260409091208054919250906115c75760405163c5723b5160e01b815260040160405180910390fd5b8c8160010154146115eb57604051635f9bd90760e11b815260040160405180910390fd5b60058101546001600160a01b038c8116911614611634576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6005810154600160a01b900460ff166116605760405163157bd4c360e01b815260040160405180910390fd5b6002810154600160801b90046001600160401b0316156116ac576040517f905e710700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b426002820180547fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff8116600160801b6001600160401b03948516810291821793849055604080516101408101825287548152600188015460208201529386169286169290921791830191909152680100000000000000008304841660608301529091049091166080820152600382015460a082015260048201546001600160a01b0390811660c0830152600583015490811660e0830152600160a01b900460ff161515610100820152600682018054839161012084019161178c9061386a565b80601f01602080910402602001604051908101604052809291908181526020018280546117b89061386a565b80156118055780601f106117da57610100808354040283529160200191611805565b820191906000526020600020905b8154815290600101906020018083116117e857829003601f168201915b505050505081525050858481518110611820576118206134f3565b60200260200101819052508160200151848481518110611842576118426134f3565b6020026020010181815250508c8b6001600160a01b031686858151811061186b5761186b6134f3565b602002602001015160c001516001600160a01b03167ff930a6e2523c9cc298691873087a740550b8fc85a0680830414c148ed927f61585600001516040516118b591815260200190565b60405180910390a4505060010161156b565b506118d784838360018b8b612581565b9a9950505050505050505050565b6001600160a01b038316600090815260066020908152604080832085845291829052909120546001600160401b03161561194b576040517fec9d6eeb00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600083815260208290526040808220805467ffffffffffffffff19166001600160401b0386169081179091559051909185916001600160a01b038816917f92a1f7a41a7c585a8b09e25b195e225b1d43248daca46b0faf9e0792777a222991a450505050565b60808101516001600160401b0316158015906119e25750426001600160401b031681608001516001600160401b0316105b15611a0057604051631ab7da6b60e01b815260040160405180910390fd5b6020808201516040808401516060808601518651855186880151868801519488015160808901518051908b012060a08a01516001600160a01b03871660009081526003909c52988b2080549a9b989a989961131c997ffeb2925a02bae3dae48d424a0437a2b6ac939aa9230ddc55a1a76f065d988076999493928c611a8483613cbe565b919050558e608001516040516020016113019b9a999897969594939291909a8b526001600160a01b03998a1660208c015260408b01989098529590971660608901526001600160401b03938416608089015291151560a088015260c087015260e0860152610100850193909352610120840152166101408201526101600190565b6040805180820190915260008152606060208201528451604080518082019091526000815260606020820152816001600160401b03811115611b4957611b49613529565b604051908082528060200260200182016040528015611b72578160200160208202803683370190505b5060208201526040516351753e3760e11b8152600481018990526000907f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03169063a2ea7c6e90602401600060405180830381865afa158015611be0573d6000803e3d6000fd5b505050506040513d6000823e601f3d908101601f19168201604052611c089190810190613cd7565b8051909150611c2a57604051635f9bd90760e11b815260040160405180910390fd5b6000836001600160401b03811115611c4457611c44613529565b604051908082528060200260200182016040528015611cc557816020015b60408051610140810182526000808252602080830182905292820181905260608083018290526080830182905260a0830182905260c0830182905260e083018290526101008301919091526101208201528252600019909201910181611c625790505b5090506000846001600160401b03811115611ce257611ce2613529565b604051908082528060200260200182016040528015611d0b578160200160208202803683370190505b50905060005b858110156121005760008b8281518110611d2d57611d2d6134f3565b6020026020010151905060006001600160401b031681602001516001600160401b031614158015611d745750426001600160401b031681602001516001600160401b031611155b15611dab576040517f08e8b93700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8460400151158015611dbe575080604001515b15611ddc5760405163157bd4c360e01b815260040160405180910390fd5b60006040518061014001604052806000801b81526020018f8152602001611e004290565b6001600160401b0316815260200183602001516001600160401b0316815260200160006001600160401b031681526020018360600151815260200183600001516001600160a01b031681526020018d6001600160a01b0316815260200183604001511515815260200183608001518152509050600080600090505b611e8583826128f1565b60008181526004602052604090205490925015611ea457600101611e7b565b8183526000828152600460208181526040928390208651815590860151600182015591850151600283018054606088015160808901516001600160401b03908116600160801b027fffffffffffffffff0000000000000000ffffffffffffffffffffffffffffffff92821668010000000000000000027fffffffffffffffffffffffffffffffff000000000000000000000000000000009094169190951617919091171691909117905560a0850151600383015560c085015190820180546001600160a01b039283167fffffffffffffffffffffffff000000000000000000000000000000000000000090911617905560e08501516005830180546101008801511515600160a01b027fffffffffffffffffffffff00000000000000000000000000000000000000000090911692909316919091179190911790556101208401518491906006820190611ff79082613dfa565b5050506060840151156120355760608401516000908152600460205260409020546120355760405163c5723b5160e01b815260040160405180910390fd5b82878681518110612048576120486134f3565b60200260200101819052508360a0015186868151811061206a5761206a6134f3565b602002602001018181525050818960200151868151811061208d5761208d6134f3565b6020026020010181815250508f8e6001600160a01b031685600001516001600160a01b03167f8bf46bf4cfd674fa735a3d63ec1c9ad4153f033c290341f3a588b75685141b35856040516120e391815260200190565b60405180910390a4505050506120f98160010190565b9050611d11565b5061211083838360008c8c612581565b845250919998505050505050505050565b60606000826001600160401b0381111561213d5761213d613529565b604051908082528060200260200182016040528015612166578160200160208202803683370190505b508451909150600090815b818110156121ff57600087828151811061218d5761218d6134f3565b6020026020010151905060008151905060005b818110156121eb578281815181106121ba576121ba6134f3565b60200260200101518787815181106121d4576121d46134f3565b6020908102919091010152600195860195016121a0565b5050506121f88160010190565b9050612171565b509195945050505050565b6000828152600560205260409020546001600160401b031615612259576040517f2e26794600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600082815260056020526040808220805467ffffffffffffffff19166001600160401b0385169081179091559051909184917f5aafceeb1c7ad58e4a84898bdee37c02c0fc46e7d24e6b60e8209449f183459f9190a35050565b606060006122c083612950565b60010190506000816001600160401b038111156122df576122df613529565b6040519080825280601f01601f191660200182016040528015612309576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461231357509392505050565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006000612a32565b606061114e7f00000000000000000000000000000000000000000000000000000000000000006001612a32565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561240557507f000000000000000000000000000000000000000000000000000000000000000046145b1561242f57507f000000000000000000000000000000000000000000000000000000000000000090565b61114e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60006106dc6124e46123ac565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600061252e8585612add565b509092509050600081600381111561254857612548613eb8565b1480156125665750856001600160a01b0316826001600160a01b0316145b806125775750612577868686612b2a565b9695505050505050565b845160009060018190036125d9576125d188886000815181106125a6576125a66134f3565b6020026020010151886000815181106125c1576125c16134f3565b6020026020010151888888612c1a565b915050612577565b60208801516001600160a01b0381166126545760005b8281101561263957878181518110612609576126096134f3565b602002602001015160001461263157604051631574f9f360e01b815260040160405180910390fd5b6001016125ef565b5083156126495761264985612eba565b600092505050612577565b600080826001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612695573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906126b99190613ece565b905060005b848110156127445760008a82815181106126da576126da6134f3565b60200260200101519050806000036126f2575061273c565b8261271057604051631574f9f360e01b815260040160405180910390fd5b888111156127315760405163044044a560e21b815260040160405180910390fd5b978890039792909201915b6001016126be565b508715612812576040517f88e5b2d90000000000000000000000000000000000000000000000000000000081526001600160a01b038416906388e5b2d9908490612794908e908e90600401613eeb565b60206040518083038185885af11580156127b2573d6000803e3d6000fd5b50505050506040513d601f19601f820116820180604052508101906127d79190613ece565b61280d576040517fbf2f3a8b00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6128d4565b6040517f91db0b7e0000000000000000000000000000000000000000000000000000000081526001600160a01b038416906391db0b7e90849061285b908e908e90600401613eeb565b60206040518083038185885af1158015612879573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061289e9190613ece565b6128d4576040517fe8bee83900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b85156128e3576128e387612eba565b509998505050505050505050565b60208083015160c084015160e0850151604080870151606088015161010089015160a08a01516101208b0151945160009961293299989796918c9101613f63565b60405160208183030381529060405280519060200120905092915050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310612999577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106129c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106129e357662386f26fc10000830492506010015b6305f5e10083106129fb576305f5e100830492506008015b6127108310612a0f57612710830492506004015b60648310612a21576064830492506002015b600a83106106dc5760010192915050565b606060ff8314612a4c57612a4583612ecd565b90506106dc565b818054612a589061386a565b80601f0160208091040260200160405190810160405280929190818152602001828054612a849061386a565b8015612ad15780601f10612aa657610100808354040283529160200191612ad1565b820191906000526020600020905b815481529060010190602001808311612ab457829003601f168201915b505050505090506106dc565b60008060008351604103612b175760208401516040850151606086015160001a612b0988828585612f0c565b955095509550505050612b23565b50508151600091506002905b9250925092565b6000806000856001600160a01b03168585604051602401612b4c92919061405a565b60408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff16630b135d3f60e11b17905251612b969190614073565b600060405180830381855afa9150503d8060008114612bd1576040519150601f19603f3d011682016040523d82523d6000602084013e612bd6565b606091505b5091509150818015612bea57506020815110155b801561257757508051630b135d3f60e11b90612c0f9083016020908101908401614085565b149695505050505050565b60208601516000906001600160a01b038116612c68578515612c4f57604051631574f9f360e01b815260040160405180910390fd5b8215612c5e57612c5e84612eba565b6000915050612577565b8515612d1457806001600160a01b031663ce46e0466040518163ffffffff1660e01b8152600401602060405180830381865afa158015612cac573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612cd09190613ece565b612ced57604051631574f9f360e01b815260040160405180910390fd5b83861115612d0e5760405163044044a560e21b815260040160405180910390fd5b85840393505b8415612ddf576040517fe49617e10000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e49617e1908890612d61908b90600401613466565b60206040518083038185885af1158015612d7f573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612da49190613ece565b612dda576040517fccf3bb2700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b612e9f565b6040517fe60c35050000000000000000000000000000000000000000000000000000000081526001600160a01b0382169063e60c3505908890612e26908b90600401613466565b60206040518083038185885af1158015612e44573d6000803e3d6000fd5b50505050506040513d601f19601f82011682018060405250810190612e699190613ece565b612e9f576040517fbd8ba84d00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b8215612eae57612eae84612eba565b50939695505050505050565b8015612eca57612eca3382612fdb565b50565b60606000612eda836130a8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a0841115612f475750600091506003905082612fd1565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa158015612f9b573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116612fc757506000925060019150829050612fd1565b9250600091508190505b9450945094915050565b8047101561301b576040517fcd78605900000000000000000000000000000000000000000000000000000000815230600482015260240160405180910390fd5b6000826001600160a01b03168260405160006040518083038185875af1925050503d8060008114613068576040519150601f19603f3d011682016040523d82523d6000602084013e61306d565b606091505b5050905080610a21576040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b600060ff8216601f8111156106dc576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f8401126130fb57600080fd5b5081356001600160401b0381111561311257600080fd5b6020830191508360208260051b850101111561312d57600080fd5b9250929050565b6000806020838503121561314757600080fd5b82356001600160401b0381111561315d57600080fd5b613169858286016130e9565b90969095509350505050565b60005b83811015613190578181015183820152602001613178565b50506000910152565b600081518084526131b1816020860160208601613175565b601f01601f19169290920160200192915050565b6020815260006131d86020830184613199565b9392505050565b6001600160a01b0381168114612eca57600080fd5b80356131ff816131df565b919050565b60006020828403121561321657600080fd5b81356131d8816131df565b60006020828403121561323357600080fd5b81356001600160401b0381111561324957600080fd5b820160e081850312156131d857600080fd5b602080825282518282018190526000918401906040840190835b81811015613293578351835260209384019390920191600101613275565b509095945050505050565b600060608284031280156132b157600080fd5b509092915050565b6000602082840312156132cb57600080fd5b5035919050565b600081518084526020840193506020830160005b828110156133045781518652602095860195909101906001016132e6565b5093949350505050565b7fff000000000000000000000000000000000000000000000000000000000000008816815260e06020820152600061334960e0830189613199565b828103604084015261335b8189613199565b90508660608401526001600160a01b03861660808401528460a084015282810360c08401526118d781856132d2565b8051825260208101516020830152600060408201516133b460408501826001600160401b03169052565b5060608201516133cf60608501826001600160401b03169052565b5060808201516133ea60808501826001600160401b03169052565b5060a082015160a084015260c082015161340f60c08501826001600160a01b03169052565b5060e082015161342a60e08501826001600160a01b03169052565b5061010082015161344061010085018215159052565b5061012082015161014061012085015261345e610140850182613199565b949350505050565b6020815260006131d8602083018461338a565b60006101008284031280156132b157600080fd5b600080604083850312156134a057600080fd5b82356134ab816131df565b946020939093013593505050565b6000602082840312156134cb57600080fd5b81356001600160401b038111156134e157600080fd5b8201604081850312156131d857600080fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e1983360301811261351f57600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60405160a081016001600160401b038111828210171561356157613561613529565b60405290565b60405160c081016001600160401b038111828210171561356157613561613529565b604051608081016001600160401b038111828210171561356157613561613529565b604051601f8201601f191681016001600160401b03811182821017156135d3576135d3613529565b604052919050565b60006001600160401b038211156135f4576135f4613529565b5060051b60200190565b60006040828403121561361057600080fd5b604080519081016001600160401b038111828210171561363257613632613529565b604052823581526020928301359281019290925250919050565b60006060828403121561365e57600080fd5b604051606081016001600160401b038111828210171561368057613680613529565b604052905080823560ff8116811461369757600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f8301126136c557600080fd5b81356136d86136d3826135db565b6135ab565b808282526020820191506020606084028601019250858311156136fa57600080fd5b602085015b8381101561372157613711878261364c565b83526020909201916060016136ff565b5095945050505050565b80356001600160401b03811681146131ff57600080fd5b600060a0823603121561375457600080fd5b61375c61353f565b8235815260208301356001600160401b0381111561377957600080fd5b830136601f82011261378a57600080fd5b80356137986136d3826135db565b8082825260208201915060208360061b8501019250368311156137ba57600080fd5b6020840193505b828410156137e6576137d336856135fe565b82526020820191506040840193506137c1565b602085015250505060408301356001600160401b0381111561380757600080fd5b613813368286016136b4565b604083015250613825606084016131f4565b60608201526138366080840161372b565b608082015292915050565b634e487b7160e01b600052601160045260246000fd5b818103818111156106dc576106dc613841565b600181811c9082168061387e57607f821691505b60208210810361389e57634e487b7160e01b600052602260045260246000fd5b50919050565b8015158114612eca57600080fd5b60006001600160401b038211156138cb576138cb613529565b50601f01601f191660200190565b600060c082840312156138eb57600080fd5b6138f3613567565b90508135613900816131df565b815261390e6020830161372b565b60208201526040820135613921816138a4565b60408201526060828101359082015260808201356001600160401b0381111561394957600080fd5b8201601f8101841361395a57600080fd5b80356139686136d3826138b2565b81815285602083850101111561397d57600080fd5b8160208401602083013760009181016020019190915260808301525060a09182013591810191909152919050565b600060e082360312156139bd57600080fd5b6139c561353f565b8235815260208301356001600160401b038111156139e257600080fd5b6139ee368286016138d9565b602083015250613a01366040850161364c565b604082015260a0830135613a14816131df565b606082015261383660c0840161372b565b6000823560be1983360301811261351f57600080fd5b60006106dc36836138d9565b60008235603e1983360301811261351f57600080fd5b6000808335601e19843603018112613a7457600080fd5b8301803591506001600160401b03821115613a8e57600080fd5b6020019150600581901b360382131561312d57600080fd5b6000613ab46136d3846135db565b8381526020810190600585901b840136811115613ad057600080fd5b845b818110156132935780356001600160401b03811115613af057600080fd5b613afc368289016138d9565b85525060209384019301613ad2565b600060408284031215613b1d57600080fd5b6131d883836135fe565b6000808335601e19843603018112613b3e57600080fd5b8301803591506001600160401b03821115613b5857600080fd5b6020019150600681901b360382131561312d57600080fd5b60008451613b82818460208901613175565b601760f91b9083019081528451613ba0816001840160208901613175565b601760f91b600192909101918201528351613bc2816002840160208801613175565b0160020195945050505050565b6000808335601e19843603018112613be657600080fd5b8301803591506001600160401b03821115613c0057600080fd5b602001915060608102360382131561312d57600080fd5b600060608284031215613c2957600080fd5b6131d8838361364c565b600060208284031215613c4557600080fd5b6131d88261372b565b6000610100828403128015613c6257600080fd5b50613c6b61353f565b82358152613c7c84602085016135fe565b6020820152613c8e846060850161364c565b604082015260c0830135613ca1816131df565b6060820152613cb260e0840161372b565b60808201529392505050565b600060018201613cd057613cd0613841565b5060010190565b600060208284031215613ce957600080fd5b81516001600160401b03811115613cff57600080fd5b820160808185031215613d1157600080fd5b613d19613589565b815181526020820151613d2b816131df565b60208201526040820151613d3e816138a4565b604082015260608201516001600160401b03811115613d5c57600080fd5b80830192505084601f830112613d7157600080fd5b8151613d7f6136d3826138b2565b818152866020838601011115613d9457600080fd5b613da5826020830160208701613175565b606083015250949350505050565b601f821115610a2157806000526020600020601f840160051c81016020851015613dda5750805b601f840160051c820191505b818110156106965760008155600101613de6565b81516001600160401b03811115613e1357613e13613529565b613e2781613e21845461386a565b84613db3565b6020601f821160018114613e5b5760008315613e435750848201515b600019600385901b1c1916600184901b178455610696565b600084815260208120601f198516915b82811015613e8b5787850151825560209485019460019092019101613e6b565b5084821015613ea95786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b634e487b7160e01b600052602160045260246000fd5b600060208284031215613ee057600080fd5b81516131d8816138a4565b6000604082016040835280855180835260608501915060608160051b86010192506020870160005b82811015613f4457605f19878603018452613f2f85835161338a565b94506020938401939190910190600101613f13565b505050508281036020840152613f5a81856132d2565b95945050505050565b8981526bffffffffffffffffffffffff198960601b1660208201526bffffffffffffffffffffffff198860601b1660348201527fffffffffffffffff0000000000000000000000000000000000000000000000008760c01b1660488201527fffffffffffffffff0000000000000000000000000000000000000000000000008660c01b16605082015284151560f81b605882015283605982015260006079820160008551614015818460208a01613175565b82019050614047818660e01b7fffffffff00000000000000000000000000000000000000000000000000000000169052565b6004019c9b505050505050505050505050565b82815260406020820152600061345e6040830184613199565b6000825161351f818460208701613175565b60006020828403121561409757600080fd5b505191905056fea264697066735822122014419e524a8eee4ab69cf0d5dc060b2273b501a593791cca13a69504a878bbac64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x196 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x84B0196E GT PUSH2 0xE1 JUMPI DUP1 PUSH4 0xCF190F34 GT PUSH2 0x8A JUMPI DUP1 PUSH4 0xE71FF365 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xE71FF365 EQ PUSH2 0x4BF JUMPI DUP1 PUSH4 0xED24911D EQ PUSH2 0x4DF JUMPI DUP1 PUSH4 0xF10B5CC8 EQ PUSH2 0x4F4 JUMPI DUP1 PUSH4 0xF17325E7 EQ PUSH2 0x538 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xCF190F34 EQ PUSH2 0x42A JUMPI DUP1 PUSH4 0xD45C4435 EQ PUSH2 0x44A JUMPI DUP1 PUSH4 0xE30BB563 EQ PUSH2 0x480 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA6D4DBC7 GT PUSH2 0xBB JUMPI DUP1 PUSH4 0xA6D4DBC7 EQ PUSH2 0x398 JUMPI DUP1 PUSH4 0xB469318D EQ PUSH2 0x3AB JUMPI DUP1 PUSH4 0xB83010D3 EQ PUSH2 0x3F7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x84B0196E EQ PUSH2 0x330 JUMPI DUP1 PUSH4 0x95411525 EQ PUSH2 0x358 JUMPI DUP1 PUSH4 0xA3112A64 EQ PUSH2 0x36B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x44ADC90E GT PUSH2 0x143 JUMPI DUP1 PUSH4 0x4D003070 GT PUSH2 0x11D JUMPI DUP1 PUSH4 0x4D003070 EQ PUSH2 0x2DB JUMPI DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x2FB JUMPI DUP1 PUSH4 0x79F7573A EQ PUSH2 0x310 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x44ADC90E EQ PUSH2 0x295 JUMPI DUP1 PUSH4 0x46926267 EQ PUSH2 0x2B5 JUMPI DUP1 PUSH4 0x4CB7E9E5 EQ PUSH2 0x2C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x17D7DE7C GT PUSH2 0x174 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x22A JUMPI DUP1 PUSH4 0x2D0335AB EQ PUSH2 0x24C JUMPI DUP1 PUSH4 0x3C042715 EQ PUSH2 0x282 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xEABF660 EQ PUSH2 0x19B JUMPI DUP1 PUSH4 0x12B11A17 EQ PUSH2 0x1B0 JUMPI DUP1 PUSH4 0x13893F61 EQ PUSH2 0x1F2 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1AE PUSH2 0x1A9 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x54B JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xFEB2925A02BAE3DAE48D424A0437A2B6AC939AA9230DDC55A1A76F065D988076 JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1FE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x20D CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x69D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x236 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x23F PUSH2 0x6E2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x31C5 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x258 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x267 CALLDATASIZE PUSH1 0x4 PUSH2 0x3204 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 JUMP JUMPDEST PUSH2 0x1DF PUSH2 0x290 CALLDATASIZE PUSH1 0x4 PUSH2 0x3221 JUMP JUMPDEST PUSH2 0x774 JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x2A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x859 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x325B JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2C3 CALLDATASIZE PUSH1 0x4 PUSH2 0x329E JUMP JUMPDEST PUSH2 0x9A2 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x2D6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0xA26 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2E7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x2F6 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xAEB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x307 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x23F PUSH2 0xAF8 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x31C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1AE PUSH2 0x32B CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xB9B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x345 PUSH2 0xC34 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x330E JUMP JUMPDEST PUSH2 0x2A8 PUSH2 0x366 CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0xC96 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x377 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x38B PUSH2 0x386 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0xEC3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x1E9 SWAP2 SWAP1 PUSH2 0x3466 JUMP JUMPDEST PUSH2 0x1AE PUSH2 0x3A6 CALLDATASIZE PUSH1 0x4 PUSH2 0x3479 JUMP JUMPDEST PUSH2 0x1059 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x3C6 CALLDATASIZE PUSH1 0x4 PUSH2 0x348D JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP2 SWAP1 SWAP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x6 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP4 DUP4 MSTORE SWAP3 SWAP1 MSTORE KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x403 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xB5D556F07587EC0F08CF386545CC4362C702A001650C2058002615EE5C9D1E75 PUSH2 0x1DF JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x436 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x445 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH2 0x10FE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x456 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x465 CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x48C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x4AF PUSH2 0x49B CALLDATASIZE PUSH1 0x4 PUSH2 0x32B9 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD ISZERO ISZERO SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x212 PUSH2 0x4DA CALLDATASIZE PUSH1 0x4 PUSH2 0x3134 JUMP JUMPDEST PUSH2 0x110C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1DF PUSH2 0x1144 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x500 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E9 JUMP JUMPDEST PUSH2 0x1DF PUSH2 0x546 CALLDATASIZE PUSH1 0x4 PUSH2 0x34B9 JUMP JUMPDEST PUSH2 0x1153 JUMP JUMPDEST CALLVALUE DUP2 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 NOT DUP3 ADD DUP2 EQ PUSH1 0x0 DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0x573 JUMPI PUSH2 0x573 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x585 SWAP2 SWAP1 PUSH2 0x3509 JUMP JUMPDEST PUSH2 0x58E SWAP1 PUSH2 0x3742 JUMP JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD DUP1 MLOAD SWAP2 SWAP3 POP SWAP1 DUP1 ISZERO DUP1 PUSH2 0x5AB JUMPI POP DUP3 PUSH1 0x40 ADD MLOAD MLOAD DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x5C9 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x65F JUMPI PUSH2 0x657 PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP7 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x5FE JUMPI PUSH2 0x5FE PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x40 ADD MLOAD DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x621 JUMPI PUSH2 0x621 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP7 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE POP PUSH2 0x11F3 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x5CC JUMP JUMPDEST POP PUSH2 0x675 DUP4 PUSH1 0x0 ADD MLOAD DUP4 DUP6 PUSH1 0x60 ADD MLOAD DUP11 DUP9 PUSH2 0x13CE JUMP JUMPDEST PUSH2 0x67F SWAP1 DUP9 PUSH2 0x3857 JUMP JUMPDEST SWAP7 POP POP POP POP POP PUSH2 0x68F DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x550 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 DUP3 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x6D6 JUMPI PUSH2 0x6CE CALLER DUP8 DUP8 DUP5 DUP2 DUP2 LT PUSH2 0x6C1 JUMPI PUSH2 0x6C1 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD DUP6 PUSH2 0x18E5 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x6A3 JUMP JUMPDEST POP SWAP1 SWAP2 POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x6F1 SWAP1 PUSH2 0x386A 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 0x71D SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x76A JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x73F JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x76A 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 0x74D JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x787 PUSH2 0x782 DUP4 PUSH2 0x39AB JUMP JUMPDEST PUSH2 0x19B1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xC0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x79E JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x7EE PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0x7F7 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x80A JUMPI PUSH2 0x80A PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0x833 DUP4 CALLDATALOAD DUP3 PUSH2 0x82B PUSH1 0xC0 DUP8 ADD PUSH1 0xA0 DUP9 ADD PUSH2 0x3204 JUMP JUMPDEST CALLVALUE PUSH1 0x1 PUSH2 0x1B05 JUMP JUMPDEST PUSH1 0x20 ADD MLOAD PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x849 JUMPI PUSH2 0x849 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP2 POP POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x876 JUMPI PUSH2 0x876 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x8A9 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x894 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 CALLVALUE DUP2 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 NOT DUP6 ADD DUP2 EQ CALLDATASIZE DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x8D3 JUMPI PUSH2 0x8D3 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8E5 SWAP2 SWAP1 PUSH2 0x3A47 JUMP JUMPDEST SWAP1 POP PUSH2 0x8F4 PUSH1 0x20 DUP3 ADD DUP3 PUSH2 0x3A5D JUMP JUMPDEST SWAP1 POP PUSH1 0x0 SUB PUSH2 0x916 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x93B DUP3 CALLDATALOAD PUSH2 0x92A PUSH1 0x20 DUP6 ADD DUP6 PUSH2 0x3A5D JUMP JUMPDEST PUSH2 0x933 SWAP2 PUSH2 0x3AA6 JUMP JUMPDEST CALLER DUP9 DUP8 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x94A SWAP1 DUP7 PUSH2 0x3857 JUMP JUMPDEST SWAP5 POP DUP1 PUSH1 0x20 ADD MLOAD DUP8 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x963 JUMPI PUSH2 0x963 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 PUSH1 0x20 ADD MLOAD MLOAD DUP7 ADD SWAP6 POP POP POP POP PUSH2 0x985 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x8B1 JUMP JUMPDEST POP PUSH2 0x997 DUP4 DUP4 PUSH2 0x2121 JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x9B9 JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x9F4 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD PUSH1 0x20 DUP5 ADD PUSH2 0x3B0B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0xA07 JUMPI PUSH2 0xA07 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0xA21 DUP3 CALLDATALOAD DUP3 CALLER CALLVALUE PUSH1 0x1 PUSH2 0x13CE JUMP JUMPDEST POP POP POP JUMP JUMPDEST CALLVALUE DUP2 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 NOT DUP3 ADD DUP2 EQ CALLDATASIZE DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xA4D JUMPI PUSH2 0xA4D PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA5F SWAP2 SWAP1 PUSH2 0x3A47 JUMP JUMPDEST SWAP1 POP PUSH2 0xACC DUP2 CALLDATALOAD PUSH2 0xA73 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3B27 JUMP JUMPDEST DUP1 DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 SWAP1 JUMPDEST DUP3 DUP3 LT ISZERO PUSH2 0xABF JUMPI PUSH2 0xAB0 PUSH1 0x40 DUP4 MUL DUP7 ADD CALLDATASIZE DUP2 SWAP1 SUB DUP2 ADD SWAP1 PUSH2 0x3B0B JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 ADD SWAP1 PUSH2 0xA93 JUMP JUMPDEST POP POP POP POP POP CALLER DUP9 DUP7 PUSH2 0x13CE JUMP JUMPDEST PUSH2 0xAD6 SWAP1 DUP7 PUSH2 0x3857 JUMP JUMPDEST SWAP5 POP POP POP PUSH2 0xAE4 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xA2B JUMP JUMPDEST PUSH1 0x0 TIMESTAMP PUSH2 0x6DC DUP4 DUP3 PUSH2 0x220A JUMP JUMPDEST PUSH1 0x60 PUSH2 0xB23 PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH2 0xB4C PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH2 0xB75 PUSH32 0x0 PUSH2 0x22B3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xB87 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3B70 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD DUP1 DUP3 GT PUSH2 0xBE4 JUMPI PUSH1 0x40 MLOAD PUSH32 0x756688FE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP5 SWAP1 SSTORE DUP2 MLOAD DUP4 DUP2 MSTORE SWAP1 DUP2 ADD DUP5 SWAP1 MSTORE PUSH32 0x57B09AF877DF9068FD60A69D7B21F5576B8B38955812D6AE4AC52942F1E38FB7 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 PUSH2 0xC48 PUSH2 0x2352 JUMP JUMPDEST PUSH2 0xC50 PUSH2 0x237F JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH32 0xF00000000000000000000000000000000000000000000000000000000000000 SWAP12 SWAP4 SWAP11 POP SWAP2 SWAP9 POP CHAINID SWAP8 POP ADDRESS SWAP7 POP SWAP5 POP SWAP3 POP SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0xCB3 JUMPI PUSH2 0xCB3 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xCE6 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xCD1 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 CALLVALUE DUP2 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x98C JUMPI PUSH1 0x0 NOT DUP6 ADD DUP2 EQ CALLDATASIZE DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0xD10 JUMPI PUSH2 0xD10 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xD22 SWAP2 SWAP1 PUSH2 0x3509 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xD34 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A5D JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0xD55 JUMPI POP PUSH2 0xD4F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x3BCF JUMP JUMPDEST SWAP1 POP DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0xD73 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xE46 JUMPI PUSH2 0xE3E PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP7 DUP6 DUP2 DUP2 LT PUSH2 0xDA8 JUMPI PUSH2 0xDA8 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xDBA SWAP2 SWAP1 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0xDC3 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xDD5 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x3BCF JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0xDE5 JUMPI PUSH2 0xDE5 PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xDFB SWAP2 SWAP1 PUSH2 0x3C17 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE10 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x3204 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xE2E PUSH1 0xA0 DUP10 ADD PUSH1 0x80 DUP11 ADD PUSH2 0x3C33 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE PUSH2 0x19B1 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0xD76 JUMP JUMPDEST POP PUSH1 0x0 PUSH2 0xE6F DUP6 CALLDATALOAD PUSH2 0xE58 DUP6 DUP8 PUSH2 0x3AA6 JUMP JUMPDEST PUSH2 0xE68 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x3204 JUMP JUMPDEST DUP12 DUP11 PUSH2 0x1B05 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0xE7E SWAP1 DUP10 PUSH2 0x3857 JUMP JUMPDEST SWAP8 POP DUP1 PUSH1 0x20 ADD MLOAD DUP11 DUP9 DUP2 MLOAD DUP2 LT PUSH2 0xE97 JUMPI PUSH2 0xE97 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP1 PUSH1 0x20 ADD MLOAD MLOAD DUP10 ADD SWAP9 POP POP POP POP POP POP POP PUSH2 0xEBC DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xCEE JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0x80 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xA0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xC0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH1 0xE0 DUP3 ADD DUP4 SWAP1 MSTORE PUSH2 0x100 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH2 0x120 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP4 MLOAD PUSH2 0x140 DUP2 ADD DUP6 MSTORE DUP2 SLOAD DUP2 MSTORE PUSH1 0x1 DUP3 ADD SLOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP1 DUP3 AND SWAP6 DUP5 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH9 0x10000000000000000 DUP2 DIV DUP6 AND PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV SWAP1 SWAP4 AND PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0x3 DUP4 ADD SLOAD PUSH1 0xA0 DUP3 ADD MSTORE SWAP1 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x5 DUP4 ADD SLOAD SWAP1 DUP2 AND PUSH1 0xE0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO PUSH2 0x100 DUP3 ADD MSTORE PUSH1 0x6 DUP3 ADD DUP1 SLOAD SWAP2 SWAP3 SWAP2 PUSH2 0x120 DUP5 ADD SWAP2 SWAP1 PUSH2 0xFD0 SWAP1 PUSH2 0x386A 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 0xFFC SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1049 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x101E JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x1049 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 0x102C JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH2 0x1070 PUSH2 0x106B CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD DUP4 PUSH2 0x3C4E JUMP JUMPDEST PUSH2 0x11F3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x1087 JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x10C2 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD PUSH1 0x20 DUP5 ADD PUSH2 0x3B0B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x10D5 JUMPI PUSH2 0x10D5 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0xA21 DUP3 CALLDATALOAD DUP3 PUSH2 0x10F6 PUSH1 0xE0 DUP7 ADD PUSH1 0xC0 DUP8 ADD PUSH2 0x3204 JUMP JUMPDEST CALLVALUE PUSH1 0x1 PUSH2 0x13CE JUMP JUMPDEST PUSH1 0x0 TIMESTAMP PUSH2 0x6DC CALLER DUP5 DUP4 PUSH2 0x18E5 JUMP JUMPDEST PUSH1 0x0 TIMESTAMP DUP3 DUP3 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x6D6 JUMPI PUSH2 0x113C DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x112F JUMPI PUSH2 0x112F PUSH2 0x34F3 JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD DUP5 PUSH2 0x220A JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x1112 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x114E PUSH2 0x23AC JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 SWAP1 DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0xC0 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD MSTORE PUSH1 0xA0 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x116D JUMPI SWAP1 POP POP SWAP1 POP PUSH2 0x11BD PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x3A25 JUMP JUMPDEST PUSH2 0x11C6 SWAP1 PUSH2 0x3A3B JUMP JUMPDEST DUP2 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x11D9 JUMPI PUSH2 0x11D9 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH2 0x833 DUP4 CALLDATALOAD DUP3 CALLER CALLVALUE PUSH1 0x1 PUSH2 0x1B05 JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0x1224 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND LT JUMPDEST ISZERO PUSH2 0x1242 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MLOAD PUSH1 0x60 DUP6 ADD MLOAD DUP6 MLOAD DUP5 MLOAD DUP6 DUP8 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP9 MSTORE SWAP5 DUP8 KECCAK256 DUP1 SLOAD SWAP7 SWAP8 SWAP5 SWAP7 SWAP5 SWAP6 PUSH2 0x131C SWAP6 PUSH32 0xB5D556F07587EC0F08CF386545CC4362C702A001650C2058002615EE5C9D1E75 SWAP6 SWAP5 SWAP4 SWAP3 DUP9 PUSH2 0x12AD DUP4 PUSH2 0x3CBE JUMP JUMPDEST SWAP1 SWAP2 SSTORE POP PUSH1 0x80 DUP1 DUP13 ADD MLOAD PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP2 ADD SWAP10 SWAP1 SWAP10 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP8 AND SWAP7 DUP9 ADD SWAP7 SWAP1 SWAP7 MSTORE PUSH1 0x60 DUP8 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP3 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0xA0 DUP5 ADD MSTORE PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND PUSH1 0xE0 DUP3 ADD MSTORE PUSH2 0x100 ADD JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x24D7 JUMP JUMPDEST SWAP1 POP PUSH2 0x1392 DUP5 PUSH1 0x60 ADD MLOAD DUP3 DUP5 PUSH1 0x20 ADD MLOAD DUP6 PUSH1 0x40 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x137E SWAP4 SWAP3 SWAP2 SWAP1 SWAP3 DUP4 MSTORE PUSH1 0x20 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0xF8 SHL PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x41 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x251F JUMP JUMPDEST PUSH2 0x13C8 JUMPI PUSH1 0x40 MLOAD PUSH32 0x8BAA579F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0x51753E37 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x0 SWAP1 DUP2 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0xA2EA7C6E SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x1438 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0x1460 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x3CD7 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1482 JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 MLOAD PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x149E JUMPI PUSH2 0x149E PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x151F JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH2 0x100 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH2 0x120 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x14BC JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x153C JUMPI PUSH2 0x153C PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1565 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x18C7 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1587 JUMPI PUSH2 0x1587 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD DUP2 ADD MLOAD DUP1 MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 DUP1 SLOAD SWAP2 SWAP3 POP SWAP1 PUSH2 0x15C7 JUMPI PUSH1 0x40 MLOAD PUSH4 0xC5723B51 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP13 DUP2 PUSH1 0x1 ADD SLOAD EQ PUSH2 0x15EB JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x5 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP13 DUP2 AND SWAP2 AND EQ PUSH2 0x1634 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x5 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x1660 JUMPI PUSH1 0x40 MLOAD PUSH4 0x157BD4C3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x16AC JUMPI PUSH1 0x40 MLOAD PUSH32 0x905E710700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST TIMESTAMP PUSH1 0x2 DUP3 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x1 PUSH1 0x80 SHL PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP5 DUP6 AND DUP2 MUL SWAP2 DUP3 OR SWAP4 DUP5 SWAP1 SSTORE PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE DUP8 SLOAD DUP2 MSTORE PUSH1 0x1 DUP9 ADD SLOAD PUSH1 0x20 DUP3 ADD MSTORE SWAP4 DUP7 AND SWAP3 DUP7 AND SWAP3 SWAP1 SWAP3 OR SWAP2 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH9 0x10000000000000000 DUP4 DIV DUP5 AND PUSH1 0x60 DUP4 ADD MSTORE SWAP1 SWAP2 DIV SWAP1 SWAP2 AND PUSH1 0x80 DUP3 ADD MSTORE PUSH1 0x3 DUP3 ADD SLOAD PUSH1 0xA0 DUP3 ADD MSTORE PUSH1 0x4 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND PUSH1 0xC0 DUP4 ADD MSTORE PUSH1 0x5 DUP4 ADD SLOAD SWAP1 DUP2 AND PUSH1 0xE0 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND ISZERO ISZERO PUSH2 0x100 DUP3 ADD MSTORE PUSH1 0x6 DUP3 ADD DUP1 SLOAD DUP4 SWAP2 PUSH2 0x120 DUP5 ADD SWAP2 PUSH2 0x178C SWAP1 PUSH2 0x386A 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 0x17B8 SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x1805 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x17DA JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x1805 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 0x17E8 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP DUP6 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x1820 JUMPI PUSH2 0x1820 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 PUSH1 0x20 ADD MLOAD DUP5 DUP5 DUP2 MLOAD DUP2 LT PUSH2 0x1842 JUMPI PUSH2 0x1842 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP13 DUP12 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP7 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x186B JUMPI PUSH2 0x186B PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0xC0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0xF930A6E2523C9CC298691873087A740550B8FC85A0680830414C148ED927F615 DUP6 PUSH1 0x0 ADD MLOAD PUSH1 0x40 MLOAD PUSH2 0x18B5 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP PUSH1 0x1 ADD PUSH2 0x156B JUMP JUMPDEST POP PUSH2 0x18D7 DUP5 DUP4 DUP4 PUSH1 0x1 DUP12 DUP12 PUSH2 0x2581 JUMP JUMPDEST SWAP11 SWAP10 POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x6 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 DUP6 DUP5 MSTORE SWAP2 DUP3 SWAP1 MSTORE SWAP1 SWAP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x194B JUMPI PUSH1 0x40 MLOAD PUSH32 0xEC9D6EEB00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x20 DUP3 SWAP1 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP7 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP1 SWAP2 DUP6 SWAP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND SWAP2 PUSH32 0x92A1F7A41A7C585A8B09E25B195E225B1D43248DACA46B0FAF9E0792777A2229 SWAP2 LOG4 POP POP POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0x19E2 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x80 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND LT JUMPDEST ISZERO PUSH2 0x1A00 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MLOAD PUSH1 0x60 DUP1 DUP7 ADD MLOAD DUP7 MLOAD DUP6 MLOAD DUP7 DUP9 ADD MLOAD DUP7 DUP9 ADD MLOAD SWAP5 DUP9 ADD MLOAD PUSH1 0x80 DUP10 ADD MLOAD DUP1 MLOAD SWAP1 DUP12 ADD KECCAK256 PUSH1 0xA0 DUP11 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP13 MSTORE SWAP9 DUP12 KECCAK256 DUP1 SLOAD SWAP11 SWAP12 SWAP9 SWAP11 SWAP9 SWAP10 PUSH2 0x131C SWAP10 PUSH32 0xFEB2925A02BAE3DAE48D424A0437A2B6AC939AA9230DDC55A1A76F065D988076 SWAP10 SWAP5 SWAP4 SWAP3 DUP13 PUSH2 0x1A84 DUP4 PUSH2 0x3CBE JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE DUP15 PUSH1 0x80 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1301 SWAP12 SWAP11 SWAP10 SWAP9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 SWAP11 DUP12 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP10 DUP11 AND PUSH1 0x20 DUP13 ADD MSTORE PUSH1 0x40 DUP12 ADD SWAP9 SWAP1 SWAP9 MSTORE SWAP6 SWAP1 SWAP8 AND PUSH1 0x60 DUP10 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP4 DUP5 AND PUSH1 0x80 DUP10 ADD MSTORE SWAP2 ISZERO ISZERO PUSH1 0xA0 DUP9 ADD MSTORE PUSH1 0xC0 DUP8 ADD MSTORE PUSH1 0xE0 DUP7 ADD MSTORE PUSH2 0x100 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH2 0x120 DUP5 ADD MSTORE AND PUSH2 0x140 DUP3 ADD MSTORE PUSH2 0x160 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP5 MLOAD PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1B49 JUMPI PUSH2 0x1B49 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1B72 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 MLOAD PUSH4 0x51753E37 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP10 SWAP1 MSTORE PUSH1 0x0 SWAP1 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 PUSH4 0xA2EA7C6E SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x1BE0 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0x1C08 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x3CD7 JUMP JUMPDEST DUP1 MLOAD SWAP1 SWAP2 POP PUSH2 0x1C2A JUMPI PUSH1 0x40 MLOAD PUSH4 0x5F9BD907 PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1C44 JUMPI PUSH2 0x1C44 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1CC5 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH2 0x140 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE SWAP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x60 DUP1 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0x80 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xA0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xC0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH1 0xE0 DUP4 ADD DUP3 SWAP1 MSTORE PUSH2 0x100 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH2 0x120 DUP3 ADD MSTORE DUP3 MSTORE PUSH1 0x0 NOT SWAP1 SWAP3 ADD SWAP2 ADD DUP2 PUSH2 0x1C62 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x1CE2 JUMPI PUSH2 0x1CE2 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x1D0B JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP6 DUP2 LT ISZERO PUSH2 0x2100 JUMPI PUSH1 0x0 DUP12 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x1D2D JUMPI PUSH2 0x1D2D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND EQ ISZERO DUP1 ISZERO PUSH2 0x1D74 JUMPI POP TIMESTAMP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND GT ISZERO JUMPDEST ISZERO PUSH2 0x1DAB JUMPI PUSH1 0x40 MLOAD PUSH32 0x8E8B93700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 PUSH1 0x40 ADD MLOAD ISZERO DUP1 ISZERO PUSH2 0x1DBE JUMPI POP DUP1 PUSH1 0x40 ADD MLOAD JUMPDEST ISZERO PUSH2 0x1DDC JUMPI PUSH1 0x40 MLOAD PUSH4 0x157BD4C3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 PUSH2 0x140 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 SHL DUP2 MSTORE PUSH1 0x20 ADD DUP16 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1E00 TIMESTAMP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x20 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x60 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP14 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x40 ADD MLOAD ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP4 PUSH1 0x80 ADD MLOAD DUP2 MSTORE POP SWAP1 POP PUSH1 0x0 DUP1 PUSH1 0x0 SWAP1 POP JUMPDEST PUSH2 0x1E85 DUP4 DUP3 PUSH2 0x28F1 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP3 POP ISZERO PUSH2 0x1EA4 JUMPI PUSH1 0x1 ADD PUSH2 0x1E7B JUMP JUMPDEST DUP2 DUP4 MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP3 DUP4 SWAP1 KECCAK256 DUP7 MLOAD DUP2 SSTORE SWAP1 DUP7 ADD MLOAD PUSH1 0x1 DUP3 ADD SSTORE SWAP2 DUP6 ADD MLOAD PUSH1 0x2 DUP4 ADD DUP1 SLOAD PUSH1 0x60 DUP9 ADD MLOAD PUSH1 0x80 DUP10 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB SWAP1 DUP2 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP3 DUP3 AND PUSH9 0x10000000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000 SWAP1 SWAP5 AND SWAP2 SWAP1 SWAP6 AND OR SWAP2 SWAP1 SWAP2 OR AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH1 0xA0 DUP6 ADD MLOAD PUSH1 0x3 DUP4 ADD SSTORE PUSH1 0xC0 DUP6 ADD MLOAD SWAP1 DUP3 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 DUP4 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 SWAP1 SWAP2 AND OR SWAP1 SSTORE PUSH1 0xE0 DUP6 ADD MLOAD PUSH1 0x5 DUP4 ADD DUP1 SLOAD PUSH2 0x100 DUP9 ADD MLOAD ISZERO ISZERO PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000 SWAP1 SWAP2 AND SWAP3 SWAP1 SWAP4 AND SWAP2 SWAP1 SWAP2 OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x120 DUP5 ADD MLOAD DUP5 SWAP2 SWAP1 PUSH1 0x6 DUP3 ADD SWAP1 PUSH2 0x1FF7 SWAP1 DUP3 PUSH2 0x3DFA JUMP JUMPDEST POP POP POP PUSH1 0x60 DUP5 ADD MLOAD ISZERO PUSH2 0x2035 JUMPI PUSH1 0x60 DUP5 ADD MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x4 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH2 0x2035 JUMPI PUSH1 0x40 MLOAD PUSH4 0xC5723B51 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 DUP8 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x2048 JUMPI PUSH2 0x2048 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP4 PUSH1 0xA0 ADD MLOAD DUP7 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x206A JUMPI PUSH2 0x206A PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP2 DUP10 PUSH1 0x20 ADD MLOAD DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x208D JUMPI PUSH2 0x208D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 DUP2 MSTORE POP POP DUP16 DUP15 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 PUSH1 0x0 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH32 0x8BF46BF4CFD674FA735A3D63EC1C9AD4153F033C290341F3A588B75685141B35 DUP6 PUSH1 0x40 MLOAD PUSH2 0x20E3 SWAP2 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG4 POP POP POP POP PUSH2 0x20F9 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x1D11 JUMP JUMPDEST POP PUSH2 0x2110 DUP4 DUP4 DUP4 PUSH1 0x0 DUP13 DUP13 PUSH2 0x2581 JUMP JUMPDEST DUP5 MSTORE POP SWAP2 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x213D JUMPI PUSH2 0x213D PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2166 JUMPI DUP2 PUSH1 0x20 ADD PUSH1 0x20 DUP3 MUL DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP DUP5 MLOAD SWAP1 SWAP2 POP PUSH1 0x0 SWAP1 DUP2 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x21FF JUMPI PUSH1 0x0 DUP8 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x218D JUMPI PUSH2 0x218D PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH1 0x0 DUP2 MLOAD SWAP1 POP PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x21EB JUMPI DUP3 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x21BA JUMPI PUSH2 0x21BA PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP8 DUP8 DUP2 MLOAD DUP2 LT PUSH2 0x21D4 JUMPI PUSH2 0x21D4 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 SWAP6 DUP7 ADD SWAP6 ADD PUSH2 0x21A0 JUMP JUMPDEST POP POP POP PUSH2 0x21F8 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x2171 JUMP JUMPDEST POP SWAP2 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND ISZERO PUSH2 0x2259 JUMPI PUSH1 0x40 MLOAD PUSH32 0x2E26794600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x5 PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP6 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP1 SWAP2 DUP5 SWAP2 PUSH32 0x5AAFCEEB1C7AD58E4A84898BDEE37C02C0FC46E7D24E6B60E8209449F183459F SWAP2 SWAP1 LOG3 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x22C0 DUP4 PUSH2 0x2950 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x22DF JUMPI PUSH2 0x22DF PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2309 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x2313 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x0 PUSH2 0x2A32 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x114E PUSH32 0x0 PUSH1 0x1 PUSH2 0x2A32 JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ DUP1 ISZERO PUSH2 0x2405 JUMPI POP PUSH32 0x0 CHAINID EQ JUMPDEST ISZERO PUSH2 0x242F JUMPI POP PUSH32 0x0 SWAP1 JUMP JUMPDEST PUSH2 0x114E PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x0 SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0x0 PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x6DC PUSH2 0x24E4 PUSH2 0x23AC JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH32 0x1901000000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x22 DUP3 ADD MSTORE PUSH1 0x42 SWAP1 KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x252E DUP6 DUP6 PUSH2 0x2ADD JUMP JUMPDEST POP SWAP1 SWAP3 POP SWAP1 POP PUSH1 0x0 DUP2 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x2548 JUMPI PUSH2 0x2548 PUSH2 0x3EB8 JUMP JUMPDEST EQ DUP1 ISZERO PUSH2 0x2566 JUMPI POP DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ JUMPDEST DUP1 PUSH2 0x2577 JUMPI POP PUSH2 0x2577 DUP7 DUP7 DUP7 PUSH2 0x2B2A JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP5 MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 DUP2 SWAP1 SUB PUSH2 0x25D9 JUMPI PUSH2 0x25D1 DUP9 DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25A6 JUMPI PUSH2 0x25A6 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 PUSH1 0x0 DUP2 MLOAD DUP2 LT PUSH2 0x25C1 JUMPI PUSH2 0x25C1 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP9 DUP9 DUP9 PUSH2 0x2C1A JUMP JUMPDEST SWAP2 POP POP PUSH2 0x2577 JUMP JUMPDEST PUSH1 0x20 DUP9 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2654 JUMPI PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2639 JUMPI DUP8 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x2609 JUMPI PUSH2 0x2609 PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD PUSH1 0x0 EQ PUSH2 0x2631 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 ADD PUSH2 0x25EF JUMP JUMPDEST POP DUP4 ISZERO PUSH2 0x2649 JUMPI PUSH2 0x2649 DUP6 PUSH2 0x2EBA JUMP JUMPDEST PUSH1 0x0 SWAP3 POP POP POP PUSH2 0x2577 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCE46E046 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 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2695 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x26B9 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST SWAP1 POP PUSH1 0x0 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0x2744 JUMPI PUSH1 0x0 DUP11 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x26DA JUMPI PUSH2 0x26DA PUSH2 0x34F3 JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP DUP1 PUSH1 0x0 SUB PUSH2 0x26F2 JUMPI POP PUSH2 0x273C JUMP JUMPDEST DUP3 PUSH2 0x2710 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP9 DUP2 GT ISZERO PUSH2 0x2731 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST SWAP8 DUP9 SWAP1 SUB SWAP8 SWAP3 SWAP1 SWAP3 ADD SWAP2 JUMPDEST PUSH1 0x1 ADD PUSH2 0x26BE JUMP JUMPDEST POP DUP8 ISZERO PUSH2 0x2812 JUMPI PUSH1 0x40 MLOAD PUSH32 0x88E5B2D900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SWAP1 PUSH4 0x88E5B2D9 SWAP1 DUP5 SWAP1 PUSH2 0x2794 SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3EEB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x27B2 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x27D7 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x280D JUMPI PUSH1 0x40 MLOAD PUSH32 0xBF2F3A8B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x28D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x91DB0B7E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SWAP1 PUSH4 0x91DB0B7E SWAP1 DUP5 SWAP1 PUSH2 0x285B SWAP1 DUP15 SWAP1 DUP15 SWAP1 PUSH1 0x4 ADD PUSH2 0x3EEB JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2879 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x289E SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x28D4 JUMPI PUSH1 0x40 MLOAD PUSH32 0xE8BEE83900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 ISZERO PUSH2 0x28E3 JUMPI PUSH2 0x28E3 DUP8 PUSH2 0x2EBA JUMP JUMPDEST POP SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP1 DUP4 ADD MLOAD PUSH1 0xC0 DUP5 ADD MLOAD PUSH1 0xE0 DUP6 ADD MLOAD PUSH1 0x40 DUP1 DUP8 ADD MLOAD PUSH1 0x60 DUP9 ADD MLOAD PUSH2 0x100 DUP10 ADD MLOAD PUSH1 0xA0 DUP11 ADD MLOAD PUSH2 0x120 DUP12 ADD MLOAD SWAP5 MLOAD PUSH1 0x0 SWAP10 PUSH2 0x2932 SWAP10 SWAP9 SWAP8 SWAP7 SWAP2 DUP13 SWAP2 ADD PUSH2 0x3F63 JUMP JUMPDEST 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 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x2999 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x29C5 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x29E3 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x29FB JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x2A0F JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x2A21 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x6DC JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0xFF DUP4 EQ PUSH2 0x2A4C JUMPI PUSH2 0x2A45 DUP4 PUSH2 0x2ECD JUMP JUMPDEST SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x2A58 SWAP1 PUSH2 0x386A 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 0x2A84 SWAP1 PUSH2 0x386A JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AD1 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x2AA6 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AD1 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 0x2AB4 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP PUSH2 0x6DC JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP4 MLOAD PUSH1 0x41 SUB PUSH2 0x2B17 JUMPI PUSH1 0x20 DUP5 ADD MLOAD PUSH1 0x40 DUP6 ADD MLOAD PUSH1 0x60 DUP7 ADD MLOAD PUSH1 0x0 BYTE PUSH2 0x2B09 DUP9 DUP3 DUP6 DUP6 PUSH2 0x2F0C JUMP JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP PUSH2 0x2B23 JUMP JUMPDEST POP POP DUP2 MLOAD PUSH1 0x0 SWAP2 POP PUSH1 0x2 SWAP1 JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 DUP6 PUSH1 0x40 MLOAD PUSH1 0x24 ADD PUSH2 0x2B4C SWAP3 SWAP2 SWAP1 PUSH2 0x405A JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE SWAP2 DUP2 MSTORE PUSH1 0x20 DUP3 ADD DUP1 MLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH4 0xB135D3F PUSH1 0xE1 SHL OR SWAP1 MSTORE MLOAD PUSH2 0x2B96 SWAP2 SWAP1 PUSH2 0x4073 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2BD1 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 0x2BD6 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 DUP1 ISZERO PUSH2 0x2BEA JUMPI POP PUSH1 0x20 DUP2 MLOAD LT ISZERO JUMPDEST DUP1 ISZERO PUSH2 0x2577 JUMPI POP DUP1 MLOAD PUSH4 0xB135D3F PUSH1 0xE1 SHL SWAP1 PUSH2 0x2C0F SWAP1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP1 DUP5 ADD PUSH2 0x4085 JUMP JUMPDEST EQ SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP7 ADD MLOAD PUSH1 0x0 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x2C68 JUMPI DUP6 ISZERO PUSH2 0x2C4F JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2C5E JUMPI PUSH2 0x2C5E DUP5 PUSH2 0x2EBA JUMP JUMPDEST PUSH1 0x0 SWAP2 POP POP PUSH2 0x2577 JUMP JUMPDEST DUP6 ISZERO PUSH2 0x2D14 JUMPI DUP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xCE46E046 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 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0x2CAC JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2CD0 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2CED JUMPI PUSH1 0x40 MLOAD PUSH4 0x1574F9F3 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x2D0E JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP6 DUP5 SUB SWAP4 POP JUMPDEST DUP5 ISZERO PUSH2 0x2DDF JUMPI PUSH1 0x40 MLOAD PUSH32 0xE49617E100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH4 0xE49617E1 SWAP1 DUP9 SWAP1 PUSH2 0x2D61 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2D7F JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2DA4 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2DDA JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCF3BB2700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x2E9F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xE60C350500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND SWAP1 PUSH4 0xE60C3505 SWAP1 DUP9 SWAP1 PUSH2 0x2E26 SWAP1 DUP12 SWAP1 PUSH1 0x4 ADD PUSH2 0x3466 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x2E44 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x2E69 SWAP2 SWAP1 PUSH2 0x3ECE JUMP JUMPDEST PUSH2 0x2E9F JUMPI PUSH1 0x40 MLOAD PUSH32 0xBD8BA84D00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP3 ISZERO PUSH2 0x2EAE JUMPI PUSH2 0x2EAE DUP5 PUSH2 0x2EBA JUMP JUMPDEST POP SWAP4 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2ECA JUMPI PUSH2 0x2ECA CALLER DUP3 PUSH2 0x2FDB JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x2EDA DUP4 PUSH2 0x30A8 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE SWAP2 SWAP3 POP PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY POP POP POP SWAP2 DUP3 MSTORE POP PUSH1 0x20 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP5 GT ISZERO PUSH2 0x2F47 JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x2FD1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP11 SWAP1 MSTORE PUSH1 0xFF DUP10 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP8 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP7 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 0x2F9B 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 0x2FC7 JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x2FD1 JUMP JUMPDEST SWAP3 POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 POP SWAP5 SWAP2 POP POP JUMP JUMPDEST DUP1 SELFBALANCE LT ISZERO PUSH2 0x301B JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP3 PUSH1 0x40 MLOAD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x3068 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 0x306D JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP POP SWAP1 POP DUP1 PUSH2 0xA21 JUMPI PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND PUSH1 0x1F DUP2 GT ISZERO PUSH2 0x6DC JUMPI PUSH1 0x40 MLOAD PUSH32 0xB3512B0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x30FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3112 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x3147 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x315D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3169 DUP6 DUP3 DUP7 ADD PUSH2 0x30E9 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3190 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x3178 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x31B1 DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x31D8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x3199 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x2ECA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x31FF DUP2 PUSH2 0x31DF JUMP JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x31D8 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3233 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3249 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x31D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 MLOAD DUP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP2 DUP5 ADD SWAP1 PUSH1 0x40 DUP5 ADD SWAP1 DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3293 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x3275 JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x32CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH1 0x20 DUP5 ADD SWAP4 POP PUSH1 0x20 DUP4 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3304 JUMPI DUP2 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x32E6 JUMP JUMPDEST POP SWAP4 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP9 AND DUP2 MSTORE PUSH1 0xE0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x3349 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x3199 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x335B DUP2 DUP10 PUSH2 0x3199 JUMP JUMPDEST SWAP1 POP DUP7 PUSH1 0x60 DUP5 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x80 DUP5 ADD MSTORE DUP5 PUSH1 0xA0 DUP5 ADD MSTORE DUP3 DUP2 SUB PUSH1 0xC0 DUP5 ADD MSTORE PUSH2 0x18D7 DUP2 DUP6 PUSH2 0x32D2 JUMP JUMPDEST DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x33B4 PUSH1 0x40 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0x60 DUP3 ADD MLOAD PUSH2 0x33CF PUSH1 0x60 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0x80 DUP3 ADD MLOAD PUSH2 0x33EA PUSH1 0x80 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0xA0 DUP3 ADD MLOAD PUSH1 0xA0 DUP5 ADD MSTORE PUSH1 0xC0 DUP3 ADD MLOAD PUSH2 0x340F PUSH1 0xC0 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH1 0xE0 DUP3 ADD MLOAD PUSH2 0x342A PUSH1 0xE0 DUP6 ADD DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 MSTORE JUMP JUMPDEST POP PUSH2 0x100 DUP3 ADD MLOAD PUSH2 0x3440 PUSH2 0x100 DUP6 ADD DUP3 ISZERO ISZERO SWAP1 MSTORE JUMP JUMPDEST POP PUSH2 0x120 DUP3 ADD MLOAD PUSH2 0x140 PUSH2 0x120 DUP6 ADD MSTORE PUSH2 0x345E PUSH2 0x140 DUP6 ADD DUP3 PUSH2 0x3199 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x31D8 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x338A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x32B1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x34A0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x34AB DUP2 PUSH2 0x31DF JUMP JUMPDEST SWAP5 PUSH1 0x20 SWAP4 SWAP1 SWAP4 ADD CALLDATALOAD SWAP4 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x34CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x34E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x40 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x31D8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x9E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xA0 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xC0 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x80 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3561 JUMPI PUSH2 0x3561 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x35D3 JUMPI PUSH2 0x35D3 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x35F4 JUMPI PUSH2 0x35F4 PUSH2 0x3529 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3610 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3632 JUMPI PUSH2 0x3632 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x365E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x60 DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x3680 JUMPI PUSH2 0x3680 PUSH2 0x3529 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x3697 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x40 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x36C5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x36D8 PUSH2 0x36D3 DUP3 PUSH2 0x35DB JUMP JUMPDEST PUSH2 0x35AB JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 PUSH1 0x60 DUP5 MUL DUP7 ADD ADD SWAP3 POP DUP6 DUP4 GT ISZERO PUSH2 0x36FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x3721 JUMPI PUSH2 0x3711 DUP8 DUP3 PUSH2 0x364C JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x36FF JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x31FF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x3754 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x375C PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3779 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x378A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3798 PUSH2 0x36D3 DUP3 PUSH2 0x35DB JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x6 SHL DUP6 ADD ADD SWAP3 POP CALLDATASIZE DUP4 GT ISZERO PUSH2 0x37BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x37E6 JUMPI PUSH2 0x37D3 CALLDATASIZE DUP6 PUSH2 0x35FE JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x37C1 JUMP JUMPDEST PUSH1 0x20 DUP6 ADD MSTORE POP POP POP PUSH1 0x40 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3807 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3813 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x36B4 JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x3825 PUSH1 0x60 DUP5 ADD PUSH2 0x31F4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3836 PUSH1 0x80 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST DUP2 DUP2 SUB DUP2 DUP2 GT ISZERO PUSH2 0x6DC JUMPI PUSH2 0x6DC PUSH2 0x3841 JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x387E JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x389E JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2ECA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x38CB JUMPI PUSH2 0x38CB PUSH2 0x3529 JUMP JUMPDEST POP PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xC0 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x38EB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x38F3 PUSH2 0x3567 JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH2 0x3900 DUP2 PUSH2 0x31DF JUMP JUMPDEST DUP2 MSTORE PUSH2 0x390E PUSH1 0x20 DUP4 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD PUSH2 0x3921 DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x80 DUP3 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3949 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x395A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x3968 PUSH2 0x36D3 DUP3 PUSH2 0x38B2 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0x397D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP5 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x80 DUP4 ADD MSTORE POP PUSH1 0xA0 SWAP2 DUP3 ADD CALLDATALOAD SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xE0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x39BD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39C5 PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x39E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x39EE CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x38D9 JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x3A01 CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x364C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xA0 DUP4 ADD CALLDATALOAD PUSH2 0x3A14 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3836 PUSH1 0xC0 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x6DC CALLDATASIZE DUP4 PUSH2 0x38D9 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x3E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x351F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3A74 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3A8E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x3AB4 PUSH2 0x36D3 DUP5 PUSH2 0x35DB JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x3AD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x3293 JUMPI DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3AF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3AFC CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x38D9 JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x3AD2 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3B1D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP4 DUP4 PUSH2 0x35FE JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3B3E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3B58 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x6 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x3B82 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x3BA0 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x3BC2 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x3175 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x3BE6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP3 GT ISZERO PUSH2 0x3C00 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x312D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C29 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP4 DUP4 PUSH2 0x364C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3C45 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x31D8 DUP3 PUSH2 0x372B JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x3C62 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3C6B PUSH2 0x353F JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x3C7C DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x35FE JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x3C8E DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x364C JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0xC0 DUP4 ADD CALLDATALOAD PUSH2 0x3CA1 DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x3CB2 PUSH1 0xE0 DUP5 ADD PUSH2 0x372B JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x3CD0 JUMPI PUSH2 0x3CD0 PUSH2 0x3841 JUMP JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3CE9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3CFF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x80 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x3D11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3D19 PUSH2 0x3589 JUMP JUMPDEST DUP2 MLOAD DUP2 MSTORE PUSH1 0x20 DUP3 ADD MLOAD PUSH2 0x3D2B DUP2 PUSH2 0x31DF JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0x3D3E DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3D5C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 DUP4 ADD SWAP3 POP POP DUP5 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x3D71 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x3D7F PUSH2 0x36D3 DUP3 PUSH2 0x38B2 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP7 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x3D94 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x3DA5 DUP3 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x60 DUP4 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0xA21 JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x3DDA JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x696 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x3DE6 JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x3E13 JUMPI PUSH2 0x3E13 PUSH2 0x3529 JUMP JUMPDEST PUSH2 0x3E27 DUP2 PUSH2 0x3E21 DUP5 SLOAD PUSH2 0x386A JUMP JUMPDEST DUP5 PUSH2 0x3DB3 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3E5B JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x3E43 JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x696 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3E8B JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x3E6B JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x3EA9 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x3EE0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x31D8 DUP2 PUSH2 0x38A4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 ADD PUSH1 0x40 DUP4 MSTORE DUP1 DUP6 MLOAD DUP1 DUP4 MSTORE PUSH1 0x60 DUP6 ADD SWAP2 POP PUSH1 0x60 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP8 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3F44 JUMPI PUSH1 0x5F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x3F2F DUP6 DUP4 MLOAD PUSH2 0x338A JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x3F13 JUMP JUMPDEST POP POP POP POP DUP3 DUP2 SUB PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x3F5A DUP2 DUP6 PUSH2 0x32D2 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP10 DUP2 MSTORE PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT DUP10 PUSH1 0x60 SHL AND PUSH1 0x20 DUP3 ADD MSTORE PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT DUP9 PUSH1 0x60 SHL AND PUSH1 0x34 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000000000 DUP8 PUSH1 0xC0 SHL AND PUSH1 0x48 DUP3 ADD MSTORE PUSH32 0xFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000000000 DUP7 PUSH1 0xC0 SHL AND PUSH1 0x50 DUP3 ADD MSTORE DUP5 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x58 DUP3 ADD MSTORE DUP4 PUSH1 0x59 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x79 DUP3 ADD PUSH1 0x0 DUP6 MLOAD PUSH2 0x4015 DUP2 DUP5 PUSH1 0x20 DUP11 ADD PUSH2 0x3175 JUMP JUMPDEST DUP3 ADD SWAP1 POP PUSH2 0x4047 DUP2 DUP7 PUSH1 0xE0 SHL PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 AND SWAP1 MSTORE JUMP JUMPDEST PUSH1 0x4 ADD SWAP13 SWAP12 POP POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST DUP3 DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x345E PUSH1 0x40 DUP4 ADD DUP5 PUSH2 0x3199 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x351F DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x3175 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x4097 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 EQ COINBASE SWAP15 MSTORE BLOBBASEFEE DUP15 0xEE BLOBBASEFEE 0xB6 SWAP13 CREATE 0xD5 0xDC MOD SIGNEXTEND 0x22 PUSH20 0xB501A593791CCA13A69504A878BBAC64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "976:28530:1:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11232:2478;;;;;;:::i;:::-;;:::i;:::-;;2888:100:7;;;;;;;;;;-1:-1:-1;1123:66:7;2888:100;;;1105:25:44;;;1093:2;1078:18;2888:100:7;;;;;;;;14129:308:1;;;;;;;;;;-1:-1:-1;14129:308:1;;;;;:::i;:::-;;:::i;:::-;;;-1:-1:-1;;;;;1892:31:44;;;1874:50;;1862:2;1847:18;14129:308:1;1730:200:44;3306:86:7;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;2643:107::-;;;;;;;;;;-1:-1:-1;2643:107:7;;;;;:::i;:::-;-1:-1:-1;;;;;2727:16:7;2701:7;2727:16;;;:7;:16;;;;;;;2643:107;3148:410:1;;;;;;:::i;:::-;;:::i;3589:2315::-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;9180:255::-;;;;;;:::i;:::-;;:::i;9856:1345::-;;;;;;:::i;:::-;;:::i;13741:152::-;;;;;;;;;;-1:-1:-1;13741:152:1;;;;;:::i;:::-;;:::i;945:235:6:-;;;;;;;;;;;;;:::i;3559:301:7:-;;;;;;;;;;-1:-1:-1;3559:301:7;;;;;:::i;:::-;;:::i;5144:557:30:-;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;:::i;5935:3214:1:-;;;;;;:::i;:::-;;:::i;14785:112::-;;;;;;;;;;-1:-1:-1;14785:112:1;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;9466:359::-;;;;;;:::i;:::-;;:::i;15215:148::-;;;;;;;;;;-1:-1:-1;15215:148:1;;;;;:::i;:::-;-1:-1:-1;;;;;15321:29:1;;;;15296:6;15321:29;;;:20;:29;;;;;;;;:35;;;;;;;;-1:-1:-1;;;;;15321:35:1;;15215:148;3126:100:7;;;;;;;;;;-1:-1:-1;1450:66:7;3126:100;;13924:174:1;;;;;;;;;;-1:-1:-1;13924:174:1;;;;;:::i;:::-;;:::i;15076:108::-;;;;;;;;;;-1:-1:-1;15076:108:1;;;;;:::i;:::-;15135:6;15160:17;;;:11;:17;;;;;;-1:-1:-1;;;;;15160:17:1;;15076:108;14928:117;;;;;;;;;;-1:-1:-1;14928:117:1;;;;;:::i;:::-;14990:4;15013:8;;;:3;:8;;;;;:12;:25;;;14928:117;;;;10514:14:44;;10507:22;10489:41;;10477:2;10462:18;14928:117:1;10349:187:44;14468:286:1;;;;;;;;;;-1:-1:-1;14468:286:1;;;;;:::i;:::-;;:::i;2395:106:7:-;;;;;;;;;;;;;:::i;2687:108:1:-;;;;;;;;;;-1:-1:-1;2687:108:1;;-1:-1:-1;;;;;2773:15:1;10729:55:44;10711:74;;10699:2;10684:18;2687:108:1;10541:250:44;2826:291:1;;;;;;:::i;:::-;;:::i;11232:2478::-;11801:9;11838:22;11776;11877:1827;11901:6;11897:1;:10;11877:1827;;;-1:-1:-1;;12285:10:1;;12280:15;;12222:9;12387:22;;12280:1;12387:25;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;12324:88;;;:::i;:::-;12464:26;;;;12576:11;;12324:88;;-1:-1:-1;12464:26:1;12605:15;;;:72;;;12638:21;:32;;;:39;12624:10;:53;;12605:72;12601:133;;;12704:15;;-1:-1:-1;;;12704:15:1;;;;;;;;;;;12601:133;12868:9;12863:496;12887:10;12883:1;:14;12863:496;;;12938:406;12973:353;;;;;;;;13034:21;:28;;;12973:353;;;;13094:4;13099:1;13094:7;;;;;;;;:::i;:::-;;;;;;;12973:353;;;;13138:21;:32;;;13171:1;13138:35;;;;;;;;:::i;:::-;;;;;;;12973:353;;;;13208:21;:29;;;-1:-1:-1;;;;;12973:353:1;;;;;13273:21;:30;;;-1:-1:-1;;;;;12973:353:1;;;;12938:13;:406::i;:::-;1489:1:0;1485:5;12863:496:1;;;;13503:190;13528:21;:28;;;13574:4;13596:21;:29;;;13643:14;13675:4;13503:7;:190::i;:::-;13485:208;;;;:::i;:::-;;;11930:1774;;;;11913:15;11926:1;1489::0;1485:5;;1397:102;11913:15:1;11909:19;;11877:1827;;;;11363:2347;;11232:2478;;:::o;14129:308::-;14201:6;6499:15:7;14268:4:1;14201:6;14289:120;14313:6;14309:1;:10;14289:120;;;14356:42;14372:10;14384:4;;14389:1;14384:7;;;;;;;:::i;:::-;;;;;;;14393:4;14356:15;:42::i;:::-;1489:1:0;1485:5;14289:120:1;;;-1:-1:-1;14426:4:1;;-1:-1:-1;;14129:308:1;;;;;:::o;3306:86:7:-;3348:13;3380:5;3373:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3306:86;:::o;3148:410:1:-;3271:7;3290:31;;3304:16;3290:31;:::i;:::-;:13;:31::i;:::-;3371;;;3400:1;3371:31;;;;;;;;;3332:36;;3371:31;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3371:31:1;;-1:-1:-1;;3371:31:1;;;;;;;;;;-1:-1:-1;3332:70:1;-1:-1:-1;3422:21:1;;;;:16;:21;:::i;:::-;3412:31;;;:::i;:::-;:4;3417:1;3412:7;;;;;;;;:::i;:::-;;;;;;;;;;:31;3461:82;3469:23;;3494:4;3500:25;;;;;;;;:::i;:::-;3527:9;3538:4;3461:7;:82::i;:::-;:87;;;3549:1;3461:90;;;;;;;;:::i;:::-;;;;;;;3454:97;;;3148:410;;;:::o;3589:2315::-;3686:16;3903:13;3886:14;3903:13;-1:-1:-1;;;;;3964:23:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;3933:54:1;-1:-1:-1;3997:21:1;4461:9;3997:21;4481:1287;4505:6;4501:1;:10;4481:1287;;;-1:-1:-1;;4889:10:1;;4884:15;;4986:45;5034:13;;4884:1;5034:16;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;4986:64;-1:-1:-1;5114:17:1;;;;4986:64;5114:17;:::i;:::-;:24;;5142:1;5114:29;5110:90;;5170:15;;-1:-1:-1;;;5170:15:1;;;;;;;;;;;5110:90;5214:29;5246:175;5271:19;;5308:17;;;;5271:12;5308:17;:::i;:::-;5246:175;;;:::i;:::-;5343:10;5371:14;5403:4;5246:7;:175::i;:::-;5566:13;;5214:207;;-1:-1:-1;5548:31:1;;;;:::i;:::-;;;5661:3;:8;;;5646:9;5656:1;5646:12;;;;;;;;:::i;:::-;;;;;;:23;;;;5728:3;:8;;;:15;5711:32;;;;4534:1234;;;4517:15;4530:1;1489::0;1485:5;;1397:102;4517:15:1;4513:19;;4481:1287;;;;5861:36;5872:9;5883:13;5861:10;:36::i;:::-;5854:43;3589:2315;-1:-1:-1;;;;;;;3589:2315:1:o;9180:255::-;9297:30;;;9325:1;9297:30;;;;;;;;;9259:35;;9297:30;;;;-1:-1:-1;;;;;;;;;;;;;;;;;9297:30:1;;;;;;;;;;;;;;-1:-1:-1;9259:68:1;-1:-1:-1;9337:22:1;;;;;;;9347:12;;;9337:22;:::i;:::-;:4;9342:1;9337:7;;;;;;;;:::i;:::-;;;;;;;;;;:22;9370:58;9378:14;;9394:4;9400:10;9412:9;9423:4;9370:7;:58::i;:::-;;9249:186;9180:255;:::o;9856:1345::-;10381:9;10418:13;10356:22;10448:747;10472:6;10468:1;:10;10448:747;;;-1:-1:-1;;10856:10:1;;10851:15;;10895:44;10942:13;;10851:1;10942:16;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;10895:63;-1:-1:-1;11103:81:1;11111:19;;11132:17;;;;10895:63;11132:17;:::i;:::-;11103:81;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;11151:10;11163:14;11179:4;11103:7;:81::i;:::-;11085:99;;;;:::i;:::-;;;10501:694;;10484:15;10497:1;1489::0;1485:5;;1397:102;10484:15:1;10480:19;;10448:747;;13741:152;13792:6;6499:15:7;13842:22:1;13853:4;6499:15:7;13842:10:1;:22::i;945:235:6:-;987:13;1072:24;1089:6;1072:16;:24::i;:::-;1103;1120:6;1103:16;:24::i;:::-;1134;1151:6;1134:16;:24::i;:::-;1055:104;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1012:161;;945:235;:::o;3559:301:7:-;3646:10;3619:16;3638:19;;;:7;:19;;;;;;3671:20;;;3667:72;;3714:14;;;;;;;;;;;;;;3667:72;3757:10;3749:19;;;;:7;:19;;;;;;;;;:30;;;3795:58;;25200:25:44;;;25241:18;;;25234:34;;;3795:58:7;;25173:18:44;3795:58:7;;;;;;;3609:251;3559:301;:::o;5144:557:30:-;5242:13;5269:18;5301:21;5336:15;5365:25;5404:12;5430:27;5533:13;:11;:13::i;:::-;5560:16;:14;:16::i;:::-;5668;;;5652:1;5668:16;;;;;;;;;5482:212;;;;-1:-1:-1;5482:212:30;;-1:-1:-1;5590:13:30;;-1:-1:-1;5625:4:30;;-1:-1:-1;5652:1:30;-1:-1:-1;5668:16:30;-1:-1:-1;5482:212:30;-1:-1:-1;5144:557:30:o;5935:3214:1:-;6076:16;6293:22;6276:14;6293:22;-1:-1:-1;;;;;6363:23:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;6332:54:1;-1:-1:-1;6396:21:1;6860:9;6396:21;6880:2133;6904:6;6900:1;:10;6880:2133;;;-1:-1:-1;;7288:10:1;;7283:15;;7327:63;7393:22;;7283:1;7393:25;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;7327:91;-1:-1:-1;7432:38:1;;7473:26;;;;7327:91;7473:26;:::i;:::-;7432:67;;-1:-1:-1;7432:67:1;-1:-1:-1;7432:67:1;7614:15;;;:72;;-1:-1:-1;7647:32:1;;;;:21;:32;:::i;:::-;:39;;7633:10;:53;;7614:72;7610:133;;;7713:15;;-1:-1:-1;;;7713:15:1;;;;;;;;;;;7610:133;7877:9;7872:499;7896:10;7892:1;:14;7872:499;;;7947:409;7982:356;;;;;;;;8044:21;:28;;;7982:356;;;;8104:4;;8109:1;8104:7;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;7982:356;;;:::i;:::-;;;;;8148:32;;;;:21;:32;:::i;:::-;8181:1;8148:35;;;;;;;:::i;:::-;;;;;;7982:356;;;;;;;;;;:::i;:::-;;;;;8219:30;;;;;;;;:::i;:::-;-1:-1:-1;;;;;7982:356:1;;;;;8285:30;;;;;;;;:::i;:::-;-1:-1:-1;;;;;7982:356:1;;;7947:13;:409::i;:::-;1489:1:0;1485:5;7872:499:1;;;-1:-1:-1;8443:29:1;8475:191;8500:28;;8475:191;8546:4;;8475:191;:::i;:::-;8568:30;;;;;;;;:::i;:::-;8616:14;8648:4;8475:7;:191::i;:::-;8811:13;;8443:223;;-1:-1:-1;8793:31:1;;;;:::i;:::-;;;8906:3;:8;;;8891:9;8901:1;8891:12;;;;;;;;:::i;:::-;;;;;;:23;;;;8973:3;:8;;;:15;8956:32;;;;6933:2080;;;;;;6916:15;6929:1;1489::0;1485:5;;1397:102;6916:15:1;6912:19;;6880:2133;;14785:112;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14882:8:1;;;;:3;:8;;;;;;;;;14875:15;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;14875:15:1;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14875:15:1;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;14875:15:1;;;;;;;;;;;;;;;;;;-1:-1:-1;;;14875:15:1;;;;;;;;;;;;;;;;;14882:8;14875:15;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;14785:112;;;:::o;9466:359::-;9575:31;;;;;;;;9589:16;9575:31;:::i;:::-;:13;:31::i;:::-;9655:30;;;9683:1;9655:30;;;;;;;;;9617:35;;9655:30;;;;-1:-1:-1;;;;;;;;;;;;;;;;;9655:30:1;;;;;;;;;;;;;;-1:-1:-1;9617:68:1;-1:-1:-1;9695:31:1;;;;;;;9705:21;;;9695:31;:::i;:::-;:4;9700:1;9695:7;;;;;;;;:::i;:::-;;;;;;;;;;:31;9737:81;9745:23;;9770:4;9776:24;;;;;;;;:::i;:::-;9802:9;9813:4;9737:7;:81::i;13924:174::-;13980:6;6499:15:7;14030:39:1;14046:10;14058:4;6499:15:7;14030::1;:39::i;14468:286::-;14535:6;6499:15:7;14602:4:1;14535:6;14623:103;14647:6;14643:1;:10;14623:103;;;14690:25;14701:4;;14706:1;14701:7;;;;;;;:::i;:::-;;;;;;;14710:4;14690:10;:25::i;:::-;1489:1:0;1485:5;14623:103:1;;2395:106:7;2448:7;2474:20;:18;:20::i;:::-;2467:27;;2395:106;:::o;2826:291:1:-;2963:31;;;2992:1;2963:31;;;;;;;;;2905:7;;;;2963:31;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2963:31:1;;-1:-1:-1;;2963:31:1;;;;;;;;;;-1:-1:-1;2924:70:1;-1:-1:-1;3014:12:1;;;;:7;:12;:::i;:::-;3004:22;;;:::i;:::-;:4;3009:1;3004:7;;;;;;;;:::i;:::-;;;;;;;;;;:22;3044:58;3052:14;;3068:4;3074:10;3086:9;3097:4;3044:7;:58::i;5277:988:7:-;5366:16;;;;-1:-1:-1;;;;;5366:38:7;;;;;:68;;-1:-1:-1;6499:15:7;-1:-1:-1;;;;;5408:26:7;:7;:16;;;-1:-1:-1;;;;;5408:26:7;;5366:68;5362:123;;;5457:17;;-1:-1:-1;;;5457:17:7;;;;;;;;;;;5362:123;5531:12;;;;;5582:17;;;;;5751:15;;;;5788:14;;5824:8;;5854:10;;;;-1:-1:-1;;;;;5886:24:7;;5495:33;5886:24;;;:7;:24;;;;;;:26;;5531:12;;5582:17;;5495:33;;5625:367;;1450:66;;5751:15;5788:14;5824:8;5495:33;5886:26;;;:::i;:::-;;;;-1:-1:-1;5934:16:7;;;;;5682:286;;;;;;27886:25:44;;;;-1:-1:-1;;;;;27947:55:44;;;27927:18;;;27920:83;;;;-1:-1:-1;28019:18:44;;28012:34;;;;28062:18;;;28055:34;;;;28105:19;;;28098:35;28149:19;;;28142:35;-1:-1:-1;;;;;28214:31:44;28193:19;;;28186:60;27858:19;;5682:286:7;;;;;;;;;;;;;5655:327;;;;;;5625:16;:367::i;:::-;5610:382;;6020:178;6074:7;:15;;;6107:4;6146:9;:11;;;6159:9;:11;;;6172:9;:11;;;6129:55;;;;;;;;;28438:19:44;;;28482:2;28473:12;;28466:28;;;;28532:3;28528:16;28546:66;28524:89;28519:2;28510:12;;28503:111;28639:2;28630:12;;28257:391;6129:55:7;;;;;;;;;;;;;6020:36;:178::i;:::-;6002:257;;6230:18;;;;;;;;;;;;;;6002:257;5352:913;;;5277:988;:::o;19220:2157:1:-;19537:36;;-1:-1:-1;;;19537:36:1;;;;;1105:25:44;;;19408:7:1;;;;-1:-1:-1;;;;;19537:15:1;:25;;;;1078:18:44;;19537:36:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;19537:36:1;;;;;;;;;;;;:::i;:::-;19587:16;;19502:71;;-1:-1:-1;19583:82:1;;19639:15;;-1:-1:-1;;;19639:15:1;;;;;;;;;;;19583:82;19692:11;;19675:14;19692:11;-1:-1:-1;;;;;19749:25:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;19749:25:1;;-1:-1:-1;;19749:25:1;;;;;;;;;;;;19713:61;;19784:23;19824:6;-1:-1:-1;;;;;19810:21:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;19810:21:1;;19784:47;;19847:9;19842:1427;19866:6;19862:1;:10;19842:1427;;;19909:36;19948:4;19953:1;19948:7;;;;;;;;:::i;:::-;;;;;;;;;;;;20008:11;;19970:31;20004:16;;;:3;:16;;;;;;;20125:15;;19948:7;;-1:-1:-1;20004:16:1;20121:84;;20180:10;;-1:-1:-1;;;20180:10:1;;;;;;;;;;;20121:84;20317:9;20295:11;:18;;;:31;20291:92;;20353:15;;-1:-1:-1;;;20353:15:1;;;;;;;;;;;20291:92;20476:20;;;;-1:-1:-1;;;;;20476:31:1;;;:20;;:31;20472:91;;20534:14;;;;;;;;;;;;;;20472:91;20774:21;;;;-1:-1:-1;;;20774:21:1;;;;20769:81;;20822:13;;-1:-1:-1;;;20822:13:1;;;;;;;;;;;20769:81;20950:26;;;;-1:-1:-1;;;20950:26:1;;-1:-1:-1;;;;;20950:26:1;:31;20946:93;;21008:16;;;;;;;;;;;;;;20946:93;6499:15:7;21052:26:1;;;:36;;;;;-1:-1:-1;;;;;;;;21052:36:1;;;;;;;;;;;;21103:29;;;;;;;;;;;;-1:-1:-1;21103:29:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;21103:29:1;;;;;;;;;;;;;;;;;;-1:-1:-1;;;21103:29:1;;;;;;21052:36;21103:29;;;;;;;;21052:26;;21103:29;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:12;21116:1;21103:15;;;;;;;;:::i;:::-;;;;;;:29;;;;21158:7;:13;;;21146:6;21153:1;21146:9;;;;;;;;:::i;:::-;;;;;;:25;;;;;21248:9;21226:7;-1:-1:-1;;;;;21191:67:1;21199:12;21212:1;21199:15;;;;;;;;:::i;:::-;;;;;;;:25;;;-1:-1:-1;;;;;21191:67:1;;21235:7;:11;;;21191:67;;;;1105:25:44;;1093:2;1078:18;;959:177;21191:67:1;;;;;;;;-1:-1:-1;;1489:1:0;1485:5;19842:1427:1;;;;21286:84;21307:12;21321;21335:6;21343:4;21349:14;21365:4;21286:20;:84::i;:::-;21279:91;19220:2157;-1:-1:-1;;;;;;;;;;19220:2157:1:o;28242:368::-;-1:-1:-1;;;;;28393:29:1;;28329:61;28393:29;;;:20;:29;;;;;;;;28437:17;;;;;;;;;;;-1:-1:-1;;;;;28437:17:1;:22;28433:84;;28482:24;;;;;;;;;;;;;;28433:84;28527:17;;;;;;;;;;;;:24;;-1:-1:-1;;28527:24:1;-1:-1:-1;;;;;28527:24:1;;;;;;;;28567:36;;28527:24;;:17;;-1:-1:-1;;;;;28567:36:1;;;;;;28319:291;28242:368;;;:::o;3994:1151:7:-;4084:16;;;;-1:-1:-1;;;;;4084:38:7;;;;;:68;;-1:-1:-1;6499:15:7;-1:-1:-1;;;;;4126:26:7;:7;:16;;;-1:-1:-1;;;;;4126:26:7;;4084:68;4080:123;;;4175:17;;-1:-1:-1;;;4175:17:7;;;;;;;;;;;4080:123;4250:12;;;;;4301:17;;;;;4470:16;;;;;4508:14;;4544;;4580:19;;;;4621:14;;;;4657:11;;;;4700:9;;;;4690:20;;;;;;4732:10;;;;-1:-1:-1;;;;;4764:25:7;;4213:34;4764:25;;;:7;:25;;;;;;:27;;4250:12;;4301:17;;4213:34;;4344:527;;1123:66;;4621:14;4657:11;4690:20;4213:34;4764:27;;;:::i;:::-;;;;;4813:7;:16;;;4401:446;;;;;;;;;;;;;;;;;30372:25:44;;;-1:-1:-1;;;;;30433:55:44;;;30428:2;30413:18;;30406:83;30520:2;30505:18;;30498:34;;;;30568:55;;;;30563:2;30548:18;;30541:83;-1:-1:-1;;;;;30661:31:44;;;30655:3;30640:19;;30633:60;30737:14;;30730:22;30724:3;30709:19;;30702:51;30784:3;30769:19;;30762:35;30828:3;30813:19;;30806:35;30872:3;30857:19;;30850:35;;;;30916:3;30901:19;;30894:35;30966:32;30960:3;30945:19;;30938:61;30359:3;30344:19;;29954:1051;15846:2898:1;-1:-1:-1;;;;;;;;;;;;;;;;;16090:11:1;;-1:-1:-1;;;;;;;;;16073:14:1;-1:-1:-1;;;;;;;16176:6:1;-1:-1:-1;;;;;16162:21:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;16162:21:1;-1:-1:-1;16151:8:1;;;:32;16309:36;;-1:-1:-1;;;16309:36:1;;;;;1105:25:44;;;16274:32:1;;16309:15;-1:-1:-1;;;;;16309:25:1;;;;1078:18:44;;16309:36:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;16309:36:1;;;;;;;;;;;;:::i;:::-;16359:16;;16274:71;;-1:-1:-1;16355:82:1;;16411:15;;-1:-1:-1;;;16411:15:1;;;;;;;;;;;16355:82;16447:33;16501:6;-1:-1:-1;;;;;16483:25:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16483:25:1;;-1:-1:-1;;16483:25:1;;;;;;;;;;;;16447:61;;16518:23;16558:6;-1:-1:-1;;;;;16544:21:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;16544:21:1;;16518:47;;16581:9;16576:2029;16600:6;16596:1;:10;16576:2029;;;16643:37;16683:4;16688:1;16683:7;;;;;;;;:::i;:::-;;;;;;;16643:47;;240:1:0;-1:-1:-1;;;;;16804:44:1;:7;:22;;;-1:-1:-1;;;;;16804:44:1;;;:81;;;;-1:-1:-1;6499:15:7;-1:-1:-1;;;;;16852:33:1;:7;:22;;;-1:-1:-1;;;;;16852:33:1;;;16804:81;16800:150;;;16912:23;;;;;;;;;;;;;;16800:150;17073:12;:22;;;17072:23;:44;;;;;17099:7;:17;;;17072:44;17068:103;;;17143:13;;-1:-1:-1;;;17143:13:1;;;;;;;;;;;17068:103;17185:30;17218:420;;;;;;;;138:1:0;17253:9:1;;17218:420;;;;17288:9;17218:420;;;;17361:7;6499:15:7;;6419:103;17361:7:1;-1:-1:-1;;;;;17218:420:1;;;;;17402:7;:22;;;-1:-1:-1;;;;;17218:420:1;;;;;17458:1;-1:-1:-1;;;;;17218:420:1;;;;;17323:7;:14;;;17218:420;;;;17488:7;:17;;;-1:-1:-1;;;;;17218:420:1;;;;;17533:8;-1:-1:-1;;;;;17218:420:1;;;;;17570:7;:17;;;17218:420;;;;;;17611:7;:12;;;17218:420;;;17185:453;;17764:11;17789;17803:1;17789:15;;17818:247;17855:26;17863:11;17876:4;17855:7;:26::i;:::-;138:1:0;17903:8:1;;;:3;:8;;;;;:12;17849:32;;-1:-1:-1;17899:77:1;17952:5;17899:77;18026:6;;17818:247;;;18078:21;;;:15;18114:8;;;:3;:8;;;;;;;;;:22;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;18114:22:1;;;-1:-1:-1;;;18114:22:1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;18114:22:1;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;18114:22:1;;;;;;;;;;;;;;;;;;;;;;;18078:11;;18114:8;:22;;;;;;;;:::i;:::-;-1:-1:-1;;;18155:14:1;;;;:27;18151:256;;18318:14;;;;14990:4;15013:8;;;:3;:8;;;;;:12;18294:99;;18364:10;;-1:-1:-1;;;18364:10:1;;;;;;;;;;;18294:99;18439:11;18421:12;18434:1;18421:15;;;;;;;;:::i;:::-;;;;;;:29;;;;18476:7;:13;;;18464:6;18471:1;18464:9;;;;;;;;:::i;:::-;;;;;;:25;;;;;18518:3;18504;:8;;;18513:1;18504:11;;;;;;;;:::i;:::-;;;;;;:17;;;;;18584:9;18569:8;-1:-1:-1;;;;;18541:53:1;18550:7;:17;;;-1:-1:-1;;;;;18541:53:1;;18579:3;18541:53;;;;1105:25:44;;1093:2;1078:18;;959:177;18541:53:1;;;;;;;;16629:1976;;;;16612:15;16625:1;1489::0;1485:5;;1397:102;16612:15:1;16608:19;;16576:2029;;;;18631:85;18652:12;18666;18680:6;18688:5;18695:14;18711:4;18631:20;:85::i;:::-;18615:101;;-1:-1:-1;18615:101:1;;15846:2898;-1:-1:-1;;;;;;;;;15846:2898:1:o;28803:701::-;28892:16;28920:21;28958:8;-1:-1:-1;;;;;28944:23:1;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;28944:23:1;-1:-1:-1;29036:15:1;;28920:47;;-1:-1:-1;28978:20:1;;;29061:415;29085:13;29081:1;:17;29061:415;;;29135:28;29166:8;29175:1;29166:11;;;;;;;;:::i;:::-;;;;;;;29135:42;;29191:25;29219:11;:18;29191:46;;29256:9;29251:215;29275:17;29271:1;:21;29251:215;;;29354:11;29366:1;29354:14;;;;;;;;:::i;:::-;;;;;;;29333:4;29338:12;29333:18;;;;;;;;:::i;:::-;;;;;;;;;;:35;29419:14;;;;;1485:5:0;29251:215:1;;;;29121:355;;29104:15;29117:1;1489::0;1485:5;;1397:102;29104:15:1;29100:19;;29061:415;;;-1:-1:-1;29493:4:1;;28803:701;-1:-1:-1;;;;;28803:701:1:o;27816:225::-;27885:17;;;;:11;:17;;;;;;-1:-1:-1;;;;;27885:17:1;:22;27881:80;;27930:20;;;;;;;;;;;;;;27881:80;27971:17;;;;:11;:17;;;;;;:24;;-1:-1:-1;;27971:24:1;-1:-1:-1;;;;;27971:24:1;;;;;;;;28011:23;;27971:24;;:17;;28011:23;;27971:17;28011:23;27816:225;;:::o;637:698:28:-;693:13;742:14;759:17;770:5;759:10;:17::i;:::-;779:1;759:21;742:38;;794:20;828:6;-1:-1:-1;;;;;817:18:28;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:28;-1:-1:-1;794:41:28;-1:-1:-1;955:28:28;;;971:2;955:28;1010:282;-1:-1:-1;;1041:5:28;1180:10;1175:2;1164:14;;1159:32;1041:5;1146:46;1236:2;1227:11;;;-1:-1:-1;1256:21:28;1010:282;1256:21;-1:-1:-1;1312:6:28;637:698;-1:-1:-1;;;637:698:28:o;6021:126:30:-;6067:13;6099:41;:5;6126:13;6099:26;:41::i;6473:135::-;6522:13;6554:47;:8;6584:16;6554:29;:47::i;3845:262::-;3898:7;3929:4;-1:-1:-1;;;;;3938:11:30;3921:28;;:63;;;;;3970:14;3953:13;:31;3921:63;3917:184;;;-1:-1:-1;4007:22:30;;3845:262::o;3917:184::-;4067:23;4204:80;;;2079:95;4204:80;;;36370:25:44;4226:11:30;36411:18:44;;;36404:34;;;;4239:14:30;36454:18:44;;;36447:34;4255:13:30;36497:18:44;;;36490:34;4278:4:30;36540:19:44;;;36533:84;4168:7:30;;36342:19:44;;4204:80:30;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;4917:176;4994:7;5020:66;5053:20;:18;:20::i;:::-;5075:10;3555:4:31;3549:11;3585:10;3573:23;;3625:4;3616:14;;3609:39;;;;3677:4;3668:14;;3661:34;3733:4;3718:20;;;3353:401;1039:368:32;1145:4;1162:17;1181:24;1211:33;1228:4;1234:9;1211:16;:33::i;:::-;-1:-1:-1;1161:83:32;;-1:-1:-1;1161:83:32;-1:-1:-1;1283:26:32;1274:5;:35;;;;;;;;:::i;:::-;;:58;;;;;1326:6;-1:-1:-1;;;;;1313:19:32;:9;-1:-1:-1;;;;;1313:19:32;;1274:58;1273:127;;;;1349:51;1376:6;1384:4;1390:9;1349:26;:51::i;:::-;1254:146;1039:368;-1:-1:-1;;;;;;1039:368:32:o;24099:2238:1:-;24384:19;;24348:7;;24427:1;24417:11;;;24413:146;;24451:97;24471:12;24485;24498:1;24485:15;;;;;;;;:::i;:::-;;;;;;;24502:6;24509:1;24502:9;;;;;;;;:::i;:::-;;;;;;;24513:12;24527:14;24543:4;24451:19;:97::i;:::-;24444:104;;;;;24413:146;24596:21;;;;-1:-1:-1;;;;;24631:31:1;;24627:406;;24760:9;24755:165;24779:6;24775:1;:10;24755:165;;;24830:6;24837:1;24830:9;;;;;;;;:::i;:::-;;;;;;;24843:1;24830:14;24826:80;;24875:12;;-1:-1:-1;;;24875:12:1;;;;;;;;;;;24826:80;1489:1:0;1485:5;24755:165:1;;;;24938:4;24934:66;;;24962:23;24970:14;24962:7;:23::i;:::-;25021:1;25014:8;;;;;;24627:406;25043:22;25079;25104:8;-1:-1:-1;;;;;25104:18:1;;:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;25079:45;;25140:9;25135:777;25159:6;25155:1;:10;25135:777;;;25202:13;25218:6;25225:1;25218:9;;;;;;;;:::i;:::-;;;;;;;25202:25;;25340:5;25349:1;25340:10;25336:57;;25370:8;;;25336:57;25412:17;25407:76;;25456:12;;-1:-1:-1;;;25456:12:1;;;;;;;;;;;25407:76;25599:14;25591:5;:22;25587:87;;;25640:19;;-1:-1:-1;;;25640:19:1;;;;;;;;;;;25587:87;25823:23;;;;;25864;;;;;25135:777;1489:1:0;1485:5;25135:777:1;;;;25926:12;25922:309;;;25959:67;;;;;-1:-1:-1;;;;;25959:20:1;;;;;25988:14;;25959:67;;26005:12;;26019:6;;25959:67;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;25954:134;;26053:20;;;;;;;;;;;;;;25954:134;25922:309;;;26109:67;;;;;-1:-1:-1;;;;;26109:20:1;;;;;26138:14;;26109:67;;26155:12;;26169:6;;26109:67;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;26104:127;;26199:21;;;;;;;;;;;;;;26104:127;26245:4;26241:58;;;26265:23;26273:14;26265:7;:23::i;:::-;-1:-1:-1;26316:14:1;24099:2238;-1:-1:-1;;;;;;;;;24099:2238:1:o;26548:562::-;26735:18;;;;;26775:21;;;;26818:20;;;;26860:16;;;;;26898:26;;;;26946:21;;;;26989:18;;;;27029:16;;;;26697:392;;26632:7;;26697:392;;26735:18;26775:21;26818:20;27029:16;27067:4;;26697:392;;:::i;:::-;;;;;;;;;;;;;26670:433;;;;;;26651:452;;26548:562;;;;:::o;12214:916:33:-;12267:7;;12351:8;12342:17;;12338:103;;12388:8;12379:17;;;-1:-1:-1;12424:2:33;12414:12;12338:103;12467:8;12458:5;:17;12454:103;;12504:8;12495:17;;;-1:-1:-1;12540:2:33;12530:12;12454:103;12583:8;12574:5;:17;12570:103;;12620:8;12611:17;;;-1:-1:-1;12656:2:33;12646:12;12570:103;12699:7;12690:5;:16;12686:100;;12735:7;12726:16;;;-1:-1:-1;12770:1:33;12760:11;12686:100;12812:7;12803:5;:16;12799:100;;12848:7;12839:16;;;-1:-1:-1;12883:1:33;12873:11;12799:100;12925:7;12916:5;:16;12912:100;;12961:7;12952:16;;;-1:-1:-1;12996:1:33;12986:11;12912:100;13038:7;13029:5;:16;13025:66;;13075:1;13065:11;13117:6;12214:916;-1:-1:-1;;12214:916:33:o;3385:267:26:-;3479:13;1390:66;3508:46;;3504:142;;3577:15;3586:5;3577:8;:15::i;:::-;3570:22;;;;3504:142;3630:5;3623:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2129:766:29;2210:7;2219:12;2233:7;2256:9;:16;2276:2;2256:22;2252:637;;2592:4;2577:20;;2571:27;2641:4;2626:20;;2620:27;2698:4;2683:20;;2677:27;2294:9;2669:36;2739:25;2750:4;2669:36;2571:27;2620;2739:10;:25::i;:::-;2732:32;;;;;;;;;;;2252:637;-1:-1:-1;;2860:16:29;;2811:1;;-1:-1:-1;2815:35:29;;2252:637;2129:766;;;;;:::o;1813:458:32:-;1956:4;1973:12;1987:19;2010:6;-1:-1:-1;;;;;2010:17:32;2084:4;2090:9;2041:60;;;;;;;;;:::i;:::-;;;;-1:-1:-1;;2041:60:32;;;;;;;;;;;;;;;;-1:-1:-1;;;2041:60:32;;;2010:101;;;2041:60;2010:101;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1972:139;;;;2129:7;:42;;;;;2169:2;2152:6;:13;:19;;2129:42;:134;;;;-1:-1:-1;2187:29:32;;-1:-1:-1;;;2228:34:32;2187:29;;;;;;;;;;;;:::i;:::-;:76;;1813:458;-1:-1:-1;;;;;;1813:458:32:o;21968:1538:1:-;22249:21;;;;22203:7;;-1:-1:-1;;;;;22284:31:1;;22280:309;;22412:10;;22408:68;;22449:12;;-1:-1:-1;;;22449:12:1;;;;;;;;;;;22408:68;22494:4;22490:66;;;22518:23;22526:14;22518:7;:23::i;:::-;22577:1;22570:8;;;;;22280:309;22693:10;;22689:449;;22724:8;-1:-1:-1;;;;;22724:18:1;;:20;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;22719:79;;22771:12;;-1:-1:-1;;;22771:12:1;;;;;;;;;;;22719:79;22914:14;22906:5;:22;22902:87;;;22955:19;;-1:-1:-1;;;22955:19:1;;;;;;;;;;;22902:87;23108:5;23090:23;;;;22689:449;23152:12;23148:261;;;23185:44;;;;;-1:-1:-1;;;;;23185:15:1;;;;;23209:5;;23185:44;;23217:11;;23185:44;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;23180:110;;23256:19;;;;;;;;;;;;;;23180:110;23148:261;;;23311:44;;;;;-1:-1:-1;;;;;23311:15:1;;;;;23335:5;;23311:44;;23343:11;;23311:44;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;23306:103;;23378:20;;;;;;;;;;;;;;23306:103;23423:4;23419:58;;;23443:23;23451:14;23443:7;:23::i;:::-;-1:-1:-1;23494:5:1;;21968:1538;-1:-1:-1;;;;;;21968:1538:1:o;27265:415::-;27328:18;;27324:350;;27618:45;27626:10;27648:14;27618:29;:45::i;:::-;27265:415;:::o;2078:405:26:-;2137:13;2162:11;2176:16;2187:4;2176:10;:16::i;:::-;2300:14;;;2311:2;2300:14;;;;;;;;;2162:30;;-1:-1:-1;2280:17:26;;2300:14;;;;;;;;;-1:-1:-1;;;2390:16:26;;;-1:-1:-1;2435:4:26;2426:14;;2419:28;;;;-1:-1:-1;2390:16:26;2078:405::o;5140:1530:29:-;5266:7;;;6199:66;6186:79;;6182:164;;;-1:-1:-1;6297:1:29;;-1:-1:-1;6301:30:29;;-1:-1:-1;6333:1:29;6281:54;;6182:164;6457:24;;;6440:14;6457:24;;;;;;;;;37676:25:44;;;37749:4;37737:17;;37717:18;;;37710:45;;;;37771:18;;;37764:34;;;37814:18;;;37807:34;;;6457:24:29;;37648:19:44;;6457:24:29;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6457:24:29;;-1:-1:-1;;6457:24:29;;;-1:-1:-1;;;;;;;6495:20:29;;6491:113;;-1:-1:-1;6547:1:29;;-1:-1:-1;6551:29:29;;-1:-1:-1;6547:1:29;;-1:-1:-1;6531:62:29;;6491:113;6622:6;-1:-1:-1;6630:20:29;;-1:-1:-1;6630:20:29;;-1:-1:-1;5140:1530:29;;;;;;;;;:::o;1531:331:23:-;1640:6;1616:21;:30;1612:109;;;1669:41;;;;;1704:4;1669:41;;;10711:74:44;10684:18;;1669:41:23;;;;;;;1612:109;1732:12;1750:9;-1:-1:-1;;;;;1750:14:23;1772:6;1750:33;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1731:52;;;1798:7;1793:63;;1828:17;;;;;;;;;;;;;;2555:245:26;2616:7;2688:4;2652:40;;2715:2;2706:11;;2702:69;;;2740:20;;;;;;;;;;;;;;14:407:44;117:8;127:6;181:3;174:4;166:6;162:17;158:27;148:55;;199:1;196;189:12;148:55;-1:-1:-1;222:20:44;;-1:-1:-1;;;;;254:30:44;;251:50;;;297:1;294;287:12;251:50;334:4;326:6;322:17;310:29;;394:3;387:4;377:6;374:1;370:14;362:6;358:27;354:38;351:47;348:67;;;411:1;408;401:12;348:67;14:407;;;;;:::o;426:528::-;563:6;571;624:2;612:9;603:7;599:23;595:32;592:52;;;640:1;637;630:12;592:52;680:9;667:23;-1:-1:-1;;;;;705:6:44;702:30;699:50;;;745:1;742;735:12;699:50;784:110;886:7;877:6;866:9;862:22;784:110;:::i;:::-;913:8;;758:136;;-1:-1:-1;426:528:44;-1:-1:-1;;;;426:528:44:o;1935:250::-;2020:1;2030:113;2044:6;2041:1;2038:13;2030:113;;;2120:11;;;2114:18;2101:11;;;2094:39;2066:2;2059:10;2030:113;;;-1:-1:-1;;2177:1:44;2159:16;;2152:27;1935:250::o;2190:271::-;2232:3;2270:5;2264:12;2297:6;2292:3;2285:19;2313:76;2382:6;2375:4;2370:3;2366:14;2359:4;2352:5;2348:16;2313:76;:::i;:::-;2443:2;2422:15;-1:-1:-1;;2418:29:44;2409:39;;;;2450:4;2405:50;;2190:271;-1:-1:-1;;2190:271:44:o;2466:220::-;2615:2;2604:9;2597:21;2578:4;2635:45;2676:2;2665:9;2661:18;2653:6;2635:45;:::i;:::-;2627:53;2466:220;-1:-1:-1;;;2466:220:44:o;2691:154::-;-1:-1:-1;;;;;2770:5:44;2766:54;2759:5;2756:65;2746:93;;2835:1;2832;2825:12;2850:134;2918:20;;2947:31;2918:20;2947:31;:::i;:::-;2850:134;;;:::o;2989:247::-;3048:6;3101:2;3089:9;3080:7;3076:23;3072:32;3069:52;;;3117:1;3114;3107:12;3069:52;3156:9;3143:23;3175:31;3200:5;3175:31;:::i;3423:407::-;3529:6;3582:2;3570:9;3561:7;3557:23;3553:32;3550:52;;;3598:1;3595;3588:12;3550:52;3638:9;3625:23;-1:-1:-1;;;;;3663:6:44;3660:30;3657:50;;;3703:1;3700;3693:12;3657:50;3726:22;;3782:3;3764:16;;;3760:26;3757:46;;;3799:1;3796;3789:12;4360:611;4550:2;4562:21;;;4632:13;;4535:18;;;4654:22;;;4502:4;;4733:15;;;4707:2;4692:18;;;4502:4;4776:169;4790:6;4787:1;4784:13;4776:169;;;4851:13;;4839:26;;4894:2;4920:15;;;;4885:12;;;;4812:1;4805:9;4776:169;;;-1:-1:-1;4962:3:44;;4360:611;-1:-1:-1;;;;;4360:611:44:o;4976:240::-;5072:6;5132:2;5120:9;5111:7;5107:23;5103:32;5147:2;5144:22;;;5162:1;5159;5152:12;5144:22;-1:-1:-1;5201:9:44;;4976:240;-1:-1:-1;;4976:240:44:o;5745:226::-;5804:6;5857:2;5845:9;5836:7;5832:23;5828:32;5825:52;;;5873:1;5870;5863:12;5825:52;-1:-1:-1;5918:23:44;;5745:226;-1:-1:-1;5745:226:44:o;6339:420::-;6392:3;6430:5;6424:12;6457:6;6452:3;6445:19;6489:4;6484:3;6480:14;6473:21;;6528:4;6521:5;6517:16;6551:1;6561:173;6575:6;6572:1;6569:13;6561:173;;;6636:13;;6624:26;;6679:4;6670:14;;;;6707:17;;;;6597:1;6590:9;6561:173;;;-1:-1:-1;6750:3:44;;6339:420;-1:-1:-1;;;;6339:420:44:o;6764:996::-;7161:66;7153:6;7149:79;7138:9;7131:98;7265:3;7260:2;7249:9;7245:18;7238:31;7112:4;7292:46;7333:3;7322:9;7318:19;7310:6;7292:46;:::i;:::-;7386:9;7378:6;7374:22;7369:2;7358:9;7354:18;7347:50;7420:33;7446:6;7438;7420:33;:::i;:::-;7406:47;;7489:6;7484:2;7473:9;7469:18;7462:34;-1:-1:-1;;;;;7537:6:44;7533:55;7527:3;7516:9;7512:19;7505:84;7626:6;7620:3;7609:9;7605:19;7598:35;7682:9;7674:6;7670:22;7664:3;7653:9;7649:19;7642:51;7710:44;7747:6;7739;7710:44;:::i;8395:1051::-;8485:5;8479:12;8474:3;8467:25;8541:4;8534:5;8530:16;8524:23;8517:4;8512:3;8508:14;8501:47;8449:3;8594:4;8587:5;8583:16;8577:23;8609:47;8650:4;8645:3;8641:14;8627:12;-1:-1:-1;;;;;1688:30:44;1676:43;;1623:102;8609:47;;8704:4;8697:5;8693:16;8687:23;8719:49;8762:4;8757:3;8753:14;8737;-1:-1:-1;;;;;1688:30:44;1676:43;;1623:102;8719:49;;8816:4;8809:5;8805:16;8799:23;8831:49;8874:4;8869:3;8865:14;8849;-1:-1:-1;;;;;1688:30:44;1676:43;;1623:102;8831:49;;8929:4;8922:5;8918:16;8912:23;8905:4;8900:3;8896:14;8889:47;8984:4;8977:5;8973:16;8967:23;8999:50;9043:4;9038:3;9034:14;9018;-1:-1:-1;;;;;6273:54:44;6261:67;;6207:127;8999:50;;9097:4;9090:5;9086:16;9080:23;9112:50;9156:4;9151:3;9147:14;9131;-1:-1:-1;;;;;6273:54:44;6261:67;;6207:127;9112:50;;9210:6;9203:5;9199:18;9193:25;9227:49;9268:6;9263:3;9259:16;9243:14;8369:13;8362:21;8350:34;;8299:91;9227:49;;9324:6;9317:5;9313:18;9307:25;9366:6;9357;9352:3;9348:16;9341:32;9389:51;9432:6;9427:3;9423:16;9407:14;9389:51;:::i;:::-;9382:58;8395:1051;-1:-1:-1;;;;8395:1051:44:o;9451:266::-;9634:2;9623:9;9616:21;9597:4;9654:57;9707:2;9696:9;9692:18;9684:6;9654:57;:::i;9722:250::-;9827:6;9887:3;9875:9;9866:7;9862:23;9858:33;9903:2;9900:22;;;9918:1;9915;9908:12;9977:367;10045:6;10053;10106:2;10094:9;10085:7;10081:23;10077:32;10074:52;;;10122:1;10119;10112:12;10074:52;10161:9;10148:23;10180:31;10205:5;10180:31;:::i;:::-;10230:5;10308:2;10293:18;;;;10280:32;;-1:-1:-1;;;9977:367:44:o;10796:397::-;10893:6;10946:2;10934:9;10925:7;10921:23;10917:32;10914:52;;;10962:1;10959;10952:12;10914:52;11002:9;10989:23;-1:-1:-1;;;;;11027:6:44;11024:30;11021:50;;;11067:1;11064;11057:12;11021:50;11090:22;;11146:2;11128:16;;;11124:25;11121:45;;;11162:1;11159;11152:12;11198:184;-1:-1:-1;;;11247:1:44;11240:88;11347:4;11344:1;11337:15;11371:4;11368:1;11361:15;11387:349;11504:4;11562:11;11549:25;11656:3;11652:8;11641;11625:14;11621:29;11617:44;11597:18;11593:69;11583:97;;11676:1;11673;11666:12;11583:97;11697:33;;;;;11387:349;-1:-1:-1;;11387:349:44:o;11741:184::-;-1:-1:-1;;;11790:1:44;11783:88;11890:4;11887:1;11880:15;11914:4;11911:1;11904:15;11930:253;12002:2;11996:9;12044:4;12032:17;;-1:-1:-1;;;;;12064:34:44;;12100:22;;;12061:62;12058:88;;;12126:18;;:::i;:::-;12162:2;12155:22;11930:253;:::o;12188:::-;12260:2;12254:9;12302:4;12290:17;;-1:-1:-1;;;;;12322:34:44;;12358:22;;;12319:62;12316:88;;;12384:18;;:::i;12446:253::-;12518:2;12512:9;12560:4;12548:17;;-1:-1:-1;;;;;12580:34:44;;12616:22;;;12577:62;12574:88;;;12642:18;;:::i;12704:275::-;12775:2;12769:9;12840:2;12821:13;;-1:-1:-1;;12817:27:44;12805:40;;-1:-1:-1;;;;;12860:34:44;;12896:22;;;12857:62;12854:88;;;12922:18;;:::i;:::-;12958:2;12951:22;12704:275;;-1:-1:-1;12704:275:44:o;12984:204::-;13065:4;-1:-1:-1;;;;;13090:6:44;13087:30;13084:56;;;13120:18;;:::i;:::-;-1:-1:-1;13165:1:44;13161:14;13177:4;13157:25;;12984:204::o;13193:614::-;13261:5;13309:4;13297:9;13292:3;13288:19;13284:30;13281:50;;;13327:1;13324;13317:12;13281:50;13380:4;13374:11;;;13412:17;;-1:-1:-1;;;;;13444:34:44;;13480:22;;;13441:62;13438:88;;;13506:18;;:::i;:::-;13542:4;13535:24;13628:23;;13660;;13756:2;13741:18;;;13728:32;13776:15;;;13769:32;;;;-1:-1:-1;13577:6:44;13193:614;-1:-1:-1;13193:614:44:o;13812:763::-;13868:5;13916:4;13904:9;13899:3;13895:19;13891:30;13888:50;;;13934:1;13931;13924:12;13888:50;13987:2;13981:9;14029:4;14017:17;;-1:-1:-1;;;;;14049:34:44;;14085:22;;;14046:62;14043:88;;;14111:18;;:::i;:::-;14147:2;14140:22;14180:6;-1:-1:-1;14180:6:44;14210:23;;14277:4;14264:18;;14252:31;;14242:59;;14297:1;14294;14287:12;14242:59;14310:23;;14406:2;14391:18;;;14378:32;14426:15;;;14419:32;14524:2;14509:18;;;14496:32;14544:15;;14537:32;;;;13812:763;;-1:-1:-1;13812:763:44:o;14580:722::-;14643:5;14696:3;14689:4;14681:6;14677:17;14673:27;14663:55;;14714:1;14711;14704:12;14663:55;14754:6;14741:20;14781:85;14797:68;14858:6;14797:68;:::i;:::-;14781:85;:::i;:::-;14890:3;14914:6;14909:3;14902:19;14946:4;14941:3;14937:14;14930:21;;15010:4;15002;14994:6;14990:17;14982:6;14978:30;14974:41;14960:55;;15038:3;15030:6;15027:15;15024:35;;;15055:1;15052;15045:12;15024:35;15091:4;15083:6;15079:17;15105:166;15121:6;15116:3;15113:15;15105:166;;;15189:37;15222:3;15217;15189:37;:::i;:::-;15177:50;;15256:4;15247:14;;;;15147:4;15138:14;15105:166;;;-1:-1:-1;15289:7:44;14580:722;-1:-1:-1;;;;;14580:722:44:o;15307:171::-;15374:20;;-1:-1:-1;;;;;15423:30:44;;15413:41;;15403:69;;15468:1;15465;15458:12;15483:1596;15633:9;15692:4;15684:5;15668:14;15664:26;15660:37;15657:57;;;15710:1;15707;15700:12;15657:57;15738:22;;:::i;:::-;15805:19;;15833:24;;15904:2;15893:14;;15880:28;-1:-1:-1;;;;;15920:30:44;;15917:50;;;15963:1;15960;15953:12;15917:50;15986:18;;16042:14;16035:4;16027:13;;16023:34;16013:62;;16071:1;16068;16061:12;16013:62;16111:2;16098:16;16134:85;16150:68;16211:6;16150:68;:::i;16134:85::-;16241:3;16265:6;16260:3;16253:19;16297:2;16292:3;16288:12;16281:19;;16352:2;16342:6;16339:1;16335:14;16331:2;16327:23;16323:32;16309:46;;16378:14;16370:6;16367:26;16364:46;;;16406:1;16403;16396:12;16364:46;16438:2;16434;16430:11;16419:22;;16450:187;16466:6;16461:3;16458:15;16450:187;;;16534:60;16579:14;16574:3;16534:60;:::i;:::-;16529:3;16522:73;16624:2;16619:3;16615:12;16608:19;;16492:4;16487:3;16483:14;16476:21;;16450:187;;;16666:2;16653:16;;16646:31;-1:-1:-1;;;16726:4:44;16715:16;;16702:30;-1:-1:-1;;;;;16744:32:44;;16741:52;;;16789:1;16786;16779:12;16741:52;16829:75;16889:14;16878:8;16871:5;16867:20;16829:75;:::i;:::-;16822:4;16813:7;16809:18;16802:103;;16939:34;16969:2;16962:5;16958:14;16939:34;:::i;:::-;16934:2;16925:7;16921:16;16914:60;17009:34;17038:3;17031:5;17027:15;17009:34;:::i;:::-;17003:3;16990:17;;16983:61;16994:7;15483:1596;-1:-1:-1;;15483:1596:44:o;17084:184::-;-1:-1:-1;;;17133:1:44;17126:88;17233:4;17230:1;17223:15;17257:4;17254:1;17247:15;17273:128;17340:9;;;17361:11;;;17358:37;;;17375:18;;:::i;17406:437::-;17485:1;17481:12;;;;17528;;;17549:61;;17603:4;17595:6;17591:17;17581:27;;17549:61;17656:2;17648:6;17645:14;17625:18;17622:38;17619:218;;-1:-1:-1;;;17690:1:44;17683:88;17794:4;17791:1;17784:15;17822:4;17819:1;17812:15;17619:218;;17406:437;;;:::o;17848:118::-;17934:5;17927:13;17920:21;17913:5;17910:32;17900:60;;17956:1;17953;17946:12;17971:186;18019:4;-1:-1:-1;;;;;18044:6:44;18041:30;18038:56;;;18074:18;;:::i;:::-;-1:-1:-1;18140:2:44;18119:15;-1:-1:-1;;18115:29:44;18146:4;18111:40;;17971:186::o;18162:1311::-;18231:5;18279:4;18267:9;18262:3;18258:19;18254:30;18251:50;;;18297:1;18294;18287:12;18251:50;18319:22;;:::i;:::-;18310:31;;18378:9;18365:23;18397:33;18422:7;18397:33;:::i;:::-;18439:22;;18493:37;18526:2;18511:18;;18493:37;:::i;:::-;18488:2;18481:5;18477:14;18470:61;18583:2;18572:9;18568:18;18555:32;18596:30;18618:7;18596:30;:::i;:::-;18653:2;18642:14;;18635:31;18739:2;18724:18;;;18711:32;18759:14;;;18752:31;18834:3;18819:19;;18806:33;-1:-1:-1;;;;;18851:30:44;;18848:50;;;18894:1;18891;18884:12;18848:50;18917:22;;18970:4;18962:13;;18958:23;-1:-1:-1;18948:51:44;;18995:1;18992;18985:12;18948:51;19035:2;19022:16;19060:52;19076:35;19104:6;19076:35;:::i;19060:52::-;19135:6;19128:5;19121:21;19183:3;19178:2;19169:6;19165:2;19161:15;19157:24;19154:33;19151:53;;;19200:1;19197;19190:12;19151:53;19255:6;19250:2;19246;19242:11;19237:2;19230:5;19226:14;19213:49;19307:1;19282:18;;;19302:2;19278:27;19271:38;;;;19336:3;19325:15;;19318:30;-1:-1:-1;19421:3:44;19406:19;;;19393:33;19442:15;;;19435:32;;;;19329:5;18162:1311;-1:-1:-1;18162:1311:44:o;19478:927::-;19620:9;19679:4;19671:5;19655:14;19651:26;19647:37;19644:57;;;19697:1;19694;19687:12;19644:57;19725:22;;:::i;:::-;19792:19;;19820:24;;19891:2;19880:14;;19867:28;-1:-1:-1;;;;;19907:30:44;;19904:50;;;19950:1;19947;19940:12;19904:50;19988:76;20049:14;20040:6;20033:5;20029:18;19988:76;:::i;:::-;19983:2;19974:7;19970:16;19963:102;;20099:59;20143:14;20138:2;20131:5;20127:14;20099:59;:::i;:::-;20094:2;20085:7;20081:16;20074:85;20207:4;20200:5;20196:16;20183:30;20222:33;20247:7;20222:33;:::i;:::-;20284:4;20271:18;;20264:35;20335:34;20364:3;20353:15;;20335:34;:::i;20410:340::-;20518:4;20576:11;20563:25;20670:3;20666:8;20655;20639:14;20635:29;20631:44;20611:18;20607:69;20597:97;;20690:1;20687;20680:12;20755:238;20887:9;20924:63;20972:14;20965:5;20924:63;:::i;20998:340::-;21107:4;21165:11;21152:25;21259:2;21255:7;21244:8;21228:14;21224:29;21220:43;21200:18;21196:68;21186:96;;21278:1;21275;21268:12;21343:587;21478:4;21484:6;21544:11;21531:25;21638:2;21634:7;21623:8;21607:14;21603:29;21599:43;21579:18;21575:68;21565:96;;21657:1;21654;21647:12;21565:96;21684:33;;21736:20;;;-1:-1:-1;;;;;;21768:30:44;;21765:50;;;21811:1;21808;21801:12;21765:50;21844:4;21832:17;;-1:-1:-1;21895:1:44;21891:14;;;21875;21871:35;21861:46;;21858:66;;;21920:1;21917;21910:12;21935:899;22133:9;22168:85;22184:68;22245:6;22184:68;:::i;22168:85::-;22287:19;;;22331:4;22322:14;;;22374:1;22370:14;;;22359:26;;22408:14;22397:26;;22394:46;;;22436:1;22433;22426:12;22394:46;22460:5;22474:327;22490:6;22485:3;22482:15;22474:327;;;22578:3;22565:17;-1:-1:-1;;;;;22601:11:44;22598:35;22595:55;;;22646:1;22643;22636:12;22595:55;22675:81;22741:14;22727:11;22720:5;22716:23;22675:81;:::i;:::-;22663:94;;-1:-1:-1;22786:4:44;22777:14;;;;22507;22474:327;;22839:255;22937:6;22990:2;22978:9;22969:7;22965:23;22961:32;22958:52;;;23006:1;23003;22996:12;22958:52;23029:59;23080:7;23069:9;23029:59;:::i;23443:586::-;23577:4;23583:6;23643:11;23630:25;23737:2;23733:7;23722:8;23706:14;23702:29;23698:43;23678:18;23674:68;23664:96;;23756:1;23753;23746:12;23664:96;23783:33;;23835:20;;;-1:-1:-1;;;;;;23867:30:44;;23864:50;;;23910:1;23907;23900:12;23864:50;23943:4;23931:17;;-1:-1:-1;23994:1:44;23990:14;;;23974;23970:35;23960:46;;23957:66;;;24019:1;24016;24009:12;24034:987;24463:3;24501:6;24495:13;24517:66;24576:6;24571:3;24564:4;24556:6;24552:17;24517:66;:::i;:::-;-1:-1:-1;;;24605:16:44;;;24630:18;;;24673:13;;24695:78;24673:13;24760:1;24749:13;;24742:4;24730:17;;24695:78;:::i;:::-;-1:-1:-1;;;24836:1:44;24792:20;;;;24828:10;;;24821:23;24869:13;;24891:75;24869:13;24953:1;24945:10;;24938:4;24926:17;;24891:75;:::i;:::-;24990:17;24982:33;;;;-1:-1:-1;;;;;24034:987:44:o;25634:575::-;25754:4;25760:6;25820:11;25807:25;25914:2;25910:7;25899:8;25883:14;25879:29;25875:43;25855:18;25851:68;25841:96;;25933:1;25930;25923:12;25841:96;25960:33;;26012:20;;;-1:-1:-1;;;;;;26044:30:44;;26041:50;;;26087:1;26084;26077:12;26041:50;26120:4;26108:17;;-1:-1:-1;26179:4:44;26167:17;;26151:14;26147:38;26137:49;;26134:69;;;26199:1;26196;26189:12;26214:229;26298:6;26351:2;26339:9;26330:7;26326:23;26322:32;26319:52;;;26367:1;26364;26357:12;26319:52;26390:47;26429:7;26418:9;26390:47;:::i;26448:184::-;26506:6;26559:2;26547:9;26538:7;26534:23;26530:32;26527:52;;;26575:1;26572;26565:12;26527:52;26598:28;26616:9;26598:28;:::i;26637:791::-;26740:6;26800:3;26788:9;26779:7;26775:23;26771:33;26816:2;26813:22;;;26831:1;26828;26821:12;26813:22;-1:-1:-1;26873:22:44;;:::i;:::-;26940:23;;26972:22;;27026:68;27086:7;27081:2;27066:18;;27026:68;:::i;:::-;27021:2;27014:5;27010:14;27003:92;27129:56;27177:7;27172:2;27161:9;27157:18;27129:56;:::i;:::-;27122:4;27115:5;27111:16;27104:82;27238:3;27227:9;27223:19;27210:33;27252;27277:7;27252:33;:::i;:::-;27312:2;27301:14;;27294:31;27359:38;27392:3;27377:19;;27359:38;:::i;:::-;27352:4;27341:16;;27334:64;27345:5;26637:791;-1:-1:-1;;;26637:791:44:o;27433:135::-;27472:3;27493:17;;;27490:43;;27513:18;;:::i;:::-;-1:-1:-1;27560:1:44;27549:13;;27433:135::o;28653:1296::-;28753:6;28806:2;28794:9;28785:7;28781:23;28777:32;28774:52;;;28822:1;28819;28812:12;28774:52;28855:9;28849:16;-1:-1:-1;;;;;28880:6:44;28877:30;28874:50;;;28920:1;28917;28910:12;28874:50;28943:22;;28999:4;28981:16;;;28977:27;28974:47;;;29017:1;29014;29007:12;28974:47;29043:22;;:::i;:::-;29110:9;;29128:22;;29188:2;29180:11;;29174:18;29201:33;29174:18;29201:33;:::i;:::-;29261:2;29250:14;;29243:31;29312:2;29304:11;;29298:18;29325:30;29298:18;29325:30;:::i;:::-;29382:2;29371:14;;29364:31;29434:2;29426:11;;29420:18;-1:-1:-1;;;;;29450:32:44;;29447:52;;;29495:1;29492;29485:12;29447:52;29526:8;29522:2;29518:17;29508:27;;;29573:7;29566:4;29562:2;29558:13;29554:27;29544:55;;29595:1;29592;29585:12;29544:55;29628:2;29622:9;29653:52;29669:35;29697:6;29669:35;:::i;29653:52::-;29728:6;29721:5;29714:21;29776:7;29771:2;29762:6;29758:2;29754:15;29750:24;29747:37;29744:57;;;29797:1;29794;29787:12;29744:57;29810:71;29874:6;29869:2;29862:5;29858:14;29853:2;29849;29845:11;29810:71;:::i;:::-;29908:2;29897:14;;29890:29;-1:-1:-1;29901:5:44;28653:1296;-1:-1:-1;;;;28653:1296:44:o;31135:517::-;31236:2;31231:3;31228:11;31225:421;;;31272:5;31269:1;31262:16;31316:4;31313:1;31303:18;31386:2;31374:10;31370:19;31367:1;31363:27;31357:4;31353:38;31422:4;31410:10;31407:20;31404:47;;;-1:-1:-1;31445:4:44;31404:47;31500:2;31495:3;31491:12;31488:1;31484:20;31478:4;31474:31;31464:41;;31555:81;31573:2;31566:5;31563:13;31555:81;;;31632:1;31618:16;;31599:1;31588:13;31555:81;;31828:1295;31952:3;31946:10;-1:-1:-1;;;;;31971:6:44;31968:30;31965:56;;;32001:18;;:::i;:::-;32030:96;32119:6;32079:38;32111:4;32105:11;32079:38;:::i;:::-;32073:4;32030:96;:::i;:::-;32175:4;32206:2;32195:14;;32223:1;32218:648;;;;32910:1;32927:6;32924:89;;;-1:-1:-1;32979:19:44;;;32973:26;32924:89;-1:-1:-1;;31785:1:44;31781:11;;;31777:24;31773:29;31763:40;31809:1;31805:11;;;31760:57;33026:81;;32188:929;;32218:648;31082:1;31075:14;;;31119:4;31106:18;;-1:-1:-1;;32254:20:44;;;32371:222;32385:7;32382:1;32379:14;32371:222;;;32467:19;;;32461:26;32446:42;;32574:4;32559:20;;;;32527:1;32515:14;;;;32401:12;32371:222;;;32375:3;32621:6;32612:7;32609:19;32606:201;;;32682:19;;;32676:26;-1:-1:-1;;32765:1:44;32761:14;;;32777:3;32757:24;32753:37;32749:42;32734:58;32719:74;;32606:201;-1:-1:-1;;;;32853:1:44;32837:14;;;32833:22;32820:36;;-1:-1:-1;31828:1295:44:o;33317:184::-;-1:-1:-1;;;33366:1:44;33359:88;33466:4;33463:1;33456:15;33490:4;33487:1;33480:15;33506:245;33573:6;33626:2;33614:9;33605:7;33601:23;33597:32;33594:52;;;33642:1;33639;33632:12;33594:52;33674:9;33668:16;33693:28;33715:5;33693:28;:::i;33756:1011::-;34030:4;34078:2;34067:9;34063:18;34108:2;34097:9;34090:21;34131:6;34166;34160:13;34197:6;34189;34182:22;34235:2;34224:9;34220:18;34213:25;;34297:2;34287:6;34284:1;34280:14;34269:9;34265:30;34261:39;34247:53;;34335:4;34327:6;34323:17;34358:1;34368:271;34382:6;34379:1;34376:13;34368:271;;;34475:2;34471:7;34459:9;34451:6;34447:22;34443:36;34438:3;34431:49;34503:52;34548:6;34539;34533:13;34503:52;:::i;:::-;34493:62;-1:-1:-1;34590:4:44;34615:14;;;;34578:17;;;;;34404:1;34397:9;34368:271;;;34372:3;;;;34689:9;34681:6;34677:22;34670:4;34659:9;34655:20;34648:52;34717:44;34754:6;34746;34717:44;:::i;:::-;34709:52;33756:1011;-1:-1:-1;;;;;33756:1011:44:o;34937:1169::-;35308:6;35303:3;35296:19;35370:26;35366:31;35357:6;35353:2;35349:15;35345:53;35340:2;35335:3;35331:12;35324:75;35454:26;35450:31;35441:6;35437:2;35433:15;35429:53;35424:2;35419:3;35415:12;35408:75;35535:66;35526:6;35521:3;35517:16;35513:89;35508:2;35503:3;35499:12;35492:111;35655:66;35646:6;35641:3;35637:16;35633:89;35628:2;35623:3;35619:12;35612:111;35776:6;35769:14;35762:22;35757:3;35753:32;35748:2;35743:3;35739:12;35732:54;35816:6;35811:2;35806:3;35802:12;35795:28;35278:3;35854;35849;35845:13;35880:1;35910:6;35904:13;35926:68;35987:6;35980:5;35973:4;35965:6;35961:17;35926:68;:::i;:::-;36012:18;;;-1:-1:-1;36039:32:44;36012:18;36057:6;34845:3;34841:15;34858:66;34837:88;34825:101;;34772:160;36039:32;36098:1;36087:13;;34937:1169;-1:-1:-1;;;;;;;;;;;;34937:1169:44:o;36628:289::-;36803:6;36792:9;36785:25;36846:2;36841;36830:9;36826:18;36819:30;36766:4;36866:45;36907:2;36896:9;36892:18;36884:6;36866:45;:::i;36922:287::-;37051:3;37089:6;37083:13;37105:66;37164:6;37159:3;37152:4;37144:6;37140:17;37105:66;:::i;37214:230::-;37284:6;37337:2;37325:9;37316:7;37312:23;37308:32;37305:52;;;37353:1;37350;37343:12;37305:52;-1:-1:-1;37398:16:44;;37214:230;-1:-1:-1;37214:230:44:o" - }, - "methodIdentifiers": { - "attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))": "f17325e7", - "attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))": "3c042715", - "eip712Domain()": "84b0196e", - "getAttestTypeHash()": "12b11a17", - "getAttestation(bytes32)": "a3112a64", - "getDomainSeparator()": "ed24911d", - "getName()": "17d7de7c", - "getNonce(address)": "2d0335ab", - "getRevokeOffchain(address,bytes32)": "b469318d", - "getRevokeTypeHash()": "b83010d3", - "getSchemaRegistry()": "f10b5cc8", - "getTimestamp(bytes32)": "d45c4435", - "increaseNonce(uint256)": "79f7573a", - "isAttestationValid(bytes32)": "e30bb563", - "multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])": "44adc90e", - "multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "95411525", - "multiRevoke((bytes32,(bytes32,uint256)[])[])": "4cb7e9e5", - "multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "0eabf660", - "multiRevokeOffchain(bytes32[])": "13893f61", - "multiTimestamp(bytes32[])": "e71ff365", - "revoke((bytes32,(bytes32,uint256)))": "46926267", - "revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))": "a6d4dbc7", - "revokeOffchain(bytes32)": "cf190f34", - "timestamp(bytes32)": "4d003070", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract ISchemaRegistry\",\"name\":\"registry\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessDenied\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AddressInsufficientBalance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadyRevoked\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadyRevokedOffchain\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AlreadyTimestamped\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"DeadlineExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAttestation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidAttestations\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidExpirationTime\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidNonce\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidOffset\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRegistry\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRevocation\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidRevocations\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSchema\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidVerifier\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"Irrevocable\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotFound\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotPayable\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"WrongSchema\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"schemaUID\",\"type\":\"bytes32\"}],\"name\":\"Attested\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newNonce\",\"type\":\"uint256\"}],\"name\":\"NonceIncreased\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"schemaUID\",\"type\":\"bytes32\"}],\"name\":\"Revoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"timestamp\",\"type\":\"uint64\"}],\"name\":\"RevokedOffchain\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"timestamp\",\"type\":\"uint64\"}],\"name\":\"Timestamped\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct AttestationRequest\",\"name\":\"request\",\"type\":\"tuple\"}],\"name\":\"attest\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedAttestationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"attestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAttestTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"getAttestation\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDomainSeparator\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getNonce\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"getRevokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getRevokeTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSchemaRegistry\",\"outputs\":[{\"internalType\":\"contract ISchemaRegistry\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"getTimestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"newNonce\",\"type\":\"uint256\"}],\"name\":\"increaseNonce\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"isAttestationValid\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"}],\"internalType\":\"struct MultiAttestationRequest[]\",\"name\":\"multiRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiAttest\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedAttestationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiAttestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"}],\"internalType\":\"struct MultiRevocationRequest[]\",\"name\":\"multiRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiRevoke\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedRevocationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiRevokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"data\",\"type\":\"bytes32[]\"}],\"name\":\"multiRevokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"data\",\"type\":\"bytes32[]\"}],\"name\":\"multiTimestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct RevocationRequest\",\"name\":\"request\",\"type\":\"tuple\"}],\"name\":\"revoke\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedRevocationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"revokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"revokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"timestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"AddressInsufficientBalance(address)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"FailedInnerCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}]},\"events\":{\"Attested(address,address,bytes32,bytes32)\":{\"params\":{\"attester\":\"The attesting account.\",\"recipient\":\"The recipient of the attestation.\",\"schemaUID\":\"The UID of the schema.\",\"uid\":\"The UID of the new attestation.\"}},\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"},\"NonceIncreased(uint256,uint256)\":{\"params\":{\"newNonce\":\"The new value.\",\"oldNonce\":\"The previous nonce.\"}},\"Revoked(address,address,bytes32,bytes32)\":{\"params\":{\"attester\":\"The attesting account.\",\"recipient\":\"The recipient of the attestation.\",\"schemaUID\":\"The UID of the schema.\",\"uid\":\"The UID the revoked attestation.\"}},\"RevokedOffchain(address,bytes32,uint64)\":{\"params\":{\"data\":\"The data.\",\"revoker\":\"The address of the revoker.\",\"timestamp\":\"The timestamp.\"}},\"Timestamped(bytes32,uint64)\":{\"params\":{\"data\":\"The data.\",\"timestamp\":\"The timestamp.\"}}},\"kind\":\"dev\",\"methods\":{\"attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))\":{\"params\":{\"request\":\"The arguments of the attestation request.\"},\"returns\":{\"_0\":\"The UID of the new attestation. Example: attest({ schema: \\\"0facc36681cbe2456019c1b0d1e7bedd6d1d40f6f324bf3dd3a4cef2999200a0\\\", data: { recipient: \\\"0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf\\\", expirationTime: 0, revocable: true, refUID: \\\"0x0000000000000000000000000000000000000000000000000000000000000000\\\", data: \\\"0xF00D\\\", value: 0 } })\"}},\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated attestation request.\"},\"returns\":{\"_0\":\"The UID of the new attestation. Example: attestByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, signature: { v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e', deadline: 1673891048 })\"}},\"constructor\":{\"details\":\"Creates a new EAS instance.\",\"params\":{\"registry\":\"The address of the global schema registry.\"}},\"eip712Domain()\":{\"details\":\"See {IERC-5267}.\"},\"getAttestTypeHash()\":{\"returns\":{\"_0\":\"The EIP712 type hash for the attest function.\"}},\"getAttestation(bytes32)\":{\"params\":{\"uid\":\"The UID of the attestation to retrieve.\"},\"returns\":{\"_0\":\"The attestation data members.\"}},\"getDomainSeparator()\":{\"returns\":{\"_0\":\"The domain separator used in the encoding of the signatures for attest, and revoke.\"}},\"getName()\":{\"returns\":{\"_0\":\"The EIP712 name.\"}},\"getNonce(address)\":{\"params\":{\"account\":\"The requested account.\"},\"returns\":{\"_0\":\"The current nonce.\"}},\"getRevokeOffchain(address,bytes32)\":{\"params\":{\"data\":\"The data to query.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"getRevokeTypeHash()\":{\"returns\":{\"_0\":\"The EIP712 type hash for the revoke function.\"}},\"getSchemaRegistry()\":{\"returns\":{\"_0\":\"The address of the global schema registry.\"}},\"getTimestamp(bytes32)\":{\"params\":{\"data\":\"The data to query.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"increaseNonce(uint256)\":{\"params\":{\"newNonce\":\"The (higher) new value.\"}},\"isAttestationValid(bytes32)\":{\"params\":{\"uid\":\"The UID of the attestation to retrieve.\"},\"returns\":{\"_0\":\"Whether an attestation exists.\"}},\"multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])\":{\"params\":{\"multiRequests\":\"The arguments of the multi attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization.\"},\"returns\":{\"_0\":\"The UIDs of the new attestations. Example: multiAttest([{ schema: '0x33e9094830a5cba5554d1954310e4fbed2ef5f859ec1404619adea4207f391fd', data: [{ recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 1000 }, { recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 0, revocable: false, refUID: '0x480df4a039efc31b11bfdf491b383ca138b6bde160988222a2a3509c02cee174', data: '0x00', value: 0 }], }, { schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425', data: [{ recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 0, revocable: true, refUID: '0x75bf2ed8dca25a8190c50c52db136664de25b2449535839008ccfdab469b214f', data: '0x12345678', value: 0 }, }])\"}},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization.\"},\"returns\":{\"_0\":\"The UIDs of the new attestations. Example: multiAttestByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, { recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 0, revocable: false, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x00', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4', deadline: 1673891048 }])\"}},\"multiRevoke((bytes32,(bytes32,uint256)[])[])\":{\"params\":{\"multiRequests\":\"The arguments of the multi revocation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization. Example: multiRevoke([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25', value: 1000 }, { uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade', value: 0 }], }, { schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425', data: [{ uid: '0x053d42abce1fd7c8fcddfae21845ad34dae287b2c326220b03ba241bc5a8f019', value: 0 }, }])\"}},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi revocation attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization. Example: multiRevokeByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25', value: 1000 }, { uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 }])\"}},\"multiRevokeOffchain(bytes32[])\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was revoked with.\"}},\"multiTimestamp(bytes32[])\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"revoke((bytes32,(bytes32,uint256)))\":{\"params\":{\"request\":\"The arguments of the revocation request. Example: revoke({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { uid: '0x101032e487642ee04ee17049f99a70590c735b8614079fc9275f9dd57c00966d', value: 0 } })\"}},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated revocation request. Example: revokeByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba', value: 0 }, signature: { v: 27, r: '0xb593...7142', s: '0x0f5b...2cce' }, revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 })\"}},\"revokeOffchain(bytes32)\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was revoked with.\"}},\"timestamp(bytes32)\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"EAS\",\"version\":1},\"userdoc\":{\"events\":{\"Attested(address,address,bytes32,bytes32)\":{\"notice\":\"Emitted when an attestation has been made.\"},\"NonceIncreased(uint256,uint256)\":{\"notice\":\"Emitted when users invalidate nonces by increasing their nonces to (higher) new values.\"},\"Revoked(address,address,bytes32,bytes32)\":{\"notice\":\"Emitted when an attestation has been revoked.\"},\"RevokedOffchain(address,bytes32,uint64)\":{\"notice\":\"Emitted when a data has been revoked.\"},\"Timestamped(bytes32,uint64)\":{\"notice\":\"Emitted when a data has been timestamped.\"}},\"kind\":\"user\",\"methods\":{\"attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))\":{\"notice\":\"Attests to a specific schema.\"},\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Attests to a specific schema via the provided ECDSA signature.\"},\"getAttestTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the attest function.\"},\"getAttestation(bytes32)\":{\"notice\":\"Returns an existing attestation by UID.\"},\"getDomainSeparator()\":{\"notice\":\"Returns the domain separator used in the encoding of the signatures for attest, and revoke.\"},\"getName()\":{\"notice\":\"Returns the EIP712 name.\"},\"getNonce(address)\":{\"notice\":\"Returns the current nonce per-account.\"},\"getRevokeOffchain(address,bytes32)\":{\"notice\":\"Returns the timestamp that the specified data was timestamped with.\"},\"getRevokeTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the revoke function.\"},\"getSchemaRegistry()\":{\"notice\":\"Returns the address of the global schema registry.\"},\"getTimestamp(bytes32)\":{\"notice\":\"Returns the timestamp that the specified data was timestamped with.\"},\"increaseNonce(uint256)\":{\"notice\":\"Provides users an option to invalidate nonces by increasing their nonces to (higher) new values.\"},\"isAttestationValid(bytes32)\":{\"notice\":\"Checks whether an attestation exists.\"},\"multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])\":{\"notice\":\"Attests to multiple schemas.\"},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Attests to multiple schemas using via provided ECDSA signatures.\"},\"multiRevoke((bytes32,(bytes32,uint256)[])[])\":{\"notice\":\"Revokes existing attestations to multiple schemas.\"},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Revokes existing attestations to multiple schemas via provided ECDSA signatures.\"},\"multiRevokeOffchain(bytes32[])\":{\"notice\":\"Revokes the specified multiple bytes32 data.\"},\"multiTimestamp(bytes32[])\":{\"notice\":\"Timestamps the specified multiple bytes32 data.\"},\"revoke((bytes32,(bytes32,uint256)))\":{\"notice\":\"Revokes an existing attestation to a specific schema.\"},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Revokes an existing attestation to a specific schema via the provided ECDSA signature.\"},\"revokeOffchain(bytes32)\":{\"notice\":\"Revokes the specified bytes32 data.\"},\"timestamp(bytes32)\":{\"notice\":\"Timestamps the specified bytes32 data.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"The Ethereum Attestation Service protocol.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/EAS.sol\":\"EAS\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/EAS.sol\":{\"keccak256\":\"0x386b8f36744eb2df6aaf571351a095f7af16c6ce122db4e1d958617899d3ba6e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0b6a27225ff0a96a2da9e8979eb321140729b0901c3aa1c2ea233a375c577c79\",\"dweb:/ipfs/QmcoakRTbcmQbAZy8xgg1LVJyF7TTDieUFrSEXYEA5Eca8\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol\":{\"keccak256\":\"0x10dff7b428298675b42e81af653de9a30e1433ed96fb3292596138cf097d4648\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73b6c492bc4ace87e5541f879a80b1b3960252c4bc6d15c096ec9c726d7d1aeb\",\"dweb:/ipfs/QmXDTVR7BwfLSrALtb4jJVpKoHh71brkViT3ZpGbXfHuUp\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@openzeppelin/contracts/interfaces/IERC1271.sol\":{\"keccak256\":\"0x85a45f3f10014a0f8be41157a32b6a5f905753ea64a4b64e29fc12b7deeecf39\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3c74009ce36136b36c77c23935b8e4a7b4f253be2da2be4fb4a916b1ce43743\",\"dweb:/ipfs/QmcH36v3iN7SJJuF73AunLR2LtNxhVJ1wm63ph4dPZ4pcL\"]},\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x18a7171df639a934592915a520ecb97c5bbc9675a1105607aac8a94e72bf62c6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7478e1f13da69a2867ccd883001d836b75620362e743f196376d63ed0c422a1c\",\"dweb:/ipfs/QmWywcQ9TNfwtoqAxbn25d8C5VrV12PrPS9UjtGe6pL2BA\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xeed0a08b0b091f528356cbc7245891a4c748682d4f6a18055e8e6ca77d12a6cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba80ba06c8e6be852847e4c5f4492cef801feb6558ae09ed705ff2e04ea8b13c\",\"dweb:/ipfs/QmXRJDv3xHLVQCVXg1ZvR35QS9sij5y9NDWYzMfUfAdTHF\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x999f705a027ed6dc2d4e0df2cc4a509852c6bfd11de1c8161bf88832d0503fd0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0798def67258d9a3cc20b2b4da7ebf351a5cefe0abfdd665d2d81f8e32f89b21\",\"dweb:/ipfs/QmPEvJosnPfzHNjKvCv2D3891mA2Ww8eUwkqrxBjuYdHCt\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0xba333517a3add42cd35fe877656fc3dfcc9de53baa4f3aabbd6d12a92e4ea435\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ceacff44c0fdc81e48e0e0b1db87a2076d3c1fb497341de077bf1da9f6b406c\",\"dweb:/ipfs/QmRUo1muMRAewxrKQ7TkXUtknyRoR57AyEkoPpiuZQ8FzX\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0x6b11eb41a228cca35d4b662b4df69fcd75192851365102690f57b2ac01e83fe6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab006a2983ed350d2af21ddcdd835dcae3b8340086cc4d088460da5abd041f69\",\"dweb:/ipfs/QmbEacDhkJZiGrgzLjB4pNtE8Z1uudjDw1DvcDUTVQFsLG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol": { - "IEAS": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "indexed": true, - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" - } - ], - "name": "Attested", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "indexed": true, - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "schemaUID", - "type": "bytes32" - } - ], - "name": "Revoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" - } - ], - "name": "RevokedOffchain", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "timestamp", - "type": "uint64" - } - ], - "name": "Timestamped", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - } - ], - "internalType": "struct AttestationRequest", - "name": "request", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedAttestationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "attestByDelegation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "getAttestation", - "outputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "getRevokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getSchemaRegistry", - "outputs": [ - { - "internalType": "contract ISchemaRegistry", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "getTimestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "isAttestationValid", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - } - ], - "internalType": "struct MultiAttestationRequest[]", - "name": "multiRequests", - "type": "tuple[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bytes32[]", - "name": "", - "type": "bytes32[]" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedAttestationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiAttestByDelegation", - "outputs": [ - { - "internalType": "bytes32[]", - "name": "", - "type": "bytes32[]" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData[]", - "name": "data", - "type": "tuple[]" - } - ], - "internalType": "struct MultiRevocationRequest[]", - "name": "multiRequests", - "type": "tuple[]" - } - ], - "name": "multiRevoke", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedRevocationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiRevokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32[]", - "name": "data", - "type": "bytes32[]" - } - ], - "name": "multiRevokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32[]", - "name": "data", - "type": "bytes32[]" - } - ], - "name": "multiTimestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData", - "name": "data", - "type": "tuple" - } - ], - "internalType": "struct RevocationRequest", - "name": "request", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedRevocationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "revokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "revokeOffchain", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "data", - "type": "bytes32" - } - ], - "name": "timestamp", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))": "f17325e7", - "attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))": "3c042715", - "getAttestation(bytes32)": "a3112a64", - "getRevokeOffchain(address,bytes32)": "b469318d", - "getSchemaRegistry()": "f10b5cc8", - "getTimestamp(bytes32)": "d45c4435", - "isAttestationValid(bytes32)": "e30bb563", - "multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])": "44adc90e", - "multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "95411525", - "multiRevoke((bytes32,(bytes32,uint256)[])[])": "4cb7e9e5", - "multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "0eabf660", - "multiRevokeOffchain(bytes32[])": "13893f61", - "multiTimestamp(bytes32[])": "e71ff365", - "revoke((bytes32,(bytes32,uint256)))": "46926267", - "revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))": "a6d4dbc7", - "revokeOffchain(bytes32)": "cf190f34", - "timestamp(bytes32)": "4d003070", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"schemaUID\",\"type\":\"bytes32\"}],\"name\":\"Attested\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"schemaUID\",\"type\":\"bytes32\"}],\"name\":\"Revoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"timestamp\",\"type\":\"uint64\"}],\"name\":\"RevokedOffchain\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"timestamp\",\"type\":\"uint64\"}],\"name\":\"Timestamped\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct AttestationRequest\",\"name\":\"request\",\"type\":\"tuple\"}],\"name\":\"attest\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedAttestationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"attestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"getAttestation\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"getRevokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getSchemaRegistry\",\"outputs\":[{\"internalType\":\"contract ISchemaRegistry\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"getTimestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"isAttestationValid\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"}],\"internalType\":\"struct MultiAttestationRequest[]\",\"name\":\"multiRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiAttest\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedAttestationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiAttestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"}],\"internalType\":\"struct MultiRevocationRequest[]\",\"name\":\"multiRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiRevoke\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedRevocationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiRevokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"data\",\"type\":\"bytes32[]\"}],\"name\":\"multiRevokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"data\",\"type\":\"bytes32[]\"}],\"name\":\"multiTimestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData\",\"name\":\"data\",\"type\":\"tuple\"}],\"internalType\":\"struct RevocationRequest\",\"name\":\"request\",\"type\":\"tuple\"}],\"name\":\"revoke\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedRevocationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"revokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"revokeOffchain\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"data\",\"type\":\"bytes32\"}],\"name\":\"timestamp\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Attested(address,address,bytes32,bytes32)\":{\"params\":{\"attester\":\"The attesting account.\",\"recipient\":\"The recipient of the attestation.\",\"schemaUID\":\"The UID of the schema.\",\"uid\":\"The UID of the new attestation.\"}},\"Revoked(address,address,bytes32,bytes32)\":{\"params\":{\"attester\":\"The attesting account.\",\"recipient\":\"The recipient of the attestation.\",\"schemaUID\":\"The UID of the schema.\",\"uid\":\"The UID the revoked attestation.\"}},\"RevokedOffchain(address,bytes32,uint64)\":{\"params\":{\"data\":\"The data.\",\"revoker\":\"The address of the revoker.\",\"timestamp\":\"The timestamp.\"}},\"Timestamped(bytes32,uint64)\":{\"params\":{\"data\":\"The data.\",\"timestamp\":\"The timestamp.\"}}},\"kind\":\"dev\",\"methods\":{\"attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))\":{\"params\":{\"request\":\"The arguments of the attestation request.\"},\"returns\":{\"_0\":\"The UID of the new attestation. Example: attest({ schema: \\\"0facc36681cbe2456019c1b0d1e7bedd6d1d40f6f324bf3dd3a4cef2999200a0\\\", data: { recipient: \\\"0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf\\\", expirationTime: 0, revocable: true, refUID: \\\"0x0000000000000000000000000000000000000000000000000000000000000000\\\", data: \\\"0xF00D\\\", value: 0 } })\"}},\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated attestation request.\"},\"returns\":{\"_0\":\"The UID of the new attestation. Example: attestByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, signature: { v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e', deadline: 1673891048 })\"}},\"getAttestation(bytes32)\":{\"params\":{\"uid\":\"The UID of the attestation to retrieve.\"},\"returns\":{\"_0\":\"The attestation data members.\"}},\"getRevokeOffchain(address,bytes32)\":{\"params\":{\"data\":\"The data to query.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"getSchemaRegistry()\":{\"returns\":{\"_0\":\"The address of the global schema registry.\"}},\"getTimestamp(bytes32)\":{\"params\":{\"data\":\"The data to query.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"isAttestationValid(bytes32)\":{\"params\":{\"uid\":\"The UID of the attestation to retrieve.\"},\"returns\":{\"_0\":\"Whether an attestation exists.\"}},\"multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])\":{\"params\":{\"multiRequests\":\"The arguments of the multi attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization.\"},\"returns\":{\"_0\":\"The UIDs of the new attestations. Example: multiAttest([{ schema: '0x33e9094830a5cba5554d1954310e4fbed2ef5f859ec1404619adea4207f391fd', data: [{ recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 1000 }, { recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 0, revocable: false, refUID: '0x480df4a039efc31b11bfdf491b383ca138b6bde160988222a2a3509c02cee174', data: '0x00', value: 0 }], }, { schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425', data: [{ recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 0, revocable: true, refUID: '0x75bf2ed8dca25a8190c50c52db136664de25b2449535839008ccfdab469b214f', data: '0x12345678', value: 0 }, }])\"}},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization.\"},\"returns\":{\"_0\":\"The UIDs of the new attestations. Example: multiAttestByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, { recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 0, revocable: false, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x00', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4', deadline: 1673891048 }])\"}},\"multiRevoke((bytes32,(bytes32,uint256)[])[])\":{\"params\":{\"multiRequests\":\"The arguments of the multi revocation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization. Example: multiRevoke([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25', value: 1000 }, { uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade', value: 0 }], }, { schema: '0x5ac273ce41e3c8bfa383efe7c03e54c5f0bff29c9f11ef6ffa930fc84ca32425', data: [{ uid: '0x053d42abce1fd7c8fcddfae21845ad34dae287b2c326220b03ba241bc5a8f019', value: 0 }, }])\"}},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi revocation attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization. Example: multiRevokeByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25', value: 1000 }, { uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 }])\"}},\"multiRevokeOffchain(bytes32[])\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was revoked with.\"}},\"multiTimestamp(bytes32[])\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"revoke((bytes32,(bytes32,uint256)))\":{\"params\":{\"request\":\"The arguments of the revocation request. Example: revoke({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { uid: '0x101032e487642ee04ee17049f99a70590c735b8614079fc9275f9dd57c00966d', value: 0 } })\"}},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated revocation request. Example: revokeByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba', value: 0 }, signature: { v: 27, r: '0xb593...7142', s: '0x0f5b...2cce' }, revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 })\"}},\"revokeOffchain(bytes32)\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was revoked with.\"}},\"timestamp(bytes32)\":{\"params\":{\"data\":\"The data to timestamp.\"},\"returns\":{\"_0\":\"The timestamp the data was timestamped with.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"IEAS\",\"version\":1},\"userdoc\":{\"events\":{\"Attested(address,address,bytes32,bytes32)\":{\"notice\":\"Emitted when an attestation has been made.\"},\"Revoked(address,address,bytes32,bytes32)\":{\"notice\":\"Emitted when an attestation has been revoked.\"},\"RevokedOffchain(address,bytes32,uint64)\":{\"notice\":\"Emitted when a data has been revoked.\"},\"Timestamped(bytes32,uint64)\":{\"notice\":\"Emitted when a data has been timestamped.\"}},\"kind\":\"user\",\"methods\":{\"attest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)))\":{\"notice\":\"Attests to a specific schema.\"},\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Attests to a specific schema via the provided ECDSA signature.\"},\"getAttestation(bytes32)\":{\"notice\":\"Returns an existing attestation by UID.\"},\"getRevokeOffchain(address,bytes32)\":{\"notice\":\"Returns the timestamp that the specified data was timestamped with.\"},\"getSchemaRegistry()\":{\"notice\":\"Returns the address of the global schema registry.\"},\"getTimestamp(bytes32)\":{\"notice\":\"Returns the timestamp that the specified data was timestamped with.\"},\"isAttestationValid(bytes32)\":{\"notice\":\"Checks whether an attestation exists.\"},\"multiAttest((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[])[])\":{\"notice\":\"Attests to multiple schemas.\"},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Attests to multiple schemas using via provided ECDSA signatures.\"},\"multiRevoke((bytes32,(bytes32,uint256)[])[])\":{\"notice\":\"Revokes existing attestations to multiple schemas.\"},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Revokes existing attestations to multiple schemas via provided ECDSA signatures.\"},\"multiRevokeOffchain(bytes32[])\":{\"notice\":\"Revokes the specified multiple bytes32 data.\"},\"multiTimestamp(bytes32[])\":{\"notice\":\"Timestamps the specified multiple bytes32 data.\"},\"revoke((bytes32,(bytes32,uint256)))\":{\"notice\":\"Revokes an existing attestation to a specific schema.\"},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Revokes an existing attestation to a specific schema via the provided ECDSA signature.\"},\"revokeOffchain(bytes32)\":{\"notice\":\"Revokes the specified bytes32 data.\"},\"timestamp(bytes32)\":{\"notice\":\"Timestamps the specified bytes32 data.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"EAS - Ethereum Attestation Service interface.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":\"IEAS\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol": { - "ISchemaRegistry": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "address", - "name": "registerer", - "type": "address" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "string", - "name": "schema", - "type": "string" - } - ], - "indexed": false, - "internalType": "struct SchemaRecord", - "name": "schema", - "type": "tuple" - } - ], - "name": "Registered", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "getSchema", - "outputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "string", - "name": "schema", - "type": "string" - } - ], - "internalType": "struct SchemaRecord", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "schema", - "type": "string" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - } - ], - "name": "register", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "getSchema(bytes32)": "a2ea7c6e", - "register(string,address,bool)": "60d7a278", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"registerer\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct SchemaRecord\",\"name\":\"schema\",\"type\":\"tuple\"}],\"name\":\"Registered\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"getSchema\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"}],\"internalType\":\"struct SchemaRecord\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"}],\"name\":\"register\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Registered(bytes32,address,(bytes32,address,bool,string))\":{\"params\":{\"registerer\":\"The address of the account used to register the schema.\",\"schema\":\"The schema data.\",\"uid\":\"The schema UID.\"}}},\"kind\":\"dev\",\"methods\":{\"getSchema(bytes32)\":{\"params\":{\"uid\":\"The UID of the schema to retrieve.\"},\"returns\":{\"_0\":\"The schema data members.\"}},\"register(string,address,bool)\":{\"params\":{\"resolver\":\"An optional schema resolver.\",\"revocable\":\"Whether the schema allows revocations explicitly.\",\"schema\":\"The schema data schema.\"},\"returns\":{\"_0\":\"The UID of the new schema.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"ISchemaRegistry\",\"version\":1},\"userdoc\":{\"events\":{\"Registered(bytes32,address,(bytes32,address,bool,string))\":{\"notice\":\"Emitted when a new schema has been registered\"}},\"kind\":\"user\",\"methods\":{\"getSchema(bytes32)\":{\"notice\":\"Returns an existing schema by UID\"},\"register(string,address,bool)\":{\"notice\":\"Submits and reserves a new schema\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"The interface of global attestation schemas for the Ethereum Attestation Service protocol.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":\"ISchemaRegistry\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol": { - "ISemver": { - "abi": [ - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"ISemver\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"A semver interface.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":\"ISemver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol": { - "SchemaRegistry": { - "abi": [ - { - "inputs": [], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AlreadyExists", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "address", - "name": "registerer", - "type": "address" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "string", - "name": "schema", - "type": "string" - } - ], - "indexed": false, - "internalType": "struct SchemaRecord", - "name": "schema", - "type": "tuple" - } - ], - "name": "Registered", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "getSchema", - "outputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "string", - "name": "schema", - "type": "string" - } - ], - "internalType": "struct SchemaRecord", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "schema", - "type": "string" - }, - { - "internalType": "contract ISchemaResolver", - "name": "resolver", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - } - ], - "name": "register", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_2422": { - "entryPoint": null, - "id": 2422, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 3, - "returnSlots": 0 - } - }, - "generatedSources": [], - "linkReferences": {}, - "object": "60e0604052348015600f57600080fd5b506001608052600360a052600060c05260805160a05160c05161095b61004b600039600060fe0152600060d50152600060ac015261095b6000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806354fd4d501461004657806360d7a27814610064578063a2ea7c6e14610085575b600080fd5b61004e6100a5565b60405161005b91906105f1565b60405180910390f35b610077610072366004610620565b610148565b60405190815260200161005b565b6100986100933660046106c1565b6102d4565b60405161005b91906106da565b60606100d07f00000000000000000000000000000000000000000000000000000000000000006103de565b6100f97f00000000000000000000000000000000000000000000000000000000000000006103de565b6101227f00000000000000000000000000000000000000000000000000000000000000006103de565b60405160200161013493929190610726565b604051602081830303815290604052905090565b60008060405180608001604052806000801b8152602001856001600160a01b03168152602001841515815260200187878080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506101bd90508261047e565b60008181526020819052604090205490915015610206576040517f23369fa600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808252600081815260208181526040918290208451815590840151600182018054938601511515600160a01b027fffffffffffffffffffffff0000000000000000000000000000000000000000009094166001600160a01b039092169190911792909217909155606083015183919060028201906102849082610824565b50905050336001600160a01b0316817fd0b86852e21f9e5fa4bc3b0cff9757ffe243d50c4b43968a42202153d651ea5e846040516102c291906106da565b60405180910390a39695505050505050565b60408051608081018252600080825260208201819052918101919091526060808201526000828152602081815260409182902082516080810184528154815260018201546001600160a01b03811693820193909352600160a01b90920460ff161515928201929092526002820180549192916060840191906103559061079b565b80601f01602080910402602001604051908101604052809291908181526020018280546103819061079b565b80156103ce5780601f106103a3576101008083540402835291602001916103ce565b820191906000526020600020905b8154815290600101906020018083116103b157829003601f168201915b5050505050815250509050919050565b606060006103eb836104be565b600101905060008167ffffffffffffffff81111561040b5761040b610785565b6040519080825280601f01601f191660200182016040528015610435576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461043f57509392505050565b60008160600151826020015183604001516040516020016104a1939291906108e3565b604051602081830303815290604052805190602001209050919050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310610507577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610533576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061055157662386f26fc10000830492506010015b6305f5e1008310610569576305f5e100830492506008015b612710831061057d57612710830492506004015b6064831061058f576064830492506002015b600a831061059b576001015b92915050565b60005b838110156105bc5781810151838201526020016105a4565b50506000910152565b600081518084526105dd8160208601602086016105a1565b601f01601f19169290920160200192915050565b60208152600061060460208301846105c5565b9392505050565b8035801515811461061b57600080fd5b919050565b6000806000806060858703121561063657600080fd5b843567ffffffffffffffff81111561064d57600080fd5b8501601f8101871361065e57600080fd5b803567ffffffffffffffff81111561067557600080fd5b87602082840101111561068757600080fd5b6020918201955093508501356001600160a01b03811681146106a857600080fd5b91506106b66040860161060b565b905092959194509250565b6000602082840312156106d357600080fd5b5035919050565b60208152815160208201526001600160a01b0360208301511660408201526040820151151560608201526000606083015160808084015261071e60a08401826105c5565b949350505050565b600084516107388184602089016105a1565b601760f91b90830190815284516107568160018401602089016105a1565b601760f91b6001929091019182015283516107788160028401602088016105a1565b0160020195945050505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806107af57607f821691505b6020821081036107cf57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561081f57806000526020600020601f840160051c810160208510156107fc5750805b601f840160051c820191505b8181101561081c5760008155600101610808565b50505b505050565b815167ffffffffffffffff81111561083e5761083e610785565b6108528161084c845461079b565b846107d5565b6020601f821160018114610886576000831561086e5750848201515b600019600385901b1c1916600184901b17845561081c565b600084815260208120601f198516915b828110156108b65787850151825560209485019460019092019101610896565b50848210156108d45786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b600084516108f58184602089016105a1565b60609490941b6bffffffffffffffffffffffff19169190930190815290151560f81b60148201526015019291505056fea2646970667358221220b40261e99db8dfdbe995135fcdcdf754c5e7730c6776cbf8c2fe8490f2b1d61f64736f6c634300081a0033", - "opcodes": "PUSH1 0xE0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x1 PUSH1 0x80 MSTORE PUSH1 0x3 PUSH1 0xA0 MSTORE PUSH1 0x0 PUSH1 0xC0 MSTORE PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH2 0x95B PUSH2 0x4B PUSH1 0x0 CODECOPY PUSH1 0x0 PUSH1 0xFE ADD MSTORE PUSH1 0x0 PUSH1 0xD5 ADD MSTORE PUSH1 0x0 PUSH1 0xAC ADD MSTORE PUSH2 0x95B PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0x60D7A278 EQ PUSH2 0x64 JUMPI DUP1 PUSH4 0xA2EA7C6E EQ PUSH2 0x85 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x4E PUSH2 0xA5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x5F1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x77 PUSH2 0x72 CALLDATASIZE PUSH1 0x4 PUSH2 0x620 JUMP JUMPDEST PUSH2 0x148 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x5B JUMP JUMPDEST PUSH2 0x98 PUSH2 0x93 CALLDATASIZE PUSH1 0x4 PUSH2 0x6C1 JUMP JUMPDEST PUSH2 0x2D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x6DA JUMP JUMPDEST PUSH1 0x60 PUSH2 0xD0 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH2 0xF9 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH2 0x122 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x134 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x726 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 MLOAD DUP1 PUSH1 0x80 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 SHL DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP5 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP8 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD DUP3 SWAP1 MSTORE POP SWAP4 SWAP1 SWAP5 MSTORE POP SWAP3 SWAP4 POP SWAP2 POP PUSH2 0x1BD SWAP1 POP DUP3 PUSH2 0x47E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP ISZERO PUSH2 0x206 JUMPI PUSH1 0x40 MLOAD PUSH32 0x23369FA600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 DUP3 MSTORE PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP5 MLOAD DUP2 SSTORE SWAP1 DUP5 ADD MLOAD PUSH1 0x1 DUP3 ADD DUP1 SLOAD SWAP4 DUP7 ADD MLOAD ISZERO ISZERO PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000 SWAP1 SWAP5 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE PUSH1 0x60 DUP4 ADD MLOAD DUP4 SWAP2 SWAP1 PUSH1 0x2 DUP3 ADD SWAP1 PUSH2 0x284 SWAP1 DUP3 PUSH2 0x824 JUMP JUMPDEST POP SWAP1 POP POP CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH32 0xD0B86852E21F9E5FA4BC3B0CFF9757FFE243D50C4B43968A42202153D651EA5E DUP5 PUSH1 0x40 MLOAD PUSH2 0x2C2 SWAP2 SWAP1 PUSH2 0x6DA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x80 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP1 DUP3 ADD MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD PUSH1 0x80 DUP2 ADD DUP5 MSTORE DUP2 SLOAD DUP2 MSTORE PUSH1 0x1 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND SWAP4 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 SWAP3 DIV PUSH1 0xFF AND ISZERO ISZERO SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 DUP3 ADD DUP1 SLOAD SWAP2 SWAP3 SWAP2 PUSH1 0x60 DUP5 ADD SWAP2 SWAP1 PUSH2 0x355 SWAP1 PUSH2 0x79B 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 0x381 SWAP1 PUSH2 0x79B JUMP JUMPDEST DUP1 ISZERO PUSH2 0x3CE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x3A3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x3CE 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 0x3B1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x3EB DUP4 PUSH2 0x4BE JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x40B JUMPI PUSH2 0x40B PUSH2 0x785 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x435 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x43F JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x60 ADD MLOAD DUP3 PUSH1 0x20 ADD MLOAD DUP4 PUSH1 0x40 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x4A1 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x8E3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x507 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x533 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x551 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x569 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x57D JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x58F JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x59B JUMPI PUSH1 0x1 ADD JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x5BC JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x5A4 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x5DD DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x604 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x5C5 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x61B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x636 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x64D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x1F DUP2 ADD DUP8 SGT PUSH2 0x65E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x675 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP5 ADD ADD GT ISZERO PUSH2 0x687 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 SWAP2 DUP3 ADD SWAP6 POP SWAP4 POP DUP6 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x6A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 POP PUSH2 0x6B6 PUSH1 0x40 DUP7 ADD PUSH2 0x60B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x6D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE DUP2 MLOAD PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH1 0x20 DUP4 ADD MLOAD AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD ISZERO ISZERO PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x60 DUP4 ADD MLOAD PUSH1 0x80 DUP1 DUP5 ADD MSTORE PUSH2 0x71E PUSH1 0xA0 DUP5 ADD DUP3 PUSH2 0x5C5 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x738 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x756 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x778 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x5A1 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x7AF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x7CF JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x81F JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x7FC JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x81C JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x808 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x83E JUMPI PUSH2 0x83E PUSH2 0x785 JUMP JUMPDEST PUSH2 0x852 DUP2 PUSH2 0x84C DUP5 SLOAD PUSH2 0x79B JUMP JUMPDEST DUP5 PUSH2 0x7D5 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x886 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x86E JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x81C JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8B6 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x896 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x8D4 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x8F5 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x60 SWAP5 SWAP1 SWAP5 SHL PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP2 SWAP1 SWAP4 ADD SWAP1 DUP2 MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x14 DUP3 ADD MSTORE PUSH1 0x15 ADD SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xB4 MUL PUSH2 0xE99D 0xB8 0xDF 0xDB 0xE9 SWAP6 SGT PUSH0 0xCD 0xCD 0xF7 SLOAD 0xC5 0xE7 PUSH20 0xC6776CBF8C2FE8490F2B1D61F64736F6C634300 ADDMOD BYTE STOP CALLER ", - "sourceMap": "344:1436:5:-:0;;;619:32;;;;;;;;;-1:-1:-1;640:1:5;759:14:6;;643:1:5;783:14:6;;646:1:5;807:14:6;;344:1436:5;;;;;;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_getUID_2520": { - "entryPoint": 1150, - "id": 2520, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getSchema_2498": { - "entryPoint": 724, - "id": 2498, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@log10_10274": { - "entryPoint": 1214, - "id": 10274, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@register_2484": { - "entryPoint": 328, - "id": 2484, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@toString_8463": { - "entryPoint": 990, - "id": 8463, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@version_2587": { - "entryPoint": 165, - "id": 2587, - "parameterSlots": 0, - "returnSlots": 1 - }, - "abi_decode_bool": { - "entryPoint": 1547, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 1729, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_string_calldata_ptrt_contract$_ISchemaResolver_$3834t_bool": { - "entryPoint": 1568, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_encode_string": { - "entryPoint": 1477, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_contract$_ISchemaResolver_$3834_t_bool__to_t_string_memory_ptr_t_address_t_bool__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 2275, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 1830, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32__to_t_bytes32__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": 1521, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr__to_t_struct$_SchemaRecord_$2343_memory_ptr__fromStack_reversed": { - "entryPoint": 1754, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "array_dataslot_string_storage": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "clean_up_bytearray_end_slots_string_storage": { - "entryPoint": 2005, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": { - "entryPoint": 2084, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 1441, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 1947, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_used_part_and_set_length_of_short_byte_array": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "panic_error_0x12": { - "entryPoint": null, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 1925, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:7267:44", - "nodeType": "YulBlock", - "src": "0:7267:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "80:184:44", - "nodeType": "YulBlock", - "src": "80:184:44", - "statements": [ - { - "nativeSrc": "90:10:44", - "nodeType": "YulVariableDeclaration", - "src": "90:10:44", - "value": { - "kind": "number", - "nativeSrc": "99:1:44", - "nodeType": "YulLiteral", - "src": "99:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "94:1:44", - "nodeType": "YulTypedName", - "src": "94:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "159:63:44", - "nodeType": "YulBlock", - "src": "159:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "184:3:44", - "nodeType": "YulIdentifier", - "src": "184:3:44" - }, - { - "name": "i", - "nativeSrc": "189:1:44", - "nodeType": "YulIdentifier", - "src": "189:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "180:3:44", - "nodeType": "YulIdentifier", - "src": "180:3:44" - }, - "nativeSrc": "180:11:44", - "nodeType": "YulFunctionCall", - "src": "180:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "203:3:44", - "nodeType": "YulIdentifier", - "src": "203:3:44" - }, - { - "name": "i", - "nativeSrc": "208:1:44", - "nodeType": "YulIdentifier", - "src": "208:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "199:3:44", - "nodeType": "YulIdentifier", - "src": "199:3:44" - }, - "nativeSrc": "199:11:44", - "nodeType": "YulFunctionCall", - "src": "199:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "193:5:44", - "nodeType": "YulIdentifier", - "src": "193:5:44" - }, - "nativeSrc": "193:18:44", - "nodeType": "YulFunctionCall", - "src": "193:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "173:6:44", - "nodeType": "YulIdentifier", - "src": "173:6:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulFunctionCall", - "src": "173:39:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulExpressionStatement", - "src": "173:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "120:1:44", - "nodeType": "YulIdentifier", - "src": "120:1:44" - }, - { - "name": "length", - "nativeSrc": "123:6:44", - "nodeType": "YulIdentifier", - "src": "123:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "117:2:44", - "nodeType": "YulIdentifier", - "src": "117:2:44" - }, - "nativeSrc": "117:13:44", - "nodeType": "YulFunctionCall", - "src": "117:13:44" - }, - "nativeSrc": "109:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "131:19:44", - "nodeType": "YulBlock", - "src": "131:19:44", - "statements": [ - { - "nativeSrc": "133:15:44", - "nodeType": "YulAssignment", - "src": "133:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "142:1:44", - "nodeType": "YulIdentifier", - "src": "142:1:44" - }, - { - "kind": "number", - "nativeSrc": "145:2:44", - "nodeType": "YulLiteral", - "src": "145:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "138:3:44", - "nodeType": "YulIdentifier", - "src": "138:3:44" - }, - "nativeSrc": "138:10:44", - "nodeType": "YulFunctionCall", - "src": "138:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "133:1:44", - "nodeType": "YulIdentifier", - "src": "133:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "113:3:44", - "nodeType": "YulBlock", - "src": "113:3:44", - "statements": [] - }, - "src": "109:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "242:3:44", - "nodeType": "YulIdentifier", - "src": "242:3:44" - }, - { - "name": "length", - "nativeSrc": "247:6:44", - "nodeType": "YulIdentifier", - "src": "247:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "238:3:44", - "nodeType": "YulIdentifier", - "src": "238:3:44" - }, - "nativeSrc": "238:16:44", - "nodeType": "YulFunctionCall", - "src": "238:16:44" - }, - { - "kind": "number", - "nativeSrc": "256:1:44", - "nodeType": "YulLiteral", - "src": "256:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "231:6:44", - "nodeType": "YulIdentifier", - "src": "231:6:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulFunctionCall", - "src": "231:27:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulExpressionStatement", - "src": "231:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "14:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "58:3:44", - "nodeType": "YulTypedName", - "src": "58:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "63:3:44", - "nodeType": "YulTypedName", - "src": "63:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "68:6:44", - "nodeType": "YulTypedName", - "src": "68:6:44", - "type": "" - } - ], - "src": "14:250:44" - }, - { - "body": { - "nativeSrc": "319:221:44", - "nodeType": "YulBlock", - "src": "319:221:44", - "statements": [ - { - "nativeSrc": "329:26:44", - "nodeType": "YulVariableDeclaration", - "src": "329:26:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "349:5:44", - "nodeType": "YulIdentifier", - "src": "349:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "343:5:44", - "nodeType": "YulIdentifier", - "src": "343:5:44" - }, - "nativeSrc": "343:12:44", - "nodeType": "YulFunctionCall", - "src": "343:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "333:6:44", - "nodeType": "YulTypedName", - "src": "333:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "371:3:44", - "nodeType": "YulIdentifier", - "src": "371:3:44" - }, - { - "name": "length", - "nativeSrc": "376:6:44", - "nodeType": "YulIdentifier", - "src": "376:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "364:6:44", - "nodeType": "YulIdentifier", - "src": "364:6:44" - }, - "nativeSrc": "364:19:44", - "nodeType": "YulFunctionCall", - "src": "364:19:44" - }, - "nativeSrc": "364:19:44", - "nodeType": "YulExpressionStatement", - "src": "364:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "431:5:44", - "nodeType": "YulIdentifier", - "src": "431:5:44" - }, - { - "kind": "number", - "nativeSrc": "438:4:44", - "nodeType": "YulLiteral", - "src": "438:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "427:3:44", - "nodeType": "YulIdentifier", - "src": "427:3:44" - }, - "nativeSrc": "427:16:44", - "nodeType": "YulFunctionCall", - "src": "427:16:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "449:3:44", - "nodeType": "YulIdentifier", - "src": "449:3:44" - }, - { - "kind": "number", - "nativeSrc": "454:4:44", - "nodeType": "YulLiteral", - "src": "454:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "445:3:44", - "nodeType": "YulIdentifier", - "src": "445:3:44" - }, - "nativeSrc": "445:14:44", - "nodeType": "YulFunctionCall", - "src": "445:14:44" - }, - { - "name": "length", - "nativeSrc": "461:6:44", - "nodeType": "YulIdentifier", - "src": "461:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "392:34:44", - "nodeType": "YulIdentifier", - "src": "392:34:44" - }, - "nativeSrc": "392:76:44", - "nodeType": "YulFunctionCall", - "src": "392:76:44" - }, - "nativeSrc": "392:76:44", - "nodeType": "YulExpressionStatement", - "src": "392:76:44" - }, - { - "nativeSrc": "477:57:44", - "nodeType": "YulAssignment", - "src": "477:57:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "492:3:44", - "nodeType": "YulIdentifier", - "src": "492:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "505:6:44", - "nodeType": "YulIdentifier", - "src": "505:6:44" - }, - { - "kind": "number", - "nativeSrc": "513:2:44", - "nodeType": "YulLiteral", - "src": "513:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "501:3:44", - "nodeType": "YulIdentifier", - "src": "501:3:44" - }, - "nativeSrc": "501:15:44", - "nodeType": "YulFunctionCall", - "src": "501:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "522:2:44", - "nodeType": "YulLiteral", - "src": "522:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "518:3:44", - "nodeType": "YulIdentifier", - "src": "518:3:44" - }, - "nativeSrc": "518:7:44", - "nodeType": "YulFunctionCall", - "src": "518:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "497:3:44", - "nodeType": "YulIdentifier", - "src": "497:3:44" - }, - "nativeSrc": "497:29:44", - "nodeType": "YulFunctionCall", - "src": "497:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "488:3:44", - "nodeType": "YulIdentifier", - "src": "488:3:44" - }, - "nativeSrc": "488:39:44", - "nodeType": "YulFunctionCall", - "src": "488:39:44" - }, - { - "kind": "number", - "nativeSrc": "529:4:44", - "nodeType": "YulLiteral", - "src": "529:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "484:3:44", - "nodeType": "YulIdentifier", - "src": "484:3:44" - }, - "nativeSrc": "484:50:44", - "nodeType": "YulFunctionCall", - "src": "484:50:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "477:3:44", - "nodeType": "YulIdentifier", - "src": "477:3:44" - } - ] - } - ] - }, - "name": "abi_encode_string", - "nativeSrc": "269:271:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "296:5:44", - "nodeType": "YulTypedName", - "src": "296:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "303:3:44", - "nodeType": "YulTypedName", - "src": "303:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "311:3:44", - "nodeType": "YulTypedName", - "src": "311:3:44", - "type": "" - } - ], - "src": "269:271:44" - }, - { - "body": { - "nativeSrc": "666:99:44", - "nodeType": "YulBlock", - "src": "666:99:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "683:9:44", - "nodeType": "YulIdentifier", - "src": "683:9:44" - }, - { - "kind": "number", - "nativeSrc": "694:2:44", - "nodeType": "YulLiteral", - "src": "694:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "676:6:44", - "nodeType": "YulIdentifier", - "src": "676:6:44" - }, - "nativeSrc": "676:21:44", - "nodeType": "YulFunctionCall", - "src": "676:21:44" - }, - "nativeSrc": "676:21:44", - "nodeType": "YulExpressionStatement", - "src": "676:21:44" - }, - { - "nativeSrc": "706:53:44", - "nodeType": "YulAssignment", - "src": "706:53:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "732:6:44", - "nodeType": "YulIdentifier", - "src": "732:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "744:9:44", - "nodeType": "YulIdentifier", - "src": "744:9:44" - }, - { - "kind": "number", - "nativeSrc": "755:2:44", - "nodeType": "YulLiteral", - "src": "755:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "740:3:44", - "nodeType": "YulIdentifier", - "src": "740:3:44" - }, - "nativeSrc": "740:18:44", - "nodeType": "YulFunctionCall", - "src": "740:18:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "714:17:44", - "nodeType": "YulIdentifier", - "src": "714:17:44" - }, - "nativeSrc": "714:45:44", - "nodeType": "YulFunctionCall", - "src": "714:45:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "706:4:44", - "nodeType": "YulIdentifier", - "src": "706:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "545:220:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "635:9:44", - "nodeType": "YulTypedName", - "src": "635:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "646:6:44", - "nodeType": "YulTypedName", - "src": "646:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "657:4:44", - "nodeType": "YulTypedName", - "src": "657:4:44", - "type": "" - } - ], - "src": "545:220:44" - }, - { - "body": { - "nativeSrc": "816:114:44", - "nodeType": "YulBlock", - "src": "816:114:44", - "statements": [ - { - "nativeSrc": "826:29:44", - "nodeType": "YulAssignment", - "src": "826:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "848:6:44", - "nodeType": "YulIdentifier", - "src": "848:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "835:12:44", - "nodeType": "YulIdentifier", - "src": "835:12:44" - }, - "nativeSrc": "835:20:44", - "nodeType": "YulFunctionCall", - "src": "835:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "826:5:44", - "nodeType": "YulIdentifier", - "src": "826:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "908:16:44", - "nodeType": "YulBlock", - "src": "908:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "917:1:44", - "nodeType": "YulLiteral", - "src": "917:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "920:1:44", - "nodeType": "YulLiteral", - "src": "920:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "910:6:44", - "nodeType": "YulIdentifier", - "src": "910:6:44" - }, - "nativeSrc": "910:12:44", - "nodeType": "YulFunctionCall", - "src": "910:12:44" - }, - "nativeSrc": "910:12:44", - "nodeType": "YulExpressionStatement", - "src": "910:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "877:5:44", - "nodeType": "YulIdentifier", - "src": "877:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "898:5:44", - "nodeType": "YulIdentifier", - "src": "898:5:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "891:6:44", - "nodeType": "YulIdentifier", - "src": "891:6:44" - }, - "nativeSrc": "891:13:44", - "nodeType": "YulFunctionCall", - "src": "891:13:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "884:6:44", - "nodeType": "YulIdentifier", - "src": "884:6:44" - }, - "nativeSrc": "884:21:44", - "nodeType": "YulFunctionCall", - "src": "884:21:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "874:2:44", - "nodeType": "YulIdentifier", - "src": "874:2:44" - }, - "nativeSrc": "874:32:44", - "nodeType": "YulFunctionCall", - "src": "874:32:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "867:6:44", - "nodeType": "YulIdentifier", - "src": "867:6:44" - }, - "nativeSrc": "867:40:44", - "nodeType": "YulFunctionCall", - "src": "867:40:44" - }, - "nativeSrc": "864:60:44", - "nodeType": "YulIf", - "src": "864:60:44" - } - ] - }, - "name": "abi_decode_bool", - "nativeSrc": "770:160:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "795:6:44", - "nodeType": "YulTypedName", - "src": "795:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "806:5:44", - "nodeType": "YulTypedName", - "src": "806:5:44", - "type": "" - } - ], - "src": "770:160:44" - }, - { - "body": { - "nativeSrc": "1080:737:44", - "nodeType": "YulBlock", - "src": "1080:737:44", - "statements": [ - { - "body": { - "nativeSrc": "1126:16:44", - "nodeType": "YulBlock", - "src": "1126:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1135:1:44", - "nodeType": "YulLiteral", - "src": "1135:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1138:1:44", - "nodeType": "YulLiteral", - "src": "1138:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1128:6:44", - "nodeType": "YulIdentifier", - "src": "1128:6:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulFunctionCall", - "src": "1128:12:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulExpressionStatement", - "src": "1128:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1101:7:44", - "nodeType": "YulIdentifier", - "src": "1101:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1110:9:44", - "nodeType": "YulIdentifier", - "src": "1110:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1097:3:44", - "nodeType": "YulIdentifier", - "src": "1097:3:44" - }, - "nativeSrc": "1097:23:44", - "nodeType": "YulFunctionCall", - "src": "1097:23:44" - }, - { - "kind": "number", - "nativeSrc": "1122:2:44", - "nodeType": "YulLiteral", - "src": "1122:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1093:3:44", - "nodeType": "YulIdentifier", - "src": "1093:3:44" - }, - "nativeSrc": "1093:32:44", - "nodeType": "YulFunctionCall", - "src": "1093:32:44" - }, - "nativeSrc": "1090:52:44", - "nodeType": "YulIf", - "src": "1090:52:44" - }, - { - "nativeSrc": "1151:37:44", - "nodeType": "YulVariableDeclaration", - "src": "1151:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1178:9:44", - "nodeType": "YulIdentifier", - "src": "1178:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1165:12:44", - "nodeType": "YulIdentifier", - "src": "1165:12:44" - }, - "nativeSrc": "1165:23:44", - "nodeType": "YulFunctionCall", - "src": "1165:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1155:6:44", - "nodeType": "YulTypedName", - "src": "1155:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1231:16:44", - "nodeType": "YulBlock", - "src": "1231:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1240:1:44", - "nodeType": "YulLiteral", - "src": "1240:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1243:1:44", - "nodeType": "YulLiteral", - "src": "1243:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1233:6:44", - "nodeType": "YulIdentifier", - "src": "1233:6:44" - }, - "nativeSrc": "1233:12:44", - "nodeType": "YulFunctionCall", - "src": "1233:12:44" - }, - "nativeSrc": "1233:12:44", - "nodeType": "YulExpressionStatement", - "src": "1233:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1203:6:44", - "nodeType": "YulIdentifier", - "src": "1203:6:44" - }, - { - "kind": "number", - "nativeSrc": "1211:18:44", - "nodeType": "YulLiteral", - "src": "1211:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1200:2:44", - "nodeType": "YulIdentifier", - "src": "1200:2:44" - }, - "nativeSrc": "1200:30:44", - "nodeType": "YulFunctionCall", - "src": "1200:30:44" - }, - "nativeSrc": "1197:50:44", - "nodeType": "YulIf", - "src": "1197:50:44" - }, - { - "nativeSrc": "1256:32:44", - "nodeType": "YulVariableDeclaration", - "src": "1256:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1270:9:44", - "nodeType": "YulIdentifier", - "src": "1270:9:44" - }, - { - "name": "offset", - "nativeSrc": "1281:6:44", - "nodeType": "YulIdentifier", - "src": "1281:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1266:3:44", - "nodeType": "YulIdentifier", - "src": "1266:3:44" - }, - "nativeSrc": "1266:22:44", - "nodeType": "YulFunctionCall", - "src": "1266:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "1260:2:44", - "nodeType": "YulTypedName", - "src": "1260:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1336:16:44", - "nodeType": "YulBlock", - "src": "1336:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1345:1:44", - "nodeType": "YulLiteral", - "src": "1345:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1348:1:44", - "nodeType": "YulLiteral", - "src": "1348:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1338:6:44", - "nodeType": "YulIdentifier", - "src": "1338:6:44" - }, - "nativeSrc": "1338:12:44", - "nodeType": "YulFunctionCall", - "src": "1338:12:44" - }, - "nativeSrc": "1338:12:44", - "nodeType": "YulExpressionStatement", - "src": "1338:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1315:2:44", - "nodeType": "YulIdentifier", - "src": "1315:2:44" - }, - { - "kind": "number", - "nativeSrc": "1319:4:44", - "nodeType": "YulLiteral", - "src": "1319:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1311:3:44", - "nodeType": "YulIdentifier", - "src": "1311:3:44" - }, - "nativeSrc": "1311:13:44", - "nodeType": "YulFunctionCall", - "src": "1311:13:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1326:7:44", - "nodeType": "YulIdentifier", - "src": "1326:7:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1307:3:44", - "nodeType": "YulIdentifier", - "src": "1307:3:44" - }, - "nativeSrc": "1307:27:44", - "nodeType": "YulFunctionCall", - "src": "1307:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "1300:6:44", - "nodeType": "YulIdentifier", - "src": "1300:6:44" - }, - "nativeSrc": "1300:35:44", - "nodeType": "YulFunctionCall", - "src": "1300:35:44" - }, - "nativeSrc": "1297:55:44", - "nodeType": "YulIf", - "src": "1297:55:44" - }, - { - "nativeSrc": "1361:30:44", - "nodeType": "YulVariableDeclaration", - "src": "1361:30:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1388:2:44", - "nodeType": "YulIdentifier", - "src": "1388:2:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1375:12:44", - "nodeType": "YulIdentifier", - "src": "1375:12:44" - }, - "nativeSrc": "1375:16:44", - "nodeType": "YulFunctionCall", - "src": "1375:16:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "1365:6:44", - "nodeType": "YulTypedName", - "src": "1365:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1434:16:44", - "nodeType": "YulBlock", - "src": "1434:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1443:1:44", - "nodeType": "YulLiteral", - "src": "1443:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1446:1:44", - "nodeType": "YulLiteral", - "src": "1446:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1436:6:44", - "nodeType": "YulIdentifier", - "src": "1436:6:44" - }, - "nativeSrc": "1436:12:44", - "nodeType": "YulFunctionCall", - "src": "1436:12:44" - }, - "nativeSrc": "1436:12:44", - "nodeType": "YulExpressionStatement", - "src": "1436:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "1406:6:44", - "nodeType": "YulIdentifier", - "src": "1406:6:44" - }, - { - "kind": "number", - "nativeSrc": "1414:18:44", - "nodeType": "YulLiteral", - "src": "1414:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1403:2:44", - "nodeType": "YulIdentifier", - "src": "1403:2:44" - }, - "nativeSrc": "1403:30:44", - "nodeType": "YulFunctionCall", - "src": "1403:30:44" - }, - "nativeSrc": "1400:50:44", - "nodeType": "YulIf", - "src": "1400:50:44" - }, - { - "body": { - "nativeSrc": "1502:16:44", - "nodeType": "YulBlock", - "src": "1502:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1511:1:44", - "nodeType": "YulLiteral", - "src": "1511:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1514:1:44", - "nodeType": "YulLiteral", - "src": "1514:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1504:6:44", - "nodeType": "YulIdentifier", - "src": "1504:6:44" - }, - "nativeSrc": "1504:12:44", - "nodeType": "YulFunctionCall", - "src": "1504:12:44" - }, - "nativeSrc": "1504:12:44", - "nodeType": "YulExpressionStatement", - "src": "1504:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1473:2:44", - "nodeType": "YulIdentifier", - "src": "1473:2:44" - }, - { - "name": "length", - "nativeSrc": "1477:6:44", - "nodeType": "YulIdentifier", - "src": "1477:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1469:3:44", - "nodeType": "YulIdentifier", - "src": "1469:3:44" - }, - "nativeSrc": "1469:15:44", - "nodeType": "YulFunctionCall", - "src": "1469:15:44" - }, - { - "kind": "number", - "nativeSrc": "1486:4:44", - "nodeType": "YulLiteral", - "src": "1486:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1465:3:44", - "nodeType": "YulIdentifier", - "src": "1465:3:44" - }, - "nativeSrc": "1465:26:44", - "nodeType": "YulFunctionCall", - "src": "1465:26:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1493:7:44", - "nodeType": "YulIdentifier", - "src": "1493:7:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1462:2:44", - "nodeType": "YulIdentifier", - "src": "1462:2:44" - }, - "nativeSrc": "1462:39:44", - "nodeType": "YulFunctionCall", - "src": "1462:39:44" - }, - "nativeSrc": "1459:59:44", - "nodeType": "YulIf", - "src": "1459:59:44" - }, - { - "nativeSrc": "1527:23:44", - "nodeType": "YulAssignment", - "src": "1527:23:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1541:2:44", - "nodeType": "YulIdentifier", - "src": "1541:2:44" - }, - { - "kind": "number", - "nativeSrc": "1545:4:44", - "nodeType": "YulLiteral", - "src": "1545:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1537:3:44", - "nodeType": "YulIdentifier", - "src": "1537:3:44" - }, - "nativeSrc": "1537:13:44", - "nodeType": "YulFunctionCall", - "src": "1537:13:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1527:6:44", - "nodeType": "YulIdentifier", - "src": "1527:6:44" - } - ] - }, - { - "nativeSrc": "1559:16:44", - "nodeType": "YulAssignment", - "src": "1559:16:44", - "value": { - "name": "length", - "nativeSrc": "1569:6:44", - "nodeType": "YulIdentifier", - "src": "1569:6:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1559:6:44", - "nodeType": "YulIdentifier", - "src": "1559:6:44" - } - ] - }, - { - "nativeSrc": "1584:47:44", - "nodeType": "YulVariableDeclaration", - "src": "1584:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1614:9:44", - "nodeType": "YulIdentifier", - "src": "1614:9:44" - }, - { - "kind": "number", - "nativeSrc": "1625:4:44", - "nodeType": "YulLiteral", - "src": "1625:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1610:3:44", - "nodeType": "YulIdentifier", - "src": "1610:3:44" - }, - "nativeSrc": "1610:20:44", - "nodeType": "YulFunctionCall", - "src": "1610:20:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1597:12:44", - "nodeType": "YulIdentifier", - "src": "1597:12:44" - }, - "nativeSrc": "1597:34:44", - "nodeType": "YulFunctionCall", - "src": "1597:34:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "1588:5:44", - "nodeType": "YulTypedName", - "src": "1588:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1717:16:44", - "nodeType": "YulBlock", - "src": "1717:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1726:1:44", - "nodeType": "YulLiteral", - "src": "1726:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1729:1:44", - "nodeType": "YulLiteral", - "src": "1729:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1719:6:44", - "nodeType": "YulIdentifier", - "src": "1719:6:44" - }, - "nativeSrc": "1719:12:44", - "nodeType": "YulFunctionCall", - "src": "1719:12:44" - }, - "nativeSrc": "1719:12:44", - "nodeType": "YulExpressionStatement", - "src": "1719:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "1653:5:44", - "nodeType": "YulIdentifier", - "src": "1653:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "1664:5:44", - "nodeType": "YulIdentifier", - "src": "1664:5:44" - }, - { - "kind": "number", - "nativeSrc": "1671:42:44", - "nodeType": "YulLiteral", - "src": "1671:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1660:3:44", - "nodeType": "YulIdentifier", - "src": "1660:3:44" - }, - "nativeSrc": "1660:54:44", - "nodeType": "YulFunctionCall", - "src": "1660:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "1650:2:44", - "nodeType": "YulIdentifier", - "src": "1650:2:44" - }, - "nativeSrc": "1650:65:44", - "nodeType": "YulFunctionCall", - "src": "1650:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "1643:6:44", - "nodeType": "YulIdentifier", - "src": "1643:6:44" - }, - "nativeSrc": "1643:73:44", - "nodeType": "YulFunctionCall", - "src": "1643:73:44" - }, - "nativeSrc": "1640:93:44", - "nodeType": "YulIf", - "src": "1640:93:44" - }, - { - "nativeSrc": "1742:15:44", - "nodeType": "YulAssignment", - "src": "1742:15:44", - "value": { - "name": "value", - "nativeSrc": "1752:5:44", - "nodeType": "YulIdentifier", - "src": "1752:5:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "1742:6:44", - "nodeType": "YulIdentifier", - "src": "1742:6:44" - } - ] - }, - { - "nativeSrc": "1766:45:44", - "nodeType": "YulAssignment", - "src": "1766:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1796:9:44", - "nodeType": "YulIdentifier", - "src": "1796:9:44" - }, - { - "kind": "number", - "nativeSrc": "1807:2:44", - "nodeType": "YulLiteral", - "src": "1807:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1792:3:44", - "nodeType": "YulIdentifier", - "src": "1792:3:44" - }, - "nativeSrc": "1792:18:44", - "nodeType": "YulFunctionCall", - "src": "1792:18:44" - } - ], - "functionName": { - "name": "abi_decode_bool", - "nativeSrc": "1776:15:44", - "nodeType": "YulIdentifier", - "src": "1776:15:44" - }, - "nativeSrc": "1776:35:44", - "nodeType": "YulFunctionCall", - "src": "1776:35:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1766:6:44", - "nodeType": "YulIdentifier", - "src": "1766:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_string_calldata_ptrt_contract$_ISchemaResolver_$3834t_bool", - "nativeSrc": "935:882:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1022:9:44", - "nodeType": "YulTypedName", - "src": "1022:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1033:7:44", - "nodeType": "YulTypedName", - "src": "1033:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1045:6:44", - "nodeType": "YulTypedName", - "src": "1045:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "1053:6:44", - "nodeType": "YulTypedName", - "src": "1053:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "1061:6:44", - "nodeType": "YulTypedName", - "src": "1061:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "1069:6:44", - "nodeType": "YulTypedName", - "src": "1069:6:44", - "type": "" - } - ], - "src": "935:882:44" - }, - { - "body": { - "nativeSrc": "1923:76:44", - "nodeType": "YulBlock", - "src": "1923:76:44", - "statements": [ - { - "nativeSrc": "1933:26:44", - "nodeType": "YulAssignment", - "src": "1933:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1945:9:44", - "nodeType": "YulIdentifier", - "src": "1945:9:44" - }, - { - "kind": "number", - "nativeSrc": "1956:2:44", - "nodeType": "YulLiteral", - "src": "1956:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1941:3:44", - "nodeType": "YulIdentifier", - "src": "1941:3:44" - }, - "nativeSrc": "1941:18:44", - "nodeType": "YulFunctionCall", - "src": "1941:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1933:4:44", - "nodeType": "YulIdentifier", - "src": "1933:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1975:9:44", - "nodeType": "YulIdentifier", - "src": "1975:9:44" - }, - { - "name": "value0", - "nativeSrc": "1986:6:44", - "nodeType": "YulIdentifier", - "src": "1986:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1968:6:44", - "nodeType": "YulIdentifier", - "src": "1968:6:44" - }, - "nativeSrc": "1968:25:44", - "nodeType": "YulFunctionCall", - "src": "1968:25:44" - }, - "nativeSrc": "1968:25:44", - "nodeType": "YulExpressionStatement", - "src": "1968:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "1822:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1892:9:44", - "nodeType": "YulTypedName", - "src": "1892:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1903:6:44", - "nodeType": "YulTypedName", - "src": "1903:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1914:4:44", - "nodeType": "YulTypedName", - "src": "1914:4:44", - "type": "" - } - ], - "src": "1822:177:44" - }, - { - "body": { - "nativeSrc": "2074:110:44", - "nodeType": "YulBlock", - "src": "2074:110:44", - "statements": [ - { - "body": { - "nativeSrc": "2120:16:44", - "nodeType": "YulBlock", - "src": "2120:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2129:1:44", - "nodeType": "YulLiteral", - "src": "2129:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2132:1:44", - "nodeType": "YulLiteral", - "src": "2132:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2122:6:44", - "nodeType": "YulIdentifier", - "src": "2122:6:44" - }, - "nativeSrc": "2122:12:44", - "nodeType": "YulFunctionCall", - "src": "2122:12:44" - }, - "nativeSrc": "2122:12:44", - "nodeType": "YulExpressionStatement", - "src": "2122:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2095:7:44", - "nodeType": "YulIdentifier", - "src": "2095:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2104:9:44", - "nodeType": "YulIdentifier", - "src": "2104:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2091:3:44", - "nodeType": "YulIdentifier", - "src": "2091:3:44" - }, - "nativeSrc": "2091:23:44", - "nodeType": "YulFunctionCall", - "src": "2091:23:44" - }, - { - "kind": "number", - "nativeSrc": "2116:2:44", - "nodeType": "YulLiteral", - "src": "2116:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2087:3:44", - "nodeType": "YulIdentifier", - "src": "2087:3:44" - }, - "nativeSrc": "2087:32:44", - "nodeType": "YulFunctionCall", - "src": "2087:32:44" - }, - "nativeSrc": "2084:52:44", - "nodeType": "YulIf", - "src": "2084:52:44" - }, - { - "nativeSrc": "2145:33:44", - "nodeType": "YulAssignment", - "src": "2145:33:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2168:9:44", - "nodeType": "YulIdentifier", - "src": "2168:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2155:12:44", - "nodeType": "YulIdentifier", - "src": "2155:12:44" - }, - "nativeSrc": "2155:23:44", - "nodeType": "YulFunctionCall", - "src": "2155:23:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2145:6:44", - "nodeType": "YulIdentifier", - "src": "2145:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "2004:180:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2040:9:44", - "nodeType": "YulTypedName", - "src": "2040:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2051:7:44", - "nodeType": "YulTypedName", - "src": "2051:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2063:6:44", - "nodeType": "YulTypedName", - "src": "2063:6:44", - "type": "" - } - ], - "src": "2004:180:44" - }, - { - "body": { - "nativeSrc": "2350:433:44", - "nodeType": "YulBlock", - "src": "2350:433:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2367:9:44", - "nodeType": "YulIdentifier", - "src": "2367:9:44" - }, - { - "kind": "number", - "nativeSrc": "2378:2:44", - "nodeType": "YulLiteral", - "src": "2378:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2360:6:44", - "nodeType": "YulIdentifier", - "src": "2360:6:44" - }, - "nativeSrc": "2360:21:44", - "nodeType": "YulFunctionCall", - "src": "2360:21:44" - }, - "nativeSrc": "2360:21:44", - "nodeType": "YulExpressionStatement", - "src": "2360:21:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2401:9:44", - "nodeType": "YulIdentifier", - "src": "2401:9:44" - }, - { - "kind": "number", - "nativeSrc": "2412:2:44", - "nodeType": "YulLiteral", - "src": "2412:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2397:3:44", - "nodeType": "YulIdentifier", - "src": "2397:3:44" - }, - "nativeSrc": "2397:18:44", - "nodeType": "YulFunctionCall", - "src": "2397:18:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2423:6:44", - "nodeType": "YulIdentifier", - "src": "2423:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2417:5:44", - "nodeType": "YulIdentifier", - "src": "2417:5:44" - }, - "nativeSrc": "2417:13:44", - "nodeType": "YulFunctionCall", - "src": "2417:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2390:6:44", - "nodeType": "YulIdentifier", - "src": "2390:6:44" - }, - "nativeSrc": "2390:41:44", - "nodeType": "YulFunctionCall", - "src": "2390:41:44" - }, - "nativeSrc": "2390:41:44", - "nodeType": "YulExpressionStatement", - "src": "2390:41:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2451:9:44", - "nodeType": "YulIdentifier", - "src": "2451:9:44" - }, - { - "kind": "number", - "nativeSrc": "2462:2:44", - "nodeType": "YulLiteral", - "src": "2462:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2447:3:44", - "nodeType": "YulIdentifier", - "src": "2447:3:44" - }, - "nativeSrc": "2447:18:44", - "nodeType": "YulFunctionCall", - "src": "2447:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2481:6:44", - "nodeType": "YulIdentifier", - "src": "2481:6:44" - }, - { - "kind": "number", - "nativeSrc": "2489:2:44", - "nodeType": "YulLiteral", - "src": "2489:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2477:3:44", - "nodeType": "YulIdentifier", - "src": "2477:3:44" - }, - "nativeSrc": "2477:15:44", - "nodeType": "YulFunctionCall", - "src": "2477:15:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2471:5:44", - "nodeType": "YulIdentifier", - "src": "2471:5:44" - }, - "nativeSrc": "2471:22:44", - "nodeType": "YulFunctionCall", - "src": "2471:22:44" - }, - { - "kind": "number", - "nativeSrc": "2495:42:44", - "nodeType": "YulLiteral", - "src": "2495:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2467:3:44", - "nodeType": "YulIdentifier", - "src": "2467:3:44" - }, - "nativeSrc": "2467:71:44", - "nodeType": "YulFunctionCall", - "src": "2467:71:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2440:6:44", - "nodeType": "YulIdentifier", - "src": "2440:6:44" - }, - "nativeSrc": "2440:99:44", - "nodeType": "YulFunctionCall", - "src": "2440:99:44" - }, - "nativeSrc": "2440:99:44", - "nodeType": "YulExpressionStatement", - "src": "2440:99:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2559:9:44", - "nodeType": "YulIdentifier", - "src": "2559:9:44" - }, - { - "kind": "number", - "nativeSrc": "2570:2:44", - "nodeType": "YulLiteral", - "src": "2570:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2555:3:44", - "nodeType": "YulIdentifier", - "src": "2555:3:44" - }, - "nativeSrc": "2555:18:44", - "nodeType": "YulFunctionCall", - "src": "2555:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2599:6:44", - "nodeType": "YulIdentifier", - "src": "2599:6:44" - }, - { - "kind": "number", - "nativeSrc": "2607:2:44", - "nodeType": "YulLiteral", - "src": "2607:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2595:3:44", - "nodeType": "YulIdentifier", - "src": "2595:3:44" - }, - "nativeSrc": "2595:15:44", - "nodeType": "YulFunctionCall", - "src": "2595:15:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2589:5:44", - "nodeType": "YulIdentifier", - "src": "2589:5:44" - }, - "nativeSrc": "2589:22:44", - "nodeType": "YulFunctionCall", - "src": "2589:22:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2582:6:44", - "nodeType": "YulIdentifier", - "src": "2582:6:44" - }, - "nativeSrc": "2582:30:44", - "nodeType": "YulFunctionCall", - "src": "2582:30:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2575:6:44", - "nodeType": "YulIdentifier", - "src": "2575:6:44" - }, - "nativeSrc": "2575:38:44", - "nodeType": "YulFunctionCall", - "src": "2575:38:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2548:6:44", - "nodeType": "YulIdentifier", - "src": "2548:6:44" - }, - "nativeSrc": "2548:66:44", - "nodeType": "YulFunctionCall", - "src": "2548:66:44" - }, - "nativeSrc": "2548:66:44", - "nodeType": "YulExpressionStatement", - "src": "2548:66:44" - }, - { - "nativeSrc": "2623:42:44", - "nodeType": "YulVariableDeclaration", - "src": "2623:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2653:6:44", - "nodeType": "YulIdentifier", - "src": "2653:6:44" - }, - { - "kind": "number", - "nativeSrc": "2661:2:44", - "nodeType": "YulLiteral", - "src": "2661:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2649:3:44", - "nodeType": "YulIdentifier", - "src": "2649:3:44" - }, - "nativeSrc": "2649:15:44", - "nodeType": "YulFunctionCall", - "src": "2649:15:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2643:5:44", - "nodeType": "YulIdentifier", - "src": "2643:5:44" - }, - "nativeSrc": "2643:22:44", - "nodeType": "YulFunctionCall", - "src": "2643:22:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "2627:12:44", - "nodeType": "YulTypedName", - "src": "2627:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2685:9:44", - "nodeType": "YulIdentifier", - "src": "2685:9:44" - }, - { - "kind": "number", - "nativeSrc": "2696:4:44", - "nodeType": "YulLiteral", - "src": "2696:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2681:3:44", - "nodeType": "YulIdentifier", - "src": "2681:3:44" - }, - "nativeSrc": "2681:20:44", - "nodeType": "YulFunctionCall", - "src": "2681:20:44" - }, - { - "kind": "number", - "nativeSrc": "2703:4:44", - "nodeType": "YulLiteral", - "src": "2703:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2674:6:44", - "nodeType": "YulIdentifier", - "src": "2674:6:44" - }, - "nativeSrc": "2674:34:44", - "nodeType": "YulFunctionCall", - "src": "2674:34:44" - }, - "nativeSrc": "2674:34:44", - "nodeType": "YulExpressionStatement", - "src": "2674:34:44" - }, - { - "nativeSrc": "2717:60:44", - "nodeType": "YulAssignment", - "src": "2717:60:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "2743:12:44", - "nodeType": "YulIdentifier", - "src": "2743:12:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2761:9:44", - "nodeType": "YulIdentifier", - "src": "2761:9:44" - }, - { - "kind": "number", - "nativeSrc": "2772:3:44", - "nodeType": "YulLiteral", - "src": "2772:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2757:3:44", - "nodeType": "YulIdentifier", - "src": "2757:3:44" - }, - "nativeSrc": "2757:19:44", - "nodeType": "YulFunctionCall", - "src": "2757:19:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "2725:17:44", - "nodeType": "YulIdentifier", - "src": "2725:17:44" - }, - "nativeSrc": "2725:52:44", - "nodeType": "YulFunctionCall", - "src": "2725:52:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2717:4:44", - "nodeType": "YulIdentifier", - "src": "2717:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr__to_t_struct$_SchemaRecord_$2343_memory_ptr__fromStack_reversed", - "nativeSrc": "2189:594:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2319:9:44", - "nodeType": "YulTypedName", - "src": "2319:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2330:6:44", - "nodeType": "YulTypedName", - "src": "2330:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2341:4:44", - "nodeType": "YulTypedName", - "src": "2341:4:44", - "type": "" - } - ], - "src": "2189:594:44" - }, - { - "body": { - "nativeSrc": "3225:550:44", - "nodeType": "YulBlock", - "src": "3225:550:44", - "statements": [ - { - "nativeSrc": "3235:27:44", - "nodeType": "YulVariableDeclaration", - "src": "3235:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3255:6:44", - "nodeType": "YulIdentifier", - "src": "3255:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3249:5:44", - "nodeType": "YulIdentifier", - "src": "3249:5:44" - }, - "nativeSrc": "3249:13:44", - "nodeType": "YulFunctionCall", - "src": "3249:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "3239:6:44", - "nodeType": "YulTypedName", - "src": "3239:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3310:6:44", - "nodeType": "YulIdentifier", - "src": "3310:6:44" - }, - { - "kind": "number", - "nativeSrc": "3318:4:44", - "nodeType": "YulLiteral", - "src": "3318:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3306:3:44", - "nodeType": "YulIdentifier", - "src": "3306:3:44" - }, - "nativeSrc": "3306:17:44", - "nodeType": "YulFunctionCall", - "src": "3306:17:44" - }, - { - "name": "pos", - "nativeSrc": "3325:3:44", - "nodeType": "YulIdentifier", - "src": "3325:3:44" - }, - { - "name": "length", - "nativeSrc": "3330:6:44", - "nodeType": "YulIdentifier", - "src": "3330:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "3271:34:44", - "nodeType": "YulIdentifier", - "src": "3271:34:44" - }, - "nativeSrc": "3271:66:44", - "nodeType": "YulFunctionCall", - "src": "3271:66:44" - }, - "nativeSrc": "3271:66:44", - "nodeType": "YulExpressionStatement", - "src": "3271:66:44" - }, - { - "nativeSrc": "3346:29:44", - "nodeType": "YulVariableDeclaration", - "src": "3346:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "3363:3:44", - "nodeType": "YulIdentifier", - "src": "3363:3:44" - }, - { - "name": "length", - "nativeSrc": "3368:6:44", - "nodeType": "YulIdentifier", - "src": "3368:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3359:3:44", - "nodeType": "YulIdentifier", - "src": "3359:3:44" - }, - "nativeSrc": "3359:16:44", - "nodeType": "YulFunctionCall", - "src": "3359:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "3350:5:44", - "nodeType": "YulTypedName", - "src": "3350:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "3391:5:44", - "nodeType": "YulIdentifier", - "src": "3391:5:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "3398:3:44", - "nodeType": "YulLiteral", - "src": "3398:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3384:6:44", - "nodeType": "YulIdentifier", - "src": "3384:6:44" - }, - "nativeSrc": "3384:18:44", - "nodeType": "YulFunctionCall", - "src": "3384:18:44" - }, - "nativeSrc": "3384:18:44", - "nodeType": "YulExpressionStatement", - "src": "3384:18:44" - }, - { - "nativeSrc": "3411:29:44", - "nodeType": "YulVariableDeclaration", - "src": "3411:29:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "3433:6:44", - "nodeType": "YulIdentifier", - "src": "3433:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3427:5:44", - "nodeType": "YulIdentifier", - "src": "3427:5:44" - }, - "nativeSrc": "3427:13:44", - "nodeType": "YulFunctionCall", - "src": "3427:13:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "3415:8:44", - "nodeType": "YulTypedName", - "src": "3415:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "3488:6:44", - "nodeType": "YulIdentifier", - "src": "3488:6:44" - }, - { - "kind": "number", - "nativeSrc": "3496:4:44", - "nodeType": "YulLiteral", - "src": "3496:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3484:3:44", - "nodeType": "YulIdentifier", - "src": "3484:3:44" - }, - "nativeSrc": "3484:17:44", - "nodeType": "YulFunctionCall", - "src": "3484:17:44" - }, - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "3507:5:44", - "nodeType": "YulIdentifier", - "src": "3507:5:44" - }, - { - "kind": "number", - "nativeSrc": "3514:1:44", - "nodeType": "YulLiteral", - "src": "3514:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3503:3:44", - "nodeType": "YulIdentifier", - "src": "3503:3:44" - }, - "nativeSrc": "3503:13:44", - "nodeType": "YulFunctionCall", - "src": "3503:13:44" - }, - { - "name": "length_1", - "nativeSrc": "3518:8:44", - "nodeType": "YulIdentifier", - "src": "3518:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "3449:34:44", - "nodeType": "YulIdentifier", - "src": "3449:34:44" - }, - "nativeSrc": "3449:78:44", - "nodeType": "YulFunctionCall", - "src": "3449:78:44" - }, - "nativeSrc": "3449:78:44", - "nodeType": "YulExpressionStatement", - "src": "3449:78:44" - }, - { - "nativeSrc": "3536:30:44", - "nodeType": "YulVariableDeclaration", - "src": "3536:30:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "3550:5:44", - "nodeType": "YulIdentifier", - "src": "3550:5:44" - }, - { - "name": "length_1", - "nativeSrc": "3557:8:44", - "nodeType": "YulIdentifier", - "src": "3557:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3546:3:44", - "nodeType": "YulIdentifier", - "src": "3546:3:44" - }, - "nativeSrc": "3546:20:44", - "nodeType": "YulFunctionCall", - "src": "3546:20:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "3540:2:44", - "nodeType": "YulTypedName", - "src": "3540:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "3586:2:44", - "nodeType": "YulIdentifier", - "src": "3586:2:44" - }, - { - "kind": "number", - "nativeSrc": "3590:1:44", - "nodeType": "YulLiteral", - "src": "3590:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3582:3:44", - "nodeType": "YulIdentifier", - "src": "3582:3:44" - }, - "nativeSrc": "3582:10:44", - "nodeType": "YulFunctionCall", - "src": "3582:10:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "3594:3:44", - "nodeType": "YulLiteral", - "src": "3594:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3575:6:44", - "nodeType": "YulIdentifier", - "src": "3575:6:44" - }, - "nativeSrc": "3575:23:44", - "nodeType": "YulFunctionCall", - "src": "3575:23:44" - }, - "nativeSrc": "3575:23:44", - "nodeType": "YulExpressionStatement", - "src": "3575:23:44" - }, - { - "nativeSrc": "3607:29:44", - "nodeType": "YulVariableDeclaration", - "src": "3607:29:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "3629:6:44", - "nodeType": "YulIdentifier", - "src": "3629:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3623:5:44", - "nodeType": "YulIdentifier", - "src": "3623:5:44" - }, - "nativeSrc": "3623:13:44", - "nodeType": "YulFunctionCall", - "src": "3623:13:44" - }, - "variables": [ - { - "name": "length_2", - "nativeSrc": "3611:8:44", - "nodeType": "YulTypedName", - "src": "3611:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "3684:6:44", - "nodeType": "YulIdentifier", - "src": "3684:6:44" - }, - { - "kind": "number", - "nativeSrc": "3692:4:44", - "nodeType": "YulLiteral", - "src": "3692:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3680:3:44", - "nodeType": "YulIdentifier", - "src": "3680:3:44" - }, - "nativeSrc": "3680:17:44", - "nodeType": "YulFunctionCall", - "src": "3680:17:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "3703:2:44", - "nodeType": "YulIdentifier", - "src": "3703:2:44" - }, - { - "kind": "number", - "nativeSrc": "3707:1:44", - "nodeType": "YulLiteral", - "src": "3707:1:44", - "type": "", - "value": "2" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3699:3:44", - "nodeType": "YulIdentifier", - "src": "3699:3:44" - }, - "nativeSrc": "3699:10:44", - "nodeType": "YulFunctionCall", - "src": "3699:10:44" - }, - { - "name": "length_2", - "nativeSrc": "3711:8:44", - "nodeType": "YulIdentifier", - "src": "3711:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "3645:34:44", - "nodeType": "YulIdentifier", - "src": "3645:34:44" - }, - "nativeSrc": "3645:75:44", - "nodeType": "YulFunctionCall", - "src": "3645:75:44" - }, - "nativeSrc": "3645:75:44", - "nodeType": "YulExpressionStatement", - "src": "3645:75:44" - }, - { - "nativeSrc": "3729:40:44", - "nodeType": "YulAssignment", - "src": "3729:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "3748:2:44", - "nodeType": "YulIdentifier", - "src": "3748:2:44" - }, - { - "name": "length_2", - "nativeSrc": "3752:8:44", - "nodeType": "YulIdentifier", - "src": "3752:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3744:3:44", - "nodeType": "YulIdentifier", - "src": "3744:3:44" - }, - "nativeSrc": "3744:17:44", - "nodeType": "YulFunctionCall", - "src": "3744:17:44" - }, - { - "kind": "number", - "nativeSrc": "3763:1:44", - "nodeType": "YulLiteral", - "src": "3763:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3740:3:44", - "nodeType": "YulIdentifier", - "src": "3740:3:44" - }, - "nativeSrc": "3740:25:44", - "nodeType": "YulFunctionCall", - "src": "3740:25:44" - }, - { - "kind": "number", - "nativeSrc": "3767:1:44", - "nodeType": "YulLiteral", - "src": "3767:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3736:3:44", - "nodeType": "YulIdentifier", - "src": "3736:3:44" - }, - "nativeSrc": "3736:33:44", - "nodeType": "YulFunctionCall", - "src": "3736:33:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "3729:3:44", - "nodeType": "YulIdentifier", - "src": "3729:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "2788:987:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "3185:3:44", - "nodeType": "YulTypedName", - "src": "3185:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3190:6:44", - "nodeType": "YulTypedName", - "src": "3190:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3198:6:44", - "nodeType": "YulTypedName", - "src": "3198:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3206:6:44", - "nodeType": "YulTypedName", - "src": "3206:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "3217:3:44", - "nodeType": "YulTypedName", - "src": "3217:3:44", - "type": "" - } - ], - "src": "2788:987:44" - }, - { - "body": { - "nativeSrc": "3812:152:44", - "nodeType": "YulBlock", - "src": "3812:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3829:1:44", - "nodeType": "YulLiteral", - "src": "3829:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3832:77:44", - "nodeType": "YulLiteral", - "src": "3832:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3822:6:44", - "nodeType": "YulIdentifier", - "src": "3822:6:44" - }, - "nativeSrc": "3822:88:44", - "nodeType": "YulFunctionCall", - "src": "3822:88:44" - }, - "nativeSrc": "3822:88:44", - "nodeType": "YulExpressionStatement", - "src": "3822:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3926:1:44", - "nodeType": "YulLiteral", - "src": "3926:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "3929:4:44", - "nodeType": "YulLiteral", - "src": "3929:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3919:6:44", - "nodeType": "YulIdentifier", - "src": "3919:6:44" - }, - "nativeSrc": "3919:15:44", - "nodeType": "YulFunctionCall", - "src": "3919:15:44" - }, - "nativeSrc": "3919:15:44", - "nodeType": "YulExpressionStatement", - "src": "3919:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3950:1:44", - "nodeType": "YulLiteral", - "src": "3950:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3953:4:44", - "nodeType": "YulLiteral", - "src": "3953:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3943:6:44", - "nodeType": "YulIdentifier", - "src": "3943:6:44" - }, - "nativeSrc": "3943:15:44", - "nodeType": "YulFunctionCall", - "src": "3943:15:44" - }, - "nativeSrc": "3943:15:44", - "nodeType": "YulExpressionStatement", - "src": "3943:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "3780:184:44", - "nodeType": "YulFunctionDefinition", - "src": "3780:184:44" - }, - { - "body": { - "nativeSrc": "4024:382:44", - "nodeType": "YulBlock", - "src": "4024:382:44", - "statements": [ - { - "nativeSrc": "4034:22:44", - "nodeType": "YulAssignment", - "src": "4034:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4048:1:44", - "nodeType": "YulLiteral", - "src": "4048:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "4051:4:44", - "nodeType": "YulIdentifier", - "src": "4051:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "4044:3:44", - "nodeType": "YulIdentifier", - "src": "4044:3:44" - }, - "nativeSrc": "4044:12:44", - "nodeType": "YulFunctionCall", - "src": "4044:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "4034:6:44", - "nodeType": "YulIdentifier", - "src": "4034:6:44" - } - ] - }, - { - "nativeSrc": "4065:38:44", - "nodeType": "YulVariableDeclaration", - "src": "4065:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "4095:4:44", - "nodeType": "YulIdentifier", - "src": "4095:4:44" - }, - { - "kind": "number", - "nativeSrc": "4101:1:44", - "nodeType": "YulLiteral", - "src": "4101:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4091:3:44", - "nodeType": "YulIdentifier", - "src": "4091:3:44" - }, - "nativeSrc": "4091:12:44", - "nodeType": "YulFunctionCall", - "src": "4091:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "4069:18:44", - "nodeType": "YulTypedName", - "src": "4069:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4142:31:44", - "nodeType": "YulBlock", - "src": "4142:31:44", - "statements": [ - { - "nativeSrc": "4144:27:44", - "nodeType": "YulAssignment", - "src": "4144:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "4158:6:44", - "nodeType": "YulIdentifier", - "src": "4158:6:44" - }, - { - "kind": "number", - "nativeSrc": "4166:4:44", - "nodeType": "YulLiteral", - "src": "4166:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4154:3:44", - "nodeType": "YulIdentifier", - "src": "4154:3:44" - }, - "nativeSrc": "4154:17:44", - "nodeType": "YulFunctionCall", - "src": "4154:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "4144:6:44", - "nodeType": "YulIdentifier", - "src": "4144:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "4122:18:44", - "nodeType": "YulIdentifier", - "src": "4122:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "4115:6:44", - "nodeType": "YulIdentifier", - "src": "4115:6:44" - }, - "nativeSrc": "4115:26:44", - "nodeType": "YulFunctionCall", - "src": "4115:26:44" - }, - "nativeSrc": "4112:61:44", - "nodeType": "YulIf", - "src": "4112:61:44" - }, - { - "body": { - "nativeSrc": "4232:168:44", - "nodeType": "YulBlock", - "src": "4232:168:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4253:1:44", - "nodeType": "YulLiteral", - "src": "4253:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4256:77:44", - "nodeType": "YulLiteral", - "src": "4256:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4246:6:44", - "nodeType": "YulIdentifier", - "src": "4246:6:44" - }, - "nativeSrc": "4246:88:44", - "nodeType": "YulFunctionCall", - "src": "4246:88:44" - }, - "nativeSrc": "4246:88:44", - "nodeType": "YulExpressionStatement", - "src": "4246:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4354:1:44", - "nodeType": "YulLiteral", - "src": "4354:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "4357:4:44", - "nodeType": "YulLiteral", - "src": "4357:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4347:6:44", - "nodeType": "YulIdentifier", - "src": "4347:6:44" - }, - "nativeSrc": "4347:15:44", - "nodeType": "YulFunctionCall", - "src": "4347:15:44" - }, - "nativeSrc": "4347:15:44", - "nodeType": "YulExpressionStatement", - "src": "4347:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4382:1:44", - "nodeType": "YulLiteral", - "src": "4382:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4385:4:44", - "nodeType": "YulLiteral", - "src": "4385:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4375:6:44", - "nodeType": "YulIdentifier", - "src": "4375:6:44" - }, - "nativeSrc": "4375:15:44", - "nodeType": "YulFunctionCall", - "src": "4375:15:44" - }, - "nativeSrc": "4375:15:44", - "nodeType": "YulExpressionStatement", - "src": "4375:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "4188:18:44", - "nodeType": "YulIdentifier", - "src": "4188:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "4211:6:44", - "nodeType": "YulIdentifier", - "src": "4211:6:44" - }, - { - "kind": "number", - "nativeSrc": "4219:2:44", - "nodeType": "YulLiteral", - "src": "4219:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4208:2:44", - "nodeType": "YulIdentifier", - "src": "4208:2:44" - }, - "nativeSrc": "4208:14:44", - "nodeType": "YulFunctionCall", - "src": "4208:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "4185:2:44", - "nodeType": "YulIdentifier", - "src": "4185:2:44" - }, - "nativeSrc": "4185:38:44", - "nodeType": "YulFunctionCall", - "src": "4185:38:44" - }, - "nativeSrc": "4182:218:44", - "nodeType": "YulIf", - "src": "4182:218:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "3969:437:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "4004:4:44", - "nodeType": "YulTypedName", - "src": "4004:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "4013:6:44", - "nodeType": "YulTypedName", - "src": "4013:6:44", - "type": "" - } - ], - "src": "3969:437:44" - }, - { - "body": { - "nativeSrc": "4467:65:44", - "nodeType": "YulBlock", - "src": "4467:65:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4484:1:44", - "nodeType": "YulLiteral", - "src": "4484:1:44", - "type": "", - "value": "0" - }, - { - "name": "ptr", - "nativeSrc": "4487:3:44", - "nodeType": "YulIdentifier", - "src": "4487:3:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4477:6:44", - "nodeType": "YulIdentifier", - "src": "4477:6:44" - }, - "nativeSrc": "4477:14:44", - "nodeType": "YulFunctionCall", - "src": "4477:14:44" - }, - "nativeSrc": "4477:14:44", - "nodeType": "YulExpressionStatement", - "src": "4477:14:44" - }, - { - "nativeSrc": "4500:26:44", - "nodeType": "YulAssignment", - "src": "4500:26:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4518:1:44", - "nodeType": "YulLiteral", - "src": "4518:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4521:4:44", - "nodeType": "YulLiteral", - "src": "4521:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "4508:9:44", - "nodeType": "YulIdentifier", - "src": "4508:9:44" - }, - "nativeSrc": "4508:18:44", - "nodeType": "YulFunctionCall", - "src": "4508:18:44" - }, - "variableNames": [ - { - "name": "data", - "nativeSrc": "4500:4:44", - "nodeType": "YulIdentifier", - "src": "4500:4:44" - } - ] - } - ] - }, - "name": "array_dataslot_string_storage", - "nativeSrc": "4411:121:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "ptr", - "nativeSrc": "4450:3:44", - "nodeType": "YulTypedName", - "src": "4450:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "data", - "nativeSrc": "4458:4:44", - "nodeType": "YulTypedName", - "src": "4458:4:44", - "type": "" - } - ], - "src": "4411:121:44" - }, - { - "body": { - "nativeSrc": "4618:437:44", - "nodeType": "YulBlock", - "src": "4618:437:44", - "statements": [ - { - "body": { - "nativeSrc": "4651:398:44", - "nodeType": "YulBlock", - "src": "4651:398:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4672:1:44", - "nodeType": "YulLiteral", - "src": "4672:1:44", - "type": "", - "value": "0" - }, - { - "name": "array", - "nativeSrc": "4675:5:44", - "nodeType": "YulIdentifier", - "src": "4675:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4665:6:44", - "nodeType": "YulIdentifier", - "src": "4665:6:44" - }, - "nativeSrc": "4665:16:44", - "nodeType": "YulFunctionCall", - "src": "4665:16:44" - }, - "nativeSrc": "4665:16:44", - "nodeType": "YulExpressionStatement", - "src": "4665:16:44" - }, - { - "nativeSrc": "4694:30:44", - "nodeType": "YulVariableDeclaration", - "src": "4694:30:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4716:1:44", - "nodeType": "YulLiteral", - "src": "4716:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4719:4:44", - "nodeType": "YulLiteral", - "src": "4719:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "4706:9:44", - "nodeType": "YulIdentifier", - "src": "4706:9:44" - }, - "nativeSrc": "4706:18:44", - "nodeType": "YulFunctionCall", - "src": "4706:18:44" - }, - "variables": [ - { - "name": "data", - "nativeSrc": "4698:4:44", - "nodeType": "YulTypedName", - "src": "4698:4:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4737:57:44", - "nodeType": "YulVariableDeclaration", - "src": "4737:57:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "4760:4:44", - "nodeType": "YulIdentifier", - "src": "4760:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4770:1:44", - "nodeType": "YulLiteral", - "src": "4770:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "4777:10:44", - "nodeType": "YulIdentifier", - "src": "4777:10:44" - }, - { - "kind": "number", - "nativeSrc": "4789:2:44", - "nodeType": "YulLiteral", - "src": "4789:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4773:3:44", - "nodeType": "YulIdentifier", - "src": "4773:3:44" - }, - "nativeSrc": "4773:19:44", - "nodeType": "YulFunctionCall", - "src": "4773:19:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "4766:3:44", - "nodeType": "YulIdentifier", - "src": "4766:3:44" - }, - "nativeSrc": "4766:27:44", - "nodeType": "YulFunctionCall", - "src": "4766:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4756:3:44", - "nodeType": "YulIdentifier", - "src": "4756:3:44" - }, - "nativeSrc": "4756:38:44", - "nodeType": "YulFunctionCall", - "src": "4756:38:44" - }, - "variables": [ - { - "name": "deleteStart", - "nativeSrc": "4741:11:44", - "nodeType": "YulTypedName", - "src": "4741:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4831:23:44", - "nodeType": "YulBlock", - "src": "4831:23:44", - "statements": [ - { - "nativeSrc": "4833:19:44", - "nodeType": "YulAssignment", - "src": "4833:19:44", - "value": { - "name": "data", - "nativeSrc": "4848:4:44", - "nodeType": "YulIdentifier", - "src": "4848:4:44" - }, - "variableNames": [ - { - "name": "deleteStart", - "nativeSrc": "4833:11:44", - "nodeType": "YulIdentifier", - "src": "4833:11:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "4813:10:44", - "nodeType": "YulIdentifier", - "src": "4813:10:44" - }, - { - "kind": "number", - "nativeSrc": "4825:4:44", - "nodeType": "YulLiteral", - "src": "4825:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4810:2:44", - "nodeType": "YulIdentifier", - "src": "4810:2:44" - }, - "nativeSrc": "4810:20:44", - "nodeType": "YulFunctionCall", - "src": "4810:20:44" - }, - "nativeSrc": "4807:47:44", - "nodeType": "YulIf", - "src": "4807:47:44" - }, - { - "nativeSrc": "4867:41:44", - "nodeType": "YulVariableDeclaration", - "src": "4867:41:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "4881:4:44", - "nodeType": "YulIdentifier", - "src": "4881:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4891:1:44", - "nodeType": "YulLiteral", - "src": "4891:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "len", - "nativeSrc": "4898:3:44", - "nodeType": "YulIdentifier", - "src": "4898:3:44" - }, - { - "kind": "number", - "nativeSrc": "4903:2:44", - "nodeType": "YulLiteral", - "src": "4903:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4894:3:44", - "nodeType": "YulIdentifier", - "src": "4894:3:44" - }, - "nativeSrc": "4894:12:44", - "nodeType": "YulFunctionCall", - "src": "4894:12:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "4887:3:44", - "nodeType": "YulIdentifier", - "src": "4887:3:44" - }, - "nativeSrc": "4887:20:44", - "nodeType": "YulFunctionCall", - "src": "4887:20:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4877:3:44", - "nodeType": "YulIdentifier", - "src": "4877:3:44" - }, - "nativeSrc": "4877:31:44", - "nodeType": "YulFunctionCall", - "src": "4877:31:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "4871:2:44", - "nodeType": "YulTypedName", - "src": "4871:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4921:24:44", - "nodeType": "YulVariableDeclaration", - "src": "4921:24:44", - "value": { - "name": "deleteStart", - "nativeSrc": "4934:11:44", - "nodeType": "YulIdentifier", - "src": "4934:11:44" - }, - "variables": [ - { - "name": "start", - "nativeSrc": "4925:5:44", - "nodeType": "YulTypedName", - "src": "4925:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5019:20:44", - "nodeType": "YulBlock", - "src": "5019:20:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "start", - "nativeSrc": "5028:5:44", - "nodeType": "YulIdentifier", - "src": "5028:5:44" - }, - { - "kind": "number", - "nativeSrc": "5035:1:44", - "nodeType": "YulLiteral", - "src": "5035:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "5021:6:44", - "nodeType": "YulIdentifier", - "src": "5021:6:44" - }, - "nativeSrc": "5021:16:44", - "nodeType": "YulFunctionCall", - "src": "5021:16:44" - }, - "nativeSrc": "5021:16:44", - "nodeType": "YulExpressionStatement", - "src": "5021:16:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "start", - "nativeSrc": "4969:5:44", - "nodeType": "YulIdentifier", - "src": "4969:5:44" - }, - { - "name": "_1", - "nativeSrc": "4976:2:44", - "nodeType": "YulIdentifier", - "src": "4976:2:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4966:2:44", - "nodeType": "YulIdentifier", - "src": "4966:2:44" - }, - "nativeSrc": "4966:13:44", - "nodeType": "YulFunctionCall", - "src": "4966:13:44" - }, - "nativeSrc": "4958:81:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "4980:26:44", - "nodeType": "YulBlock", - "src": "4980:26:44", - "statements": [ - { - "nativeSrc": "4982:22:44", - "nodeType": "YulAssignment", - "src": "4982:22:44", - "value": { - "arguments": [ - { - "name": "start", - "nativeSrc": "4995:5:44", - "nodeType": "YulIdentifier", - "src": "4995:5:44" - }, - { - "kind": "number", - "nativeSrc": "5002:1:44", - "nodeType": "YulLiteral", - "src": "5002:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4991:3:44", - "nodeType": "YulIdentifier", - "src": "4991:3:44" - }, - "nativeSrc": "4991:13:44", - "nodeType": "YulFunctionCall", - "src": "4991:13:44" - }, - "variableNames": [ - { - "name": "start", - "nativeSrc": "4982:5:44", - "nodeType": "YulIdentifier", - "src": "4982:5:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "4962:3:44", - "nodeType": "YulBlock", - "src": "4962:3:44", - "statements": [] - }, - "src": "4958:81:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "4634:3:44", - "nodeType": "YulIdentifier", - "src": "4634:3:44" - }, - { - "kind": "number", - "nativeSrc": "4639:2:44", - "nodeType": "YulLiteral", - "src": "4639:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "4631:2:44", - "nodeType": "YulIdentifier", - "src": "4631:2:44" - }, - "nativeSrc": "4631:11:44", - "nodeType": "YulFunctionCall", - "src": "4631:11:44" - }, - "nativeSrc": "4628:421:44", - "nodeType": "YulIf", - "src": "4628:421:44" - } - ] - }, - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "4537:518:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "4590:5:44", - "nodeType": "YulTypedName", - "src": "4590:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "4597:3:44", - "nodeType": "YulTypedName", - "src": "4597:3:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "4602:10:44", - "nodeType": "YulTypedName", - "src": "4602:10:44", - "type": "" - } - ], - "src": "4537:518:44" - }, - { - "body": { - "nativeSrc": "5145:81:44", - "nodeType": "YulBlock", - "src": "5145:81:44", - "statements": [ - { - "nativeSrc": "5155:65:44", - "nodeType": "YulAssignment", - "src": "5155:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "data", - "nativeSrc": "5170:4:44", - "nodeType": "YulIdentifier", - "src": "5170:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5188:1:44", - "nodeType": "YulLiteral", - "src": "5188:1:44", - "type": "", - "value": "3" - }, - { - "name": "len", - "nativeSrc": "5191:3:44", - "nodeType": "YulIdentifier", - "src": "5191:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "5184:3:44", - "nodeType": "YulIdentifier", - "src": "5184:3:44" - }, - "nativeSrc": "5184:11:44", - "nodeType": "YulFunctionCall", - "src": "5184:11:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5201:1:44", - "nodeType": "YulLiteral", - "src": "5201:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "5197:3:44", - "nodeType": "YulIdentifier", - "src": "5197:3:44" - }, - "nativeSrc": "5197:6:44", - "nodeType": "YulFunctionCall", - "src": "5197:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "5180:3:44", - "nodeType": "YulIdentifier", - "src": "5180:3:44" - }, - "nativeSrc": "5180:24:44", - "nodeType": "YulFunctionCall", - "src": "5180:24:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "5176:3:44", - "nodeType": "YulIdentifier", - "src": "5176:3:44" - }, - "nativeSrc": "5176:29:44", - "nodeType": "YulFunctionCall", - "src": "5176:29:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5166:3:44", - "nodeType": "YulIdentifier", - "src": "5166:3:44" - }, - "nativeSrc": "5166:40:44", - "nodeType": "YulFunctionCall", - "src": "5166:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5212:1:44", - "nodeType": "YulLiteral", - "src": "5212:1:44", - "type": "", - "value": "1" - }, - { - "name": "len", - "nativeSrc": "5215:3:44", - "nodeType": "YulIdentifier", - "src": "5215:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "5208:3:44", - "nodeType": "YulIdentifier", - "src": "5208:3:44" - }, - "nativeSrc": "5208:11:44", - "nodeType": "YulFunctionCall", - "src": "5208:11:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "5163:2:44", - "nodeType": "YulIdentifier", - "src": "5163:2:44" - }, - "nativeSrc": "5163:57:44", - "nodeType": "YulFunctionCall", - "src": "5163:57:44" - }, - "variableNames": [ - { - "name": "used", - "nativeSrc": "5155:4:44", - "nodeType": "YulIdentifier", - "src": "5155:4:44" - } - ] - } - ] - }, - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "5060:166:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "5122:4:44", - "nodeType": "YulTypedName", - "src": "5122:4:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "5128:3:44", - "nodeType": "YulTypedName", - "src": "5128:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "used", - "nativeSrc": "5136:4:44", - "nodeType": "YulTypedName", - "src": "5136:4:44", - "type": "" - } - ], - "src": "5060:166:44" - }, - { - "body": { - "nativeSrc": "5327:1203:44", - "nodeType": "YulBlock", - "src": "5327:1203:44", - "statements": [ - { - "nativeSrc": "5337:24:44", - "nodeType": "YulVariableDeclaration", - "src": "5337:24:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "5357:3:44", - "nodeType": "YulIdentifier", - "src": "5357:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5351:5:44", - "nodeType": "YulIdentifier", - "src": "5351:5:44" - }, - "nativeSrc": "5351:10:44", - "nodeType": "YulFunctionCall", - "src": "5351:10:44" - }, - "variables": [ - { - "name": "newLen", - "nativeSrc": "5341:6:44", - "nodeType": "YulTypedName", - "src": "5341:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5404:22:44", - "nodeType": "YulBlock", - "src": "5404:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "5406:16:44", - "nodeType": "YulIdentifier", - "src": "5406:16:44" - }, - "nativeSrc": "5406:18:44", - "nodeType": "YulFunctionCall", - "src": "5406:18:44" - }, - "nativeSrc": "5406:18:44", - "nodeType": "YulExpressionStatement", - "src": "5406:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "5376:6:44", - "nodeType": "YulIdentifier", - "src": "5376:6:44" - }, - { - "kind": "number", - "nativeSrc": "5384:18:44", - "nodeType": "YulLiteral", - "src": "5384:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "5373:2:44", - "nodeType": "YulIdentifier", - "src": "5373:2:44" - }, - "nativeSrc": "5373:30:44", - "nodeType": "YulFunctionCall", - "src": "5373:30:44" - }, - "nativeSrc": "5370:56:44", - "nodeType": "YulIf", - "src": "5370:56:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "5479:4:44", - "nodeType": "YulIdentifier", - "src": "5479:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "slot", - "nativeSrc": "5517:4:44", - "nodeType": "YulIdentifier", - "src": "5517:4:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "5511:5:44", - "nodeType": "YulIdentifier", - "src": "5511:5:44" - }, - "nativeSrc": "5511:11:44", - "nodeType": "YulFunctionCall", - "src": "5511:11:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "5485:25:44", - "nodeType": "YulIdentifier", - "src": "5485:25:44" - }, - "nativeSrc": "5485:38:44", - "nodeType": "YulFunctionCall", - "src": "5485:38:44" - }, - { - "name": "newLen", - "nativeSrc": "5525:6:44", - "nodeType": "YulIdentifier", - "src": "5525:6:44" - } - ], - "functionName": { - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "5435:43:44", - "nodeType": "YulIdentifier", - "src": "5435:43:44" - }, - "nativeSrc": "5435:97:44", - "nodeType": "YulFunctionCall", - "src": "5435:97:44" - }, - "nativeSrc": "5435:97:44", - "nodeType": "YulExpressionStatement", - "src": "5435:97:44" - }, - { - "nativeSrc": "5541:18:44", - "nodeType": "YulVariableDeclaration", - "src": "5541:18:44", - "value": { - "kind": "number", - "nativeSrc": "5558:1:44", - "nodeType": "YulLiteral", - "src": "5558:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "srcOffset", - "nativeSrc": "5545:9:44", - "nodeType": "YulTypedName", - "src": "5545:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5568:17:44", - "nodeType": "YulAssignment", - "src": "5568:17:44", - "value": { - "kind": "number", - "nativeSrc": "5581:4:44", - "nodeType": "YulLiteral", - "src": "5581:4:44", - "type": "", - "value": "0x20" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "5568:9:44", - "nodeType": "YulIdentifier", - "src": "5568:9:44" - } - ] - }, - { - "cases": [ - { - "body": { - "nativeSrc": "5631:642:44", - "nodeType": "YulBlock", - "src": "5631:642:44", - "statements": [ - { - "nativeSrc": "5645:35:44", - "nodeType": "YulVariableDeclaration", - "src": "5645:35:44", - "value": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "5664:6:44", - "nodeType": "YulIdentifier", - "src": "5664:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5676:2:44", - "nodeType": "YulLiteral", - "src": "5676:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "5672:3:44", - "nodeType": "YulIdentifier", - "src": "5672:3:44" - }, - "nativeSrc": "5672:7:44", - "nodeType": "YulFunctionCall", - "src": "5672:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5660:3:44", - "nodeType": "YulIdentifier", - "src": "5660:3:44" - }, - "nativeSrc": "5660:20:44", - "nodeType": "YulFunctionCall", - "src": "5660:20:44" - }, - "variables": [ - { - "name": "loopEnd", - "nativeSrc": "5649:7:44", - "nodeType": "YulTypedName", - "src": "5649:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5693:49:44", - "nodeType": "YulVariableDeclaration", - "src": "5693:49:44", - "value": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "5737:4:44", - "nodeType": "YulIdentifier", - "src": "5737:4:44" - } - ], - "functionName": { - "name": "array_dataslot_string_storage", - "nativeSrc": "5707:29:44", - "nodeType": "YulIdentifier", - "src": "5707:29:44" - }, - "nativeSrc": "5707:35:44", - "nodeType": "YulFunctionCall", - "src": "5707:35:44" - }, - "variables": [ - { - "name": "dstPtr", - "nativeSrc": "5697:6:44", - "nodeType": "YulTypedName", - "src": "5697:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5755:10:44", - "nodeType": "YulVariableDeclaration", - "src": "5755:10:44", - "value": { - "kind": "number", - "nativeSrc": "5764:1:44", - "nodeType": "YulLiteral", - "src": "5764:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "5759:1:44", - "nodeType": "YulTypedName", - "src": "5759:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5835:165:44", - "nodeType": "YulBlock", - "src": "5835:165:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "5860:6:44", - "nodeType": "YulIdentifier", - "src": "5860:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "5878:3:44", - "nodeType": "YulIdentifier", - "src": "5878:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "5883:9:44", - "nodeType": "YulIdentifier", - "src": "5883:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5874:3:44", - "nodeType": "YulIdentifier", - "src": "5874:3:44" - }, - "nativeSrc": "5874:19:44", - "nodeType": "YulFunctionCall", - "src": "5874:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5868:5:44", - "nodeType": "YulIdentifier", - "src": "5868:5:44" - }, - "nativeSrc": "5868:26:44", - "nodeType": "YulFunctionCall", - "src": "5868:26:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "5853:6:44", - "nodeType": "YulIdentifier", - "src": "5853:6:44" - }, - "nativeSrc": "5853:42:44", - "nodeType": "YulFunctionCall", - "src": "5853:42:44" - }, - "nativeSrc": "5853:42:44", - "nodeType": "YulExpressionStatement", - "src": "5853:42:44" - }, - { - "nativeSrc": "5912:24:44", - "nodeType": "YulAssignment", - "src": "5912:24:44", - "value": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "5926:6:44", - "nodeType": "YulIdentifier", - "src": "5926:6:44" - }, - { - "kind": "number", - "nativeSrc": "5934:1:44", - "nodeType": "YulLiteral", - "src": "5934:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5922:3:44", - "nodeType": "YulIdentifier", - "src": "5922:3:44" - }, - "nativeSrc": "5922:14:44", - "nodeType": "YulFunctionCall", - "src": "5922:14:44" - }, - "variableNames": [ - { - "name": "dstPtr", - "nativeSrc": "5912:6:44", - "nodeType": "YulIdentifier", - "src": "5912:6:44" - } - ] - }, - { - "nativeSrc": "5953:33:44", - "nodeType": "YulAssignment", - "src": "5953:33:44", - "value": { - "arguments": [ - { - "name": "srcOffset", - "nativeSrc": "5970:9:44", - "nodeType": "YulIdentifier", - "src": "5970:9:44" - }, - { - "kind": "number", - "nativeSrc": "5981:4:44", - "nodeType": "YulLiteral", - "src": "5981:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5966:3:44", - "nodeType": "YulIdentifier", - "src": "5966:3:44" - }, - "nativeSrc": "5966:20:44", - "nodeType": "YulFunctionCall", - "src": "5966:20:44" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "5953:9:44", - "nodeType": "YulIdentifier", - "src": "5953:9:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "5789:1:44", - "nodeType": "YulIdentifier", - "src": "5789:1:44" - }, - { - "name": "loopEnd", - "nativeSrc": "5792:7:44", - "nodeType": "YulIdentifier", - "src": "5792:7:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "5786:2:44", - "nodeType": "YulIdentifier", - "src": "5786:2:44" - }, - "nativeSrc": "5786:14:44", - "nodeType": "YulFunctionCall", - "src": "5786:14:44" - }, - "nativeSrc": "5778:222:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "5801:21:44", - "nodeType": "YulBlock", - "src": "5801:21:44", - "statements": [ - { - "nativeSrc": "5803:17:44", - "nodeType": "YulAssignment", - "src": "5803:17:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "5812:1:44", - "nodeType": "YulIdentifier", - "src": "5812:1:44" - }, - { - "kind": "number", - "nativeSrc": "5815:4:44", - "nodeType": "YulLiteral", - "src": "5815:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5808:3:44", - "nodeType": "YulIdentifier", - "src": "5808:3:44" - }, - "nativeSrc": "5808:12:44", - "nodeType": "YulFunctionCall", - "src": "5808:12:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "5803:1:44", - "nodeType": "YulIdentifier", - "src": "5803:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "5782:3:44", - "nodeType": "YulBlock", - "src": "5782:3:44", - "statements": [] - }, - "src": "5778:222:44" - }, - { - "body": { - "nativeSrc": "6048:166:44", - "nodeType": "YulBlock", - "src": "6048:166:44", - "statements": [ - { - "nativeSrc": "6066:43:44", - "nodeType": "YulVariableDeclaration", - "src": "6066:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "6093:3:44", - "nodeType": "YulIdentifier", - "src": "6093:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "6098:9:44", - "nodeType": "YulIdentifier", - "src": "6098:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6089:3:44", - "nodeType": "YulIdentifier", - "src": "6089:3:44" - }, - "nativeSrc": "6089:19:44", - "nodeType": "YulFunctionCall", - "src": "6089:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6083:5:44", - "nodeType": "YulIdentifier", - "src": "6083:5:44" - }, - "nativeSrc": "6083:26:44", - "nodeType": "YulFunctionCall", - "src": "6083:26:44" - }, - "variables": [ - { - "name": "lastValue", - "nativeSrc": "6070:9:44", - "nodeType": "YulTypedName", - "src": "6070:9:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "6133:6:44", - "nodeType": "YulIdentifier", - "src": "6133:6:44" - }, - { - "arguments": [ - { - "name": "lastValue", - "nativeSrc": "6145:9:44", - "nodeType": "YulIdentifier", - "src": "6145:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6172:1:44", - "nodeType": "YulLiteral", - "src": "6172:1:44", - "type": "", - "value": "3" - }, - { - "name": "newLen", - "nativeSrc": "6175:6:44", - "nodeType": "YulIdentifier", - "src": "6175:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "6168:3:44", - "nodeType": "YulIdentifier", - "src": "6168:3:44" - }, - "nativeSrc": "6168:14:44", - "nodeType": "YulFunctionCall", - "src": "6168:14:44" - }, - { - "kind": "number", - "nativeSrc": "6184:3:44", - "nodeType": "YulLiteral", - "src": "6184:3:44", - "type": "", - "value": "248" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6164:3:44", - "nodeType": "YulIdentifier", - "src": "6164:3:44" - }, - "nativeSrc": "6164:24:44", - "nodeType": "YulFunctionCall", - "src": "6164:24:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6194:1:44", - "nodeType": "YulLiteral", - "src": "6194:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "6190:3:44", - "nodeType": "YulIdentifier", - "src": "6190:3:44" - }, - "nativeSrc": "6190:6:44", - "nodeType": "YulFunctionCall", - "src": "6190:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "6160:3:44", - "nodeType": "YulIdentifier", - "src": "6160:3:44" - }, - "nativeSrc": "6160:37:44", - "nodeType": "YulFunctionCall", - "src": "6160:37:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "6156:3:44", - "nodeType": "YulIdentifier", - "src": "6156:3:44" - }, - "nativeSrc": "6156:42:44", - "nodeType": "YulFunctionCall", - "src": "6156:42:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6141:3:44", - "nodeType": "YulIdentifier", - "src": "6141:3:44" - }, - "nativeSrc": "6141:58:44", - "nodeType": "YulFunctionCall", - "src": "6141:58:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "6126:6:44", - "nodeType": "YulIdentifier", - "src": "6126:6:44" - }, - "nativeSrc": "6126:74:44", - "nodeType": "YulFunctionCall", - "src": "6126:74:44" - }, - "nativeSrc": "6126:74:44", - "nodeType": "YulExpressionStatement", - "src": "6126:74:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "loopEnd", - "nativeSrc": "6019:7:44", - "nodeType": "YulIdentifier", - "src": "6019:7:44" - }, - { - "name": "newLen", - "nativeSrc": "6028:6:44", - "nodeType": "YulIdentifier", - "src": "6028:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "6016:2:44", - "nodeType": "YulIdentifier", - "src": "6016:2:44" - }, - "nativeSrc": "6016:19:44", - "nodeType": "YulFunctionCall", - "src": "6016:19:44" - }, - "nativeSrc": "6013:201:44", - "nodeType": "YulIf", - "src": "6013:201:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "6234:4:44", - "nodeType": "YulIdentifier", - "src": "6234:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6248:1:44", - "nodeType": "YulLiteral", - "src": "6248:1:44", - "type": "", - "value": "1" - }, - { - "name": "newLen", - "nativeSrc": "6251:6:44", - "nodeType": "YulIdentifier", - "src": "6251:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "6244:3:44", - "nodeType": "YulIdentifier", - "src": "6244:3:44" - }, - "nativeSrc": "6244:14:44", - "nodeType": "YulFunctionCall", - "src": "6244:14:44" - }, - { - "kind": "number", - "nativeSrc": "6260:1:44", - "nodeType": "YulLiteral", - "src": "6260:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6240:3:44", - "nodeType": "YulIdentifier", - "src": "6240:3:44" - }, - "nativeSrc": "6240:22:44", - "nodeType": "YulFunctionCall", - "src": "6240:22:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "6227:6:44", - "nodeType": "YulIdentifier", - "src": "6227:6:44" - }, - "nativeSrc": "6227:36:44", - "nodeType": "YulFunctionCall", - "src": "6227:36:44" - }, - "nativeSrc": "6227:36:44", - "nodeType": "YulExpressionStatement", - "src": "6227:36:44" - } - ] - }, - "nativeSrc": "5624:649:44", - "nodeType": "YulCase", - "src": "5624:649:44", - "value": { - "kind": "number", - "nativeSrc": "5629:1:44", - "nodeType": "YulLiteral", - "src": "5629:1:44", - "type": "", - "value": "1" - } - }, - { - "body": { - "nativeSrc": "6290:234:44", - "nodeType": "YulBlock", - "src": "6290:234:44", - "statements": [ - { - "nativeSrc": "6304:14:44", - "nodeType": "YulVariableDeclaration", - "src": "6304:14:44", - "value": { - "kind": "number", - "nativeSrc": "6317:1:44", - "nodeType": "YulLiteral", - "src": "6317:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6308:5:44", - "nodeType": "YulTypedName", - "src": "6308:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6353:67:44", - "nodeType": "YulBlock", - "src": "6353:67:44", - "statements": [ - { - "nativeSrc": "6371:35:44", - "nodeType": "YulAssignment", - "src": "6371:35:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "6390:3:44", - "nodeType": "YulIdentifier", - "src": "6390:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "6395:9:44", - "nodeType": "YulIdentifier", - "src": "6395:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6386:3:44", - "nodeType": "YulIdentifier", - "src": "6386:3:44" - }, - "nativeSrc": "6386:19:44", - "nodeType": "YulFunctionCall", - "src": "6386:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6380:5:44", - "nodeType": "YulIdentifier", - "src": "6380:5:44" - }, - "nativeSrc": "6380:26:44", - "nodeType": "YulFunctionCall", - "src": "6380:26:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "6371:5:44", - "nodeType": "YulIdentifier", - "src": "6371:5:44" - } - ] - } - ] - }, - "condition": { - "name": "newLen", - "nativeSrc": "6334:6:44", - "nodeType": "YulIdentifier", - "src": "6334:6:44" - }, - "nativeSrc": "6331:89:44", - "nodeType": "YulIf", - "src": "6331:89:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "6440:4:44", - "nodeType": "YulIdentifier", - "src": "6440:4:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6499:5:44", - "nodeType": "YulIdentifier", - "src": "6499:5:44" - }, - { - "name": "newLen", - "nativeSrc": "6506:6:44", - "nodeType": "YulIdentifier", - "src": "6506:6:44" - } - ], - "functionName": { - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "6446:52:44", - "nodeType": "YulIdentifier", - "src": "6446:52:44" - }, - "nativeSrc": "6446:67:44", - "nodeType": "YulFunctionCall", - "src": "6446:67:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "6433:6:44", - "nodeType": "YulIdentifier", - "src": "6433:6:44" - }, - "nativeSrc": "6433:81:44", - "nodeType": "YulFunctionCall", - "src": "6433:81:44" - }, - "nativeSrc": "6433:81:44", - "nodeType": "YulExpressionStatement", - "src": "6433:81:44" - } - ] - }, - "nativeSrc": "6282:242:44", - "nodeType": "YulCase", - "src": "6282:242:44", - "value": "default" - } - ], - "expression": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "5604:6:44", - "nodeType": "YulIdentifier", - "src": "5604:6:44" - }, - { - "kind": "number", - "nativeSrc": "5612:2:44", - "nodeType": "YulLiteral", - "src": "5612:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "5601:2:44", - "nodeType": "YulIdentifier", - "src": "5601:2:44" - }, - "nativeSrc": "5601:14:44", - "nodeType": "YulFunctionCall", - "src": "5601:14:44" - }, - "nativeSrc": "5594:930:44", - "nodeType": "YulSwitch", - "src": "5594:930:44" - } - ] - }, - "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", - "nativeSrc": "5231:1299:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot", - "nativeSrc": "5312:4:44", - "nodeType": "YulTypedName", - "src": "5312:4:44", - "type": "" - }, - { - "name": "src", - "nativeSrc": "5318:3:44", - "nodeType": "YulTypedName", - "src": "5318:3:44", - "type": "" - } - ], - "src": "5231:1299:44" - }, - { - "body": { - "nativeSrc": "6567:152:44", - "nodeType": "YulBlock", - "src": "6567:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6584:1:44", - "nodeType": "YulLiteral", - "src": "6584:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6587:77:44", - "nodeType": "YulLiteral", - "src": "6587:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6577:6:44", - "nodeType": "YulIdentifier", - "src": "6577:6:44" - }, - "nativeSrc": "6577:88:44", - "nodeType": "YulFunctionCall", - "src": "6577:88:44" - }, - "nativeSrc": "6577:88:44", - "nodeType": "YulExpressionStatement", - "src": "6577:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6681:1:44", - "nodeType": "YulLiteral", - "src": "6681:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "6684:4:44", - "nodeType": "YulLiteral", - "src": "6684:4:44", - "type": "", - "value": "0x12" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6674:6:44", - "nodeType": "YulIdentifier", - "src": "6674:6:44" - }, - "nativeSrc": "6674:15:44", - "nodeType": "YulFunctionCall", - "src": "6674:15:44" - }, - "nativeSrc": "6674:15:44", - "nodeType": "YulExpressionStatement", - "src": "6674:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6705:1:44", - "nodeType": "YulLiteral", - "src": "6705:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6708:4:44", - "nodeType": "YulLiteral", - "src": "6708:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6698:6:44", - "nodeType": "YulIdentifier", - "src": "6698:6:44" - }, - "nativeSrc": "6698:15:44", - "nodeType": "YulFunctionCall", - "src": "6698:15:44" - }, - "nativeSrc": "6698:15:44", - "nodeType": "YulExpressionStatement", - "src": "6698:15:44" - } - ] - }, - "name": "panic_error_0x12", - "nativeSrc": "6535:184:44", - "nodeType": "YulFunctionDefinition", - "src": "6535:184:44" - }, - { - "body": { - "nativeSrc": "6937:328:44", - "nodeType": "YulBlock", - "src": "6937:328:44", - "statements": [ - { - "nativeSrc": "6947:27:44", - "nodeType": "YulVariableDeclaration", - "src": "6947:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "6967:6:44", - "nodeType": "YulIdentifier", - "src": "6967:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6961:5:44", - "nodeType": "YulIdentifier", - "src": "6961:5:44" - }, - "nativeSrc": "6961:13:44", - "nodeType": "YulFunctionCall", - "src": "6961:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "6951:6:44", - "nodeType": "YulTypedName", - "src": "6951:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7022:6:44", - "nodeType": "YulIdentifier", - "src": "7022:6:44" - }, - { - "kind": "number", - "nativeSrc": "7030:4:44", - "nodeType": "YulLiteral", - "src": "7030:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7018:3:44", - "nodeType": "YulIdentifier", - "src": "7018:3:44" - }, - "nativeSrc": "7018:17:44", - "nodeType": "YulFunctionCall", - "src": "7018:17:44" - }, - { - "name": "pos", - "nativeSrc": "7037:3:44", - "nodeType": "YulIdentifier", - "src": "7037:3:44" - }, - { - "name": "length", - "nativeSrc": "7042:6:44", - "nodeType": "YulIdentifier", - "src": "7042:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "6983:34:44", - "nodeType": "YulIdentifier", - "src": "6983:34:44" - }, - "nativeSrc": "6983:66:44", - "nodeType": "YulFunctionCall", - "src": "6983:66:44" - }, - "nativeSrc": "6983:66:44", - "nodeType": "YulExpressionStatement", - "src": "6983:66:44" - }, - { - "nativeSrc": "7058:29:44", - "nodeType": "YulVariableDeclaration", - "src": "7058:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "7075:3:44", - "nodeType": "YulIdentifier", - "src": "7075:3:44" - }, - { - "name": "length", - "nativeSrc": "7080:6:44", - "nodeType": "YulIdentifier", - "src": "7080:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7071:3:44", - "nodeType": "YulIdentifier", - "src": "7071:3:44" - }, - "nativeSrc": "7071:16:44", - "nodeType": "YulFunctionCall", - "src": "7071:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "7062:5:44", - "nodeType": "YulTypedName", - "src": "7062:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "7103:5:44", - "nodeType": "YulIdentifier", - "src": "7103:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7118:2:44", - "nodeType": "YulLiteral", - "src": "7118:2:44", - "type": "", - "value": "96" - }, - { - "name": "value1", - "nativeSrc": "7122:6:44", - "nodeType": "YulIdentifier", - "src": "7122:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "7114:3:44", - "nodeType": "YulIdentifier", - "src": "7114:3:44" - }, - "nativeSrc": "7114:15:44", - "nodeType": "YulFunctionCall", - "src": "7114:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7135:26:44", - "nodeType": "YulLiteral", - "src": "7135:26:44", - "type": "", - "value": "0xffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "7131:3:44", - "nodeType": "YulIdentifier", - "src": "7131:3:44" - }, - "nativeSrc": "7131:31:44", - "nodeType": "YulFunctionCall", - "src": "7131:31:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "7110:3:44", - "nodeType": "YulIdentifier", - "src": "7110:3:44" - }, - "nativeSrc": "7110:53:44", - "nodeType": "YulFunctionCall", - "src": "7110:53:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7096:6:44", - "nodeType": "YulIdentifier", - "src": "7096:6:44" - }, - "nativeSrc": "7096:68:44", - "nodeType": "YulFunctionCall", - "src": "7096:68:44" - }, - "nativeSrc": "7096:68:44", - "nodeType": "YulExpressionStatement", - "src": "7096:68:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "7184:5:44", - "nodeType": "YulIdentifier", - "src": "7184:5:44" - }, - { - "kind": "number", - "nativeSrc": "7191:2:44", - "nodeType": "YulLiteral", - "src": "7191:2:44", - "type": "", - "value": "20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7180:3:44", - "nodeType": "YulIdentifier", - "src": "7180:3:44" - }, - "nativeSrc": "7180:14:44", - "nodeType": "YulFunctionCall", - "src": "7180:14:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7200:3:44", - "nodeType": "YulLiteral", - "src": "7200:3:44", - "type": "", - "value": "248" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "7219:6:44", - "nodeType": "YulIdentifier", - "src": "7219:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7212:6:44", - "nodeType": "YulIdentifier", - "src": "7212:6:44" - }, - "nativeSrc": "7212:14:44", - "nodeType": "YulFunctionCall", - "src": "7212:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7205:6:44", - "nodeType": "YulIdentifier", - "src": "7205:6:44" - }, - "nativeSrc": "7205:22:44", - "nodeType": "YulFunctionCall", - "src": "7205:22:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "7196:3:44", - "nodeType": "YulIdentifier", - "src": "7196:3:44" - }, - "nativeSrc": "7196:32:44", - "nodeType": "YulFunctionCall", - "src": "7196:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7173:6:44", - "nodeType": "YulIdentifier", - "src": "7173:6:44" - }, - "nativeSrc": "7173:56:44", - "nodeType": "YulFunctionCall", - "src": "7173:56:44" - }, - "nativeSrc": "7173:56:44", - "nodeType": "YulExpressionStatement", - "src": "7173:56:44" - }, - { - "nativeSrc": "7238:21:44", - "nodeType": "YulAssignment", - "src": "7238:21:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "7249:5:44", - "nodeType": "YulIdentifier", - "src": "7249:5:44" - }, - { - "kind": "number", - "nativeSrc": "7256:2:44", - "nodeType": "YulLiteral", - "src": "7256:2:44", - "type": "", - "value": "21" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7245:3:44", - "nodeType": "YulIdentifier", - "src": "7245:3:44" - }, - "nativeSrc": "7245:14:44", - "nodeType": "YulFunctionCall", - "src": "7245:14:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "7238:3:44", - "nodeType": "YulIdentifier", - "src": "7238:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_contract$_ISchemaResolver_$3834_t_bool__to_t_string_memory_ptr_t_address_t_bool__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "6724:541:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "6897:3:44", - "nodeType": "YulTypedName", - "src": "6897:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "6902:6:44", - "nodeType": "YulTypedName", - "src": "6902:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6910:6:44", - "nodeType": "YulTypedName", - "src": "6910:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "6918:6:44", - "nodeType": "YulTypedName", - "src": "6918:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "6929:3:44", - "nodeType": "YulTypedName", - "src": "6929:3:44", - "type": "" - } - ], - "src": "6724:541:44" - } - ] - }, - "contents": "{\n { }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_string(value0, add(headStart, 32))\n }\n function abi_decode_bool(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_string_calldata_ptrt_contract$_ISchemaResolver_$3834t_bool(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let offset := calldataload(headStart)\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 let length := calldataload(_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n if gt(add(add(_1, length), 0x20), dataEnd) { revert(0, 0) }\n value0 := add(_1, 0x20)\n value1 := length\n let value := calldataload(add(headStart, 0x20))\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n value2 := value\n value3 := abi_decode_bool(add(headStart, 64))\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_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_struct$_SchemaRecord_$2343_memory_ptr__to_t_struct$_SchemaRecord_$2343_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), mload(value0))\n mstore(add(headStart, 64), and(mload(add(value0, 32)), 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), iszero(iszero(mload(add(value0, 64)))))\n let memberValue0 := mload(add(value0, 96))\n mstore(add(headStart, 0x80), 0x80)\n tail := abi_encode_string(memberValue0, add(headStart, 160))\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \".\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 1), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 1), \".\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 2), length_2)\n end := add(add(add(_1, length_2), 1), 1)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\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, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n mstore(0, array)\n let data := keccak256(0, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _1 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _1) { start := add(start, 1) }\n { sstore(start, 0) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n srcOffset := 0x20\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 0x20)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_contract$_ISchemaResolver_$3834_t_bool__to_t_string_memory_ptr_t_address_t_bool__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, and(shl(96, value1), not(0xffffffffffffffffffffffff)))\n mstore(add(end_1, 20), shl(248, iszero(iszero(value2))))\n end := add(end_1, 21)\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "2532": [ - { - "length": 32, - "start": 172 - } - ], - "2534": [ - { - "length": 32, - "start": 213 - } - ], - "2536": [ - { - "length": 32, - "start": 254 - } - ] - }, - "linkReferences": {}, - "object": "608060405234801561001057600080fd5b50600436106100415760003560e01c806354fd4d501461004657806360d7a27814610064578063a2ea7c6e14610085575b600080fd5b61004e6100a5565b60405161005b91906105f1565b60405180910390f35b610077610072366004610620565b610148565b60405190815260200161005b565b6100986100933660046106c1565b6102d4565b60405161005b91906106da565b60606100d07f00000000000000000000000000000000000000000000000000000000000000006103de565b6100f97f00000000000000000000000000000000000000000000000000000000000000006103de565b6101227f00000000000000000000000000000000000000000000000000000000000000006103de565b60405160200161013493929190610726565b604051602081830303815290604052905090565b60008060405180608001604052806000801b8152602001856001600160a01b03168152602001841515815260200187878080601f0160208091040260200160405190810160405280939291908181526020018383808284376000920182905250939094525092935091506101bd90508261047e565b60008181526020819052604090205490915015610206576040517f23369fa600000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b808252600081815260208181526040918290208451815590840151600182018054938601511515600160a01b027fffffffffffffffffffffff0000000000000000000000000000000000000000009094166001600160a01b039092169190911792909217909155606083015183919060028201906102849082610824565b50905050336001600160a01b0316817fd0b86852e21f9e5fa4bc3b0cff9757ffe243d50c4b43968a42202153d651ea5e846040516102c291906106da565b60405180910390a39695505050505050565b60408051608081018252600080825260208201819052918101919091526060808201526000828152602081815260409182902082516080810184528154815260018201546001600160a01b03811693820193909352600160a01b90920460ff161515928201929092526002820180549192916060840191906103559061079b565b80601f01602080910402602001604051908101604052809291908181526020018280546103819061079b565b80156103ce5780601f106103a3576101008083540402835291602001916103ce565b820191906000526020600020905b8154815290600101906020018083116103b157829003601f168201915b5050505050815250509050919050565b606060006103eb836104be565b600101905060008167ffffffffffffffff81111561040b5761040b610785565b6040519080825280601f01601f191660200182016040528015610435576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461043f57509392505050565b60008160600151826020015183604001516040516020016104a1939291906108e3565b604051602081830303815290604052805190602001209050919050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310610507577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610533576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061055157662386f26fc10000830492506010015b6305f5e1008310610569576305f5e100830492506008015b612710831061057d57612710830492506004015b6064831061058f576064830492506002015b600a831061059b576001015b92915050565b60005b838110156105bc5781810151838201526020016105a4565b50506000910152565b600081518084526105dd8160208601602086016105a1565b601f01601f19169290920160200192915050565b60208152600061060460208301846105c5565b9392505050565b8035801515811461061b57600080fd5b919050565b6000806000806060858703121561063657600080fd5b843567ffffffffffffffff81111561064d57600080fd5b8501601f8101871361065e57600080fd5b803567ffffffffffffffff81111561067557600080fd5b87602082840101111561068757600080fd5b6020918201955093508501356001600160a01b03811681146106a857600080fd5b91506106b66040860161060b565b905092959194509250565b6000602082840312156106d357600080fd5b5035919050565b60208152815160208201526001600160a01b0360208301511660408201526040820151151560608201526000606083015160808084015261071e60a08401826105c5565b949350505050565b600084516107388184602089016105a1565b601760f91b90830190815284516107568160018401602089016105a1565b601760f91b6001929091019182015283516107788160028401602088016105a1565b0160020195945050505050565b634e487b7160e01b600052604160045260246000fd5b600181811c908216806107af57607f821691505b6020821081036107cf57634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561081f57806000526020600020601f840160051c810160208510156107fc5750805b601f840160051c820191505b8181101561081c5760008155600101610808565b50505b505050565b815167ffffffffffffffff81111561083e5761083e610785565b6108528161084c845461079b565b846107d5565b6020601f821160018114610886576000831561086e5750848201515b600019600385901b1c1916600184901b17845561081c565b600084815260208120601f198516915b828110156108b65787850151825560209485019460019092019101610896565b50848210156108d45786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b600084516108f58184602089016105a1565b60609490941b6bffffffffffffffffffffffff19169190930190815290151560f81b60148201526015019291505056fea2646970667358221220b40261e99db8dfdbe995135fcdcdf754c5e7730c6776cbf8c2fe8490f2b1d61f64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0x60D7A278 EQ PUSH2 0x64 JUMPI DUP1 PUSH4 0xA2EA7C6E EQ PUSH2 0x85 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x4E PUSH2 0xA5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x5F1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0x77 PUSH2 0x72 CALLDATASIZE PUSH1 0x4 PUSH2 0x620 JUMP JUMPDEST PUSH2 0x148 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x5B JUMP JUMPDEST PUSH2 0x98 PUSH2 0x93 CALLDATASIZE PUSH1 0x4 PUSH2 0x6C1 JUMP JUMPDEST PUSH2 0x2D4 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x5B SWAP2 SWAP1 PUSH2 0x6DA JUMP JUMPDEST PUSH1 0x60 PUSH2 0xD0 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH2 0xF9 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH2 0x122 PUSH32 0x0 PUSH2 0x3DE JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x134 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x726 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 MLOAD DUP1 PUSH1 0x80 ADD PUSH1 0x40 MSTORE DUP1 PUSH1 0x0 DUP1 SHL DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP5 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP8 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD DUP3 SWAP1 MSTORE POP SWAP4 SWAP1 SWAP5 MSTORE POP SWAP3 SWAP4 POP SWAP2 POP PUSH2 0x1BD SWAP1 POP DUP3 PUSH2 0x47E JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD SWAP1 SWAP2 POP ISZERO PUSH2 0x206 JUMPI PUSH1 0x40 MLOAD PUSH32 0x23369FA600000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 DUP3 MSTORE PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP5 MLOAD DUP2 SSTORE SWAP1 DUP5 ADD MLOAD PUSH1 0x1 DUP3 ADD DUP1 SLOAD SWAP4 DUP7 ADD MLOAD ISZERO ISZERO PUSH1 0x1 PUSH1 0xA0 SHL MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFF000000000000000000000000000000000000000000 SWAP1 SWAP5 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE PUSH1 0x60 DUP4 ADD MLOAD DUP4 SWAP2 SWAP1 PUSH1 0x2 DUP3 ADD SWAP1 PUSH2 0x284 SWAP1 DUP3 PUSH2 0x824 JUMP JUMPDEST POP SWAP1 POP POP CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH32 0xD0B86852E21F9E5FA4BC3B0CFF9757FFE243D50C4B43968A42202153D651EA5E DUP5 PUSH1 0x40 MLOAD PUSH2 0x2C2 SWAP2 SWAP1 PUSH2 0x6DA JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x80 DUP2 ADD DUP3 MSTORE PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP2 SWAP1 MSTORE SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP1 DUP3 ADD MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 DUP3 MLOAD PUSH1 0x80 DUP2 ADD DUP5 MSTORE DUP2 SLOAD DUP2 MSTORE PUSH1 0x1 DUP3 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND SWAP4 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 SWAP3 DIV PUSH1 0xFF AND ISZERO ISZERO SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x2 DUP3 ADD DUP1 SLOAD SWAP2 SWAP3 SWAP2 PUSH1 0x60 DUP5 ADD SWAP2 SWAP1 PUSH2 0x355 SWAP1 PUSH2 0x79B 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 0x381 SWAP1 PUSH2 0x79B JUMP JUMPDEST DUP1 ISZERO PUSH2 0x3CE JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x3A3 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x3CE 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 0x3B1 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP DUP2 MSTORE POP POP SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x3EB DUP4 PUSH2 0x4BE JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x40B JUMPI PUSH2 0x40B PUSH2 0x785 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x435 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x43F JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP2 PUSH1 0x60 ADD MLOAD DUP3 PUSH1 0x20 ADD MLOAD DUP4 PUSH1 0x40 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x4A1 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x8E3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x507 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x533 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x551 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x569 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x57D JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x58F JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x59B JUMPI PUSH1 0x1 ADD JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x5BC JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x5A4 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x5DD DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x604 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x5C5 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x61B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x636 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x64D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP6 ADD PUSH1 0x1F DUP2 ADD DUP8 SGT PUSH2 0x65E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x675 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP8 PUSH1 0x20 DUP3 DUP5 ADD ADD GT ISZERO PUSH2 0x687 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 SWAP2 DUP3 ADD SWAP6 POP SWAP4 POP DUP6 ADD CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x6A8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 POP PUSH2 0x6B6 PUSH1 0x40 DUP7 ADD PUSH2 0x60B JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x6D3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE DUP2 MLOAD PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH1 0x20 DUP4 ADD MLOAD AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD MLOAD ISZERO ISZERO PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x60 DUP4 ADD MLOAD PUSH1 0x80 DUP1 DUP5 ADD MSTORE PUSH2 0x71E PUSH1 0xA0 DUP5 ADD DUP3 PUSH2 0x5C5 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x738 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x756 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x778 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x5A1 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x7AF JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x7CF JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x81F JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x7FC JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x81C JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x808 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x83E JUMPI PUSH2 0x83E PUSH2 0x785 JUMP JUMPDEST PUSH2 0x852 DUP2 PUSH2 0x84C DUP5 SLOAD PUSH2 0x79B JUMP JUMPDEST DUP5 PUSH2 0x7D5 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x886 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x86E JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x81C JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x8B6 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x896 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x8D4 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x8F5 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH1 0x60 SWAP5 SWAP1 SWAP5 SHL PUSH12 0xFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP2 SWAP1 SWAP4 ADD SWAP1 DUP2 MSTORE SWAP1 ISZERO ISZERO PUSH1 0xF8 SHL PUSH1 0x14 DUP3 ADD MSTORE PUSH1 0x15 ADD SWAP3 SWAP2 POP POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xB4 MUL PUSH2 0xE99D 0xB8 0xDF 0xDB 0xE9 SWAP6 SGT PUSH0 0xCD 0xCD 0xF7 SLOAD 0xC5 0xE7 PUSH20 0xC6776CBF8C2FE8490F2B1D61F64736F6C634300 ADDMOD BYTE STOP CALLER ", - "sourceMap": "344:1436:5:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;945:235:6;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;693:598:5;;;;;;:::i;:::-;;:::i;:::-;;;1968:25:44;;;1956:2;1941:18;693:598:5;1822:177:44;1333:114:5;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;945:235:6:-;987:13;1072:24;1089:6;1072:16;:24::i;:::-;1103;1120:6;1103:16;:24::i;:::-;1134;1151:6;1134:16;:24::i;:::-;1055:104;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1012:161;;945:235;:::o;693:598:5:-;795:7;814:32;849:146;;;;;;;;138:1:0;881:9:5;;849:146;;;;942:8;-1:-1:-1;;;;;849:146:5;;;;;975:9;849:146;;;;;;912:6;;849:146;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;849:146:5;;;;-1:-1:-1;814:181:5;;-1:-1:-1;849:146:5;-1:-1:-1;1020:21:5;;-1:-1:-1;814:181:5;1020:7;:21::i;:::-;138:1:0;1055:14:5;;;;;;;;;;:18;1006:35;;-1:-1:-1;1055:31:5;1051:84;;1109:15;;;;;;;;;;;;;;1051:84;1145:22;;;:16;1177:14;;;;;;;;;;;;:29;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;1177:29:5;;;;;-1:-1:-1;;;;;1177:29:5;;;;;;;;;;;;;;;;;;1145:12;;1177:14;:29;;;;;;;;:::i;:::-;;;;;1238:10;-1:-1:-1;;;;;1222:41:5;1233:3;1222:41;1250:12;1222:41;;;;;;:::i;:::-;;;;;;;;1281:3;693:598;-1:-1:-1;;;;;;693:598:5:o;1333:114::-;-1:-1:-1;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1426:9:5;:14;;;;;;;;;;;;1419:21;;;;;;;;;;;;;;;-1:-1:-1;;;;;1419:21:5;;;;;;;;;-1:-1:-1;;;1419:21:5;;;;;;;;;;;;;;;;;;;;;1426:14;1419:21;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1333:114;;;:::o;637:698:28:-;693:13;742:14;759:17;770:5;759:10;:17::i;:::-;779:1;759:21;742:38;;794:20;828:6;817:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:28;-1:-1:-1;794:41:28;-1:-1:-1;955:28:28;;;971:2;955:28;1010:282;-1:-1:-1;;1041:5:28;1180:10;1175:2;1164:14;;1159:32;1041:5;1146:46;1236:2;1227:11;;;-1:-1:-1;1256:21:28;1010:282;1256:21;-1:-1:-1;1312:6:28;637:698;-1:-1:-1;;;637:698:28:o;1577:201:5:-;1650:7;1703:12;:19;;;1724:12;:21;;;1747:12;:22;;;1686:84;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1676:95;;;;;;1669:102;;1577:201;;;:::o;12214:916:33:-;12267:7;;12351:8;12342:17;;12338:103;;12388:8;12379:17;;;-1:-1:-1;12424:2:33;12414:12;12338:103;12467:8;12458:5;:17;12454:103;;12504:8;12495:17;;;-1:-1:-1;12540:2:33;12530:12;12454:103;12583:8;12574:5;:17;12570:103;;12620:8;12611:17;;;-1:-1:-1;12656:2:33;12646:12;12570:103;12699:7;12690:5;:16;12686:100;;12735:7;12726:16;;;-1:-1:-1;12770:1:33;12760:11;12686:100;12812:7;12803:5;:16;12799:100;;12848:7;12839:16;;;-1:-1:-1;12883:1:33;12873:11;12799:100;12925:7;12916:5;:16;12912:100;;12961:7;12952:16;;;-1:-1:-1;12996:1:33;12986:11;12912:100;13038:7;13029:5;:16;13025:66;;13075:1;13065:11;13025:66;13117:6;12214:916;-1:-1:-1;;12214:916:33:o;14:250:44:-;99:1;109:113;123:6;120:1;117:13;109:113;;;199:11;;;193:18;180:11;;;173:39;145:2;138:10;109:113;;;-1:-1:-1;;256:1:44;238:16;;231:27;14:250::o;269:271::-;311:3;349:5;343:12;376:6;371:3;364:19;392:76;461:6;454:4;449:3;445:14;438:4;431:5;427:16;392:76;:::i;:::-;522:2;501:15;-1:-1:-1;;497:29:44;488:39;;;;529:4;484:50;;269:271;-1:-1:-1;;269:271:44:o;545:220::-;694:2;683:9;676:21;657:4;714:45;755:2;744:9;740:18;732:6;714:45;:::i;:::-;706:53;545:220;-1:-1:-1;;;545:220:44:o;770:160::-;835:20;;891:13;;884:21;874:32;;864:60;;920:1;917;910:12;864:60;770:160;;;:::o;935:882::-;1045:6;1053;1061;1069;1122:2;1110:9;1101:7;1097:23;1093:32;1090:52;;;1138:1;1135;1128:12;1090:52;1178:9;1165:23;1211:18;1203:6;1200:30;1197:50;;;1243:1;1240;1233:12;1197:50;1266:22;;1319:4;1311:13;;1307:27;-1:-1:-1;1297:55:44;;1348:1;1345;1338:12;1297:55;1388:2;1375:16;1414:18;1406:6;1403:30;1400:50;;;1446:1;1443;1436:12;1400:50;1493:7;1486:4;1477:6;1473:2;1469:15;1465:26;1462:39;1459:59;;;1514:1;1511;1504:12;1459:59;1545:4;1537:13;;;;-1:-1:-1;1569:6:44;-1:-1:-1;1610:20:44;;1597:34;-1:-1:-1;;;;;1660:54:44;;1650:65;;1640:93;;1729:1;1726;1719:12;1640:93;1752:5;-1:-1:-1;1776:35:44;1807:2;1792:18;;1776:35;:::i;:::-;1766:45;;935:882;;;;;;;:::o;2004:180::-;2063:6;2116:2;2104:9;2095:7;2091:23;2087:32;2084:52;;;2132:1;2129;2122:12;2084:52;-1:-1:-1;2155:23:44;;2004:180;-1:-1:-1;2004:180:44:o;2189:594::-;2378:2;2367:9;2360:21;2423:6;2417:13;2412:2;2401:9;2397:18;2390:41;-1:-1:-1;;;;;2489:2:44;2481:6;2477:15;2471:22;2467:71;2462:2;2451:9;2447:18;2440:99;2607:2;2599:6;2595:15;2589:22;2582:30;2575:38;2570:2;2559:9;2555:18;2548:66;2341:4;2661:2;2653:6;2649:15;2643:22;2703:4;2696;2685:9;2681:20;2674:34;2725:52;2772:3;2761:9;2757:19;2743:12;2725:52;:::i;:::-;2717:60;2189:594;-1:-1:-1;;;;2189:594:44:o;2788:987::-;3217:3;3255:6;3249:13;3271:66;3330:6;3325:3;3318:4;3310:6;3306:17;3271:66;:::i;:::-;-1:-1:-1;;;3359:16:44;;;3384:18;;;3427:13;;3449:78;3427:13;3514:1;3503:13;;3496:4;3484:17;;3449:78;:::i;:::-;-1:-1:-1;;;3590:1:44;3546:20;;;;3582:10;;;3575:23;3623:13;;3645:75;3623:13;3707:1;3699:10;;3692:4;3680:17;;3645:75;:::i;:::-;3744:17;3736:33;;;;-1:-1:-1;;;;;2788:987:44:o;3780:184::-;-1:-1:-1;;;3829:1:44;3822:88;3929:4;3926:1;3919:15;3953:4;3950:1;3943:15;3969:437;4048:1;4044:12;;;;4091;;;4112:61;;4166:4;4158:6;4154:17;4144:27;;4112:61;4219:2;4211:6;4208:14;4188:18;4185:38;4182:218;;-1:-1:-1;;;4253:1:44;4246:88;4357:4;4354:1;4347:15;4385:4;4382:1;4375:15;4182:218;;3969:437;;;:::o;4537:518::-;4639:2;4634:3;4631:11;4628:421;;;4675:5;4672:1;4665:16;4719:4;4716:1;4706:18;4789:2;4777:10;4773:19;4770:1;4766:27;4760:4;4756:38;4825:4;4813:10;4810:20;4807:47;;;-1:-1:-1;4848:4:44;4807:47;4903:2;4898:3;4894:12;4891:1;4887:20;4881:4;4877:31;4867:41;;4958:81;4976:2;4969:5;4966:13;4958:81;;;5035:1;5021:16;;5002:1;4991:13;4958:81;;;4962:3;;4628:421;4537:518;;;:::o;5231:1299::-;5357:3;5351:10;5384:18;5376:6;5373:30;5370:56;;;5406:18;;:::i;:::-;5435:97;5525:6;5485:38;5517:4;5511:11;5485:38;:::i;:::-;5479:4;5435:97;:::i;:::-;5581:4;5612:2;5601:14;;5629:1;5624:649;;;;6317:1;6334:6;6331:89;;;-1:-1:-1;6386:19:44;;;6380:26;6331:89;-1:-1:-1;;5188:1:44;5184:11;;;5180:24;5176:29;5166:40;5212:1;5208:11;;;5163:57;6433:81;;5594:930;;5624:649;4484:1;4477:14;;;4521:4;4508:18;;-1:-1:-1;;5660:20:44;;;5778:222;5792:7;5789:1;5786:14;5778:222;;;5874:19;;;5868:26;5853:42;;5981:4;5966:20;;;;5934:1;5922:14;;;;5808:12;5778:222;;;5782:3;6028:6;6019:7;6016:19;6013:201;;;6089:19;;;6083:26;-1:-1:-1;;6172:1:44;6168:14;;;6184:3;6164:24;6160:37;6156:42;6141:58;6126:74;;6013:201;-1:-1:-1;;;;6260:1:44;6244:14;;;6240:22;6227:36;;-1:-1:-1;5231:1299:44:o;6724:541::-;6929:3;6967:6;6961:13;6983:66;7042:6;7037:3;7030:4;7022:6;7018:17;6983:66;:::i;:::-;7118:2;7114:15;;;;-1:-1:-1;;7110:53:44;7071:16;;;;7096:68;;;7212:14;;7205:22;7200:3;7196:32;7191:2;7180:14;;7173:56;7256:2;7245:14;;6724:541;-1:-1:-1;;6724:541:44:o" - }, - "methodIdentifiers": { - "getSchema(bytes32)": "a2ea7c6e", - "register(string,address,bool)": "60d7a278", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AlreadyExists\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"registerer\",\"type\":\"address\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"}],\"indexed\":false,\"internalType\":\"struct SchemaRecord\",\"name\":\"schema\",\"type\":\"tuple\"}],\"name\":\"Registered\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"getSchema\",\"outputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"}],\"internalType\":\"struct SchemaRecord\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"schema\",\"type\":\"string\"},{\"internalType\":\"contract ISchemaResolver\",\"name\":\"resolver\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"}],\"name\":\"register\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"Registered(bytes32,address,(bytes32,address,bool,string))\":{\"params\":{\"registerer\":\"The address of the account used to register the schema.\",\"schema\":\"The schema data.\",\"uid\":\"The schema UID.\"}}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Creates a new SchemaRegistry instance.\"},\"getSchema(bytes32)\":{\"params\":{\"uid\":\"The UID of the schema to retrieve.\"},\"returns\":{\"_0\":\"The schema data members.\"}},\"register(string,address,bool)\":{\"params\":{\"resolver\":\"An optional schema resolver.\",\"revocable\":\"Whether the schema allows revocations explicitly.\",\"schema\":\"The schema data schema.\"},\"returns\":{\"_0\":\"The UID of the new schema.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"SchemaRegistry\",\"version\":1},\"userdoc\":{\"events\":{\"Registered(bytes32,address,(bytes32,address,bool,string))\":{\"notice\":\"Emitted when a new schema has been registered\"}},\"kind\":\"user\",\"methods\":{\"getSchema(bytes32)\":{\"notice\":\"Returns an existing schema by UID\"},\"register(string,address,bool)\":{\"notice\":\"Submits and reserves a new schema\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"The global schema registry.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol\":\"SchemaRegistry\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/SchemaRegistry.sol\":{\"keccak256\":\"0x278d80056cad9756840d7b57400e80d332846dde8551d2d2e277f42993fad66f\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://97b070f72611e8202f023e2339968a59cfa89cb66d89f28bafa4b285b5657f2f\",\"dweb:/ipfs/QmVLry9gGaRfKVtcp76Swu1pseLBQ6Yomo8qhhqgifp3jM\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/Semver.sol": { - "Semver": { - "abi": [ - { - "inputs": [ - { - "internalType": "uint256", - "name": "major", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "minor", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "patch", - "type": "uint256" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 3, - "returnSlots": 0 - }, - "abi_decode_tuple_t_uint256t_uint256t_uint256_fromMemory": { - "entryPoint": 60, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:472:44", - "nodeType": "YulBlock", - "src": "0:472:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "129:341:44", - "nodeType": "YulBlock", - "src": "129:341:44", - "statements": [ - { - "body": { - "nativeSrc": "175:16:44", - "nodeType": "YulBlock", - "src": "175:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "184:1:44", - "nodeType": "YulLiteral", - "src": "184:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "187:1:44", - "nodeType": "YulLiteral", - "src": "187:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "177:6:44", - "nodeType": "YulIdentifier", - "src": "177:6:44" - }, - "nativeSrc": "177:12:44", - "nodeType": "YulFunctionCall", - "src": "177:12:44" - }, - "nativeSrc": "177:12:44", - "nodeType": "YulExpressionStatement", - "src": "177:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "150:7:44", - "nodeType": "YulIdentifier", - "src": "150:7:44" - }, - { - "name": "headStart", - "nativeSrc": "159:9:44", - "nodeType": "YulIdentifier", - "src": "159:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "146:3:44", - "nodeType": "YulIdentifier", - "src": "146:3:44" - }, - "nativeSrc": "146:23:44", - "nodeType": "YulFunctionCall", - "src": "146:23:44" - }, - { - "kind": "number", - "nativeSrc": "171:2:44", - "nodeType": "YulLiteral", - "src": "171:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "142:3:44", - "nodeType": "YulIdentifier", - "src": "142:3:44" - }, - "nativeSrc": "142:32:44", - "nodeType": "YulFunctionCall", - "src": "142:32:44" - }, - "nativeSrc": "139:52:44", - "nodeType": "YulIf", - "src": "139:52:44" - }, - { - "nativeSrc": "200:14:44", - "nodeType": "YulVariableDeclaration", - "src": "200:14:44", - "value": { - "kind": "number", - "nativeSrc": "213:1:44", - "nodeType": "YulLiteral", - "src": "213:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "204:5:44", - "nodeType": "YulTypedName", - "src": "204:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "223:25:44", - "nodeType": "YulAssignment", - "src": "223:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "238:9:44", - "nodeType": "YulIdentifier", - "src": "238:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "232:5:44", - "nodeType": "YulIdentifier", - "src": "232:5:44" - }, - "nativeSrc": "232:16:44", - "nodeType": "YulFunctionCall", - "src": "232:16:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "223:5:44", - "nodeType": "YulIdentifier", - "src": "223:5:44" - } - ] - }, - { - "nativeSrc": "257:15:44", - "nodeType": "YulAssignment", - "src": "257:15:44", - "value": { - "name": "value", - "nativeSrc": "267:5:44", - "nodeType": "YulIdentifier", - "src": "267:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "257:6:44", - "nodeType": "YulIdentifier", - "src": "257:6:44" - } - ] - }, - { - "nativeSrc": "281:16:44", - "nodeType": "YulVariableDeclaration", - "src": "281:16:44", - "value": { - "kind": "number", - "nativeSrc": "296:1:44", - "nodeType": "YulLiteral", - "src": "296:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "285:7:44", - "nodeType": "YulTypedName", - "src": "285:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "306:36:44", - "nodeType": "YulAssignment", - "src": "306:36:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "327:9:44", - "nodeType": "YulIdentifier", - "src": "327:9:44" - }, - { - "kind": "number", - "nativeSrc": "338:2:44", - "nodeType": "YulLiteral", - "src": "338:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "323:3:44", - "nodeType": "YulIdentifier", - "src": "323:3:44" - }, - "nativeSrc": "323:18:44", - "nodeType": "YulFunctionCall", - "src": "323:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "317:5:44", - "nodeType": "YulIdentifier", - "src": "317:5:44" - }, - "nativeSrc": "317:25:44", - "nodeType": "YulFunctionCall", - "src": "317:25:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "306:7:44", - "nodeType": "YulIdentifier", - "src": "306:7:44" - } - ] - }, - { - "nativeSrc": "351:17:44", - "nodeType": "YulAssignment", - "src": "351:17:44", - "value": { - "name": "value_1", - "nativeSrc": "361:7:44", - "nodeType": "YulIdentifier", - "src": "361:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "351:6:44", - "nodeType": "YulIdentifier", - "src": "351:6:44" - } - ] - }, - { - "nativeSrc": "377:16:44", - "nodeType": "YulVariableDeclaration", - "src": "377:16:44", - "value": { - "kind": "number", - "nativeSrc": "392:1:44", - "nodeType": "YulLiteral", - "src": "392:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "381:7:44", - "nodeType": "YulTypedName", - "src": "381:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "402:36:44", - "nodeType": "YulAssignment", - "src": "402:36:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "423:9:44", - "nodeType": "YulIdentifier", - "src": "423:9:44" - }, - { - "kind": "number", - "nativeSrc": "434:2:44", - "nodeType": "YulLiteral", - "src": "434:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "419:3:44", - "nodeType": "YulIdentifier", - "src": "419:3:44" - }, - "nativeSrc": "419:18:44", - "nodeType": "YulFunctionCall", - "src": "419:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "413:5:44", - "nodeType": "YulIdentifier", - "src": "413:5:44" - }, - "nativeSrc": "413:25:44", - "nodeType": "YulFunctionCall", - "src": "413:25:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "402:7:44", - "nodeType": "YulIdentifier", - "src": "402:7:44" - } - ] - }, - { - "nativeSrc": "447:17:44", - "nodeType": "YulAssignment", - "src": "447:17:44", - "value": { - "name": "value_2", - "nativeSrc": "457:7:44", - "nodeType": "YulIdentifier", - "src": "457:7:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "447:6:44", - "nodeType": "YulIdentifier", - "src": "447:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint256t_uint256t_uint256_fromMemory", - "nativeSrc": "14:456:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "79:9:44", - "nodeType": "YulTypedName", - "src": "79:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "90:7:44", - "nodeType": "YulTypedName", - "src": "90:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "102:6:44", - "nodeType": "YulTypedName", - "src": "102:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "110:6:44", - "nodeType": "YulTypedName", - "src": "110:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "118:6:44", - "nodeType": "YulTypedName", - "src": "118:6:44", - "type": "" - } - ], - "src": "14:456:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_uint256t_uint256t_uint256_fromMemory(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := 0\n value := mload(headStart)\n value0 := value\n let value_1 := 0\n value_1 := mload(add(headStart, 32))\n value1 := value_1\n let value_2 := 0\n value_2 := mload(add(headStart, 64))\n value2 := value_2\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "60e0604052348015600f57600080fd5b50604051610424380380610424833981016040819052602c91603c565b60809290925260a05260c0526069565b600080600060608486031215605057600080fd5b5050815160208301516040909301519094929350919050565b60805160a05160c05161038f610095600039600060a701526000607e015260006055015261038f6000f3fe608060405234801561001057600080fd5b506004361061002b5760003560e01c806354fd4d5014610030575b600080fd5b61003861004e565b6040516100459190610298565b60405180910390f35b60606100797f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100a27f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100cb7f00000000000000000000000000000000000000000000000000000000000000006100f1565b6040516020016100dd939291906102cb565b604051602081830303815290604052905090565b606060006100fe83610191565b600101905060008167ffffffffffffffff81111561011e5761011e61032a565b6040519080825280601f01601f191660200182016040528015610148576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461015257509392505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106101da577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610206576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061022457662386f26fc10000830492506010015b6305f5e100831061023c576305f5e100830492506008015b612710831061025057612710830492506004015b60648310610262576064830492506002015b600a831061026e576001015b92915050565b60005b8381101561028f578181015183820152602001610277565b50506000910152565b60208152600082518060208401526102b7816040850160208701610274565b601f01601f19169190910160400192915050565b600084516102dd818460208901610274565b601760f91b90830190815284516102fb816001840160208901610274565b601760f91b60019290910191820152835161031d816002840160208801610274565b0160020195945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220dd716472ee669c2d52e01ed42304af564077306765ef4a101bc760995dff7b7564736f6c634300081a0033", - "opcodes": "PUSH1 0xE0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x424 CODESIZE SUB DUP1 PUSH2 0x424 DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH1 0x2C SWAP2 PUSH1 0x3C JUMP JUMPDEST PUSH1 0x80 SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0xA0 MSTORE PUSH1 0xC0 MSTORE PUSH1 0x69 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH1 0x50 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP2 MLOAD PUSH1 0x20 DUP4 ADD MLOAD PUSH1 0x40 SWAP1 SWAP4 ADD MLOAD SWAP1 SWAP5 SWAP3 SWAP4 POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH2 0x38F PUSH2 0x95 PUSH1 0x0 CODECOPY PUSH1 0x0 PUSH1 0xA7 ADD MSTORE PUSH1 0x0 PUSH1 0x7E ADD MSTORE PUSH1 0x0 PUSH1 0x55 ADD MSTORE PUSH2 0x38F PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x2B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x30 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x38 PUSH2 0x4E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x45 SWAP2 SWAP1 PUSH2 0x298 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH2 0x79 PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH2 0xA2 PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH2 0xCB PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDD SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2CB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0xFE DUP4 PUSH2 0x191 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x11E JUMPI PUSH2 0x11E PUSH2 0x32A JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x148 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x152 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x1DA JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x206 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x224 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x23C JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x250 JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x262 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x26E JUMPI PUSH1 0x1 ADD JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x28F JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x277 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x2B7 DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x2DD DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x2FB DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x31D DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x274 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDD PUSH18 0x6472EE669C2D52E01ED42304AF5640773067 PUSH6 0xEF4A101BC760 SWAP10 TSTORE SELFDESTRUCT PUSH28 0x7564736F6C634300081A003300000000000000000000000000000000 ", - "sourceMap": "250:932:6:-:0;;;692:136;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;759:14;;;;;783;;807;;250:932;;14:456:44;102:6;110;118;171:2;159:9;150:7;146:23;142:32;139:52;;;187:1;184;177:12;139:52;-1:-1:-1;;232:16:44;;338:2;323:18;;317:25;434:2;419:18;;;413:25;232:16;;317:25;;-1:-1:-1;413:25:44;14:456;-1:-1:-1;14:456:44:o;:::-;250:932:6;;;;;;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@log10_10274": { - "entryPoint": 401, - "id": 10274, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toString_8463": { - "entryPoint": 241, - "id": 8463, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@version_2587": { - "entryPoint": 78, - "id": 2587, - "parameterSlots": 0, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 715, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 664, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 628, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x12": { - "entryPoint": null, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 810, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:2037:44", - "nodeType": "YulBlock", - "src": "0:2037:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "80:184:44", - "nodeType": "YulBlock", - "src": "80:184:44", - "statements": [ - { - "nativeSrc": "90:10:44", - "nodeType": "YulVariableDeclaration", - "src": "90:10:44", - "value": { - "kind": "number", - "nativeSrc": "99:1:44", - "nodeType": "YulLiteral", - "src": "99:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "94:1:44", - "nodeType": "YulTypedName", - "src": "94:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "159:63:44", - "nodeType": "YulBlock", - "src": "159:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "184:3:44", - "nodeType": "YulIdentifier", - "src": "184:3:44" - }, - { - "name": "i", - "nativeSrc": "189:1:44", - "nodeType": "YulIdentifier", - "src": "189:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "180:3:44", - "nodeType": "YulIdentifier", - "src": "180:3:44" - }, - "nativeSrc": "180:11:44", - "nodeType": "YulFunctionCall", - "src": "180:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "203:3:44", - "nodeType": "YulIdentifier", - "src": "203:3:44" - }, - { - "name": "i", - "nativeSrc": "208:1:44", - "nodeType": "YulIdentifier", - "src": "208:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "199:3:44", - "nodeType": "YulIdentifier", - "src": "199:3:44" - }, - "nativeSrc": "199:11:44", - "nodeType": "YulFunctionCall", - "src": "199:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "193:5:44", - "nodeType": "YulIdentifier", - "src": "193:5:44" - }, - "nativeSrc": "193:18:44", - "nodeType": "YulFunctionCall", - "src": "193:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "173:6:44", - "nodeType": "YulIdentifier", - "src": "173:6:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulFunctionCall", - "src": "173:39:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulExpressionStatement", - "src": "173:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "120:1:44", - "nodeType": "YulIdentifier", - "src": "120:1:44" - }, - { - "name": "length", - "nativeSrc": "123:6:44", - "nodeType": "YulIdentifier", - "src": "123:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "117:2:44", - "nodeType": "YulIdentifier", - "src": "117:2:44" - }, - "nativeSrc": "117:13:44", - "nodeType": "YulFunctionCall", - "src": "117:13:44" - }, - "nativeSrc": "109:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "131:19:44", - "nodeType": "YulBlock", - "src": "131:19:44", - "statements": [ - { - "nativeSrc": "133:15:44", - "nodeType": "YulAssignment", - "src": "133:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "142:1:44", - "nodeType": "YulIdentifier", - "src": "142:1:44" - }, - { - "kind": "number", - "nativeSrc": "145:2:44", - "nodeType": "YulLiteral", - "src": "145:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "138:3:44", - "nodeType": "YulIdentifier", - "src": "138:3:44" - }, - "nativeSrc": "138:10:44", - "nodeType": "YulFunctionCall", - "src": "138:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "133:1:44", - "nodeType": "YulIdentifier", - "src": "133:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "113:3:44", - "nodeType": "YulBlock", - "src": "113:3:44", - "statements": [] - }, - "src": "109:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "242:3:44", - "nodeType": "YulIdentifier", - "src": "242:3:44" - }, - { - "name": "length", - "nativeSrc": "247:6:44", - "nodeType": "YulIdentifier", - "src": "247:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "238:3:44", - "nodeType": "YulIdentifier", - "src": "238:3:44" - }, - "nativeSrc": "238:16:44", - "nodeType": "YulFunctionCall", - "src": "238:16:44" - }, - { - "kind": "number", - "nativeSrc": "256:1:44", - "nodeType": "YulLiteral", - "src": "256:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "231:6:44", - "nodeType": "YulIdentifier", - "src": "231:6:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulFunctionCall", - "src": "231:27:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulExpressionStatement", - "src": "231:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "14:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "58:3:44", - "nodeType": "YulTypedName", - "src": "58:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "63:3:44", - "nodeType": "YulTypedName", - "src": "63:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "68:6:44", - "nodeType": "YulTypedName", - "src": "68:6:44", - "type": "" - } - ], - "src": "14:250:44" - }, - { - "body": { - "nativeSrc": "390:275:44", - "nodeType": "YulBlock", - "src": "390:275:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "407:9:44", - "nodeType": "YulIdentifier", - "src": "407:9:44" - }, - { - "kind": "number", - "nativeSrc": "418:2:44", - "nodeType": "YulLiteral", - "src": "418:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "400:6:44", - "nodeType": "YulIdentifier", - "src": "400:6:44" - }, - "nativeSrc": "400:21:44", - "nodeType": "YulFunctionCall", - "src": "400:21:44" - }, - "nativeSrc": "400:21:44", - "nodeType": "YulExpressionStatement", - "src": "400:21:44" - }, - { - "nativeSrc": "430:27:44", - "nodeType": "YulVariableDeclaration", - "src": "430:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "450:6:44", - "nodeType": "YulIdentifier", - "src": "450:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "444:5:44", - "nodeType": "YulIdentifier", - "src": "444:5:44" - }, - "nativeSrc": "444:13:44", - "nodeType": "YulFunctionCall", - "src": "444:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "434:6:44", - "nodeType": "YulTypedName", - "src": "434:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "477:9:44", - "nodeType": "YulIdentifier", - "src": "477:9:44" - }, - { - "kind": "number", - "nativeSrc": "488:2:44", - "nodeType": "YulLiteral", - "src": "488:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "473:3:44", - "nodeType": "YulIdentifier", - "src": "473:3:44" - }, - "nativeSrc": "473:18:44", - "nodeType": "YulFunctionCall", - "src": "473:18:44" - }, - { - "name": "length", - "nativeSrc": "493:6:44", - "nodeType": "YulIdentifier", - "src": "493:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "466:6:44", - "nodeType": "YulIdentifier", - "src": "466:6:44" - }, - "nativeSrc": "466:34:44", - "nodeType": "YulFunctionCall", - "src": "466:34:44" - }, - "nativeSrc": "466:34:44", - "nodeType": "YulExpressionStatement", - "src": "466:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "548:6:44", - "nodeType": "YulIdentifier", - "src": "548:6:44" - }, - { - "kind": "number", - "nativeSrc": "556:2:44", - "nodeType": "YulLiteral", - "src": "556:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "544:3:44", - "nodeType": "YulIdentifier", - "src": "544:3:44" - }, - "nativeSrc": "544:15:44", - "nodeType": "YulFunctionCall", - "src": "544:15:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "565:9:44", - "nodeType": "YulIdentifier", - "src": "565:9:44" - }, - { - "kind": "number", - "nativeSrc": "576:2:44", - "nodeType": "YulLiteral", - "src": "576:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "561:3:44", - "nodeType": "YulIdentifier", - "src": "561:3:44" - }, - "nativeSrc": "561:18:44", - "nodeType": "YulFunctionCall", - "src": "561:18:44" - }, - { - "name": "length", - "nativeSrc": "581:6:44", - "nodeType": "YulIdentifier", - "src": "581:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "509:34:44", - "nodeType": "YulIdentifier", - "src": "509:34:44" - }, - "nativeSrc": "509:79:44", - "nodeType": "YulFunctionCall", - "src": "509:79:44" - }, - "nativeSrc": "509:79:44", - "nodeType": "YulExpressionStatement", - "src": "509:79:44" - }, - { - "nativeSrc": "597:62:44", - "nodeType": "YulAssignment", - "src": "597:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "613:9:44", - "nodeType": "YulIdentifier", - "src": "613:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "632:6:44", - "nodeType": "YulIdentifier", - "src": "632:6:44" - }, - { - "kind": "number", - "nativeSrc": "640:2:44", - "nodeType": "YulLiteral", - "src": "640:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "628:3:44", - "nodeType": "YulIdentifier", - "src": "628:3:44" - }, - "nativeSrc": "628:15:44", - "nodeType": "YulFunctionCall", - "src": "628:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "649:2:44", - "nodeType": "YulLiteral", - "src": "649:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "645:3:44", - "nodeType": "YulIdentifier", - "src": "645:3:44" - }, - "nativeSrc": "645:7:44", - "nodeType": "YulFunctionCall", - "src": "645:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "624:3:44", - "nodeType": "YulIdentifier", - "src": "624:3:44" - }, - "nativeSrc": "624:29:44", - "nodeType": "YulFunctionCall", - "src": "624:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "609:3:44", - "nodeType": "YulIdentifier", - "src": "609:3:44" - }, - "nativeSrc": "609:45:44", - "nodeType": "YulFunctionCall", - "src": "609:45:44" - }, - { - "kind": "number", - "nativeSrc": "656:2:44", - "nodeType": "YulLiteral", - "src": "656:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "605:3:44", - "nodeType": "YulIdentifier", - "src": "605:3:44" - }, - "nativeSrc": "605:54:44", - "nodeType": "YulFunctionCall", - "src": "605:54:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "597:4:44", - "nodeType": "YulIdentifier", - "src": "597:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "269:396:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "359:9:44", - "nodeType": "YulTypedName", - "src": "359:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "370:6:44", - "nodeType": "YulTypedName", - "src": "370:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "381:4:44", - "nodeType": "YulTypedName", - "src": "381:4:44", - "type": "" - } - ], - "src": "269:396:44" - }, - { - "body": { - "nativeSrc": "1107:550:44", - "nodeType": "YulBlock", - "src": "1107:550:44", - "statements": [ - { - "nativeSrc": "1117:27:44", - "nodeType": "YulVariableDeclaration", - "src": "1117:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1137:6:44", - "nodeType": "YulIdentifier", - "src": "1137:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1131:5:44", - "nodeType": "YulIdentifier", - "src": "1131:5:44" - }, - "nativeSrc": "1131:13:44", - "nodeType": "YulFunctionCall", - "src": "1131:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "1121:6:44", - "nodeType": "YulTypedName", - "src": "1121:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1192:6:44", - "nodeType": "YulIdentifier", - "src": "1192:6:44" - }, - { - "kind": "number", - "nativeSrc": "1200:4:44", - "nodeType": "YulLiteral", - "src": "1200:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1188:3:44", - "nodeType": "YulIdentifier", - "src": "1188:3:44" - }, - "nativeSrc": "1188:17:44", - "nodeType": "YulFunctionCall", - "src": "1188:17:44" - }, - { - "name": "pos", - "nativeSrc": "1207:3:44", - "nodeType": "YulIdentifier", - "src": "1207:3:44" - }, - { - "name": "length", - "nativeSrc": "1212:6:44", - "nodeType": "YulIdentifier", - "src": "1212:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1153:34:44", - "nodeType": "YulIdentifier", - "src": "1153:34:44" - }, - "nativeSrc": "1153:66:44", - "nodeType": "YulFunctionCall", - "src": "1153:66:44" - }, - "nativeSrc": "1153:66:44", - "nodeType": "YulExpressionStatement", - "src": "1153:66:44" - }, - { - "nativeSrc": "1228:29:44", - "nodeType": "YulVariableDeclaration", - "src": "1228:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "1245:3:44", - "nodeType": "YulIdentifier", - "src": "1245:3:44" - }, - { - "name": "length", - "nativeSrc": "1250:6:44", - "nodeType": "YulIdentifier", - "src": "1250:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1241:3:44", - "nodeType": "YulIdentifier", - "src": "1241:3:44" - }, - "nativeSrc": "1241:16:44", - "nodeType": "YulFunctionCall", - "src": "1241:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "1232:5:44", - "nodeType": "YulTypedName", - "src": "1232:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "1273:5:44", - "nodeType": "YulIdentifier", - "src": "1273:5:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "1280:3:44", - "nodeType": "YulLiteral", - "src": "1280:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1266:6:44", - "nodeType": "YulIdentifier", - "src": "1266:6:44" - }, - "nativeSrc": "1266:18:44", - "nodeType": "YulFunctionCall", - "src": "1266:18:44" - }, - "nativeSrc": "1266:18:44", - "nodeType": "YulExpressionStatement", - "src": "1266:18:44" - }, - { - "nativeSrc": "1293:29:44", - "nodeType": "YulVariableDeclaration", - "src": "1293:29:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "1315:6:44", - "nodeType": "YulIdentifier", - "src": "1315:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1309:5:44", - "nodeType": "YulIdentifier", - "src": "1309:5:44" - }, - "nativeSrc": "1309:13:44", - "nodeType": "YulFunctionCall", - "src": "1309:13:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "1297:8:44", - "nodeType": "YulTypedName", - "src": "1297:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "1370:6:44", - "nodeType": "YulIdentifier", - "src": "1370:6:44" - }, - { - "kind": "number", - "nativeSrc": "1378:4:44", - "nodeType": "YulLiteral", - "src": "1378:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1366:3:44", - "nodeType": "YulIdentifier", - "src": "1366:3:44" - }, - "nativeSrc": "1366:17:44", - "nodeType": "YulFunctionCall", - "src": "1366:17:44" - }, - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "1389:5:44", - "nodeType": "YulIdentifier", - "src": "1389:5:44" - }, - { - "kind": "number", - "nativeSrc": "1396:1:44", - "nodeType": "YulLiteral", - "src": "1396:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1385:3:44", - "nodeType": "YulIdentifier", - "src": "1385:3:44" - }, - "nativeSrc": "1385:13:44", - "nodeType": "YulFunctionCall", - "src": "1385:13:44" - }, - { - "name": "length_1", - "nativeSrc": "1400:8:44", - "nodeType": "YulIdentifier", - "src": "1400:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1331:34:44", - "nodeType": "YulIdentifier", - "src": "1331:34:44" - }, - "nativeSrc": "1331:78:44", - "nodeType": "YulFunctionCall", - "src": "1331:78:44" - }, - "nativeSrc": "1331:78:44", - "nodeType": "YulExpressionStatement", - "src": "1331:78:44" - }, - { - "nativeSrc": "1418:30:44", - "nodeType": "YulVariableDeclaration", - "src": "1418:30:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "1432:5:44", - "nodeType": "YulIdentifier", - "src": "1432:5:44" - }, - { - "name": "length_1", - "nativeSrc": "1439:8:44", - "nodeType": "YulIdentifier", - "src": "1439:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1428:3:44", - "nodeType": "YulIdentifier", - "src": "1428:3:44" - }, - "nativeSrc": "1428:20:44", - "nodeType": "YulFunctionCall", - "src": "1428:20:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "1422:2:44", - "nodeType": "YulTypedName", - "src": "1422:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1468:2:44", - "nodeType": "YulIdentifier", - "src": "1468:2:44" - }, - { - "kind": "number", - "nativeSrc": "1472:1:44", - "nodeType": "YulLiteral", - "src": "1472:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1464:3:44", - "nodeType": "YulIdentifier", - "src": "1464:3:44" - }, - "nativeSrc": "1464:10:44", - "nodeType": "YulFunctionCall", - "src": "1464:10:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "1476:3:44", - "nodeType": "YulLiteral", - "src": "1476:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1457:6:44", - "nodeType": "YulIdentifier", - "src": "1457:6:44" - }, - "nativeSrc": "1457:23:44", - "nodeType": "YulFunctionCall", - "src": "1457:23:44" - }, - "nativeSrc": "1457:23:44", - "nodeType": "YulExpressionStatement", - "src": "1457:23:44" - }, - { - "nativeSrc": "1489:29:44", - "nodeType": "YulVariableDeclaration", - "src": "1489:29:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "1511:6:44", - "nodeType": "YulIdentifier", - "src": "1511:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1505:5:44", - "nodeType": "YulIdentifier", - "src": "1505:5:44" - }, - "nativeSrc": "1505:13:44", - "nodeType": "YulFunctionCall", - "src": "1505:13:44" - }, - "variables": [ - { - "name": "length_2", - "nativeSrc": "1493:8:44", - "nodeType": "YulTypedName", - "src": "1493:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "1566:6:44", - "nodeType": "YulIdentifier", - "src": "1566:6:44" - }, - { - "kind": "number", - "nativeSrc": "1574:4:44", - "nodeType": "YulLiteral", - "src": "1574:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1562:3:44", - "nodeType": "YulIdentifier", - "src": "1562:3:44" - }, - "nativeSrc": "1562:17:44", - "nodeType": "YulFunctionCall", - "src": "1562:17:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1585:2:44", - "nodeType": "YulIdentifier", - "src": "1585:2:44" - }, - { - "kind": "number", - "nativeSrc": "1589:1:44", - "nodeType": "YulLiteral", - "src": "1589:1:44", - "type": "", - "value": "2" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1581:3:44", - "nodeType": "YulIdentifier", - "src": "1581:3:44" - }, - "nativeSrc": "1581:10:44", - "nodeType": "YulFunctionCall", - "src": "1581:10:44" - }, - { - "name": "length_2", - "nativeSrc": "1593:8:44", - "nodeType": "YulIdentifier", - "src": "1593:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1527:34:44", - "nodeType": "YulIdentifier", - "src": "1527:34:44" - }, - "nativeSrc": "1527:75:44", - "nodeType": "YulFunctionCall", - "src": "1527:75:44" - }, - "nativeSrc": "1527:75:44", - "nodeType": "YulExpressionStatement", - "src": "1527:75:44" - }, - { - "nativeSrc": "1611:40:44", - "nodeType": "YulAssignment", - "src": "1611:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1630:2:44", - "nodeType": "YulIdentifier", - "src": "1630:2:44" - }, - { - "name": "length_2", - "nativeSrc": "1634:8:44", - "nodeType": "YulIdentifier", - "src": "1634:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1626:3:44", - "nodeType": "YulIdentifier", - "src": "1626:3:44" - }, - "nativeSrc": "1626:17:44", - "nodeType": "YulFunctionCall", - "src": "1626:17:44" - }, - { - "kind": "number", - "nativeSrc": "1645:1:44", - "nodeType": "YulLiteral", - "src": "1645:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1622:3:44", - "nodeType": "YulIdentifier", - "src": "1622:3:44" - }, - "nativeSrc": "1622:25:44", - "nodeType": "YulFunctionCall", - "src": "1622:25:44" - }, - { - "kind": "number", - "nativeSrc": "1649:1:44", - "nodeType": "YulLiteral", - "src": "1649:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1618:3:44", - "nodeType": "YulIdentifier", - "src": "1618:3:44" - }, - "nativeSrc": "1618:33:44", - "nodeType": "YulFunctionCall", - "src": "1618:33:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "1611:3:44", - "nodeType": "YulIdentifier", - "src": "1611:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "670:987:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "1067:3:44", - "nodeType": "YulTypedName", - "src": "1067:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "1072:6:44", - "nodeType": "YulTypedName", - "src": "1072:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "1080:6:44", - "nodeType": "YulTypedName", - "src": "1080:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1088:6:44", - "nodeType": "YulTypedName", - "src": "1088:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "1099:3:44", - "nodeType": "YulTypedName", - "src": "1099:3:44", - "type": "" - } - ], - "src": "670:987:44" - }, - { - "body": { - "nativeSrc": "1694:152:44", - "nodeType": "YulBlock", - "src": "1694:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1711:1:44", - "nodeType": "YulLiteral", - "src": "1711:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1714:77:44", - "nodeType": "YulLiteral", - "src": "1714:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1704:6:44", - "nodeType": "YulIdentifier", - "src": "1704:6:44" - }, - "nativeSrc": "1704:88:44", - "nodeType": "YulFunctionCall", - "src": "1704:88:44" - }, - "nativeSrc": "1704:88:44", - "nodeType": "YulExpressionStatement", - "src": "1704:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1808:1:44", - "nodeType": "YulLiteral", - "src": "1808:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "1811:4:44", - "nodeType": "YulLiteral", - "src": "1811:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1801:6:44", - "nodeType": "YulIdentifier", - "src": "1801:6:44" - }, - "nativeSrc": "1801:15:44", - "nodeType": "YulFunctionCall", - "src": "1801:15:44" - }, - "nativeSrc": "1801:15:44", - "nodeType": "YulExpressionStatement", - "src": "1801:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1832:1:44", - "nodeType": "YulLiteral", - "src": "1832:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1835:4:44", - "nodeType": "YulLiteral", - "src": "1835:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1825:6:44", - "nodeType": "YulIdentifier", - "src": "1825:6:44" - }, - "nativeSrc": "1825:15:44", - "nodeType": "YulFunctionCall", - "src": "1825:15:44" - }, - "nativeSrc": "1825:15:44", - "nodeType": "YulExpressionStatement", - "src": "1825:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "1662:184:44", - "nodeType": "YulFunctionDefinition", - "src": "1662:184:44" - }, - { - "body": { - "nativeSrc": "1883:152:44", - "nodeType": "YulBlock", - "src": "1883:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1900:1:44", - "nodeType": "YulLiteral", - "src": "1900:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1903:77:44", - "nodeType": "YulLiteral", - "src": "1903:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1893:6:44", - "nodeType": "YulIdentifier", - "src": "1893:6:44" - }, - "nativeSrc": "1893:88:44", - "nodeType": "YulFunctionCall", - "src": "1893:88:44" - }, - "nativeSrc": "1893:88:44", - "nodeType": "YulExpressionStatement", - "src": "1893:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1997:1:44", - "nodeType": "YulLiteral", - "src": "1997:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "2000:4:44", - "nodeType": "YulLiteral", - "src": "2000:4:44", - "type": "", - "value": "0x12" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1990:6:44", - "nodeType": "YulIdentifier", - "src": "1990:6:44" - }, - "nativeSrc": "1990:15:44", - "nodeType": "YulFunctionCall", - "src": "1990:15:44" - }, - "nativeSrc": "1990:15:44", - "nodeType": "YulExpressionStatement", - "src": "1990:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2021:1:44", - "nodeType": "YulLiteral", - "src": "2021:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2024:4:44", - "nodeType": "YulLiteral", - "src": "2024:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2014:6:44", - "nodeType": "YulIdentifier", - "src": "2014:6:44" - }, - "nativeSrc": "2014:15:44", - "nodeType": "YulFunctionCall", - "src": "2014:15:44" - }, - "nativeSrc": "2014:15:44", - "nodeType": "YulExpressionStatement", - "src": "2014:15:44" - } - ] - }, - "name": "panic_error_0x12", - "nativeSrc": "1851:184:44", - "nodeType": "YulFunctionDefinition", - "src": "1851:184:44" - } - ] - }, - "contents": "{\n { }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\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_with_cleanup(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_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \".\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 1), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 1), \".\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 2), length_2)\n end := add(add(add(_1, length_2), 1), 1)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "2532": [ - { - "length": 32, - "start": 85 - } - ], - "2534": [ - { - "length": 32, - "start": 126 - } - ], - "2536": [ - { - "length": 32, - "start": 167 - } - ] - }, - "linkReferences": {}, - "object": "608060405234801561001057600080fd5b506004361061002b5760003560e01c806354fd4d5014610030575b600080fd5b61003861004e565b6040516100459190610298565b60405180910390f35b60606100797f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100a27f00000000000000000000000000000000000000000000000000000000000000006100f1565b6100cb7f00000000000000000000000000000000000000000000000000000000000000006100f1565b6040516020016100dd939291906102cb565b604051602081830303815290604052905090565b606060006100fe83610191565b600101905060008167ffffffffffffffff81111561011e5761011e61032a565b6040519080825280601f01601f191660200182016040528015610148576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461015257509392505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106101da577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef81000000008310610206576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc10000831061022457662386f26fc10000830492506010015b6305f5e100831061023c576305f5e100830492506008015b612710831061025057612710830492506004015b60648310610262576064830492506002015b600a831061026e576001015b92915050565b60005b8381101561028f578181015183820152602001610277565b50506000910152565b60208152600082518060208401526102b7816040850160208701610274565b601f01601f19169190910160400192915050565b600084516102dd818460208901610274565b601760f91b90830190815284516102fb816001840160208901610274565b601760f91b60019290910191820152835161031d816002840160208801610274565b0160020195945050505050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fdfea2646970667358221220dd716472ee669c2d52e01ed42304af564077306765ef4a101bc760995dff7b7564736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x2B JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x30 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x38 PUSH2 0x4E JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x45 SWAP2 SWAP1 PUSH2 0x298 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH1 0x60 PUSH2 0x79 PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH2 0xA2 PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH2 0xCB PUSH32 0x0 PUSH2 0xF1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDD SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2CB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0xFE DUP4 PUSH2 0x191 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x11E JUMPI PUSH2 0x11E PUSH2 0x32A JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x148 JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x152 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x1DA JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x206 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x224 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x23C JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x250 JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x262 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x26E JUMPI PUSH1 0x1 ADD JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x28F JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x277 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x2B7 DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x2DD DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x2FB DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x274 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x31D DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x274 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH32 0x4E487B7100000000000000000000000000000000000000000000000000000000 PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xDD PUSH18 0x6472EE669C2D52E01ED42304AF5640773067 PUSH6 0xEF4A101BC760 SWAP10 TSTORE SELFDESTRUCT PUSH28 0x7564736F6C634300081A003300000000000000000000000000000000 ", - "sourceMap": "250:932:6:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;945:235;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;;987:13;1072:24;1089:6;1072:16;:24::i;:::-;1103;1120:6;1103:16;:24::i;:::-;1134;1151:6;1134:16;:24::i;:::-;1055:104;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1012:161;;945:235;:::o;637:698:28:-;693:13;742:14;759:17;770:5;759:10;:17::i;:::-;779:1;759:21;742:38;;794:20;828:6;817:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:28;-1:-1:-1;794:41:28;-1:-1:-1;955:28:28;;;971:2;955:28;1010:282;-1:-1:-1;;1041:5:28;1180:10;1175:2;1164:14;;1159:32;1041:5;1146:46;1236:2;1227:11;;;-1:-1:-1;1256:21:28;1010:282;1256:21;-1:-1:-1;1312:6:28;637:698;-1:-1:-1;;;637:698:28:o;12214:916:33:-;12267:7;;12351:8;12342:17;;12338:103;;12388:8;12379:17;;;-1:-1:-1;12424:2:33;12414:12;12338:103;12467:8;12458:5;:17;12454:103;;12504:8;12495:17;;;-1:-1:-1;12540:2:33;12530:12;12454:103;12583:8;12574:5;:17;12570:103;;12620:8;12611:17;;;-1:-1:-1;12656:2:33;12646:12;12570:103;12699:7;12690:5;:16;12686:100;;12735:7;12726:16;;;-1:-1:-1;12770:1:33;12760:11;12686:100;12812:7;12803:5;:16;12799:100;;12848:7;12839:16;;;-1:-1:-1;12883:1:33;12873:11;12799:100;12925:7;12916:5;:16;12912:100;;12961:7;12952:16;;;-1:-1:-1;12996:1:33;12986:11;12912:100;13038:7;13029:5;:16;13025:66;;13075:1;13065:11;13025:66;13117:6;12214:916;-1:-1:-1;;12214:916:33:o;14:250:44:-;99:1;109:113;123:6;120:1;117:13;109:113;;;199:11;;;193:18;180:11;;;173:39;145:2;138:10;109:113;;;-1:-1:-1;;256:1:44;238:16;;231:27;14:250::o;269:396::-;418:2;407:9;400:21;381:4;450:6;444:13;493:6;488:2;477:9;473:18;466:34;509:79;581:6;576:2;565:9;561:18;556:2;548:6;544:15;509:79;:::i;:::-;649:2;628:15;-1:-1:-1;;624:29:44;609:45;;;;656:2;605:54;;269:396;-1:-1:-1;;269:396:44:o;670:987::-;1099:3;1137:6;1131:13;1153:66;1212:6;1207:3;1200:4;1192:6;1188:17;1153:66;:::i;:::-;-1:-1:-1;;;1241:16:44;;;1266:18;;;1309:13;;1331:78;1309:13;1396:1;1385:13;;1378:4;1366:17;;1331:78;:::i;:::-;-1:-1:-1;;;1472:1:44;1428:20;;;;1464:10;;;1457:23;1505:13;;1527:75;1505:13;1589:1;1581:10;;1574:4;1562:17;;1527:75;:::i;:::-;1626:17;1618:33;;;;-1:-1:-1;;;;;670:987:44:o;1662:184::-;1714:77;1711:1;1704:88;1811:4;1808:1;1801:15;1835:4;1832:1;1825:15" - }, - "methodIdentifiers": { - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"major\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"minor\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"patch\",\"type\":\"uint256\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Create a new Semver instance.\",\"params\":{\"major\":\"Major version number.\",\"minor\":\"Minor version number.\",\"patch\":\"Patch version number.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"Semver\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"A simple contract for managing contract versions.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":\"Semver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol": { - "EIP1271Verifier": { - "abi": [ - { - "inputs": [], - "name": "InvalidNonce", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidShortString", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "str", - "type": "string" - } - ], - "name": "StringTooLong", - "type": "error" - }, - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "oldNonce", - "type": "uint256" - }, - { - "indexed": false, - "internalType": "uint256", - "name": "newNonce", - "type": "uint256" - } - ], - "name": "NonceIncreased", - "type": "event" - }, - { - "inputs": [], - "name": "eip712Domain", - "outputs": [ - { - "internalType": "bytes1", - "name": "fields", - "type": "bytes1" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "internalType": "uint256", - "name": "chainId", - "type": "uint256" - }, - { - "internalType": "address", - "name": "verifyingContract", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "salt", - "type": "bytes32" - }, - { - "internalType": "uint256[]", - "name": "extensions", - "type": "uint256[]" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getAttestTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [], - "name": "getDomainSeparator", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getName", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getRevokeTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "newNonce", - "type": "uint256" - } - ], - "name": "increaseNonce", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "eip712Domain()": "84b0196e", - "getAttestTypeHash()": "12b11a17", - "getDomainSeparator()": "ed24911d", - "getName()": "17d7de7c", - "getNonce(address)": "2d0335ab", - "getRevokeTypeHash()": "b83010d3", - "increaseNonce(uint256)": "79f7573a" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"InvalidNonce\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"oldNonce\",\"type\":\"uint256\"},{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"newNonce\",\"type\":\"uint256\"}],\"name\":\"NonceIncreased\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAttestTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDomainSeparator\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getNonce\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getRevokeTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"newNonce\",\"type\":\"uint256\"}],\"name\":\"increaseNonce\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"},\"NonceIncreased(uint256,uint256)\":{\"params\":{\"newNonce\":\"The new value.\",\"oldNonce\":\"The previous nonce.\"}}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Creates a new EIP1271Verifier instance.\",\"params\":{\"version\":\"The current major version of the signing domain\"}},\"eip712Domain()\":{\"details\":\"See {IERC-5267}.\"},\"getAttestTypeHash()\":{\"returns\":{\"_0\":\"The EIP712 type hash for the attest function.\"}},\"getDomainSeparator()\":{\"returns\":{\"_0\":\"The domain separator used in the encoding of the signatures for attest, and revoke.\"}},\"getName()\":{\"returns\":{\"_0\":\"The EIP712 name.\"}},\"getNonce(address)\":{\"params\":{\"account\":\"The requested account.\"},\"returns\":{\"_0\":\"The current nonce.\"}},\"getRevokeTypeHash()\":{\"returns\":{\"_0\":\"The EIP712 type hash for the revoke function.\"}},\"increaseNonce(uint256)\":{\"params\":{\"newNonce\":\"The (higher) new value.\"}}},\"title\":\"EIP1271Verifier\",\"version\":1},\"userdoc\":{\"events\":{\"NonceIncreased(uint256,uint256)\":{\"notice\":\"Emitted when users invalidate nonces by increasing their nonces to (higher) new values.\"}},\"kind\":\"user\",\"methods\":{\"getAttestTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the attest function.\"},\"getDomainSeparator()\":{\"notice\":\"Returns the domain separator used in the encoding of the signatures for attest, and revoke.\"},\"getName()\":{\"notice\":\"Returns the EIP712 name.\"},\"getNonce(address)\":{\"notice\":\"Returns the current nonce per-account.\"},\"getRevokeTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the revoke function.\"},\"increaseNonce(uint256)\":{\"notice\":\"Provides users an option to invalidate nonces by increasing their nonces to (higher) new values.\"}},\"notice\":\"EIP1271Verifier typed signatures verifier for EAS delegated attestations.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol\":\"EIP1271Verifier\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/eip1271/EIP1271Verifier.sol\":{\"keccak256\":\"0x10dff7b428298675b42e81af653de9a30e1433ed96fb3292596138cf097d4648\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://73b6c492bc4ace87e5541f879a80b1b3960252c4bc6d15c096ec9c726d7d1aeb\",\"dweb:/ipfs/QmXDTVR7BwfLSrALtb4jJVpKoHh71brkViT3ZpGbXfHuUp\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@openzeppelin/contracts/interfaces/IERC1271.sol\":{\"keccak256\":\"0x85a45f3f10014a0f8be41157a32b6a5f905753ea64a4b64e29fc12b7deeecf39\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3c74009ce36136b36c77c23935b8e4a7b4f253be2da2be4fb4a916b1ce43743\",\"dweb:/ipfs/QmcH36v3iN7SJJuF73AunLR2LtNxhVJ1wm63ph4dPZ4pcL\"]},\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x18a7171df639a934592915a520ecb97c5bbc9675a1105607aac8a94e72bf62c6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7478e1f13da69a2867ccd883001d836b75620362e743f196376d63ed0c422a1c\",\"dweb:/ipfs/QmWywcQ9TNfwtoqAxbn25d8C5VrV12PrPS9UjtGe6pL2BA\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xeed0a08b0b091f528356cbc7245891a4c748682d4f6a18055e8e6ca77d12a6cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba80ba06c8e6be852847e4c5f4492cef801feb6558ae09ed705ff2e04ea8b13c\",\"dweb:/ipfs/QmXRJDv3xHLVQCVXg1ZvR35QS9sij5y9NDWYzMfUfAdTHF\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x999f705a027ed6dc2d4e0df2cc4a509852c6bfd11de1c8161bf88832d0503fd0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0798def67258d9a3cc20b2b4da7ebf351a5cefe0abfdd665d2d81f8e32f89b21\",\"dweb:/ipfs/QmPEvJosnPfzHNjKvCv2D3891mA2Ww8eUwkqrxBjuYdHCt\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0xba333517a3add42cd35fe877656fc3dfcc9de53baa4f3aabbd6d12a92e4ea435\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ceacff44c0fdc81e48e0e0b1db87a2076d3c1fb497341de077bf1da9f6b406c\",\"dweb:/ipfs/QmRUo1muMRAewxrKQ7TkXUtknyRoR57AyEkoPpiuZQ8FzX\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0x6b11eb41a228cca35d4b662b4df69fcd75192851365102690f57b2ac01e83fe6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab006a2983ed350d2af21ddcdd835dcae3b8340086cc4d088460da5abd041f69\",\"dweb:/ipfs/QmbEacDhkJZiGrgzLjB4pNtE8Z1uudjDw1DvcDUTVQFsLG\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol": { - "EIP712Proxy": { - "abi": [ - { - "inputs": [ - { - "internalType": "contract IEAS", - "name": "eas", - "type": "address" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [], - "name": "DeadlineExpired", - "type": "error" - }, - { - "inputs": [], - "name": "ECDSAInvalidSignature", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "length", - "type": "uint256" - } - ], - "name": "ECDSAInvalidSignatureLength", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "name": "ECDSAInvalidSignatureS", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidEAS", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidLength", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidShortString", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidSignature", - "type": "error" - }, - { - "inputs": [], - "name": "NotFound", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "str", - "type": "string" - } - ], - "name": "StringTooLong", - "type": "error" - }, - { - "inputs": [], - "name": "UsedSignature", - "type": "error" - }, - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedProxyAttestationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "attestByDelegation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "eip712Domain", - "outputs": [ - { - "internalType": "bytes1", - "name": "fields", - "type": "bytes1" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "internalType": "uint256", - "name": "chainId", - "type": "uint256" - }, - { - "internalType": "address", - "name": "verifyingContract", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "salt", - "type": "bytes32" - }, - { - "internalType": "uint256[]", - "name": "extensions", - "type": "uint256[]" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getAttestTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - } - ], - "name": "getAttester", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getDomainSeparator", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getEAS", - "outputs": [ - { - "internalType": "contract IEAS", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getName", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getRevokeTypeHash", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct AttestationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedProxyAttestationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiAttestByDelegation", - "outputs": [ - { - "internalType": "bytes32[]", - "name": "", - "type": "bytes32[]" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData[]", - "name": "data", - "type": "tuple[]" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature[]", - "name": "signatures", - "type": "tuple[]" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct MultiDelegatedProxyRevocationRequest[]", - "name": "multiDelegatedRequests", - "type": "tuple[]" - } - ], - "name": "multiRevokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "internalType": "struct RevocationRequestData", - "name": "data", - "type": "tuple" - }, - { - "components": [ - { - "internalType": "uint8", - "name": "v", - "type": "uint8" - }, - { - "internalType": "bytes32", - "name": "r", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "internalType": "struct Signature", - "name": "signature", - "type": "tuple" - }, - { - "internalType": "address", - "name": "revoker", - "type": "address" - }, - { - "internalType": "uint64", - "name": "deadline", - "type": "uint64" - } - ], - "internalType": "struct DelegatedProxyRevocationRequest", - "name": "delegatedRequest", - "type": "tuple" - } - ], - "name": "revokeByDelegation", - "outputs": [], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@_3075": { - "entryPoint": null, - "id": 3075, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_9095": { - "entryPoint": null, - "id": 9095, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_buildDomainSeparator_9142": { - "entryPoint": null, - "id": 9142, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getStringSlot_8372": { - "entryPoint": null, - "id": 8372, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toShortStringWithFallback_8226": { - "entryPoint": 349, - "id": 8226, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@toShortString_8128": { - "entryPoint": 400, - "id": 8128, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_tuple_t_contract$_IEAS_$2326t_string_memory_ptr_fromMemory": { - "entryPoint": 529, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "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_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 1068, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "array_dataslot_string_storage": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "clean_up_bytearray_end_slots_string_storage": { - "entryPoint": 799, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32": { - "entryPoint": 1119, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": { - "entryPoint": 878, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 493, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 741, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_used_part_and_set_length_of_short_byte_array": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "panic_error_0x41": { - "entryPoint": 471, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:5205:44", - "nodeType": "YulBlock", - "src": "0:5205:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "46:95:44", - "nodeType": "YulBlock", - "src": "46:95:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "63:1:44", - "nodeType": "YulLiteral", - "src": "63:1:44", - "type": "", - "value": "0" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "70:3:44", - "nodeType": "YulLiteral", - "src": "70:3:44", - "type": "", - "value": "224" - }, - { - "kind": "number", - "nativeSrc": "75:10:44", - "nodeType": "YulLiteral", - "src": "75:10:44", - "type": "", - "value": "0x4e487b71" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "66:3:44", - "nodeType": "YulIdentifier", - "src": "66:3:44" - }, - "nativeSrc": "66:20:44", - "nodeType": "YulFunctionCall", - "src": "66:20:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "56:6:44", - "nodeType": "YulIdentifier", - "src": "56:6:44" - }, - "nativeSrc": "56:31:44", - "nodeType": "YulFunctionCall", - "src": "56:31:44" - }, - "nativeSrc": "56:31:44", - "nodeType": "YulExpressionStatement", - "src": "56:31:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "103:1:44", - "nodeType": "YulLiteral", - "src": "103:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "106:4:44", - "nodeType": "YulLiteral", - "src": "106:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "96:6:44", - "nodeType": "YulIdentifier", - "src": "96:6:44" - }, - "nativeSrc": "96:15:44", - "nodeType": "YulFunctionCall", - "src": "96:15:44" - }, - "nativeSrc": "96:15:44", - "nodeType": "YulExpressionStatement", - "src": "96:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "127:1:44", - "nodeType": "YulLiteral", - "src": "127:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "130:4:44", - "nodeType": "YulLiteral", - "src": "130:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "120:6:44", - "nodeType": "YulIdentifier", - "src": "120:6:44" - }, - "nativeSrc": "120:15:44", - "nodeType": "YulFunctionCall", - "src": "120:15:44" - }, - "nativeSrc": "120:15:44", - "nodeType": "YulExpressionStatement", - "src": "120:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "14:127:44", - "nodeType": "YulFunctionDefinition", - "src": "14:127:44" - }, - { - "body": { - "nativeSrc": "212:184:44", - "nodeType": "YulBlock", - "src": "212:184:44", - "statements": [ - { - "nativeSrc": "222:10:44", - "nodeType": "YulVariableDeclaration", - "src": "222:10:44", - "value": { - "kind": "number", - "nativeSrc": "231:1:44", - "nodeType": "YulLiteral", - "src": "231:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "226:1:44", - "nodeType": "YulTypedName", - "src": "226:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "291:63:44", - "nodeType": "YulBlock", - "src": "291:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "316:3:44", - "nodeType": "YulIdentifier", - "src": "316:3:44" - }, - { - "name": "i", - "nativeSrc": "321:1:44", - "nodeType": "YulIdentifier", - "src": "321:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "312:3:44", - "nodeType": "YulIdentifier", - "src": "312:3:44" - }, - "nativeSrc": "312:11:44", - "nodeType": "YulFunctionCall", - "src": "312:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "335:3:44", - "nodeType": "YulIdentifier", - "src": "335:3:44" - }, - { - "name": "i", - "nativeSrc": "340:1:44", - "nodeType": "YulIdentifier", - "src": "340:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "331:3:44", - "nodeType": "YulIdentifier", - "src": "331:3:44" - }, - "nativeSrc": "331:11:44", - "nodeType": "YulFunctionCall", - "src": "331:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "325:5:44", - "nodeType": "YulIdentifier", - "src": "325:5:44" - }, - "nativeSrc": "325:18:44", - "nodeType": "YulFunctionCall", - "src": "325:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "305:6:44", - "nodeType": "YulIdentifier", - "src": "305:6:44" - }, - "nativeSrc": "305:39:44", - "nodeType": "YulFunctionCall", - "src": "305:39:44" - }, - "nativeSrc": "305:39:44", - "nodeType": "YulExpressionStatement", - "src": "305:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "252:1:44", - "nodeType": "YulIdentifier", - "src": "252:1:44" - }, - { - "name": "length", - "nativeSrc": "255:6:44", - "nodeType": "YulIdentifier", - "src": "255:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "249:2:44", - "nodeType": "YulIdentifier", - "src": "249:2:44" - }, - "nativeSrc": "249:13:44", - "nodeType": "YulFunctionCall", - "src": "249:13:44" - }, - "nativeSrc": "241:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "263:19:44", - "nodeType": "YulBlock", - "src": "263:19:44", - "statements": [ - { - "nativeSrc": "265:15:44", - "nodeType": "YulAssignment", - "src": "265:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "274:1:44", - "nodeType": "YulIdentifier", - "src": "274:1:44" - }, - { - "kind": "number", - "nativeSrc": "277:2:44", - "nodeType": "YulLiteral", - "src": "277:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "270:3:44", - "nodeType": "YulIdentifier", - "src": "270:3:44" - }, - "nativeSrc": "270:10:44", - "nodeType": "YulFunctionCall", - "src": "270:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "265:1:44", - "nodeType": "YulIdentifier", - "src": "265:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "245:3:44", - "nodeType": "YulBlock", - "src": "245:3:44", - "statements": [] - }, - "src": "241:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "374:3:44", - "nodeType": "YulIdentifier", - "src": "374:3:44" - }, - { - "name": "length", - "nativeSrc": "379:6:44", - "nodeType": "YulIdentifier", - "src": "379:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "370:3:44", - "nodeType": "YulIdentifier", - "src": "370:3:44" - }, - "nativeSrc": "370:16:44", - "nodeType": "YulFunctionCall", - "src": "370:16:44" - }, - { - "kind": "number", - "nativeSrc": "388:1:44", - "nodeType": "YulLiteral", - "src": "388:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "363:6:44", - "nodeType": "YulIdentifier", - "src": "363:6:44" - }, - "nativeSrc": "363:27:44", - "nodeType": "YulFunctionCall", - "src": "363:27:44" - }, - "nativeSrc": "363:27:44", - "nodeType": "YulExpressionStatement", - "src": "363:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "146:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "190:3:44", - "nodeType": "YulTypedName", - "src": "190:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "195:3:44", - "nodeType": "YulTypedName", - "src": "195:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "200:6:44", - "nodeType": "YulTypedName", - "src": "200:6:44", - "type": "" - } - ], - "src": "146:250:44" - }, - { - "body": { - "nativeSrc": "522:975:44", - "nodeType": "YulBlock", - "src": "522:975:44", - "statements": [ - { - "body": { - "nativeSrc": "568:16:44", - "nodeType": "YulBlock", - "src": "568:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "577:1:44", - "nodeType": "YulLiteral", - "src": "577:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "580:1:44", - "nodeType": "YulLiteral", - "src": "580:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "570:6:44", - "nodeType": "YulIdentifier", - "src": "570:6:44" - }, - "nativeSrc": "570:12:44", - "nodeType": "YulFunctionCall", - "src": "570:12:44" - }, - "nativeSrc": "570:12:44", - "nodeType": "YulExpressionStatement", - "src": "570:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "543:7:44", - "nodeType": "YulIdentifier", - "src": "543:7:44" - }, - { - "name": "headStart", - "nativeSrc": "552:9:44", - "nodeType": "YulIdentifier", - "src": "552:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "539:3:44", - "nodeType": "YulIdentifier", - "src": "539:3:44" - }, - "nativeSrc": "539:23:44", - "nodeType": "YulFunctionCall", - "src": "539:23:44" - }, - { - "kind": "number", - "nativeSrc": "564:2:44", - "nodeType": "YulLiteral", - "src": "564:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "535:3:44", - "nodeType": "YulIdentifier", - "src": "535:3:44" - }, - "nativeSrc": "535:32:44", - "nodeType": "YulFunctionCall", - "src": "535:32:44" - }, - "nativeSrc": "532:52:44", - "nodeType": "YulIf", - "src": "532:52:44" - }, - { - "nativeSrc": "593:29:44", - "nodeType": "YulVariableDeclaration", - "src": "593:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "612:9:44", - "nodeType": "YulIdentifier", - "src": "612:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "606:5:44", - "nodeType": "YulIdentifier", - "src": "606:5:44" - }, - "nativeSrc": "606:16:44", - "nodeType": "YulFunctionCall", - "src": "606:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "597:5:44", - "nodeType": "YulTypedName", - "src": "597:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "685:16:44", - "nodeType": "YulBlock", - "src": "685:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "694:1:44", - "nodeType": "YulLiteral", - "src": "694:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "697:1:44", - "nodeType": "YulLiteral", - "src": "697:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "687:6:44", - "nodeType": "YulIdentifier", - "src": "687:6:44" - }, - "nativeSrc": "687:12:44", - "nodeType": "YulFunctionCall", - "src": "687:12:44" - }, - "nativeSrc": "687:12:44", - "nodeType": "YulExpressionStatement", - "src": "687:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "644:5:44", - "nodeType": "YulIdentifier", - "src": "644:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "655:5:44", - "nodeType": "YulIdentifier", - "src": "655:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "670:3:44", - "nodeType": "YulLiteral", - "src": "670:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "675:1:44", - "nodeType": "YulLiteral", - "src": "675:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "666:3:44", - "nodeType": "YulIdentifier", - "src": "666:3:44" - }, - "nativeSrc": "666:11:44", - "nodeType": "YulFunctionCall", - "src": "666:11:44" - }, - { - "kind": "number", - "nativeSrc": "679:1:44", - "nodeType": "YulLiteral", - "src": "679:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "662:3:44", - "nodeType": "YulIdentifier", - "src": "662:3:44" - }, - "nativeSrc": "662:19:44", - "nodeType": "YulFunctionCall", - "src": "662:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "651:3:44", - "nodeType": "YulIdentifier", - "src": "651:3:44" - }, - "nativeSrc": "651:31:44", - "nodeType": "YulFunctionCall", - "src": "651:31:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "641:2:44", - "nodeType": "YulIdentifier", - "src": "641:2:44" - }, - "nativeSrc": "641:42:44", - "nodeType": "YulFunctionCall", - "src": "641:42:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "634:6:44", - "nodeType": "YulIdentifier", - "src": "634:6:44" - }, - "nativeSrc": "634:50:44", - "nodeType": "YulFunctionCall", - "src": "634:50:44" - }, - "nativeSrc": "631:70:44", - "nodeType": "YulIf", - "src": "631:70:44" - }, - { - "nativeSrc": "710:15:44", - "nodeType": "YulAssignment", - "src": "710:15:44", - "value": { - "name": "value", - "nativeSrc": "720:5:44", - "nodeType": "YulIdentifier", - "src": "720:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "710:6:44", - "nodeType": "YulIdentifier", - "src": "710:6:44" - } - ] - }, - { - "nativeSrc": "734:39:44", - "nodeType": "YulVariableDeclaration", - "src": "734:39:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "758:9:44", - "nodeType": "YulIdentifier", - "src": "758:9:44" - }, - { - "kind": "number", - "nativeSrc": "769:2:44", - "nodeType": "YulLiteral", - "src": "769:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "754:3:44", - "nodeType": "YulIdentifier", - "src": "754:3:44" - }, - "nativeSrc": "754:18:44", - "nodeType": "YulFunctionCall", - "src": "754:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "748:5:44", - "nodeType": "YulIdentifier", - "src": "748:5:44" - }, - "nativeSrc": "748:25:44", - "nodeType": "YulFunctionCall", - "src": "748:25:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "738:6:44", - "nodeType": "YulTypedName", - "src": "738:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "816:16:44", - "nodeType": "YulBlock", - "src": "816:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "825:1:44", - "nodeType": "YulLiteral", - "src": "825:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "828:1:44", - "nodeType": "YulLiteral", - "src": "828:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "818:6:44", - "nodeType": "YulIdentifier", - "src": "818:6:44" - }, - "nativeSrc": "818:12:44", - "nodeType": "YulFunctionCall", - "src": "818:12:44" - }, - "nativeSrc": "818:12:44", - "nodeType": "YulExpressionStatement", - "src": "818:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "788:6:44", - "nodeType": "YulIdentifier", - "src": "788:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "804:2:44", - "nodeType": "YulLiteral", - "src": "804:2:44", - "type": "", - "value": "64" - }, - { - "kind": "number", - "nativeSrc": "808:1:44", - "nodeType": "YulLiteral", - "src": "808:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "800:3:44", - "nodeType": "YulIdentifier", - "src": "800:3:44" - }, - "nativeSrc": "800:10:44", - "nodeType": "YulFunctionCall", - "src": "800:10:44" - }, - { - "kind": "number", - "nativeSrc": "812:1:44", - "nodeType": "YulLiteral", - "src": "812:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "796:3:44", - "nodeType": "YulIdentifier", - "src": "796:3:44" - }, - "nativeSrc": "796:18:44", - "nodeType": "YulFunctionCall", - "src": "796:18:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "785:2:44", - "nodeType": "YulIdentifier", - "src": "785:2:44" - }, - "nativeSrc": "785:30:44", - "nodeType": "YulFunctionCall", - "src": "785:30:44" - }, - "nativeSrc": "782:50:44", - "nodeType": "YulIf", - "src": "782:50:44" - }, - { - "nativeSrc": "841:32:44", - "nodeType": "YulVariableDeclaration", - "src": "841:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "855:9:44", - "nodeType": "YulIdentifier", - "src": "855:9:44" - }, - { - "name": "offset", - "nativeSrc": "866:6:44", - "nodeType": "YulIdentifier", - "src": "866:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "851:3:44", - "nodeType": "YulIdentifier", - "src": "851:3:44" - }, - "nativeSrc": "851:22:44", - "nodeType": "YulFunctionCall", - "src": "851:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "845:2:44", - "nodeType": "YulTypedName", - "src": "845:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "921:16:44", - "nodeType": "YulBlock", - "src": "921:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "930:1:44", - "nodeType": "YulLiteral", - "src": "930:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "933:1:44", - "nodeType": "YulLiteral", - "src": "933:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "923:6:44", - "nodeType": "YulIdentifier", - "src": "923:6:44" - }, - "nativeSrc": "923:12:44", - "nodeType": "YulFunctionCall", - "src": "923:12:44" - }, - "nativeSrc": "923:12:44", - "nodeType": "YulExpressionStatement", - "src": "923:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "900:2:44", - "nodeType": "YulIdentifier", - "src": "900:2:44" - }, - { - "kind": "number", - "nativeSrc": "904:4:44", - "nodeType": "YulLiteral", - "src": "904:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "896:3:44", - "nodeType": "YulIdentifier", - "src": "896:3:44" - }, - "nativeSrc": "896:13:44", - "nodeType": "YulFunctionCall", - "src": "896:13:44" - }, - { - "name": "dataEnd", - "nativeSrc": "911:7:44", - "nodeType": "YulIdentifier", - "src": "911:7:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "892:3:44", - "nodeType": "YulIdentifier", - "src": "892:3:44" - }, - "nativeSrc": "892:27:44", - "nodeType": "YulFunctionCall", - "src": "892:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "885:6:44", - "nodeType": "YulIdentifier", - "src": "885:6:44" - }, - "nativeSrc": "885:35:44", - "nodeType": "YulFunctionCall", - "src": "885:35:44" - }, - "nativeSrc": "882:55:44", - "nodeType": "YulIf", - "src": "882:55:44" - }, - { - "nativeSrc": "946:23:44", - "nodeType": "YulVariableDeclaration", - "src": "946:23:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "966:2:44", - "nodeType": "YulIdentifier", - "src": "966:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "960:5:44", - "nodeType": "YulIdentifier", - "src": "960:5:44" - }, - "nativeSrc": "960:9:44", - "nodeType": "YulFunctionCall", - "src": "960:9:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "950:6:44", - "nodeType": "YulTypedName", - "src": "950:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1012:22:44", - "nodeType": "YulBlock", - "src": "1012:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "1014:16:44", - "nodeType": "YulIdentifier", - "src": "1014:16:44" - }, - "nativeSrc": "1014:18:44", - "nodeType": "YulFunctionCall", - "src": "1014:18:44" - }, - "nativeSrc": "1014:18:44", - "nodeType": "YulExpressionStatement", - "src": "1014:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "984:6:44", - "nodeType": "YulIdentifier", - "src": "984:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1000:2:44", - "nodeType": "YulLiteral", - "src": "1000:2:44", - "type": "", - "value": "64" - }, - { - "kind": "number", - "nativeSrc": "1004:1:44", - "nodeType": "YulLiteral", - "src": "1004:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "996:3:44", - "nodeType": "YulIdentifier", - "src": "996:3:44" - }, - "nativeSrc": "996:10:44", - "nodeType": "YulFunctionCall", - "src": "996:10:44" - }, - { - "kind": "number", - "nativeSrc": "1008:1:44", - "nodeType": "YulLiteral", - "src": "1008:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "992:3:44", - "nodeType": "YulIdentifier", - "src": "992:3:44" - }, - "nativeSrc": "992:18:44", - "nodeType": "YulFunctionCall", - "src": "992:18:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "981:2:44", - "nodeType": "YulIdentifier", - "src": "981:2:44" - }, - "nativeSrc": "981:30:44", - "nodeType": "YulFunctionCall", - "src": "981:30:44" - }, - "nativeSrc": "978:56:44", - "nodeType": "YulIf", - "src": "978:56:44" - }, - { - "nativeSrc": "1043:23:44", - "nodeType": "YulVariableDeclaration", - "src": "1043:23:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1063:2:44", - "nodeType": "YulLiteral", - "src": "1063:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1057:5:44", - "nodeType": "YulIdentifier", - "src": "1057:5:44" - }, - "nativeSrc": "1057:9:44", - "nodeType": "YulFunctionCall", - "src": "1057:9:44" - }, - "variables": [ - { - "name": "memPtr", - "nativeSrc": "1047:6:44", - "nodeType": "YulTypedName", - "src": "1047:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1075:85:44", - "nodeType": "YulVariableDeclaration", - "src": "1075:85:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "1097:6:44", - "nodeType": "YulIdentifier", - "src": "1097:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "1121:6:44", - "nodeType": "YulIdentifier", - "src": "1121:6:44" - }, - { - "kind": "number", - "nativeSrc": "1129:4:44", - "nodeType": "YulLiteral", - "src": "1129:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1117:3:44", - "nodeType": "YulIdentifier", - "src": "1117:3:44" - }, - "nativeSrc": "1117:17:44", - "nodeType": "YulFunctionCall", - "src": "1117:17:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1140:2:44", - "nodeType": "YulLiteral", - "src": "1140:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1136:3:44", - "nodeType": "YulIdentifier", - "src": "1136:3:44" - }, - "nativeSrc": "1136:7:44", - "nodeType": "YulFunctionCall", - "src": "1136:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1113:3:44", - "nodeType": "YulIdentifier", - "src": "1113:3:44" - }, - "nativeSrc": "1113:31:44", - "nodeType": "YulFunctionCall", - "src": "1113:31:44" - }, - { - "kind": "number", - "nativeSrc": "1146:2:44", - "nodeType": "YulLiteral", - "src": "1146:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1109:3:44", - "nodeType": "YulIdentifier", - "src": "1109:3:44" - }, - "nativeSrc": "1109:40:44", - "nodeType": "YulFunctionCall", - "src": "1109:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1155:2:44", - "nodeType": "YulLiteral", - "src": "1155:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1151:3:44", - "nodeType": "YulIdentifier", - "src": "1151:3:44" - }, - "nativeSrc": "1151:7:44", - "nodeType": "YulFunctionCall", - "src": "1151:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1105:3:44", - "nodeType": "YulIdentifier", - "src": "1105:3:44" - }, - "nativeSrc": "1105:54:44", - "nodeType": "YulFunctionCall", - "src": "1105:54:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1093:3:44", - "nodeType": "YulIdentifier", - "src": "1093:3:44" - }, - "nativeSrc": "1093:67:44", - "nodeType": "YulFunctionCall", - "src": "1093:67:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "1079:10:44", - "nodeType": "YulTypedName", - "src": "1079:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1235:22:44", - "nodeType": "YulBlock", - "src": "1235:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "1237:16:44", - "nodeType": "YulIdentifier", - "src": "1237:16:44" - }, - "nativeSrc": "1237:18:44", - "nodeType": "YulFunctionCall", - "src": "1237:18:44" - }, - "nativeSrc": "1237:18:44", - "nodeType": "YulExpressionStatement", - "src": "1237:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "1178:10:44", - "nodeType": "YulIdentifier", - "src": "1178:10:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1198:2:44", - "nodeType": "YulLiteral", - "src": "1198:2:44", - "type": "", - "value": "64" - }, - { - "kind": "number", - "nativeSrc": "1202:1:44", - "nodeType": "YulLiteral", - "src": "1202:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1194:3:44", - "nodeType": "YulIdentifier", - "src": "1194:3:44" - }, - "nativeSrc": "1194:10:44", - "nodeType": "YulFunctionCall", - "src": "1194:10:44" - }, - { - "kind": "number", - "nativeSrc": "1206:1:44", - "nodeType": "YulLiteral", - "src": "1206:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1190:3:44", - "nodeType": "YulIdentifier", - "src": "1190:3:44" - }, - "nativeSrc": "1190:18:44", - "nodeType": "YulFunctionCall", - "src": "1190:18:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1175:2:44", - "nodeType": "YulIdentifier", - "src": "1175:2:44" - }, - "nativeSrc": "1175:34:44", - "nodeType": "YulFunctionCall", - "src": "1175:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "1214:10:44", - "nodeType": "YulIdentifier", - "src": "1214:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "1226:6:44", - "nodeType": "YulIdentifier", - "src": "1226:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1211:2:44", - "nodeType": "YulIdentifier", - "src": "1211:2:44" - }, - "nativeSrc": "1211:22:44", - "nodeType": "YulFunctionCall", - "src": "1211:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "1172:2:44", - "nodeType": "YulIdentifier", - "src": "1172:2:44" - }, - "nativeSrc": "1172:62:44", - "nodeType": "YulFunctionCall", - "src": "1172:62:44" - }, - "nativeSrc": "1169:88:44", - "nodeType": "YulIf", - "src": "1169:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1273:2:44", - "nodeType": "YulLiteral", - "src": "1273:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "1277:10:44", - "nodeType": "YulIdentifier", - "src": "1277:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1266:6:44", - "nodeType": "YulIdentifier", - "src": "1266:6:44" - }, - "nativeSrc": "1266:22:44", - "nodeType": "YulFunctionCall", - "src": "1266:22:44" - }, - "nativeSrc": "1266:22:44", - "nodeType": "YulExpressionStatement", - "src": "1266:22:44" - }, - { - "expression": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "1304:6:44", - "nodeType": "YulIdentifier", - "src": "1304:6:44" - }, - { - "name": "length", - "nativeSrc": "1312:6:44", - "nodeType": "YulIdentifier", - "src": "1312:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1297:6:44", - "nodeType": "YulIdentifier", - "src": "1297:6:44" - }, - "nativeSrc": "1297:22:44", - "nodeType": "YulFunctionCall", - "src": "1297:22:44" - }, - "nativeSrc": "1297:22:44", - "nodeType": "YulExpressionStatement", - "src": "1297:22:44" - }, - { - "body": { - "nativeSrc": "1369:16:44", - "nodeType": "YulBlock", - "src": "1369:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1378:1:44", - "nodeType": "YulLiteral", - "src": "1378:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1381:1:44", - "nodeType": "YulLiteral", - "src": "1381:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1371:6:44", - "nodeType": "YulIdentifier", - "src": "1371:6:44" - }, - "nativeSrc": "1371:12:44", - "nodeType": "YulFunctionCall", - "src": "1371:12:44" - }, - "nativeSrc": "1371:12:44", - "nodeType": "YulExpressionStatement", - "src": "1371:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1342:2:44", - "nodeType": "YulIdentifier", - "src": "1342:2:44" - }, - { - "name": "length", - "nativeSrc": "1346:6:44", - "nodeType": "YulIdentifier", - "src": "1346:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1338:3:44", - "nodeType": "YulIdentifier", - "src": "1338:3:44" - }, - "nativeSrc": "1338:15:44", - "nodeType": "YulFunctionCall", - "src": "1338:15:44" - }, - { - "kind": "number", - "nativeSrc": "1355:2:44", - "nodeType": "YulLiteral", - "src": "1355:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1334:3:44", - "nodeType": "YulIdentifier", - "src": "1334:3:44" - }, - "nativeSrc": "1334:24:44", - "nodeType": "YulFunctionCall", - "src": "1334:24:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1360:7:44", - "nodeType": "YulIdentifier", - "src": "1360:7:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1331:2:44", - "nodeType": "YulIdentifier", - "src": "1331:2:44" - }, - "nativeSrc": "1331:37:44", - "nodeType": "YulFunctionCall", - "src": "1331:37:44" - }, - "nativeSrc": "1328:57:44", - "nodeType": "YulIf", - "src": "1328:57:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "1433:2:44", - "nodeType": "YulIdentifier", - "src": "1433:2:44" - }, - { - "kind": "number", - "nativeSrc": "1437:2:44", - "nodeType": "YulLiteral", - "src": "1437:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1429:3:44", - "nodeType": "YulIdentifier", - "src": "1429:3:44" - }, - "nativeSrc": "1429:11:44", - "nodeType": "YulFunctionCall", - "src": "1429:11:44" - }, - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "1446:6:44", - "nodeType": "YulIdentifier", - "src": "1446:6:44" - }, - { - "kind": "number", - "nativeSrc": "1454:2:44", - "nodeType": "YulLiteral", - "src": "1454:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1442:3:44", - "nodeType": "YulIdentifier", - "src": "1442:3:44" - }, - "nativeSrc": "1442:15:44", - "nodeType": "YulFunctionCall", - "src": "1442:15:44" - }, - { - "name": "length", - "nativeSrc": "1459:6:44", - "nodeType": "YulIdentifier", - "src": "1459:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1394:34:44", - "nodeType": "YulIdentifier", - "src": "1394:34:44" - }, - "nativeSrc": "1394:72:44", - "nodeType": "YulFunctionCall", - "src": "1394:72:44" - }, - "nativeSrc": "1394:72:44", - "nodeType": "YulExpressionStatement", - "src": "1394:72:44" - }, - { - "nativeSrc": "1475:16:44", - "nodeType": "YulAssignment", - "src": "1475:16:44", - "value": { - "name": "memPtr", - "nativeSrc": "1485:6:44", - "nodeType": "YulIdentifier", - "src": "1485:6:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1475:6:44", - "nodeType": "YulIdentifier", - "src": "1475:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_contract$_IEAS_$2326t_string_memory_ptr_fromMemory", - "nativeSrc": "401:1096:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "480:9:44", - "nodeType": "YulTypedName", - "src": "480:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "491:7:44", - "nodeType": "YulTypedName", - "src": "491:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "503:6:44", - "nodeType": "YulTypedName", - "src": "503:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "511:6:44", - "nodeType": "YulTypedName", - "src": "511:6:44", - "type": "" - } - ], - "src": "401:1096:44" - }, - { - "body": { - "nativeSrc": "1557:325:44", - "nodeType": "YulBlock", - "src": "1557:325:44", - "statements": [ - { - "nativeSrc": "1567:22:44", - "nodeType": "YulAssignment", - "src": "1567:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1581:1:44", - "nodeType": "YulLiteral", - "src": "1581:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "1584:4:44", - "nodeType": "YulIdentifier", - "src": "1584:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "1577:3:44", - "nodeType": "YulIdentifier", - "src": "1577:3:44" - }, - "nativeSrc": "1577:12:44", - "nodeType": "YulFunctionCall", - "src": "1577:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "1567:6:44", - "nodeType": "YulIdentifier", - "src": "1567:6:44" - } - ] - }, - { - "nativeSrc": "1598:38:44", - "nodeType": "YulVariableDeclaration", - "src": "1598:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "1628:4:44", - "nodeType": "YulIdentifier", - "src": "1628:4:44" - }, - { - "kind": "number", - "nativeSrc": "1634:1:44", - "nodeType": "YulLiteral", - "src": "1634:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1624:3:44", - "nodeType": "YulIdentifier", - "src": "1624:3:44" - }, - "nativeSrc": "1624:12:44", - "nodeType": "YulFunctionCall", - "src": "1624:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "1602:18:44", - "nodeType": "YulTypedName", - "src": "1602:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1675:31:44", - "nodeType": "YulBlock", - "src": "1675:31:44", - "statements": [ - { - "nativeSrc": "1677:27:44", - "nodeType": "YulAssignment", - "src": "1677:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "1691:6:44", - "nodeType": "YulIdentifier", - "src": "1691:6:44" - }, - { - "kind": "number", - "nativeSrc": "1699:4:44", - "nodeType": "YulLiteral", - "src": "1699:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1687:3:44", - "nodeType": "YulIdentifier", - "src": "1687:3:44" - }, - "nativeSrc": "1687:17:44", - "nodeType": "YulFunctionCall", - "src": "1687:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "1677:6:44", - "nodeType": "YulIdentifier", - "src": "1677:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "1655:18:44", - "nodeType": "YulIdentifier", - "src": "1655:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "1648:6:44", - "nodeType": "YulIdentifier", - "src": "1648:6:44" - }, - "nativeSrc": "1648:26:44", - "nodeType": "YulFunctionCall", - "src": "1648:26:44" - }, - "nativeSrc": "1645:61:44", - "nodeType": "YulIf", - "src": "1645:61:44" - }, - { - "body": { - "nativeSrc": "1765:111:44", - "nodeType": "YulBlock", - "src": "1765:111:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1786:1:44", - "nodeType": "YulLiteral", - "src": "1786:1:44", - "type": "", - "value": "0" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1793:3:44", - "nodeType": "YulLiteral", - "src": "1793:3:44", - "type": "", - "value": "224" - }, - { - "kind": "number", - "nativeSrc": "1798:10:44", - "nodeType": "YulLiteral", - "src": "1798:10:44", - "type": "", - "value": "0x4e487b71" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1789:3:44", - "nodeType": "YulIdentifier", - "src": "1789:3:44" - }, - "nativeSrc": "1789:20:44", - "nodeType": "YulFunctionCall", - "src": "1789:20:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1779:6:44", - "nodeType": "YulIdentifier", - "src": "1779:6:44" - }, - "nativeSrc": "1779:31:44", - "nodeType": "YulFunctionCall", - "src": "1779:31:44" - }, - "nativeSrc": "1779:31:44", - "nodeType": "YulExpressionStatement", - "src": "1779:31:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1830:1:44", - "nodeType": "YulLiteral", - "src": "1830:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "1833:4:44", - "nodeType": "YulLiteral", - "src": "1833:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1823:6:44", - "nodeType": "YulIdentifier", - "src": "1823:6:44" - }, - "nativeSrc": "1823:15:44", - "nodeType": "YulFunctionCall", - "src": "1823:15:44" - }, - "nativeSrc": "1823:15:44", - "nodeType": "YulExpressionStatement", - "src": "1823:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1858:1:44", - "nodeType": "YulLiteral", - "src": "1858:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1861:4:44", - "nodeType": "YulLiteral", - "src": "1861:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1851:6:44", - "nodeType": "YulIdentifier", - "src": "1851:6:44" - }, - "nativeSrc": "1851:15:44", - "nodeType": "YulFunctionCall", - "src": "1851:15:44" - }, - "nativeSrc": "1851:15:44", - "nodeType": "YulExpressionStatement", - "src": "1851:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "1721:18:44", - "nodeType": "YulIdentifier", - "src": "1721:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "1744:6:44", - "nodeType": "YulIdentifier", - "src": "1744:6:44" - }, - { - "kind": "number", - "nativeSrc": "1752:2:44", - "nodeType": "YulLiteral", - "src": "1752:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1741:2:44", - "nodeType": "YulIdentifier", - "src": "1741:2:44" - }, - "nativeSrc": "1741:14:44", - "nodeType": "YulFunctionCall", - "src": "1741:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "1718:2:44", - "nodeType": "YulIdentifier", - "src": "1718:2:44" - }, - "nativeSrc": "1718:38:44", - "nodeType": "YulFunctionCall", - "src": "1718:38:44" - }, - "nativeSrc": "1715:161:44", - "nodeType": "YulIf", - "src": "1715:161:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "1502:380:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "1537:4:44", - "nodeType": "YulTypedName", - "src": "1537:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "1546:6:44", - "nodeType": "YulTypedName", - "src": "1546:6:44", - "type": "" - } - ], - "src": "1502:380:44" - }, - { - "body": { - "nativeSrc": "1943:65:44", - "nodeType": "YulBlock", - "src": "1943:65:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1960:1:44", - "nodeType": "YulLiteral", - "src": "1960:1:44", - "type": "", - "value": "0" - }, - { - "name": "ptr", - "nativeSrc": "1963:3:44", - "nodeType": "YulIdentifier", - "src": "1963:3:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1953:6:44", - "nodeType": "YulIdentifier", - "src": "1953:6:44" - }, - "nativeSrc": "1953:14:44", - "nodeType": "YulFunctionCall", - "src": "1953:14:44" - }, - "nativeSrc": "1953:14:44", - "nodeType": "YulExpressionStatement", - "src": "1953:14:44" - }, - { - "nativeSrc": "1976:26:44", - "nodeType": "YulAssignment", - "src": "1976:26:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1994:1:44", - "nodeType": "YulLiteral", - "src": "1994:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1997:4:44", - "nodeType": "YulLiteral", - "src": "1997:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "1984:9:44", - "nodeType": "YulIdentifier", - "src": "1984:9:44" - }, - "nativeSrc": "1984:18:44", - "nodeType": "YulFunctionCall", - "src": "1984:18:44" - }, - "variableNames": [ - { - "name": "data", - "nativeSrc": "1976:4:44", - "nodeType": "YulIdentifier", - "src": "1976:4:44" - } - ] - } - ] - }, - "name": "array_dataslot_string_storage", - "nativeSrc": "1887:121:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "ptr", - "nativeSrc": "1926:3:44", - "nodeType": "YulTypedName", - "src": "1926:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "data", - "nativeSrc": "1934:4:44", - "nodeType": "YulTypedName", - "src": "1934:4:44", - "type": "" - } - ], - "src": "1887:121:44" - }, - { - "body": { - "nativeSrc": "2094:437:44", - "nodeType": "YulBlock", - "src": "2094:437:44", - "statements": [ - { - "body": { - "nativeSrc": "2127:398:44", - "nodeType": "YulBlock", - "src": "2127:398:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2148:1:44", - "nodeType": "YulLiteral", - "src": "2148:1:44", - "type": "", - "value": "0" - }, - { - "name": "array", - "nativeSrc": "2151:5:44", - "nodeType": "YulIdentifier", - "src": "2151:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2141:6:44", - "nodeType": "YulIdentifier", - "src": "2141:6:44" - }, - "nativeSrc": "2141:16:44", - "nodeType": "YulFunctionCall", - "src": "2141:16:44" - }, - "nativeSrc": "2141:16:44", - "nodeType": "YulExpressionStatement", - "src": "2141:16:44" - }, - { - "nativeSrc": "2170:30:44", - "nodeType": "YulVariableDeclaration", - "src": "2170:30:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2192:1:44", - "nodeType": "YulLiteral", - "src": "2192:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2195:4:44", - "nodeType": "YulLiteral", - "src": "2195:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "2182:9:44", - "nodeType": "YulIdentifier", - "src": "2182:9:44" - }, - "nativeSrc": "2182:18:44", - "nodeType": "YulFunctionCall", - "src": "2182:18:44" - }, - "variables": [ - { - "name": "data", - "nativeSrc": "2174:4:44", - "nodeType": "YulTypedName", - "src": "2174:4:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2213:57:44", - "nodeType": "YulVariableDeclaration", - "src": "2213:57:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "2236:4:44", - "nodeType": "YulIdentifier", - "src": "2236:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2246:1:44", - "nodeType": "YulLiteral", - "src": "2246:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "2253:10:44", - "nodeType": "YulIdentifier", - "src": "2253:10:44" - }, - { - "kind": "number", - "nativeSrc": "2265:2:44", - "nodeType": "YulLiteral", - "src": "2265:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2249:3:44", - "nodeType": "YulIdentifier", - "src": "2249:3:44" - }, - "nativeSrc": "2249:19:44", - "nodeType": "YulFunctionCall", - "src": "2249:19:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "2242:3:44", - "nodeType": "YulIdentifier", - "src": "2242:3:44" - }, - "nativeSrc": "2242:27:44", - "nodeType": "YulFunctionCall", - "src": "2242:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2232:3:44", - "nodeType": "YulIdentifier", - "src": "2232:3:44" - }, - "nativeSrc": "2232:38:44", - "nodeType": "YulFunctionCall", - "src": "2232:38:44" - }, - "variables": [ - { - "name": "deleteStart", - "nativeSrc": "2217:11:44", - "nodeType": "YulTypedName", - "src": "2217:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2307:23:44", - "nodeType": "YulBlock", - "src": "2307:23:44", - "statements": [ - { - "nativeSrc": "2309:19:44", - "nodeType": "YulAssignment", - "src": "2309:19:44", - "value": { - "name": "data", - "nativeSrc": "2324:4:44", - "nodeType": "YulIdentifier", - "src": "2324:4:44" - }, - "variableNames": [ - { - "name": "deleteStart", - "nativeSrc": "2309:11:44", - "nodeType": "YulIdentifier", - "src": "2309:11:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "2289:10:44", - "nodeType": "YulIdentifier", - "src": "2289:10:44" - }, - { - "kind": "number", - "nativeSrc": "2301:4:44", - "nodeType": "YulLiteral", - "src": "2301:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2286:2:44", - "nodeType": "YulIdentifier", - "src": "2286:2:44" - }, - "nativeSrc": "2286:20:44", - "nodeType": "YulFunctionCall", - "src": "2286:20:44" - }, - "nativeSrc": "2283:47:44", - "nodeType": "YulIf", - "src": "2283:47:44" - }, - { - "nativeSrc": "2343:41:44", - "nodeType": "YulVariableDeclaration", - "src": "2343:41:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "2357:4:44", - "nodeType": "YulIdentifier", - "src": "2357:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2367:1:44", - "nodeType": "YulLiteral", - "src": "2367:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "len", - "nativeSrc": "2374:3:44", - "nodeType": "YulIdentifier", - "src": "2374:3:44" - }, - { - "kind": "number", - "nativeSrc": "2379:2:44", - "nodeType": "YulLiteral", - "src": "2379:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2370:3:44", - "nodeType": "YulIdentifier", - "src": "2370:3:44" - }, - "nativeSrc": "2370:12:44", - "nodeType": "YulFunctionCall", - "src": "2370:12:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "2363:3:44", - "nodeType": "YulIdentifier", - "src": "2363:3:44" - }, - "nativeSrc": "2363:20:44", - "nodeType": "YulFunctionCall", - "src": "2363:20:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2353:3:44", - "nodeType": "YulIdentifier", - "src": "2353:3:44" - }, - "nativeSrc": "2353:31:44", - "nodeType": "YulFunctionCall", - "src": "2353:31:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "2347:2:44", - "nodeType": "YulTypedName", - "src": "2347:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2397:24:44", - "nodeType": "YulVariableDeclaration", - "src": "2397:24:44", - "value": { - "name": "deleteStart", - "nativeSrc": "2410:11:44", - "nodeType": "YulIdentifier", - "src": "2410:11:44" - }, - "variables": [ - { - "name": "start", - "nativeSrc": "2401:5:44", - "nodeType": "YulTypedName", - "src": "2401:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2495:20:44", - "nodeType": "YulBlock", - "src": "2495:20:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "start", - "nativeSrc": "2504:5:44", - "nodeType": "YulIdentifier", - "src": "2504:5:44" - }, - { - "kind": "number", - "nativeSrc": "2511:1:44", - "nodeType": "YulLiteral", - "src": "2511:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "2497:6:44", - "nodeType": "YulIdentifier", - "src": "2497:6:44" - }, - "nativeSrc": "2497:16:44", - "nodeType": "YulFunctionCall", - "src": "2497:16:44" - }, - "nativeSrc": "2497:16:44", - "nodeType": "YulExpressionStatement", - "src": "2497:16:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "start", - "nativeSrc": "2445:5:44", - "nodeType": "YulIdentifier", - "src": "2445:5:44" - }, - { - "name": "_1", - "nativeSrc": "2452:2:44", - "nodeType": "YulIdentifier", - "src": "2452:2:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2442:2:44", - "nodeType": "YulIdentifier", - "src": "2442:2:44" - }, - "nativeSrc": "2442:13:44", - "nodeType": "YulFunctionCall", - "src": "2442:13:44" - }, - "nativeSrc": "2434:81:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "2456:26:44", - "nodeType": "YulBlock", - "src": "2456:26:44", - "statements": [ - { - "nativeSrc": "2458:22:44", - "nodeType": "YulAssignment", - "src": "2458:22:44", - "value": { - "arguments": [ - { - "name": "start", - "nativeSrc": "2471:5:44", - "nodeType": "YulIdentifier", - "src": "2471:5:44" - }, - { - "kind": "number", - "nativeSrc": "2478:1:44", - "nodeType": "YulLiteral", - "src": "2478:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2467:3:44", - "nodeType": "YulIdentifier", - "src": "2467:3:44" - }, - "nativeSrc": "2467:13:44", - "nodeType": "YulFunctionCall", - "src": "2467:13:44" - }, - "variableNames": [ - { - "name": "start", - "nativeSrc": "2458:5:44", - "nodeType": "YulIdentifier", - "src": "2458:5:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "2438:3:44", - "nodeType": "YulBlock", - "src": "2438:3:44", - "statements": [] - }, - "src": "2434:81:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "2110:3:44", - "nodeType": "YulIdentifier", - "src": "2110:3:44" - }, - { - "kind": "number", - "nativeSrc": "2115:2:44", - "nodeType": "YulLiteral", - "src": "2115:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2107:2:44", - "nodeType": "YulIdentifier", - "src": "2107:2:44" - }, - "nativeSrc": "2107:11:44", - "nodeType": "YulFunctionCall", - "src": "2107:11:44" - }, - "nativeSrc": "2104:421:44", - "nodeType": "YulIf", - "src": "2104:421:44" - } - ] - }, - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "2013:518:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "2066:5:44", - "nodeType": "YulTypedName", - "src": "2066:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "2073:3:44", - "nodeType": "YulTypedName", - "src": "2073:3:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "2078:10:44", - "nodeType": "YulTypedName", - "src": "2078:10:44", - "type": "" - } - ], - "src": "2013:518:44" - }, - { - "body": { - "nativeSrc": "2621:81:44", - "nodeType": "YulBlock", - "src": "2621:81:44", - "statements": [ - { - "nativeSrc": "2631:65:44", - "nodeType": "YulAssignment", - "src": "2631:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "data", - "nativeSrc": "2646:4:44", - "nodeType": "YulIdentifier", - "src": "2646:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2664:1:44", - "nodeType": "YulLiteral", - "src": "2664:1:44", - "type": "", - "value": "3" - }, - { - "name": "len", - "nativeSrc": "2667:3:44", - "nodeType": "YulIdentifier", - "src": "2667:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "2660:3:44", - "nodeType": "YulIdentifier", - "src": "2660:3:44" - }, - "nativeSrc": "2660:11:44", - "nodeType": "YulFunctionCall", - "src": "2660:11:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2677:1:44", - "nodeType": "YulLiteral", - "src": "2677:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2673:3:44", - "nodeType": "YulIdentifier", - "src": "2673:3:44" - }, - "nativeSrc": "2673:6:44", - "nodeType": "YulFunctionCall", - "src": "2673:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "2656:3:44", - "nodeType": "YulIdentifier", - "src": "2656:3:44" - }, - "nativeSrc": "2656:24:44", - "nodeType": "YulFunctionCall", - "src": "2656:24:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2652:3:44", - "nodeType": "YulIdentifier", - "src": "2652:3:44" - }, - "nativeSrc": "2652:29:44", - "nodeType": "YulFunctionCall", - "src": "2652:29:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2642:3:44", - "nodeType": "YulIdentifier", - "src": "2642:3:44" - }, - "nativeSrc": "2642:40:44", - "nodeType": "YulFunctionCall", - "src": "2642:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2688:1:44", - "nodeType": "YulLiteral", - "src": "2688:1:44", - "type": "", - "value": "1" - }, - { - "name": "len", - "nativeSrc": "2691:3:44", - "nodeType": "YulIdentifier", - "src": "2691:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "2684:3:44", - "nodeType": "YulIdentifier", - "src": "2684:3:44" - }, - "nativeSrc": "2684:11:44", - "nodeType": "YulFunctionCall", - "src": "2684:11:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "2639:2:44", - "nodeType": "YulIdentifier", - "src": "2639:2:44" - }, - "nativeSrc": "2639:57:44", - "nodeType": "YulFunctionCall", - "src": "2639:57:44" - }, - "variableNames": [ - { - "name": "used", - "nativeSrc": "2631:4:44", - "nodeType": "YulIdentifier", - "src": "2631:4:44" - } - ] - } - ] - }, - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "2536:166:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "2598:4:44", - "nodeType": "YulTypedName", - "src": "2598:4:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "2604:3:44", - "nodeType": "YulTypedName", - "src": "2604:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "used", - "nativeSrc": "2612:4:44", - "nodeType": "YulTypedName", - "src": "2612:4:44", - "type": "" - } - ], - "src": "2536:166:44" - }, - { - "body": { - "nativeSrc": "2803:1203:44", - "nodeType": "YulBlock", - "src": "2803:1203:44", - "statements": [ - { - "nativeSrc": "2813:24:44", - "nodeType": "YulVariableDeclaration", - "src": "2813:24:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "2833:3:44", - "nodeType": "YulIdentifier", - "src": "2833:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "2827:5:44", - "nodeType": "YulIdentifier", - "src": "2827:5:44" - }, - "nativeSrc": "2827:10:44", - "nodeType": "YulFunctionCall", - "src": "2827:10:44" - }, - "variables": [ - { - "name": "newLen", - "nativeSrc": "2817:6:44", - "nodeType": "YulTypedName", - "src": "2817:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2880:22:44", - "nodeType": "YulBlock", - "src": "2880:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "2882:16:44", - "nodeType": "YulIdentifier", - "src": "2882:16:44" - }, - "nativeSrc": "2882:18:44", - "nodeType": "YulFunctionCall", - "src": "2882:18:44" - }, - "nativeSrc": "2882:18:44", - "nodeType": "YulExpressionStatement", - "src": "2882:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "2852:6:44", - "nodeType": "YulIdentifier", - "src": "2852:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2868:2:44", - "nodeType": "YulLiteral", - "src": "2868:2:44", - "type": "", - "value": "64" - }, - { - "kind": "number", - "nativeSrc": "2872:1:44", - "nodeType": "YulLiteral", - "src": "2872:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "2864:3:44", - "nodeType": "YulIdentifier", - "src": "2864:3:44" - }, - "nativeSrc": "2864:10:44", - "nodeType": "YulFunctionCall", - "src": "2864:10:44" - }, - { - "kind": "number", - "nativeSrc": "2876:1:44", - "nodeType": "YulLiteral", - "src": "2876:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2860:3:44", - "nodeType": "YulIdentifier", - "src": "2860:3:44" - }, - "nativeSrc": "2860:18:44", - "nodeType": "YulFunctionCall", - "src": "2860:18:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2849:2:44", - "nodeType": "YulIdentifier", - "src": "2849:2:44" - }, - "nativeSrc": "2849:30:44", - "nodeType": "YulFunctionCall", - "src": "2849:30:44" - }, - "nativeSrc": "2846:56:44", - "nodeType": "YulIf", - "src": "2846:56:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "2955:4:44", - "nodeType": "YulIdentifier", - "src": "2955:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "slot", - "nativeSrc": "2993:4:44", - "nodeType": "YulIdentifier", - "src": "2993:4:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "2987:5:44", - "nodeType": "YulIdentifier", - "src": "2987:5:44" - }, - "nativeSrc": "2987:11:44", - "nodeType": "YulFunctionCall", - "src": "2987:11:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "2961:25:44", - "nodeType": "YulIdentifier", - "src": "2961:25:44" - }, - "nativeSrc": "2961:38:44", - "nodeType": "YulFunctionCall", - "src": "2961:38:44" - }, - { - "name": "newLen", - "nativeSrc": "3001:6:44", - "nodeType": "YulIdentifier", - "src": "3001:6:44" - } - ], - "functionName": { - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "2911:43:44", - "nodeType": "YulIdentifier", - "src": "2911:43:44" - }, - "nativeSrc": "2911:97:44", - "nodeType": "YulFunctionCall", - "src": "2911:97:44" - }, - "nativeSrc": "2911:97:44", - "nodeType": "YulExpressionStatement", - "src": "2911:97:44" - }, - { - "nativeSrc": "3017:18:44", - "nodeType": "YulVariableDeclaration", - "src": "3017:18:44", - "value": { - "kind": "number", - "nativeSrc": "3034:1:44", - "nodeType": "YulLiteral", - "src": "3034:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "srcOffset", - "nativeSrc": "3021:9:44", - "nodeType": "YulTypedName", - "src": "3021:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3044:17:44", - "nodeType": "YulAssignment", - "src": "3044:17:44", - "value": { - "kind": "number", - "nativeSrc": "3057:4:44", - "nodeType": "YulLiteral", - "src": "3057:4:44", - "type": "", - "value": "0x20" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "3044:9:44", - "nodeType": "YulIdentifier", - "src": "3044:9:44" - } - ] - }, - { - "cases": [ - { - "body": { - "nativeSrc": "3107:642:44", - "nodeType": "YulBlock", - "src": "3107:642:44", - "statements": [ - { - "nativeSrc": "3121:35:44", - "nodeType": "YulVariableDeclaration", - "src": "3121:35:44", - "value": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "3140:6:44", - "nodeType": "YulIdentifier", - "src": "3140:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3152:2:44", - "nodeType": "YulLiteral", - "src": "3152:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "3148:3:44", - "nodeType": "YulIdentifier", - "src": "3148:3:44" - }, - "nativeSrc": "3148:7:44", - "nodeType": "YulFunctionCall", - "src": "3148:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3136:3:44", - "nodeType": "YulIdentifier", - "src": "3136:3:44" - }, - "nativeSrc": "3136:20:44", - "nodeType": "YulFunctionCall", - "src": "3136:20:44" - }, - "variables": [ - { - "name": "loopEnd", - "nativeSrc": "3125:7:44", - "nodeType": "YulTypedName", - "src": "3125:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3169:49:44", - "nodeType": "YulVariableDeclaration", - "src": "3169:49:44", - "value": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "3213:4:44", - "nodeType": "YulIdentifier", - "src": "3213:4:44" - } - ], - "functionName": { - "name": "array_dataslot_string_storage", - "nativeSrc": "3183:29:44", - "nodeType": "YulIdentifier", - "src": "3183:29:44" - }, - "nativeSrc": "3183:35:44", - "nodeType": "YulFunctionCall", - "src": "3183:35:44" - }, - "variables": [ - { - "name": "dstPtr", - "nativeSrc": "3173:6:44", - "nodeType": "YulTypedName", - "src": "3173:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3231:10:44", - "nodeType": "YulVariableDeclaration", - "src": "3231:10:44", - "value": { - "kind": "number", - "nativeSrc": "3240:1:44", - "nodeType": "YulLiteral", - "src": "3240:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "3235:1:44", - "nodeType": "YulTypedName", - "src": "3235:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3311:165:44", - "nodeType": "YulBlock", - "src": "3311:165:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "3336:6:44", - "nodeType": "YulIdentifier", - "src": "3336:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "3354:3:44", - "nodeType": "YulIdentifier", - "src": "3354:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "3359:9:44", - "nodeType": "YulIdentifier", - "src": "3359:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3350:3:44", - "nodeType": "YulIdentifier", - "src": "3350:3:44" - }, - "nativeSrc": "3350:19:44", - "nodeType": "YulFunctionCall", - "src": "3350:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3344:5:44", - "nodeType": "YulIdentifier", - "src": "3344:5:44" - }, - "nativeSrc": "3344:26:44", - "nodeType": "YulFunctionCall", - "src": "3344:26:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "3329:6:44", - "nodeType": "YulIdentifier", - "src": "3329:6:44" - }, - "nativeSrc": "3329:42:44", - "nodeType": "YulFunctionCall", - "src": "3329:42:44" - }, - "nativeSrc": "3329:42:44", - "nodeType": "YulExpressionStatement", - "src": "3329:42:44" - }, - { - "nativeSrc": "3388:24:44", - "nodeType": "YulAssignment", - "src": "3388:24:44", - "value": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "3402:6:44", - "nodeType": "YulIdentifier", - "src": "3402:6:44" - }, - { - "kind": "number", - "nativeSrc": "3410:1:44", - "nodeType": "YulLiteral", - "src": "3410:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3398:3:44", - "nodeType": "YulIdentifier", - "src": "3398:3:44" - }, - "nativeSrc": "3398:14:44", - "nodeType": "YulFunctionCall", - "src": "3398:14:44" - }, - "variableNames": [ - { - "name": "dstPtr", - "nativeSrc": "3388:6:44", - "nodeType": "YulIdentifier", - "src": "3388:6:44" - } - ] - }, - { - "nativeSrc": "3429:33:44", - "nodeType": "YulAssignment", - "src": "3429:33:44", - "value": { - "arguments": [ - { - "name": "srcOffset", - "nativeSrc": "3446:9:44", - "nodeType": "YulIdentifier", - "src": "3446:9:44" - }, - { - "kind": "number", - "nativeSrc": "3457:4:44", - "nodeType": "YulLiteral", - "src": "3457:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3442:3:44", - "nodeType": "YulIdentifier", - "src": "3442:3:44" - }, - "nativeSrc": "3442:20:44", - "nodeType": "YulFunctionCall", - "src": "3442:20:44" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "3429:9:44", - "nodeType": "YulIdentifier", - "src": "3429:9:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3265:1:44", - "nodeType": "YulIdentifier", - "src": "3265:1:44" - }, - { - "name": "loopEnd", - "nativeSrc": "3268:7:44", - "nodeType": "YulIdentifier", - "src": "3268:7:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "3262:2:44", - "nodeType": "YulIdentifier", - "src": "3262:2:44" - }, - "nativeSrc": "3262:14:44", - "nodeType": "YulFunctionCall", - "src": "3262:14:44" - }, - "nativeSrc": "3254:222:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "3277:21:44", - "nodeType": "YulBlock", - "src": "3277:21:44", - "statements": [ - { - "nativeSrc": "3279:17:44", - "nodeType": "YulAssignment", - "src": "3279:17:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "3288:1:44", - "nodeType": "YulIdentifier", - "src": "3288:1:44" - }, - { - "kind": "number", - "nativeSrc": "3291:4:44", - "nodeType": "YulLiteral", - "src": "3291:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3284:3:44", - "nodeType": "YulIdentifier", - "src": "3284:3:44" - }, - "nativeSrc": "3284:12:44", - "nodeType": "YulFunctionCall", - "src": "3284:12:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "3279:1:44", - "nodeType": "YulIdentifier", - "src": "3279:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "3258:3:44", - "nodeType": "YulBlock", - "src": "3258:3:44", - "statements": [] - }, - "src": "3254:222:44" - }, - { - "body": { - "nativeSrc": "3524:166:44", - "nodeType": "YulBlock", - "src": "3524:166:44", - "statements": [ - { - "nativeSrc": "3542:43:44", - "nodeType": "YulVariableDeclaration", - "src": "3542:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "3569:3:44", - "nodeType": "YulIdentifier", - "src": "3569:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "3574:9:44", - "nodeType": "YulIdentifier", - "src": "3574:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3565:3:44", - "nodeType": "YulIdentifier", - "src": "3565:3:44" - }, - "nativeSrc": "3565:19:44", - "nodeType": "YulFunctionCall", - "src": "3565:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3559:5:44", - "nodeType": "YulIdentifier", - "src": "3559:5:44" - }, - "nativeSrc": "3559:26:44", - "nodeType": "YulFunctionCall", - "src": "3559:26:44" - }, - "variables": [ - { - "name": "lastValue", - "nativeSrc": "3546:9:44", - "nodeType": "YulTypedName", - "src": "3546:9:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "3609:6:44", - "nodeType": "YulIdentifier", - "src": "3609:6:44" - }, - { - "arguments": [ - { - "name": "lastValue", - "nativeSrc": "3621:9:44", - "nodeType": "YulIdentifier", - "src": "3621:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3648:1:44", - "nodeType": "YulLiteral", - "src": "3648:1:44", - "type": "", - "value": "3" - }, - { - "name": "newLen", - "nativeSrc": "3651:6:44", - "nodeType": "YulIdentifier", - "src": "3651:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "3644:3:44", - "nodeType": "YulIdentifier", - "src": "3644:3:44" - }, - "nativeSrc": "3644:14:44", - "nodeType": "YulFunctionCall", - "src": "3644:14:44" - }, - { - "kind": "number", - "nativeSrc": "3660:3:44", - "nodeType": "YulLiteral", - "src": "3660:3:44", - "type": "", - "value": "248" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3640:3:44", - "nodeType": "YulIdentifier", - "src": "3640:3:44" - }, - "nativeSrc": "3640:24:44", - "nodeType": "YulFunctionCall", - "src": "3640:24:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3670:1:44", - "nodeType": "YulLiteral", - "src": "3670:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "3666:3:44", - "nodeType": "YulIdentifier", - "src": "3666:3:44" - }, - "nativeSrc": "3666:6:44", - "nodeType": "YulFunctionCall", - "src": "3666:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "3636:3:44", - "nodeType": "YulIdentifier", - "src": "3636:3:44" - }, - "nativeSrc": "3636:37:44", - "nodeType": "YulFunctionCall", - "src": "3636:37:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "3632:3:44", - "nodeType": "YulIdentifier", - "src": "3632:3:44" - }, - "nativeSrc": "3632:42:44", - "nodeType": "YulFunctionCall", - "src": "3632:42:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3617:3:44", - "nodeType": "YulIdentifier", - "src": "3617:3:44" - }, - "nativeSrc": "3617:58:44", - "nodeType": "YulFunctionCall", - "src": "3617:58:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "3602:6:44", - "nodeType": "YulIdentifier", - "src": "3602:6:44" - }, - "nativeSrc": "3602:74:44", - "nodeType": "YulFunctionCall", - "src": "3602:74:44" - }, - "nativeSrc": "3602:74:44", - "nodeType": "YulExpressionStatement", - "src": "3602:74:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "loopEnd", - "nativeSrc": "3495:7:44", - "nodeType": "YulIdentifier", - "src": "3495:7:44" - }, - { - "name": "newLen", - "nativeSrc": "3504:6:44", - "nodeType": "YulIdentifier", - "src": "3504:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "3492:2:44", - "nodeType": "YulIdentifier", - "src": "3492:2:44" - }, - "nativeSrc": "3492:19:44", - "nodeType": "YulFunctionCall", - "src": "3492:19:44" - }, - "nativeSrc": "3489:201:44", - "nodeType": "YulIf", - "src": "3489:201:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "3710:4:44", - "nodeType": "YulIdentifier", - "src": "3710:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3724:1:44", - "nodeType": "YulLiteral", - "src": "3724:1:44", - "type": "", - "value": "1" - }, - { - "name": "newLen", - "nativeSrc": "3727:6:44", - "nodeType": "YulIdentifier", - "src": "3727:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "3720:3:44", - "nodeType": "YulIdentifier", - "src": "3720:3:44" - }, - "nativeSrc": "3720:14:44", - "nodeType": "YulFunctionCall", - "src": "3720:14:44" - }, - { - "kind": "number", - "nativeSrc": "3736:1:44", - "nodeType": "YulLiteral", - "src": "3736:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3716:3:44", - "nodeType": "YulIdentifier", - "src": "3716:3:44" - }, - "nativeSrc": "3716:22:44", - "nodeType": "YulFunctionCall", - "src": "3716:22:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "3703:6:44", - "nodeType": "YulIdentifier", - "src": "3703:6:44" - }, - "nativeSrc": "3703:36:44", - "nodeType": "YulFunctionCall", - "src": "3703:36:44" - }, - "nativeSrc": "3703:36:44", - "nodeType": "YulExpressionStatement", - "src": "3703:36:44" - } - ] - }, - "nativeSrc": "3100:649:44", - "nodeType": "YulCase", - "src": "3100:649:44", - "value": { - "kind": "number", - "nativeSrc": "3105:1:44", - "nodeType": "YulLiteral", - "src": "3105:1:44", - "type": "", - "value": "1" - } - }, - { - "body": { - "nativeSrc": "3766:234:44", - "nodeType": "YulBlock", - "src": "3766:234:44", - "statements": [ - { - "nativeSrc": "3780:14:44", - "nodeType": "YulVariableDeclaration", - "src": "3780:14:44", - "value": { - "kind": "number", - "nativeSrc": "3793:1:44", - "nodeType": "YulLiteral", - "src": "3793:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3784:5:44", - "nodeType": "YulTypedName", - "src": "3784:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3829:67:44", - "nodeType": "YulBlock", - "src": "3829:67:44", - "statements": [ - { - "nativeSrc": "3847:35:44", - "nodeType": "YulAssignment", - "src": "3847:35:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "3866:3:44", - "nodeType": "YulIdentifier", - "src": "3866:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "3871:9:44", - "nodeType": "YulIdentifier", - "src": "3871:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3862:3:44", - "nodeType": "YulIdentifier", - "src": "3862:3:44" - }, - "nativeSrc": "3862:19:44", - "nodeType": "YulFunctionCall", - "src": "3862:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3856:5:44", - "nodeType": "YulIdentifier", - "src": "3856:5:44" - }, - "nativeSrc": "3856:26:44", - "nodeType": "YulFunctionCall", - "src": "3856:26:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3847:5:44", - "nodeType": "YulIdentifier", - "src": "3847:5:44" - } - ] - } - ] - }, - "condition": { - "name": "newLen", - "nativeSrc": "3810:6:44", - "nodeType": "YulIdentifier", - "src": "3810:6:44" - }, - "nativeSrc": "3807:89:44", - "nodeType": "YulIf", - "src": "3807:89:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "3916:4:44", - "nodeType": "YulIdentifier", - "src": "3916:4:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3975:5:44", - "nodeType": "YulIdentifier", - "src": "3975:5:44" - }, - { - "name": "newLen", - "nativeSrc": "3982:6:44", - "nodeType": "YulIdentifier", - "src": "3982:6:44" - } - ], - "functionName": { - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "3922:52:44", - "nodeType": "YulIdentifier", - "src": "3922:52:44" - }, - "nativeSrc": "3922:67:44", - "nodeType": "YulFunctionCall", - "src": "3922:67:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "3909:6:44", - "nodeType": "YulIdentifier", - "src": "3909:6:44" - }, - "nativeSrc": "3909:81:44", - "nodeType": "YulFunctionCall", - "src": "3909:81:44" - }, - "nativeSrc": "3909:81:44", - "nodeType": "YulExpressionStatement", - "src": "3909:81:44" - } - ] - }, - "nativeSrc": "3758:242:44", - "nodeType": "YulCase", - "src": "3758:242:44", - "value": "default" - } - ], - "expression": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "3080:6:44", - "nodeType": "YulIdentifier", - "src": "3080:6:44" - }, - { - "kind": "number", - "nativeSrc": "3088:2:44", - "nodeType": "YulLiteral", - "src": "3088:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3077:2:44", - "nodeType": "YulIdentifier", - "src": "3077:2:44" - }, - "nativeSrc": "3077:14:44", - "nodeType": "YulFunctionCall", - "src": "3077:14:44" - }, - "nativeSrc": "3070:930:44", - "nodeType": "YulSwitch", - "src": "3070:930:44" - } - ] - }, - "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", - "nativeSrc": "2707:1299:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot", - "nativeSrc": "2788:4:44", - "nodeType": "YulTypedName", - "src": "2788:4:44", - "type": "" - }, - { - "name": "src", - "nativeSrc": "2794:3:44", - "nodeType": "YulTypedName", - "src": "2794:3:44", - "type": "" - } - ], - "src": "2707:1299:44" - }, - { - "body": { - "nativeSrc": "4224:276:44", - "nodeType": "YulBlock", - "src": "4224:276:44", - "statements": [ - { - "nativeSrc": "4234:27:44", - "nodeType": "YulAssignment", - "src": "4234:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4246:9:44", - "nodeType": "YulIdentifier", - "src": "4246:9:44" - }, - { - "kind": "number", - "nativeSrc": "4257:3:44", - "nodeType": "YulLiteral", - "src": "4257:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4242:3:44", - "nodeType": "YulIdentifier", - "src": "4242:3:44" - }, - "nativeSrc": "4242:19:44", - "nodeType": "YulFunctionCall", - "src": "4242:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4234:4:44", - "nodeType": "YulIdentifier", - "src": "4234:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4277:9:44", - "nodeType": "YulIdentifier", - "src": "4277:9:44" - }, - { - "name": "value0", - "nativeSrc": "4288:6:44", - "nodeType": "YulIdentifier", - "src": "4288:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4270:6:44", - "nodeType": "YulIdentifier", - "src": "4270:6:44" - }, - "nativeSrc": "4270:25:44", - "nodeType": "YulFunctionCall", - "src": "4270:25:44" - }, - "nativeSrc": "4270:25:44", - "nodeType": "YulExpressionStatement", - "src": "4270:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4315:9:44", - "nodeType": "YulIdentifier", - "src": "4315:9:44" - }, - { - "kind": "number", - "nativeSrc": "4326:2:44", - "nodeType": "YulLiteral", - "src": "4326:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4311:3:44", - "nodeType": "YulIdentifier", - "src": "4311:3:44" - }, - "nativeSrc": "4311:18:44", - "nodeType": "YulFunctionCall", - "src": "4311:18:44" - }, - { - "name": "value1", - "nativeSrc": "4331:6:44", - "nodeType": "YulIdentifier", - "src": "4331:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4304:6:44", - "nodeType": "YulIdentifier", - "src": "4304:6:44" - }, - "nativeSrc": "4304:34:44", - "nodeType": "YulFunctionCall", - "src": "4304:34:44" - }, - "nativeSrc": "4304:34:44", - "nodeType": "YulExpressionStatement", - "src": "4304:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4358:9:44", - "nodeType": "YulIdentifier", - "src": "4358:9:44" - }, - { - "kind": "number", - "nativeSrc": "4369:2:44", - "nodeType": "YulLiteral", - "src": "4369:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4354:3:44", - "nodeType": "YulIdentifier", - "src": "4354:3:44" - }, - "nativeSrc": "4354:18:44", - "nodeType": "YulFunctionCall", - "src": "4354:18:44" - }, - { - "name": "value2", - "nativeSrc": "4374:6:44", - "nodeType": "YulIdentifier", - "src": "4374:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4347:6:44", - "nodeType": "YulIdentifier", - "src": "4347:6:44" - }, - "nativeSrc": "4347:34:44", - "nodeType": "YulFunctionCall", - "src": "4347:34:44" - }, - "nativeSrc": "4347:34:44", - "nodeType": "YulExpressionStatement", - "src": "4347:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4401:9:44", - "nodeType": "YulIdentifier", - "src": "4401:9:44" - }, - { - "kind": "number", - "nativeSrc": "4412:2:44", - "nodeType": "YulLiteral", - "src": "4412:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4397:3:44", - "nodeType": "YulIdentifier", - "src": "4397:3:44" - }, - "nativeSrc": "4397:18:44", - "nodeType": "YulFunctionCall", - "src": "4397:18:44" - }, - { - "name": "value3", - "nativeSrc": "4417:6:44", - "nodeType": "YulIdentifier", - "src": "4417:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4390:6:44", - "nodeType": "YulIdentifier", - "src": "4390:6:44" - }, - "nativeSrc": "4390:34:44", - "nodeType": "YulFunctionCall", - "src": "4390:34:44" - }, - "nativeSrc": "4390:34:44", - "nodeType": "YulExpressionStatement", - "src": "4390:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4444:9:44", - "nodeType": "YulIdentifier", - "src": "4444:9:44" - }, - { - "kind": "number", - "nativeSrc": "4455:3:44", - "nodeType": "YulLiteral", - "src": "4455:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4440:3:44", - "nodeType": "YulIdentifier", - "src": "4440:3:44" - }, - "nativeSrc": "4440:19:44", - "nodeType": "YulFunctionCall", - "src": "4440:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "4465:6:44", - "nodeType": "YulIdentifier", - "src": "4465:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4481:3:44", - "nodeType": "YulLiteral", - "src": "4481:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "4486:1:44", - "nodeType": "YulLiteral", - "src": "4486:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "4477:3:44", - "nodeType": "YulIdentifier", - "src": "4477:3:44" - }, - "nativeSrc": "4477:11:44", - "nodeType": "YulFunctionCall", - "src": "4477:11:44" - }, - { - "kind": "number", - "nativeSrc": "4490:1:44", - "nodeType": "YulLiteral", - "src": "4490:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4473:3:44", - "nodeType": "YulIdentifier", - "src": "4473:3:44" - }, - "nativeSrc": "4473:19:44", - "nodeType": "YulFunctionCall", - "src": "4473:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4461:3:44", - "nodeType": "YulIdentifier", - "src": "4461:3:44" - }, - "nativeSrc": "4461:32:44", - "nodeType": "YulFunctionCall", - "src": "4461:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4433:6:44", - "nodeType": "YulIdentifier", - "src": "4433:6:44" - }, - "nativeSrc": "4433:61:44", - "nodeType": "YulFunctionCall", - "src": "4433:61:44" - }, - "nativeSrc": "4433:61:44", - "nodeType": "YulExpressionStatement", - "src": "4433:61:44" - } - ] - }, - "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", - "nativeSrc": "4011:489:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4161:9:44", - "nodeType": "YulTypedName", - "src": "4161:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "4172:6:44", - "nodeType": "YulTypedName", - "src": "4172:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "4180:6:44", - "nodeType": "YulTypedName", - "src": "4180:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "4188:6:44", - "nodeType": "YulTypedName", - "src": "4188:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4196:6:44", - "nodeType": "YulTypedName", - "src": "4196:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4204:6:44", - "nodeType": "YulTypedName", - "src": "4204:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4215:4:44", - "nodeType": "YulTypedName", - "src": "4215:4:44", - "type": "" - } - ], - "src": "4011:489:44" - }, - { - "body": { - "nativeSrc": "4626:275:44", - "nodeType": "YulBlock", - "src": "4626:275:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4643:9:44", - "nodeType": "YulIdentifier", - "src": "4643:9:44" - }, - { - "kind": "number", - "nativeSrc": "4654:2:44", - "nodeType": "YulLiteral", - "src": "4654:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4636:6:44", - "nodeType": "YulIdentifier", - "src": "4636:6:44" - }, - "nativeSrc": "4636:21:44", - "nodeType": "YulFunctionCall", - "src": "4636:21:44" - }, - "nativeSrc": "4636:21:44", - "nodeType": "YulExpressionStatement", - "src": "4636:21:44" - }, - { - "nativeSrc": "4666:27:44", - "nodeType": "YulVariableDeclaration", - "src": "4666:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4686:6:44", - "nodeType": "YulIdentifier", - "src": "4686:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4680:5:44", - "nodeType": "YulIdentifier", - "src": "4680:5:44" - }, - "nativeSrc": "4680:13:44", - "nodeType": "YulFunctionCall", - "src": "4680:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "4670:6:44", - "nodeType": "YulTypedName", - "src": "4670:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4713:9:44", - "nodeType": "YulIdentifier", - "src": "4713:9:44" - }, - { - "kind": "number", - "nativeSrc": "4724:2:44", - "nodeType": "YulLiteral", - "src": "4724:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4709:3:44", - "nodeType": "YulIdentifier", - "src": "4709:3:44" - }, - "nativeSrc": "4709:18:44", - "nodeType": "YulFunctionCall", - "src": "4709:18:44" - }, - { - "name": "length", - "nativeSrc": "4729:6:44", - "nodeType": "YulIdentifier", - "src": "4729:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4702:6:44", - "nodeType": "YulIdentifier", - "src": "4702:6:44" - }, - "nativeSrc": "4702:34:44", - "nodeType": "YulFunctionCall", - "src": "4702:34:44" - }, - "nativeSrc": "4702:34:44", - "nodeType": "YulExpressionStatement", - "src": "4702:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4784:6:44", - "nodeType": "YulIdentifier", - "src": "4784:6:44" - }, - { - "kind": "number", - "nativeSrc": "4792:2:44", - "nodeType": "YulLiteral", - "src": "4792:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4780:3:44", - "nodeType": "YulIdentifier", - "src": "4780:3:44" - }, - "nativeSrc": "4780:15:44", - "nodeType": "YulFunctionCall", - "src": "4780:15:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4801:9:44", - "nodeType": "YulIdentifier", - "src": "4801:9:44" - }, - { - "kind": "number", - "nativeSrc": "4812:2:44", - "nodeType": "YulLiteral", - "src": "4812:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4797:3:44", - "nodeType": "YulIdentifier", - "src": "4797:3:44" - }, - "nativeSrc": "4797:18:44", - "nodeType": "YulFunctionCall", - "src": "4797:18:44" - }, - { - "name": "length", - "nativeSrc": "4817:6:44", - "nodeType": "YulIdentifier", - "src": "4817:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "4745:34:44", - "nodeType": "YulIdentifier", - "src": "4745:34:44" - }, - "nativeSrc": "4745:79:44", - "nodeType": "YulFunctionCall", - "src": "4745:79:44" - }, - "nativeSrc": "4745:79:44", - "nodeType": "YulExpressionStatement", - "src": "4745:79:44" - }, - { - "nativeSrc": "4833:62:44", - "nodeType": "YulAssignment", - "src": "4833:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4849:9:44", - "nodeType": "YulIdentifier", - "src": "4849:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "4868:6:44", - "nodeType": "YulIdentifier", - "src": "4868:6:44" - }, - { - "kind": "number", - "nativeSrc": "4876:2:44", - "nodeType": "YulLiteral", - "src": "4876:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4864:3:44", - "nodeType": "YulIdentifier", - "src": "4864:3:44" - }, - "nativeSrc": "4864:15:44", - "nodeType": "YulFunctionCall", - "src": "4864:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4885:2:44", - "nodeType": "YulLiteral", - "src": "4885:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "4881:3:44", - "nodeType": "YulIdentifier", - "src": "4881:3:44" - }, - "nativeSrc": "4881:7:44", - "nodeType": "YulFunctionCall", - "src": "4881:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4860:3:44", - "nodeType": "YulIdentifier", - "src": "4860:3:44" - }, - "nativeSrc": "4860:29:44", - "nodeType": "YulFunctionCall", - "src": "4860:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4845:3:44", - "nodeType": "YulIdentifier", - "src": "4845:3:44" - }, - "nativeSrc": "4845:45:44", - "nodeType": "YulFunctionCall", - "src": "4845:45:44" - }, - { - "kind": "number", - "nativeSrc": "4892:2:44", - "nodeType": "YulLiteral", - "src": "4892:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4841:3:44", - "nodeType": "YulIdentifier", - "src": "4841:3:44" - }, - "nativeSrc": "4841:54:44", - "nodeType": "YulFunctionCall", - "src": "4841:54:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4833:4:44", - "nodeType": "YulIdentifier", - "src": "4833:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "4505:396:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4595:9:44", - "nodeType": "YulTypedName", - "src": "4595:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4606:6:44", - "nodeType": "YulTypedName", - "src": "4606:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4617:4:44", - "nodeType": "YulTypedName", - "src": "4617:4:44", - "type": "" - } - ], - "src": "4505:396:44" - }, - { - "body": { - "nativeSrc": "5000:203:44", - "nodeType": "YulBlock", - "src": "5000:203:44", - "statements": [ - { - "nativeSrc": "5010:26:44", - "nodeType": "YulVariableDeclaration", - "src": "5010:26:44", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "5030:5:44", - "nodeType": "YulIdentifier", - "src": "5030:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5024:5:44", - "nodeType": "YulIdentifier", - "src": "5024:5:44" - }, - "nativeSrc": "5024:12:44", - "nodeType": "YulFunctionCall", - "src": "5024:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "5014:6:44", - "nodeType": "YulTypedName", - "src": "5014:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5045:32:44", - "nodeType": "YulAssignment", - "src": "5045:32:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "5064:5:44", - "nodeType": "YulIdentifier", - "src": "5064:5:44" - }, - { - "kind": "number", - "nativeSrc": "5071:4:44", - "nodeType": "YulLiteral", - "src": "5071:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5060:3:44", - "nodeType": "YulIdentifier", - "src": "5060:3:44" - }, - "nativeSrc": "5060:16:44", - "nodeType": "YulFunctionCall", - "src": "5060:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5054:5:44", - "nodeType": "YulIdentifier", - "src": "5054:5:44" - }, - "nativeSrc": "5054:23:44", - "nodeType": "YulFunctionCall", - "src": "5054:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "5045:5:44", - "nodeType": "YulIdentifier", - "src": "5045:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "5114:83:44", - "nodeType": "YulBlock", - "src": "5114:83:44", - "statements": [ - { - "nativeSrc": "5128:59:44", - "nodeType": "YulAssignment", - "src": "5128:59:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "5141:5:44", - "nodeType": "YulIdentifier", - "src": "5141:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5156:1:44", - "nodeType": "YulLiteral", - "src": "5156:1:44", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5163:4:44", - "nodeType": "YulLiteral", - "src": "5163:4:44", - "type": "", - "value": "0x20" - }, - { - "name": "length", - "nativeSrc": "5169:6:44", - "nodeType": "YulIdentifier", - "src": "5169:6:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5159:3:44", - "nodeType": "YulIdentifier", - "src": "5159:3:44" - }, - "nativeSrc": "5159:17:44", - "nodeType": "YulFunctionCall", - "src": "5159:17:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "5152:3:44", - "nodeType": "YulIdentifier", - "src": "5152:3:44" - }, - "nativeSrc": "5152:25:44", - "nodeType": "YulFunctionCall", - "src": "5152:25:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5183:1:44", - "nodeType": "YulLiteral", - "src": "5183:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "5179:3:44", - "nodeType": "YulIdentifier", - "src": "5179:3:44" - }, - "nativeSrc": "5179:6:44", - "nodeType": "YulFunctionCall", - "src": "5179:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "5148:3:44", - "nodeType": "YulIdentifier", - "src": "5148:3:44" - }, - "nativeSrc": "5148:38:44", - "nodeType": "YulFunctionCall", - "src": "5148:38:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5137:3:44", - "nodeType": "YulIdentifier", - "src": "5137:3:44" - }, - "nativeSrc": "5137:50:44", - "nodeType": "YulFunctionCall", - "src": "5137:50:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "5128:5:44", - "nodeType": "YulIdentifier", - "src": "5128:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "5092:6:44", - "nodeType": "YulIdentifier", - "src": "5092:6:44" - }, - { - "kind": "number", - "nativeSrc": "5100:4:44", - "nodeType": "YulLiteral", - "src": "5100:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "5089:2:44", - "nodeType": "YulIdentifier", - "src": "5089:2:44" - }, - "nativeSrc": "5089:16:44", - "nodeType": "YulFunctionCall", - "src": "5089:16:44" - }, - "nativeSrc": "5086:111:44", - "nodeType": "YulIf", - "src": "5086:111:44" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32", - "nativeSrc": "4906:297:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "4980:5:44", - "nodeType": "YulTypedName", - "src": "4980:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "4990:5:44", - "nodeType": "YulTypedName", - "src": "4990:5:44", - "type": "" - } - ], - "src": "4906:297:44" - } - ] - }, - "contents": "{\n { }\n function panic_error_0x41()\n {\n mstore(0, shl(224, 0x4e487b71))\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_decode_tuple_t_contract$_IEAS_$2326t_string_memory_ptr_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n let offset := mload(add(headStart, 32))\n if gt(offset, sub(shl(64, 1), 1)) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), dataEnd)) { revert(0, 0) }\n let length := mload(_1)\n if gt(length, sub(shl(64, 1), 1)) { panic_error_0x41() }\n let memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(and(add(length, 0x1f), not(31)), 63), not(31)))\n if or(gt(newFreePtr, sub(shl(64, 1), 1)), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n mstore(memPtr, length)\n if gt(add(add(_1, length), 32), dataEnd) { revert(0, 0) }\n copy_memory_to_memory_with_cleanup(add(_1, 32), add(memPtr, 32), length)\n value1 := memPtr\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 array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n mstore(0, array)\n let data := keccak256(0, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _1 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _1) { start := add(start, 1) }\n { sstore(start, 0) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, sub(shl(64, 1), 1)) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n srcOffset := 0x20\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 0x20)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\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_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_with_cleanup(add(value0, 32), add(headStart, 64), length)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_memory_ptr_to_t_bytes32(array) -> value\n {\n let length := mload(array)\n value := mload(add(array, 0x20))\n if lt(length, 0x20)\n {\n value := and(value, shl(shl(3, sub(0x20, length)), not(0)))\n }\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "6101e060405234801561001157600080fd5b5060405161292f38038061292f83398101604081905261003091610211565b6040805180820190915260058152640312e332e360dc1b60208201526001608052600360a052600060c081905282919061006b90839061015d565b6101805261007a81600161015d565b6101a05281516020808401919091206101405281519082012061016052466101005261010a6101405161016051604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201529081019290925260608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b60e052505030610120526001600160a01b03821661013b576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b0382166101c0526002610155828261036e565b505050610483565b60006020835110156101795761017283610190565b905061018a565b81610184848261036e565b5060ff90505b92915050565b600080829050601f815111156101c4578260405163305a27a960e01b81526004016101bb919061042c565b60405180910390fd5b80516101cf8261045f565b179392505050565b634e487b7160e01b600052604160045260246000fd5b60005b838110156102085781810151838201526020016101f0565b50506000910152565b6000806040838503121561022457600080fd5b82516001600160a01b038116811461023b57600080fd5b60208401519092506001600160401b0381111561025757600080fd5b8301601f8101851361026857600080fd5b80516001600160401b03811115610281576102816101d7565b604051601f8201601f19908116603f011681016001600160401b03811182821017156102af576102af6101d7565b6040528181528282016020018710156102c757600080fd5b6102d88260208301602086016101ed565b8093505050509250929050565b600181811c908216806102f957607f821691505b60208210810361031957634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561036957806000526020600020601f840160051c810160208510156103465750805b601f840160051c820191505b818110156103665760008155600101610352565b50505b505050565b81516001600160401b03811115610387576103876101d7565b61039b8161039584546102e5565b8461031f565b6020601f8211600181146103cf57600083156103b75750848201515b600019600385901b1c1916600184901b178455610366565b600084815260208120601f198516915b828110156103ff57878501518255602094850194600190920191016103df565b508482101561041d5786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b602081526000825180602084015261044b8160408501602087016101ed565b601f01601f19169190910160400192915050565b805160208083015191908110156103195760001960209190910360031b1b16919050565b60805160a05160c05160e05161010051610120516101405161016051610180516101a0516101c05161240a610525600039600081816101ca015281816104840152818161059c015281816109ce0152610b6a015260006110990152600061106c0152600061119901526000611171015260006110cc015260006110f6015260006111200152600061070f015260006106e6015260006106bd015261240a6000f3fe6080604052600436106100c75760003560e01c806365c40b9c11610074578063a6d4dbc71161004e578063a6d4dbc714610236578063b83010d314610249578063ed24911d1461027c57600080fd5b806365c40b9c146101bb57806384b0196e146101ee578063954115251461021657600080fd5b806317d7de7c116100a557806317d7de7c146101715780633c0427151461019357806354fd4d50146101a657600080fd5b80630eabf660146100cc57806310d736d5146100e157806312b11a1714610134575b600080fd5b6100df6100da366004611785565b610291565b005b3480156100ed57600080fd5b506101176100fc3660046117c7565b6000908152600360205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561014057600080fd5b507fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af15b60405190815260200161012b565b34801561017d57600080fd5b506101866104f3565b60405161012b9190611830565b6101636101a136600461184a565b610585565b3480156101b257600080fd5b506101866106b6565b3480156101c757600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610117565b3480156101fa57600080fd5b50610203610759565b60405161012b9796959493929190611885565b610229610224366004611785565b6107bb565b60405161012b9190611939565b6100df61024436600461197c565b610b51565b34801561025557600080fd5b507f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d610163565b34801561028857600080fd5b50610163610c44565b8060008167ffffffffffffffff8111156102ad576102ad611998565b6040519080825280602002602001820160405280156102f357816020015b6040805180820190915260008152606060208201528152602001906001900390816102cb5790505b50905060005b82811015610453576000858583818110610315576103156119ae565b905060200281019061032791906119c4565b61033090611be8565b602081015180519192509080158061034d57508260400151518114155b1561036b5760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561040857600083828151811061038a5761038a6119ae565b602002602001015190506103ff6040518060a0016040528087600001518152602001838152602001876040015185815181106103c8576103c86119ae565b6020026020010151815260200187606001516001600160a01b03168152602001876080015167ffffffffffffffff16815250610c53565b5060010161036e565b5060405180604001604052808460000151815260200183815250858581518110610434576104346119ae565b602002602001018190525050505061044c8160010190565b90506102f9565b506040517f4cb7e9e50000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690634cb7e9e59034906104bb908590600401611ce9565b6000604051808303818588803b1580156104d457600080fd5b505af11580156104e8573d6000803e3d6000fd5b505050505050505050565b60606002805461050290611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461052e90611da2565b801561057b5780601f106105505761010080835404028352916020019161057b565b820191906000526020600020905b81548152906001019060200180831161055e57829003601f168201915b5050505050905090565b600061059861059383611ee4565b610e3c565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f17325e7346040518060400160405280876000013581526020018780602001906105ef9190611f5d565b6105f890611f73565b8152506040518363ffffffff1660e01b81526004016106179190611fe5565b60206040518083038185885af1158015610635573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061065a9190612012565b905061066c60c0840160a0850161202b565b600082815260036020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b039290921691909117905592915050565b60606106e17f0000000000000000000000000000000000000000000000000000000000000000610fc5565b61070a7f0000000000000000000000000000000000000000000000000000000000000000610fc5565b6107337f0000000000000000000000000000000000000000000000000000000000000000610fc5565b60405160200161074593929190612046565b604051602081830303815290604052905090565b60006060806000806000606061076d611065565b610775611092565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b60608160008167ffffffffffffffff8111156107d9576107d9611998565b60405190808252806020026020018201604052801561081f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107f75790505b50905060005b828110156109c95736868683818110610840576108406119ae565b905060200281019061085291906119c4565b905036600061086460208401846120a5565b909250905080801580610885575061087f60408501856120ef565b90508114155b156108a35760405163251f56a160e21b815260040160405180910390fd5b60005b818110156109775761096f6040518060a00160405280876000013581526020018686858181106108d8576108d86119ae565b90506020028101906108ea9190611f5d565b6108f390611f73565b815260200161090560408901896120ef565b85818110610915576109156119ae565b90506060020180360381019061092b9190612138565b81526020016109406080890160608a0161202b565b6001600160a01b0316815260200161095e60a0890160808a01612154565b67ffffffffffffffff169052610e3c565b6001016108a6565b50604080518082019091528435815260208101610994848661216f565b8152508686815181106109a9576109a96119ae565b6020026020010181905250505050506109c28160010190565b9050610825565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166344adc90e34846040518363ffffffff1660e01b8152600401610a1991906121d5565b60006040518083038185885af1158015610a37573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610a60919081019061228c565b90506000805b84811015610b435736888883818110610a8157610a816119ae565b9050602002810190610a9391906119c4565b9050366000610aa560208401846120a5565b90925090508060005b81811015610b2d57610ac6608086016060870161202b565b600360008a8a81518110610adc57610adc6119ae565b6020026020010151815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550866001019650610b268160010190565b9050610aae565b5050505050610b3c8160010190565b9050610a66565b509093505050505b92915050565b610b68610b6336839003830183612322565b610c53565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663469262673460405180604001604052808560000135815260200185602001803603810190610bc19190612390565b90526040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815281516004820152602091820151805160248301529091015160448201526064016000604051808303818588803b158015610c2857600080fd5b505af1158015610c3c573d6000803e3d6000fd5b505050505050565b6000610c4e6110bf565b905090565b608081015167ffffffffffffffff1615801590610c8757504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610ca557604051631ab7da6b60e01b815260040160405180910390fd5b6020808201518051600090815260039092526040909120546001600160a01b031680610cfd576040517fc5723b5100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381163314610d3f576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040830151610d4d816111ea565b606080850151855185516020808801516080808b0151604080517f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d958101959095526001600160a01b0390971696840196909652958201939093529384015260a083015267ffffffffffffffff1660c0820152600090610de69060e0015b604051602081830303815290604052805190602001206112da565b905084606001516001600160a01b0316610e0e82846000015185602001518660400151611322565b6001600160a01b031614610e3557604051638baa579f60e01b815260040160405180910390fd5b5050505050565b608081015167ffffffffffffffff1615801590610e7057504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610e8e57604051631ab7da6b60e01b815260040160405180910390fd5b60208101516040820151610ea1816111ea565b6000610f707fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af160001b8560600151866000015186600001518760200151886040015189606001518a60800151805190602001208b60a001518d60800151604051602001610dcb9a99989796959493929190998a526001600160a01b0398891660208b015260408a019790975294909616606088015267ffffffffffffffff928316608088015290151560a087015260c086015260e0850193909352610100840152166101208201526101400190565b905083606001516001600160a01b0316610f9882846000015185602001518660400151611322565b6001600160a01b031614610fbf57604051638baa579f60e01b815260040160405180910390fd5b50505050565b60606000610fd283611350565b600101905060008167ffffffffffffffff811115610ff257610ff2611998565b6040519080825280601f01601f19166020018201604052801561101c576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461102657509392505050565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006000611432565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006001611432565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561111857507f000000000000000000000000000000000000000000000000000000000000000046145b1561114257507f000000000000000000000000000000000000000000000000000000000000000090565b610c4e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b8051602080830151604080850151905160f89490941b7fff00000000000000000000000000000000000000000000000000000000000000169284019290925260218301526041820152600090606101604051602081830303815290604052905060048160405161125a91906123ac565b9081526040519081900360200190205460ff16156112a4576040517fcce9a82400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004826040516112b691906123ac565b908152604051908190036020019020805491151560ff199092169190911790555050565b6000610b4b6112e76110bf565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600080611334888888886114dd565b92509250925061134482826115ac565b50909695505050505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310611399577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106113c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106113e357662386f26fc10000830492506010015b6305f5e10083106113fb576305f5e100830492506008015b612710831061140f57612710830492506004015b60648310611421576064830492506002015b600a8310610b4b5760010192915050565b606060ff831461144c57611445836116b9565b9050610b4b565b81805461145890611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461148490611da2565b80156114d15780601f106114a6576101008083540402835291602001916114d1565b820191906000526020600020905b8154815290600101906020018083116114b457829003601f168201915b50505050509050610b4b565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084111561151857506000915060039050826115a2565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa15801561156c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116611598575060009250600191508290506115a2565b9250600091508190505b9450945094915050565b60008260038111156115c0576115c06123be565b036115c9575050565b60018260038111156115dd576115dd6123be565b03611614576040517ff645eedf00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002826003811115611628576116286123be565b03611667576040517ffce698f7000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b600382600381111561167b5761167b6123be565b036116b5576040517fd78bce0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161165e565b5050565b606060006116c6836116f8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600060ff8216601f811115610b4b576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261174b57600080fd5b50813567ffffffffffffffff81111561176357600080fd5b6020830191508360208260051b850101111561177e57600080fd5b9250929050565b6000806020838503121561179857600080fd5b823567ffffffffffffffff8111156117af57600080fd5b6117bb85828601611739565b90969095509350505050565b6000602082840312156117d957600080fd5b5035919050565b60005b838110156117fb5781810151838201526020016117e3565b50506000910152565b6000815180845261181c8160208601602086016117e0565b601f01601f19169290920160200192915050565b6020815260006118436020830184611804565b9392505050565b60006020828403121561185c57600080fd5b813567ffffffffffffffff81111561187357600080fd5b820160e0818503121561184357600080fd5b7fff000000000000000000000000000000000000000000000000000000000000008816815260e0602082015260006118c060e0830189611804565b82810360408401526118d28189611804565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501528451808252602080870193509091019060005b8181101561192857835183526020938401939092019160010161190a565b50909b9a5050505050505050505050565b602080825282518282018190526000918401906040840190835b81811015611971578351835260209384019390920191600101611953565b509095945050505050565b600061010082840312801561199057600080fd5b509092915050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e198336030181126119da57600080fd5b9190910192915050565b60405160a0810167ffffffffffffffff81118282101715611a0757611a07611998565b60405290565b60405160c0810167ffffffffffffffff81118282101715611a0757611a07611998565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5957611a59611998565b604052919050565b600067ffffffffffffffff821115611a7b57611a7b611998565b5060051b60200190565b600060408284031215611a9757600080fd5b6040805190810167ffffffffffffffff81118282101715611aba57611aba611998565b604052823581526020928301359281019290925250919050565b600060608284031215611ae657600080fd5b6040516060810167ffffffffffffffff81118282101715611b0957611b09611998565b604052905080823560ff81168114611b2057600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f830112611b4e57600080fd5b8135611b61611b5c82611a61565b611a30565b80828252602082019150602060608402860101925085831115611b8357600080fd5b602085015b83811015611baa57611b9a8782611ad4565b8352602090920191606001611b88565b5095945050505050565b80356001600160a01b0381168114611bcb57600080fd5b919050565b803567ffffffffffffffff81168114611bcb57600080fd5b600060a08236031215611bfa57600080fd5b611c026119e4565b82358152602083013567ffffffffffffffff811115611c2057600080fd5b830136601f820112611c3157600080fd5b8035611c3f611b5c82611a61565b8082825260208201915060208360061b850101925036831115611c6157600080fd5b6020840193505b82841015611c8d57611c7a3685611a85565b8252602082019150604084019350611c68565b6020850152505050604083013567ffffffffffffffff811115611caf57600080fd5b611cbb36828601611b3d565b604083015250611ccd60608401611bb4565b6060820152611cde60808401611bd0565b608082015292915050565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657868503603f190184528151805186526020908101516040828801819052815190880181905291019060009060608801905b80831015611d7e57611d6782855180518252602090810151910152565b604082019150602084019350600183019250611d4a565b50965050506020938401939190910190600101611d11565b50929695505050505050565b600181811c90821680611db657607f821691505b602082108103611dd657634e487b7160e01b600052602260045260246000fd5b50919050565b600082601f830112611ded57600080fd5b813567ffffffffffffffff811115611e0757611e07611998565b611e1a601f8201601f1916602001611a30565b818152846020838601011115611e2f57600080fd5b816020850160208301376000918101602001919091529392505050565b600060c08284031215611e5e57600080fd5b611e66611a0d565b9050611e7182611bb4565b8152611e7f60208301611bd0565b602082015260408201358015158114611e9757600080fd5b604082015260608281013590820152608082013567ffffffffffffffff811115611ec057600080fd5b611ecc84828501611ddc565b60808301525060a09182013591810191909152919050565b600060e08236031215611ef657600080fd5b611efe6119e4565b82358152602083013567ffffffffffffffff811115611f1c57600080fd5b611f2836828601611e4c565b602083015250611f3b3660408501611ad4565b6040820152611f4c60a08401611bb4565b6060820152611cde60c08401611bd0565b6000823560be198336030181126119da57600080fd5b6000610b4b3683611e4c565b6001600160a01b03815116825267ffffffffffffffff6020820151166020830152604081015115156040830152606081015160608301526000608082015160c06080850152611fd160c0850182611804565b60a093840151949093019390935250919050565b60208152815160208201526000602083015160408084015261200a6060840182611f7f565b949350505050565b60006020828403121561202457600080fd5b5051919050565b60006020828403121561203d57600080fd5b61184382611bb4565b600084516120588184602089016117e0565b601760f91b90830190815284516120768160018401602089016117e0565b601760f91b6001929091019182015283516120988160028401602088016117e0565b0160020195945050505050565b6000808335601e198436030181126120bc57600080fd5b83018035915067ffffffffffffffff8211156120d757600080fd5b6020019150600581901b360382131561177e57600080fd5b6000808335601e1984360301811261210657600080fd5b83018035915067ffffffffffffffff82111561212157600080fd5b602001915060608102360382131561177e57600080fd5b60006060828403121561214a57600080fd5b6118438383611ad4565b60006020828403121561216657600080fd5b61184382611bd0565b600061217d611b5c84611a61565b8381526020810190600585901b84013681111561219957600080fd5b845b8181101561197157803567ffffffffffffffff8111156121ba57600080fd5b6121c636828901611e4c565b8552506020938401930161219b565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657603f19878603018452815180518652602090810151604082880181905281519088018190529101906060600582901b88018101919088019060005b8181101561227257605f198a850301835261225c848651611f7f565b6020958601959094509290920191600101612240565b5091975050506020948501949290920191506001016121fd565b60006020828403121561229e57600080fd5b815167ffffffffffffffff8111156122b557600080fd5b8201601f810184136122c657600080fd5b80516122d4611b5c82611a61565b8082825260208201915060208360051b8501019250868311156122f657600080fd5b6020840193505b828410156123185783518252602093840193909101906122fd565b9695505050505050565b600061010082840312801561233657600080fd5b5061233f6119e4565b823581526123508460208501611a85565b60208201526123628460608501611ad4565b604082015261237360c08401611bb4565b606082015261238460e08401611bd0565b60808201529392505050565b6000604082840312156123a257600080fd5b6118438383611a85565b600082516119da8184602087016117e0565b634e487b7160e01b600052602160045260246000fdfea2646970667358221220944ae7cabd43a2df36ba2d6297e03f671c5068dfe997436d527a792f16069d3664736f6c634300081a0033", - "opcodes": "PUSH2 0x1E0 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x292F CODESIZE SUB DUP1 PUSH2 0x292F DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x30 SWAP2 PUSH2 0x211 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x5 DUP2 MSTORE PUSH5 0x312E332E3 PUSH1 0xDC SHL PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x80 MSTORE PUSH1 0x3 PUSH1 0xA0 MSTORE PUSH1 0x0 PUSH1 0xC0 DUP2 SWAP1 MSTORE DUP3 SWAP2 SWAP1 PUSH2 0x6B SWAP1 DUP4 SWAP1 PUSH2 0x15D JUMP JUMPDEST PUSH2 0x180 MSTORE PUSH2 0x7A DUP2 PUSH1 0x1 PUSH2 0x15D JUMP JUMPDEST PUSH2 0x1A0 MSTORE DUP2 MLOAD PUSH1 0x20 DUP1 DUP5 ADD SWAP2 SWAP1 SWAP2 KECCAK256 PUSH2 0x140 MSTORE DUP2 MLOAD SWAP1 DUP3 ADD KECCAK256 PUSH2 0x160 MSTORE CHAINID PUSH2 0x100 MSTORE PUSH2 0x10A PUSH2 0x140 MLOAD PUSH2 0x160 MLOAD PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE SWAP1 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST PUSH1 0xE0 MSTORE POP POP ADDRESS PUSH2 0x120 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x13B JUMPI PUSH1 0x40 MLOAD PUSH4 0x41BC07FF PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH2 0x1C0 MSTORE PUSH1 0x2 PUSH2 0x155 DUP3 DUP3 PUSH2 0x36E JUMP JUMPDEST POP POP POP PUSH2 0x483 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP4 MLOAD LT ISZERO PUSH2 0x179 JUMPI PUSH2 0x172 DUP4 PUSH2 0x190 JUMP JUMPDEST SWAP1 POP PUSH2 0x18A JUMP JUMPDEST DUP2 PUSH2 0x184 DUP5 DUP3 PUSH2 0x36E JUMP JUMPDEST POP PUSH1 0xFF SWAP1 POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP3 SWAP1 POP PUSH1 0x1F DUP2 MLOAD GT ISZERO PUSH2 0x1C4 JUMPI DUP3 PUSH1 0x40 MLOAD PUSH4 0x305A27A9 PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x1BB SWAP2 SWAP1 PUSH2 0x42C JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP1 MLOAD PUSH2 0x1CF DUP3 PUSH2 0x45F JUMP JUMPDEST OR SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x208 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x1F0 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x224 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x23B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x257 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD PUSH1 0x1F DUP2 ADD DUP6 SGT PUSH2 0x268 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x281 JUMPI PUSH2 0x281 PUSH2 0x1D7 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT SWAP1 DUP2 AND PUSH1 0x3F ADD AND DUP2 ADD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x2AF JUMPI PUSH2 0x2AF PUSH2 0x1D7 JUMP JUMPDEST PUSH1 0x40 MSTORE DUP2 DUP2 MSTORE DUP3 DUP3 ADD PUSH1 0x20 ADD DUP8 LT ISZERO PUSH2 0x2C7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D8 DUP3 PUSH1 0x20 DUP4 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x1ED JUMP JUMPDEST DUP1 SWAP4 POP POP POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x2F9 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x319 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x369 JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x346 JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x366 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x352 JUMP JUMPDEST POP POP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x40 SHL SUB DUP2 GT ISZERO PUSH2 0x387 JUMPI PUSH2 0x387 PUSH2 0x1D7 JUMP JUMPDEST PUSH2 0x39B DUP2 PUSH2 0x395 DUP5 SLOAD PUSH2 0x2E5 JUMP JUMPDEST DUP5 PUSH2 0x31F JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x3CF JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x3B7 JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0x366 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x3FF JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x3DF JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x41D JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0x44B DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0x1ED JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD SWAP2 SWAP1 DUP2 LT ISZERO PUSH2 0x319 JUMPI PUSH1 0x0 NOT PUSH1 0x20 SWAP2 SWAP1 SWAP2 SUB PUSH1 0x3 SHL SHL AND SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH1 0xE0 MLOAD PUSH2 0x100 MLOAD PUSH2 0x120 MLOAD PUSH2 0x140 MLOAD PUSH2 0x160 MLOAD PUSH2 0x180 MLOAD PUSH2 0x1A0 MLOAD PUSH2 0x1C0 MLOAD PUSH2 0x240A PUSH2 0x525 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH2 0x1CA ADD MSTORE DUP2 DUP2 PUSH2 0x484 ADD MSTORE DUP2 DUP2 PUSH2 0x59C ADD MSTORE DUP2 DUP2 PUSH2 0x9CE ADD MSTORE PUSH2 0xB6A ADD MSTORE PUSH1 0x0 PUSH2 0x1099 ADD MSTORE PUSH1 0x0 PUSH2 0x106C ADD MSTORE PUSH1 0x0 PUSH2 0x1199 ADD MSTORE PUSH1 0x0 PUSH2 0x1171 ADD MSTORE PUSH1 0x0 PUSH2 0x10CC ADD MSTORE PUSH1 0x0 PUSH2 0x10F6 ADD MSTORE PUSH1 0x0 PUSH2 0x1120 ADD MSTORE PUSH1 0x0 PUSH2 0x70F ADD MSTORE PUSH1 0x0 PUSH2 0x6E6 ADD MSTORE PUSH1 0x0 PUSH2 0x6BD ADD MSTORE PUSH2 0x240A PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC7 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x65C40B9C GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xA6D4DBC7 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xA6D4DBC7 EQ PUSH2 0x236 JUMPI DUP1 PUSH4 0xB83010D3 EQ PUSH2 0x249 JUMPI DUP1 PUSH4 0xED24911D EQ PUSH2 0x27C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x65C40B9C EQ PUSH2 0x1BB JUMPI DUP1 PUSH4 0x84B0196E EQ PUSH2 0x1EE JUMPI DUP1 PUSH4 0x95411525 EQ PUSH2 0x216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x17D7DE7C GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x171 JUMPI DUP1 PUSH4 0x3C042715 EQ PUSH2 0x193 JUMPI DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x1A6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xEABF660 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x10D736D5 EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x12B11A17 EQ PUSH2 0x134 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xDF PUSH2 0xDA CALLDATASIZE PUSH1 0x4 PUSH2 0x1785 JUMP JUMPDEST PUSH2 0x291 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x117 PUSH2 0xFC CALLDATASIZE PUSH1 0x4 PUSH2 0x17C7 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xEA02FFBA7DCB45F6FC649714D23F315EEF12E3B27F9A7735D8D8BF41EB2B1AF1 JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x12B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x17D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x186 PUSH2 0x4F3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP2 SWAP1 PUSH2 0x1830 JUMP JUMPDEST PUSH2 0x163 PUSH2 0x1A1 CALLDATASIZE PUSH1 0x4 PUSH2 0x184A JUMP JUMPDEST PUSH2 0x585 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x186 PUSH2 0x6B6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1C7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x0 PUSH2 0x117 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x203 PUSH2 0x759 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x1885 JUMP JUMPDEST PUSH2 0x229 PUSH2 0x224 CALLDATASIZE PUSH1 0x4 PUSH2 0x1785 JUMP JUMPDEST PUSH2 0x7BB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP2 SWAP1 PUSH2 0x1939 JUMP JUMPDEST PUSH2 0xDF PUSH2 0x244 CALLDATASIZE PUSH1 0x4 PUSH2 0x197C JUMP JUMPDEST PUSH2 0xB51 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x255 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x78A69A78C1A55CDFF5CBF949580B410778CD9E4D1ECBE6F06A7FA8DC2441B57D PUSH2 0x163 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x288 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x163 PUSH2 0xC44 JUMP JUMPDEST DUP1 PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AD JUMPI PUSH2 0x2AD PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2F3 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x2CB JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x453 JUMPI PUSH1 0x0 DUP6 DUP6 DUP4 DUP2 DUP2 LT PUSH2 0x315 JUMPI PUSH2 0x315 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x327 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST PUSH2 0x330 SWAP1 PUSH2 0x1BE8 JUMP JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD DUP1 MLOAD SWAP2 SWAP3 POP SWAP1 DUP1 ISZERO DUP1 PUSH2 0x34D JUMPI POP DUP3 PUSH1 0x40 ADD MLOAD MLOAD DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x36B JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x408 JUMPI PUSH1 0x0 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x38A JUMPI PUSH2 0x38A PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH2 0x3FF PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x40 ADD MLOAD DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x3C8 JUMPI PUSH2 0x3C8 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH2 0xC53 JUMP JUMPDEST POP PUSH1 0x1 ADD PUSH2 0x36E JUMP JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP2 MSTORE POP DUP6 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x434 JUMPI PUSH2 0x434 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP POP POP POP PUSH2 0x44C DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x2F9 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0x4CB7E9E500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0x4CB7E9E5 SWAP1 CALLVALUE SWAP1 PUSH2 0x4BB SWAP1 DUP6 SWAP1 PUSH1 0x4 ADD PUSH2 0x1CE9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4E8 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x502 SWAP1 PUSH2 0x1DA2 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 0x52E SWAP1 PUSH2 0x1DA2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x57B JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x550 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x57B 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 0x55E JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x598 PUSH2 0x593 DUP4 PUSH2 0x1EE4 JUMP JUMPDEST PUSH2 0xE3C JUMP JUMPDEST PUSH1 0x0 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xF17325E7 CALLVALUE PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP1 PUSH1 0x20 ADD SWAP1 PUSH2 0x5EF SWAP2 SWAP1 PUSH2 0x1F5D JUMP JUMPDEST PUSH2 0x5F8 SWAP1 PUSH2 0x1F73 JUMP JUMPDEST DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x617 SWAP2 SWAP1 PUSH2 0x1FE5 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x635 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x65A SWAP2 SWAP1 PUSH2 0x2012 JUMP JUMPDEST SWAP1 POP PUSH2 0x66C PUSH1 0xC0 DUP5 ADD PUSH1 0xA0 DUP6 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0x6E1 PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH2 0x70A PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH2 0x733 PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x745 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2046 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 PUSH2 0x76D PUSH2 0x1065 JUMP JUMPDEST PUSH2 0x775 PUSH2 0x1092 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH32 0xF00000000000000000000000000000000000000000000000000000000000000 SWAP12 SWAP4 SWAP11 POP SWAP2 SWAP9 POP CHAINID SWAP8 POP ADDRESS SWAP7 POP SWAP5 POP SWAP3 POP SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x7D9 JUMPI PUSH2 0x7D9 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x81F JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x7F7 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x9C9 JUMPI CALLDATASIZE DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x840 JUMPI PUSH2 0x840 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x852 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0x864 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x20A5 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0x885 JUMPI POP PUSH2 0x87F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x20EF JUMP JUMPDEST SWAP1 POP DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x8A3 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x977 JUMPI PUSH2 0x96F PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP7 DUP6 DUP2 DUP2 LT PUSH2 0x8D8 JUMPI PUSH2 0x8D8 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8EA SWAP2 SWAP1 PUSH2 0x1F5D JUMP JUMPDEST PUSH2 0x8F3 SWAP1 PUSH2 0x1F73 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x905 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x20EF JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0x915 JUMPI PUSH2 0x915 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x92B SWAP2 SWAP1 PUSH2 0x2138 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x940 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x95E PUSH1 0xA0 DUP10 ADD PUSH1 0x80 DUP11 ADD PUSH2 0x2154 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF AND SWAP1 MSTORE PUSH2 0xE3C JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x8A6 JUMP JUMPDEST POP PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE DUP5 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP2 ADD PUSH2 0x994 DUP5 DUP7 PUSH2 0x216F JUMP JUMPDEST DUP2 MSTORE POP DUP7 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x9A9 JUMPI PUSH2 0x9A9 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP POP POP POP POP PUSH2 0x9C2 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x825 JUMP JUMPDEST POP PUSH1 0x0 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x44ADC90E CALLVALUE DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA19 SWAP2 SWAP1 PUSH2 0x21D5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA37 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0xA60 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x228C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0xB43 JUMPI CALLDATASIZE DUP9 DUP9 DUP4 DUP2 DUP2 LT PUSH2 0xA81 JUMPI PUSH2 0xA81 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA93 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xAA5 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x20A5 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xB2D JUMPI PUSH2 0xAC6 PUSH1 0x80 DUP7 ADD PUSH1 0x60 DUP8 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x3 PUSH1 0x0 DUP11 DUP11 DUP2 MLOAD DUP2 LT PUSH2 0xADC JUMPI PUSH2 0xADC PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP DUP7 PUSH1 0x1 ADD SWAP7 POP PUSH2 0xB26 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xAAE JUMP JUMPDEST POP POP POP POP POP PUSH2 0xB3C DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xA66 JUMP JUMPDEST POP SWAP1 SWAP4 POP POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xB68 PUSH2 0xB63 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD DUP4 PUSH2 0x2322 JUMP JUMPDEST PUSH2 0xC53 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x46926267 CALLVALUE PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP6 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH1 0x20 ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xBC1 SWAP2 SWAP1 PUSH2 0x2390 JUMP JUMPDEST SWAP1 MSTORE PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP6 SWAP1 SHL AND DUP2 MSTORE DUP2 MLOAD PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x20 SWAP2 DUP3 ADD MLOAD DUP1 MLOAD PUSH1 0x24 DUP4 ADD MSTORE SWAP1 SWAP2 ADD MLOAD PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xC28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xC3C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC4E PUSH2 0x10BF JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0xC87 JUMPI POP TIMESTAMP PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0xCA5 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD DUP1 MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP1 PUSH2 0xCFD JUMPI PUSH1 0x40 MLOAD PUSH32 0xC5723B5100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0xD3F JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x40 DUP4 ADD MLOAD PUSH2 0xD4D DUP2 PUSH2 0x11EA JUMP JUMPDEST PUSH1 0x60 DUP1 DUP6 ADD MLOAD DUP6 MLOAD DUP6 MLOAD PUSH1 0x20 DUP1 DUP9 ADD MLOAD PUSH1 0x80 DUP1 DUP12 ADD MLOAD PUSH1 0x40 DUP1 MLOAD PUSH32 0x78A69A78C1A55CDFF5CBF949580B410778CD9E4D1ECBE6F06A7FA8DC2441B57D SWAP6 DUP2 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP8 AND SWAP7 DUP5 ADD SWAP7 SWAP1 SWAP7 MSTORE SWAP6 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE SWAP4 DUP5 ADD MSTORE PUSH1 0xA0 DUP4 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0xC0 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH2 0xDE6 SWAP1 PUSH1 0xE0 ADD JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x12DA JUMP JUMPDEST SWAP1 POP DUP5 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE0E DUP3 DUP5 PUSH1 0x0 ADD MLOAD DUP6 PUSH1 0x20 ADD MLOAD DUP7 PUSH1 0x40 ADD MLOAD PUSH2 0x1322 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0xE35 JUMPI PUSH1 0x40 MLOAD PUSH4 0x8BAA579F PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0xE70 JUMPI POP TIMESTAMP PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0xE8E JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0xEA1 DUP2 PUSH2 0x11EA JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF70 PUSH32 0xEA02FFBA7DCB45F6FC649714D23F315EEF12E3B27F9A7735D8D8BF41EB2B1AF1 PUSH1 0x0 SHL DUP6 PUSH1 0x60 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD DUP8 PUSH1 0x20 ADD MLOAD DUP9 PUSH1 0x40 ADD MLOAD DUP10 PUSH1 0x60 ADD MLOAD DUP11 PUSH1 0x80 ADD MLOAD DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 DUP12 PUSH1 0xA0 ADD MLOAD DUP14 PUSH1 0x80 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDCB SWAP11 SWAP10 SWAP9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 SWAP10 DUP11 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP9 DUP10 AND PUSH1 0x20 DUP12 ADD MSTORE PUSH1 0x40 DUP11 ADD SWAP8 SWAP1 SWAP8 MSTORE SWAP5 SWAP1 SWAP7 AND PUSH1 0x60 DUP9 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP3 DUP4 AND PUSH1 0x80 DUP9 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0xC0 DUP7 ADD MSTORE PUSH1 0xE0 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH2 0x100 DUP5 ADD MSTORE AND PUSH2 0x120 DUP3 ADD MSTORE PUSH2 0x140 ADD SWAP1 JUMP JUMPDEST SWAP1 POP DUP4 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xF98 DUP3 DUP5 PUSH1 0x0 ADD MLOAD DUP6 PUSH1 0x20 ADD MLOAD DUP7 PUSH1 0x40 ADD MLOAD PUSH2 0x1322 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0xFBF JUMPI PUSH1 0x40 MLOAD PUSH4 0x8BAA579F PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0xFD2 DUP4 PUSH2 0x1350 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFF2 JUMPI PUSH2 0xFF2 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x101C JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x1026 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0xC4E PUSH32 0x0 PUSH1 0x0 PUSH2 0x1432 JUMP JUMPDEST PUSH1 0x60 PUSH2 0xC4E PUSH32 0x0 PUSH1 0x1 PUSH2 0x1432 JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ DUP1 ISZERO PUSH2 0x1118 JUMPI POP PUSH32 0x0 CHAINID EQ JUMPDEST ISZERO PUSH2 0x1142 JUMPI POP PUSH32 0x0 SWAP1 JUMP JUMPDEST PUSH2 0xC4E PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x0 SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0x0 PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD PUSH1 0x40 DUP1 DUP6 ADD MLOAD SWAP1 MLOAD PUSH1 0xF8 SWAP5 SWAP1 SWAP5 SHL PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 AND SWAP3 DUP5 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x21 DUP4 ADD MSTORE PUSH1 0x41 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH1 0x61 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP PUSH1 0x4 DUP2 PUSH1 0x40 MLOAD PUSH2 0x125A SWAP2 SWAP1 PUSH2 0x23AC JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x12A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCE9A82400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x4 DUP3 PUSH1 0x40 MLOAD PUSH2 0x12B6 SWAP2 SWAP1 PUSH2 0x23AC JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 KECCAK256 DUP1 SLOAD SWAP2 ISZERO ISZERO PUSH1 0xFF NOT SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB4B PUSH2 0x12E7 PUSH2 0x10BF JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH32 0x1901000000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x22 DUP3 ADD MSTORE PUSH1 0x42 SWAP1 KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x1334 DUP9 DUP9 DUP9 DUP9 PUSH2 0x14DD JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP PUSH2 0x1344 DUP3 DUP3 PUSH2 0x15AC JUMP JUMPDEST POP SWAP1 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x1399 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x13C5 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x13E3 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x13FB JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x140F JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x1421 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0xB4B JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0xFF DUP4 EQ PUSH2 0x144C JUMPI PUSH2 0x1445 DUP4 PUSH2 0x16B9 JUMP JUMPDEST SWAP1 POP PUSH2 0xB4B JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x1458 SWAP1 PUSH2 0x1DA2 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 0x1484 SWAP1 PUSH2 0x1DA2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x14D1 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x14A6 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x14D1 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 0x14B4 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP PUSH2 0xB4B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP5 GT ISZERO PUSH2 0x1518 JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x15A2 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP11 SWAP1 MSTORE PUSH1 0xFF DUP10 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP8 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP7 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 0x156C 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 0x1598 JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x15A2 JUMP JUMPDEST SWAP3 POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 POP SWAP5 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x15C0 JUMPI PUSH2 0x15C0 PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x15C9 JUMPI POP POP JUMP JUMPDEST PUSH1 0x1 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x15DD JUMPI PUSH2 0x15DD PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x1614 JUMPI PUSH1 0x40 MLOAD PUSH32 0xF645EEDF00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x1628 JUMPI PUSH2 0x1628 PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x1667 JUMPI PUSH1 0x40 MLOAD PUSH32 0xFCE698F700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x3 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x167B JUMPI PUSH2 0x167B PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x16B5 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD78BCE0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x165E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x16C6 DUP4 PUSH2 0x16F8 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE SWAP2 SWAP3 POP PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY POP POP POP SWAP2 DUP3 MSTORE POP PUSH1 0x20 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND PUSH1 0x1F DUP2 GT ISZERO PUSH2 0xB4B JUMPI PUSH1 0x40 MLOAD PUSH32 0xB3512B0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x174B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1763 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1798 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x17AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x17BB DUP6 DUP3 DUP7 ADD PUSH2 0x1739 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x17D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x17FB JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x17E3 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x181C DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x1843 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x1804 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x185C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1873 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x1843 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP9 AND DUP2 MSTORE PUSH1 0xE0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x18C0 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x1804 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x18D2 DUP2 DUP10 PUSH2 0x1804 JUMP JUMPDEST PUSH1 0x60 DUP5 ADD DUP9 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x80 DUP6 ADD MSTORE PUSH1 0xA0 DUP5 ADD DUP7 SWAP1 MSTORE DUP4 DUP2 SUB PUSH1 0xC0 DUP6 ADD MSTORE DUP5 MLOAD DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP8 ADD SWAP4 POP SWAP1 SWAP2 ADD SWAP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1928 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x190A JUMP JUMPDEST POP SWAP1 SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 MLOAD DUP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP2 DUP5 ADD SWAP1 PUSH1 0x40 DUP5 ADD SWAP1 DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1971 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x1953 JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x1990 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 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 PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x9E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x19DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xA0 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A07 JUMPI PUSH2 0x1A07 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xC0 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A07 JUMPI PUSH2 0x1A07 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A59 JUMPI PUSH2 0x1A59 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x1A7B JUMPI PUSH2 0x1A7B PUSH2 0x1998 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1ABA JUMPI PUSH2 0x1ABA PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1AE6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x60 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1B09 JUMPI PUSH2 0x1B09 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x1B20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x40 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1B4E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x1B61 PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST PUSH2 0x1A30 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 PUSH1 0x60 DUP5 MUL DUP7 ADD ADD SWAP3 POP DUP6 DUP4 GT ISZERO PUSH2 0x1B83 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1BAA JUMPI PUSH2 0x1B9A DUP8 DUP3 PUSH2 0x1AD4 JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x1B88 JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x1BCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x1BCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x1BFA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1C02 PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1C20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x1C31 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x1C3F PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x6 SHL DUP6 ADD ADD SWAP3 POP CALLDATASIZE DUP4 GT ISZERO PUSH2 0x1C61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x1C8D JUMPI PUSH2 0x1C7A CALLDATASIZE DUP6 PUSH2 0x1A85 JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x1C68 JUMP JUMPDEST PUSH1 0x20 DUP6 ADD MSTORE POP POP POP PUSH1 0x40 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1CAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1CBB CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x1B3D JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x1CCD PUSH1 0x60 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x1CDE PUSH1 0x80 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x1D96 JUMPI DUP7 DUP6 SUB PUSH1 0x3F NOT ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD PUSH1 0x40 DUP3 DUP9 ADD DUP2 SWAP1 MSTORE DUP2 MLOAD SWAP1 DUP9 ADD DUP2 SWAP1 MSTORE SWAP2 ADD SWAP1 PUSH1 0x0 SWAP1 PUSH1 0x60 DUP9 ADD SWAP1 JUMPDEST DUP1 DUP4 LT ISZERO PUSH2 0x1D7E JUMPI PUSH2 0x1D67 DUP3 DUP6 MLOAD DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP5 ADD SWAP4 POP PUSH1 0x1 DUP4 ADD SWAP3 POP PUSH2 0x1D4A JUMP JUMPDEST POP SWAP7 POP POP POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x1D11 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x1DB6 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1DD6 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1DED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1E07 JUMPI PUSH2 0x1E07 PUSH2 0x1998 JUMP JUMPDEST PUSH2 0x1E1A PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x1A30 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x1E2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP6 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xC0 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1E5E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1E66 PUSH2 0x1A0D JUMP JUMPDEST SWAP1 POP PUSH2 0x1E71 DUP3 PUSH2 0x1BB4 JUMP JUMPDEST DUP2 MSTORE PUSH2 0x1E7F PUSH1 0x20 DUP4 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x1E97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x80 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1EC0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1ECC DUP5 DUP3 DUP6 ADD PUSH2 0x1DDC JUMP JUMPDEST PUSH1 0x80 DUP4 ADD MSTORE POP PUSH1 0xA0 SWAP2 DUP3 ADD CALLDATALOAD SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xE0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x1EF6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1EFE PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1F1C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1F28 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x1E4C JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x1F3B CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x1F4C PUSH1 0xA0 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x1CDE PUSH1 0xC0 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x19DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xB4B CALLDATASIZE DUP4 PUSH2 0x1E4C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 MLOAD AND DUP3 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH1 0x20 DUP3 ADD MLOAD AND PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP2 ADD MLOAD ISZERO ISZERO PUSH1 0x40 DUP4 ADD MSTORE PUSH1 0x60 DUP2 ADD MLOAD PUSH1 0x60 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x80 DUP3 ADD MLOAD PUSH1 0xC0 PUSH1 0x80 DUP6 ADD MSTORE PUSH2 0x1FD1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x1804 JUMP JUMPDEST PUSH1 0xA0 SWAP4 DUP5 ADD MLOAD SWAP5 SWAP1 SWAP4 ADD SWAP4 SWAP1 SWAP4 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE DUP2 MLOAD PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x20 DUP4 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MSTORE PUSH2 0x200A PUSH1 0x60 DUP5 ADD DUP3 PUSH2 0x1F7F JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2024 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x203D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP3 PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x2058 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x2076 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x2098 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x17E0 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x20BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x20D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x2106 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2121 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x214A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP4 DUP4 PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2166 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP3 PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x217D PUSH2 0x1B5C DUP5 PUSH2 0x1A61 JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x2199 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1971 JUMPI DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x21BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x21C6 CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x1E4C JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x219B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x1D96 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD PUSH1 0x40 DUP3 DUP9 ADD DUP2 SWAP1 MSTORE DUP2 MLOAD SWAP1 DUP9 ADD DUP2 SWAP1 MSTORE SWAP2 ADD SWAP1 PUSH1 0x60 PUSH1 0x5 DUP3 SWAP1 SHL DUP9 ADD DUP2 ADD SWAP2 SWAP1 DUP9 ADD SWAP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2272 JUMPI PUSH1 0x5F NOT DUP11 DUP6 SUB ADD DUP4 MSTORE PUSH2 0x225C DUP5 DUP7 MLOAD PUSH2 0x1F7F JUMP JUMPDEST PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP5 POP SWAP3 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x2240 JUMP JUMPDEST POP SWAP2 SWAP8 POP POP POP PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 SWAP3 SWAP1 SWAP3 ADD SWAP2 POP PUSH1 0x1 ADD PUSH2 0x21FD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x229E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x22B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x22C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 MLOAD PUSH2 0x22D4 PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x5 SHL DUP6 ADD ADD SWAP3 POP DUP7 DUP4 GT ISZERO PUSH2 0x22F6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x2318 JUMPI DUP4 MLOAD DUP3 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP2 ADD SWAP1 PUSH2 0x22FD JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x2336 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x233F PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x2350 DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x1A85 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x2362 DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x2373 PUSH1 0xC0 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x2384 PUSH1 0xE0 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x23A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP4 DUP4 PUSH2 0x1A85 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x19DA DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP5 BLOBBASEFEE 0xE7 0xCA 0xBD NUMBER LOG2 0xDF CALLDATASIZE 0xBA 0x2D PUSH3 0x97E03F PUSH8 0x1C5068DFE997436D MSTORE PUSH27 0x792F16069D3664736F6C634300081A003300000000000000000000 ", - "sourceMap": "2933:15312:8:-:0;;;4381:215;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;3328:431:30;;;;;;;;;;;;-1:-1:-1;;;3328:431:30;;;;4430:1:8;759:14:6;;4433:1:8;783:14:6;;-1:-1:-1;807:14:6;;;;4446:4:8;;3328:431:30;3401:45;;4446:4:8;;3401:30:30;:45::i;:::-;3393:53;;3467:51;:7;3501:16;3467:33;:51::i;:::-;3456:62;;3542:22;;;;;;;;;;3528:36;;3591:25;;;;;;3574:42;;3644:13;3627:30;;3692:23;4226:11;;4239:14;;4204:80;;;2079:95;4204:80;;;4270:25:44;4311:18;;;4304:34;;;;4354:18;;;4347:34;4255:13:30;4397:18:44;;;4390:34;4278:4:30;4440:19:44;;;4433:61;4168:7:30;;4242:19:44;;4204:80:30;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;3692:23;3667:48;;-1:-1:-1;;3747:4:30;3725:27;;-1:-1:-1;;;;;4475:26:8;::::2;4471:76;;4524:12;;-1:-1:-1::0;;;4524:12:8::2;;;;;;;;;;;4471:76;-1:-1:-1::0;;;;;4557:10:8;::::2;;::::0;4577:5:::2;:12;4585:4:::0;4577:5;:12:::2;:::i;:::-;;4381:215:::0;;2933:15312;;2914:340:26;3010:11;3059:2;3043:5;3037:19;:24;3033:215;;;3084:20;3098:5;3084:13;:20::i;:::-;3077:27;;;;3033:215;3161:5;3135:46;3176:5;3161;3135:46;:::i;:::-;-1:-1:-1;1390:66:26;;-1:-1:-1;3033:215:26;2914:340;;;;:::o;1708:286::-;1773:11;1796:17;1822:3;1796:30;;1854:2;1840:4;:11;:16;1836:72;;;1893:3;1879:18;;-1:-1:-1;;;1879:18:26;;;;;;;;:::i;:::-;;;;;;;;1836:72;1974:11;;1957:13;1974:4;1957:13;:::i;:::-;1949:36;;1708:286;-1:-1:-1;;;1708:286:26:o;14:127:44:-;75:10;70:3;66:20;63:1;56:31;106:4;103:1;96:15;130:4;127:1;120:15;146:250;231:1;241:113;255:6;252:1;249:13;241:113;;;331:11;;;325:18;312:11;;;305:39;277:2;270:10;241:113;;;-1:-1:-1;;388:1:44;370:16;;363:27;146:250::o;401:1096::-;503:6;511;564:2;552:9;543:7;539:23;535:32;532:52;;;580:1;577;570:12;532:52;606:16;;-1:-1:-1;;;;;651:31:44;;641:42;;631:70;;697:1;694;687:12;631:70;769:2;754:18;;748:25;720:5;;-1:-1:-1;;;;;;785:30:44;;782:50;;;828:1;825;818:12;782:50;851:22;;904:4;896:13;;892:27;-1:-1:-1;882:55:44;;933:1;930;923:12;882:55;960:9;;-1:-1:-1;;;;;981:30:44;;978:56;;;1014:18;;:::i;:::-;1063:2;1057:9;1155:2;1117:17;;-1:-1:-1;;1113:31:44;;;1146:2;1109:40;1105:54;1093:67;;-1:-1:-1;;;;;1175:34:44;;1211:22;;;1172:62;1169:88;;;1237:18;;:::i;:::-;1273:2;1266:22;1297;;;1338:15;;;1355:2;1334:24;1331:37;-1:-1:-1;1328:57:44;;;1381:1;1378;1371:12;1328:57;1394:72;1459:6;1454:2;1446:6;1442:15;1437:2;1433;1429:11;1394:72;:::i;:::-;1485:6;1475:16;;;;;401:1096;;;;;:::o;1502:380::-;1581:1;1577:12;;;;1624;;;1645:61;;1699:4;1691:6;1687:17;1677:27;;1645:61;1752:2;1744:6;1741:14;1721:18;1718:38;1715:161;;1798:10;1793:3;1789:20;1786:1;1779:31;1833:4;1830:1;1823:15;1861:4;1858:1;1851:15;1715:161;;1502:380;;;:::o;2013:518::-;2115:2;2110:3;2107:11;2104:421;;;2151:5;2148:1;2141:16;2195:4;2192:1;2182:18;2265:2;2253:10;2249:19;2246:1;2242:27;2236:4;2232:38;2301:4;2289:10;2286:20;2283:47;;;-1:-1:-1;2324:4:44;2283:47;2379:2;2374:3;2370:12;2367:1;2363:20;2357:4;2353:31;2343:41;;2434:81;2452:2;2445:5;2442:13;2434:81;;;2511:1;2497:16;;2478:1;2467:13;2434:81;;;2438:3;;2104:421;2013:518;;;:::o;2707:1299::-;2827:10;;-1:-1:-1;;;;;2849:30:44;;2846:56;;;2882:18;;:::i;:::-;2911:97;3001:6;2961:38;2993:4;2987:11;2961:38;:::i;:::-;2955:4;2911:97;:::i;:::-;3057:4;3088:2;3077:14;;3105:1;3100:649;;;;3793:1;3810:6;3807:89;;;-1:-1:-1;3862:19:44;;;3856:26;3807:89;-1:-1:-1;;2664:1:44;2660:11;;;2656:24;2652:29;2642:40;2688:1;2684:11;;;2639:57;3909:81;;3070:930;;3100:649;1960:1;1953:14;;;1997:4;1984:18;;-1:-1:-1;;3136:20:44;;;3254:222;3268:7;3265:1;3262:14;3254:222;;;3350:19;;;3344:26;3329:42;;3457:4;3442:20;;;;3410:1;3398:14;;;;3284:12;3254:222;;;3258:3;3504:6;3495:7;3492:19;3489:201;;;3565:19;;;3559:26;-1:-1:-1;;3648:1:44;3644:14;;;3660:3;3640:24;3636:37;3632:42;3617:58;3602:74;;3489:201;-1:-1:-1;;;;3736:1:44;3720:14;;;3716:22;3703:36;;-1:-1:-1;2707:1299:44:o;4505:396::-;4654:2;4643:9;4636:21;4617:4;4686:6;4680:13;4729:6;4724:2;4713:9;4709:18;4702:34;4745:79;4817:6;4812:2;4801:9;4797:18;4792:2;4784:6;4780:15;4745:79;:::i;:::-;4885:2;4864:15;-1:-1:-1;;4860:29:44;4845:45;;;;4892:2;4841:54;;4505:396;-1:-1:-1;;4505:396:44:o;4906:297::-;5024:12;;5071:4;5060:16;;;5054:23;;5024:12;5089:16;;5086:111;;;-1:-1:-1;;5163:4:44;5159:17;;;;5156:1;5152:25;5148:38;5137:50;;4906:297;-1:-1:-1;4906:297:44:o;:::-;2933:15312:8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_EIP712Name_9212": { - "entryPoint": 4197, - "id": 9212, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_EIP712Version_9224": { - "entryPoint": 4242, - "id": 9224, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_buildDomainSeparator_9142": { - "entryPoint": null, - "id": 9142, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_domainSeparatorV4_9121": { - "entryPoint": 4287, - "id": 9121, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_hashTypedDataV4_9158": { - "entryPoint": 4826, - "id": 9158, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_throwError_8997": { - "entryPoint": 5548, - "id": 8997, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_time_3773": { - "entryPoint": null, - "id": 3773, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_verifyAttest_3621": { - "entryPoint": 3644, - "id": 3621, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_verifyRevoke_3726": { - "entryPoint": 3155, - "id": 3726, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_verifyUnusedSignature_3760": { - "entryPoint": 4586, - "id": 3760, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@attestByDelegation_3173": { - "entryPoint": 1413, - "id": 3173, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@byteLength_8186": { - "entryPoint": 5880, - "id": 8186, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@eip712Domain_9200": { - "entryPoint": 1881, - "id": 9200, - "parameterSlots": 0, - "returnSlots": 7 - }, - "@getAttestTypeHash_3104": { - "entryPoint": null, - "id": 3104, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getAttester_3135": { - "entryPoint": null, - "id": 3135, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getDomainSeparator_3095": { - "entryPoint": 3140, - "id": 3095, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getEAS_3085": { - "entryPoint": null, - "id": 3085, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getName_3122": { - "entryPoint": 1267, - "id": 3122, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@getRevokeTypeHash_3113": { - "entryPoint": null, - "id": 3113, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@log10_10274": { - "entryPoint": 4944, - "id": 10274, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@multiAttestByDelegation_3376": { - "entryPoint": 1979, - "id": 3376, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@multiRevokeByDelegation_3533": { - "entryPoint": 657, - "id": 3533, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@recover_8948": { - "entryPoint": 4898, - "id": 8948, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@revokeByDelegation_3401": { - "entryPoint": 2897, - "id": 3401, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@toStringWithFallback_8253": { - "entryPoint": 5170, - "id": 8253, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@toString_8154": { - "entryPoint": 5817, - "id": 8154, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toString_8463": { - "entryPoint": 4037, - "id": 8463, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toTypedDataHash_9298": { - "entryPoint": null, - "id": 9298, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@tryRecover_8912": { - "entryPoint": 5341, - "id": 8912, - "parameterSlots": 4, - "returnSlots": 3 - }, - "@uncheckedInc_65": { - "entryPoint": null, - "id": 65, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@version_2587": { - "entryPoint": 1718, - "id": 2587, - "parameterSlots": 0, - "returnSlots": 1 - }, - "abi_decode_address": { - "entryPoint": 7092, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata": { - "entryPoint": 5945, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_array_struct_Signature_dyn": { - "entryPoint": 6973, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_bytes": { - "entryPoint": 7644, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_AttestationRequestData": { - "entryPoint": 7756, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_RevocationRequestData": { - "entryPoint": 6789, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_struct_Signature": { - "entryPoint": 6868, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 8235, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory": { - "entryPoint": 8844, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 6021, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 6087, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes32_fromMemory": { - "entryPoint": 8210, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr": { - "entryPoint": 6218, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr": { - "entryPoint": 6524, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr": { - "entryPoint": 8994, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr": { - "entryPoint": 9104, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr": { - "entryPoint": 8504, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 8532, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 7120, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_string": { - "entryPoint": 6148, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_struct_AttestationRequestData": { - "entryPoint": 8063, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_struct_RevocationRequestData": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 9132, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 8262, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_uint8_t_bytes32_t_bytes32__to_t_uint8_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 6457, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 8661, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 7401, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 6277, - "id": null, - "parameterSlots": 8, - "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_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 11, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 7, - "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_contract$_IEAS_$2326__to_t_address__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": 6192, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_struct$_AttestationRequest_$2049_memory_ptr__to_t_struct$_AttestationRequest_$2049_memory_ptr__fromStack_reversed": { - "entryPoint": 8165, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_struct$_RevocationRequest_$2100_memory_ptr__to_t_struct$_RevocationRequest_$2100_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 - }, - "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 8357, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 8431, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr": { - "entryPoint": 8029, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr": { - "entryPoint": 6596, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "allocate_memory": { - "entryPoint": 6704, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "allocate_memory_4267": { - "entryPoint": 6628, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "allocate_memory_4268": { - "entryPoint": 6669, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "array_allocation_size_array_struct_RevocationRequestData_dyn": { - "entryPoint": 6753, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr": { - "entryPoint": 8559, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr": { - "entryPoint": 8051, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "convert_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr_to_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr": { - "entryPoint": 7908, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "convert_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_to_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr": { - "entryPoint": 7144, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 6112, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 7586, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "panic_error_0x12": { - "entryPoint": null, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x21": { - "entryPoint": 9150, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 6574, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 6552, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:29757:44", - "nodeType": "YulBlock", - "src": "0:29757:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "143:283:44", - "nodeType": "YulBlock", - "src": "143:283:44", - "statements": [ - { - "body": { - "nativeSrc": "192:16:44", - "nodeType": "YulBlock", - "src": "192:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "201:1:44", - "nodeType": "YulLiteral", - "src": "201:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "204:1:44", - "nodeType": "YulLiteral", - "src": "204:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "194:6:44", - "nodeType": "YulIdentifier", - "src": "194:6:44" - }, - "nativeSrc": "194:12:44", - "nodeType": "YulFunctionCall", - "src": "194:12:44" - }, - "nativeSrc": "194:12:44", - "nodeType": "YulExpressionStatement", - "src": "194:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "171:6:44", - "nodeType": "YulIdentifier", - "src": "171:6:44" - }, - { - "kind": "number", - "nativeSrc": "179:4:44", - "nodeType": "YulLiteral", - "src": "179:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "167:3:44", - "nodeType": "YulIdentifier", - "src": "167:3:44" - }, - "nativeSrc": "167:17:44", - "nodeType": "YulFunctionCall", - "src": "167:17:44" - }, - { - "name": "end", - "nativeSrc": "186:3:44", - "nodeType": "YulIdentifier", - "src": "186:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "163:3:44", - "nodeType": "YulIdentifier", - "src": "163:3:44" - }, - "nativeSrc": "163:27:44", - "nodeType": "YulFunctionCall", - "src": "163:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "156:6:44", - "nodeType": "YulIdentifier", - "src": "156:6:44" - }, - "nativeSrc": "156:35:44", - "nodeType": "YulFunctionCall", - "src": "156:35:44" - }, - "nativeSrc": "153:55:44", - "nodeType": "YulIf", - "src": "153:55:44" - }, - { - "nativeSrc": "217:30:44", - "nodeType": "YulAssignment", - "src": "217:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "240:6:44", - "nodeType": "YulIdentifier", - "src": "240:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "227:12:44", - "nodeType": "YulIdentifier", - "src": "227:12:44" - }, - "nativeSrc": "227:20:44", - "nodeType": "YulFunctionCall", - "src": "227:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "217:6:44", - "nodeType": "YulIdentifier", - "src": "217:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "290:16:44", - "nodeType": "YulBlock", - "src": "290:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "299:1:44", - "nodeType": "YulLiteral", - "src": "299:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "302:1:44", - "nodeType": "YulLiteral", - "src": "302:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "292:6:44", - "nodeType": "YulIdentifier", - "src": "292:6:44" - }, - "nativeSrc": "292:12:44", - "nodeType": "YulFunctionCall", - "src": "292:12:44" - }, - "nativeSrc": "292:12:44", - "nodeType": "YulExpressionStatement", - "src": "292:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "262:6:44", - "nodeType": "YulIdentifier", - "src": "262:6:44" - }, - { - "kind": "number", - "nativeSrc": "270:18:44", - "nodeType": "YulLiteral", - "src": "270:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "259:2:44", - "nodeType": "YulIdentifier", - "src": "259:2:44" - }, - "nativeSrc": "259:30:44", - "nodeType": "YulFunctionCall", - "src": "259:30:44" - }, - "nativeSrc": "256:50:44", - "nodeType": "YulIf", - "src": "256:50:44" - }, - { - "nativeSrc": "315:29:44", - "nodeType": "YulAssignment", - "src": "315:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "331:6:44", - "nodeType": "YulIdentifier", - "src": "331:6:44" - }, - { - "kind": "number", - "nativeSrc": "339:4:44", - "nodeType": "YulLiteral", - "src": "339:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "327:3:44", - "nodeType": "YulIdentifier", - "src": "327:3:44" - }, - "nativeSrc": "327:17:44", - "nodeType": "YulFunctionCall", - "src": "327:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "315:8:44", - "nodeType": "YulIdentifier", - "src": "315:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "404:16:44", - "nodeType": "YulBlock", - "src": "404:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "413:1:44", - "nodeType": "YulLiteral", - "src": "413:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "416:1:44", - "nodeType": "YulLiteral", - "src": "416:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "406:6:44", - "nodeType": "YulIdentifier", - "src": "406:6:44" - }, - "nativeSrc": "406:12:44", - "nodeType": "YulFunctionCall", - "src": "406:12:44" - }, - "nativeSrc": "406:12:44", - "nodeType": "YulExpressionStatement", - "src": "406:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "367:6:44", - "nodeType": "YulIdentifier", - "src": "367:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "379:1:44", - "nodeType": "YulLiteral", - "src": "379:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "382:6:44", - "nodeType": "YulIdentifier", - "src": "382:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "375:3:44", - "nodeType": "YulIdentifier", - "src": "375:3:44" - }, - "nativeSrc": "375:14:44", - "nodeType": "YulFunctionCall", - "src": "375:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "363:3:44", - "nodeType": "YulIdentifier", - "src": "363:3:44" - }, - "nativeSrc": "363:27:44", - "nodeType": "YulFunctionCall", - "src": "363:27:44" - }, - { - "kind": "number", - "nativeSrc": "392:4:44", - "nodeType": "YulLiteral", - "src": "392:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "359:3:44", - "nodeType": "YulIdentifier", - "src": "359:3:44" - }, - "nativeSrc": "359:38:44", - "nodeType": "YulFunctionCall", - "src": "359:38:44" - }, - { - "name": "end", - "nativeSrc": "399:3:44", - "nodeType": "YulIdentifier", - "src": "399:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "356:2:44", - "nodeType": "YulIdentifier", - "src": "356:2:44" - }, - "nativeSrc": "356:47:44", - "nodeType": "YulFunctionCall", - "src": "356:47:44" - }, - "nativeSrc": "353:67:44", - "nodeType": "YulIf", - "src": "353:67:44" - } - ] - }, - "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "14:412:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "106:6:44", - "nodeType": "YulTypedName", - "src": "106:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "114:3:44", - "nodeType": "YulTypedName", - "src": "114:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "122:8:44", - "nodeType": "YulTypedName", - "src": "122:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "132:6:44", - "nodeType": "YulTypedName", - "src": "132:6:44", - "type": "" - } - ], - "src": "14:412:44" - }, - { - "body": { - "nativeSrc": "592:377:44", - "nodeType": "YulBlock", - "src": "592:377:44", - "statements": [ - { - "body": { - "nativeSrc": "638:16:44", - "nodeType": "YulBlock", - "src": "638:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "647:1:44", - "nodeType": "YulLiteral", - "src": "647:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "650:1:44", - "nodeType": "YulLiteral", - "src": "650:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "640:6:44", - "nodeType": "YulIdentifier", - "src": "640:6:44" - }, - "nativeSrc": "640:12:44", - "nodeType": "YulFunctionCall", - "src": "640:12:44" - }, - "nativeSrc": "640:12:44", - "nodeType": "YulExpressionStatement", - "src": "640:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "613:7:44", - "nodeType": "YulIdentifier", - "src": "613:7:44" - }, - { - "name": "headStart", - "nativeSrc": "622:9:44", - "nodeType": "YulIdentifier", - "src": "622:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "609:3:44", - "nodeType": "YulIdentifier", - "src": "609:3:44" - }, - "nativeSrc": "609:23:44", - "nodeType": "YulFunctionCall", - "src": "609:23:44" - }, - { - "kind": "number", - "nativeSrc": "634:2:44", - "nodeType": "YulLiteral", - "src": "634:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "605:3:44", - "nodeType": "YulIdentifier", - "src": "605:3:44" - }, - "nativeSrc": "605:32:44", - "nodeType": "YulFunctionCall", - "src": "605:32:44" - }, - "nativeSrc": "602:52:44", - "nodeType": "YulIf", - "src": "602:52:44" - }, - { - "nativeSrc": "663:37:44", - "nodeType": "YulVariableDeclaration", - "src": "663:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "690:9:44", - "nodeType": "YulIdentifier", - "src": "690:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "677:12:44", - "nodeType": "YulIdentifier", - "src": "677:12:44" - }, - "nativeSrc": "677:23:44", - "nodeType": "YulFunctionCall", - "src": "677:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "667:6:44", - "nodeType": "YulTypedName", - "src": "667:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "743:16:44", - "nodeType": "YulBlock", - "src": "743:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "752:1:44", - "nodeType": "YulLiteral", - "src": "752:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "755:1:44", - "nodeType": "YulLiteral", - "src": "755:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "745:6:44", - "nodeType": "YulIdentifier", - "src": "745:6:44" - }, - "nativeSrc": "745:12:44", - "nodeType": "YulFunctionCall", - "src": "745:12:44" - }, - "nativeSrc": "745:12:44", - "nodeType": "YulExpressionStatement", - "src": "745:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "715:6:44", - "nodeType": "YulIdentifier", - "src": "715:6:44" - }, - { - "kind": "number", - "nativeSrc": "723:18:44", - "nodeType": "YulLiteral", - "src": "723:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "712:2:44", - "nodeType": "YulIdentifier", - "src": "712:2:44" - }, - "nativeSrc": "712:30:44", - "nodeType": "YulFunctionCall", - "src": "712:30:44" - }, - "nativeSrc": "709:50:44", - "nodeType": "YulIf", - "src": "709:50:44" - }, - { - "nativeSrc": "768:141:44", - "nodeType": "YulVariableDeclaration", - "src": "768:141:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "881:9:44", - "nodeType": "YulIdentifier", - "src": "881:9:44" - }, - { - "name": "offset", - "nativeSrc": "892:6:44", - "nodeType": "YulIdentifier", - "src": "892:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "877:3:44", - "nodeType": "YulIdentifier", - "src": "877:3:44" - }, - "nativeSrc": "877:22:44", - "nodeType": "YulFunctionCall", - "src": "877:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "901:7:44", - "nodeType": "YulIdentifier", - "src": "901:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "794:82:44", - "nodeType": "YulIdentifier", - "src": "794:82:44" - }, - "nativeSrc": "794:115:44", - "nodeType": "YulFunctionCall", - "src": "794:115:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "772:8:44", - "nodeType": "YulTypedName", - "src": "772:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "782:8:44", - "nodeType": "YulTypedName", - "src": "782:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "918:18:44", - "nodeType": "YulAssignment", - "src": "918:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "928:8:44", - "nodeType": "YulIdentifier", - "src": "928:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "918:6:44", - "nodeType": "YulIdentifier", - "src": "918:6:44" - } - ] - }, - { - "nativeSrc": "945:18:44", - "nodeType": "YulAssignment", - "src": "945:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "955:8:44", - "nodeType": "YulIdentifier", - "src": "955:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "945:6:44", - "nodeType": "YulIdentifier", - "src": "945:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "431:538:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "550:9:44", - "nodeType": "YulTypedName", - "src": "550:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "561:7:44", - "nodeType": "YulTypedName", - "src": "561:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "573:6:44", - "nodeType": "YulTypedName", - "src": "573:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "581:6:44", - "nodeType": "YulTypedName", - "src": "581:6:44", - "type": "" - } - ], - "src": "431:538:44" - }, - { - "body": { - "nativeSrc": "1044:156:44", - "nodeType": "YulBlock", - "src": "1044:156:44", - "statements": [ - { - "body": { - "nativeSrc": "1090:16:44", - "nodeType": "YulBlock", - "src": "1090:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1099:1:44", - "nodeType": "YulLiteral", - "src": "1099:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1102:1:44", - "nodeType": "YulLiteral", - "src": "1102:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1092:6:44", - "nodeType": "YulIdentifier", - "src": "1092:6:44" - }, - "nativeSrc": "1092:12:44", - "nodeType": "YulFunctionCall", - "src": "1092:12:44" - }, - "nativeSrc": "1092:12:44", - "nodeType": "YulExpressionStatement", - "src": "1092:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1065:7:44", - "nodeType": "YulIdentifier", - "src": "1065:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1074:9:44", - "nodeType": "YulIdentifier", - "src": "1074:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1061:3:44", - "nodeType": "YulIdentifier", - "src": "1061:3:44" - }, - "nativeSrc": "1061:23:44", - "nodeType": "YulFunctionCall", - "src": "1061:23:44" - }, - { - "kind": "number", - "nativeSrc": "1086:2:44", - "nodeType": "YulLiteral", - "src": "1086:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1057:3:44", - "nodeType": "YulIdentifier", - "src": "1057:3:44" - }, - "nativeSrc": "1057:32:44", - "nodeType": "YulFunctionCall", - "src": "1057:32:44" - }, - "nativeSrc": "1054:52:44", - "nodeType": "YulIf", - "src": "1054:52:44" - }, - { - "nativeSrc": "1115:14:44", - "nodeType": "YulVariableDeclaration", - "src": "1115:14:44", - "value": { - "kind": "number", - "nativeSrc": "1128:1:44", - "nodeType": "YulLiteral", - "src": "1128:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "1119:5:44", - "nodeType": "YulTypedName", - "src": "1119:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1138:32:44", - "nodeType": "YulAssignment", - "src": "1138:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1160:9:44", - "nodeType": "YulIdentifier", - "src": "1160:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1147:12:44", - "nodeType": "YulIdentifier", - "src": "1147:12:44" - }, - "nativeSrc": "1147:23:44", - "nodeType": "YulFunctionCall", - "src": "1147:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "1138:5:44", - "nodeType": "YulIdentifier", - "src": "1138:5:44" - } - ] - }, - { - "nativeSrc": "1179:15:44", - "nodeType": "YulAssignment", - "src": "1179:15:44", - "value": { - "name": "value", - "nativeSrc": "1189:5:44", - "nodeType": "YulIdentifier", - "src": "1189:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1179:6:44", - "nodeType": "YulIdentifier", - "src": "1179:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "974:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1010:9:44", - "nodeType": "YulTypedName", - "src": "1010:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1021:7:44", - "nodeType": "YulTypedName", - "src": "1021:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1033:6:44", - "nodeType": "YulTypedName", - "src": "1033:6:44", - "type": "" - } - ], - "src": "974:226:44" - }, - { - "body": { - "nativeSrc": "1306:125:44", - "nodeType": "YulBlock", - "src": "1306:125:44", - "statements": [ - { - "nativeSrc": "1316:26:44", - "nodeType": "YulAssignment", - "src": "1316:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1328:9:44", - "nodeType": "YulIdentifier", - "src": "1328:9:44" - }, - { - "kind": "number", - "nativeSrc": "1339:2:44", - "nodeType": "YulLiteral", - "src": "1339:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1324:3:44", - "nodeType": "YulIdentifier", - "src": "1324:3:44" - }, - "nativeSrc": "1324:18:44", - "nodeType": "YulFunctionCall", - "src": "1324:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1316:4:44", - "nodeType": "YulIdentifier", - "src": "1316:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1358:9:44", - "nodeType": "YulIdentifier", - "src": "1358:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1373:6:44", - "nodeType": "YulIdentifier", - "src": "1373:6:44" - }, - { - "kind": "number", - "nativeSrc": "1381:42:44", - "nodeType": "YulLiteral", - "src": "1381:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1369:3:44", - "nodeType": "YulIdentifier", - "src": "1369:3:44" - }, - "nativeSrc": "1369:55:44", - "nodeType": "YulFunctionCall", - "src": "1369:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1351:6:44", - "nodeType": "YulIdentifier", - "src": "1351:6:44" - }, - "nativeSrc": "1351:74:44", - "nodeType": "YulFunctionCall", - "src": "1351:74:44" - }, - "nativeSrc": "1351:74:44", - "nodeType": "YulExpressionStatement", - "src": "1351:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "1205:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1275:9:44", - "nodeType": "YulTypedName", - "src": "1275:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1286:6:44", - "nodeType": "YulTypedName", - "src": "1286:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1297:4:44", - "nodeType": "YulTypedName", - "src": "1297:4:44", - "type": "" - } - ], - "src": "1205:226:44" - }, - { - "body": { - "nativeSrc": "1537:76:44", - "nodeType": "YulBlock", - "src": "1537:76:44", - "statements": [ - { - "nativeSrc": "1547:26:44", - "nodeType": "YulAssignment", - "src": "1547:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1559:9:44", - "nodeType": "YulIdentifier", - "src": "1559:9:44" - }, - { - "kind": "number", - "nativeSrc": "1570:2:44", - "nodeType": "YulLiteral", - "src": "1570:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1555:3:44", - "nodeType": "YulIdentifier", - "src": "1555:3:44" - }, - "nativeSrc": "1555:18:44", - "nodeType": "YulFunctionCall", - "src": "1555:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1547:4:44", - "nodeType": "YulIdentifier", - "src": "1547:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1589:9:44", - "nodeType": "YulIdentifier", - "src": "1589:9:44" - }, - { - "name": "value0", - "nativeSrc": "1600:6:44", - "nodeType": "YulIdentifier", - "src": "1600:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1582:6:44", - "nodeType": "YulIdentifier", - "src": "1582:6:44" - }, - "nativeSrc": "1582:25:44", - "nodeType": "YulFunctionCall", - "src": "1582:25:44" - }, - "nativeSrc": "1582:25:44", - "nodeType": "YulExpressionStatement", - "src": "1582:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "1436:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1506:9:44", - "nodeType": "YulTypedName", - "src": "1506:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1517:6:44", - "nodeType": "YulTypedName", - "src": "1517:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1528:4:44", - "nodeType": "YulTypedName", - "src": "1528:4:44", - "type": "" - } - ], - "src": "1436:177:44" - }, - { - "body": { - "nativeSrc": "1684:184:44", - "nodeType": "YulBlock", - "src": "1684:184:44", - "statements": [ - { - "nativeSrc": "1694:10:44", - "nodeType": "YulVariableDeclaration", - "src": "1694:10:44", - "value": { - "kind": "number", - "nativeSrc": "1703:1:44", - "nodeType": "YulLiteral", - "src": "1703:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "1698:1:44", - "nodeType": "YulTypedName", - "src": "1698:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1763:63:44", - "nodeType": "YulBlock", - "src": "1763:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "1788:3:44", - "nodeType": "YulIdentifier", - "src": "1788:3:44" - }, - { - "name": "i", - "nativeSrc": "1793:1:44", - "nodeType": "YulIdentifier", - "src": "1793:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1784:3:44", - "nodeType": "YulIdentifier", - "src": "1784:3:44" - }, - "nativeSrc": "1784:11:44", - "nodeType": "YulFunctionCall", - "src": "1784:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "1807:3:44", - "nodeType": "YulIdentifier", - "src": "1807:3:44" - }, - { - "name": "i", - "nativeSrc": "1812:1:44", - "nodeType": "YulIdentifier", - "src": "1812:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1803:3:44", - "nodeType": "YulIdentifier", - "src": "1803:3:44" - }, - "nativeSrc": "1803:11:44", - "nodeType": "YulFunctionCall", - "src": "1803:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1797:5:44", - "nodeType": "YulIdentifier", - "src": "1797:5:44" - }, - "nativeSrc": "1797:18:44", - "nodeType": "YulFunctionCall", - "src": "1797:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1777:6:44", - "nodeType": "YulIdentifier", - "src": "1777:6:44" - }, - "nativeSrc": "1777:39:44", - "nodeType": "YulFunctionCall", - "src": "1777:39:44" - }, - "nativeSrc": "1777:39:44", - "nodeType": "YulExpressionStatement", - "src": "1777:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "1724:1:44", - "nodeType": "YulIdentifier", - "src": "1724:1:44" - }, - { - "name": "length", - "nativeSrc": "1727:6:44", - "nodeType": "YulIdentifier", - "src": "1727:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1721:2:44", - "nodeType": "YulIdentifier", - "src": "1721:2:44" - }, - "nativeSrc": "1721:13:44", - "nodeType": "YulFunctionCall", - "src": "1721:13:44" - }, - "nativeSrc": "1713:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "1735:19:44", - "nodeType": "YulBlock", - "src": "1735:19:44", - "statements": [ - { - "nativeSrc": "1737:15:44", - "nodeType": "YulAssignment", - "src": "1737:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "1746:1:44", - "nodeType": "YulIdentifier", - "src": "1746:1:44" - }, - { - "kind": "number", - "nativeSrc": "1749:2:44", - "nodeType": "YulLiteral", - "src": "1749:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1742:3:44", - "nodeType": "YulIdentifier", - "src": "1742:3:44" - }, - "nativeSrc": "1742:10:44", - "nodeType": "YulFunctionCall", - "src": "1742:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "1737:1:44", - "nodeType": "YulIdentifier", - "src": "1737:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "1717:3:44", - "nodeType": "YulBlock", - "src": "1717:3:44", - "statements": [] - }, - "src": "1713:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "1846:3:44", - "nodeType": "YulIdentifier", - "src": "1846:3:44" - }, - { - "name": "length", - "nativeSrc": "1851:6:44", - "nodeType": "YulIdentifier", - "src": "1851:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1842:3:44", - "nodeType": "YulIdentifier", - "src": "1842:3:44" - }, - "nativeSrc": "1842:16:44", - "nodeType": "YulFunctionCall", - "src": "1842:16:44" - }, - { - "kind": "number", - "nativeSrc": "1860:1:44", - "nodeType": "YulLiteral", - "src": "1860:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1835:6:44", - "nodeType": "YulIdentifier", - "src": "1835:6:44" - }, - "nativeSrc": "1835:27:44", - "nodeType": "YulFunctionCall", - "src": "1835:27:44" - }, - "nativeSrc": "1835:27:44", - "nodeType": "YulExpressionStatement", - "src": "1835:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1618:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "1662:3:44", - "nodeType": "YulTypedName", - "src": "1662:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "1667:3:44", - "nodeType": "YulTypedName", - "src": "1667:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "1672:6:44", - "nodeType": "YulTypedName", - "src": "1672:6:44", - "type": "" - } - ], - "src": "1618:250:44" - }, - { - "body": { - "nativeSrc": "1923:221:44", - "nodeType": "YulBlock", - "src": "1923:221:44", - "statements": [ - { - "nativeSrc": "1933:26:44", - "nodeType": "YulVariableDeclaration", - "src": "1933:26:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "1953:5:44", - "nodeType": "YulIdentifier", - "src": "1953:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1947:5:44", - "nodeType": "YulIdentifier", - "src": "1947:5:44" - }, - "nativeSrc": "1947:12:44", - "nodeType": "YulFunctionCall", - "src": "1947:12:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "1937:6:44", - "nodeType": "YulTypedName", - "src": "1937:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "1975:3:44", - "nodeType": "YulIdentifier", - "src": "1975:3:44" - }, - { - "name": "length", - "nativeSrc": "1980:6:44", - "nodeType": "YulIdentifier", - "src": "1980:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1968:6:44", - "nodeType": "YulIdentifier", - "src": "1968:6:44" - }, - "nativeSrc": "1968:19:44", - "nodeType": "YulFunctionCall", - "src": "1968:19:44" - }, - "nativeSrc": "1968:19:44", - "nodeType": "YulExpressionStatement", - "src": "1968:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2035:5:44", - "nodeType": "YulIdentifier", - "src": "2035:5:44" - }, - { - "kind": "number", - "nativeSrc": "2042:4:44", - "nodeType": "YulLiteral", - "src": "2042:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2031:3:44", - "nodeType": "YulIdentifier", - "src": "2031:3:44" - }, - "nativeSrc": "2031:16:44", - "nodeType": "YulFunctionCall", - "src": "2031:16:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "2053:3:44", - "nodeType": "YulIdentifier", - "src": "2053:3:44" - }, - { - "kind": "number", - "nativeSrc": "2058:4:44", - "nodeType": "YulLiteral", - "src": "2058:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2049:3:44", - "nodeType": "YulIdentifier", - "src": "2049:3:44" - }, - "nativeSrc": "2049:14:44", - "nodeType": "YulFunctionCall", - "src": "2049:14:44" - }, - { - "name": "length", - "nativeSrc": "2065:6:44", - "nodeType": "YulIdentifier", - "src": "2065:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "1996:34:44", - "nodeType": "YulIdentifier", - "src": "1996:34:44" - }, - "nativeSrc": "1996:76:44", - "nodeType": "YulFunctionCall", - "src": "1996:76:44" - }, - "nativeSrc": "1996:76:44", - "nodeType": "YulExpressionStatement", - "src": "1996:76:44" - }, - { - "nativeSrc": "2081:57:44", - "nodeType": "YulAssignment", - "src": "2081:57:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "2096:3:44", - "nodeType": "YulIdentifier", - "src": "2096:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "2109:6:44", - "nodeType": "YulIdentifier", - "src": "2109:6:44" - }, - { - "kind": "number", - "nativeSrc": "2117:2:44", - "nodeType": "YulLiteral", - "src": "2117:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2105:3:44", - "nodeType": "YulIdentifier", - "src": "2105:3:44" - }, - "nativeSrc": "2105:15:44", - "nodeType": "YulFunctionCall", - "src": "2105:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2126:2:44", - "nodeType": "YulLiteral", - "src": "2126:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2122:3:44", - "nodeType": "YulIdentifier", - "src": "2122:3:44" - }, - "nativeSrc": "2122:7:44", - "nodeType": "YulFunctionCall", - "src": "2122:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2101:3:44", - "nodeType": "YulIdentifier", - "src": "2101:3:44" - }, - "nativeSrc": "2101:29:44", - "nodeType": "YulFunctionCall", - "src": "2101:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2092:3:44", - "nodeType": "YulIdentifier", - "src": "2092:3:44" - }, - "nativeSrc": "2092:39:44", - "nodeType": "YulFunctionCall", - "src": "2092:39:44" - }, - { - "kind": "number", - "nativeSrc": "2133:4:44", - "nodeType": "YulLiteral", - "src": "2133:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2088:3:44", - "nodeType": "YulIdentifier", - "src": "2088:3:44" - }, - "nativeSrc": "2088:50:44", - "nodeType": "YulFunctionCall", - "src": "2088:50:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "2081:3:44", - "nodeType": "YulIdentifier", - "src": "2081:3:44" - } - ] - } - ] - }, - "name": "abi_encode_string", - "nativeSrc": "1873:271:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "1900:5:44", - "nodeType": "YulTypedName", - "src": "1900:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "1907:3:44", - "nodeType": "YulTypedName", - "src": "1907:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "1915:3:44", - "nodeType": "YulTypedName", - "src": "1915:3:44", - "type": "" - } - ], - "src": "1873:271:44" - }, - { - "body": { - "nativeSrc": "2270:99:44", - "nodeType": "YulBlock", - "src": "2270:99:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2287:9:44", - "nodeType": "YulIdentifier", - "src": "2287:9:44" - }, - { - "kind": "number", - "nativeSrc": "2298:2:44", - "nodeType": "YulLiteral", - "src": "2298:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2280:6:44", - "nodeType": "YulIdentifier", - "src": "2280:6:44" - }, - "nativeSrc": "2280:21:44", - "nodeType": "YulFunctionCall", - "src": "2280:21:44" - }, - "nativeSrc": "2280:21:44", - "nodeType": "YulExpressionStatement", - "src": "2280:21:44" - }, - { - "nativeSrc": "2310:53:44", - "nodeType": "YulAssignment", - "src": "2310:53:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2336:6:44", - "nodeType": "YulIdentifier", - "src": "2336:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2348:9:44", - "nodeType": "YulIdentifier", - "src": "2348:9:44" - }, - { - "kind": "number", - "nativeSrc": "2359:2:44", - "nodeType": "YulLiteral", - "src": "2359:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2344:3:44", - "nodeType": "YulIdentifier", - "src": "2344:3:44" - }, - "nativeSrc": "2344:18:44", - "nodeType": "YulFunctionCall", - "src": "2344:18:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "2318:17:44", - "nodeType": "YulIdentifier", - "src": "2318:17:44" - }, - "nativeSrc": "2318:45:44", - "nodeType": "YulFunctionCall", - "src": "2318:45:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2310:4:44", - "nodeType": "YulIdentifier", - "src": "2310:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "2149:220:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2239:9:44", - "nodeType": "YulTypedName", - "src": "2239:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2250:6:44", - "nodeType": "YulTypedName", - "src": "2250:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2261:4:44", - "nodeType": "YulTypedName", - "src": "2261:4:44", - "type": "" - } - ], - "src": "2149:220:44" - }, - { - "body": { - "nativeSrc": "2496:290:44", - "nodeType": "YulBlock", - "src": "2496:290:44", - "statements": [ - { - "body": { - "nativeSrc": "2542:16:44", - "nodeType": "YulBlock", - "src": "2542:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2551:1:44", - "nodeType": "YulLiteral", - "src": "2551:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2554:1:44", - "nodeType": "YulLiteral", - "src": "2554:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2544:6:44", - "nodeType": "YulIdentifier", - "src": "2544:6:44" - }, - "nativeSrc": "2544:12:44", - "nodeType": "YulFunctionCall", - "src": "2544:12:44" - }, - "nativeSrc": "2544:12:44", - "nodeType": "YulExpressionStatement", - "src": "2544:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2517:7:44", - "nodeType": "YulIdentifier", - "src": "2517:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2526:9:44", - "nodeType": "YulIdentifier", - "src": "2526:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2513:3:44", - "nodeType": "YulIdentifier", - "src": "2513:3:44" - }, - "nativeSrc": "2513:23:44", - "nodeType": "YulFunctionCall", - "src": "2513:23:44" - }, - { - "kind": "number", - "nativeSrc": "2538:2:44", - "nodeType": "YulLiteral", - "src": "2538:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2509:3:44", - "nodeType": "YulIdentifier", - "src": "2509:3:44" - }, - "nativeSrc": "2509:32:44", - "nodeType": "YulFunctionCall", - "src": "2509:32:44" - }, - "nativeSrc": "2506:52:44", - "nodeType": "YulIf", - "src": "2506:52:44" - }, - { - "nativeSrc": "2567:37:44", - "nodeType": "YulVariableDeclaration", - "src": "2567:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2594:9:44", - "nodeType": "YulIdentifier", - "src": "2594:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2581:12:44", - "nodeType": "YulIdentifier", - "src": "2581:12:44" - }, - "nativeSrc": "2581:23:44", - "nodeType": "YulFunctionCall", - "src": "2581:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "2571:6:44", - "nodeType": "YulTypedName", - "src": "2571:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2647:16:44", - "nodeType": "YulBlock", - "src": "2647:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2656:1:44", - "nodeType": "YulLiteral", - "src": "2656:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2659:1:44", - "nodeType": "YulLiteral", - "src": "2659:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2649:6:44", - "nodeType": "YulIdentifier", - "src": "2649:6:44" - }, - "nativeSrc": "2649:12:44", - "nodeType": "YulFunctionCall", - "src": "2649:12:44" - }, - "nativeSrc": "2649:12:44", - "nodeType": "YulExpressionStatement", - "src": "2649:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2619:6:44", - "nodeType": "YulIdentifier", - "src": "2619:6:44" - }, - { - "kind": "number", - "nativeSrc": "2627:18:44", - "nodeType": "YulLiteral", - "src": "2627:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2616:2:44", - "nodeType": "YulIdentifier", - "src": "2616:2:44" - }, - "nativeSrc": "2616:30:44", - "nodeType": "YulFunctionCall", - "src": "2616:30:44" - }, - "nativeSrc": "2613:50:44", - "nodeType": "YulIf", - "src": "2613:50:44" - }, - { - "nativeSrc": "2672:32:44", - "nodeType": "YulVariableDeclaration", - "src": "2672:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2686:9:44", - "nodeType": "YulIdentifier", - "src": "2686:9:44" - }, - { - "name": "offset", - "nativeSrc": "2697:6:44", - "nodeType": "YulIdentifier", - "src": "2697:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2682:3:44", - "nodeType": "YulIdentifier", - "src": "2682:3:44" - }, - "nativeSrc": "2682:22:44", - "nodeType": "YulFunctionCall", - "src": "2682:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "2676:2:44", - "nodeType": "YulTypedName", - "src": "2676:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2743:16:44", - "nodeType": "YulBlock", - "src": "2743:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2752:1:44", - "nodeType": "YulLiteral", - "src": "2752:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2755:1:44", - "nodeType": "YulLiteral", - "src": "2755:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2745:6:44", - "nodeType": "YulIdentifier", - "src": "2745:6:44" - }, - "nativeSrc": "2745:12:44", - "nodeType": "YulFunctionCall", - "src": "2745:12:44" - }, - "nativeSrc": "2745:12:44", - "nodeType": "YulExpressionStatement", - "src": "2745:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2724:7:44", - "nodeType": "YulIdentifier", - "src": "2724:7:44" - }, - { - "name": "_1", - "nativeSrc": "2733:2:44", - "nodeType": "YulIdentifier", - "src": "2733:2:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2720:3:44", - "nodeType": "YulIdentifier", - "src": "2720:3:44" - }, - "nativeSrc": "2720:16:44", - "nodeType": "YulFunctionCall", - "src": "2720:16:44" - }, - { - "kind": "number", - "nativeSrc": "2738:3:44", - "nodeType": "YulLiteral", - "src": "2738:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2716:3:44", - "nodeType": "YulIdentifier", - "src": "2716:3:44" - }, - "nativeSrc": "2716:26:44", - "nodeType": "YulFunctionCall", - "src": "2716:26:44" - }, - "nativeSrc": "2713:46:44", - "nodeType": "YulIf", - "src": "2713:46:44" - }, - { - "nativeSrc": "2768:12:44", - "nodeType": "YulAssignment", - "src": "2768:12:44", - "value": { - "name": "_1", - "nativeSrc": "2778:2:44", - "nodeType": "YulIdentifier", - "src": "2778:2:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2768:6:44", - "nodeType": "YulIdentifier", - "src": "2768:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr", - "nativeSrc": "2374:412:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2462:9:44", - "nodeType": "YulTypedName", - "src": "2462:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2473:7:44", - "nodeType": "YulTypedName", - "src": "2473:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2485:6:44", - "nodeType": "YulTypedName", - "src": "2485:6:44", - "type": "" - } - ], - "src": "2374:412:44" - }, - { - "body": { - "nativeSrc": "2905:125:44", - "nodeType": "YulBlock", - "src": "2905:125:44", - "statements": [ - { - "nativeSrc": "2915:26:44", - "nodeType": "YulAssignment", - "src": "2915:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2927:9:44", - "nodeType": "YulIdentifier", - "src": "2927:9:44" - }, - { - "kind": "number", - "nativeSrc": "2938:2:44", - "nodeType": "YulLiteral", - "src": "2938:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2923:3:44", - "nodeType": "YulIdentifier", - "src": "2923:3:44" - }, - "nativeSrc": "2923:18:44", - "nodeType": "YulFunctionCall", - "src": "2923:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2915:4:44", - "nodeType": "YulIdentifier", - "src": "2915:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2957:9:44", - "nodeType": "YulIdentifier", - "src": "2957:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2972:6:44", - "nodeType": "YulIdentifier", - "src": "2972:6:44" - }, - { - "kind": "number", - "nativeSrc": "2980:42:44", - "nodeType": "YulLiteral", - "src": "2980:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2968:3:44", - "nodeType": "YulIdentifier", - "src": "2968:3:44" - }, - "nativeSrc": "2968:55:44", - "nodeType": "YulFunctionCall", - "src": "2968:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2950:6:44", - "nodeType": "YulIdentifier", - "src": "2950:6:44" - }, - "nativeSrc": "2950:74:44", - "nodeType": "YulFunctionCall", - "src": "2950:74:44" - }, - "nativeSrc": "2950:74:44", - "nodeType": "YulExpressionStatement", - "src": "2950:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", - "nativeSrc": "2791:239:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2874:9:44", - "nodeType": "YulTypedName", - "src": "2874:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2885:6:44", - "nodeType": "YulTypedName", - "src": "2885:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2896:4:44", - "nodeType": "YulTypedName", - "src": "2896:4:44", - "type": "" - } - ], - "src": "2791:239:44" - }, - { - "body": { - "nativeSrc": "3392:957:44", - "nodeType": "YulBlock", - "src": "3392:957:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3409:9:44", - "nodeType": "YulIdentifier", - "src": "3409:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3424:6:44", - "nodeType": "YulIdentifier", - "src": "3424:6:44" - }, - { - "kind": "number", - "nativeSrc": "3432:66:44", - "nodeType": "YulLiteral", - "src": "3432:66:44", - "type": "", - "value": "0xff00000000000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3420:3:44", - "nodeType": "YulIdentifier", - "src": "3420:3:44" - }, - "nativeSrc": "3420:79:44", - "nodeType": "YulFunctionCall", - "src": "3420:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3402:6:44", - "nodeType": "YulIdentifier", - "src": "3402:6:44" - }, - "nativeSrc": "3402:98:44", - "nodeType": "YulFunctionCall", - "src": "3402:98:44" - }, - "nativeSrc": "3402:98:44", - "nodeType": "YulExpressionStatement", - "src": "3402:98:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3520:9:44", - "nodeType": "YulIdentifier", - "src": "3520:9:44" - }, - { - "kind": "number", - "nativeSrc": "3531:2:44", - "nodeType": "YulLiteral", - "src": "3531:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3516:3:44", - "nodeType": "YulIdentifier", - "src": "3516:3:44" - }, - "nativeSrc": "3516:18:44", - "nodeType": "YulFunctionCall", - "src": "3516:18:44" - }, - { - "kind": "number", - "nativeSrc": "3536:3:44", - "nodeType": "YulLiteral", - "src": "3536:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3509:6:44", - "nodeType": "YulIdentifier", - "src": "3509:6:44" - }, - "nativeSrc": "3509:31:44", - "nodeType": "YulFunctionCall", - "src": "3509:31:44" - }, - "nativeSrc": "3509:31:44", - "nodeType": "YulExpressionStatement", - "src": "3509:31:44" - }, - { - "nativeSrc": "3549:60:44", - "nodeType": "YulVariableDeclaration", - "src": "3549:60:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "3581:6:44", - "nodeType": "YulIdentifier", - "src": "3581:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3593:9:44", - "nodeType": "YulIdentifier", - "src": "3593:9:44" - }, - { - "kind": "number", - "nativeSrc": "3604:3:44", - "nodeType": "YulLiteral", - "src": "3604:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3589:3:44", - "nodeType": "YulIdentifier", - "src": "3589:3:44" - }, - "nativeSrc": "3589:19:44", - "nodeType": "YulFunctionCall", - "src": "3589:19:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "3563:17:44", - "nodeType": "YulIdentifier", - "src": "3563:17:44" - }, - "nativeSrc": "3563:46:44", - "nodeType": "YulFunctionCall", - "src": "3563:46:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "3553:6:44", - "nodeType": "YulTypedName", - "src": "3553:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3629:9:44", - "nodeType": "YulIdentifier", - "src": "3629:9:44" - }, - { - "kind": "number", - "nativeSrc": "3640:2:44", - "nodeType": "YulLiteral", - "src": "3640:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3625:3:44", - "nodeType": "YulIdentifier", - "src": "3625:3:44" - }, - "nativeSrc": "3625:18:44", - "nodeType": "YulFunctionCall", - "src": "3625:18:44" - }, - { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "3649:6:44", - "nodeType": "YulIdentifier", - "src": "3649:6:44" - }, - { - "name": "headStart", - "nativeSrc": "3657:9:44", - "nodeType": "YulIdentifier", - "src": "3657:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3645:3:44", - "nodeType": "YulIdentifier", - "src": "3645:3:44" - }, - "nativeSrc": "3645:22:44", - "nodeType": "YulFunctionCall", - "src": "3645:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3618:6:44", - "nodeType": "YulIdentifier", - "src": "3618:6:44" - }, - "nativeSrc": "3618:50:44", - "nodeType": "YulFunctionCall", - "src": "3618:50:44" - }, - "nativeSrc": "3618:50:44", - "nodeType": "YulExpressionStatement", - "src": "3618:50:44" - }, - { - "nativeSrc": "3677:47:44", - "nodeType": "YulVariableDeclaration", - "src": "3677:47:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "3709:6:44", - "nodeType": "YulIdentifier", - "src": "3709:6:44" - }, - { - "name": "tail_1", - "nativeSrc": "3717:6:44", - "nodeType": "YulIdentifier", - "src": "3717:6:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "3691:17:44", - "nodeType": "YulIdentifier", - "src": "3691:17:44" - }, - "nativeSrc": "3691:33:44", - "nodeType": "YulFunctionCall", - "src": "3691:33:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "3681:6:44", - "nodeType": "YulTypedName", - "src": "3681:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3744:9:44", - "nodeType": "YulIdentifier", - "src": "3744:9:44" - }, - { - "kind": "number", - "nativeSrc": "3755:2:44", - "nodeType": "YulLiteral", - "src": "3755:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3740:3:44", - "nodeType": "YulIdentifier", - "src": "3740:3:44" - }, - "nativeSrc": "3740:18:44", - "nodeType": "YulFunctionCall", - "src": "3740:18:44" - }, - { - "name": "value3", - "nativeSrc": "3760:6:44", - "nodeType": "YulIdentifier", - "src": "3760:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3733:6:44", - "nodeType": "YulIdentifier", - "src": "3733:6:44" - }, - "nativeSrc": "3733:34:44", - "nodeType": "YulFunctionCall", - "src": "3733:34:44" - }, - "nativeSrc": "3733:34:44", - "nodeType": "YulExpressionStatement", - "src": "3733:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3787:9:44", - "nodeType": "YulIdentifier", - "src": "3787:9:44" - }, - { - "kind": "number", - "nativeSrc": "3798:3:44", - "nodeType": "YulLiteral", - "src": "3798:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3783:3:44", - "nodeType": "YulIdentifier", - "src": "3783:3:44" - }, - "nativeSrc": "3783:19:44", - "nodeType": "YulFunctionCall", - "src": "3783:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "3808:6:44", - "nodeType": "YulIdentifier", - "src": "3808:6:44" - }, - { - "kind": "number", - "nativeSrc": "3816:42:44", - "nodeType": "YulLiteral", - "src": "3816:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3804:3:44", - "nodeType": "YulIdentifier", - "src": "3804:3:44" - }, - "nativeSrc": "3804:55:44", - "nodeType": "YulFunctionCall", - "src": "3804:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3776:6:44", - "nodeType": "YulIdentifier", - "src": "3776:6:44" - }, - "nativeSrc": "3776:84:44", - "nodeType": "YulFunctionCall", - "src": "3776:84:44" - }, - "nativeSrc": "3776:84:44", - "nodeType": "YulExpressionStatement", - "src": "3776:84:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3880:9:44", - "nodeType": "YulIdentifier", - "src": "3880:9:44" - }, - { - "kind": "number", - "nativeSrc": "3891:3:44", - "nodeType": "YulLiteral", - "src": "3891:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3876:3:44", - "nodeType": "YulIdentifier", - "src": "3876:3:44" - }, - "nativeSrc": "3876:19:44", - "nodeType": "YulFunctionCall", - "src": "3876:19:44" - }, - { - "name": "value5", - "nativeSrc": "3897:6:44", - "nodeType": "YulIdentifier", - "src": "3897:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3869:6:44", - "nodeType": "YulIdentifier", - "src": "3869:6:44" - }, - "nativeSrc": "3869:35:44", - "nodeType": "YulFunctionCall", - "src": "3869:35:44" - }, - "nativeSrc": "3869:35:44", - "nodeType": "YulExpressionStatement", - "src": "3869:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3924:9:44", - "nodeType": "YulIdentifier", - "src": "3924:9:44" - }, - { - "kind": "number", - "nativeSrc": "3935:3:44", - "nodeType": "YulLiteral", - "src": "3935:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3920:3:44", - "nodeType": "YulIdentifier", - "src": "3920:3:44" - }, - "nativeSrc": "3920:19:44", - "nodeType": "YulFunctionCall", - "src": "3920:19:44" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "3945:6:44", - "nodeType": "YulIdentifier", - "src": "3945:6:44" - }, - { - "name": "headStart", - "nativeSrc": "3953:9:44", - "nodeType": "YulIdentifier", - "src": "3953:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3941:3:44", - "nodeType": "YulIdentifier", - "src": "3941:3:44" - }, - "nativeSrc": "3941:22:44", - "nodeType": "YulFunctionCall", - "src": "3941:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3913:6:44", - "nodeType": "YulIdentifier", - "src": "3913:6:44" - }, - "nativeSrc": "3913:51:44", - "nodeType": "YulFunctionCall", - "src": "3913:51:44" - }, - "nativeSrc": "3913:51:44", - "nodeType": "YulExpressionStatement", - "src": "3913:51:44" - }, - { - "nativeSrc": "3973:17:44", - "nodeType": "YulVariableDeclaration", - "src": "3973:17:44", - "value": { - "name": "tail_2", - "nativeSrc": "3984:6:44", - "nodeType": "YulIdentifier", - "src": "3984:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "3977:3:44", - "nodeType": "YulTypedName", - "src": "3977:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3999:27:44", - "nodeType": "YulVariableDeclaration", - "src": "3999:27:44", - "value": { - "arguments": [ - { - "name": "value6", - "nativeSrc": "4019:6:44", - "nodeType": "YulIdentifier", - "src": "4019:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4013:5:44", - "nodeType": "YulIdentifier", - "src": "4013:5:44" - }, - "nativeSrc": "4013:13:44", - "nodeType": "YulFunctionCall", - "src": "4013:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "4003:6:44", - "nodeType": "YulTypedName", - "src": "4003:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "4042:6:44", - "nodeType": "YulIdentifier", - "src": "4042:6:44" - }, - { - "name": "length", - "nativeSrc": "4050:6:44", - "nodeType": "YulIdentifier", - "src": "4050:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4035:6:44", - "nodeType": "YulIdentifier", - "src": "4035:6:44" - }, - "nativeSrc": "4035:22:44", - "nodeType": "YulFunctionCall", - "src": "4035:22:44" - }, - "nativeSrc": "4035:22:44", - "nodeType": "YulExpressionStatement", - "src": "4035:22:44" - }, - { - "nativeSrc": "4066:22:44", - "nodeType": "YulAssignment", - "src": "4066:22:44", - "value": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "4077:6:44", - "nodeType": "YulIdentifier", - "src": "4077:6:44" - }, - { - "kind": "number", - "nativeSrc": "4085:2:44", - "nodeType": "YulLiteral", - "src": "4085:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4073:3:44", - "nodeType": "YulIdentifier", - "src": "4073:3:44" - }, - "nativeSrc": "4073:15:44", - "nodeType": "YulFunctionCall", - "src": "4073:15:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4066:3:44", - "nodeType": "YulIdentifier", - "src": "4066:3:44" - } - ] - }, - { - "nativeSrc": "4097:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4097:29:44", - "value": { - "arguments": [ - { - "name": "value6", - "nativeSrc": "4115:6:44", - "nodeType": "YulIdentifier", - "src": "4115:6:44" - }, - { - "kind": "number", - "nativeSrc": "4123:2:44", - "nodeType": "YulLiteral", - "src": "4123:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4111:3:44", - "nodeType": "YulIdentifier", - "src": "4111:3:44" - }, - "nativeSrc": "4111:15:44", - "nodeType": "YulFunctionCall", - "src": "4111:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "4101:6:44", - "nodeType": "YulTypedName", - "src": "4101:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4135:10:44", - "nodeType": "YulVariableDeclaration", - "src": "4135:10:44", - "value": { - "kind": "number", - "nativeSrc": "4144:1:44", - "nodeType": "YulLiteral", - "src": "4144:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "4139:1:44", - "nodeType": "YulTypedName", - "src": "4139:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4203:120:44", - "nodeType": "YulBlock", - "src": "4203:120:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4224:3:44", - "nodeType": "YulIdentifier", - "src": "4224:3:44" - }, - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4235:6:44", - "nodeType": "YulIdentifier", - "src": "4235:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4229:5:44", - "nodeType": "YulIdentifier", - "src": "4229:5:44" - }, - "nativeSrc": "4229:13:44", - "nodeType": "YulFunctionCall", - "src": "4229:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4217:6:44", - "nodeType": "YulIdentifier", - "src": "4217:6:44" - }, - "nativeSrc": "4217:26:44", - "nodeType": "YulFunctionCall", - "src": "4217:26:44" - }, - "nativeSrc": "4217:26:44", - "nodeType": "YulExpressionStatement", - "src": "4217:26:44" - }, - { - "nativeSrc": "4256:19:44", - "nodeType": "YulAssignment", - "src": "4256:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4267:3:44", - "nodeType": "YulIdentifier", - "src": "4267:3:44" - }, - { - "kind": "number", - "nativeSrc": "4272:2:44", - "nodeType": "YulLiteral", - "src": "4272:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4263:3:44", - "nodeType": "YulIdentifier", - "src": "4263:3:44" - }, - "nativeSrc": "4263:12:44", - "nodeType": "YulFunctionCall", - "src": "4263:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4256:3:44", - "nodeType": "YulIdentifier", - "src": "4256:3:44" - } - ] - }, - { - "nativeSrc": "4288:25:44", - "nodeType": "YulAssignment", - "src": "4288:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4302:6:44", - "nodeType": "YulIdentifier", - "src": "4302:6:44" - }, - { - "kind": "number", - "nativeSrc": "4310:2:44", - "nodeType": "YulLiteral", - "src": "4310:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4298:3:44", - "nodeType": "YulIdentifier", - "src": "4298:3:44" - }, - "nativeSrc": "4298:15:44", - "nodeType": "YulFunctionCall", - "src": "4298:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "4288:6:44", - "nodeType": "YulIdentifier", - "src": "4288:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4165:1:44", - "nodeType": "YulIdentifier", - "src": "4165:1:44" - }, - { - "name": "length", - "nativeSrc": "4168:6:44", - "nodeType": "YulIdentifier", - "src": "4168:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4162:2:44", - "nodeType": "YulIdentifier", - "src": "4162:2:44" - }, - "nativeSrc": "4162:13:44", - "nodeType": "YulFunctionCall", - "src": "4162:13:44" - }, - "nativeSrc": "4154:169:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "4176:18:44", - "nodeType": "YulBlock", - "src": "4176:18:44", - "statements": [ - { - "nativeSrc": "4178:14:44", - "nodeType": "YulAssignment", - "src": "4178:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4187:1:44", - "nodeType": "YulIdentifier", - "src": "4187:1:44" - }, - { - "kind": "number", - "nativeSrc": "4190:1:44", - "nodeType": "YulLiteral", - "src": "4190:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4183:3:44", - "nodeType": "YulIdentifier", - "src": "4183:3:44" - }, - "nativeSrc": "4183:9:44", - "nodeType": "YulFunctionCall", - "src": "4183:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "4178:1:44", - "nodeType": "YulIdentifier", - "src": "4178:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "4158:3:44", - "nodeType": "YulBlock", - "src": "4158:3:44", - "statements": [] - }, - "src": "4154:169:44" - }, - { - "nativeSrc": "4332:11:44", - "nodeType": "YulAssignment", - "src": "4332:11:44", - "value": { - "name": "pos", - "nativeSrc": "4340:3:44", - "nodeType": "YulIdentifier", - "src": "4340:3:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4332:4:44", - "nodeType": "YulIdentifier", - "src": "4332:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "3035:1314:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3313:9:44", - "nodeType": "YulTypedName", - "src": "3313:9:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "3324:6:44", - "nodeType": "YulTypedName", - "src": "3324:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "3332:6:44", - "nodeType": "YulTypedName", - "src": "3332:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "3340:6:44", - "nodeType": "YulTypedName", - "src": "3340:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "3348:6:44", - "nodeType": "YulTypedName", - "src": "3348:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3356:6:44", - "nodeType": "YulTypedName", - "src": "3356:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3364:6:44", - "nodeType": "YulTypedName", - "src": "3364:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3372:6:44", - "nodeType": "YulTypedName", - "src": "3372:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "3383:4:44", - "nodeType": "YulTypedName", - "src": "3383:4:44", - "type": "" - } - ], - "src": "3035:1314:44" - }, - { - "body": { - "nativeSrc": "4516:377:44", - "nodeType": "YulBlock", - "src": "4516:377:44", - "statements": [ - { - "body": { - "nativeSrc": "4562:16:44", - "nodeType": "YulBlock", - "src": "4562:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4571:1:44", - "nodeType": "YulLiteral", - "src": "4571:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4574:1:44", - "nodeType": "YulLiteral", - "src": "4574:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4564:6:44", - "nodeType": "YulIdentifier", - "src": "4564:6:44" - }, - "nativeSrc": "4564:12:44", - "nodeType": "YulFunctionCall", - "src": "4564:12:44" - }, - "nativeSrc": "4564:12:44", - "nodeType": "YulExpressionStatement", - "src": "4564:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4537:7:44", - "nodeType": "YulIdentifier", - "src": "4537:7:44" - }, - { - "name": "headStart", - "nativeSrc": "4546:9:44", - "nodeType": "YulIdentifier", - "src": "4546:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4533:3:44", - "nodeType": "YulIdentifier", - "src": "4533:3:44" - }, - "nativeSrc": "4533:23:44", - "nodeType": "YulFunctionCall", - "src": "4533:23:44" - }, - { - "kind": "number", - "nativeSrc": "4558:2:44", - "nodeType": "YulLiteral", - "src": "4558:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4529:3:44", - "nodeType": "YulIdentifier", - "src": "4529:3:44" - }, - "nativeSrc": "4529:32:44", - "nodeType": "YulFunctionCall", - "src": "4529:32:44" - }, - "nativeSrc": "4526:52:44", - "nodeType": "YulIf", - "src": "4526:52:44" - }, - { - "nativeSrc": "4587:37:44", - "nodeType": "YulVariableDeclaration", - "src": "4587:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4614:9:44", - "nodeType": "YulIdentifier", - "src": "4614:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4601:12:44", - "nodeType": "YulIdentifier", - "src": "4601:12:44" - }, - "nativeSrc": "4601:23:44", - "nodeType": "YulFunctionCall", - "src": "4601:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "4591:6:44", - "nodeType": "YulTypedName", - "src": "4591:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4667:16:44", - "nodeType": "YulBlock", - "src": "4667:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4676:1:44", - "nodeType": "YulLiteral", - "src": "4676:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4679:1:44", - "nodeType": "YulLiteral", - "src": "4679:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4669:6:44", - "nodeType": "YulIdentifier", - "src": "4669:6:44" - }, - "nativeSrc": "4669:12:44", - "nodeType": "YulFunctionCall", - "src": "4669:12:44" - }, - "nativeSrc": "4669:12:44", - "nodeType": "YulExpressionStatement", - "src": "4669:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "4639:6:44", - "nodeType": "YulIdentifier", - "src": "4639:6:44" - }, - { - "kind": "number", - "nativeSrc": "4647:18:44", - "nodeType": "YulLiteral", - "src": "4647:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "4636:2:44", - "nodeType": "YulIdentifier", - "src": "4636:2:44" - }, - "nativeSrc": "4636:30:44", - "nodeType": "YulFunctionCall", - "src": "4636:30:44" - }, - "nativeSrc": "4633:50:44", - "nodeType": "YulIf", - "src": "4633:50:44" - }, - { - "nativeSrc": "4692:141:44", - "nodeType": "YulVariableDeclaration", - "src": "4692:141:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4805:9:44", - "nodeType": "YulIdentifier", - "src": "4805:9:44" - }, - { - "name": "offset", - "nativeSrc": "4816:6:44", - "nodeType": "YulIdentifier", - "src": "4816:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4801:3:44", - "nodeType": "YulIdentifier", - "src": "4801:3:44" - }, - "nativeSrc": "4801:22:44", - "nodeType": "YulFunctionCall", - "src": "4801:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "4825:7:44", - "nodeType": "YulIdentifier", - "src": "4825:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata", - "nativeSrc": "4718:82:44", - "nodeType": "YulIdentifier", - "src": "4718:82:44" - }, - "nativeSrc": "4718:115:44", - "nodeType": "YulFunctionCall", - "src": "4718:115:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "4696:8:44", - "nodeType": "YulTypedName", - "src": "4696:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "4706:8:44", - "nodeType": "YulTypedName", - "src": "4706:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4842:18:44", - "nodeType": "YulAssignment", - "src": "4842:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "4852:8:44", - "nodeType": "YulIdentifier", - "src": "4852:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4842:6:44", - "nodeType": "YulIdentifier", - "src": "4842:6:44" - } - ] - }, - { - "nativeSrc": "4869:18:44", - "nodeType": "YulAssignment", - "src": "4869:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "4879:8:44", - "nodeType": "YulIdentifier", - "src": "4879:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4869:6:44", - "nodeType": "YulIdentifier", - "src": "4869:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "4354:539:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4474:9:44", - "nodeType": "YulTypedName", - "src": "4474:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4485:7:44", - "nodeType": "YulTypedName", - "src": "4485:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4497:6:44", - "nodeType": "YulTypedName", - "src": "4497:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4505:6:44", - "nodeType": "YulTypedName", - "src": "4505:6:44", - "type": "" - } - ], - "src": "4354:539:44" - }, - { - "body": { - "nativeSrc": "5049:460:44", - "nodeType": "YulBlock", - "src": "5049:460:44", - "statements": [ - { - "nativeSrc": "5059:32:44", - "nodeType": "YulVariableDeclaration", - "src": "5059:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5077:9:44", - "nodeType": "YulIdentifier", - "src": "5077:9:44" - }, - { - "kind": "number", - "nativeSrc": "5088:2:44", - "nodeType": "YulLiteral", - "src": "5088:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5073:3:44", - "nodeType": "YulIdentifier", - "src": "5073:3:44" - }, - "nativeSrc": "5073:18:44", - "nodeType": "YulFunctionCall", - "src": "5073:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "5063:6:44", - "nodeType": "YulTypedName", - "src": "5063:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5107:9:44", - "nodeType": "YulIdentifier", - "src": "5107:9:44" - }, - { - "kind": "number", - "nativeSrc": "5118:2:44", - "nodeType": "YulLiteral", - "src": "5118:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5100:6:44", - "nodeType": "YulIdentifier", - "src": "5100:6:44" - }, - "nativeSrc": "5100:21:44", - "nodeType": "YulFunctionCall", - "src": "5100:21:44" - }, - "nativeSrc": "5100:21:44", - "nodeType": "YulExpressionStatement", - "src": "5100:21:44" - }, - { - "nativeSrc": "5130:17:44", - "nodeType": "YulVariableDeclaration", - "src": "5130:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "5141:6:44", - "nodeType": "YulIdentifier", - "src": "5141:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "5134:3:44", - "nodeType": "YulTypedName", - "src": "5134:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5156:27:44", - "nodeType": "YulVariableDeclaration", - "src": "5156:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5176:6:44", - "nodeType": "YulIdentifier", - "src": "5176:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5170:5:44", - "nodeType": "YulIdentifier", - "src": "5170:5:44" - }, - "nativeSrc": "5170:13:44", - "nodeType": "YulFunctionCall", - "src": "5170:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "5160:6:44", - "nodeType": "YulTypedName", - "src": "5160:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "5199:6:44", - "nodeType": "YulIdentifier", - "src": "5199:6:44" - }, - { - "name": "length", - "nativeSrc": "5207:6:44", - "nodeType": "YulIdentifier", - "src": "5207:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5192:6:44", - "nodeType": "YulIdentifier", - "src": "5192:6:44" - }, - "nativeSrc": "5192:22:44", - "nodeType": "YulFunctionCall", - "src": "5192:22:44" - }, - "nativeSrc": "5192:22:44", - "nodeType": "YulExpressionStatement", - "src": "5192:22:44" - }, - { - "nativeSrc": "5223:25:44", - "nodeType": "YulAssignment", - "src": "5223:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5234:9:44", - "nodeType": "YulIdentifier", - "src": "5234:9:44" - }, - { - "kind": "number", - "nativeSrc": "5245:2:44", - "nodeType": "YulLiteral", - "src": "5245:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5230:3:44", - "nodeType": "YulIdentifier", - "src": "5230:3:44" - }, - "nativeSrc": "5230:18:44", - "nodeType": "YulFunctionCall", - "src": "5230:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "5223:3:44", - "nodeType": "YulIdentifier", - "src": "5223:3:44" - } - ] - }, - { - "nativeSrc": "5257:29:44", - "nodeType": "YulVariableDeclaration", - "src": "5257:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5275:6:44", - "nodeType": "YulIdentifier", - "src": "5275:6:44" - }, - { - "kind": "number", - "nativeSrc": "5283:2:44", - "nodeType": "YulLiteral", - "src": "5283:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5271:3:44", - "nodeType": "YulIdentifier", - "src": "5271:3:44" - }, - "nativeSrc": "5271:15:44", - "nodeType": "YulFunctionCall", - "src": "5271:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "5261:6:44", - "nodeType": "YulTypedName", - "src": "5261:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5295:10:44", - "nodeType": "YulVariableDeclaration", - "src": "5295:10:44", - "value": { - "kind": "number", - "nativeSrc": "5304:1:44", - "nodeType": "YulLiteral", - "src": "5304:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "5299:1:44", - "nodeType": "YulTypedName", - "src": "5299:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5363:120:44", - "nodeType": "YulBlock", - "src": "5363:120:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "5384:3:44", - "nodeType": "YulIdentifier", - "src": "5384:3:44" - }, - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "5395:6:44", - "nodeType": "YulIdentifier", - "src": "5395:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "5389:5:44", - "nodeType": "YulIdentifier", - "src": "5389:5:44" - }, - "nativeSrc": "5389:13:44", - "nodeType": "YulFunctionCall", - "src": "5389:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5377:6:44", - "nodeType": "YulIdentifier", - "src": "5377:6:44" - }, - "nativeSrc": "5377:26:44", - "nodeType": "YulFunctionCall", - "src": "5377:26:44" - }, - "nativeSrc": "5377:26:44", - "nodeType": "YulExpressionStatement", - "src": "5377:26:44" - }, - { - "nativeSrc": "5416:19:44", - "nodeType": "YulAssignment", - "src": "5416:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "5427:3:44", - "nodeType": "YulIdentifier", - "src": "5427:3:44" - }, - { - "kind": "number", - "nativeSrc": "5432:2:44", - "nodeType": "YulLiteral", - "src": "5432:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5423:3:44", - "nodeType": "YulIdentifier", - "src": "5423:3:44" - }, - "nativeSrc": "5423:12:44", - "nodeType": "YulFunctionCall", - "src": "5423:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "5416:3:44", - "nodeType": "YulIdentifier", - "src": "5416:3:44" - } - ] - }, - { - "nativeSrc": "5448:25:44", - "nodeType": "YulAssignment", - "src": "5448:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "5462:6:44", - "nodeType": "YulIdentifier", - "src": "5462:6:44" - }, - { - "kind": "number", - "nativeSrc": "5470:2:44", - "nodeType": "YulLiteral", - "src": "5470:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5458:3:44", - "nodeType": "YulIdentifier", - "src": "5458:3:44" - }, - "nativeSrc": "5458:15:44", - "nodeType": "YulFunctionCall", - "src": "5458:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "5448:6:44", - "nodeType": "YulIdentifier", - "src": "5448:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "5325:1:44", - "nodeType": "YulIdentifier", - "src": "5325:1:44" - }, - { - "name": "length", - "nativeSrc": "5328:6:44", - "nodeType": "YulIdentifier", - "src": "5328:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "5322:2:44", - "nodeType": "YulIdentifier", - "src": "5322:2:44" - }, - "nativeSrc": "5322:13:44", - "nodeType": "YulFunctionCall", - "src": "5322:13:44" - }, - "nativeSrc": "5314:169:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "5336:18:44", - "nodeType": "YulBlock", - "src": "5336:18:44", - "statements": [ - { - "nativeSrc": "5338:14:44", - "nodeType": "YulAssignment", - "src": "5338:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "5347:1:44", - "nodeType": "YulIdentifier", - "src": "5347:1:44" - }, - { - "kind": "number", - "nativeSrc": "5350:1:44", - "nodeType": "YulLiteral", - "src": "5350:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5343:3:44", - "nodeType": "YulIdentifier", - "src": "5343:3:44" - }, - "nativeSrc": "5343:9:44", - "nodeType": "YulFunctionCall", - "src": "5343:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "5338:1:44", - "nodeType": "YulIdentifier", - "src": "5338:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "5318:3:44", - "nodeType": "YulBlock", - "src": "5318:3:44", - "statements": [] - }, - "src": "5314:169:44" - }, - { - "nativeSrc": "5492:11:44", - "nodeType": "YulAssignment", - "src": "5492:11:44", - "value": { - "name": "pos", - "nativeSrc": "5500:3:44", - "nodeType": "YulIdentifier", - "src": "5500:3:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5492:4:44", - "nodeType": "YulIdentifier", - "src": "5492:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "4898:611:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5018:9:44", - "nodeType": "YulTypedName", - "src": "5018:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5029:6:44", - "nodeType": "YulTypedName", - "src": "5029:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5040:4:44", - "nodeType": "YulTypedName", - "src": "5040:4:44", - "type": "" - } - ], - "src": "4898:611:44" - }, - { - "body": { - "nativeSrc": "5635:134:44", - "nodeType": "YulBlock", - "src": "5635:134:44", - "statements": [ - { - "nativeSrc": "5645:43:44", - "nodeType": "YulVariableDeclaration", - "src": "5645:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5663:7:44", - "nodeType": "YulIdentifier", - "src": "5663:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5672:9:44", - "nodeType": "YulIdentifier", - "src": "5672:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5659:3:44", - "nodeType": "YulIdentifier", - "src": "5659:3:44" - }, - "nativeSrc": "5659:23:44", - "nodeType": "YulFunctionCall", - "src": "5659:23:44" - }, - { - "kind": "number", - "nativeSrc": "5684:3:44", - "nodeType": "YulLiteral", - "src": "5684:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5655:3:44", - "nodeType": "YulIdentifier", - "src": "5655:3:44" - }, - "nativeSrc": "5655:33:44", - "nodeType": "YulFunctionCall", - "src": "5655:33:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "5649:2:44", - "nodeType": "YulTypedName", - "src": "5649:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5703:16:44", - "nodeType": "YulBlock", - "src": "5703:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5712:1:44", - "nodeType": "YulLiteral", - "src": "5712:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5715:1:44", - "nodeType": "YulLiteral", - "src": "5715:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5705:6:44", - "nodeType": "YulIdentifier", - "src": "5705:6:44" - }, - "nativeSrc": "5705:12:44", - "nodeType": "YulFunctionCall", - "src": "5705:12:44" - }, - "nativeSrc": "5705:12:44", - "nodeType": "YulExpressionStatement", - "src": "5705:12:44" - } - ] - }, - "condition": { - "name": "_1", - "nativeSrc": "5700:2:44", - "nodeType": "YulIdentifier", - "src": "5700:2:44" - }, - "nativeSrc": "5697:22:44", - "nodeType": "YulIf", - "src": "5697:22:44" - }, - { - "nativeSrc": "5728:7:44", - "nodeType": "YulAssignment", - "src": "5728:7:44", - "value": { - "kind": "number", - "nativeSrc": "5734:1:44", - "nodeType": "YulLiteral", - "src": "5734:1:44", - "type": "", - "value": "0" - }, - "variableNames": [ - { - "name": "_1", - "nativeSrc": "5728:2:44", - "nodeType": "YulIdentifier", - "src": "5728:2:44" - } - ] - }, - { - "nativeSrc": "5744:19:44", - "nodeType": "YulAssignment", - "src": "5744:19:44", - "value": { - "name": "headStart", - "nativeSrc": "5754:9:44", - "nodeType": "YulIdentifier", - "src": "5754:9:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5744:6:44", - "nodeType": "YulIdentifier", - "src": "5744:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr", - "nativeSrc": "5514:255:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5601:9:44", - "nodeType": "YulTypedName", - "src": "5601:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5612:7:44", - "nodeType": "YulTypedName", - "src": "5612:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5624:6:44", - "nodeType": "YulTypedName", - "src": "5624:6:44", - "type": "" - } - ], - "src": "5514:255:44" - }, - { - "body": { - "nativeSrc": "5806:152:44", - "nodeType": "YulBlock", - "src": "5806:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5823:1:44", - "nodeType": "YulLiteral", - "src": "5823:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5826:77:44", - "nodeType": "YulLiteral", - "src": "5826:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5816:6:44", - "nodeType": "YulIdentifier", - "src": "5816:6:44" - }, - "nativeSrc": "5816:88:44", - "nodeType": "YulFunctionCall", - "src": "5816:88:44" - }, - "nativeSrc": "5816:88:44", - "nodeType": "YulExpressionStatement", - "src": "5816:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5920:1:44", - "nodeType": "YulLiteral", - "src": "5920:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "5923:4:44", - "nodeType": "YulLiteral", - "src": "5923:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5913:6:44", - "nodeType": "YulIdentifier", - "src": "5913:6:44" - }, - "nativeSrc": "5913:15:44", - "nodeType": "YulFunctionCall", - "src": "5913:15:44" - }, - "nativeSrc": "5913:15:44", - "nodeType": "YulExpressionStatement", - "src": "5913:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5944:1:44", - "nodeType": "YulLiteral", - "src": "5944:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5947:4:44", - "nodeType": "YulLiteral", - "src": "5947:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5937:6:44", - "nodeType": "YulIdentifier", - "src": "5937:6:44" - }, - "nativeSrc": "5937:15:44", - "nodeType": "YulFunctionCall", - "src": "5937:15:44" - }, - "nativeSrc": "5937:15:44", - "nodeType": "YulExpressionStatement", - "src": "5937:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "5774:184:44", - "nodeType": "YulFunctionDefinition", - "src": "5774:184:44" - }, - { - "body": { - "nativeSrc": "5995:152:44", - "nodeType": "YulBlock", - "src": "5995:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6012:1:44", - "nodeType": "YulLiteral", - "src": "6012:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6015:77:44", - "nodeType": "YulLiteral", - "src": "6015:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6005:6:44", - "nodeType": "YulIdentifier", - "src": "6005:6:44" - }, - "nativeSrc": "6005:88:44", - "nodeType": "YulFunctionCall", - "src": "6005:88:44" - }, - "nativeSrc": "6005:88:44", - "nodeType": "YulExpressionStatement", - "src": "6005:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6109:1:44", - "nodeType": "YulLiteral", - "src": "6109:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "6112:4:44", - "nodeType": "YulLiteral", - "src": "6112:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6102:6:44", - "nodeType": "YulIdentifier", - "src": "6102:6:44" - }, - "nativeSrc": "6102:15:44", - "nodeType": "YulFunctionCall", - "src": "6102:15:44" - }, - "nativeSrc": "6102:15:44", - "nodeType": "YulExpressionStatement", - "src": "6102:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6133:1:44", - "nodeType": "YulLiteral", - "src": "6133:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6136:4:44", - "nodeType": "YulLiteral", - "src": "6136:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6126:6:44", - "nodeType": "YulIdentifier", - "src": "6126:6:44" - }, - "nativeSrc": "6126:15:44", - "nodeType": "YulFunctionCall", - "src": "6126:15:44" - }, - "nativeSrc": "6126:15:44", - "nodeType": "YulExpressionStatement", - "src": "6126:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "5963:184:44", - "nodeType": "YulFunctionDefinition", - "src": "5963:184:44" - }, - { - "body": { - "nativeSrc": "6283:223:44", - "nodeType": "YulBlock", - "src": "6283:223:44", - "statements": [ - { - "nativeSrc": "6293:51:44", - "nodeType": "YulVariableDeclaration", - "src": "6293:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "6332:11:44", - "nodeType": "YulIdentifier", - "src": "6332:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6319:12:44", - "nodeType": "YulIdentifier", - "src": "6319:12:44" - }, - "nativeSrc": "6319:25:44", - "nodeType": "YulFunctionCall", - "src": "6319:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "6297:18:44", - "nodeType": "YulTypedName", - "src": "6297:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6434:16:44", - "nodeType": "YulBlock", - "src": "6434:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6443:1:44", - "nodeType": "YulLiteral", - "src": "6443:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6446:1:44", - "nodeType": "YulLiteral", - "src": "6446:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6436:6:44", - "nodeType": "YulIdentifier", - "src": "6436:6:44" - }, - "nativeSrc": "6436:12:44", - "nodeType": "YulFunctionCall", - "src": "6436:12:44" - }, - "nativeSrc": "6436:12:44", - "nodeType": "YulExpressionStatement", - "src": "6436:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "6367:18:44", - "nodeType": "YulIdentifier", - "src": "6367:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "6395:12:44", - "nodeType": "YulIdentifier", - "src": "6395:12:44" - }, - "nativeSrc": "6395:14:44", - "nodeType": "YulFunctionCall", - "src": "6395:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "6411:8:44", - "nodeType": "YulIdentifier", - "src": "6411:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6391:3:44", - "nodeType": "YulIdentifier", - "src": "6391:3:44" - }, - "nativeSrc": "6391:29:44", - "nodeType": "YulFunctionCall", - "src": "6391:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6426:3:44", - "nodeType": "YulLiteral", - "src": "6426:3:44", - "type": "", - "value": "158" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "6422:3:44", - "nodeType": "YulIdentifier", - "src": "6422:3:44" - }, - "nativeSrc": "6422:8:44", - "nodeType": "YulFunctionCall", - "src": "6422:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6387:3:44", - "nodeType": "YulIdentifier", - "src": "6387:3:44" - }, - "nativeSrc": "6387:44:44", - "nodeType": "YulFunctionCall", - "src": "6387:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6363:3:44", - "nodeType": "YulIdentifier", - "src": "6363:3:44" - }, - "nativeSrc": "6363:69:44", - "nodeType": "YulFunctionCall", - "src": "6363:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6356:6:44", - "nodeType": "YulIdentifier", - "src": "6356:6:44" - }, - "nativeSrc": "6356:77:44", - "nodeType": "YulFunctionCall", - "src": "6356:77:44" - }, - "nativeSrc": "6353:97:44", - "nodeType": "YulIf", - "src": "6353:97:44" - }, - { - "nativeSrc": "6459:41:44", - "nodeType": "YulAssignment", - "src": "6459:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "6471:8:44", - "nodeType": "YulIdentifier", - "src": "6471:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "6481:18:44", - "nodeType": "YulIdentifier", - "src": "6481:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6467:3:44", - "nodeType": "YulIdentifier", - "src": "6467:3:44" - }, - "nativeSrc": "6467:33:44", - "nodeType": "YulFunctionCall", - "src": "6467:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "6459:4:44", - "nodeType": "YulIdentifier", - "src": "6459:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr", - "nativeSrc": "6152:354:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "6248:8:44", - "nodeType": "YulTypedName", - "src": "6248:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "6258:11:44", - "nodeType": "YulTypedName", - "src": "6258:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "6274:4:44", - "nodeType": "YulTypedName", - "src": "6274:4:44", - "type": "" - } - ], - "src": "6152:354:44" - }, - { - "body": { - "nativeSrc": "6557:207:44", - "nodeType": "YulBlock", - "src": "6557:207:44", - "statements": [ - { - "nativeSrc": "6567:19:44", - "nodeType": "YulAssignment", - "src": "6567:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6583:2:44", - "nodeType": "YulLiteral", - "src": "6583:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6577:5:44", - "nodeType": "YulIdentifier", - "src": "6577:5:44" - }, - "nativeSrc": "6577:9:44", - "nodeType": "YulFunctionCall", - "src": "6577:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "6567:6:44", - "nodeType": "YulIdentifier", - "src": "6567:6:44" - } - ] - }, - { - "nativeSrc": "6595:35:44", - "nodeType": "YulVariableDeclaration", - "src": "6595:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "6617:6:44", - "nodeType": "YulIdentifier", - "src": "6617:6:44" - }, - { - "kind": "number", - "nativeSrc": "6625:4:44", - "nodeType": "YulLiteral", - "src": "6625:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6613:3:44", - "nodeType": "YulIdentifier", - "src": "6613:3:44" - }, - "nativeSrc": "6613:17:44", - "nodeType": "YulFunctionCall", - "src": "6613:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "6599:10:44", - "nodeType": "YulTypedName", - "src": "6599:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6705:22:44", - "nodeType": "YulBlock", - "src": "6705:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "6707:16:44", - "nodeType": "YulIdentifier", - "src": "6707:16:44" - }, - "nativeSrc": "6707:18:44", - "nodeType": "YulFunctionCall", - "src": "6707:18:44" - }, - "nativeSrc": "6707:18:44", - "nodeType": "YulExpressionStatement", - "src": "6707:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "6648:10:44", - "nodeType": "YulIdentifier", - "src": "6648:10:44" - }, - { - "kind": "number", - "nativeSrc": "6660:18:44", - "nodeType": "YulLiteral", - "src": "6660:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6645:2:44", - "nodeType": "YulIdentifier", - "src": "6645:2:44" - }, - "nativeSrc": "6645:34:44", - "nodeType": "YulFunctionCall", - "src": "6645:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "6684:10:44", - "nodeType": "YulIdentifier", - "src": "6684:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "6696:6:44", - "nodeType": "YulIdentifier", - "src": "6696:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "6681:2:44", - "nodeType": "YulIdentifier", - "src": "6681:2:44" - }, - "nativeSrc": "6681:22:44", - "nodeType": "YulFunctionCall", - "src": "6681:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "6642:2:44", - "nodeType": "YulIdentifier", - "src": "6642:2:44" - }, - "nativeSrc": "6642:62:44", - "nodeType": "YulFunctionCall", - "src": "6642:62:44" - }, - "nativeSrc": "6639:88:44", - "nodeType": "YulIf", - "src": "6639:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6743:2:44", - "nodeType": "YulLiteral", - "src": "6743:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "6747:10:44", - "nodeType": "YulIdentifier", - "src": "6747:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6736:6:44", - "nodeType": "YulIdentifier", - "src": "6736:6:44" - }, - "nativeSrc": "6736:22:44", - "nodeType": "YulFunctionCall", - "src": "6736:22:44" - }, - "nativeSrc": "6736:22:44", - "nodeType": "YulExpressionStatement", - "src": "6736:22:44" - } - ] - }, - "name": "allocate_memory_4267", - "nativeSrc": "6511:253:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "6546:6:44", - "nodeType": "YulTypedName", - "src": "6546:6:44", - "type": "" - } - ], - "src": "6511:253:44" - }, - { - "body": { - "nativeSrc": "6815:207:44", - "nodeType": "YulBlock", - "src": "6815:207:44", - "statements": [ - { - "nativeSrc": "6825:19:44", - "nodeType": "YulAssignment", - "src": "6825:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6841:2:44", - "nodeType": "YulLiteral", - "src": "6841:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6835:5:44", - "nodeType": "YulIdentifier", - "src": "6835:5:44" - }, - "nativeSrc": "6835:9:44", - "nodeType": "YulFunctionCall", - "src": "6835:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "6825:6:44", - "nodeType": "YulIdentifier", - "src": "6825:6:44" - } - ] - }, - { - "nativeSrc": "6853:35:44", - "nodeType": "YulVariableDeclaration", - "src": "6853:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "6875:6:44", - "nodeType": "YulIdentifier", - "src": "6875:6:44" - }, - { - "kind": "number", - "nativeSrc": "6883:4:44", - "nodeType": "YulLiteral", - "src": "6883:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6871:3:44", - "nodeType": "YulIdentifier", - "src": "6871:3:44" - }, - "nativeSrc": "6871:17:44", - "nodeType": "YulFunctionCall", - "src": "6871:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "6857:10:44", - "nodeType": "YulTypedName", - "src": "6857:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6963:22:44", - "nodeType": "YulBlock", - "src": "6963:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "6965:16:44", - "nodeType": "YulIdentifier", - "src": "6965:16:44" - }, - "nativeSrc": "6965:18:44", - "nodeType": "YulFunctionCall", - "src": "6965:18:44" - }, - "nativeSrc": "6965:18:44", - "nodeType": "YulExpressionStatement", - "src": "6965:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "6906:10:44", - "nodeType": "YulIdentifier", - "src": "6906:10:44" - }, - { - "kind": "number", - "nativeSrc": "6918:18:44", - "nodeType": "YulLiteral", - "src": "6918:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6903:2:44", - "nodeType": "YulIdentifier", - "src": "6903:2:44" - }, - "nativeSrc": "6903:34:44", - "nodeType": "YulFunctionCall", - "src": "6903:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "6942:10:44", - "nodeType": "YulIdentifier", - "src": "6942:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "6954:6:44", - "nodeType": "YulIdentifier", - "src": "6954:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "6939:2:44", - "nodeType": "YulIdentifier", - "src": "6939:2:44" - }, - "nativeSrc": "6939:22:44", - "nodeType": "YulFunctionCall", - "src": "6939:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "6900:2:44", - "nodeType": "YulIdentifier", - "src": "6900:2:44" - }, - "nativeSrc": "6900:62:44", - "nodeType": "YulFunctionCall", - "src": "6900:62:44" - }, - "nativeSrc": "6897:88:44", - "nodeType": "YulIf", - "src": "6897:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7001:2:44", - "nodeType": "YulLiteral", - "src": "7001:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "7005:10:44", - "nodeType": "YulIdentifier", - "src": "7005:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6994:6:44", - "nodeType": "YulIdentifier", - "src": "6994:6:44" - }, - "nativeSrc": "6994:22:44", - "nodeType": "YulFunctionCall", - "src": "6994:22:44" - }, - "nativeSrc": "6994:22:44", - "nodeType": "YulExpressionStatement", - "src": "6994:22:44" - } - ] - }, - "name": "allocate_memory_4268", - "nativeSrc": "6769:253:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "6804:6:44", - "nodeType": "YulTypedName", - "src": "6804:6:44", - "type": "" - } - ], - "src": "6769:253:44" - }, - { - "body": { - "nativeSrc": "7072:230:44", - "nodeType": "YulBlock", - "src": "7072:230:44", - "statements": [ - { - "nativeSrc": "7082:19:44", - "nodeType": "YulAssignment", - "src": "7082:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7098:2:44", - "nodeType": "YulLiteral", - "src": "7098:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "7092:5:44", - "nodeType": "YulIdentifier", - "src": "7092:5:44" - }, - "nativeSrc": "7092:9:44", - "nodeType": "YulFunctionCall", - "src": "7092:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "7082:6:44", - "nodeType": "YulIdentifier", - "src": "7082:6:44" - } - ] - }, - { - "nativeSrc": "7110:58:44", - "nodeType": "YulVariableDeclaration", - "src": "7110:58:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "7132:6:44", - "nodeType": "YulIdentifier", - "src": "7132:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "size", - "nativeSrc": "7148:4:44", - "nodeType": "YulIdentifier", - "src": "7148:4:44" - }, - { - "kind": "number", - "nativeSrc": "7154:2:44", - "nodeType": "YulLiteral", - "src": "7154:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7144:3:44", - "nodeType": "YulIdentifier", - "src": "7144:3:44" - }, - "nativeSrc": "7144:13:44", - "nodeType": "YulFunctionCall", - "src": "7144:13:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7163:2:44", - "nodeType": "YulLiteral", - "src": "7163:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "7159:3:44", - "nodeType": "YulIdentifier", - "src": "7159:3:44" - }, - "nativeSrc": "7159:7:44", - "nodeType": "YulFunctionCall", - "src": "7159:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "7140:3:44", - "nodeType": "YulIdentifier", - "src": "7140:3:44" - }, - "nativeSrc": "7140:27:44", - "nodeType": "YulFunctionCall", - "src": "7140:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7128:3:44", - "nodeType": "YulIdentifier", - "src": "7128:3:44" - }, - "nativeSrc": "7128:40:44", - "nodeType": "YulFunctionCall", - "src": "7128:40:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "7114:10:44", - "nodeType": "YulTypedName", - "src": "7114:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7243:22:44", - "nodeType": "YulBlock", - "src": "7243:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "7245:16:44", - "nodeType": "YulIdentifier", - "src": "7245:16:44" - }, - "nativeSrc": "7245:18:44", - "nodeType": "YulFunctionCall", - "src": "7245:18:44" - }, - "nativeSrc": "7245:18:44", - "nodeType": "YulExpressionStatement", - "src": "7245:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "7186:10:44", - "nodeType": "YulIdentifier", - "src": "7186:10:44" - }, - { - "kind": "number", - "nativeSrc": "7198:18:44", - "nodeType": "YulLiteral", - "src": "7198:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7183:2:44", - "nodeType": "YulIdentifier", - "src": "7183:2:44" - }, - "nativeSrc": "7183:34:44", - "nodeType": "YulFunctionCall", - "src": "7183:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "7222:10:44", - "nodeType": "YulIdentifier", - "src": "7222:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "7234:6:44", - "nodeType": "YulIdentifier", - "src": "7234:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "7219:2:44", - "nodeType": "YulIdentifier", - "src": "7219:2:44" - }, - "nativeSrc": "7219:22:44", - "nodeType": "YulFunctionCall", - "src": "7219:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "7180:2:44", - "nodeType": "YulIdentifier", - "src": "7180:2:44" - }, - "nativeSrc": "7180:62:44", - "nodeType": "YulFunctionCall", - "src": "7180:62:44" - }, - "nativeSrc": "7177:88:44", - "nodeType": "YulIf", - "src": "7177:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7281:2:44", - "nodeType": "YulLiteral", - "src": "7281:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "7285:10:44", - "nodeType": "YulIdentifier", - "src": "7285:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7274:6:44", - "nodeType": "YulIdentifier", - "src": "7274:6:44" - }, - "nativeSrc": "7274:22:44", - "nodeType": "YulFunctionCall", - "src": "7274:22:44" - }, - "nativeSrc": "7274:22:44", - "nodeType": "YulExpressionStatement", - "src": "7274:22:44" - } - ] - }, - "name": "allocate_memory", - "nativeSrc": "7027:275:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "size", - "nativeSrc": "7052:4:44", - "nodeType": "YulTypedName", - "src": "7052:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "7061:6:44", - "nodeType": "YulTypedName", - "src": "7061:6:44", - "type": "" - } - ], - "src": "7027:275:44" - }, - { - "body": { - "nativeSrc": "7397:114:44", - "nodeType": "YulBlock", - "src": "7397:114:44", - "statements": [ - { - "body": { - "nativeSrc": "7441:22:44", - "nodeType": "YulBlock", - "src": "7441:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "7443:16:44", - "nodeType": "YulIdentifier", - "src": "7443:16:44" - }, - "nativeSrc": "7443:18:44", - "nodeType": "YulFunctionCall", - "src": "7443:18:44" - }, - "nativeSrc": "7443:18:44", - "nodeType": "YulExpressionStatement", - "src": "7443:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "7413:6:44", - "nodeType": "YulIdentifier", - "src": "7413:6:44" - }, - { - "kind": "number", - "nativeSrc": "7421:18:44", - "nodeType": "YulLiteral", - "src": "7421:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7410:2:44", - "nodeType": "YulIdentifier", - "src": "7410:2:44" - }, - "nativeSrc": "7410:30:44", - "nodeType": "YulFunctionCall", - "src": "7410:30:44" - }, - "nativeSrc": "7407:56:44", - "nodeType": "YulIf", - "src": "7407:56:44" - }, - { - "nativeSrc": "7472:33:44", - "nodeType": "YulAssignment", - "src": "7472:33:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7488:1:44", - "nodeType": "YulLiteral", - "src": "7488:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "7491:6:44", - "nodeType": "YulIdentifier", - "src": "7491:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "7484:3:44", - "nodeType": "YulIdentifier", - "src": "7484:3:44" - }, - "nativeSrc": "7484:14:44", - "nodeType": "YulFunctionCall", - "src": "7484:14:44" - }, - { - "kind": "number", - "nativeSrc": "7500:4:44", - "nodeType": "YulLiteral", - "src": "7500:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7480:3:44", - "nodeType": "YulIdentifier", - "src": "7480:3:44" - }, - "nativeSrc": "7480:25:44", - "nodeType": "YulFunctionCall", - "src": "7480:25:44" - }, - "variableNames": [ - { - "name": "size", - "nativeSrc": "7472:4:44", - "nodeType": "YulIdentifier", - "src": "7472:4:44" - } - ] - } - ] - }, - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "7307:204:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "length", - "nativeSrc": "7377:6:44", - "nodeType": "YulTypedName", - "src": "7377:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "size", - "nativeSrc": "7388:4:44", - "nodeType": "YulTypedName", - "src": "7388:4:44", - "type": "" - } - ], - "src": "7307:204:44" - }, - { - "body": { - "nativeSrc": "7594:536:44", - "nodeType": "YulBlock", - "src": "7594:536:44", - "statements": [ - { - "body": { - "nativeSrc": "7638:16:44", - "nodeType": "YulBlock", - "src": "7638:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7647:1:44", - "nodeType": "YulLiteral", - "src": "7647:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7650:1:44", - "nodeType": "YulLiteral", - "src": "7650:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7640:6:44", - "nodeType": "YulIdentifier", - "src": "7640:6:44" - }, - "nativeSrc": "7640:12:44", - "nodeType": "YulFunctionCall", - "src": "7640:12:44" - }, - "nativeSrc": "7640:12:44", - "nodeType": "YulExpressionStatement", - "src": "7640:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "7615:3:44", - "nodeType": "YulIdentifier", - "src": "7615:3:44" - }, - { - "name": "headStart", - "nativeSrc": "7620:9:44", - "nodeType": "YulIdentifier", - "src": "7620:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7611:3:44", - "nodeType": "YulIdentifier", - "src": "7611:3:44" - }, - "nativeSrc": "7611:19:44", - "nodeType": "YulFunctionCall", - "src": "7611:19:44" - }, - { - "kind": "number", - "nativeSrc": "7632:4:44", - "nodeType": "YulLiteral", - "src": "7632:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7607:3:44", - "nodeType": "YulIdentifier", - "src": "7607:3:44" - }, - "nativeSrc": "7607:30:44", - "nodeType": "YulFunctionCall", - "src": "7607:30:44" - }, - "nativeSrc": "7604:50:44", - "nodeType": "YulIf", - "src": "7604:50:44" - }, - { - "nativeSrc": "7663:15:44", - "nodeType": "YulVariableDeclaration", - "src": "7663:15:44", - "value": { - "kind": "number", - "nativeSrc": "7677:1:44", - "nodeType": "YulLiteral", - "src": "7677:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "memPtr", - "nativeSrc": "7667:6:44", - "nodeType": "YulTypedName", - "src": "7667:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "7687:21:44", - "nodeType": "YulAssignment", - "src": "7687:21:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7703:4:44", - "nodeType": "YulLiteral", - "src": "7703:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "7697:5:44", - "nodeType": "YulIdentifier", - "src": "7697:5:44" - }, - "nativeSrc": "7697:11:44", - "nodeType": "YulFunctionCall", - "src": "7697:11:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "7687:6:44", - "nodeType": "YulIdentifier", - "src": "7687:6:44" - } - ] - }, - { - "nativeSrc": "7717:35:44", - "nodeType": "YulVariableDeclaration", - "src": "7717:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "7739:6:44", - "nodeType": "YulIdentifier", - "src": "7739:6:44" - }, - { - "kind": "number", - "nativeSrc": "7747:4:44", - "nodeType": "YulLiteral", - "src": "7747:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7735:3:44", - "nodeType": "YulIdentifier", - "src": "7735:3:44" - }, - "nativeSrc": "7735:17:44", - "nodeType": "YulFunctionCall", - "src": "7735:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "7721:10:44", - "nodeType": "YulTypedName", - "src": "7721:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7827:22:44", - "nodeType": "YulBlock", - "src": "7827:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "7829:16:44", - "nodeType": "YulIdentifier", - "src": "7829:16:44" - }, - "nativeSrc": "7829:18:44", - "nodeType": "YulFunctionCall", - "src": "7829:18:44" - }, - "nativeSrc": "7829:18:44", - "nodeType": "YulExpressionStatement", - "src": "7829:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "7770:10:44", - "nodeType": "YulIdentifier", - "src": "7770:10:44" - }, - { - "kind": "number", - "nativeSrc": "7782:18:44", - "nodeType": "YulLiteral", - "src": "7782:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7767:2:44", - "nodeType": "YulIdentifier", - "src": "7767:2:44" - }, - "nativeSrc": "7767:34:44", - "nodeType": "YulFunctionCall", - "src": "7767:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "7806:10:44", - "nodeType": "YulIdentifier", - "src": "7806:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "7818:6:44", - "nodeType": "YulIdentifier", - "src": "7818:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "7803:2:44", - "nodeType": "YulIdentifier", - "src": "7803:2:44" - }, - "nativeSrc": "7803:22:44", - "nodeType": "YulFunctionCall", - "src": "7803:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "7764:2:44", - "nodeType": "YulIdentifier", - "src": "7764:2:44" - }, - "nativeSrc": "7764:62:44", - "nodeType": "YulFunctionCall", - "src": "7764:62:44" - }, - "nativeSrc": "7761:88:44", - "nodeType": "YulIf", - "src": "7761:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7865:4:44", - "nodeType": "YulLiteral", - "src": "7865:4:44", - "type": "", - "value": "0x40" - }, - { - "name": "newFreePtr", - "nativeSrc": "7871:10:44", - "nodeType": "YulIdentifier", - "src": "7871:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7858:6:44", - "nodeType": "YulIdentifier", - "src": "7858:6:44" - }, - "nativeSrc": "7858:24:44", - "nodeType": "YulFunctionCall", - "src": "7858:24:44" - }, - "nativeSrc": "7858:24:44", - "nodeType": "YulExpressionStatement", - "src": "7858:24:44" - }, - { - "nativeSrc": "7891:15:44", - "nodeType": "YulAssignment", - "src": "7891:15:44", - "value": { - "name": "memPtr", - "nativeSrc": "7900:6:44", - "nodeType": "YulIdentifier", - "src": "7900:6:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "7891:5:44", - "nodeType": "YulIdentifier", - "src": "7891:5:44" - } - ] - }, - { - "nativeSrc": "7915:16:44", - "nodeType": "YulVariableDeclaration", - "src": "7915:16:44", - "value": { - "kind": "number", - "nativeSrc": "7930:1:44", - "nodeType": "YulLiteral", - "src": "7930:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "7919:7:44", - "nodeType": "YulTypedName", - "src": "7919:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "7940:34:44", - "nodeType": "YulAssignment", - "src": "7940:34:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7964:9:44", - "nodeType": "YulIdentifier", - "src": "7964:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7951:12:44", - "nodeType": "YulIdentifier", - "src": "7951:12:44" - }, - "nativeSrc": "7951:23:44", - "nodeType": "YulFunctionCall", - "src": "7951:23:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "7940:7:44", - "nodeType": "YulIdentifier", - "src": "7940:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "7990:6:44", - "nodeType": "YulIdentifier", - "src": "7990:6:44" - }, - { - "name": "value_1", - "nativeSrc": "7998:7:44", - "nodeType": "YulIdentifier", - "src": "7998:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7983:6:44", - "nodeType": "YulIdentifier", - "src": "7983:6:44" - }, - "nativeSrc": "7983:23:44", - "nodeType": "YulFunctionCall", - "src": "7983:23:44" - }, - "nativeSrc": "7983:23:44", - "nodeType": "YulExpressionStatement", - "src": "7983:23:44" - }, - { - "nativeSrc": "8015:16:44", - "nodeType": "YulVariableDeclaration", - "src": "8015:16:44", - "value": { - "kind": "number", - "nativeSrc": "8030:1:44", - "nodeType": "YulLiteral", - "src": "8030:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "8019:7:44", - "nodeType": "YulTypedName", - "src": "8019:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8040:43:44", - "nodeType": "YulAssignment", - "src": "8040:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8068:9:44", - "nodeType": "YulIdentifier", - "src": "8068:9:44" - }, - { - "kind": "number", - "nativeSrc": "8079:2:44", - "nodeType": "YulLiteral", - "src": "8079:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8064:3:44", - "nodeType": "YulIdentifier", - "src": "8064:3:44" - }, - "nativeSrc": "8064:18:44", - "nodeType": "YulFunctionCall", - "src": "8064:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8051:12:44", - "nodeType": "YulIdentifier", - "src": "8051:12:44" - }, - "nativeSrc": "8051:32:44", - "nodeType": "YulFunctionCall", - "src": "8051:32:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "8040:7:44", - "nodeType": "YulIdentifier", - "src": "8040:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "8103:6:44", - "nodeType": "YulIdentifier", - "src": "8103:6:44" - }, - { - "kind": "number", - "nativeSrc": "8111:2:44", - "nodeType": "YulLiteral", - "src": "8111:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8099:3:44", - "nodeType": "YulIdentifier", - "src": "8099:3:44" - }, - "nativeSrc": "8099:15:44", - "nodeType": "YulFunctionCall", - "src": "8099:15:44" - }, - { - "name": "value_2", - "nativeSrc": "8116:7:44", - "nodeType": "YulIdentifier", - "src": "8116:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8092:6:44", - "nodeType": "YulIdentifier", - "src": "8092:6:44" - }, - "nativeSrc": "8092:32:44", - "nodeType": "YulFunctionCall", - "src": "8092:32:44" - }, - "nativeSrc": "8092:32:44", - "nodeType": "YulExpressionStatement", - "src": "8092:32:44" - } - ] - }, - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "7516:614:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7565:9:44", - "nodeType": "YulTypedName", - "src": "7565:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "7576:3:44", - "nodeType": "YulTypedName", - "src": "7576:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "7584:5:44", - "nodeType": "YulTypedName", - "src": "7584:5:44", - "type": "" - } - ], - "src": "7516:614:44" - }, - { - "body": { - "nativeSrc": "8201:697:44", - "nodeType": "YulBlock", - "src": "8201:697:44", - "statements": [ - { - "body": { - "nativeSrc": "8245:16:44", - "nodeType": "YulBlock", - "src": "8245:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8254:1:44", - "nodeType": "YulLiteral", - "src": "8254:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8257:1:44", - "nodeType": "YulLiteral", - "src": "8257:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8247:6:44", - "nodeType": "YulIdentifier", - "src": "8247:6:44" - }, - "nativeSrc": "8247:12:44", - "nodeType": "YulFunctionCall", - "src": "8247:12:44" - }, - "nativeSrc": "8247:12:44", - "nodeType": "YulExpressionStatement", - "src": "8247:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "8222:3:44", - "nodeType": "YulIdentifier", - "src": "8222:3:44" - }, - { - "name": "headStart", - "nativeSrc": "8227:9:44", - "nodeType": "YulIdentifier", - "src": "8227:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8218:3:44", - "nodeType": "YulIdentifier", - "src": "8218:3:44" - }, - "nativeSrc": "8218:19:44", - "nodeType": "YulFunctionCall", - "src": "8218:19:44" - }, - { - "kind": "number", - "nativeSrc": "8239:4:44", - "nodeType": "YulLiteral", - "src": "8239:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8214:3:44", - "nodeType": "YulIdentifier", - "src": "8214:3:44" - }, - "nativeSrc": "8214:30:44", - "nodeType": "YulFunctionCall", - "src": "8214:30:44" - }, - "nativeSrc": "8211:50:44", - "nodeType": "YulIf", - "src": "8211:50:44" - }, - { - "nativeSrc": "8270:15:44", - "nodeType": "YulVariableDeclaration", - "src": "8270:15:44", - "value": { - "kind": "number", - "nativeSrc": "8284:1:44", - "nodeType": "YulLiteral", - "src": "8284:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "memPtr", - "nativeSrc": "8274:6:44", - "nodeType": "YulTypedName", - "src": "8274:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8294:19:44", - "nodeType": "YulAssignment", - "src": "8294:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8310:2:44", - "nodeType": "YulLiteral", - "src": "8310:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8304:5:44", - "nodeType": "YulIdentifier", - "src": "8304:5:44" - }, - "nativeSrc": "8304:9:44", - "nodeType": "YulFunctionCall", - "src": "8304:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "8294:6:44", - "nodeType": "YulIdentifier", - "src": "8294:6:44" - } - ] - }, - { - "nativeSrc": "8322:35:44", - "nodeType": "YulVariableDeclaration", - "src": "8322:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "8344:6:44", - "nodeType": "YulIdentifier", - "src": "8344:6:44" - }, - { - "kind": "number", - "nativeSrc": "8352:4:44", - "nodeType": "YulLiteral", - "src": "8352:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8340:3:44", - "nodeType": "YulIdentifier", - "src": "8340:3:44" - }, - "nativeSrc": "8340:17:44", - "nodeType": "YulFunctionCall", - "src": "8340:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "8326:10:44", - "nodeType": "YulTypedName", - "src": "8326:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8432:22:44", - "nodeType": "YulBlock", - "src": "8432:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "8434:16:44", - "nodeType": "YulIdentifier", - "src": "8434:16:44" - }, - "nativeSrc": "8434:18:44", - "nodeType": "YulFunctionCall", - "src": "8434:18:44" - }, - "nativeSrc": "8434:18:44", - "nodeType": "YulExpressionStatement", - "src": "8434:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "8375:10:44", - "nodeType": "YulIdentifier", - "src": "8375:10:44" - }, - { - "kind": "number", - "nativeSrc": "8387:18:44", - "nodeType": "YulLiteral", - "src": "8387:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8372:2:44", - "nodeType": "YulIdentifier", - "src": "8372:2:44" - }, - "nativeSrc": "8372:34:44", - "nodeType": "YulFunctionCall", - "src": "8372:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "8411:10:44", - "nodeType": "YulIdentifier", - "src": "8411:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "8423:6:44", - "nodeType": "YulIdentifier", - "src": "8423:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8408:2:44", - "nodeType": "YulIdentifier", - "src": "8408:2:44" - }, - "nativeSrc": "8408:22:44", - "nodeType": "YulFunctionCall", - "src": "8408:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "8369:2:44", - "nodeType": "YulIdentifier", - "src": "8369:2:44" - }, - "nativeSrc": "8369:62:44", - "nodeType": "YulFunctionCall", - "src": "8369:62:44" - }, - "nativeSrc": "8366:88:44", - "nodeType": "YulIf", - "src": "8366:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8470:2:44", - "nodeType": "YulLiteral", - "src": "8470:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "8474:10:44", - "nodeType": "YulIdentifier", - "src": "8474:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8463:6:44", - "nodeType": "YulIdentifier", - "src": "8463:6:44" - }, - "nativeSrc": "8463:22:44", - "nodeType": "YulFunctionCall", - "src": "8463:22:44" - }, - "nativeSrc": "8463:22:44", - "nodeType": "YulExpressionStatement", - "src": "8463:22:44" - }, - { - "nativeSrc": "8494:15:44", - "nodeType": "YulAssignment", - "src": "8494:15:44", - "value": { - "name": "memPtr", - "nativeSrc": "8503:6:44", - "nodeType": "YulIdentifier", - "src": "8503:6:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "8494:5:44", - "nodeType": "YulIdentifier", - "src": "8494:5:44" - } - ] - }, - { - "nativeSrc": "8518:38:44", - "nodeType": "YulVariableDeclaration", - "src": "8518:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8546:9:44", - "nodeType": "YulIdentifier", - "src": "8546:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8533:12:44", - "nodeType": "YulIdentifier", - "src": "8533:12:44" - }, - "nativeSrc": "8533:23:44", - "nodeType": "YulFunctionCall", - "src": "8533:23:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "8522:7:44", - "nodeType": "YulTypedName", - "src": "8522:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8608:16:44", - "nodeType": "YulBlock", - "src": "8608:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8617:1:44", - "nodeType": "YulLiteral", - "src": "8617:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8620:1:44", - "nodeType": "YulLiteral", - "src": "8620:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8610:6:44", - "nodeType": "YulIdentifier", - "src": "8610:6:44" - }, - "nativeSrc": "8610:12:44", - "nodeType": "YulFunctionCall", - "src": "8610:12:44" - }, - "nativeSrc": "8610:12:44", - "nodeType": "YulExpressionStatement", - "src": "8610:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "8578:7:44", - "nodeType": "YulIdentifier", - "src": "8578:7:44" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "8591:7:44", - "nodeType": "YulIdentifier", - "src": "8591:7:44" - }, - { - "kind": "number", - "nativeSrc": "8600:4:44", - "nodeType": "YulLiteral", - "src": "8600:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "8587:3:44", - "nodeType": "YulIdentifier", - "src": "8587:3:44" - }, - "nativeSrc": "8587:18:44", - "nodeType": "YulFunctionCall", - "src": "8587:18:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "8575:2:44", - "nodeType": "YulIdentifier", - "src": "8575:2:44" - }, - "nativeSrc": "8575:31:44", - "nodeType": "YulFunctionCall", - "src": "8575:31:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "8568:6:44", - "nodeType": "YulIdentifier", - "src": "8568:6:44" - }, - "nativeSrc": "8568:39:44", - "nodeType": "YulFunctionCall", - "src": "8568:39:44" - }, - "nativeSrc": "8565:59:44", - "nodeType": "YulIf", - "src": "8565:59:44" - }, - { - "expression": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "8640:6:44", - "nodeType": "YulIdentifier", - "src": "8640:6:44" - }, - { - "name": "value_1", - "nativeSrc": "8648:7:44", - "nodeType": "YulIdentifier", - "src": "8648:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8633:6:44", - "nodeType": "YulIdentifier", - "src": "8633:6:44" - }, - "nativeSrc": "8633:23:44", - "nodeType": "YulFunctionCall", - "src": "8633:23:44" - }, - "nativeSrc": "8633:23:44", - "nodeType": "YulExpressionStatement", - "src": "8633:23:44" - }, - { - "nativeSrc": "8665:16:44", - "nodeType": "YulVariableDeclaration", - "src": "8665:16:44", - "value": { - "kind": "number", - "nativeSrc": "8680:1:44", - "nodeType": "YulLiteral", - "src": "8680:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "8669:7:44", - "nodeType": "YulTypedName", - "src": "8669:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8690:43:44", - "nodeType": "YulAssignment", - "src": "8690:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8718:9:44", - "nodeType": "YulIdentifier", - "src": "8718:9:44" - }, - { - "kind": "number", - "nativeSrc": "8729:2:44", - "nodeType": "YulLiteral", - "src": "8729:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8714:3:44", - "nodeType": "YulIdentifier", - "src": "8714:3:44" - }, - "nativeSrc": "8714:18:44", - "nodeType": "YulFunctionCall", - "src": "8714:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8701:12:44", - "nodeType": "YulIdentifier", - "src": "8701:12:44" - }, - "nativeSrc": "8701:32:44", - "nodeType": "YulFunctionCall", - "src": "8701:32:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "8690:7:44", - "nodeType": "YulIdentifier", - "src": "8690:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "8753:6:44", - "nodeType": "YulIdentifier", - "src": "8753:6:44" - }, - { - "kind": "number", - "nativeSrc": "8761:2:44", - "nodeType": "YulLiteral", - "src": "8761:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8749:3:44", - "nodeType": "YulIdentifier", - "src": "8749:3:44" - }, - "nativeSrc": "8749:15:44", - "nodeType": "YulFunctionCall", - "src": "8749:15:44" - }, - { - "name": "value_2", - "nativeSrc": "8766:7:44", - "nodeType": "YulIdentifier", - "src": "8766:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8742:6:44", - "nodeType": "YulIdentifier", - "src": "8742:6:44" - }, - "nativeSrc": "8742:32:44", - "nodeType": "YulFunctionCall", - "src": "8742:32:44" - }, - "nativeSrc": "8742:32:44", - "nodeType": "YulExpressionStatement", - "src": "8742:32:44" - }, - { - "nativeSrc": "8783:16:44", - "nodeType": "YulVariableDeclaration", - "src": "8783:16:44", - "value": { - "kind": "number", - "nativeSrc": "8798:1:44", - "nodeType": "YulLiteral", - "src": "8798:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "8787:7:44", - "nodeType": "YulTypedName", - "src": "8787:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8808:43:44", - "nodeType": "YulAssignment", - "src": "8808:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8836:9:44", - "nodeType": "YulIdentifier", - "src": "8836:9:44" - }, - { - "kind": "number", - "nativeSrc": "8847:2:44", - "nodeType": "YulLiteral", - "src": "8847:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8832:3:44", - "nodeType": "YulIdentifier", - "src": "8832:3:44" - }, - "nativeSrc": "8832:18:44", - "nodeType": "YulFunctionCall", - "src": "8832:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8819:12:44", - "nodeType": "YulIdentifier", - "src": "8819:12:44" - }, - "nativeSrc": "8819:32:44", - "nodeType": "YulFunctionCall", - "src": "8819:32:44" - }, - "variableNames": [ - { - "name": "value_3", - "nativeSrc": "8808:7:44", - "nodeType": "YulIdentifier", - "src": "8808:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "8871:6:44", - "nodeType": "YulIdentifier", - "src": "8871:6:44" - }, - { - "kind": "number", - "nativeSrc": "8879:2:44", - "nodeType": "YulLiteral", - "src": "8879:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8867:3:44", - "nodeType": "YulIdentifier", - "src": "8867:3:44" - }, - "nativeSrc": "8867:15:44", - "nodeType": "YulFunctionCall", - "src": "8867:15:44" - }, - { - "name": "value_3", - "nativeSrc": "8884:7:44", - "nodeType": "YulIdentifier", - "src": "8884:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8860:6:44", - "nodeType": "YulIdentifier", - "src": "8860:6:44" - }, - "nativeSrc": "8860:32:44", - "nodeType": "YulFunctionCall", - "src": "8860:32:44" - }, - "nativeSrc": "8860:32:44", - "nodeType": "YulExpressionStatement", - "src": "8860:32:44" - } - ] - }, - "name": "abi_decode_struct_Signature", - "nativeSrc": "8135:763:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8172:9:44", - "nodeType": "YulTypedName", - "src": "8172:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "8183:3:44", - "nodeType": "YulTypedName", - "src": "8183:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "8191:5:44", - "nodeType": "YulTypedName", - "src": "8191:5:44", - "type": "" - } - ], - "src": "8135:763:44" - }, - { - "body": { - "nativeSrc": "8976:649:44", - "nodeType": "YulBlock", - "src": "8976:649:44", - "statements": [ - { - "body": { - "nativeSrc": "9025:16:44", - "nodeType": "YulBlock", - "src": "9025:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9034:1:44", - "nodeType": "YulLiteral", - "src": "9034:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "9037:1:44", - "nodeType": "YulLiteral", - "src": "9037:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "9027:6:44", - "nodeType": "YulIdentifier", - "src": "9027:6:44" - }, - "nativeSrc": "9027:12:44", - "nodeType": "YulFunctionCall", - "src": "9027:12:44" - }, - "nativeSrc": "9027:12:44", - "nodeType": "YulExpressionStatement", - "src": "9027:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9004:6:44", - "nodeType": "YulIdentifier", - "src": "9004:6:44" - }, - { - "kind": "number", - "nativeSrc": "9012:4:44", - "nodeType": "YulLiteral", - "src": "9012:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9000:3:44", - "nodeType": "YulIdentifier", - "src": "9000:3:44" - }, - "nativeSrc": "9000:17:44", - "nodeType": "YulFunctionCall", - "src": "9000:17:44" - }, - { - "name": "end", - "nativeSrc": "9019:3:44", - "nodeType": "YulIdentifier", - "src": "9019:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8996:3:44", - "nodeType": "YulIdentifier", - "src": "8996:3:44" - }, - "nativeSrc": "8996:27:44", - "nodeType": "YulFunctionCall", - "src": "8996:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "8989:6:44", - "nodeType": "YulIdentifier", - "src": "8989:6:44" - }, - "nativeSrc": "8989:35:44", - "nodeType": "YulFunctionCall", - "src": "8989:35:44" - }, - "nativeSrc": "8986:55:44", - "nodeType": "YulIf", - "src": "8986:55:44" - }, - { - "nativeSrc": "9050:34:44", - "nodeType": "YulVariableDeclaration", - "src": "9050:34:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9077:6:44", - "nodeType": "YulIdentifier", - "src": "9077:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "9064:12:44", - "nodeType": "YulIdentifier", - "src": "9064:12:44" - }, - "nativeSrc": "9064:20:44", - "nodeType": "YulFunctionCall", - "src": "9064:20:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9054:6:44", - "nodeType": "YulTypedName", - "src": "9054:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9093:96:44", - "nodeType": "YulVariableDeclaration", - "src": "9093:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "9181:6:44", - "nodeType": "YulIdentifier", - "src": "9181:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "9120:60:44", - "nodeType": "YulIdentifier", - "src": "9120:60:44" - }, - "nativeSrc": "9120:68:44", - "nodeType": "YulFunctionCall", - "src": "9120:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "9104:15:44", - "nodeType": "YulIdentifier", - "src": "9104:15:44" - }, - "nativeSrc": "9104:85:44", - "nodeType": "YulFunctionCall", - "src": "9104:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "9097:3:44", - "nodeType": "YulTypedName", - "src": "9097:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9198:18:44", - "nodeType": "YulVariableDeclaration", - "src": "9198:18:44", - "value": { - "name": "dst", - "nativeSrc": "9213:3:44", - "nodeType": "YulIdentifier", - "src": "9213:3:44" - }, - "variables": [ - { - "name": "array_1", - "nativeSrc": "9202:7:44", - "nodeType": "YulTypedName", - "src": "9202:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "9232:3:44", - "nodeType": "YulIdentifier", - "src": "9232:3:44" - }, - { - "name": "length", - "nativeSrc": "9237:6:44", - "nodeType": "YulIdentifier", - "src": "9237:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9225:6:44", - "nodeType": "YulIdentifier", - "src": "9225:6:44" - }, - "nativeSrc": "9225:19:44", - "nodeType": "YulFunctionCall", - "src": "9225:19:44" - }, - "nativeSrc": "9225:19:44", - "nodeType": "YulExpressionStatement", - "src": "9225:19:44" - }, - { - "nativeSrc": "9253:21:44", - "nodeType": "YulAssignment", - "src": "9253:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "9264:3:44", - "nodeType": "YulIdentifier", - "src": "9264:3:44" - }, - { - "kind": "number", - "nativeSrc": "9269:4:44", - "nodeType": "YulLiteral", - "src": "9269:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9260:3:44", - "nodeType": "YulIdentifier", - "src": "9260:3:44" - }, - "nativeSrc": "9260:14:44", - "nodeType": "YulFunctionCall", - "src": "9260:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "9253:3:44", - "nodeType": "YulIdentifier", - "src": "9253:3:44" - } - ] - }, - { - "nativeSrc": "9283:55:44", - "nodeType": "YulVariableDeclaration", - "src": "9283:55:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9305:6:44", - "nodeType": "YulIdentifier", - "src": "9305:6:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "9317:6:44", - "nodeType": "YulIdentifier", - "src": "9317:6:44" - }, - { - "kind": "number", - "nativeSrc": "9325:4:44", - "nodeType": "YulLiteral", - "src": "9325:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "mul", - "nativeSrc": "9313:3:44", - "nodeType": "YulIdentifier", - "src": "9313:3:44" - }, - "nativeSrc": "9313:17:44", - "nodeType": "YulFunctionCall", - "src": "9313:17:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9301:3:44", - "nodeType": "YulIdentifier", - "src": "9301:3:44" - }, - "nativeSrc": "9301:30:44", - "nodeType": "YulFunctionCall", - "src": "9301:30:44" - }, - { - "kind": "number", - "nativeSrc": "9333:4:44", - "nodeType": "YulLiteral", - "src": "9333:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9297:3:44", - "nodeType": "YulIdentifier", - "src": "9297:3:44" - }, - "nativeSrc": "9297:41:44", - "nodeType": "YulFunctionCall", - "src": "9297:41:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "9287:6:44", - "nodeType": "YulTypedName", - "src": "9287:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9366:16:44", - "nodeType": "YulBlock", - "src": "9366:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9375:1:44", - "nodeType": "YulLiteral", - "src": "9375:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "9378:1:44", - "nodeType": "YulLiteral", - "src": "9378:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "9368:6:44", - "nodeType": "YulIdentifier", - "src": "9368:6:44" - }, - "nativeSrc": "9368:12:44", - "nodeType": "YulFunctionCall", - "src": "9368:12:44" - }, - "nativeSrc": "9368:12:44", - "nodeType": "YulExpressionStatement", - "src": "9368:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "9353:6:44", - "nodeType": "YulIdentifier", - "src": "9353:6:44" - }, - { - "name": "end", - "nativeSrc": "9361:3:44", - "nodeType": "YulIdentifier", - "src": "9361:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "9350:2:44", - "nodeType": "YulIdentifier", - "src": "9350:2:44" - }, - "nativeSrc": "9350:15:44", - "nodeType": "YulFunctionCall", - "src": "9350:15:44" - }, - "nativeSrc": "9347:35:44", - "nodeType": "YulIf", - "src": "9347:35:44" - }, - { - "nativeSrc": "9391:28:44", - "nodeType": "YulVariableDeclaration", - "src": "9391:28:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9406:6:44", - "nodeType": "YulIdentifier", - "src": "9406:6:44" - }, - { - "kind": "number", - "nativeSrc": "9414:4:44", - "nodeType": "YulLiteral", - "src": "9414:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9402:3:44", - "nodeType": "YulIdentifier", - "src": "9402:3:44" - }, - "nativeSrc": "9402:17:44", - "nodeType": "YulFunctionCall", - "src": "9402:17:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "9395:3:44", - "nodeType": "YulTypedName", - "src": "9395:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9486:108:44", - "nodeType": "YulBlock", - "src": "9486:108:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "9507:3:44", - "nodeType": "YulIdentifier", - "src": "9507:3:44" - }, - { - "arguments": [ - { - "name": "src", - "nativeSrc": "9540:3:44", - "nodeType": "YulIdentifier", - "src": "9540:3:44" - }, - { - "name": "end", - "nativeSrc": "9545:3:44", - "nodeType": "YulIdentifier", - "src": "9545:3:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "9512:27:44", - "nodeType": "YulIdentifier", - "src": "9512:27:44" - }, - "nativeSrc": "9512:37:44", - "nodeType": "YulFunctionCall", - "src": "9512:37:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9500:6:44", - "nodeType": "YulIdentifier", - "src": "9500:6:44" - }, - "nativeSrc": "9500:50:44", - "nodeType": "YulFunctionCall", - "src": "9500:50:44" - }, - "nativeSrc": "9500:50:44", - "nodeType": "YulExpressionStatement", - "src": "9500:50:44" - }, - { - "nativeSrc": "9563:21:44", - "nodeType": "YulAssignment", - "src": "9563:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "9574:3:44", - "nodeType": "YulIdentifier", - "src": "9574:3:44" - }, - { - "kind": "number", - "nativeSrc": "9579:4:44", - "nodeType": "YulLiteral", - "src": "9579:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9570:3:44", - "nodeType": "YulIdentifier", - "src": "9570:3:44" - }, - "nativeSrc": "9570:14:44", - "nodeType": "YulFunctionCall", - "src": "9570:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "9563:3:44", - "nodeType": "YulIdentifier", - "src": "9563:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "9439:3:44", - "nodeType": "YulIdentifier", - "src": "9439:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "9444:6:44", - "nodeType": "YulIdentifier", - "src": "9444:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "9436:2:44", - "nodeType": "YulIdentifier", - "src": "9436:2:44" - }, - "nativeSrc": "9436:15:44", - "nodeType": "YulFunctionCall", - "src": "9436:15:44" - }, - "nativeSrc": "9428:166:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9452:25:44", - "nodeType": "YulBlock", - "src": "9452:25:44", - "statements": [ - { - "nativeSrc": "9454:21:44", - "nodeType": "YulAssignment", - "src": "9454:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "9465:3:44", - "nodeType": "YulIdentifier", - "src": "9465:3:44" - }, - { - "kind": "number", - "nativeSrc": "9470:4:44", - "nodeType": "YulLiteral", - "src": "9470:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9461:3:44", - "nodeType": "YulIdentifier", - "src": "9461:3:44" - }, - "nativeSrc": "9461:14:44", - "nodeType": "YulFunctionCall", - "src": "9461:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "9454:3:44", - "nodeType": "YulIdentifier", - "src": "9454:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9432:3:44", - "nodeType": "YulBlock", - "src": "9432:3:44", - "statements": [] - }, - "src": "9428:166:44" - }, - { - "nativeSrc": "9603:16:44", - "nodeType": "YulAssignment", - "src": "9603:16:44", - "value": { - "name": "array_1", - "nativeSrc": "9612:7:44", - "nodeType": "YulIdentifier", - "src": "9612:7:44" - }, - "variableNames": [ - { - "name": "array", - "nativeSrc": "9603:5:44", - "nodeType": "YulIdentifier", - "src": "9603:5:44" - } - ] - } - ] - }, - "name": "abi_decode_array_struct_Signature_dyn", - "nativeSrc": "8903:722:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "8950:6:44", - "nodeType": "YulTypedName", - "src": "8950:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "8958:3:44", - "nodeType": "YulTypedName", - "src": "8958:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "array", - "nativeSrc": "8966:5:44", - "nodeType": "YulTypedName", - "src": "8966:5:44", - "type": "" - } - ], - "src": "8903:722:44" - }, - { - "body": { - "nativeSrc": "9679:147:44", - "nodeType": "YulBlock", - "src": "9679:147:44", - "statements": [ - { - "nativeSrc": "9689:29:44", - "nodeType": "YulAssignment", - "src": "9689:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9711:6:44", - "nodeType": "YulIdentifier", - "src": "9711:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "9698:12:44", - "nodeType": "YulIdentifier", - "src": "9698:12:44" - }, - "nativeSrc": "9698:20:44", - "nodeType": "YulFunctionCall", - "src": "9698:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "9689:5:44", - "nodeType": "YulIdentifier", - "src": "9689:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "9804:16:44", - "nodeType": "YulBlock", - "src": "9804:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9813:1:44", - "nodeType": "YulLiteral", - "src": "9813:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "9816:1:44", - "nodeType": "YulLiteral", - "src": "9816:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "9806:6:44", - "nodeType": "YulIdentifier", - "src": "9806:6:44" - }, - "nativeSrc": "9806:12:44", - "nodeType": "YulFunctionCall", - "src": "9806:12:44" - }, - "nativeSrc": "9806:12:44", - "nodeType": "YulExpressionStatement", - "src": "9806:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9740:5:44", - "nodeType": "YulIdentifier", - "src": "9740:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9751:5:44", - "nodeType": "YulIdentifier", - "src": "9751:5:44" - }, - { - "kind": "number", - "nativeSrc": "9758:42:44", - "nodeType": "YulLiteral", - "src": "9758:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9747:3:44", - "nodeType": "YulIdentifier", - "src": "9747:3:44" - }, - "nativeSrc": "9747:54:44", - "nodeType": "YulFunctionCall", - "src": "9747:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "9737:2:44", - "nodeType": "YulIdentifier", - "src": "9737:2:44" - }, - "nativeSrc": "9737:65:44", - "nodeType": "YulFunctionCall", - "src": "9737:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "9730:6:44", - "nodeType": "YulIdentifier", - "src": "9730:6:44" - }, - "nativeSrc": "9730:73:44", - "nodeType": "YulFunctionCall", - "src": "9730:73:44" - }, - "nativeSrc": "9727:93:44", - "nodeType": "YulIf", - "src": "9727:93:44" - } - ] - }, - "name": "abi_decode_address", - "nativeSrc": "9630:196:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "9658:6:44", - "nodeType": "YulTypedName", - "src": "9658:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "9669:5:44", - "nodeType": "YulTypedName", - "src": "9669:5:44", - "type": "" - } - ], - "src": "9630:196:44" - }, - { - "body": { - "nativeSrc": "9879:123:44", - "nodeType": "YulBlock", - "src": "9879:123:44", - "statements": [ - { - "nativeSrc": "9889:29:44", - "nodeType": "YulAssignment", - "src": "9889:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "9911:6:44", - "nodeType": "YulIdentifier", - "src": "9911:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "9898:12:44", - "nodeType": "YulIdentifier", - "src": "9898:12:44" - }, - "nativeSrc": "9898:20:44", - "nodeType": "YulFunctionCall", - "src": "9898:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "9889:5:44", - "nodeType": "YulIdentifier", - "src": "9889:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "9980:16:44", - "nodeType": "YulBlock", - "src": "9980:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9989:1:44", - "nodeType": "YulLiteral", - "src": "9989:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "9992:1:44", - "nodeType": "YulLiteral", - "src": "9992:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "9982:6:44", - "nodeType": "YulIdentifier", - "src": "9982:6:44" - }, - "nativeSrc": "9982:12:44", - "nodeType": "YulFunctionCall", - "src": "9982:12:44" - }, - "nativeSrc": "9982:12:44", - "nodeType": "YulExpressionStatement", - "src": "9982:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9940:5:44", - "nodeType": "YulIdentifier", - "src": "9940:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9951:5:44", - "nodeType": "YulIdentifier", - "src": "9951:5:44" - }, - { - "kind": "number", - "nativeSrc": "9958:18:44", - "nodeType": "YulLiteral", - "src": "9958:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9947:3:44", - "nodeType": "YulIdentifier", - "src": "9947:3:44" - }, - "nativeSrc": "9947:30:44", - "nodeType": "YulFunctionCall", - "src": "9947:30:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "9937:2:44", - "nodeType": "YulIdentifier", - "src": "9937:2:44" - }, - "nativeSrc": "9937:41:44", - "nodeType": "YulFunctionCall", - "src": "9937:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "9930:6:44", - "nodeType": "YulIdentifier", - "src": "9930:6:44" - }, - "nativeSrc": "9930:49:44", - "nodeType": "YulFunctionCall", - "src": "9930:49:44" - }, - "nativeSrc": "9927:69:44", - "nodeType": "YulIf", - "src": "9927:69:44" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "9831:171:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "9858:6:44", - "nodeType": "YulTypedName", - "src": "9858:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "9869:5:44", - "nodeType": "YulTypedName", - "src": "9869:5:44", - "type": "" - } - ], - "src": "9831:171:44" - }, - { - "body": { - "nativeSrc": "10181:1432:44", - "nodeType": "YulBlock", - "src": "10181:1432:44", - "statements": [ - { - "body": { - "nativeSrc": "10232:16:44", - "nodeType": "YulBlock", - "src": "10232:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10241:1:44", - "nodeType": "YulLiteral", - "src": "10241:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10244:1:44", - "nodeType": "YulLiteral", - "src": "10244:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10234:6:44", - "nodeType": "YulIdentifier", - "src": "10234:6:44" - }, - "nativeSrc": "10234:12:44", - "nodeType": "YulFunctionCall", - "src": "10234:12:44" - }, - "nativeSrc": "10234:12:44", - "nodeType": "YulExpressionStatement", - "src": "10234:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "10202:12:44", - "nodeType": "YulIdentifier", - "src": "10202:12:44" - }, - "nativeSrc": "10202:14:44", - "nodeType": "YulFunctionCall", - "src": "10202:14:44" - }, - { - "name": "value", - "nativeSrc": "10218:5:44", - "nodeType": "YulIdentifier", - "src": "10218:5:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10198:3:44", - "nodeType": "YulIdentifier", - "src": "10198:3:44" - }, - "nativeSrc": "10198:26:44", - "nodeType": "YulFunctionCall", - "src": "10198:26:44" - }, - { - "kind": "number", - "nativeSrc": "10226:4:44", - "nodeType": "YulLiteral", - "src": "10226:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10194:3:44", - "nodeType": "YulIdentifier", - "src": "10194:3:44" - }, - "nativeSrc": "10194:37:44", - "nodeType": "YulFunctionCall", - "src": "10194:37:44" - }, - "nativeSrc": "10191:57:44", - "nodeType": "YulIf", - "src": "10191:57:44" - }, - { - "nativeSrc": "10257:37:44", - "nodeType": "YulVariableDeclaration", - "src": "10257:37:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_4267", - "nativeSrc": "10272:20:44", - "nodeType": "YulIdentifier", - "src": "10272:20:44" - }, - "nativeSrc": "10272:22:44", - "nodeType": "YulFunctionCall", - "src": "10272:22:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10261:7:44", - "nodeType": "YulTypedName", - "src": "10261:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10303:16:44", - "nodeType": "YulVariableDeclaration", - "src": "10303:16:44", - "value": { - "kind": "number", - "nativeSrc": "10318:1:44", - "nodeType": "YulLiteral", - "src": "10318:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10307:7:44", - "nodeType": "YulTypedName", - "src": "10307:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10328:30:44", - "nodeType": "YulAssignment", - "src": "10328:30:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10352:5:44", - "nodeType": "YulIdentifier", - "src": "10352:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10339:12:44", - "nodeType": "YulIdentifier", - "src": "10339:12:44" - }, - "nativeSrc": "10339:19:44", - "nodeType": "YulFunctionCall", - "src": "10339:19:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "10328:7:44", - "nodeType": "YulIdentifier", - "src": "10328:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "10374:7:44", - "nodeType": "YulIdentifier", - "src": "10374:7:44" - }, - { - "name": "value_2", - "nativeSrc": "10383:7:44", - "nodeType": "YulIdentifier", - "src": "10383:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10367:6:44", - "nodeType": "YulIdentifier", - "src": "10367:6:44" - }, - "nativeSrc": "10367:24:44", - "nodeType": "YulFunctionCall", - "src": "10367:24:44" - }, - "nativeSrc": "10367:24:44", - "nodeType": "YulExpressionStatement", - "src": "10367:24:44" - }, - { - "nativeSrc": "10400:42:44", - "nodeType": "YulVariableDeclaration", - "src": "10400:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "10431:5:44", - "nodeType": "YulIdentifier", - "src": "10431:5:44" - }, - { - "kind": "number", - "nativeSrc": "10438:2:44", - "nodeType": "YulLiteral", - "src": "10438:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10427:3:44", - "nodeType": "YulIdentifier", - "src": "10427:3:44" - }, - "nativeSrc": "10427:14:44", - "nodeType": "YulFunctionCall", - "src": "10427:14:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10414:12:44", - "nodeType": "YulIdentifier", - "src": "10414:12:44" - }, - "nativeSrc": "10414:28:44", - "nodeType": "YulFunctionCall", - "src": "10414:28:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "10404:6:44", - "nodeType": "YulTypedName", - "src": "10404:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "10485:16:44", - "nodeType": "YulBlock", - "src": "10485:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10494:1:44", - "nodeType": "YulLiteral", - "src": "10494:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10497:1:44", - "nodeType": "YulLiteral", - "src": "10497:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10487:6:44", - "nodeType": "YulIdentifier", - "src": "10487:6:44" - }, - "nativeSrc": "10487:12:44", - "nodeType": "YulFunctionCall", - "src": "10487:12:44" - }, - "nativeSrc": "10487:12:44", - "nodeType": "YulExpressionStatement", - "src": "10487:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "10457:6:44", - "nodeType": "YulIdentifier", - "src": "10457:6:44" - }, - { - "kind": "number", - "nativeSrc": "10465:18:44", - "nodeType": "YulLiteral", - "src": "10465:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "10454:2:44", - "nodeType": "YulIdentifier", - "src": "10454:2:44" - }, - "nativeSrc": "10454:30:44", - "nodeType": "YulFunctionCall", - "src": "10454:30:44" - }, - "nativeSrc": "10451:50:44", - "nodeType": "YulIf", - "src": "10451:50:44" - }, - { - "nativeSrc": "10510:28:44", - "nodeType": "YulVariableDeclaration", - "src": "10510:28:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10524:5:44", - "nodeType": "YulIdentifier", - "src": "10524:5:44" - }, - { - "name": "offset", - "nativeSrc": "10531:6:44", - "nodeType": "YulIdentifier", - "src": "10531:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10520:3:44", - "nodeType": "YulIdentifier", - "src": "10520:3:44" - }, - "nativeSrc": "10520:18:44", - "nodeType": "YulFunctionCall", - "src": "10520:18:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "10514:2:44", - "nodeType": "YulTypedName", - "src": "10514:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "10593:16:44", - "nodeType": "YulBlock", - "src": "10593:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10602:1:44", - "nodeType": "YulLiteral", - "src": "10602:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10605:1:44", - "nodeType": "YulLiteral", - "src": "10605:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10595:6:44", - "nodeType": "YulIdentifier", - "src": "10595:6:44" - }, - "nativeSrc": "10595:12:44", - "nodeType": "YulFunctionCall", - "src": "10595:12:44" - }, - "nativeSrc": "10595:12:44", - "nodeType": "YulExpressionStatement", - "src": "10595:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "10565:2:44", - "nodeType": "YulIdentifier", - "src": "10565:2:44" - }, - { - "kind": "number", - "nativeSrc": "10569:4:44", - "nodeType": "YulLiteral", - "src": "10569:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10561:3:44", - "nodeType": "YulIdentifier", - "src": "10561:3:44" - }, - "nativeSrc": "10561:13:44", - "nodeType": "YulFunctionCall", - "src": "10561:13:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "10576:12:44", - "nodeType": "YulIdentifier", - "src": "10576:12:44" - }, - "nativeSrc": "10576:14:44", - "nodeType": "YulFunctionCall", - "src": "10576:14:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10557:3:44", - "nodeType": "YulIdentifier", - "src": "10557:3:44" - }, - "nativeSrc": "10557:34:44", - "nodeType": "YulFunctionCall", - "src": "10557:34:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10550:6:44", - "nodeType": "YulIdentifier", - "src": "10550:6:44" - }, - "nativeSrc": "10550:42:44", - "nodeType": "YulFunctionCall", - "src": "10550:42:44" - }, - "nativeSrc": "10547:62:44", - "nodeType": "YulIf", - "src": "10547:62:44" - }, - { - "nativeSrc": "10618:30:44", - "nodeType": "YulVariableDeclaration", - "src": "10618:30:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "10645:2:44", - "nodeType": "YulIdentifier", - "src": "10645:2:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10632:12:44", - "nodeType": "YulIdentifier", - "src": "10632:12:44" - }, - "nativeSrc": "10632:16:44", - "nodeType": "YulFunctionCall", - "src": "10632:16:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "10622:6:44", - "nodeType": "YulTypedName", - "src": "10622:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10657:96:44", - "nodeType": "YulVariableDeclaration", - "src": "10657:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "10745:6:44", - "nodeType": "YulIdentifier", - "src": "10745:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "10684:60:44", - "nodeType": "YulIdentifier", - "src": "10684:60:44" - }, - "nativeSrc": "10684:68:44", - "nodeType": "YulFunctionCall", - "src": "10684:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "10668:15:44", - "nodeType": "YulIdentifier", - "src": "10668:15:44" - }, - "nativeSrc": "10668:85:44", - "nodeType": "YulFunctionCall", - "src": "10668:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "10661:3:44", - "nodeType": "YulTypedName", - "src": "10661:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10762:16:44", - "nodeType": "YulVariableDeclaration", - "src": "10762:16:44", - "value": { - "name": "dst", - "nativeSrc": "10775:3:44", - "nodeType": "YulIdentifier", - "src": "10775:3:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "10766:5:44", - "nodeType": "YulTypedName", - "src": "10766:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "10794:3:44", - "nodeType": "YulIdentifier", - "src": "10794:3:44" - }, - { - "name": "length", - "nativeSrc": "10799:6:44", - "nodeType": "YulIdentifier", - "src": "10799:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10787:6:44", - "nodeType": "YulIdentifier", - "src": "10787:6:44" - }, - "nativeSrc": "10787:19:44", - "nodeType": "YulFunctionCall", - "src": "10787:19:44" - }, - "nativeSrc": "10787:19:44", - "nodeType": "YulExpressionStatement", - "src": "10787:19:44" - }, - { - "nativeSrc": "10815:19:44", - "nodeType": "YulAssignment", - "src": "10815:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "10826:3:44", - "nodeType": "YulIdentifier", - "src": "10826:3:44" - }, - { - "kind": "number", - "nativeSrc": "10831:2:44", - "nodeType": "YulLiteral", - "src": "10831:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10822:3:44", - "nodeType": "YulIdentifier", - "src": "10822:3:44" - }, - "nativeSrc": "10822:12:44", - "nodeType": "YulFunctionCall", - "src": "10822:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "10815:3:44", - "nodeType": "YulIdentifier", - "src": "10815:3:44" - } - ] - }, - { - "nativeSrc": "10843:46:44", - "nodeType": "YulVariableDeclaration", - "src": "10843:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "10865:2:44", - "nodeType": "YulIdentifier", - "src": "10865:2:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10873:1:44", - "nodeType": "YulLiteral", - "src": "10873:1:44", - "type": "", - "value": "6" - }, - { - "name": "length", - "nativeSrc": "10876:6:44", - "nodeType": "YulIdentifier", - "src": "10876:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "10869:3:44", - "nodeType": "YulIdentifier", - "src": "10869:3:44" - }, - "nativeSrc": "10869:14:44", - "nodeType": "YulFunctionCall", - "src": "10869:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10861:3:44", - "nodeType": "YulIdentifier", - "src": "10861:3:44" - }, - "nativeSrc": "10861:23:44", - "nodeType": "YulFunctionCall", - "src": "10861:23:44" - }, - { - "kind": "number", - "nativeSrc": "10886:2:44", - "nodeType": "YulLiteral", - "src": "10886:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10857:3:44", - "nodeType": "YulIdentifier", - "src": "10857:3:44" - }, - "nativeSrc": "10857:32:44", - "nodeType": "YulFunctionCall", - "src": "10857:32:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "10847:6:44", - "nodeType": "YulTypedName", - "src": "10847:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "10928:16:44", - "nodeType": "YulBlock", - "src": "10928:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10937:1:44", - "nodeType": "YulLiteral", - "src": "10937:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10940:1:44", - "nodeType": "YulLiteral", - "src": "10940:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10930:6:44", - "nodeType": "YulIdentifier", - "src": "10930:6:44" - }, - "nativeSrc": "10930:12:44", - "nodeType": "YulFunctionCall", - "src": "10930:12:44" - }, - "nativeSrc": "10930:12:44", - "nodeType": "YulExpressionStatement", - "src": "10930:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "10904:6:44", - "nodeType": "YulIdentifier", - "src": "10904:6:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "10912:12:44", - "nodeType": "YulIdentifier", - "src": "10912:12:44" - }, - "nativeSrc": "10912:14:44", - "nodeType": "YulFunctionCall", - "src": "10912:14:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "10901:2:44", - "nodeType": "YulIdentifier", - "src": "10901:2:44" - }, - "nativeSrc": "10901:26:44", - "nodeType": "YulFunctionCall", - "src": "10901:26:44" - }, - "nativeSrc": "10898:46:44", - "nodeType": "YulIf", - "src": "10898:46:44" - }, - { - "nativeSrc": "10953:22:44", - "nodeType": "YulVariableDeclaration", - "src": "10953:22:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "10968:2:44", - "nodeType": "YulIdentifier", - "src": "10968:2:44" - }, - { - "kind": "number", - "nativeSrc": "10972:2:44", - "nodeType": "YulLiteral", - "src": "10972:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10964:3:44", - "nodeType": "YulIdentifier", - "src": "10964:3:44" - }, - "nativeSrc": "10964:11:44", - "nodeType": "YulFunctionCall", - "src": "10964:11:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "10957:3:44", - "nodeType": "YulTypedName", - "src": "10957:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11042:129:44", - "nodeType": "YulBlock", - "src": "11042:129:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "11063:3:44", - "nodeType": "YulIdentifier", - "src": "11063:3:44" - }, - { - "arguments": [ - { - "name": "src", - "nativeSrc": "11108:3:44", - "nodeType": "YulIdentifier", - "src": "11108:3:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "11113:12:44", - "nodeType": "YulIdentifier", - "src": "11113:12:44" - }, - "nativeSrc": "11113:14:44", - "nodeType": "YulFunctionCall", - "src": "11113:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "11068:39:44", - "nodeType": "YulIdentifier", - "src": "11068:39:44" - }, - "nativeSrc": "11068:60:44", - "nodeType": "YulFunctionCall", - "src": "11068:60:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11056:6:44", - "nodeType": "YulIdentifier", - "src": "11056:6:44" - }, - "nativeSrc": "11056:73:44", - "nodeType": "YulFunctionCall", - "src": "11056:73:44" - }, - "nativeSrc": "11056:73:44", - "nodeType": "YulExpressionStatement", - "src": "11056:73:44" - }, - { - "nativeSrc": "11142:19:44", - "nodeType": "YulAssignment", - "src": "11142:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "11153:3:44", - "nodeType": "YulIdentifier", - "src": "11153:3:44" - }, - { - "kind": "number", - "nativeSrc": "11158:2:44", - "nodeType": "YulLiteral", - "src": "11158:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11149:3:44", - "nodeType": "YulIdentifier", - "src": "11149:3:44" - }, - "nativeSrc": "11149:12:44", - "nodeType": "YulFunctionCall", - "src": "11149:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "11142:3:44", - "nodeType": "YulIdentifier", - "src": "11142:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "10995:3:44", - "nodeType": "YulIdentifier", - "src": "10995:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "11000:6:44", - "nodeType": "YulIdentifier", - "src": "11000:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "10992:2:44", - "nodeType": "YulIdentifier", - "src": "10992:2:44" - }, - "nativeSrc": "10992:15:44", - "nodeType": "YulFunctionCall", - "src": "10992:15:44" - }, - "nativeSrc": "10984:187:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "11008:25:44", - "nodeType": "YulBlock", - "src": "11008:25:44", - "statements": [ - { - "nativeSrc": "11010:21:44", - "nodeType": "YulAssignment", - "src": "11010:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "11021:3:44", - "nodeType": "YulIdentifier", - "src": "11021:3:44" - }, - { - "kind": "number", - "nativeSrc": "11026:4:44", - "nodeType": "YulLiteral", - "src": "11026:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11017:3:44", - "nodeType": "YulIdentifier", - "src": "11017:3:44" - }, - "nativeSrc": "11017:14:44", - "nodeType": "YulFunctionCall", - "src": "11017:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "11010:3:44", - "nodeType": "YulIdentifier", - "src": "11010:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "10988:3:44", - "nodeType": "YulBlock", - "src": "10988:3:44", - "statements": [] - }, - "src": "10984:187:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11191:7:44", - "nodeType": "YulIdentifier", - "src": "11191:7:44" - }, - { - "kind": "number", - "nativeSrc": "11200:2:44", - "nodeType": "YulLiteral", - "src": "11200:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11187:3:44", - "nodeType": "YulIdentifier", - "src": "11187:3:44" - }, - "nativeSrc": "11187:16:44", - "nodeType": "YulFunctionCall", - "src": "11187:16:44" - }, - { - "name": "array", - "nativeSrc": "11205:5:44", - "nodeType": "YulIdentifier", - "src": "11205:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11180:6:44", - "nodeType": "YulIdentifier", - "src": "11180:6:44" - }, - "nativeSrc": "11180:31:44", - "nodeType": "YulFunctionCall", - "src": "11180:31:44" - }, - "nativeSrc": "11180:31:44", - "nodeType": "YulExpressionStatement", - "src": "11180:31:44" - }, - { - "nativeSrc": "11220:46:44", - "nodeType": "YulVariableDeclaration", - "src": "11220:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11253:5:44", - "nodeType": "YulIdentifier", - "src": "11253:5:44" - }, - { - "kind": "number", - "nativeSrc": "11260:4:44", - "nodeType": "YulLiteral", - "src": "11260:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11249:3:44", - "nodeType": "YulIdentifier", - "src": "11249:3:44" - }, - "nativeSrc": "11249:16:44", - "nodeType": "YulFunctionCall", - "src": "11249:16:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11236:12:44", - "nodeType": "YulIdentifier", - "src": "11236:12:44" - }, - "nativeSrc": "11236:30:44", - "nodeType": "YulFunctionCall", - "src": "11236:30:44" - }, - "variables": [ - { - "name": "offset_1", - "nativeSrc": "11224:8:44", - "nodeType": "YulTypedName", - "src": "11224:8:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11311:16:44", - "nodeType": "YulBlock", - "src": "11311:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11320:1:44", - "nodeType": "YulLiteral", - "src": "11320:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11323:1:44", - "nodeType": "YulLiteral", - "src": "11323:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11313:6:44", - "nodeType": "YulIdentifier", - "src": "11313:6:44" - }, - "nativeSrc": "11313:12:44", - "nodeType": "YulFunctionCall", - "src": "11313:12:44" - }, - "nativeSrc": "11313:12:44", - "nodeType": "YulExpressionStatement", - "src": "11313:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset_1", - "nativeSrc": "11281:8:44", - "nodeType": "YulIdentifier", - "src": "11281:8:44" - }, - { - "kind": "number", - "nativeSrc": "11291:18:44", - "nodeType": "YulLiteral", - "src": "11291:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11278:2:44", - "nodeType": "YulIdentifier", - "src": "11278:2:44" - }, - "nativeSrc": "11278:32:44", - "nodeType": "YulFunctionCall", - "src": "11278:32:44" - }, - "nativeSrc": "11275:52:44", - "nodeType": "YulIf", - "src": "11275:52:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11347:7:44", - "nodeType": "YulIdentifier", - "src": "11347:7:44" - }, - { - "kind": "number", - "nativeSrc": "11356:4:44", - "nodeType": "YulLiteral", - "src": "11356:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11343:3:44", - "nodeType": "YulIdentifier", - "src": "11343:3:44" - }, - "nativeSrc": "11343:18:44", - "nodeType": "YulFunctionCall", - "src": "11343:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11405:5:44", - "nodeType": "YulIdentifier", - "src": "11405:5:44" - }, - { - "name": "offset_1", - "nativeSrc": "11412:8:44", - "nodeType": "YulIdentifier", - "src": "11412:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11401:3:44", - "nodeType": "YulIdentifier", - "src": "11401:3:44" - }, - "nativeSrc": "11401:20:44", - "nodeType": "YulFunctionCall", - "src": "11401:20:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "11423:12:44", - "nodeType": "YulIdentifier", - "src": "11423:12:44" - }, - "nativeSrc": "11423:14:44", - "nodeType": "YulFunctionCall", - "src": "11423:14:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_Signature_dyn", - "nativeSrc": "11363:37:44", - "nodeType": "YulIdentifier", - "src": "11363:37:44" - }, - "nativeSrc": "11363:75:44", - "nodeType": "YulFunctionCall", - "src": "11363:75:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11336:6:44", - "nodeType": "YulIdentifier", - "src": "11336:6:44" - }, - "nativeSrc": "11336:103:44", - "nodeType": "YulFunctionCall", - "src": "11336:103:44" - }, - "nativeSrc": "11336:103:44", - "nodeType": "YulExpressionStatement", - "src": "11336:103:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11459:7:44", - "nodeType": "YulIdentifier", - "src": "11459:7:44" - }, - { - "kind": "number", - "nativeSrc": "11468:2:44", - "nodeType": "YulLiteral", - "src": "11468:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11455:3:44", - "nodeType": "YulIdentifier", - "src": "11455:3:44" - }, - "nativeSrc": "11455:16:44", - "nodeType": "YulFunctionCall", - "src": "11455:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11496:5:44", - "nodeType": "YulIdentifier", - "src": "11496:5:44" - }, - { - "kind": "number", - "nativeSrc": "11503:2:44", - "nodeType": "YulLiteral", - "src": "11503:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11492:3:44", - "nodeType": "YulIdentifier", - "src": "11492:3:44" - }, - "nativeSrc": "11492:14:44", - "nodeType": "YulFunctionCall", - "src": "11492:14:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "11473:18:44", - "nodeType": "YulIdentifier", - "src": "11473:18:44" - }, - "nativeSrc": "11473:34:44", - "nodeType": "YulFunctionCall", - "src": "11473:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11448:6:44", - "nodeType": "YulIdentifier", - "src": "11448:6:44" - }, - "nativeSrc": "11448:60:44", - "nodeType": "YulFunctionCall", - "src": "11448:60:44" - }, - "nativeSrc": "11448:60:44", - "nodeType": "YulExpressionStatement", - "src": "11448:60:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11528:7:44", - "nodeType": "YulIdentifier", - "src": "11528:7:44" - }, - { - "kind": "number", - "nativeSrc": "11537:3:44", - "nodeType": "YulLiteral", - "src": "11537:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11524:3:44", - "nodeType": "YulIdentifier", - "src": "11524:3:44" - }, - "nativeSrc": "11524:17:44", - "nodeType": "YulFunctionCall", - "src": "11524:17:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11565:5:44", - "nodeType": "YulIdentifier", - "src": "11565:5:44" - }, - { - "kind": "number", - "nativeSrc": "11572:3:44", - "nodeType": "YulLiteral", - "src": "11572:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11561:3:44", - "nodeType": "YulIdentifier", - "src": "11561:3:44" - }, - "nativeSrc": "11561:15:44", - "nodeType": "YulFunctionCall", - "src": "11561:15:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "11543:17:44", - "nodeType": "YulIdentifier", - "src": "11543:17:44" - }, - "nativeSrc": "11543:34:44", - "nodeType": "YulFunctionCall", - "src": "11543:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11517:6:44", - "nodeType": "YulIdentifier", - "src": "11517:6:44" - }, - "nativeSrc": "11517:61:44", - "nodeType": "YulFunctionCall", - "src": "11517:61:44" - }, - "nativeSrc": "11517:61:44", - "nodeType": "YulExpressionStatement", - "src": "11517:61:44" - }, - { - "nativeSrc": "11587:20:44", - "nodeType": "YulAssignment", - "src": "11587:20:44", - "value": { - "name": "value_1", - "nativeSrc": "11600:7:44", - "nodeType": "YulIdentifier", - "src": "11600:7:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "11587:9:44", - "nodeType": "YulIdentifier", - "src": "11587:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_to_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr", - "nativeSrc": "10007:1606:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "10157:5:44", - "nodeType": "YulTypedName", - "src": "10157:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "10167:9:44", - "nodeType": "YulTypedName", - "src": "10167:9:44", - "type": "" - } - ], - "src": "10007:1606:44" - }, - { - "body": { - "nativeSrc": "11683:97:44", - "nodeType": "YulBlock", - "src": "11683:97:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "11700:3:44", - "nodeType": "YulIdentifier", - "src": "11700:3:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11711:5:44", - "nodeType": "YulIdentifier", - "src": "11711:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "11705:5:44", - "nodeType": "YulIdentifier", - "src": "11705:5:44" - }, - "nativeSrc": "11705:12:44", - "nodeType": "YulFunctionCall", - "src": "11705:12:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11693:6:44", - "nodeType": "YulIdentifier", - "src": "11693:6:44" - }, - "nativeSrc": "11693:25:44", - "nodeType": "YulFunctionCall", - "src": "11693:25:44" - }, - "nativeSrc": "11693:25:44", - "nodeType": "YulExpressionStatement", - "src": "11693:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "11738:3:44", - "nodeType": "YulIdentifier", - "src": "11738:3:44" - }, - { - "kind": "number", - "nativeSrc": "11743:4:44", - "nodeType": "YulLiteral", - "src": "11743:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11734:3:44", - "nodeType": "YulIdentifier", - "src": "11734:3:44" - }, - "nativeSrc": "11734:14:44", - "nodeType": "YulFunctionCall", - "src": "11734:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "11760:5:44", - "nodeType": "YulIdentifier", - "src": "11760:5:44" - }, - { - "kind": "number", - "nativeSrc": "11767:4:44", - "nodeType": "YulLiteral", - "src": "11767:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11756:3:44", - "nodeType": "YulIdentifier", - "src": "11756:3:44" - }, - "nativeSrc": "11756:16:44", - "nodeType": "YulFunctionCall", - "src": "11756:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "11750:5:44", - "nodeType": "YulIdentifier", - "src": "11750:5:44" - }, - "nativeSrc": "11750:23:44", - "nodeType": "YulFunctionCall", - "src": "11750:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11727:6:44", - "nodeType": "YulIdentifier", - "src": "11727:6:44" - }, - "nativeSrc": "11727:47:44", - "nodeType": "YulFunctionCall", - "src": "11727:47:44" - }, - "nativeSrc": "11727:47:44", - "nodeType": "YulExpressionStatement", - "src": "11727:47:44" - } - ] - }, - "name": "abi_encode_struct_RevocationRequestData", - "nativeSrc": "11618:162:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "11667:5:44", - "nodeType": "YulTypedName", - "src": "11667:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "11674:3:44", - "nodeType": "YulTypedName", - "src": "11674:3:44", - "type": "" - } - ], - "src": "11618:162:44" - }, - { - "body": { - "nativeSrc": "12016:1267:44", - "nodeType": "YulBlock", - "src": "12016:1267:44", - "statements": [ - { - "nativeSrc": "12026:32:44", - "nodeType": "YulVariableDeclaration", - "src": "12026:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12044:9:44", - "nodeType": "YulIdentifier", - "src": "12044:9:44" - }, - { - "kind": "number", - "nativeSrc": "12055:2:44", - "nodeType": "YulLiteral", - "src": "12055:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12040:3:44", - "nodeType": "YulIdentifier", - "src": "12040:3:44" - }, - "nativeSrc": "12040:18:44", - "nodeType": "YulFunctionCall", - "src": "12040:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "12030:6:44", - "nodeType": "YulTypedName", - "src": "12030:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12074:9:44", - "nodeType": "YulIdentifier", - "src": "12074:9:44" - }, - { - "kind": "number", - "nativeSrc": "12085:2:44", - "nodeType": "YulLiteral", - "src": "12085:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12067:6:44", - "nodeType": "YulIdentifier", - "src": "12067:6:44" - }, - "nativeSrc": "12067:21:44", - "nodeType": "YulFunctionCall", - "src": "12067:21:44" - }, - "nativeSrc": "12067:21:44", - "nodeType": "YulExpressionStatement", - "src": "12067:21:44" - }, - { - "nativeSrc": "12097:17:44", - "nodeType": "YulVariableDeclaration", - "src": "12097:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "12108:6:44", - "nodeType": "YulIdentifier", - "src": "12108:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "12101:3:44", - "nodeType": "YulTypedName", - "src": "12101:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12123:27:44", - "nodeType": "YulVariableDeclaration", - "src": "12123:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12143:6:44", - "nodeType": "YulIdentifier", - "src": "12143:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12137:5:44", - "nodeType": "YulIdentifier", - "src": "12137:5:44" - }, - "nativeSrc": "12137:13:44", - "nodeType": "YulFunctionCall", - "src": "12137:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "12127:6:44", - "nodeType": "YulTypedName", - "src": "12127:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "12166:6:44", - "nodeType": "YulIdentifier", - "src": "12166:6:44" - }, - { - "name": "length", - "nativeSrc": "12174:6:44", - "nodeType": "YulIdentifier", - "src": "12174:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12159:6:44", - "nodeType": "YulIdentifier", - "src": "12159:6:44" - }, - "nativeSrc": "12159:22:44", - "nodeType": "YulFunctionCall", - "src": "12159:22:44" - }, - "nativeSrc": "12159:22:44", - "nodeType": "YulExpressionStatement", - "src": "12159:22:44" - }, - { - "nativeSrc": "12190:25:44", - "nodeType": "YulAssignment", - "src": "12190:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12201:9:44", - "nodeType": "YulIdentifier", - "src": "12201:9:44" - }, - { - "kind": "number", - "nativeSrc": "12212:2:44", - "nodeType": "YulLiteral", - "src": "12212:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12197:3:44", - "nodeType": "YulIdentifier", - "src": "12197:3:44" - }, - "nativeSrc": "12197:18:44", - "nodeType": "YulFunctionCall", - "src": "12197:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "12190:3:44", - "nodeType": "YulIdentifier", - "src": "12190:3:44" - } - ] - }, - { - "nativeSrc": "12224:53:44", - "nodeType": "YulVariableDeclaration", - "src": "12224:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12246:9:44", - "nodeType": "YulIdentifier", - "src": "12246:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12261:1:44", - "nodeType": "YulLiteral", - "src": "12261:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "12264:6:44", - "nodeType": "YulIdentifier", - "src": "12264:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "12257:3:44", - "nodeType": "YulIdentifier", - "src": "12257:3:44" - }, - "nativeSrc": "12257:14:44", - "nodeType": "YulFunctionCall", - "src": "12257:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12242:3:44", - "nodeType": "YulIdentifier", - "src": "12242:3:44" - }, - "nativeSrc": "12242:30:44", - "nodeType": "YulFunctionCall", - "src": "12242:30:44" - }, - { - "kind": "number", - "nativeSrc": "12274:2:44", - "nodeType": "YulLiteral", - "src": "12274:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12238:3:44", - "nodeType": "YulIdentifier", - "src": "12238:3:44" - }, - "nativeSrc": "12238:39:44", - "nodeType": "YulFunctionCall", - "src": "12238:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "12228:6:44", - "nodeType": "YulTypedName", - "src": "12228:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12286:29:44", - "nodeType": "YulVariableDeclaration", - "src": "12286:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12304:6:44", - "nodeType": "YulIdentifier", - "src": "12304:6:44" - }, - { - "kind": "number", - "nativeSrc": "12312:2:44", - "nodeType": "YulLiteral", - "src": "12312:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12300:3:44", - "nodeType": "YulIdentifier", - "src": "12300:3:44" - }, - "nativeSrc": "12300:15:44", - "nodeType": "YulFunctionCall", - "src": "12300:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "12290:6:44", - "nodeType": "YulTypedName", - "src": "12290:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12324:10:44", - "nodeType": "YulVariableDeclaration", - "src": "12324:10:44", - "value": { - "kind": "number", - "nativeSrc": "12333:1:44", - "nodeType": "YulLiteral", - "src": "12333:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "12328:1:44", - "nodeType": "YulTypedName", - "src": "12328:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12392:862:44", - "nodeType": "YulBlock", - "src": "12392:862:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "12413:3:44", - "nodeType": "YulIdentifier", - "src": "12413:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "12426:6:44", - "nodeType": "YulIdentifier", - "src": "12426:6:44" - }, - { - "name": "headStart", - "nativeSrc": "12434:9:44", - "nodeType": "YulIdentifier", - "src": "12434:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12422:3:44", - "nodeType": "YulIdentifier", - "src": "12422:3:44" - }, - "nativeSrc": "12422:22:44", - "nodeType": "YulFunctionCall", - "src": "12422:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12450:2:44", - "nodeType": "YulLiteral", - "src": "12450:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "12446:3:44", - "nodeType": "YulIdentifier", - "src": "12446:3:44" - }, - "nativeSrc": "12446:7:44", - "nodeType": "YulFunctionCall", - "src": "12446:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12418:3:44", - "nodeType": "YulIdentifier", - "src": "12418:3:44" - }, - "nativeSrc": "12418:36:44", - "nodeType": "YulFunctionCall", - "src": "12418:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12406:6:44", - "nodeType": "YulIdentifier", - "src": "12406:6:44" - }, - "nativeSrc": "12406:49:44", - "nodeType": "YulFunctionCall", - "src": "12406:49:44" - }, - "nativeSrc": "12406:49:44", - "nodeType": "YulExpressionStatement", - "src": "12406:49:44" - }, - { - "nativeSrc": "12468:23:44", - "nodeType": "YulVariableDeclaration", - "src": "12468:23:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "12484:6:44", - "nodeType": "YulIdentifier", - "src": "12484:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12478:5:44", - "nodeType": "YulIdentifier", - "src": "12478:5:44" - }, - "nativeSrc": "12478:13:44", - "nodeType": "YulFunctionCall", - "src": "12478:13:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "12472:2:44", - "nodeType": "YulTypedName", - "src": "12472:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12504:29:44", - "nodeType": "YulVariableDeclaration", - "src": "12504:29:44", - "value": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "12522:6:44", - "nodeType": "YulIdentifier", - "src": "12522:6:44" - }, - { - "kind": "number", - "nativeSrc": "12530:2:44", - "nodeType": "YulLiteral", - "src": "12530:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12518:3:44", - "nodeType": "YulIdentifier", - "src": "12518:3:44" - }, - "nativeSrc": "12518:15:44", - "nodeType": "YulFunctionCall", - "src": "12518:15:44" - }, - "variables": [ - { - "name": "tail_3", - "nativeSrc": "12508:6:44", - "nodeType": "YulTypedName", - "src": "12508:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "12553:6:44", - "nodeType": "YulIdentifier", - "src": "12553:6:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "12567:2:44", - "nodeType": "YulIdentifier", - "src": "12567:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12561:5:44", - "nodeType": "YulIdentifier", - "src": "12561:5:44" - }, - "nativeSrc": "12561:9:44", - "nodeType": "YulFunctionCall", - "src": "12561:9:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12546:6:44", - "nodeType": "YulIdentifier", - "src": "12546:6:44" - }, - "nativeSrc": "12546:25:44", - "nodeType": "YulFunctionCall", - "src": "12546:25:44" - }, - "nativeSrc": "12546:25:44", - "nodeType": "YulExpressionStatement", - "src": "12546:25:44" - }, - { - "nativeSrc": "12584:38:44", - "nodeType": "YulVariableDeclaration", - "src": "12584:38:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "12614:2:44", - "nodeType": "YulIdentifier", - "src": "12614:2:44" - }, - { - "kind": "number", - "nativeSrc": "12618:2:44", - "nodeType": "YulLiteral", - "src": "12618:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12610:3:44", - "nodeType": "YulIdentifier", - "src": "12610:3:44" - }, - "nativeSrc": "12610:11:44", - "nodeType": "YulFunctionCall", - "src": "12610:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12604:5:44", - "nodeType": "YulIdentifier", - "src": "12604:5:44" - }, - "nativeSrc": "12604:18:44", - "nodeType": "YulFunctionCall", - "src": "12604:18:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "12588:12:44", - "nodeType": "YulTypedName", - "src": "12588:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "12646:6:44", - "nodeType": "YulIdentifier", - "src": "12646:6:44" - }, - { - "kind": "number", - "nativeSrc": "12654:2:44", - "nodeType": "YulLiteral", - "src": "12654:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12642:3:44", - "nodeType": "YulIdentifier", - "src": "12642:3:44" - }, - "nativeSrc": "12642:15:44", - "nodeType": "YulFunctionCall", - "src": "12642:15:44" - }, - { - "kind": "number", - "nativeSrc": "12659:2:44", - "nodeType": "YulLiteral", - "src": "12659:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12635:6:44", - "nodeType": "YulIdentifier", - "src": "12635:6:44" - }, - "nativeSrc": "12635:27:44", - "nodeType": "YulFunctionCall", - "src": "12635:27:44" - }, - "nativeSrc": "12635:27:44", - "nodeType": "YulExpressionStatement", - "src": "12635:27:44" - }, - { - "nativeSrc": "12675:19:44", - "nodeType": "YulVariableDeclaration", - "src": "12675:19:44", - "value": { - "name": "tail_3", - "nativeSrc": "12688:6:44", - "nodeType": "YulIdentifier", - "src": "12688:6:44" - }, - "variables": [ - { - "name": "pos_1", - "nativeSrc": "12679:5:44", - "nodeType": "YulTypedName", - "src": "12679:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12707:35:44", - "nodeType": "YulVariableDeclaration", - "src": "12707:35:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "12729:12:44", - "nodeType": "YulIdentifier", - "src": "12729:12:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "12723:5:44", - "nodeType": "YulIdentifier", - "src": "12723:5:44" - }, - "nativeSrc": "12723:19:44", - "nodeType": "YulFunctionCall", - "src": "12723:19:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "12711:8:44", - "nodeType": "YulTypedName", - "src": "12711:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_3", - "nativeSrc": "12762:6:44", - "nodeType": "YulIdentifier", - "src": "12762:6:44" - }, - { - "name": "length_1", - "nativeSrc": "12770:8:44", - "nodeType": "YulIdentifier", - "src": "12770:8:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12755:6:44", - "nodeType": "YulIdentifier", - "src": "12755:6:44" - }, - "nativeSrc": "12755:24:44", - "nodeType": "YulFunctionCall", - "src": "12755:24:44" - }, - "nativeSrc": "12755:24:44", - "nodeType": "YulExpressionStatement", - "src": "12755:24:44" - }, - { - "nativeSrc": "12792:24:44", - "nodeType": "YulAssignment", - "src": "12792:24:44", - "value": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "12805:6:44", - "nodeType": "YulIdentifier", - "src": "12805:6:44" - }, - { - "kind": "number", - "nativeSrc": "12813:2:44", - "nodeType": "YulLiteral", - "src": "12813:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12801:3:44", - "nodeType": "YulIdentifier", - "src": "12801:3:44" - }, - "nativeSrc": "12801:15:44", - "nodeType": "YulFunctionCall", - "src": "12801:15:44" - }, - "variableNames": [ - { - "name": "pos_1", - "nativeSrc": "12792:5:44", - "nodeType": "YulIdentifier", - "src": "12792:5:44" - } - ] - }, - { - "nativeSrc": "12829:37:44", - "nodeType": "YulVariableDeclaration", - "src": "12829:37:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "12849:12:44", - "nodeType": "YulIdentifier", - "src": "12849:12:44" - }, - { - "kind": "number", - "nativeSrc": "12863:2:44", - "nodeType": "YulLiteral", - "src": "12863:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12845:3:44", - "nodeType": "YulIdentifier", - "src": "12845:3:44" - }, - "nativeSrc": "12845:21:44", - "nodeType": "YulFunctionCall", - "src": "12845:21:44" - }, - "variables": [ - { - "name": "srcPtr_1", - "nativeSrc": "12833:8:44", - "nodeType": "YulTypedName", - "src": "12833:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12879:12:44", - "nodeType": "YulVariableDeclaration", - "src": "12879:12:44", - "value": { - "kind": "number", - "nativeSrc": "12890:1:44", - "nodeType": "YulLiteral", - "src": "12890:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i_1", - "nativeSrc": "12883:3:44", - "nodeType": "YulTypedName", - "src": "12883:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "12965:181:44", - "nodeType": "YulBlock", - "src": "12965:181:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "srcPtr_1", - "nativeSrc": "13029:8:44", - "nodeType": "YulIdentifier", - "src": "13029:8:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13023:5:44", - "nodeType": "YulIdentifier", - "src": "13023:5:44" - }, - "nativeSrc": "13023:15:44", - "nodeType": "YulFunctionCall", - "src": "13023:15:44" - }, - { - "name": "pos_1", - "nativeSrc": "13040:5:44", - "nodeType": "YulIdentifier", - "src": "13040:5:44" - } - ], - "functionName": { - "name": "abi_encode_struct_RevocationRequestData", - "nativeSrc": "12983:39:44", - "nodeType": "YulIdentifier", - "src": "12983:39:44" - }, - "nativeSrc": "12983:63:44", - "nodeType": "YulFunctionCall", - "src": "12983:63:44" - }, - "nativeSrc": "12983:63:44", - "nodeType": "YulExpressionStatement", - "src": "12983:63:44" - }, - { - "nativeSrc": "13063:23:44", - "nodeType": "YulAssignment", - "src": "13063:23:44", - "value": { - "arguments": [ - { - "name": "pos_1", - "nativeSrc": "13076:5:44", - "nodeType": "YulIdentifier", - "src": "13076:5:44" - }, - { - "kind": "number", - "nativeSrc": "13083:2:44", - "nodeType": "YulLiteral", - "src": "13083:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13072:3:44", - "nodeType": "YulIdentifier", - "src": "13072:3:44" - }, - "nativeSrc": "13072:14:44", - "nodeType": "YulFunctionCall", - "src": "13072:14:44" - }, - "variableNames": [ - { - "name": "pos_1", - "nativeSrc": "13063:5:44", - "nodeType": "YulIdentifier", - "src": "13063:5:44" - } - ] - }, - { - "nativeSrc": "13103:29:44", - "nodeType": "YulAssignment", - "src": "13103:29:44", - "value": { - "arguments": [ - { - "name": "srcPtr_1", - "nativeSrc": "13119:8:44", - "nodeType": "YulIdentifier", - "src": "13119:8:44" - }, - { - "kind": "number", - "nativeSrc": "13129:2:44", - "nodeType": "YulLiteral", - "src": "13129:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13115:3:44", - "nodeType": "YulIdentifier", - "src": "13115:3:44" - }, - "nativeSrc": "13115:17:44", - "nodeType": "YulFunctionCall", - "src": "13115:17:44" - }, - "variableNames": [ - { - "name": "srcPtr_1", - "nativeSrc": "13103:8:44", - "nodeType": "YulIdentifier", - "src": "13103:8:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i_1", - "nativeSrc": "12915:3:44", - "nodeType": "YulIdentifier", - "src": "12915:3:44" - }, - { - "name": "length_1", - "nativeSrc": "12920:8:44", - "nodeType": "YulIdentifier", - "src": "12920:8:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12912:2:44", - "nodeType": "YulIdentifier", - "src": "12912:2:44" - }, - "nativeSrc": "12912:17:44", - "nodeType": "YulFunctionCall", - "src": "12912:17:44" - }, - "nativeSrc": "12904:242:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "12930:22:44", - "nodeType": "YulBlock", - "src": "12930:22:44", - "statements": [ - { - "nativeSrc": "12932:18:44", - "nodeType": "YulAssignment", - "src": "12932:18:44", - "value": { - "arguments": [ - { - "name": "i_1", - "nativeSrc": "12943:3:44", - "nodeType": "YulIdentifier", - "src": "12943:3:44" - }, - { - "kind": "number", - "nativeSrc": "12948:1:44", - "nodeType": "YulLiteral", - "src": "12948:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12939:3:44", - "nodeType": "YulIdentifier", - "src": "12939:3:44" - }, - "nativeSrc": "12939:11:44", - "nodeType": "YulFunctionCall", - "src": "12939:11:44" - }, - "variableNames": [ - { - "name": "i_1", - "nativeSrc": "12932:3:44", - "nodeType": "YulIdentifier", - "src": "12932:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "12908:3:44", - "nodeType": "YulBlock", - "src": "12908:3:44", - "statements": [] - }, - "src": "12904:242:44" - }, - { - "nativeSrc": "13159:15:44", - "nodeType": "YulAssignment", - "src": "13159:15:44", - "value": { - "name": "pos_1", - "nativeSrc": "13169:5:44", - "nodeType": "YulIdentifier", - "src": "13169:5:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "13159:6:44", - "nodeType": "YulIdentifier", - "src": "13159:6:44" - } - ] - }, - { - "nativeSrc": "13187:25:44", - "nodeType": "YulAssignment", - "src": "13187:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "13201:6:44", - "nodeType": "YulIdentifier", - "src": "13201:6:44" - }, - { - "kind": "number", - "nativeSrc": "13209:2:44", - "nodeType": "YulLiteral", - "src": "13209:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13197:3:44", - "nodeType": "YulIdentifier", - "src": "13197:3:44" - }, - "nativeSrc": "13197:15:44", - "nodeType": "YulFunctionCall", - "src": "13197:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "13187:6:44", - "nodeType": "YulIdentifier", - "src": "13187:6:44" - } - ] - }, - { - "nativeSrc": "13225:19:44", - "nodeType": "YulAssignment", - "src": "13225:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13236:3:44", - "nodeType": "YulIdentifier", - "src": "13236:3:44" - }, - { - "kind": "number", - "nativeSrc": "13241:2:44", - "nodeType": "YulLiteral", - "src": "13241:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13232:3:44", - "nodeType": "YulIdentifier", - "src": "13232:3:44" - }, - "nativeSrc": "13232:12:44", - "nodeType": "YulFunctionCall", - "src": "13232:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "13225:3:44", - "nodeType": "YulIdentifier", - "src": "13225:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "12354:1:44", - "nodeType": "YulIdentifier", - "src": "12354:1:44" - }, - { - "name": "length", - "nativeSrc": "12357:6:44", - "nodeType": "YulIdentifier", - "src": "12357:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12351:2:44", - "nodeType": "YulIdentifier", - "src": "12351:2:44" - }, - "nativeSrc": "12351:13:44", - "nodeType": "YulFunctionCall", - "src": "12351:13:44" - }, - "nativeSrc": "12343:911:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "12365:18:44", - "nodeType": "YulBlock", - "src": "12365:18:44", - "statements": [ - { - "nativeSrc": "12367:14:44", - "nodeType": "YulAssignment", - "src": "12367:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "12376:1:44", - "nodeType": "YulIdentifier", - "src": "12376:1:44" - }, - { - "kind": "number", - "nativeSrc": "12379:1:44", - "nodeType": "YulLiteral", - "src": "12379:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12372:3:44", - "nodeType": "YulIdentifier", - "src": "12372:3:44" - }, - "nativeSrc": "12372:9:44", - "nodeType": "YulFunctionCall", - "src": "12372:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "12367:1:44", - "nodeType": "YulIdentifier", - "src": "12367:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "12347:3:44", - "nodeType": "YulBlock", - "src": "12347:3:44", - "statements": [] - }, - "src": "12343:911:44" - }, - { - "nativeSrc": "13263:14:44", - "nodeType": "YulAssignment", - "src": "13263:14:44", - "value": { - "name": "tail_2", - "nativeSrc": "13271:6:44", - "nodeType": "YulIdentifier", - "src": "13271:6:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13263:4:44", - "nodeType": "YulIdentifier", - "src": "13263:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "11785:1498:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11985:9:44", - "nodeType": "YulTypedName", - "src": "11985:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "11996:6:44", - "nodeType": "YulTypedName", - "src": "11996:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12007:4:44", - "nodeType": "YulTypedName", - "src": "12007:4:44", - "type": "" - } - ], - "src": "11785:1498:44" - }, - { - "body": { - "nativeSrc": "13343:382:44", - "nodeType": "YulBlock", - "src": "13343:382:44", - "statements": [ - { - "nativeSrc": "13353:22:44", - "nodeType": "YulAssignment", - "src": "13353:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13367:1:44", - "nodeType": "YulLiteral", - "src": "13367:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "13370:4:44", - "nodeType": "YulIdentifier", - "src": "13370:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "13363:3:44", - "nodeType": "YulIdentifier", - "src": "13363:3:44" - }, - "nativeSrc": "13363:12:44", - "nodeType": "YulFunctionCall", - "src": "13363:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "13353:6:44", - "nodeType": "YulIdentifier", - "src": "13353:6:44" - } - ] - }, - { - "nativeSrc": "13384:38:44", - "nodeType": "YulVariableDeclaration", - "src": "13384:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "13414:4:44", - "nodeType": "YulIdentifier", - "src": "13414:4:44" - }, - { - "kind": "number", - "nativeSrc": "13420:1:44", - "nodeType": "YulLiteral", - "src": "13420:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13410:3:44", - "nodeType": "YulIdentifier", - "src": "13410:3:44" - }, - "nativeSrc": "13410:12:44", - "nodeType": "YulFunctionCall", - "src": "13410:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "13388:18:44", - "nodeType": "YulTypedName", - "src": "13388:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "13461:31:44", - "nodeType": "YulBlock", - "src": "13461:31:44", - "statements": [ - { - "nativeSrc": "13463:27:44", - "nodeType": "YulAssignment", - "src": "13463:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "13477:6:44", - "nodeType": "YulIdentifier", - "src": "13477:6:44" - }, - { - "kind": "number", - "nativeSrc": "13485:4:44", - "nodeType": "YulLiteral", - "src": "13485:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13473:3:44", - "nodeType": "YulIdentifier", - "src": "13473:3:44" - }, - "nativeSrc": "13473:17:44", - "nodeType": "YulFunctionCall", - "src": "13473:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "13463:6:44", - "nodeType": "YulIdentifier", - "src": "13463:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "13441:18:44", - "nodeType": "YulIdentifier", - "src": "13441:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "13434:6:44", - "nodeType": "YulIdentifier", - "src": "13434:6:44" - }, - "nativeSrc": "13434:26:44", - "nodeType": "YulFunctionCall", - "src": "13434:26:44" - }, - "nativeSrc": "13431:61:44", - "nodeType": "YulIf", - "src": "13431:61:44" - }, - { - "body": { - "nativeSrc": "13551:168:44", - "nodeType": "YulBlock", - "src": "13551:168:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13572:1:44", - "nodeType": "YulLiteral", - "src": "13572:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13575:77:44", - "nodeType": "YulLiteral", - "src": "13575:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13565:6:44", - "nodeType": "YulIdentifier", - "src": "13565:6:44" - }, - "nativeSrc": "13565:88:44", - "nodeType": "YulFunctionCall", - "src": "13565:88:44" - }, - "nativeSrc": "13565:88:44", - "nodeType": "YulExpressionStatement", - "src": "13565:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13673:1:44", - "nodeType": "YulLiteral", - "src": "13673:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "13676:4:44", - "nodeType": "YulLiteral", - "src": "13676:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13666:6:44", - "nodeType": "YulIdentifier", - "src": "13666:6:44" - }, - "nativeSrc": "13666:15:44", - "nodeType": "YulFunctionCall", - "src": "13666:15:44" - }, - "nativeSrc": "13666:15:44", - "nodeType": "YulExpressionStatement", - "src": "13666:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13701:1:44", - "nodeType": "YulLiteral", - "src": "13701:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13704:4:44", - "nodeType": "YulLiteral", - "src": "13704:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13694:6:44", - "nodeType": "YulIdentifier", - "src": "13694:6:44" - }, - "nativeSrc": "13694:15:44", - "nodeType": "YulFunctionCall", - "src": "13694:15:44" - }, - "nativeSrc": "13694:15:44", - "nodeType": "YulExpressionStatement", - "src": "13694:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "13507:18:44", - "nodeType": "YulIdentifier", - "src": "13507:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13530:6:44", - "nodeType": "YulIdentifier", - "src": "13530:6:44" - }, - { - "kind": "number", - "nativeSrc": "13538:2:44", - "nodeType": "YulLiteral", - "src": "13538:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "13527:2:44", - "nodeType": "YulIdentifier", - "src": "13527:2:44" - }, - "nativeSrc": "13527:14:44", - "nodeType": "YulFunctionCall", - "src": "13527:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "13504:2:44", - "nodeType": "YulIdentifier", - "src": "13504:2:44" - }, - "nativeSrc": "13504:38:44", - "nodeType": "YulFunctionCall", - "src": "13504:38:44" - }, - "nativeSrc": "13501:218:44", - "nodeType": "YulIf", - "src": "13501:218:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "13288:437:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "13323:4:44", - "nodeType": "YulTypedName", - "src": "13323:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "13332:6:44", - "nodeType": "YulTypedName", - "src": "13332:6:44", - "type": "" - } - ], - "src": "13288:437:44" - }, - { - "body": { - "nativeSrc": "13782:506:44", - "nodeType": "YulBlock", - "src": "13782:506:44", - "statements": [ - { - "body": { - "nativeSrc": "13831:16:44", - "nodeType": "YulBlock", - "src": "13831:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13840:1:44", - "nodeType": "YulLiteral", - "src": "13840:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13843:1:44", - "nodeType": "YulLiteral", - "src": "13843:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13833:6:44", - "nodeType": "YulIdentifier", - "src": "13833:6:44" - }, - "nativeSrc": "13833:12:44", - "nodeType": "YulFunctionCall", - "src": "13833:12:44" - }, - "nativeSrc": "13833:12:44", - "nodeType": "YulExpressionStatement", - "src": "13833:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "13810:6:44", - "nodeType": "YulIdentifier", - "src": "13810:6:44" - }, - { - "kind": "number", - "nativeSrc": "13818:4:44", - "nodeType": "YulLiteral", - "src": "13818:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13806:3:44", - "nodeType": "YulIdentifier", - "src": "13806:3:44" - }, - "nativeSrc": "13806:17:44", - "nodeType": "YulFunctionCall", - "src": "13806:17:44" - }, - { - "name": "end", - "nativeSrc": "13825:3:44", - "nodeType": "YulIdentifier", - "src": "13825:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "13802:3:44", - "nodeType": "YulIdentifier", - "src": "13802:3:44" - }, - "nativeSrc": "13802:27:44", - "nodeType": "YulFunctionCall", - "src": "13802:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "13795:6:44", - "nodeType": "YulIdentifier", - "src": "13795:6:44" - }, - "nativeSrc": "13795:35:44", - "nodeType": "YulFunctionCall", - "src": "13795:35:44" - }, - "nativeSrc": "13792:55:44", - "nodeType": "YulIf", - "src": "13792:55:44" - }, - { - "nativeSrc": "13856:34:44", - "nodeType": "YulVariableDeclaration", - "src": "13856:34:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "13883:6:44", - "nodeType": "YulIdentifier", - "src": "13883:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "13870:12:44", - "nodeType": "YulIdentifier", - "src": "13870:12:44" - }, - "nativeSrc": "13870:20:44", - "nodeType": "YulFunctionCall", - "src": "13870:20:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "13860:6:44", - "nodeType": "YulTypedName", - "src": "13860:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "13933:22:44", - "nodeType": "YulBlock", - "src": "13933:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "13935:16:44", - "nodeType": "YulIdentifier", - "src": "13935:16:44" - }, - "nativeSrc": "13935:18:44", - "nodeType": "YulFunctionCall", - "src": "13935:18:44" - }, - "nativeSrc": "13935:18:44", - "nodeType": "YulExpressionStatement", - "src": "13935:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "13905:6:44", - "nodeType": "YulIdentifier", - "src": "13905:6:44" - }, - { - "kind": "number", - "nativeSrc": "13913:18:44", - "nodeType": "YulLiteral", - "src": "13913:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "13902:2:44", - "nodeType": "YulIdentifier", - "src": "13902:2:44" - }, - "nativeSrc": "13902:30:44", - "nodeType": "YulFunctionCall", - "src": "13902:30:44" - }, - "nativeSrc": "13899:56:44", - "nodeType": "YulIf", - "src": "13899:56:44" - }, - { - "nativeSrc": "13964:74:44", - "nodeType": "YulVariableDeclaration", - "src": "13964:74:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "14007:6:44", - "nodeType": "YulIdentifier", - "src": "14007:6:44" - }, - { - "kind": "number", - "nativeSrc": "14015:4:44", - "nodeType": "YulLiteral", - "src": "14015:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14003:3:44", - "nodeType": "YulIdentifier", - "src": "14003:3:44" - }, - "nativeSrc": "14003:17:44", - "nodeType": "YulFunctionCall", - "src": "14003:17:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14026:2:44", - "nodeType": "YulLiteral", - "src": "14026:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "14022:3:44", - "nodeType": "YulIdentifier", - "src": "14022:3:44" - }, - "nativeSrc": "14022:7:44", - "nodeType": "YulFunctionCall", - "src": "14022:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13999:3:44", - "nodeType": "YulIdentifier", - "src": "13999:3:44" - }, - "nativeSrc": "13999:31:44", - "nodeType": "YulFunctionCall", - "src": "13999:31:44" - }, - { - "kind": "number", - "nativeSrc": "14032:4:44", - "nodeType": "YulLiteral", - "src": "14032:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13995:3:44", - "nodeType": "YulIdentifier", - "src": "13995:3:44" - }, - "nativeSrc": "13995:42:44", - "nodeType": "YulFunctionCall", - "src": "13995:42:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "13979:15:44", - "nodeType": "YulIdentifier", - "src": "13979:15:44" - }, - "nativeSrc": "13979:59:44", - "nodeType": "YulFunctionCall", - "src": "13979:59:44" - }, - "variables": [ - { - "name": "array_1", - "nativeSrc": "13968:7:44", - "nodeType": "YulTypedName", - "src": "13968:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "14054:7:44", - "nodeType": "YulIdentifier", - "src": "14054:7:44" - }, - { - "name": "length", - "nativeSrc": "14063:6:44", - "nodeType": "YulIdentifier", - "src": "14063:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14047:6:44", - "nodeType": "YulIdentifier", - "src": "14047:6:44" - }, - "nativeSrc": "14047:23:44", - "nodeType": "YulFunctionCall", - "src": "14047:23:44" - }, - "nativeSrc": "14047:23:44", - "nodeType": "YulExpressionStatement", - "src": "14047:23:44" - }, - { - "body": { - "nativeSrc": "14122:16:44", - "nodeType": "YulBlock", - "src": "14122:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14131:1:44", - "nodeType": "YulLiteral", - "src": "14131:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14134:1:44", - "nodeType": "YulLiteral", - "src": "14134:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14124:6:44", - "nodeType": "YulIdentifier", - "src": "14124:6:44" - }, - "nativeSrc": "14124:12:44", - "nodeType": "YulFunctionCall", - "src": "14124:12:44" - }, - "nativeSrc": "14124:12:44", - "nodeType": "YulExpressionStatement", - "src": "14124:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14093:6:44", - "nodeType": "YulIdentifier", - "src": "14093:6:44" - }, - { - "name": "length", - "nativeSrc": "14101:6:44", - "nodeType": "YulIdentifier", - "src": "14101:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14089:3:44", - "nodeType": "YulIdentifier", - "src": "14089:3:44" - }, - "nativeSrc": "14089:19:44", - "nodeType": "YulFunctionCall", - "src": "14089:19:44" - }, - { - "kind": "number", - "nativeSrc": "14110:4:44", - "nodeType": "YulLiteral", - "src": "14110:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14085:3:44", - "nodeType": "YulIdentifier", - "src": "14085:3:44" - }, - "nativeSrc": "14085:30:44", - "nodeType": "YulFunctionCall", - "src": "14085:30:44" - }, - { - "name": "end", - "nativeSrc": "14117:3:44", - "nodeType": "YulIdentifier", - "src": "14117:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "14082:2:44", - "nodeType": "YulIdentifier", - "src": "14082:2:44" - }, - "nativeSrc": "14082:39:44", - "nodeType": "YulFunctionCall", - "src": "14082:39:44" - }, - "nativeSrc": "14079:59:44", - "nodeType": "YulIf", - "src": "14079:59:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "14164:7:44", - "nodeType": "YulIdentifier", - "src": "14164:7:44" - }, - { - "kind": "number", - "nativeSrc": "14173:4:44", - "nodeType": "YulLiteral", - "src": "14173:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14160:3:44", - "nodeType": "YulIdentifier", - "src": "14160:3:44" - }, - "nativeSrc": "14160:18:44", - "nodeType": "YulFunctionCall", - "src": "14160:18:44" - }, - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14184:6:44", - "nodeType": "YulIdentifier", - "src": "14184:6:44" - }, - { - "kind": "number", - "nativeSrc": "14192:4:44", - "nodeType": "YulLiteral", - "src": "14192:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14180:3:44", - "nodeType": "YulIdentifier", - "src": "14180:3:44" - }, - "nativeSrc": "14180:17:44", - "nodeType": "YulFunctionCall", - "src": "14180:17:44" - }, - { - "name": "length", - "nativeSrc": "14199:6:44", - "nodeType": "YulIdentifier", - "src": "14199:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "14147:12:44", - "nodeType": "YulIdentifier", - "src": "14147:12:44" - }, - "nativeSrc": "14147:59:44", - "nodeType": "YulFunctionCall", - "src": "14147:59:44" - }, - "nativeSrc": "14147:59:44", - "nodeType": "YulExpressionStatement", - "src": "14147:59:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "array_1", - "nativeSrc": "14230:7:44", - "nodeType": "YulIdentifier", - "src": "14230:7:44" - }, - { - "name": "length", - "nativeSrc": "14239:6:44", - "nodeType": "YulIdentifier", - "src": "14239:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14226:3:44", - "nodeType": "YulIdentifier", - "src": "14226:3:44" - }, - "nativeSrc": "14226:20:44", - "nodeType": "YulFunctionCall", - "src": "14226:20:44" - }, - { - "kind": "number", - "nativeSrc": "14248:4:44", - "nodeType": "YulLiteral", - "src": "14248:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14222:3:44", - "nodeType": "YulIdentifier", - "src": "14222:3:44" - }, - "nativeSrc": "14222:31:44", - "nodeType": "YulFunctionCall", - "src": "14222:31:44" - }, - { - "kind": "number", - "nativeSrc": "14255:1:44", - "nodeType": "YulLiteral", - "src": "14255:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14215:6:44", - "nodeType": "YulIdentifier", - "src": "14215:6:44" - }, - "nativeSrc": "14215:42:44", - "nodeType": "YulFunctionCall", - "src": "14215:42:44" - }, - "nativeSrc": "14215:42:44", - "nodeType": "YulExpressionStatement", - "src": "14215:42:44" - }, - { - "nativeSrc": "14266:16:44", - "nodeType": "YulAssignment", - "src": "14266:16:44", - "value": { - "name": "array_1", - "nativeSrc": "14275:7:44", - "nodeType": "YulIdentifier", - "src": "14275:7:44" - }, - "variableNames": [ - { - "name": "array", - "nativeSrc": "14266:5:44", - "nodeType": "YulIdentifier", - "src": "14266:5:44" - } - ] - } - ] - }, - "name": "abi_decode_bytes", - "nativeSrc": "13730:558:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "13756:6:44", - "nodeType": "YulTypedName", - "src": "13756:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "13764:3:44", - "nodeType": "YulTypedName", - "src": "13764:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "array", - "nativeSrc": "13772:5:44", - "nodeType": "YulTypedName", - "src": "13772:5:44", - "type": "" - } - ], - "src": "13730:558:44" - }, - { - "body": { - "nativeSrc": "14372:828:44", - "nodeType": "YulBlock", - "src": "14372:828:44", - "statements": [ - { - "body": { - "nativeSrc": "14416:16:44", - "nodeType": "YulBlock", - "src": "14416:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14425:1:44", - "nodeType": "YulLiteral", - "src": "14425:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14428:1:44", - "nodeType": "YulLiteral", - "src": "14428:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14418:6:44", - "nodeType": "YulIdentifier", - "src": "14418:6:44" - }, - "nativeSrc": "14418:12:44", - "nodeType": "YulFunctionCall", - "src": "14418:12:44" - }, - "nativeSrc": "14418:12:44", - "nodeType": "YulExpressionStatement", - "src": "14418:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "14393:3:44", - "nodeType": "YulIdentifier", - "src": "14393:3:44" - }, - { - "name": "headStart", - "nativeSrc": "14398:9:44", - "nodeType": "YulIdentifier", - "src": "14398:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14389:3:44", - "nodeType": "YulIdentifier", - "src": "14389:3:44" - }, - "nativeSrc": "14389:19:44", - "nodeType": "YulFunctionCall", - "src": "14389:19:44" - }, - { - "kind": "number", - "nativeSrc": "14410:4:44", - "nodeType": "YulLiteral", - "src": "14410:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14385:3:44", - "nodeType": "YulIdentifier", - "src": "14385:3:44" - }, - "nativeSrc": "14385:30:44", - "nodeType": "YulFunctionCall", - "src": "14385:30:44" - }, - "nativeSrc": "14382:50:44", - "nodeType": "YulIf", - "src": "14382:50:44" - }, - { - "nativeSrc": "14441:31:44", - "nodeType": "YulAssignment", - "src": "14441:31:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_4268", - "nativeSrc": "14450:20:44", - "nodeType": "YulIdentifier", - "src": "14450:20:44" - }, - "nativeSrc": "14450:22:44", - "nodeType": "YulFunctionCall", - "src": "14450:22:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "14441:5:44", - "nodeType": "YulIdentifier", - "src": "14441:5:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "14488:5:44", - "nodeType": "YulIdentifier", - "src": "14488:5:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14514:9:44", - "nodeType": "YulIdentifier", - "src": "14514:9:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "14495:18:44", - "nodeType": "YulIdentifier", - "src": "14495:18:44" - }, - "nativeSrc": "14495:29:44", - "nodeType": "YulFunctionCall", - "src": "14495:29:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14481:6:44", - "nodeType": "YulIdentifier", - "src": "14481:6:44" - }, - "nativeSrc": "14481:44:44", - "nodeType": "YulFunctionCall", - "src": "14481:44:44" - }, - "nativeSrc": "14481:44:44", - "nodeType": "YulExpressionStatement", - "src": "14481:44:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "14545:5:44", - "nodeType": "YulIdentifier", - "src": "14545:5:44" - }, - { - "kind": "number", - "nativeSrc": "14552:2:44", - "nodeType": "YulLiteral", - "src": "14552:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14541:3:44", - "nodeType": "YulIdentifier", - "src": "14541:3:44" - }, - "nativeSrc": "14541:14:44", - "nodeType": "YulFunctionCall", - "src": "14541:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14579:9:44", - "nodeType": "YulIdentifier", - "src": "14579:9:44" - }, - { - "kind": "number", - "nativeSrc": "14590:2:44", - "nodeType": "YulLiteral", - "src": "14590:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14575:3:44", - "nodeType": "YulIdentifier", - "src": "14575:3:44" - }, - "nativeSrc": "14575:18:44", - "nodeType": "YulFunctionCall", - "src": "14575:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "14557:17:44", - "nodeType": "YulIdentifier", - "src": "14557:17:44" - }, - "nativeSrc": "14557:37:44", - "nodeType": "YulFunctionCall", - "src": "14557:37:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14534:6:44", - "nodeType": "YulIdentifier", - "src": "14534:6:44" - }, - "nativeSrc": "14534:61:44", - "nodeType": "YulFunctionCall", - "src": "14534:61:44" - }, - "nativeSrc": "14534:61:44", - "nodeType": "YulExpressionStatement", - "src": "14534:61:44" - }, - { - "nativeSrc": "14604:47:44", - "nodeType": "YulVariableDeclaration", - "src": "14604:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14636:9:44", - "nodeType": "YulIdentifier", - "src": "14636:9:44" - }, - { - "kind": "number", - "nativeSrc": "14647:2:44", - "nodeType": "YulLiteral", - "src": "14647:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14632:3:44", - "nodeType": "YulIdentifier", - "src": "14632:3:44" - }, - "nativeSrc": "14632:18:44", - "nodeType": "YulFunctionCall", - "src": "14632:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14619:12:44", - "nodeType": "YulIdentifier", - "src": "14619:12:44" - }, - "nativeSrc": "14619:32:44", - "nodeType": "YulFunctionCall", - "src": "14619:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "14608:7:44", - "nodeType": "YulTypedName", - "src": "14608:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "14708:16:44", - "nodeType": "YulBlock", - "src": "14708:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14717:1:44", - "nodeType": "YulLiteral", - "src": "14717:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14720:1:44", - "nodeType": "YulLiteral", - "src": "14720:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14710:6:44", - "nodeType": "YulIdentifier", - "src": "14710:6:44" - }, - "nativeSrc": "14710:12:44", - "nodeType": "YulFunctionCall", - "src": "14710:12:44" - }, - "nativeSrc": "14710:12:44", - "nodeType": "YulExpressionStatement", - "src": "14710:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "14673:7:44", - "nodeType": "YulIdentifier", - "src": "14673:7:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "14696:7:44", - "nodeType": "YulIdentifier", - "src": "14696:7:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14689:6:44", - "nodeType": "YulIdentifier", - "src": "14689:6:44" - }, - "nativeSrc": "14689:15:44", - "nodeType": "YulFunctionCall", - "src": "14689:15:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14682:6:44", - "nodeType": "YulIdentifier", - "src": "14682:6:44" - }, - "nativeSrc": "14682:23:44", - "nodeType": "YulFunctionCall", - "src": "14682:23:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "14670:2:44", - "nodeType": "YulIdentifier", - "src": "14670:2:44" - }, - "nativeSrc": "14670:36:44", - "nodeType": "YulFunctionCall", - "src": "14670:36:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14663:6:44", - "nodeType": "YulIdentifier", - "src": "14663:6:44" - }, - "nativeSrc": "14663:44:44", - "nodeType": "YulFunctionCall", - "src": "14663:44:44" - }, - "nativeSrc": "14660:64:44", - "nodeType": "YulIf", - "src": "14660:64:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "14744:5:44", - "nodeType": "YulIdentifier", - "src": "14744:5:44" - }, - { - "kind": "number", - "nativeSrc": "14751:2:44", - "nodeType": "YulLiteral", - "src": "14751:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14740:3:44", - "nodeType": "YulIdentifier", - "src": "14740:3:44" - }, - "nativeSrc": "14740:14:44", - "nodeType": "YulFunctionCall", - "src": "14740:14:44" - }, - { - "name": "value_1", - "nativeSrc": "14756:7:44", - "nodeType": "YulIdentifier", - "src": "14756:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14733:6:44", - "nodeType": "YulIdentifier", - "src": "14733:6:44" - }, - "nativeSrc": "14733:31:44", - "nodeType": "YulFunctionCall", - "src": "14733:31:44" - }, - "nativeSrc": "14733:31:44", - "nodeType": "YulExpressionStatement", - "src": "14733:31:44" - }, - { - "nativeSrc": "14773:16:44", - "nodeType": "YulVariableDeclaration", - "src": "14773:16:44", - "value": { - "kind": "number", - "nativeSrc": "14788:1:44", - "nodeType": "YulLiteral", - "src": "14788:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "14777:7:44", - "nodeType": "YulTypedName", - "src": "14777:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "14798:43:44", - "nodeType": "YulAssignment", - "src": "14798:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14826:9:44", - "nodeType": "YulIdentifier", - "src": "14826:9:44" - }, - { - "kind": "number", - "nativeSrc": "14837:2:44", - "nodeType": "YulLiteral", - "src": "14837:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14822:3:44", - "nodeType": "YulIdentifier", - "src": "14822:3:44" - }, - "nativeSrc": "14822:18:44", - "nodeType": "YulFunctionCall", - "src": "14822:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14809:12:44", - "nodeType": "YulIdentifier", - "src": "14809:12:44" - }, - "nativeSrc": "14809:32:44", - "nodeType": "YulFunctionCall", - "src": "14809:32:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "14798:7:44", - "nodeType": "YulIdentifier", - "src": "14798:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "14861:5:44", - "nodeType": "YulIdentifier", - "src": "14861:5:44" - }, - { - "kind": "number", - "nativeSrc": "14868:2:44", - "nodeType": "YulLiteral", - "src": "14868:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14857:3:44", - "nodeType": "YulIdentifier", - "src": "14857:3:44" - }, - "nativeSrc": "14857:14:44", - "nodeType": "YulFunctionCall", - "src": "14857:14:44" - }, - { - "name": "value_2", - "nativeSrc": "14873:7:44", - "nodeType": "YulIdentifier", - "src": "14873:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14850:6:44", - "nodeType": "YulIdentifier", - "src": "14850:6:44" - }, - "nativeSrc": "14850:31:44", - "nodeType": "YulFunctionCall", - "src": "14850:31:44" - }, - "nativeSrc": "14850:31:44", - "nodeType": "YulExpressionStatement", - "src": "14850:31:44" - }, - { - "nativeSrc": "14890:47:44", - "nodeType": "YulVariableDeclaration", - "src": "14890:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14921:9:44", - "nodeType": "YulIdentifier", - "src": "14921:9:44" - }, - { - "kind": "number", - "nativeSrc": "14932:3:44", - "nodeType": "YulLiteral", - "src": "14932:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14917:3:44", - "nodeType": "YulIdentifier", - "src": "14917:3:44" - }, - "nativeSrc": "14917:19:44", - "nodeType": "YulFunctionCall", - "src": "14917:19:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "14904:12:44", - "nodeType": "YulIdentifier", - "src": "14904:12:44" - }, - "nativeSrc": "14904:33:44", - "nodeType": "YulFunctionCall", - "src": "14904:33:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "14894:6:44", - "nodeType": "YulTypedName", - "src": "14894:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "14980:16:44", - "nodeType": "YulBlock", - "src": "14980:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14989:1:44", - "nodeType": "YulLiteral", - "src": "14989:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14992:1:44", - "nodeType": "YulLiteral", - "src": "14992:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14982:6:44", - "nodeType": "YulIdentifier", - "src": "14982:6:44" - }, - "nativeSrc": "14982:12:44", - "nodeType": "YulFunctionCall", - "src": "14982:12:44" - }, - "nativeSrc": "14982:12:44", - "nodeType": "YulExpressionStatement", - "src": "14982:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "14952:6:44", - "nodeType": "YulIdentifier", - "src": "14952:6:44" - }, - { - "kind": "number", - "nativeSrc": "14960:18:44", - "nodeType": "YulLiteral", - "src": "14960:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "14949:2:44", - "nodeType": "YulIdentifier", - "src": "14949:2:44" - }, - "nativeSrc": "14949:30:44", - "nodeType": "YulFunctionCall", - "src": "14949:30:44" - }, - "nativeSrc": "14946:50:44", - "nodeType": "YulIf", - "src": "14946:50:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15016:5:44", - "nodeType": "YulIdentifier", - "src": "15016:5:44" - }, - { - "kind": "number", - "nativeSrc": "15023:3:44", - "nodeType": "YulLiteral", - "src": "15023:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15012:3:44", - "nodeType": "YulIdentifier", - "src": "15012:3:44" - }, - "nativeSrc": "15012:15:44", - "nodeType": "YulFunctionCall", - "src": "15012:15:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "15050:9:44", - "nodeType": "YulIdentifier", - "src": "15050:9:44" - }, - { - "name": "offset", - "nativeSrc": "15061:6:44", - "nodeType": "YulIdentifier", - "src": "15061:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15046:3:44", - "nodeType": "YulIdentifier", - "src": "15046:3:44" - }, - "nativeSrc": "15046:22:44", - "nodeType": "YulFunctionCall", - "src": "15046:22:44" - }, - { - "name": "end", - "nativeSrc": "15070:3:44", - "nodeType": "YulIdentifier", - "src": "15070:3:44" - } - ], - "functionName": { - "name": "abi_decode_bytes", - "nativeSrc": "15029:16:44", - "nodeType": "YulIdentifier", - "src": "15029:16:44" - }, - "nativeSrc": "15029:45:44", - "nodeType": "YulFunctionCall", - "src": "15029:45:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15005:6:44", - "nodeType": "YulIdentifier", - "src": "15005:6:44" - }, - "nativeSrc": "15005:70:44", - "nodeType": "YulFunctionCall", - "src": "15005:70:44" - }, - "nativeSrc": "15005:70:44", - "nodeType": "YulExpressionStatement", - "src": "15005:70:44" - }, - { - "nativeSrc": "15084:16:44", - "nodeType": "YulVariableDeclaration", - "src": "15084:16:44", - "value": { - "kind": "number", - "nativeSrc": "15099:1:44", - "nodeType": "YulLiteral", - "src": "15099:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_3", - "nativeSrc": "15088:7:44", - "nodeType": "YulTypedName", - "src": "15088:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15109:44:44", - "nodeType": "YulAssignment", - "src": "15109:44:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "15137:9:44", - "nodeType": "YulIdentifier", - "src": "15137:9:44" - }, - { - "kind": "number", - "nativeSrc": "15148:3:44", - "nodeType": "YulLiteral", - "src": "15148:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15133:3:44", - "nodeType": "YulIdentifier", - "src": "15133:3:44" - }, - "nativeSrc": "15133:19:44", - "nodeType": "YulFunctionCall", - "src": "15133:19:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15120:12:44", - "nodeType": "YulIdentifier", - "src": "15120:12:44" - }, - "nativeSrc": "15120:33:44", - "nodeType": "YulFunctionCall", - "src": "15120:33:44" - }, - "variableNames": [ - { - "name": "value_3", - "nativeSrc": "15109:7:44", - "nodeType": "YulIdentifier", - "src": "15109:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15173:5:44", - "nodeType": "YulIdentifier", - "src": "15173:5:44" - }, - { - "kind": "number", - "nativeSrc": "15180:3:44", - "nodeType": "YulLiteral", - "src": "15180:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15169:3:44", - "nodeType": "YulIdentifier", - "src": "15169:3:44" - }, - "nativeSrc": "15169:15:44", - "nodeType": "YulFunctionCall", - "src": "15169:15:44" - }, - { - "name": "value_3", - "nativeSrc": "15186:7:44", - "nodeType": "YulIdentifier", - "src": "15186:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15162:6:44", - "nodeType": "YulIdentifier", - "src": "15162:6:44" - }, - "nativeSrc": "15162:32:44", - "nodeType": "YulFunctionCall", - "src": "15162:32:44" - }, - "nativeSrc": "15162:32:44", - "nodeType": "YulExpressionStatement", - "src": "15162:32:44" - } - ] - }, - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "14293:907:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14343:9:44", - "nodeType": "YulTypedName", - "src": "14343:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "14354:3:44", - "nodeType": "YulTypedName", - "src": "14354:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "14362:5:44", - "nodeType": "YulTypedName", - "src": "14362:5:44", - "type": "" - } - ], - "src": "14293:907:44" - }, - { - "body": { - "nativeSrc": "15371:704:44", - "nodeType": "YulBlock", - "src": "15371:704:44", - "statements": [ - { - "body": { - "nativeSrc": "15422:16:44", - "nodeType": "YulBlock", - "src": "15422:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15431:1:44", - "nodeType": "YulLiteral", - "src": "15431:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15434:1:44", - "nodeType": "YulLiteral", - "src": "15434:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15424:6:44", - "nodeType": "YulIdentifier", - "src": "15424:6:44" - }, - "nativeSrc": "15424:12:44", - "nodeType": "YulFunctionCall", - "src": "15424:12:44" - }, - "nativeSrc": "15424:12:44", - "nodeType": "YulExpressionStatement", - "src": "15424:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15392:12:44", - "nodeType": "YulIdentifier", - "src": "15392:12:44" - }, - "nativeSrc": "15392:14:44", - "nodeType": "YulFunctionCall", - "src": "15392:14:44" - }, - { - "name": "value", - "nativeSrc": "15408:5:44", - "nodeType": "YulIdentifier", - "src": "15408:5:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15388:3:44", - "nodeType": "YulIdentifier", - "src": "15388:3:44" - }, - "nativeSrc": "15388:26:44", - "nodeType": "YulFunctionCall", - "src": "15388:26:44" - }, - { - "kind": "number", - "nativeSrc": "15416:4:44", - "nodeType": "YulLiteral", - "src": "15416:4:44", - "type": "", - "value": "0xe0" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15384:3:44", - "nodeType": "YulIdentifier", - "src": "15384:3:44" - }, - "nativeSrc": "15384:37:44", - "nodeType": "YulFunctionCall", - "src": "15384:37:44" - }, - "nativeSrc": "15381:57:44", - "nodeType": "YulIf", - "src": "15381:57:44" - }, - { - "nativeSrc": "15447:37:44", - "nodeType": "YulVariableDeclaration", - "src": "15447:37:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_4267", - "nativeSrc": "15462:20:44", - "nodeType": "YulIdentifier", - "src": "15462:20:44" - }, - "nativeSrc": "15462:22:44", - "nodeType": "YulFunctionCall", - "src": "15462:22:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "15451:7:44", - "nodeType": "YulTypedName", - "src": "15451:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15493:16:44", - "nodeType": "YulVariableDeclaration", - "src": "15493:16:44", - "value": { - "kind": "number", - "nativeSrc": "15508:1:44", - "nodeType": "YulLiteral", - "src": "15508:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "15497:7:44", - "nodeType": "YulTypedName", - "src": "15497:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15518:30:44", - "nodeType": "YulAssignment", - "src": "15518:30:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "15542:5:44", - "nodeType": "YulIdentifier", - "src": "15542:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15529:12:44", - "nodeType": "YulIdentifier", - "src": "15529:12:44" - }, - "nativeSrc": "15529:19:44", - "nodeType": "YulFunctionCall", - "src": "15529:19:44" - }, - "variableNames": [ - { - "name": "value_2", - "nativeSrc": "15518:7:44", - "nodeType": "YulIdentifier", - "src": "15518:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15564:7:44", - "nodeType": "YulIdentifier", - "src": "15564:7:44" - }, - { - "name": "value_2", - "nativeSrc": "15573:7:44", - "nodeType": "YulIdentifier", - "src": "15573:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15557:6:44", - "nodeType": "YulIdentifier", - "src": "15557:6:44" - }, - "nativeSrc": "15557:24:44", - "nodeType": "YulFunctionCall", - "src": "15557:24:44" - }, - "nativeSrc": "15557:24:44", - "nodeType": "YulExpressionStatement", - "src": "15557:24:44" - }, - { - "nativeSrc": "15590:42:44", - "nodeType": "YulVariableDeclaration", - "src": "15590:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15621:5:44", - "nodeType": "YulIdentifier", - "src": "15621:5:44" - }, - { - "kind": "number", - "nativeSrc": "15628:2:44", - "nodeType": "YulLiteral", - "src": "15628:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15617:3:44", - "nodeType": "YulIdentifier", - "src": "15617:3:44" - }, - "nativeSrc": "15617:14:44", - "nodeType": "YulFunctionCall", - "src": "15617:14:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15604:12:44", - "nodeType": "YulIdentifier", - "src": "15604:12:44" - }, - "nativeSrc": "15604:28:44", - "nodeType": "YulFunctionCall", - "src": "15604:28:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "15594:6:44", - "nodeType": "YulTypedName", - "src": "15594:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15675:16:44", - "nodeType": "YulBlock", - "src": "15675:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15684:1:44", - "nodeType": "YulLiteral", - "src": "15684:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15687:1:44", - "nodeType": "YulLiteral", - "src": "15687:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15677:6:44", - "nodeType": "YulIdentifier", - "src": "15677:6:44" - }, - "nativeSrc": "15677:12:44", - "nodeType": "YulFunctionCall", - "src": "15677:12:44" - }, - "nativeSrc": "15677:12:44", - "nodeType": "YulExpressionStatement", - "src": "15677:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15647:6:44", - "nodeType": "YulIdentifier", - "src": "15647:6:44" - }, - { - "kind": "number", - "nativeSrc": "15655:18:44", - "nodeType": "YulLiteral", - "src": "15655:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15644:2:44", - "nodeType": "YulIdentifier", - "src": "15644:2:44" - }, - "nativeSrc": "15644:30:44", - "nodeType": "YulFunctionCall", - "src": "15644:30:44" - }, - "nativeSrc": "15641:50:44", - "nodeType": "YulIf", - "src": "15641:50:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15711:7:44", - "nodeType": "YulIdentifier", - "src": "15711:7:44" - }, - { - "kind": "number", - "nativeSrc": "15720:2:44", - "nodeType": "YulLiteral", - "src": "15720:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15707:3:44", - "nodeType": "YulIdentifier", - "src": "15707:3:44" - }, - "nativeSrc": "15707:16:44", - "nodeType": "YulFunctionCall", - "src": "15707:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15770:5:44", - "nodeType": "YulIdentifier", - "src": "15770:5:44" - }, - { - "name": "offset", - "nativeSrc": "15777:6:44", - "nodeType": "YulIdentifier", - "src": "15777:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15766:3:44", - "nodeType": "YulIdentifier", - "src": "15766:3:44" - }, - "nativeSrc": "15766:18:44", - "nodeType": "YulFunctionCall", - "src": "15766:18:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15786:12:44", - "nodeType": "YulIdentifier", - "src": "15786:12:44" - }, - "nativeSrc": "15786:14:44", - "nodeType": "YulFunctionCall", - "src": "15786:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "15725:40:44", - "nodeType": "YulIdentifier", - "src": "15725:40:44" - }, - "nativeSrc": "15725:76:44", - "nodeType": "YulFunctionCall", - "src": "15725:76:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15700:6:44", - "nodeType": "YulIdentifier", - "src": "15700:6:44" - }, - "nativeSrc": "15700:102:44", - "nodeType": "YulFunctionCall", - "src": "15700:102:44" - }, - "nativeSrc": "15700:102:44", - "nodeType": "YulExpressionStatement", - "src": "15700:102:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15822:7:44", - "nodeType": "YulIdentifier", - "src": "15822:7:44" - }, - { - "kind": "number", - "nativeSrc": "15831:2:44", - "nodeType": "YulLiteral", - "src": "15831:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15818:3:44", - "nodeType": "YulIdentifier", - "src": "15818:3:44" - }, - "nativeSrc": "15818:16:44", - "nodeType": "YulFunctionCall", - "src": "15818:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15868:5:44", - "nodeType": "YulIdentifier", - "src": "15868:5:44" - }, - { - "kind": "number", - "nativeSrc": "15875:2:44", - "nodeType": "YulLiteral", - "src": "15875:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15864:3:44", - "nodeType": "YulIdentifier", - "src": "15864:3:44" - }, - "nativeSrc": "15864:14:44", - "nodeType": "YulFunctionCall", - "src": "15864:14:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15880:12:44", - "nodeType": "YulIdentifier", - "src": "15880:12:44" - }, - "nativeSrc": "15880:14:44", - "nodeType": "YulFunctionCall", - "src": "15880:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "15836:27:44", - "nodeType": "YulIdentifier", - "src": "15836:27:44" - }, - "nativeSrc": "15836:59:44", - "nodeType": "YulFunctionCall", - "src": "15836:59:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15811:6:44", - "nodeType": "YulIdentifier", - "src": "15811:6:44" - }, - "nativeSrc": "15811:85:44", - "nodeType": "YulFunctionCall", - "src": "15811:85:44" - }, - "nativeSrc": "15811:85:44", - "nodeType": "YulExpressionStatement", - "src": "15811:85:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15916:7:44", - "nodeType": "YulIdentifier", - "src": "15916:7:44" - }, - { - "kind": "number", - "nativeSrc": "15925:4:44", - "nodeType": "YulLiteral", - "src": "15925:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15912:3:44", - "nodeType": "YulIdentifier", - "src": "15912:3:44" - }, - "nativeSrc": "15912:18:44", - "nodeType": "YulFunctionCall", - "src": "15912:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "15955:5:44", - "nodeType": "YulIdentifier", - "src": "15955:5:44" - }, - { - "kind": "number", - "nativeSrc": "15962:4:44", - "nodeType": "YulLiteral", - "src": "15962:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15951:3:44", - "nodeType": "YulIdentifier", - "src": "15951:3:44" - }, - "nativeSrc": "15951:16:44", - "nodeType": "YulFunctionCall", - "src": "15951:16:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "15932:18:44", - "nodeType": "YulIdentifier", - "src": "15932:18:44" - }, - "nativeSrc": "15932:36:44", - "nodeType": "YulFunctionCall", - "src": "15932:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15905:6:44", - "nodeType": "YulIdentifier", - "src": "15905:6:44" - }, - "nativeSrc": "15905:64:44", - "nodeType": "YulFunctionCall", - "src": "15905:64:44" - }, - "nativeSrc": "15905:64:44", - "nodeType": "YulExpressionStatement", - "src": "15905:64:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "15989:7:44", - "nodeType": "YulIdentifier", - "src": "15989:7:44" - }, - { - "kind": "number", - "nativeSrc": "15998:4:44", - "nodeType": "YulLiteral", - "src": "15998:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15985:3:44", - "nodeType": "YulIdentifier", - "src": "15985:3:44" - }, - "nativeSrc": "15985:18:44", - "nodeType": "YulFunctionCall", - "src": "15985:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16027:5:44", - "nodeType": "YulIdentifier", - "src": "16027:5:44" - }, - { - "kind": "number", - "nativeSrc": "16034:3:44", - "nodeType": "YulLiteral", - "src": "16034:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16023:3:44", - "nodeType": "YulIdentifier", - "src": "16023:3:44" - }, - "nativeSrc": "16023:15:44", - "nodeType": "YulFunctionCall", - "src": "16023:15:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "16005:17:44", - "nodeType": "YulIdentifier", - "src": "16005:17:44" - }, - "nativeSrc": "16005:34:44", - "nodeType": "YulFunctionCall", - "src": "16005:34:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15978:6:44", - "nodeType": "YulIdentifier", - "src": "15978:6:44" - }, - "nativeSrc": "15978:62:44", - "nodeType": "YulFunctionCall", - "src": "15978:62:44" - }, - "nativeSrc": "15978:62:44", - "nodeType": "YulExpressionStatement", - "src": "15978:62:44" - }, - { - "nativeSrc": "16049:20:44", - "nodeType": "YulAssignment", - "src": "16049:20:44", - "value": { - "name": "value_1", - "nativeSrc": "16062:7:44", - "nodeType": "YulIdentifier", - "src": "16062:7:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "16049:9:44", - "nodeType": "YulIdentifier", - "src": "16049:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr_to_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr", - "nativeSrc": "15205:870:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "15347:5:44", - "nodeType": "YulTypedName", - "src": "15347:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "15357:9:44", - "nodeType": "YulTypedName", - "src": "15357:9:44", - "type": "" - } - ], - "src": "15205:870:44" - }, - { - "body": { - "nativeSrc": "16197:223:44", - "nodeType": "YulBlock", - "src": "16197:223:44", - "statements": [ - { - "nativeSrc": "16207:51:44", - "nodeType": "YulVariableDeclaration", - "src": "16207:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "16246:11:44", - "nodeType": "YulIdentifier", - "src": "16246:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "16233:12:44", - "nodeType": "YulIdentifier", - "src": "16233:12:44" - }, - "nativeSrc": "16233:25:44", - "nodeType": "YulFunctionCall", - "src": "16233:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "16211:18:44", - "nodeType": "YulTypedName", - "src": "16211:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "16348:16:44", - "nodeType": "YulBlock", - "src": "16348:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16357:1:44", - "nodeType": "YulLiteral", - "src": "16357:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16360:1:44", - "nodeType": "YulLiteral", - "src": "16360:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16350:6:44", - "nodeType": "YulIdentifier", - "src": "16350:6:44" - }, - "nativeSrc": "16350:12:44", - "nodeType": "YulFunctionCall", - "src": "16350:12:44" - }, - "nativeSrc": "16350:12:44", - "nodeType": "YulExpressionStatement", - "src": "16350:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "16281:18:44", - "nodeType": "YulIdentifier", - "src": "16281:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16309:12:44", - "nodeType": "YulIdentifier", - "src": "16309:12:44" - }, - "nativeSrc": "16309:14:44", - "nodeType": "YulFunctionCall", - "src": "16309:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "16325:8:44", - "nodeType": "YulIdentifier", - "src": "16325:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "16305:3:44", - "nodeType": "YulIdentifier", - "src": "16305:3:44" - }, - "nativeSrc": "16305:29:44", - "nodeType": "YulFunctionCall", - "src": "16305:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16340:3:44", - "nodeType": "YulLiteral", - "src": "16340:3:44", - "type": "", - "value": "190" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "16336:3:44", - "nodeType": "YulIdentifier", - "src": "16336:3:44" - }, - "nativeSrc": "16336:8:44", - "nodeType": "YulFunctionCall", - "src": "16336:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16301:3:44", - "nodeType": "YulIdentifier", - "src": "16301:3:44" - }, - "nativeSrc": "16301:44:44", - "nodeType": "YulFunctionCall", - "src": "16301:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "16277:3:44", - "nodeType": "YulIdentifier", - "src": "16277:3:44" - }, - "nativeSrc": "16277:69:44", - "nodeType": "YulFunctionCall", - "src": "16277:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "16270:6:44", - "nodeType": "YulIdentifier", - "src": "16270:6:44" - }, - "nativeSrc": "16270:77:44", - "nodeType": "YulFunctionCall", - "src": "16270:77:44" - }, - "nativeSrc": "16267:97:44", - "nodeType": "YulIf", - "src": "16267:97:44" - }, - { - "nativeSrc": "16373:41:44", - "nodeType": "YulAssignment", - "src": "16373:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "16385:8:44", - "nodeType": "YulIdentifier", - "src": "16385:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "16395:18:44", - "nodeType": "YulIdentifier", - "src": "16395:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16381:3:44", - "nodeType": "YulIdentifier", - "src": "16381:3:44" - }, - "nativeSrc": "16381:33:44", - "nodeType": "YulFunctionCall", - "src": "16381:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "16373:4:44", - "nodeType": "YulIdentifier", - "src": "16373:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr", - "nativeSrc": "16080:340:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "16162:8:44", - "nodeType": "YulTypedName", - "src": "16162:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "16172:11:44", - "nodeType": "YulTypedName", - "src": "16172:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "16188:4:44", - "nodeType": "YulTypedName", - "src": "16188:4:44", - "type": "" - } - ], - "src": "16080:340:44" - }, - { - "body": { - "nativeSrc": "16571:92:44", - "nodeType": "YulBlock", - "src": "16571:92:44", - "statements": [ - { - "nativeSrc": "16581:76:44", - "nodeType": "YulAssignment", - "src": "16581:76:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "16635:5:44", - "nodeType": "YulIdentifier", - "src": "16635:5:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16642:12:44", - "nodeType": "YulIdentifier", - "src": "16642:12:44" - }, - "nativeSrc": "16642:14:44", - "nodeType": "YulFunctionCall", - "src": "16642:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "16594:40:44", - "nodeType": "YulIdentifier", - "src": "16594:40:44" - }, - "nativeSrc": "16594:63:44", - "nodeType": "YulFunctionCall", - "src": "16594:63:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "16581:9:44", - "nodeType": "YulIdentifier", - "src": "16581:9:44" - } - ] - } - ] - }, - "name": "convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr", - "nativeSrc": "16425:238:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "16547:5:44", - "nodeType": "YulTypedName", - "src": "16547:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "16557:9:44", - "nodeType": "YulTypedName", - "src": "16557:9:44", - "type": "" - } - ], - "src": "16425:238:44" - }, - { - "body": { - "nativeSrc": "16741:532:44", - "nodeType": "YulBlock", - "src": "16741:532:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16758:3:44", - "nodeType": "YulIdentifier", - "src": "16758:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16773:5:44", - "nodeType": "YulIdentifier", - "src": "16773:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16767:5:44", - "nodeType": "YulIdentifier", - "src": "16767:5:44" - }, - "nativeSrc": "16767:12:44", - "nodeType": "YulFunctionCall", - "src": "16767:12:44" - }, - { - "kind": "number", - "nativeSrc": "16781:42:44", - "nodeType": "YulLiteral", - "src": "16781:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16763:3:44", - "nodeType": "YulIdentifier", - "src": "16763:3:44" - }, - "nativeSrc": "16763:61:44", - "nodeType": "YulFunctionCall", - "src": "16763:61:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16751:6:44", - "nodeType": "YulIdentifier", - "src": "16751:6:44" - }, - "nativeSrc": "16751:74:44", - "nodeType": "YulFunctionCall", - "src": "16751:74:44" - }, - "nativeSrc": "16751:74:44", - "nodeType": "YulExpressionStatement", - "src": "16751:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16845:3:44", - "nodeType": "YulIdentifier", - "src": "16845:3:44" - }, - { - "kind": "number", - "nativeSrc": "16850:4:44", - "nodeType": "YulLiteral", - "src": "16850:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16841:3:44", - "nodeType": "YulIdentifier", - "src": "16841:3:44" - }, - "nativeSrc": "16841:14:44", - "nodeType": "YulFunctionCall", - "src": "16841:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16871:5:44", - "nodeType": "YulIdentifier", - "src": "16871:5:44" - }, - { - "kind": "number", - "nativeSrc": "16878:4:44", - "nodeType": "YulLiteral", - "src": "16878:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16867:3:44", - "nodeType": "YulIdentifier", - "src": "16867:3:44" - }, - "nativeSrc": "16867:16:44", - "nodeType": "YulFunctionCall", - "src": "16867:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16861:5:44", - "nodeType": "YulIdentifier", - "src": "16861:5:44" - }, - "nativeSrc": "16861:23:44", - "nodeType": "YulFunctionCall", - "src": "16861:23:44" - }, - { - "kind": "number", - "nativeSrc": "16886:18:44", - "nodeType": "YulLiteral", - "src": "16886:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16857:3:44", - "nodeType": "YulIdentifier", - "src": "16857:3:44" - }, - "nativeSrc": "16857:48:44", - "nodeType": "YulFunctionCall", - "src": "16857:48:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16834:6:44", - "nodeType": "YulIdentifier", - "src": "16834:6:44" - }, - "nativeSrc": "16834:72:44", - "nodeType": "YulFunctionCall", - "src": "16834:72:44" - }, - "nativeSrc": "16834:72:44", - "nodeType": "YulExpressionStatement", - "src": "16834:72:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16926:3:44", - "nodeType": "YulIdentifier", - "src": "16926:3:44" - }, - { - "kind": "number", - "nativeSrc": "16931:4:44", - "nodeType": "YulLiteral", - "src": "16931:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16922:3:44", - "nodeType": "YulIdentifier", - "src": "16922:3:44" - }, - "nativeSrc": "16922:14:44", - "nodeType": "YulFunctionCall", - "src": "16922:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "16962:5:44", - "nodeType": "YulIdentifier", - "src": "16962:5:44" - }, - { - "kind": "number", - "nativeSrc": "16969:4:44", - "nodeType": "YulLiteral", - "src": "16969:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16958:3:44", - "nodeType": "YulIdentifier", - "src": "16958:3:44" - }, - "nativeSrc": "16958:16:44", - "nodeType": "YulFunctionCall", - "src": "16958:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16952:5:44", - "nodeType": "YulIdentifier", - "src": "16952:5:44" - }, - "nativeSrc": "16952:23:44", - "nodeType": "YulFunctionCall", - "src": "16952:23:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "16945:6:44", - "nodeType": "YulIdentifier", - "src": "16945:6:44" - }, - "nativeSrc": "16945:31:44", - "nodeType": "YulFunctionCall", - "src": "16945:31:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "16938:6:44", - "nodeType": "YulIdentifier", - "src": "16938:6:44" - }, - "nativeSrc": "16938:39:44", - "nodeType": "YulFunctionCall", - "src": "16938:39:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16915:6:44", - "nodeType": "YulIdentifier", - "src": "16915:6:44" - }, - "nativeSrc": "16915:63:44", - "nodeType": "YulFunctionCall", - "src": "16915:63:44" - }, - "nativeSrc": "16915:63:44", - "nodeType": "YulExpressionStatement", - "src": "16915:63:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16998:3:44", - "nodeType": "YulIdentifier", - "src": "16998:3:44" - }, - { - "kind": "number", - "nativeSrc": "17003:4:44", - "nodeType": "YulLiteral", - "src": "17003:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16994:3:44", - "nodeType": "YulIdentifier", - "src": "16994:3:44" - }, - "nativeSrc": "16994:14:44", - "nodeType": "YulFunctionCall", - "src": "16994:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17020:5:44", - "nodeType": "YulIdentifier", - "src": "17020:5:44" - }, - { - "kind": "number", - "nativeSrc": "17027:4:44", - "nodeType": "YulLiteral", - "src": "17027:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17016:3:44", - "nodeType": "YulIdentifier", - "src": "17016:3:44" - }, - "nativeSrc": "17016:16:44", - "nodeType": "YulFunctionCall", - "src": "17016:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17010:5:44", - "nodeType": "YulIdentifier", - "src": "17010:5:44" - }, - "nativeSrc": "17010:23:44", - "nodeType": "YulFunctionCall", - "src": "17010:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16987:6:44", - "nodeType": "YulIdentifier", - "src": "16987:6:44" - }, - "nativeSrc": "16987:47:44", - "nodeType": "YulFunctionCall", - "src": "16987:47:44" - }, - "nativeSrc": "16987:47:44", - "nodeType": "YulExpressionStatement", - "src": "16987:47:44" - }, - { - "nativeSrc": "17043:43:44", - "nodeType": "YulVariableDeclaration", - "src": "17043:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17073:5:44", - "nodeType": "YulIdentifier", - "src": "17073:5:44" - }, - { - "kind": "number", - "nativeSrc": "17080:4:44", - "nodeType": "YulLiteral", - "src": "17080:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17069:3:44", - "nodeType": "YulIdentifier", - "src": "17069:3:44" - }, - "nativeSrc": "17069:16:44", - "nodeType": "YulFunctionCall", - "src": "17069:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17063:5:44", - "nodeType": "YulIdentifier", - "src": "17063:5:44" - }, - "nativeSrc": "17063:23:44", - "nodeType": "YulFunctionCall", - "src": "17063:23:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "17047:12:44", - "nodeType": "YulTypedName", - "src": "17047:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "17106:3:44", - "nodeType": "YulIdentifier", - "src": "17106:3:44" - }, - { - "kind": "number", - "nativeSrc": "17111:4:44", - "nodeType": "YulLiteral", - "src": "17111:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17102:3:44", - "nodeType": "YulIdentifier", - "src": "17102:3:44" - }, - "nativeSrc": "17102:14:44", - "nodeType": "YulFunctionCall", - "src": "17102:14:44" - }, - { - "kind": "number", - "nativeSrc": "17118:4:44", - "nodeType": "YulLiteral", - "src": "17118:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17095:6:44", - "nodeType": "YulIdentifier", - "src": "17095:6:44" - }, - "nativeSrc": "17095:28:44", - "nodeType": "YulFunctionCall", - "src": "17095:28:44" - }, - "nativeSrc": "17095:28:44", - "nodeType": "YulExpressionStatement", - "src": "17095:28:44" - }, - { - "nativeSrc": "17132:59:44", - "nodeType": "YulVariableDeclaration", - "src": "17132:59:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "17162:12:44", - "nodeType": "YulIdentifier", - "src": "17162:12:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "17180:3:44", - "nodeType": "YulIdentifier", - "src": "17180:3:44" - }, - { - "kind": "number", - "nativeSrc": "17185:4:44", - "nodeType": "YulLiteral", - "src": "17185:4:44", - "type": "", - "value": "0xc0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17176:3:44", - "nodeType": "YulIdentifier", - "src": "17176:3:44" - }, - "nativeSrc": "17176:14:44", - "nodeType": "YulFunctionCall", - "src": "17176:14:44" - } - ], - "functionName": { - "name": "abi_encode_string", - "nativeSrc": "17144:17:44", - "nodeType": "YulIdentifier", - "src": "17144:17:44" - }, - "nativeSrc": "17144:47:44", - "nodeType": "YulFunctionCall", - "src": "17144:47:44" - }, - "variables": [ - { - "name": "tail", - "nativeSrc": "17136:4:44", - "nodeType": "YulTypedName", - "src": "17136:4:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "17211:3:44", - "nodeType": "YulIdentifier", - "src": "17211:3:44" - }, - { - "kind": "number", - "nativeSrc": "17216:4:44", - "nodeType": "YulLiteral", - "src": "17216:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17207:3:44", - "nodeType": "YulIdentifier", - "src": "17207:3:44" - }, - "nativeSrc": "17207:14:44", - "nodeType": "YulFunctionCall", - "src": "17207:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "17233:5:44", - "nodeType": "YulIdentifier", - "src": "17233:5:44" - }, - { - "kind": "number", - "nativeSrc": "17240:4:44", - "nodeType": "YulLiteral", - "src": "17240:4:44", - "type": "", - "value": "0xa0" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17229:3:44", - "nodeType": "YulIdentifier", - "src": "17229:3:44" - }, - "nativeSrc": "17229:16:44", - "nodeType": "YulFunctionCall", - "src": "17229:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17223:5:44", - "nodeType": "YulIdentifier", - "src": "17223:5:44" - }, - "nativeSrc": "17223:23:44", - "nodeType": "YulFunctionCall", - "src": "17223:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17200:6:44", - "nodeType": "YulIdentifier", - "src": "17200:6:44" - }, - "nativeSrc": "17200:47:44", - "nodeType": "YulFunctionCall", - "src": "17200:47:44" - }, - "nativeSrc": "17200:47:44", - "nodeType": "YulExpressionStatement", - "src": "17200:47:44" - }, - { - "nativeSrc": "17256:11:44", - "nodeType": "YulAssignment", - "src": "17256:11:44", - "value": { - "name": "tail", - "nativeSrc": "17263:4:44", - "nodeType": "YulIdentifier", - "src": "17263:4:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "17256:3:44", - "nodeType": "YulIdentifier", - "src": "17256:3:44" - } - ] - } - ] - }, - "name": "abi_encode_struct_AttestationRequestData", - "nativeSrc": "16668:605:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "16718:5:44", - "nodeType": "YulTypedName", - "src": "16718:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "16725:3:44", - "nodeType": "YulTypedName", - "src": "16725:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "16733:3:44", - "nodeType": "YulTypedName", - "src": "16733:3:44", - "type": "" - } - ], - "src": "16668:605:44" - }, - { - "body": { - "nativeSrc": "17451:272:44", - "nodeType": "YulBlock", - "src": "17451:272:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17468:9:44", - "nodeType": "YulIdentifier", - "src": "17468:9:44" - }, - { - "kind": "number", - "nativeSrc": "17479:2:44", - "nodeType": "YulLiteral", - "src": "17479:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17461:6:44", - "nodeType": "YulIdentifier", - "src": "17461:6:44" - }, - "nativeSrc": "17461:21:44", - "nodeType": "YulFunctionCall", - "src": "17461:21:44" - }, - "nativeSrc": "17461:21:44", - "nodeType": "YulExpressionStatement", - "src": "17461:21:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17502:9:44", - "nodeType": "YulIdentifier", - "src": "17502:9:44" - }, - { - "kind": "number", - "nativeSrc": "17513:2:44", - "nodeType": "YulLiteral", - "src": "17513:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17498:3:44", - "nodeType": "YulIdentifier", - "src": "17498:3:44" - }, - "nativeSrc": "17498:18:44", - "nodeType": "YulFunctionCall", - "src": "17498:18:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17524:6:44", - "nodeType": "YulIdentifier", - "src": "17524:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17518:5:44", - "nodeType": "YulIdentifier", - "src": "17518:5:44" - }, - "nativeSrc": "17518:13:44", - "nodeType": "YulFunctionCall", - "src": "17518:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17491:6:44", - "nodeType": "YulIdentifier", - "src": "17491:6:44" - }, - "nativeSrc": "17491:41:44", - "nodeType": "YulFunctionCall", - "src": "17491:41:44" - }, - "nativeSrc": "17491:41:44", - "nodeType": "YulExpressionStatement", - "src": "17491:41:44" - }, - { - "nativeSrc": "17541:42:44", - "nodeType": "YulVariableDeclaration", - "src": "17541:42:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17571:6:44", - "nodeType": "YulIdentifier", - "src": "17571:6:44" - }, - { - "kind": "number", - "nativeSrc": "17579:2:44", - "nodeType": "YulLiteral", - "src": "17579:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17567:3:44", - "nodeType": "YulIdentifier", - "src": "17567:3:44" - }, - "nativeSrc": "17567:15:44", - "nodeType": "YulFunctionCall", - "src": "17567:15:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17561:5:44", - "nodeType": "YulIdentifier", - "src": "17561:5:44" - }, - "nativeSrc": "17561:22:44", - "nodeType": "YulFunctionCall", - "src": "17561:22:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "17545:12:44", - "nodeType": "YulTypedName", - "src": "17545:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17603:9:44", - "nodeType": "YulIdentifier", - "src": "17603:9:44" - }, - { - "kind": "number", - "nativeSrc": "17614:4:44", - "nodeType": "YulLiteral", - "src": "17614:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17599:3:44", - "nodeType": "YulIdentifier", - "src": "17599:3:44" - }, - "nativeSrc": "17599:20:44", - "nodeType": "YulFunctionCall", - "src": "17599:20:44" - }, - { - "kind": "number", - "nativeSrc": "17621:4:44", - "nodeType": "YulLiteral", - "src": "17621:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17592:6:44", - "nodeType": "YulIdentifier", - "src": "17592:6:44" - }, - "nativeSrc": "17592:34:44", - "nodeType": "YulFunctionCall", - "src": "17592:34:44" - }, - "nativeSrc": "17592:34:44", - "nodeType": "YulExpressionStatement", - "src": "17592:34:44" - }, - { - "nativeSrc": "17635:82:44", - "nodeType": "YulAssignment", - "src": "17635:82:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "17684:12:44", - "nodeType": "YulIdentifier", - "src": "17684:12:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17702:9:44", - "nodeType": "YulIdentifier", - "src": "17702:9:44" - }, - { - "kind": "number", - "nativeSrc": "17713:2:44", - "nodeType": "YulLiteral", - "src": "17713:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17698:3:44", - "nodeType": "YulIdentifier", - "src": "17698:3:44" - }, - "nativeSrc": "17698:18:44", - "nodeType": "YulFunctionCall", - "src": "17698:18:44" - } - ], - "functionName": { - "name": "abi_encode_struct_AttestationRequestData", - "nativeSrc": "17643:40:44", - "nodeType": "YulIdentifier", - "src": "17643:40:44" - }, - "nativeSrc": "17643:74:44", - "nodeType": "YulFunctionCall", - "src": "17643:74:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17635:4:44", - "nodeType": "YulIdentifier", - "src": "17635:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_struct$_AttestationRequest_$2049_memory_ptr__to_t_struct$_AttestationRequest_$2049_memory_ptr__fromStack_reversed", - "nativeSrc": "17278:445:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17420:9:44", - "nodeType": "YulTypedName", - "src": "17420:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17431:6:44", - "nodeType": "YulTypedName", - "src": "17431:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17442:4:44", - "nodeType": "YulTypedName", - "src": "17442:4:44", - "type": "" - } - ], - "src": "17278:445:44" - }, - { - "body": { - "nativeSrc": "17809:149:44", - "nodeType": "YulBlock", - "src": "17809:149:44", - "statements": [ - { - "body": { - "nativeSrc": "17855:16:44", - "nodeType": "YulBlock", - "src": "17855:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "17864:1:44", - "nodeType": "YulLiteral", - "src": "17864:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "17867:1:44", - "nodeType": "YulLiteral", - "src": "17867:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "17857:6:44", - "nodeType": "YulIdentifier", - "src": "17857:6:44" - }, - "nativeSrc": "17857:12:44", - "nodeType": "YulFunctionCall", - "src": "17857:12:44" - }, - "nativeSrc": "17857:12:44", - "nodeType": "YulExpressionStatement", - "src": "17857:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "17830:7:44", - "nodeType": "YulIdentifier", - "src": "17830:7:44" - }, - { - "name": "headStart", - "nativeSrc": "17839:9:44", - "nodeType": "YulIdentifier", - "src": "17839:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "17826:3:44", - "nodeType": "YulIdentifier", - "src": "17826:3:44" - }, - "nativeSrc": "17826:23:44", - "nodeType": "YulFunctionCall", - "src": "17826:23:44" - }, - { - "kind": "number", - "nativeSrc": "17851:2:44", - "nodeType": "YulLiteral", - "src": "17851:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "17822:3:44", - "nodeType": "YulIdentifier", - "src": "17822:3:44" - }, - "nativeSrc": "17822:32:44", - "nodeType": "YulFunctionCall", - "src": "17822:32:44" - }, - "nativeSrc": "17819:52:44", - "nodeType": "YulIf", - "src": "17819:52:44" - }, - { - "nativeSrc": "17880:14:44", - "nodeType": "YulVariableDeclaration", - "src": "17880:14:44", - "value": { - "kind": "number", - "nativeSrc": "17893:1:44", - "nodeType": "YulLiteral", - "src": "17893:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "17884:5:44", - "nodeType": "YulTypedName", - "src": "17884:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "17903:25:44", - "nodeType": "YulAssignment", - "src": "17903:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17918:9:44", - "nodeType": "YulIdentifier", - "src": "17918:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "17912:5:44", - "nodeType": "YulIdentifier", - "src": "17912:5:44" - }, - "nativeSrc": "17912:16:44", - "nodeType": "YulFunctionCall", - "src": "17912:16:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "17903:5:44", - "nodeType": "YulIdentifier", - "src": "17903:5:44" - } - ] - }, - { - "nativeSrc": "17937:15:44", - "nodeType": "YulAssignment", - "src": "17937:15:44", - "value": { - "name": "value", - "nativeSrc": "17947:5:44", - "nodeType": "YulIdentifier", - "src": "17947:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "17937:6:44", - "nodeType": "YulIdentifier", - "src": "17937:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32_fromMemory", - "nativeSrc": "17728:230:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17775:9:44", - "nodeType": "YulTypedName", - "src": "17775:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "17786:7:44", - "nodeType": "YulTypedName", - "src": "17786:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "17798:6:44", - "nodeType": "YulTypedName", - "src": "17798:6:44", - "type": "" - } - ], - "src": "17728:230:44" - }, - { - "body": { - "nativeSrc": "18033:116:44", - "nodeType": "YulBlock", - "src": "18033:116:44", - "statements": [ - { - "body": { - "nativeSrc": "18079:16:44", - "nodeType": "YulBlock", - "src": "18079:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18088:1:44", - "nodeType": "YulLiteral", - "src": "18088:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "18091:1:44", - "nodeType": "YulLiteral", - "src": "18091:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "18081:6:44", - "nodeType": "YulIdentifier", - "src": "18081:6:44" - }, - "nativeSrc": "18081:12:44", - "nodeType": "YulFunctionCall", - "src": "18081:12:44" - }, - "nativeSrc": "18081:12:44", - "nodeType": "YulExpressionStatement", - "src": "18081:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "18054:7:44", - "nodeType": "YulIdentifier", - "src": "18054:7:44" - }, - { - "name": "headStart", - "nativeSrc": "18063:9:44", - "nodeType": "YulIdentifier", - "src": "18063:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18050:3:44", - "nodeType": "YulIdentifier", - "src": "18050:3:44" - }, - "nativeSrc": "18050:23:44", - "nodeType": "YulFunctionCall", - "src": "18050:23:44" - }, - { - "kind": "number", - "nativeSrc": "18075:2:44", - "nodeType": "YulLiteral", - "src": "18075:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "18046:3:44", - "nodeType": "YulIdentifier", - "src": "18046:3:44" - }, - "nativeSrc": "18046:32:44", - "nodeType": "YulFunctionCall", - "src": "18046:32:44" - }, - "nativeSrc": "18043:52:44", - "nodeType": "YulIf", - "src": "18043:52:44" - }, - { - "nativeSrc": "18104:39:44", - "nodeType": "YulAssignment", - "src": "18104:39:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18133:9:44", - "nodeType": "YulIdentifier", - "src": "18133:9:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "18114:18:44", - "nodeType": "YulIdentifier", - "src": "18114:18:44" - }, - "nativeSrc": "18114:29:44", - "nodeType": "YulFunctionCall", - "src": "18114:29:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "18104:6:44", - "nodeType": "YulIdentifier", - "src": "18104:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "17963:186:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17999:9:44", - "nodeType": "YulTypedName", - "src": "17999:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "18010:7:44", - "nodeType": "YulTypedName", - "src": "18010:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "18022:6:44", - "nodeType": "YulTypedName", - "src": "18022:6:44", - "type": "" - } - ], - "src": "17963:186:44" - }, - { - "body": { - "nativeSrc": "18591:550:44", - "nodeType": "YulBlock", - "src": "18591:550:44", - "statements": [ - { - "nativeSrc": "18601:27:44", - "nodeType": "YulVariableDeclaration", - "src": "18601:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18621:6:44", - "nodeType": "YulIdentifier", - "src": "18621:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "18615:5:44", - "nodeType": "YulIdentifier", - "src": "18615:5:44" - }, - "nativeSrc": "18615:13:44", - "nodeType": "YulFunctionCall", - "src": "18615:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "18605:6:44", - "nodeType": "YulTypedName", - "src": "18605:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18676:6:44", - "nodeType": "YulIdentifier", - "src": "18676:6:44" - }, - { - "kind": "number", - "nativeSrc": "18684:4:44", - "nodeType": "YulLiteral", - "src": "18684:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18672:3:44", - "nodeType": "YulIdentifier", - "src": "18672:3:44" - }, - "nativeSrc": "18672:17:44", - "nodeType": "YulFunctionCall", - "src": "18672:17:44" - }, - { - "name": "pos", - "nativeSrc": "18691:3:44", - "nodeType": "YulIdentifier", - "src": "18691:3:44" - }, - { - "name": "length", - "nativeSrc": "18696:6:44", - "nodeType": "YulIdentifier", - "src": "18696:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "18637:34:44", - "nodeType": "YulIdentifier", - "src": "18637:34:44" - }, - "nativeSrc": "18637:66:44", - "nodeType": "YulFunctionCall", - "src": "18637:66:44" - }, - "nativeSrc": "18637:66:44", - "nodeType": "YulExpressionStatement", - "src": "18637:66:44" - }, - { - "nativeSrc": "18712:29:44", - "nodeType": "YulVariableDeclaration", - "src": "18712:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "18729:3:44", - "nodeType": "YulIdentifier", - "src": "18729:3:44" - }, - { - "name": "length", - "nativeSrc": "18734:6:44", - "nodeType": "YulIdentifier", - "src": "18734:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18725:3:44", - "nodeType": "YulIdentifier", - "src": "18725:3:44" - }, - "nativeSrc": "18725:16:44", - "nodeType": "YulFunctionCall", - "src": "18725:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "18716:5:44", - "nodeType": "YulTypedName", - "src": "18716:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "18757:5:44", - "nodeType": "YulIdentifier", - "src": "18757:5:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "18764:3:44", - "nodeType": "YulLiteral", - "src": "18764:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18750:6:44", - "nodeType": "YulIdentifier", - "src": "18750:6:44" - }, - "nativeSrc": "18750:18:44", - "nodeType": "YulFunctionCall", - "src": "18750:18:44" - }, - "nativeSrc": "18750:18:44", - "nodeType": "YulExpressionStatement", - "src": "18750:18:44" - }, - { - "nativeSrc": "18777:29:44", - "nodeType": "YulVariableDeclaration", - "src": "18777:29:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18799:6:44", - "nodeType": "YulIdentifier", - "src": "18799:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "18793:5:44", - "nodeType": "YulIdentifier", - "src": "18793:5:44" - }, - "nativeSrc": "18793:13:44", - "nodeType": "YulFunctionCall", - "src": "18793:13:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "18781:8:44", - "nodeType": "YulTypedName", - "src": "18781:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18854:6:44", - "nodeType": "YulIdentifier", - "src": "18854:6:44" - }, - { - "kind": "number", - "nativeSrc": "18862:4:44", - "nodeType": "YulLiteral", - "src": "18862:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18850:3:44", - "nodeType": "YulIdentifier", - "src": "18850:3:44" - }, - "nativeSrc": "18850:17:44", - "nodeType": "YulFunctionCall", - "src": "18850:17:44" - }, - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "18873:5:44", - "nodeType": "YulIdentifier", - "src": "18873:5:44" - }, - { - "kind": "number", - "nativeSrc": "18880:1:44", - "nodeType": "YulLiteral", - "src": "18880:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18869:3:44", - "nodeType": "YulIdentifier", - "src": "18869:3:44" - }, - "nativeSrc": "18869:13:44", - "nodeType": "YulFunctionCall", - "src": "18869:13:44" - }, - { - "name": "length_1", - "nativeSrc": "18884:8:44", - "nodeType": "YulIdentifier", - "src": "18884:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "18815:34:44", - "nodeType": "YulIdentifier", - "src": "18815:34:44" - }, - "nativeSrc": "18815:78:44", - "nodeType": "YulFunctionCall", - "src": "18815:78:44" - }, - "nativeSrc": "18815:78:44", - "nodeType": "YulExpressionStatement", - "src": "18815:78:44" - }, - { - "nativeSrc": "18902:30:44", - "nodeType": "YulVariableDeclaration", - "src": "18902:30:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "18916:5:44", - "nodeType": "YulIdentifier", - "src": "18916:5:44" - }, - { - "name": "length_1", - "nativeSrc": "18923:8:44", - "nodeType": "YulIdentifier", - "src": "18923:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18912:3:44", - "nodeType": "YulIdentifier", - "src": "18912:3:44" - }, - "nativeSrc": "18912:20:44", - "nodeType": "YulFunctionCall", - "src": "18912:20:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18906:2:44", - "nodeType": "YulTypedName", - "src": "18906:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18952:2:44", - "nodeType": "YulIdentifier", - "src": "18952:2:44" - }, - { - "kind": "number", - "nativeSrc": "18956:1:44", - "nodeType": "YulLiteral", - "src": "18956:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18948:3:44", - "nodeType": "YulIdentifier", - "src": "18948:3:44" - }, - "nativeSrc": "18948:10:44", - "nodeType": "YulFunctionCall", - "src": "18948:10:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "18960:3:44", - "nodeType": "YulLiteral", - "src": "18960:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18941:6:44", - "nodeType": "YulIdentifier", - "src": "18941:6:44" - }, - "nativeSrc": "18941:23:44", - "nodeType": "YulFunctionCall", - "src": "18941:23:44" - }, - "nativeSrc": "18941:23:44", - "nodeType": "YulExpressionStatement", - "src": "18941:23:44" - }, - { - "nativeSrc": "18973:29:44", - "nodeType": "YulVariableDeclaration", - "src": "18973:29:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "18995:6:44", - "nodeType": "YulIdentifier", - "src": "18995:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "18989:5:44", - "nodeType": "YulIdentifier", - "src": "18989:5:44" - }, - "nativeSrc": "18989:13:44", - "nodeType": "YulFunctionCall", - "src": "18989:13:44" - }, - "variables": [ - { - "name": "length_2", - "nativeSrc": "18977:8:44", - "nodeType": "YulTypedName", - "src": "18977:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "19050:6:44", - "nodeType": "YulIdentifier", - "src": "19050:6:44" - }, - { - "kind": "number", - "nativeSrc": "19058:4:44", - "nodeType": "YulLiteral", - "src": "19058:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19046:3:44", - "nodeType": "YulIdentifier", - "src": "19046:3:44" - }, - "nativeSrc": "19046:17:44", - "nodeType": "YulFunctionCall", - "src": "19046:17:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "19069:2:44", - "nodeType": "YulIdentifier", - "src": "19069:2:44" - }, - { - "kind": "number", - "nativeSrc": "19073:1:44", - "nodeType": "YulLiteral", - "src": "19073:1:44", - "type": "", - "value": "2" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19065:3:44", - "nodeType": "YulIdentifier", - "src": "19065:3:44" - }, - "nativeSrc": "19065:10:44", - "nodeType": "YulFunctionCall", - "src": "19065:10:44" - }, - { - "name": "length_2", - "nativeSrc": "19077:8:44", - "nodeType": "YulIdentifier", - "src": "19077:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19011:34:44", - "nodeType": "YulIdentifier", - "src": "19011:34:44" - }, - "nativeSrc": "19011:75:44", - "nodeType": "YulFunctionCall", - "src": "19011:75:44" - }, - "nativeSrc": "19011:75:44", - "nodeType": "YulExpressionStatement", - "src": "19011:75:44" - }, - { - "nativeSrc": "19095:40:44", - "nodeType": "YulAssignment", - "src": "19095:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "19114:2:44", - "nodeType": "YulIdentifier", - "src": "19114:2:44" - }, - { - "name": "length_2", - "nativeSrc": "19118:8:44", - "nodeType": "YulIdentifier", - "src": "19118:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19110:3:44", - "nodeType": "YulIdentifier", - "src": "19110:3:44" - }, - "nativeSrc": "19110:17:44", - "nodeType": "YulFunctionCall", - "src": "19110:17:44" - }, - { - "kind": "number", - "nativeSrc": "19129:1:44", - "nodeType": "YulLiteral", - "src": "19129:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19106:3:44", - "nodeType": "YulIdentifier", - "src": "19106:3:44" - }, - "nativeSrc": "19106:25:44", - "nodeType": "YulFunctionCall", - "src": "19106:25:44" - }, - { - "kind": "number", - "nativeSrc": "19133:1:44", - "nodeType": "YulLiteral", - "src": "19133:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19102:3:44", - "nodeType": "YulIdentifier", - "src": "19102:3:44" - }, - "nativeSrc": "19102:33:44", - "nodeType": "YulFunctionCall", - "src": "19102:33:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19095:3:44", - "nodeType": "YulIdentifier", - "src": "19095:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "18154:987:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "18551:3:44", - "nodeType": "YulTypedName", - "src": "18551:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "18556:6:44", - "nodeType": "YulTypedName", - "src": "18556:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "18564:6:44", - "nodeType": "YulTypedName", - "src": "18564:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18572:6:44", - "nodeType": "YulTypedName", - "src": "18572:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "18583:3:44", - "nodeType": "YulTypedName", - "src": "18583:3:44", - "type": "" - } - ], - "src": "18154:987:44" - }, - { - "body": { - "nativeSrc": "19278:223:44", - "nodeType": "YulBlock", - "src": "19278:223:44", - "statements": [ - { - "nativeSrc": "19288:51:44", - "nodeType": "YulVariableDeclaration", - "src": "19288:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "19327:11:44", - "nodeType": "YulIdentifier", - "src": "19327:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19314:12:44", - "nodeType": "YulIdentifier", - "src": "19314:12:44" - }, - "nativeSrc": "19314:25:44", - "nodeType": "YulFunctionCall", - "src": "19314:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "19292:18:44", - "nodeType": "YulTypedName", - "src": "19292:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "19429:16:44", - "nodeType": "YulBlock", - "src": "19429:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19438:1:44", - "nodeType": "YulLiteral", - "src": "19438:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19441:1:44", - "nodeType": "YulLiteral", - "src": "19441:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19431:6:44", - "nodeType": "YulIdentifier", - "src": "19431:6:44" - }, - "nativeSrc": "19431:12:44", - "nodeType": "YulFunctionCall", - "src": "19431:12:44" - }, - "nativeSrc": "19431:12:44", - "nodeType": "YulExpressionStatement", - "src": "19431:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "19362:18:44", - "nodeType": "YulIdentifier", - "src": "19362:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "19390:12:44", - "nodeType": "YulIdentifier", - "src": "19390:12:44" - }, - "nativeSrc": "19390:14:44", - "nodeType": "YulFunctionCall", - "src": "19390:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "19406:8:44", - "nodeType": "YulIdentifier", - "src": "19406:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "19386:3:44", - "nodeType": "YulIdentifier", - "src": "19386:3:44" - }, - "nativeSrc": "19386:29:44", - "nodeType": "YulFunctionCall", - "src": "19386:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19421:3:44", - "nodeType": "YulLiteral", - "src": "19421:3:44", - "type": "", - "value": "158" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "19417:3:44", - "nodeType": "YulIdentifier", - "src": "19417:3:44" - }, - "nativeSrc": "19417:8:44", - "nodeType": "YulFunctionCall", - "src": "19417:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19382:3:44", - "nodeType": "YulIdentifier", - "src": "19382:3:44" - }, - "nativeSrc": "19382:44:44", - "nodeType": "YulFunctionCall", - "src": "19382:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "19358:3:44", - "nodeType": "YulIdentifier", - "src": "19358:3:44" - }, - "nativeSrc": "19358:69:44", - "nodeType": "YulFunctionCall", - "src": "19358:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "19351:6:44", - "nodeType": "YulIdentifier", - "src": "19351:6:44" - }, - "nativeSrc": "19351:77:44", - "nodeType": "YulFunctionCall", - "src": "19351:77:44" - }, - "nativeSrc": "19348:97:44", - "nodeType": "YulIf", - "src": "19348:97:44" - }, - { - "nativeSrc": "19454:41:44", - "nodeType": "YulAssignment", - "src": "19454:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "19466:8:44", - "nodeType": "YulIdentifier", - "src": "19466:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "19476:18:44", - "nodeType": "YulIdentifier", - "src": "19476:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19462:3:44", - "nodeType": "YulIdentifier", - "src": "19462:3:44" - }, - "nativeSrc": "19462:33:44", - "nodeType": "YulFunctionCall", - "src": "19462:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "19454:4:44", - "nodeType": "YulIdentifier", - "src": "19454:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr", - "nativeSrc": "19146:355:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "19243:8:44", - "nodeType": "YulTypedName", - "src": "19243:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "19253:11:44", - "nodeType": "YulTypedName", - "src": "19253:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "19269:4:44", - "nodeType": "YulTypedName", - "src": "19269:4:44", - "type": "" - } - ], - "src": "19146:355:44" - }, - { - "body": { - "nativeSrc": "19658:435:44", - "nodeType": "YulBlock", - "src": "19658:435:44", - "statements": [ - { - "nativeSrc": "19668:51:44", - "nodeType": "YulVariableDeclaration", - "src": "19668:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "19707:11:44", - "nodeType": "YulIdentifier", - "src": "19707:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19694:12:44", - "nodeType": "YulIdentifier", - "src": "19694:12:44" - }, - "nativeSrc": "19694:25:44", - "nodeType": "YulFunctionCall", - "src": "19694:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "19672:18:44", - "nodeType": "YulTypedName", - "src": "19672:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "19808:16:44", - "nodeType": "YulBlock", - "src": "19808:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19817:1:44", - "nodeType": "YulLiteral", - "src": "19817:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19820:1:44", - "nodeType": "YulLiteral", - "src": "19820:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19810:6:44", - "nodeType": "YulIdentifier", - "src": "19810:6:44" - }, - "nativeSrc": "19810:12:44", - "nodeType": "YulFunctionCall", - "src": "19810:12:44" - }, - "nativeSrc": "19810:12:44", - "nodeType": "YulExpressionStatement", - "src": "19810:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "19742:18:44", - "nodeType": "YulIdentifier", - "src": "19742:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "19770:12:44", - "nodeType": "YulIdentifier", - "src": "19770:12:44" - }, - "nativeSrc": "19770:14:44", - "nodeType": "YulFunctionCall", - "src": "19770:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "19786:8:44", - "nodeType": "YulIdentifier", - "src": "19786:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "19766:3:44", - "nodeType": "YulIdentifier", - "src": "19766:3:44" - }, - "nativeSrc": "19766:29:44", - "nodeType": "YulFunctionCall", - "src": "19766:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19801:2:44", - "nodeType": "YulLiteral", - "src": "19801:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "19797:3:44", - "nodeType": "YulIdentifier", - "src": "19797:3:44" - }, - "nativeSrc": "19797:7:44", - "nodeType": "YulFunctionCall", - "src": "19797:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19762:3:44", - "nodeType": "YulIdentifier", - "src": "19762:3:44" - }, - "nativeSrc": "19762:43:44", - "nodeType": "YulFunctionCall", - "src": "19762:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "19738:3:44", - "nodeType": "YulIdentifier", - "src": "19738:3:44" - }, - "nativeSrc": "19738:68:44", - "nodeType": "YulFunctionCall", - "src": "19738:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "19731:6:44", - "nodeType": "YulIdentifier", - "src": "19731:6:44" - }, - "nativeSrc": "19731:76:44", - "nodeType": "YulFunctionCall", - "src": "19731:76:44" - }, - "nativeSrc": "19728:96:44", - "nodeType": "YulIf", - "src": "19728:96:44" - }, - { - "nativeSrc": "19833:47:44", - "nodeType": "YulVariableDeclaration", - "src": "19833:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "19851:8:44", - "nodeType": "YulIdentifier", - "src": "19851:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "19861:18:44", - "nodeType": "YulIdentifier", - "src": "19861:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19847:3:44", - "nodeType": "YulIdentifier", - "src": "19847:3:44" - }, - "nativeSrc": "19847:33:44", - "nodeType": "YulFunctionCall", - "src": "19847:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "19837:6:44", - "nodeType": "YulTypedName", - "src": "19837:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "19889:30:44", - "nodeType": "YulAssignment", - "src": "19889:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "19912:6:44", - "nodeType": "YulIdentifier", - "src": "19912:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "19899:12:44", - "nodeType": "YulIdentifier", - "src": "19899:12:44" - }, - "nativeSrc": "19899:20:44", - "nodeType": "YulFunctionCall", - "src": "19899:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "19889:6:44", - "nodeType": "YulIdentifier", - "src": "19889:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "19962:16:44", - "nodeType": "YulBlock", - "src": "19962:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "19971:1:44", - "nodeType": "YulLiteral", - "src": "19971:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "19974:1:44", - "nodeType": "YulLiteral", - "src": "19974:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "19964:6:44", - "nodeType": "YulIdentifier", - "src": "19964:6:44" - }, - "nativeSrc": "19964:12:44", - "nodeType": "YulFunctionCall", - "src": "19964:12:44" - }, - "nativeSrc": "19964:12:44", - "nodeType": "YulExpressionStatement", - "src": "19964:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "19934:6:44", - "nodeType": "YulIdentifier", - "src": "19934:6:44" - }, - { - "kind": "number", - "nativeSrc": "19942:18:44", - "nodeType": "YulLiteral", - "src": "19942:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "19931:2:44", - "nodeType": "YulIdentifier", - "src": "19931:2:44" - }, - "nativeSrc": "19931:30:44", - "nodeType": "YulFunctionCall", - "src": "19931:30:44" - }, - "nativeSrc": "19928:50:44", - "nodeType": "YulIf", - "src": "19928:50:44" - }, - { - "nativeSrc": "19987:25:44", - "nodeType": "YulAssignment", - "src": "19987:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "19999:6:44", - "nodeType": "YulIdentifier", - "src": "19999:6:44" - }, - { - "kind": "number", - "nativeSrc": "20007:4:44", - "nodeType": "YulLiteral", - "src": "20007:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19995:3:44", - "nodeType": "YulIdentifier", - "src": "19995:3:44" - }, - "nativeSrc": "19995:17:44", - "nodeType": "YulFunctionCall", - "src": "19995:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "19987:4:44", - "nodeType": "YulIdentifier", - "src": "19987:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "20071:16:44", - "nodeType": "YulBlock", - "src": "20071:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20080:1:44", - "nodeType": "YulLiteral", - "src": "20080:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20083:1:44", - "nodeType": "YulLiteral", - "src": "20083:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20073:6:44", - "nodeType": "YulIdentifier", - "src": "20073:6:44" - }, - "nativeSrc": "20073:12:44", - "nodeType": "YulFunctionCall", - "src": "20073:12:44" - }, - "nativeSrc": "20073:12:44", - "nodeType": "YulExpressionStatement", - "src": "20073:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "20028:4:44", - "nodeType": "YulIdentifier", - "src": "20028:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20038:12:44", - "nodeType": "YulIdentifier", - "src": "20038:12:44" - }, - "nativeSrc": "20038:14:44", - "nodeType": "YulFunctionCall", - "src": "20038:14:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20058:1:44", - "nodeType": "YulLiteral", - "src": "20058:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "20061:6:44", - "nodeType": "YulIdentifier", - "src": "20061:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "20054:3:44", - "nodeType": "YulIdentifier", - "src": "20054:3:44" - }, - "nativeSrc": "20054:14:44", - "nodeType": "YulFunctionCall", - "src": "20054:14:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20034:3:44", - "nodeType": "YulIdentifier", - "src": "20034:3:44" - }, - "nativeSrc": "20034:35:44", - "nodeType": "YulFunctionCall", - "src": "20034:35:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "20024:3:44", - "nodeType": "YulIdentifier", - "src": "20024:3:44" - }, - "nativeSrc": "20024:46:44", - "nodeType": "YulFunctionCall", - "src": "20024:46:44" - }, - "nativeSrc": "20021:66:44", - "nodeType": "YulIf", - "src": "20021:66:44" - } - ] - }, - "name": "access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "19506:587:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "19615:8:44", - "nodeType": "YulTypedName", - "src": "19615:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "19625:11:44", - "nodeType": "YulTypedName", - "src": "19625:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "19641:4:44", - "nodeType": "YulTypedName", - "src": "19641:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "19647:6:44", - "nodeType": "YulTypedName", - "src": "19647:6:44", - "type": "" - } - ], - "src": "19506:587:44" - }, - { - "body": { - "nativeSrc": "20235:438:44", - "nodeType": "YulBlock", - "src": "20235:438:44", - "statements": [ - { - "nativeSrc": "20245:51:44", - "nodeType": "YulVariableDeclaration", - "src": "20245:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "20284:11:44", - "nodeType": "YulIdentifier", - "src": "20284:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20271:12:44", - "nodeType": "YulIdentifier", - "src": "20271:12:44" - }, - "nativeSrc": "20271:25:44", - "nodeType": "YulFunctionCall", - "src": "20271:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "20249:18:44", - "nodeType": "YulTypedName", - "src": "20249:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "20385:16:44", - "nodeType": "YulBlock", - "src": "20385:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20394:1:44", - "nodeType": "YulLiteral", - "src": "20394:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20397:1:44", - "nodeType": "YulLiteral", - "src": "20397:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20387:6:44", - "nodeType": "YulIdentifier", - "src": "20387:6:44" - }, - "nativeSrc": "20387:12:44", - "nodeType": "YulFunctionCall", - "src": "20387:12:44" - }, - "nativeSrc": "20387:12:44", - "nodeType": "YulExpressionStatement", - "src": "20387:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "20319:18:44", - "nodeType": "YulIdentifier", - "src": "20319:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20347:12:44", - "nodeType": "YulIdentifier", - "src": "20347:12:44" - }, - "nativeSrc": "20347:14:44", - "nodeType": "YulFunctionCall", - "src": "20347:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "20363:8:44", - "nodeType": "YulIdentifier", - "src": "20363:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20343:3:44", - "nodeType": "YulIdentifier", - "src": "20343:3:44" - }, - "nativeSrc": "20343:29:44", - "nodeType": "YulFunctionCall", - "src": "20343:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20378:2:44", - "nodeType": "YulLiteral", - "src": "20378:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "20374:3:44", - "nodeType": "YulIdentifier", - "src": "20374:3:44" - }, - "nativeSrc": "20374:7:44", - "nodeType": "YulFunctionCall", - "src": "20374:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20339:3:44", - "nodeType": "YulIdentifier", - "src": "20339:3:44" - }, - "nativeSrc": "20339:43:44", - "nodeType": "YulFunctionCall", - "src": "20339:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20315:3:44", - "nodeType": "YulIdentifier", - "src": "20315:3:44" - }, - "nativeSrc": "20315:68:44", - "nodeType": "YulFunctionCall", - "src": "20315:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20308:6:44", - "nodeType": "YulIdentifier", - "src": "20308:6:44" - }, - "nativeSrc": "20308:76:44", - "nodeType": "YulFunctionCall", - "src": "20308:76:44" - }, - "nativeSrc": "20305:96:44", - "nodeType": "YulIf", - "src": "20305:96:44" - }, - { - "nativeSrc": "20410:47:44", - "nodeType": "YulVariableDeclaration", - "src": "20410:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "20428:8:44", - "nodeType": "YulIdentifier", - "src": "20428:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "20438:18:44", - "nodeType": "YulIdentifier", - "src": "20438:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20424:3:44", - "nodeType": "YulIdentifier", - "src": "20424:3:44" - }, - "nativeSrc": "20424:33:44", - "nodeType": "YulFunctionCall", - "src": "20424:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "20414:6:44", - "nodeType": "YulTypedName", - "src": "20414:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "20466:30:44", - "nodeType": "YulAssignment", - "src": "20466:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "20489:6:44", - "nodeType": "YulIdentifier", - "src": "20489:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20476:12:44", - "nodeType": "YulIdentifier", - "src": "20476:12:44" - }, - "nativeSrc": "20476:20:44", - "nodeType": "YulFunctionCall", - "src": "20476:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "20466:6:44", - "nodeType": "YulIdentifier", - "src": "20466:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "20539:16:44", - "nodeType": "YulBlock", - "src": "20539:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20548:1:44", - "nodeType": "YulLiteral", - "src": "20548:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20551:1:44", - "nodeType": "YulLiteral", - "src": "20551:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20541:6:44", - "nodeType": "YulIdentifier", - "src": "20541:6:44" - }, - "nativeSrc": "20541:12:44", - "nodeType": "YulFunctionCall", - "src": "20541:12:44" - }, - "nativeSrc": "20541:12:44", - "nodeType": "YulExpressionStatement", - "src": "20541:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "20511:6:44", - "nodeType": "YulIdentifier", - "src": "20511:6:44" - }, - { - "kind": "number", - "nativeSrc": "20519:18:44", - "nodeType": "YulLiteral", - "src": "20519:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "20508:2:44", - "nodeType": "YulIdentifier", - "src": "20508:2:44" - }, - "nativeSrc": "20508:30:44", - "nodeType": "YulFunctionCall", - "src": "20508:30:44" - }, - "nativeSrc": "20505:50:44", - "nodeType": "YulIf", - "src": "20505:50:44" - }, - { - "nativeSrc": "20564:25:44", - "nodeType": "YulAssignment", - "src": "20564:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "20576:6:44", - "nodeType": "YulIdentifier", - "src": "20576:6:44" - }, - { - "kind": "number", - "nativeSrc": "20584:4:44", - "nodeType": "YulLiteral", - "src": "20584:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20572:3:44", - "nodeType": "YulIdentifier", - "src": "20572:3:44" - }, - "nativeSrc": "20572:17:44", - "nodeType": "YulFunctionCall", - "src": "20572:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "20564:4:44", - "nodeType": "YulIdentifier", - "src": "20564:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "20651:16:44", - "nodeType": "YulBlock", - "src": "20651:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20660:1:44", - "nodeType": "YulLiteral", - "src": "20660:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20663:1:44", - "nodeType": "YulLiteral", - "src": "20663:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20653:6:44", - "nodeType": "YulIdentifier", - "src": "20653:6:44" - }, - "nativeSrc": "20653:12:44", - "nodeType": "YulFunctionCall", - "src": "20653:12:44" - }, - "nativeSrc": "20653:12:44", - "nodeType": "YulExpressionStatement", - "src": "20653:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "20605:4:44", - "nodeType": "YulIdentifier", - "src": "20605:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "20615:12:44", - "nodeType": "YulIdentifier", - "src": "20615:12:44" - }, - "nativeSrc": "20615:14:44", - "nodeType": "YulFunctionCall", - "src": "20615:14:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "20635:6:44", - "nodeType": "YulIdentifier", - "src": "20635:6:44" - }, - { - "kind": "number", - "nativeSrc": "20643:4:44", - "nodeType": "YulLiteral", - "src": "20643:4:44", - "type": "", - "value": "0x60" - } - ], - "functionName": { - "name": "mul", - "nativeSrc": "20631:3:44", - "nodeType": "YulIdentifier", - "src": "20631:3:44" - }, - "nativeSrc": "20631:17:44", - "nodeType": "YulFunctionCall", - "src": "20631:17:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20611:3:44", - "nodeType": "YulIdentifier", - "src": "20611:3:44" - }, - "nativeSrc": "20611:38:44", - "nodeType": "YulFunctionCall", - "src": "20611:38:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "20601:3:44", - "nodeType": "YulIdentifier", - "src": "20601:3:44" - }, - "nativeSrc": "20601:49:44", - "nodeType": "YulFunctionCall", - "src": "20601:49:44" - }, - "nativeSrc": "20598:69:44", - "nodeType": "YulIf", - "src": "20598:69:44" - } - ] - }, - "name": "access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "20098:575:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "20192:8:44", - "nodeType": "YulTypedName", - "src": "20192:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "20202:11:44", - "nodeType": "YulTypedName", - "src": "20202:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "20218:4:44", - "nodeType": "YulTypedName", - "src": "20218:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "20224:6:44", - "nodeType": "YulTypedName", - "src": "20224:6:44", - "type": "" - } - ], - "src": "20098:575:44" - }, - { - "body": { - "nativeSrc": "20773:134:44", - "nodeType": "YulBlock", - "src": "20773:134:44", - "statements": [ - { - "body": { - "nativeSrc": "20819:16:44", - "nodeType": "YulBlock", - "src": "20819:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20828:1:44", - "nodeType": "YulLiteral", - "src": "20828:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20831:1:44", - "nodeType": "YulLiteral", - "src": "20831:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20821:6:44", - "nodeType": "YulIdentifier", - "src": "20821:6:44" - }, - "nativeSrc": "20821:12:44", - "nodeType": "YulFunctionCall", - "src": "20821:12:44" - }, - "nativeSrc": "20821:12:44", - "nodeType": "YulExpressionStatement", - "src": "20821:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20794:7:44", - "nodeType": "YulIdentifier", - "src": "20794:7:44" - }, - { - "name": "headStart", - "nativeSrc": "20803:9:44", - "nodeType": "YulIdentifier", - "src": "20803:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20790:3:44", - "nodeType": "YulIdentifier", - "src": "20790:3:44" - }, - "nativeSrc": "20790:23:44", - "nodeType": "YulFunctionCall", - "src": "20790:23:44" - }, - { - "kind": "number", - "nativeSrc": "20815:2:44", - "nodeType": "YulLiteral", - "src": "20815:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20786:3:44", - "nodeType": "YulIdentifier", - "src": "20786:3:44" - }, - "nativeSrc": "20786:32:44", - "nodeType": "YulFunctionCall", - "src": "20786:32:44" - }, - "nativeSrc": "20783:52:44", - "nodeType": "YulIf", - "src": "20783:52:44" - }, - { - "nativeSrc": "20844:57:44", - "nodeType": "YulAssignment", - "src": "20844:57:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20882:9:44", - "nodeType": "YulIdentifier", - "src": "20882:9:44" - }, - { - "name": "dataEnd", - "nativeSrc": "20893:7:44", - "nodeType": "YulIdentifier", - "src": "20893:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "20854:27:44", - "nodeType": "YulIdentifier", - "src": "20854:27:44" - }, - "nativeSrc": "20854:47:44", - "nodeType": "YulFunctionCall", - "src": "20854:47:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20844:6:44", - "nodeType": "YulIdentifier", - "src": "20844:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_Signature_$27_memory_ptr", - "nativeSrc": "20678:229:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20739:9:44", - "nodeType": "YulTypedName", - "src": "20739:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20750:7:44", - "nodeType": "YulTypedName", - "src": "20750:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20762:6:44", - "nodeType": "YulTypedName", - "src": "20762:6:44", - "type": "" - } - ], - "src": "20678:229:44" - }, - { - "body": { - "nativeSrc": "20981:115:44", - "nodeType": "YulBlock", - "src": "20981:115:44", - "statements": [ - { - "body": { - "nativeSrc": "21027:16:44", - "nodeType": "YulBlock", - "src": "21027:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21036:1:44", - "nodeType": "YulLiteral", - "src": "21036:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21039:1:44", - "nodeType": "YulLiteral", - "src": "21039:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21029:6:44", - "nodeType": "YulIdentifier", - "src": "21029:6:44" - }, - "nativeSrc": "21029:12:44", - "nodeType": "YulFunctionCall", - "src": "21029:12:44" - }, - "nativeSrc": "21029:12:44", - "nodeType": "YulExpressionStatement", - "src": "21029:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "21002:7:44", - "nodeType": "YulIdentifier", - "src": "21002:7:44" - }, - { - "name": "headStart", - "nativeSrc": "21011:9:44", - "nodeType": "YulIdentifier", - "src": "21011:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20998:3:44", - "nodeType": "YulIdentifier", - "src": "20998:3:44" - }, - "nativeSrc": "20998:23:44", - "nodeType": "YulFunctionCall", - "src": "20998:23:44" - }, - { - "kind": "number", - "nativeSrc": "21023:2:44", - "nodeType": "YulLiteral", - "src": "21023:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20994:3:44", - "nodeType": "YulIdentifier", - "src": "20994:3:44" - }, - "nativeSrc": "20994:32:44", - "nodeType": "YulFunctionCall", - "src": "20994:32:44" - }, - "nativeSrc": "20991:52:44", - "nodeType": "YulIf", - "src": "20991:52:44" - }, - { - "nativeSrc": "21052:38:44", - "nodeType": "YulAssignment", - "src": "21052:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21080:9:44", - "nodeType": "YulIdentifier", - "src": "21080:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "21062:17:44", - "nodeType": "YulIdentifier", - "src": "21062:17:44" - }, - "nativeSrc": "21062:28:44", - "nodeType": "YulFunctionCall", - "src": "21062:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "21052:6:44", - "nodeType": "YulIdentifier", - "src": "21052:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "20912:184:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20947:9:44", - "nodeType": "YulTypedName", - "src": "20947:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20958:7:44", - "nodeType": "YulTypedName", - "src": "20958:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20970:6:44", - "nodeType": "YulTypedName", - "src": "20970:6:44", - "type": "" - } - ], - "src": "20912:184:44" - }, - { - "body": { - "nativeSrc": "21313:687:44", - "nodeType": "YulBlock", - "src": "21313:687:44", - "statements": [ - { - "nativeSrc": "21323:96:44", - "nodeType": "YulVariableDeclaration", - "src": "21323:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "21411:6:44", - "nodeType": "YulIdentifier", - "src": "21411:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "21350:60:44", - "nodeType": "YulIdentifier", - "src": "21350:60:44" - }, - "nativeSrc": "21350:68:44", - "nodeType": "YulFunctionCall", - "src": "21350:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "21334:15:44", - "nodeType": "YulIdentifier", - "src": "21334:15:44" - }, - "nativeSrc": "21334:85:44", - "nodeType": "YulFunctionCall", - "src": "21334:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "21327:3:44", - "nodeType": "YulTypedName", - "src": "21327:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "21428:16:44", - "nodeType": "YulVariableDeclaration", - "src": "21428:16:44", - "value": { - "name": "dst", - "nativeSrc": "21441:3:44", - "nodeType": "YulIdentifier", - "src": "21441:3:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "21432:5:44", - "nodeType": "YulTypedName", - "src": "21432:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "21460:3:44", - "nodeType": "YulIdentifier", - "src": "21460:3:44" - }, - { - "name": "length", - "nativeSrc": "21465:6:44", - "nodeType": "YulIdentifier", - "src": "21465:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21453:6:44", - "nodeType": "YulIdentifier", - "src": "21453:6:44" - }, - "nativeSrc": "21453:19:44", - "nodeType": "YulFunctionCall", - "src": "21453:19:44" - }, - "nativeSrc": "21453:19:44", - "nodeType": "YulExpressionStatement", - "src": "21453:19:44" - }, - { - "nativeSrc": "21481:21:44", - "nodeType": "YulAssignment", - "src": "21481:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "21492:3:44", - "nodeType": "YulIdentifier", - "src": "21492:3:44" - }, - { - "kind": "number", - "nativeSrc": "21497:4:44", - "nodeType": "YulLiteral", - "src": "21497:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21488:3:44", - "nodeType": "YulIdentifier", - "src": "21488:3:44" - }, - "nativeSrc": "21488:14:44", - "nodeType": "YulFunctionCall", - "src": "21488:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "21481:3:44", - "nodeType": "YulIdentifier", - "src": "21481:3:44" - } - ] - }, - { - "nativeSrc": "21511:40:44", - "nodeType": "YulVariableDeclaration", - "src": "21511:40:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "21529:5:44", - "nodeType": "YulIdentifier", - "src": "21529:5:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21540:1:44", - "nodeType": "YulLiteral", - "src": "21540:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "21543:6:44", - "nodeType": "YulIdentifier", - "src": "21543:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "21536:3:44", - "nodeType": "YulIdentifier", - "src": "21536:3:44" - }, - "nativeSrc": "21536:14:44", - "nodeType": "YulFunctionCall", - "src": "21536:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21525:3:44", - "nodeType": "YulIdentifier", - "src": "21525:3:44" - }, - "nativeSrc": "21525:26:44", - "nodeType": "YulFunctionCall", - "src": "21525:26:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "21515:6:44", - "nodeType": "YulTypedName", - "src": "21515:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "21590:16:44", - "nodeType": "YulBlock", - "src": "21590:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21599:1:44", - "nodeType": "YulLiteral", - "src": "21599:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21602:1:44", - "nodeType": "YulLiteral", - "src": "21602:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21592:6:44", - "nodeType": "YulIdentifier", - "src": "21592:6:44" - }, - "nativeSrc": "21592:12:44", - "nodeType": "YulFunctionCall", - "src": "21592:12:44" - }, - "nativeSrc": "21592:12:44", - "nodeType": "YulExpressionStatement", - "src": "21592:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "21566:6:44", - "nodeType": "YulIdentifier", - "src": "21566:6:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "21574:12:44", - "nodeType": "YulIdentifier", - "src": "21574:12:44" - }, - "nativeSrc": "21574:14:44", - "nodeType": "YulFunctionCall", - "src": "21574:14:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "21563:2:44", - "nodeType": "YulIdentifier", - "src": "21563:2:44" - }, - "nativeSrc": "21563:26:44", - "nodeType": "YulFunctionCall", - "src": "21563:26:44" - }, - "nativeSrc": "21560:46:44", - "nodeType": "YulIf", - "src": "21560:46:44" - }, - { - "nativeSrc": "21615:16:44", - "nodeType": "YulVariableDeclaration", - "src": "21615:16:44", - "value": { - "name": "value", - "nativeSrc": "21626:5:44", - "nodeType": "YulIdentifier", - "src": "21626:5:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "21619:3:44", - "nodeType": "YulTypedName", - "src": "21619:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "21698:269:44", - "nodeType": "YulBlock", - "src": "21698:269:44", - "statements": [ - { - "nativeSrc": "21712:36:44", - "nodeType": "YulVariableDeclaration", - "src": "21712:36:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "21744:3:44", - "nodeType": "YulIdentifier", - "src": "21744:3:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "21731:12:44", - "nodeType": "YulIdentifier", - "src": "21731:12:44" - }, - "nativeSrc": "21731:17:44", - "nodeType": "YulFunctionCall", - "src": "21731:17:44" - }, - "variables": [ - { - "name": "innerOffset", - "nativeSrc": "21716:11:44", - "nodeType": "YulTypedName", - "src": "21716:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "21800:16:44", - "nodeType": "YulBlock", - "src": "21800:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "21809:1:44", - "nodeType": "YulLiteral", - "src": "21809:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "21812:1:44", - "nodeType": "YulLiteral", - "src": "21812:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "21802:6:44", - "nodeType": "YulIdentifier", - "src": "21802:6:44" - }, - "nativeSrc": "21802:12:44", - "nodeType": "YulFunctionCall", - "src": "21802:12:44" - }, - "nativeSrc": "21802:12:44", - "nodeType": "YulExpressionStatement", - "src": "21802:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "innerOffset", - "nativeSrc": "21767:11:44", - "nodeType": "YulIdentifier", - "src": "21767:11:44" - }, - { - "kind": "number", - "nativeSrc": "21780:18:44", - "nodeType": "YulLiteral", - "src": "21780:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "21764:2:44", - "nodeType": "YulIdentifier", - "src": "21764:2:44" - }, - "nativeSrc": "21764:35:44", - "nodeType": "YulFunctionCall", - "src": "21764:35:44" - }, - "nativeSrc": "21761:55:44", - "nodeType": "YulIf", - "src": "21761:55:44" - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "21836:3:44", - "nodeType": "YulIdentifier", - "src": "21836:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "21886:5:44", - "nodeType": "YulIdentifier", - "src": "21886:5:44" - }, - { - "name": "innerOffset", - "nativeSrc": "21893:11:44", - "nodeType": "YulIdentifier", - "src": "21893:11:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21882:3:44", - "nodeType": "YulIdentifier", - "src": "21882:3:44" - }, - "nativeSrc": "21882:23:44", - "nodeType": "YulFunctionCall", - "src": "21882:23:44" - }, - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "21907:12:44", - "nodeType": "YulIdentifier", - "src": "21907:12:44" - }, - "nativeSrc": "21907:14:44", - "nodeType": "YulFunctionCall", - "src": "21907:14:44" - } - ], - "functionName": { - "name": "abi_decode_struct_AttestationRequestData", - "nativeSrc": "21841:40:44", - "nodeType": "YulIdentifier", - "src": "21841:40:44" - }, - "nativeSrc": "21841:81:44", - "nodeType": "YulFunctionCall", - "src": "21841:81:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21829:6:44", - "nodeType": "YulIdentifier", - "src": "21829:6:44" - }, - "nativeSrc": "21829:94:44", - "nodeType": "YulFunctionCall", - "src": "21829:94:44" - }, - "nativeSrc": "21829:94:44", - "nodeType": "YulExpressionStatement", - "src": "21829:94:44" - }, - { - "nativeSrc": "21936:21:44", - "nodeType": "YulAssignment", - "src": "21936:21:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "21947:3:44", - "nodeType": "YulIdentifier", - "src": "21947:3:44" - }, - { - "kind": "number", - "nativeSrc": "21952:4:44", - "nodeType": "YulLiteral", - "src": "21952:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21943:3:44", - "nodeType": "YulIdentifier", - "src": "21943:3:44" - }, - "nativeSrc": "21943:14:44", - "nodeType": "YulFunctionCall", - "src": "21943:14:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "21936:3:44", - "nodeType": "YulIdentifier", - "src": "21936:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "21651:3:44", - "nodeType": "YulIdentifier", - "src": "21651:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "21656:6:44", - "nodeType": "YulIdentifier", - "src": "21656:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "21648:2:44", - "nodeType": "YulIdentifier", - "src": "21648:2:44" - }, - "nativeSrc": "21648:15:44", - "nodeType": "YulFunctionCall", - "src": "21648:15:44" - }, - "nativeSrc": "21640:327:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "21664:25:44", - "nodeType": "YulBlock", - "src": "21664:25:44", - "statements": [ - { - "nativeSrc": "21666:21:44", - "nodeType": "YulAssignment", - "src": "21666:21:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "21677:3:44", - "nodeType": "YulIdentifier", - "src": "21677:3:44" - }, - { - "kind": "number", - "nativeSrc": "21682:4:44", - "nodeType": "YulLiteral", - "src": "21682:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21673:3:44", - "nodeType": "YulIdentifier", - "src": "21673:3:44" - }, - "nativeSrc": "21673:14:44", - "nodeType": "YulFunctionCall", - "src": "21673:14:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "21666:3:44", - "nodeType": "YulIdentifier", - "src": "21666:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "21644:3:44", - "nodeType": "YulBlock", - "src": "21644:3:44", - "statements": [] - }, - "src": "21640:327:44" - }, - { - "nativeSrc": "21976:18:44", - "nodeType": "YulAssignment", - "src": "21976:18:44", - "value": { - "name": "array", - "nativeSrc": "21989:5:44", - "nodeType": "YulIdentifier", - "src": "21989:5:44" - }, - "variableNames": [ - { - "name": "converted", - "nativeSrc": "21976:9:44", - "nodeType": "YulIdentifier", - "src": "21976:9:44" - } - ] - } - ] - }, - "name": "convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr", - "nativeSrc": "21101:899:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "21281:5:44", - "nodeType": "YulTypedName", - "src": "21281:5:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "21288:6:44", - "nodeType": "YulTypedName", - "src": "21288:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "converted", - "nativeSrc": "21299:9:44", - "nodeType": "YulTypedName", - "src": "21299:9:44", - "type": "" - } - ], - "src": "21101:899:44" - }, - { - "body": { - "nativeSrc": "22238:1410:44", - "nodeType": "YulBlock", - "src": "22238:1410:44", - "statements": [ - { - "nativeSrc": "22248:32:44", - "nodeType": "YulVariableDeclaration", - "src": "22248:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "22266:9:44", - "nodeType": "YulIdentifier", - "src": "22266:9:44" - }, - { - "kind": "number", - "nativeSrc": "22277:2:44", - "nodeType": "YulLiteral", - "src": "22277:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22262:3:44", - "nodeType": "YulIdentifier", - "src": "22262:3:44" - }, - "nativeSrc": "22262:18:44", - "nodeType": "YulFunctionCall", - "src": "22262:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "22252:6:44", - "nodeType": "YulTypedName", - "src": "22252:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "22296:9:44", - "nodeType": "YulIdentifier", - "src": "22296:9:44" - }, - { - "kind": "number", - "nativeSrc": "22307:2:44", - "nodeType": "YulLiteral", - "src": "22307:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22289:6:44", - "nodeType": "YulIdentifier", - "src": "22289:6:44" - }, - "nativeSrc": "22289:21:44", - "nodeType": "YulFunctionCall", - "src": "22289:21:44" - }, - "nativeSrc": "22289:21:44", - "nodeType": "YulExpressionStatement", - "src": "22289:21:44" - }, - { - "nativeSrc": "22319:17:44", - "nodeType": "YulVariableDeclaration", - "src": "22319:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "22330:6:44", - "nodeType": "YulIdentifier", - "src": "22330:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "22323:3:44", - "nodeType": "YulTypedName", - "src": "22323:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22345:27:44", - "nodeType": "YulVariableDeclaration", - "src": "22345:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "22365:6:44", - "nodeType": "YulIdentifier", - "src": "22365:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "22359:5:44", - "nodeType": "YulIdentifier", - "src": "22359:5:44" - }, - "nativeSrc": "22359:13:44", - "nodeType": "YulFunctionCall", - "src": "22359:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "22349:6:44", - "nodeType": "YulTypedName", - "src": "22349:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "22388:6:44", - "nodeType": "YulIdentifier", - "src": "22388:6:44" - }, - { - "name": "length", - "nativeSrc": "22396:6:44", - "nodeType": "YulIdentifier", - "src": "22396:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22381:6:44", - "nodeType": "YulIdentifier", - "src": "22381:6:44" - }, - "nativeSrc": "22381:22:44", - "nodeType": "YulFunctionCall", - "src": "22381:22:44" - }, - "nativeSrc": "22381:22:44", - "nodeType": "YulExpressionStatement", - "src": "22381:22:44" - }, - { - "nativeSrc": "22412:25:44", - "nodeType": "YulAssignment", - "src": "22412:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "22423:9:44", - "nodeType": "YulIdentifier", - "src": "22423:9:44" - }, - { - "kind": "number", - "nativeSrc": "22434:2:44", - "nodeType": "YulLiteral", - "src": "22434:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22419:3:44", - "nodeType": "YulIdentifier", - "src": "22419:3:44" - }, - "nativeSrc": "22419:18:44", - "nodeType": "YulFunctionCall", - "src": "22419:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "22412:3:44", - "nodeType": "YulIdentifier", - "src": "22412:3:44" - } - ] - }, - { - "nativeSrc": "22446:53:44", - "nodeType": "YulVariableDeclaration", - "src": "22446:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "22468:9:44", - "nodeType": "YulIdentifier", - "src": "22468:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "22483:1:44", - "nodeType": "YulLiteral", - "src": "22483:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "22486:6:44", - "nodeType": "YulIdentifier", - "src": "22486:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "22479:3:44", - "nodeType": "YulIdentifier", - "src": "22479:3:44" - }, - "nativeSrc": "22479:14:44", - "nodeType": "YulFunctionCall", - "src": "22479:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22464:3:44", - "nodeType": "YulIdentifier", - "src": "22464:3:44" - }, - "nativeSrc": "22464:30:44", - "nodeType": "YulFunctionCall", - "src": "22464:30:44" - }, - { - "kind": "number", - "nativeSrc": "22496:2:44", - "nodeType": "YulLiteral", - "src": "22496:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22460:3:44", - "nodeType": "YulIdentifier", - "src": "22460:3:44" - }, - "nativeSrc": "22460:39:44", - "nodeType": "YulFunctionCall", - "src": "22460:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "22450:6:44", - "nodeType": "YulTypedName", - "src": "22450:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22508:29:44", - "nodeType": "YulVariableDeclaration", - "src": "22508:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "22526:6:44", - "nodeType": "YulIdentifier", - "src": "22526:6:44" - }, - { - "kind": "number", - "nativeSrc": "22534:2:44", - "nodeType": "YulLiteral", - "src": "22534:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22522:3:44", - "nodeType": "YulIdentifier", - "src": "22522:3:44" - }, - "nativeSrc": "22522:15:44", - "nodeType": "YulFunctionCall", - "src": "22522:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "22512:6:44", - "nodeType": "YulTypedName", - "src": "22512:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22546:10:44", - "nodeType": "YulVariableDeclaration", - "src": "22546:10:44", - "value": { - "kind": "number", - "nativeSrc": "22555:1:44", - "nodeType": "YulLiteral", - "src": "22555:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "22550:1:44", - "nodeType": "YulTypedName", - "src": "22550:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "22614:1005:44", - "nodeType": "YulBlock", - "src": "22614:1005:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "22635:3:44", - "nodeType": "YulIdentifier", - "src": "22635:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "22648:6:44", - "nodeType": "YulIdentifier", - "src": "22648:6:44" - }, - { - "name": "headStart", - "nativeSrc": "22656:9:44", - "nodeType": "YulIdentifier", - "src": "22656:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "22644:3:44", - "nodeType": "YulIdentifier", - "src": "22644:3:44" - }, - "nativeSrc": "22644:22:44", - "nodeType": "YulFunctionCall", - "src": "22644:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "22672:2:44", - "nodeType": "YulLiteral", - "src": "22672:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "22668:3:44", - "nodeType": "YulIdentifier", - "src": "22668:3:44" - }, - "nativeSrc": "22668:7:44", - "nodeType": "YulFunctionCall", - "src": "22668:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22640:3:44", - "nodeType": "YulIdentifier", - "src": "22640:3:44" - }, - "nativeSrc": "22640:36:44", - "nodeType": "YulFunctionCall", - "src": "22640:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22628:6:44", - "nodeType": "YulIdentifier", - "src": "22628:6:44" - }, - "nativeSrc": "22628:49:44", - "nodeType": "YulFunctionCall", - "src": "22628:49:44" - }, - "nativeSrc": "22628:49:44", - "nodeType": "YulExpressionStatement", - "src": "22628:49:44" - }, - { - "nativeSrc": "22690:23:44", - "nodeType": "YulVariableDeclaration", - "src": "22690:23:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "22706:6:44", - "nodeType": "YulIdentifier", - "src": "22706:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "22700:5:44", - "nodeType": "YulIdentifier", - "src": "22700:5:44" - }, - "nativeSrc": "22700:13:44", - "nodeType": "YulFunctionCall", - "src": "22700:13:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "22694:2:44", - "nodeType": "YulTypedName", - "src": "22694:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22726:29:44", - "nodeType": "YulVariableDeclaration", - "src": "22726:29:44", - "value": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "22744:6:44", - "nodeType": "YulIdentifier", - "src": "22744:6:44" - }, - { - "kind": "number", - "nativeSrc": "22752:2:44", - "nodeType": "YulLiteral", - "src": "22752:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22740:3:44", - "nodeType": "YulIdentifier", - "src": "22740:3:44" - }, - "nativeSrc": "22740:15:44", - "nodeType": "YulFunctionCall", - "src": "22740:15:44" - }, - "variables": [ - { - "name": "tail_3", - "nativeSrc": "22730:6:44", - "nodeType": "YulTypedName", - "src": "22730:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "22775:6:44", - "nodeType": "YulIdentifier", - "src": "22775:6:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "22789:2:44", - "nodeType": "YulIdentifier", - "src": "22789:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "22783:5:44", - "nodeType": "YulIdentifier", - "src": "22783:5:44" - }, - "nativeSrc": "22783:9:44", - "nodeType": "YulFunctionCall", - "src": "22783:9:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22768:6:44", - "nodeType": "YulIdentifier", - "src": "22768:6:44" - }, - "nativeSrc": "22768:25:44", - "nodeType": "YulFunctionCall", - "src": "22768:25:44" - }, - "nativeSrc": "22768:25:44", - "nodeType": "YulExpressionStatement", - "src": "22768:25:44" - }, - { - "nativeSrc": "22806:38:44", - "nodeType": "YulVariableDeclaration", - "src": "22806:38:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "22836:2:44", - "nodeType": "YulIdentifier", - "src": "22836:2:44" - }, - { - "kind": "number", - "nativeSrc": "22840:2:44", - "nodeType": "YulLiteral", - "src": "22840:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22832:3:44", - "nodeType": "YulIdentifier", - "src": "22832:3:44" - }, - "nativeSrc": "22832:11:44", - "nodeType": "YulFunctionCall", - "src": "22832:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "22826:5:44", - "nodeType": "YulIdentifier", - "src": "22826:5:44" - }, - "nativeSrc": "22826:18:44", - "nodeType": "YulFunctionCall", - "src": "22826:18:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "22810:12:44", - "nodeType": "YulTypedName", - "src": "22810:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "22868:6:44", - "nodeType": "YulIdentifier", - "src": "22868:6:44" - }, - { - "kind": "number", - "nativeSrc": "22876:2:44", - "nodeType": "YulLiteral", - "src": "22876:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22864:3:44", - "nodeType": "YulIdentifier", - "src": "22864:3:44" - }, - "nativeSrc": "22864:15:44", - "nodeType": "YulFunctionCall", - "src": "22864:15:44" - }, - { - "kind": "number", - "nativeSrc": "22881:2:44", - "nodeType": "YulLiteral", - "src": "22881:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22857:6:44", - "nodeType": "YulIdentifier", - "src": "22857:6:44" - }, - "nativeSrc": "22857:27:44", - "nodeType": "YulFunctionCall", - "src": "22857:27:44" - }, - "nativeSrc": "22857:27:44", - "nodeType": "YulExpressionStatement", - "src": "22857:27:44" - }, - { - "nativeSrc": "22897:19:44", - "nodeType": "YulVariableDeclaration", - "src": "22897:19:44", - "value": { - "name": "tail_3", - "nativeSrc": "22910:6:44", - "nodeType": "YulIdentifier", - "src": "22910:6:44" - }, - "variables": [ - { - "name": "pos_1", - "nativeSrc": "22901:5:44", - "nodeType": "YulTypedName", - "src": "22901:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "22929:35:44", - "nodeType": "YulVariableDeclaration", - "src": "22929:35:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "22951:12:44", - "nodeType": "YulIdentifier", - "src": "22951:12:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "22945:5:44", - "nodeType": "YulIdentifier", - "src": "22945:5:44" - }, - "nativeSrc": "22945:19:44", - "nodeType": "YulFunctionCall", - "src": "22945:19:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "22933:8:44", - "nodeType": "YulTypedName", - "src": "22933:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_3", - "nativeSrc": "22984:6:44", - "nodeType": "YulIdentifier", - "src": "22984:6:44" - }, - { - "name": "length_1", - "nativeSrc": "22992:8:44", - "nodeType": "YulIdentifier", - "src": "22992:8:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "22977:6:44", - "nodeType": "YulIdentifier", - "src": "22977:6:44" - }, - "nativeSrc": "22977:24:44", - "nodeType": "YulFunctionCall", - "src": "22977:24:44" - }, - "nativeSrc": "22977:24:44", - "nodeType": "YulExpressionStatement", - "src": "22977:24:44" - }, - { - "nativeSrc": "23014:24:44", - "nodeType": "YulAssignment", - "src": "23014:24:44", - "value": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "23027:6:44", - "nodeType": "YulIdentifier", - "src": "23027:6:44" - }, - { - "kind": "number", - "nativeSrc": "23035:2:44", - "nodeType": "YulLiteral", - "src": "23035:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23023:3:44", - "nodeType": "YulIdentifier", - "src": "23023:3:44" - }, - "nativeSrc": "23023:15:44", - "nodeType": "YulFunctionCall", - "src": "23023:15:44" - }, - "variableNames": [ - { - "name": "pos_1", - "nativeSrc": "23014:5:44", - "nodeType": "YulIdentifier", - "src": "23014:5:44" - } - ] - }, - { - "nativeSrc": "23051:52:44", - "nodeType": "YulVariableDeclaration", - "src": "23051:52:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "23073:6:44", - "nodeType": "YulIdentifier", - "src": "23073:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23085:1:44", - "nodeType": "YulLiteral", - "src": "23085:1:44", - "type": "", - "value": "5" - }, - { - "name": "length_1", - "nativeSrc": "23088:8:44", - "nodeType": "YulIdentifier", - "src": "23088:8:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "23081:3:44", - "nodeType": "YulIdentifier", - "src": "23081:3:44" - }, - "nativeSrc": "23081:16:44", - "nodeType": "YulFunctionCall", - "src": "23081:16:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23069:3:44", - "nodeType": "YulIdentifier", - "src": "23069:3:44" - }, - "nativeSrc": "23069:29:44", - "nodeType": "YulFunctionCall", - "src": "23069:29:44" - }, - { - "kind": "number", - "nativeSrc": "23100:2:44", - "nodeType": "YulLiteral", - "src": "23100:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23065:3:44", - "nodeType": "YulIdentifier", - "src": "23065:3:44" - }, - "nativeSrc": "23065:38:44", - "nodeType": "YulFunctionCall", - "src": "23065:38:44" - }, - "variables": [ - { - "name": "tail_4", - "nativeSrc": "23055:6:44", - "nodeType": "YulTypedName", - "src": "23055:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "23116:37:44", - "nodeType": "YulVariableDeclaration", - "src": "23116:37:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "23136:12:44", - "nodeType": "YulIdentifier", - "src": "23136:12:44" - }, - { - "kind": "number", - "nativeSrc": "23150:2:44", - "nodeType": "YulLiteral", - "src": "23150:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23132:3:44", - "nodeType": "YulIdentifier", - "src": "23132:3:44" - }, - "nativeSrc": "23132:21:44", - "nodeType": "YulFunctionCall", - "src": "23132:21:44" - }, - "variables": [ - { - "name": "srcPtr_1", - "nativeSrc": "23120:8:44", - "nodeType": "YulTypedName", - "src": "23120:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "23166:12:44", - "nodeType": "YulVariableDeclaration", - "src": "23166:12:44", - "value": { - "kind": "number", - "nativeSrc": "23177:1:44", - "nodeType": "YulLiteral", - "src": "23177:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i_1", - "nativeSrc": "23170:3:44", - "nodeType": "YulTypedName", - "src": "23170:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "23252:258:44", - "nodeType": "YulBlock", - "src": "23252:258:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos_1", - "nativeSrc": "23277:5:44", - "nodeType": "YulIdentifier", - "src": "23277:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_4", - "nativeSrc": "23292:6:44", - "nodeType": "YulIdentifier", - "src": "23292:6:44" - }, - { - "name": "tail_2", - "nativeSrc": "23300:6:44", - "nodeType": "YulIdentifier", - "src": "23300:6:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "23288:3:44", - "nodeType": "YulIdentifier", - "src": "23288:3:44" - }, - "nativeSrc": "23288:19:44", - "nodeType": "YulFunctionCall", - "src": "23288:19:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23313:2:44", - "nodeType": "YulLiteral", - "src": "23313:2:44", - "type": "", - "value": "95" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "23309:3:44", - "nodeType": "YulIdentifier", - "src": "23309:3:44" - }, - "nativeSrc": "23309:7:44", - "nodeType": "YulFunctionCall", - "src": "23309:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23284:3:44", - "nodeType": "YulIdentifier", - "src": "23284:3:44" - }, - "nativeSrc": "23284:33:44", - "nodeType": "YulFunctionCall", - "src": "23284:33:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "23270:6:44", - "nodeType": "YulIdentifier", - "src": "23270:6:44" - }, - "nativeSrc": "23270:48:44", - "nodeType": "YulFunctionCall", - "src": "23270:48:44" - }, - "nativeSrc": "23270:48:44", - "nodeType": "YulExpressionStatement", - "src": "23270:48:44" - }, - { - "nativeSrc": "23335:75:44", - "nodeType": "YulAssignment", - "src": "23335:75:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "srcPtr_1", - "nativeSrc": "23392:8:44", - "nodeType": "YulIdentifier", - "src": "23392:8:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "23386:5:44", - "nodeType": "YulIdentifier", - "src": "23386:5:44" - }, - "nativeSrc": "23386:15:44", - "nodeType": "YulFunctionCall", - "src": "23386:15:44" - }, - { - "name": "tail_4", - "nativeSrc": "23403:6:44", - "nodeType": "YulIdentifier", - "src": "23403:6:44" - } - ], - "functionName": { - "name": "abi_encode_struct_AttestationRequestData", - "nativeSrc": "23345:40:44", - "nodeType": "YulIdentifier", - "src": "23345:40:44" - }, - "nativeSrc": "23345:65:44", - "nodeType": "YulFunctionCall", - "src": "23345:65:44" - }, - "variableNames": [ - { - "name": "tail_4", - "nativeSrc": "23335:6:44", - "nodeType": "YulIdentifier", - "src": "23335:6:44" - } - ] - }, - { - "nativeSrc": "23427:29:44", - "nodeType": "YulAssignment", - "src": "23427:29:44", - "value": { - "arguments": [ - { - "name": "srcPtr_1", - "nativeSrc": "23443:8:44", - "nodeType": "YulIdentifier", - "src": "23443:8:44" - }, - { - "kind": "number", - "nativeSrc": "23453:2:44", - "nodeType": "YulLiteral", - "src": "23453:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23439:3:44", - "nodeType": "YulIdentifier", - "src": "23439:3:44" - }, - "nativeSrc": "23439:17:44", - "nodeType": "YulFunctionCall", - "src": "23439:17:44" - }, - "variableNames": [ - { - "name": "srcPtr_1", - "nativeSrc": "23427:8:44", - "nodeType": "YulIdentifier", - "src": "23427:8:44" - } - ] - }, - { - "nativeSrc": "23473:23:44", - "nodeType": "YulAssignment", - "src": "23473:23:44", - "value": { - "arguments": [ - { - "name": "pos_1", - "nativeSrc": "23486:5:44", - "nodeType": "YulIdentifier", - "src": "23486:5:44" - }, - { - "kind": "number", - "nativeSrc": "23493:2:44", - "nodeType": "YulLiteral", - "src": "23493:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23482:3:44", - "nodeType": "YulIdentifier", - "src": "23482:3:44" - }, - "nativeSrc": "23482:14:44", - "nodeType": "YulFunctionCall", - "src": "23482:14:44" - }, - "variableNames": [ - { - "name": "pos_1", - "nativeSrc": "23473:5:44", - "nodeType": "YulIdentifier", - "src": "23473:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i_1", - "nativeSrc": "23202:3:44", - "nodeType": "YulIdentifier", - "src": "23202:3:44" - }, - { - "name": "length_1", - "nativeSrc": "23207:8:44", - "nodeType": "YulIdentifier", - "src": "23207:8:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "23199:2:44", - "nodeType": "YulIdentifier", - "src": "23199:2:44" - }, - "nativeSrc": "23199:17:44", - "nodeType": "YulFunctionCall", - "src": "23199:17:44" - }, - "nativeSrc": "23191:319:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "23217:22:44", - "nodeType": "YulBlock", - "src": "23217:22:44", - "statements": [ - { - "nativeSrc": "23219:18:44", - "nodeType": "YulAssignment", - "src": "23219:18:44", - "value": { - "arguments": [ - { - "name": "i_1", - "nativeSrc": "23230:3:44", - "nodeType": "YulIdentifier", - "src": "23230:3:44" - }, - { - "kind": "number", - "nativeSrc": "23235:1:44", - "nodeType": "YulLiteral", - "src": "23235:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23226:3:44", - "nodeType": "YulIdentifier", - "src": "23226:3:44" - }, - "nativeSrc": "23226:11:44", - "nodeType": "YulFunctionCall", - "src": "23226:11:44" - }, - "variableNames": [ - { - "name": "i_1", - "nativeSrc": "23219:3:44", - "nodeType": "YulIdentifier", - "src": "23219:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "23195:3:44", - "nodeType": "YulBlock", - "src": "23195:3:44", - "statements": [] - }, - "src": "23191:319:44" - }, - { - "nativeSrc": "23523:16:44", - "nodeType": "YulAssignment", - "src": "23523:16:44", - "value": { - "name": "tail_4", - "nativeSrc": "23533:6:44", - "nodeType": "YulIdentifier", - "src": "23533:6:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "23523:6:44", - "nodeType": "YulIdentifier", - "src": "23523:6:44" - } - ] - }, - { - "nativeSrc": "23552:25:44", - "nodeType": "YulAssignment", - "src": "23552:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "23566:6:44", - "nodeType": "YulIdentifier", - "src": "23566:6:44" - }, - { - "kind": "number", - "nativeSrc": "23574:2:44", - "nodeType": "YulLiteral", - "src": "23574:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23562:3:44", - "nodeType": "YulIdentifier", - "src": "23562:3:44" - }, - "nativeSrc": "23562:15:44", - "nodeType": "YulFunctionCall", - "src": "23562:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "23552:6:44", - "nodeType": "YulIdentifier", - "src": "23552:6:44" - } - ] - }, - { - "nativeSrc": "23590:19:44", - "nodeType": "YulAssignment", - "src": "23590:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "23601:3:44", - "nodeType": "YulIdentifier", - "src": "23601:3:44" - }, - { - "kind": "number", - "nativeSrc": "23606:2:44", - "nodeType": "YulLiteral", - "src": "23606:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23597:3:44", - "nodeType": "YulIdentifier", - "src": "23597:3:44" - }, - "nativeSrc": "23597:12:44", - "nodeType": "YulFunctionCall", - "src": "23597:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "23590:3:44", - "nodeType": "YulIdentifier", - "src": "23590:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "22576:1:44", - "nodeType": "YulIdentifier", - "src": "22576:1:44" - }, - { - "name": "length", - "nativeSrc": "22579:6:44", - "nodeType": "YulIdentifier", - "src": "22579:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "22573:2:44", - "nodeType": "YulIdentifier", - "src": "22573:2:44" - }, - "nativeSrc": "22573:13:44", - "nodeType": "YulFunctionCall", - "src": "22573:13:44" - }, - "nativeSrc": "22565:1054:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "22587:18:44", - "nodeType": "YulBlock", - "src": "22587:18:44", - "statements": [ - { - "nativeSrc": "22589:14:44", - "nodeType": "YulAssignment", - "src": "22589:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "22598:1:44", - "nodeType": "YulIdentifier", - "src": "22598:1:44" - }, - { - "kind": "number", - "nativeSrc": "22601:1:44", - "nodeType": "YulLiteral", - "src": "22601:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "22594:3:44", - "nodeType": "YulIdentifier", - "src": "22594:3:44" - }, - "nativeSrc": "22594:9:44", - "nodeType": "YulFunctionCall", - "src": "22594:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "22589:1:44", - "nodeType": "YulIdentifier", - "src": "22589:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "22569:3:44", - "nodeType": "YulBlock", - "src": "22569:3:44", - "statements": [] - }, - "src": "22565:1054:44" - }, - { - "nativeSrc": "23628:14:44", - "nodeType": "YulAssignment", - "src": "23628:14:44", - "value": { - "name": "tail_2", - "nativeSrc": "23636:6:44", - "nodeType": "YulIdentifier", - "src": "23636:6:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "23628:4:44", - "nodeType": "YulIdentifier", - "src": "23628:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "22005:1643:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "22207:9:44", - "nodeType": "YulTypedName", - "src": "22207:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "22218:6:44", - "nodeType": "YulTypedName", - "src": "22218:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "22229:4:44", - "nodeType": "YulTypedName", - "src": "22229:4:44", - "type": "" - } - ], - "src": "22005:1643:44" - }, - { - "body": { - "nativeSrc": "23759:845:44", - "nodeType": "YulBlock", - "src": "23759:845:44", - "statements": [ - { - "body": { - "nativeSrc": "23805:16:44", - "nodeType": "YulBlock", - "src": "23805:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23814:1:44", - "nodeType": "YulLiteral", - "src": "23814:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23817:1:44", - "nodeType": "YulLiteral", - "src": "23817:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "23807:6:44", - "nodeType": "YulIdentifier", - "src": "23807:6:44" - }, - "nativeSrc": "23807:12:44", - "nodeType": "YulFunctionCall", - "src": "23807:12:44" - }, - "nativeSrc": "23807:12:44", - "nodeType": "YulExpressionStatement", - "src": "23807:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "23780:7:44", - "nodeType": "YulIdentifier", - "src": "23780:7:44" - }, - { - "name": "headStart", - "nativeSrc": "23789:9:44", - "nodeType": "YulIdentifier", - "src": "23789:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "23776:3:44", - "nodeType": "YulIdentifier", - "src": "23776:3:44" - }, - "nativeSrc": "23776:23:44", - "nodeType": "YulFunctionCall", - "src": "23776:23:44" - }, - { - "kind": "number", - "nativeSrc": "23801:2:44", - "nodeType": "YulLiteral", - "src": "23801:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "23772:3:44", - "nodeType": "YulIdentifier", - "src": "23772:3:44" - }, - "nativeSrc": "23772:32:44", - "nodeType": "YulFunctionCall", - "src": "23772:32:44" - }, - "nativeSrc": "23769:52:44", - "nodeType": "YulIf", - "src": "23769:52:44" - }, - { - "nativeSrc": "23830:30:44", - "nodeType": "YulVariableDeclaration", - "src": "23830:30:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "23850:9:44", - "nodeType": "YulIdentifier", - "src": "23850:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "23844:5:44", - "nodeType": "YulIdentifier", - "src": "23844:5:44" - }, - "nativeSrc": "23844:16:44", - "nodeType": "YulFunctionCall", - "src": "23844:16:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "23834:6:44", - "nodeType": "YulTypedName", - "src": "23834:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "23903:16:44", - "nodeType": "YulBlock", - "src": "23903:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "23912:1:44", - "nodeType": "YulLiteral", - "src": "23912:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "23915:1:44", - "nodeType": "YulLiteral", - "src": "23915:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "23905:6:44", - "nodeType": "YulIdentifier", - "src": "23905:6:44" - }, - "nativeSrc": "23905:12:44", - "nodeType": "YulFunctionCall", - "src": "23905:12:44" - }, - "nativeSrc": "23905:12:44", - "nodeType": "YulExpressionStatement", - "src": "23905:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "23875:6:44", - "nodeType": "YulIdentifier", - "src": "23875:6:44" - }, - { - "kind": "number", - "nativeSrc": "23883:18:44", - "nodeType": "YulLiteral", - "src": "23883:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "23872:2:44", - "nodeType": "YulIdentifier", - "src": "23872:2:44" - }, - "nativeSrc": "23872:30:44", - "nodeType": "YulFunctionCall", - "src": "23872:30:44" - }, - "nativeSrc": "23869:50:44", - "nodeType": "YulIf", - "src": "23869:50:44" - }, - { - "nativeSrc": "23928:32:44", - "nodeType": "YulVariableDeclaration", - "src": "23928:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "23942:9:44", - "nodeType": "YulIdentifier", - "src": "23942:9:44" - }, - { - "name": "offset", - "nativeSrc": "23953:6:44", - "nodeType": "YulIdentifier", - "src": "23953:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23938:3:44", - "nodeType": "YulIdentifier", - "src": "23938:3:44" - }, - "nativeSrc": "23938:22:44", - "nodeType": "YulFunctionCall", - "src": "23938:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "23932:2:44", - "nodeType": "YulTypedName", - "src": "23932:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "24008:16:44", - "nodeType": "YulBlock", - "src": "24008:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "24017:1:44", - "nodeType": "YulLiteral", - "src": "24017:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "24020:1:44", - "nodeType": "YulLiteral", - "src": "24020:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "24010:6:44", - "nodeType": "YulIdentifier", - "src": "24010:6:44" - }, - "nativeSrc": "24010:12:44", - "nodeType": "YulFunctionCall", - "src": "24010:12:44" - }, - "nativeSrc": "24010:12:44", - "nodeType": "YulExpressionStatement", - "src": "24010:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "23987:2:44", - "nodeType": "YulIdentifier", - "src": "23987:2:44" - }, - { - "kind": "number", - "nativeSrc": "23991:4:44", - "nodeType": "YulLiteral", - "src": "23991:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "23983:3:44", - "nodeType": "YulIdentifier", - "src": "23983:3:44" - }, - "nativeSrc": "23983:13:44", - "nodeType": "YulFunctionCall", - "src": "23983:13:44" - }, - { - "name": "dataEnd", - "nativeSrc": "23998:7:44", - "nodeType": "YulIdentifier", - "src": "23998:7:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "23979:3:44", - "nodeType": "YulIdentifier", - "src": "23979:3:44" - }, - "nativeSrc": "23979:27:44", - "nodeType": "YulFunctionCall", - "src": "23979:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "23972:6:44", - "nodeType": "YulIdentifier", - "src": "23972:6:44" - }, - "nativeSrc": "23972:35:44", - "nodeType": "YulFunctionCall", - "src": "23972:35:44" - }, - "nativeSrc": "23969:55:44", - "nodeType": "YulIf", - "src": "23969:55:44" - }, - { - "nativeSrc": "24033:23:44", - "nodeType": "YulVariableDeclaration", - "src": "24033:23:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24053:2:44", - "nodeType": "YulIdentifier", - "src": "24053:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "24047:5:44", - "nodeType": "YulIdentifier", - "src": "24047:5:44" - }, - "nativeSrc": "24047:9:44", - "nodeType": "YulFunctionCall", - "src": "24047:9:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "24037:6:44", - "nodeType": "YulTypedName", - "src": "24037:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "24065:96:44", - "nodeType": "YulVariableDeclaration", - "src": "24065:96:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "24153:6:44", - "nodeType": "YulIdentifier", - "src": "24153:6:44" - } - ], - "functionName": { - "name": "array_allocation_size_array_struct_RevocationRequestData_dyn", - "nativeSrc": "24092:60:44", - "nodeType": "YulIdentifier", - "src": "24092:60:44" - }, - "nativeSrc": "24092:68:44", - "nodeType": "YulFunctionCall", - "src": "24092:68:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "24076:15:44", - "nodeType": "YulIdentifier", - "src": "24076:15:44" - }, - "nativeSrc": "24076:85:44", - "nodeType": "YulFunctionCall", - "src": "24076:85:44" - }, - "variables": [ - { - "name": "dst", - "nativeSrc": "24069:3:44", - "nodeType": "YulTypedName", - "src": "24069:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "24170:16:44", - "nodeType": "YulVariableDeclaration", - "src": "24170:16:44", - "value": { - "name": "dst", - "nativeSrc": "24183:3:44", - "nodeType": "YulIdentifier", - "src": "24183:3:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "24174:5:44", - "nodeType": "YulTypedName", - "src": "24174:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "24202:3:44", - "nodeType": "YulIdentifier", - "src": "24202:3:44" - }, - { - "name": "length", - "nativeSrc": "24207:6:44", - "nodeType": "YulIdentifier", - "src": "24207:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24195:6:44", - "nodeType": "YulIdentifier", - "src": "24195:6:44" - }, - "nativeSrc": "24195:19:44", - "nodeType": "YulFunctionCall", - "src": "24195:19:44" - }, - "nativeSrc": "24195:19:44", - "nodeType": "YulExpressionStatement", - "src": "24195:19:44" - }, - { - "nativeSrc": "24223:19:44", - "nodeType": "YulAssignment", - "src": "24223:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "24234:3:44", - "nodeType": "YulIdentifier", - "src": "24234:3:44" - }, - { - "kind": "number", - "nativeSrc": "24239:2:44", - "nodeType": "YulLiteral", - "src": "24239:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24230:3:44", - "nodeType": "YulIdentifier", - "src": "24230:3:44" - }, - "nativeSrc": "24230:12:44", - "nodeType": "YulFunctionCall", - "src": "24230:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "24223:3:44", - "nodeType": "YulIdentifier", - "src": "24223:3:44" - } - ] - }, - { - "nativeSrc": "24251:46:44", - "nodeType": "YulVariableDeclaration", - "src": "24251:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24273:2:44", - "nodeType": "YulIdentifier", - "src": "24273:2:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "24281:1:44", - "nodeType": "YulLiteral", - "src": "24281:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "24284:6:44", - "nodeType": "YulIdentifier", - "src": "24284:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "24277:3:44", - "nodeType": "YulIdentifier", - "src": "24277:3:44" - }, - "nativeSrc": "24277:14:44", - "nodeType": "YulFunctionCall", - "src": "24277:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24269:3:44", - "nodeType": "YulIdentifier", - "src": "24269:3:44" - }, - "nativeSrc": "24269:23:44", - "nodeType": "YulFunctionCall", - "src": "24269:23:44" - }, - { - "kind": "number", - "nativeSrc": "24294:2:44", - "nodeType": "YulLiteral", - "src": "24294:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24265:3:44", - "nodeType": "YulIdentifier", - "src": "24265:3:44" - }, - "nativeSrc": "24265:32:44", - "nodeType": "YulFunctionCall", - "src": "24265:32:44" - }, - "variables": [ - { - "name": "srcEnd", - "nativeSrc": "24255:6:44", - "nodeType": "YulTypedName", - "src": "24255:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "24329:16:44", - "nodeType": "YulBlock", - "src": "24329:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "24338:1:44", - "nodeType": "YulLiteral", - "src": "24338:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "24341:1:44", - "nodeType": "YulLiteral", - "src": "24341:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "24331:6:44", - "nodeType": "YulIdentifier", - "src": "24331:6:44" - }, - "nativeSrc": "24331:12:44", - "nodeType": "YulFunctionCall", - "src": "24331:12:44" - }, - "nativeSrc": "24331:12:44", - "nodeType": "YulExpressionStatement", - "src": "24331:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "srcEnd", - "nativeSrc": "24312:6:44", - "nodeType": "YulIdentifier", - "src": "24312:6:44" - }, - { - "name": "dataEnd", - "nativeSrc": "24320:7:44", - "nodeType": "YulIdentifier", - "src": "24320:7:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "24309:2:44", - "nodeType": "YulIdentifier", - "src": "24309:2:44" - }, - "nativeSrc": "24309:19:44", - "nodeType": "YulFunctionCall", - "src": "24309:19:44" - }, - "nativeSrc": "24306:39:44", - "nodeType": "YulIf", - "src": "24306:39:44" - }, - { - "nativeSrc": "24354:22:44", - "nodeType": "YulVariableDeclaration", - "src": "24354:22:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "24369:2:44", - "nodeType": "YulIdentifier", - "src": "24369:2:44" - }, - { - "kind": "number", - "nativeSrc": "24373:2:44", - "nodeType": "YulLiteral", - "src": "24373:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24365:3:44", - "nodeType": "YulIdentifier", - "src": "24365:3:44" - }, - "nativeSrc": "24365:11:44", - "nodeType": "YulFunctionCall", - "src": "24365:11:44" - }, - "variables": [ - { - "name": "src", - "nativeSrc": "24358:3:44", - "nodeType": "YulTypedName", - "src": "24358:3:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "24441:133:44", - "nodeType": "YulBlock", - "src": "24441:133:44", - "statements": [ - { - "nativeSrc": "24455:14:44", - "nodeType": "YulVariableDeclaration", - "src": "24455:14:44", - "value": { - "kind": "number", - "nativeSrc": "24468:1:44", - "nodeType": "YulLiteral", - "src": "24468:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "24459:5:44", - "nodeType": "YulTypedName", - "src": "24459:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "24482:19:44", - "nodeType": "YulAssignment", - "src": "24482:19:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "24497:3:44", - "nodeType": "YulIdentifier", - "src": "24497:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "24491:5:44", - "nodeType": "YulIdentifier", - "src": "24491:5:44" - }, - "nativeSrc": "24491:10:44", - "nodeType": "YulFunctionCall", - "src": "24491:10:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "24482:5:44", - "nodeType": "YulIdentifier", - "src": "24482:5:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "24521:3:44", - "nodeType": "YulIdentifier", - "src": "24521:3:44" - }, - { - "name": "value", - "nativeSrc": "24526:5:44", - "nodeType": "YulIdentifier", - "src": "24526:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24514:6:44", - "nodeType": "YulIdentifier", - "src": "24514:6:44" - }, - "nativeSrc": "24514:18:44", - "nodeType": "YulFunctionCall", - "src": "24514:18:44" - }, - "nativeSrc": "24514:18:44", - "nodeType": "YulExpressionStatement", - "src": "24514:18:44" - }, - { - "nativeSrc": "24545:19:44", - "nodeType": "YulAssignment", - "src": "24545:19:44", - "value": { - "arguments": [ - { - "name": "dst", - "nativeSrc": "24556:3:44", - "nodeType": "YulIdentifier", - "src": "24556:3:44" - }, - { - "kind": "number", - "nativeSrc": "24561:2:44", - "nodeType": "YulLiteral", - "src": "24561:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24552:3:44", - "nodeType": "YulIdentifier", - "src": "24552:3:44" - }, - "nativeSrc": "24552:12:44", - "nodeType": "YulFunctionCall", - "src": "24552:12:44" - }, - "variableNames": [ - { - "name": "dst", - "nativeSrc": "24545:3:44", - "nodeType": "YulIdentifier", - "src": "24545:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "src", - "nativeSrc": "24396:3:44", - "nodeType": "YulIdentifier", - "src": "24396:3:44" - }, - { - "name": "srcEnd", - "nativeSrc": "24401:6:44", - "nodeType": "YulIdentifier", - "src": "24401:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "24393:2:44", - "nodeType": "YulIdentifier", - "src": "24393:2:44" - }, - "nativeSrc": "24393:15:44", - "nodeType": "YulFunctionCall", - "src": "24393:15:44" - }, - "nativeSrc": "24385:189:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "24409:23:44", - "nodeType": "YulBlock", - "src": "24409:23:44", - "statements": [ - { - "nativeSrc": "24411:19:44", - "nodeType": "YulAssignment", - "src": "24411:19:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "24422:3:44", - "nodeType": "YulIdentifier", - "src": "24422:3:44" - }, - { - "kind": "number", - "nativeSrc": "24427:2:44", - "nodeType": "YulLiteral", - "src": "24427:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24418:3:44", - "nodeType": "YulIdentifier", - "src": "24418:3:44" - }, - "nativeSrc": "24418:12:44", - "nodeType": "YulFunctionCall", - "src": "24418:12:44" - }, - "variableNames": [ - { - "name": "src", - "nativeSrc": "24411:3:44", - "nodeType": "YulIdentifier", - "src": "24411:3:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "24389:3:44", - "nodeType": "YulBlock", - "src": "24389:3:44", - "statements": [] - }, - "src": "24385:189:44" - }, - { - "nativeSrc": "24583:15:44", - "nodeType": "YulAssignment", - "src": "24583:15:44", - "value": { - "name": "array", - "nativeSrc": "24593:5:44", - "nodeType": "YulIdentifier", - "src": "24593:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "24583:6:44", - "nodeType": "YulIdentifier", - "src": "24583:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory", - "nativeSrc": "23653:951:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "23725:9:44", - "nodeType": "YulTypedName", - "src": "23725:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "23736:7:44", - "nodeType": "YulTypedName", - "src": "23736:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "23748:6:44", - "nodeType": "YulTypedName", - "src": "23748:6:44", - "type": "" - } - ], - "src": "23653:951:44" - }, - { - "body": { - "nativeSrc": "24728:610:44", - "nodeType": "YulBlock", - "src": "24728:610:44", - "statements": [ - { - "nativeSrc": "24738:43:44", - "nodeType": "YulVariableDeclaration", - "src": "24738:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "24756:7:44", - "nodeType": "YulIdentifier", - "src": "24756:7:44" - }, - { - "name": "headStart", - "nativeSrc": "24765:9:44", - "nodeType": "YulIdentifier", - "src": "24765:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "24752:3:44", - "nodeType": "YulIdentifier", - "src": "24752:3:44" - }, - "nativeSrc": "24752:23:44", - "nodeType": "YulFunctionCall", - "src": "24752:23:44" - }, - { - "kind": "number", - "nativeSrc": "24777:3:44", - "nodeType": "YulLiteral", - "src": "24777:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "24748:3:44", - "nodeType": "YulIdentifier", - "src": "24748:3:44" - }, - "nativeSrc": "24748:33:44", - "nodeType": "YulFunctionCall", - "src": "24748:33:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "24742:2:44", - "nodeType": "YulTypedName", - "src": "24742:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "24796:16:44", - "nodeType": "YulBlock", - "src": "24796:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "24805:1:44", - "nodeType": "YulLiteral", - "src": "24805:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "24808:1:44", - "nodeType": "YulLiteral", - "src": "24808:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "24798:6:44", - "nodeType": "YulIdentifier", - "src": "24798:6:44" - }, - "nativeSrc": "24798:12:44", - "nodeType": "YulFunctionCall", - "src": "24798:12:44" - }, - "nativeSrc": "24798:12:44", - "nodeType": "YulExpressionStatement", - "src": "24798:12:44" - } - ] - }, - "condition": { - "name": "_1", - "nativeSrc": "24793:2:44", - "nodeType": "YulIdentifier", - "src": "24793:2:44" - }, - "nativeSrc": "24790:22:44", - "nodeType": "YulIf", - "src": "24790:22:44" - }, - { - "nativeSrc": "24821:7:44", - "nodeType": "YulAssignment", - "src": "24821:7:44", - "value": { - "kind": "number", - "nativeSrc": "24827:1:44", - "nodeType": "YulLiteral", - "src": "24827:1:44", - "type": "", - "value": "0" - }, - "variableNames": [ - { - "name": "_1", - "nativeSrc": "24821:2:44", - "nodeType": "YulIdentifier", - "src": "24821:2:44" - } - ] - }, - { - "nativeSrc": "24837:35:44", - "nodeType": "YulVariableDeclaration", - "src": "24837:35:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_4267", - "nativeSrc": "24850:20:44", - "nodeType": "YulIdentifier", - "src": "24850:20:44" - }, - "nativeSrc": "24850:22:44", - "nodeType": "YulFunctionCall", - "src": "24850:22:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "24841:5:44", - "nodeType": "YulTypedName", - "src": "24841:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "24881:16:44", - "nodeType": "YulVariableDeclaration", - "src": "24881:16:44", - "value": { - "kind": "number", - "nativeSrc": "24896:1:44", - "nodeType": "YulLiteral", - "src": "24896:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "24885:7:44", - "nodeType": "YulTypedName", - "src": "24885:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "24906:34:44", - "nodeType": "YulAssignment", - "src": "24906:34:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "24930:9:44", - "nodeType": "YulIdentifier", - "src": "24930:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "24917:12:44", - "nodeType": "YulIdentifier", - "src": "24917:12:44" - }, - "nativeSrc": "24917:23:44", - "nodeType": "YulFunctionCall", - "src": "24917:23:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "24906:7:44", - "nodeType": "YulIdentifier", - "src": "24906:7:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "24956:5:44", - "nodeType": "YulIdentifier", - "src": "24956:5:44" - }, - { - "name": "value_1", - "nativeSrc": "24963:7:44", - "nodeType": "YulIdentifier", - "src": "24963:7:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24949:6:44", - "nodeType": "YulIdentifier", - "src": "24949:6:44" - }, - "nativeSrc": "24949:22:44", - "nodeType": "YulFunctionCall", - "src": "24949:22:44" - }, - "nativeSrc": "24949:22:44", - "nodeType": "YulExpressionStatement", - "src": "24949:22:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "24991:5:44", - "nodeType": "YulIdentifier", - "src": "24991:5:44" - }, - { - "kind": "number", - "nativeSrc": "24998:2:44", - "nodeType": "YulLiteral", - "src": "24998:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "24987:3:44", - "nodeType": "YulIdentifier", - "src": "24987:3:44" - }, - "nativeSrc": "24987:14:44", - "nodeType": "YulFunctionCall", - "src": "24987:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25047:9:44", - "nodeType": "YulIdentifier", - "src": "25047:9:44" - }, - { - "kind": "number", - "nativeSrc": "25058:2:44", - "nodeType": "YulLiteral", - "src": "25058:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25043:3:44", - "nodeType": "YulIdentifier", - "src": "25043:3:44" - }, - "nativeSrc": "25043:18:44", - "nodeType": "YulFunctionCall", - "src": "25043:18:44" - }, - { - "name": "dataEnd", - "nativeSrc": "25063:7:44", - "nodeType": "YulIdentifier", - "src": "25063:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "25003:39:44", - "nodeType": "YulIdentifier", - "src": "25003:39:44" - }, - "nativeSrc": "25003:68:44", - "nodeType": "YulFunctionCall", - "src": "25003:68:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "24980:6:44", - "nodeType": "YulIdentifier", - "src": "24980:6:44" - }, - "nativeSrc": "24980:92:44", - "nodeType": "YulFunctionCall", - "src": "24980:92:44" - }, - "nativeSrc": "24980:92:44", - "nodeType": "YulExpressionStatement", - "src": "24980:92:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "25092:5:44", - "nodeType": "YulIdentifier", - "src": "25092:5:44" - }, - { - "kind": "number", - "nativeSrc": "25099:4:44", - "nodeType": "YulLiteral", - "src": "25099:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25088:3:44", - "nodeType": "YulIdentifier", - "src": "25088:3:44" - }, - "nativeSrc": "25088:16:44", - "nodeType": "YulFunctionCall", - "src": "25088:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25138:9:44", - "nodeType": "YulIdentifier", - "src": "25138:9:44" - }, - { - "kind": "number", - "nativeSrc": "25149:2:44", - "nodeType": "YulLiteral", - "src": "25149:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25134:3:44", - "nodeType": "YulIdentifier", - "src": "25134:3:44" - }, - "nativeSrc": "25134:18:44", - "nodeType": "YulFunctionCall", - "src": "25134:18:44" - }, - { - "name": "dataEnd", - "nativeSrc": "25154:7:44", - "nodeType": "YulIdentifier", - "src": "25154:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Signature", - "nativeSrc": "25106:27:44", - "nodeType": "YulIdentifier", - "src": "25106:27:44" - }, - "nativeSrc": "25106:56:44", - "nodeType": "YulFunctionCall", - "src": "25106:56:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25081:6:44", - "nodeType": "YulIdentifier", - "src": "25081:6:44" - }, - "nativeSrc": "25081:82:44", - "nodeType": "YulFunctionCall", - "src": "25081:82:44" - }, - "nativeSrc": "25081:82:44", - "nodeType": "YulExpressionStatement", - "src": "25081:82:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "25183:5:44", - "nodeType": "YulIdentifier", - "src": "25183:5:44" - }, - { - "kind": "number", - "nativeSrc": "25190:2:44", - "nodeType": "YulLiteral", - "src": "25190:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25179:3:44", - "nodeType": "YulIdentifier", - "src": "25179:3:44" - }, - "nativeSrc": "25179:14:44", - "nodeType": "YulFunctionCall", - "src": "25179:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25218:9:44", - "nodeType": "YulIdentifier", - "src": "25218:9:44" - }, - { - "kind": "number", - "nativeSrc": "25229:3:44", - "nodeType": "YulLiteral", - "src": "25229:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25214:3:44", - "nodeType": "YulIdentifier", - "src": "25214:3:44" - }, - "nativeSrc": "25214:19:44", - "nodeType": "YulFunctionCall", - "src": "25214:19:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "25195:18:44", - "nodeType": "YulIdentifier", - "src": "25195:18:44" - }, - "nativeSrc": "25195:39:44", - "nodeType": "YulFunctionCall", - "src": "25195:39:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25172:6:44", - "nodeType": "YulIdentifier", - "src": "25172:6:44" - }, - "nativeSrc": "25172:63:44", - "nodeType": "YulFunctionCall", - "src": "25172:63:44" - }, - "nativeSrc": "25172:63:44", - "nodeType": "YulExpressionStatement", - "src": "25172:63:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "25255:5:44", - "nodeType": "YulIdentifier", - "src": "25255:5:44" - }, - { - "kind": "number", - "nativeSrc": "25262:4:44", - "nodeType": "YulLiteral", - "src": "25262:4:44", - "type": "", - "value": "0x80" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25251:3:44", - "nodeType": "YulIdentifier", - "src": "25251:3:44" - }, - "nativeSrc": "25251:16:44", - "nodeType": "YulFunctionCall", - "src": "25251:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25291:9:44", - "nodeType": "YulIdentifier", - "src": "25291:9:44" - }, - { - "kind": "number", - "nativeSrc": "25302:3:44", - "nodeType": "YulLiteral", - "src": "25302:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25287:3:44", - "nodeType": "YulIdentifier", - "src": "25287:3:44" - }, - "nativeSrc": "25287:19:44", - "nodeType": "YulFunctionCall", - "src": "25287:19:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "25269:17:44", - "nodeType": "YulIdentifier", - "src": "25269:17:44" - }, - "nativeSrc": "25269:38:44", - "nodeType": "YulFunctionCall", - "src": "25269:38:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25244:6:44", - "nodeType": "YulIdentifier", - "src": "25244:6:44" - }, - "nativeSrc": "25244:64:44", - "nodeType": "YulFunctionCall", - "src": "25244:64:44" - }, - "nativeSrc": "25244:64:44", - "nodeType": "YulExpressionStatement", - "src": "25244:64:44" - }, - { - "nativeSrc": "25317:15:44", - "nodeType": "YulAssignment", - "src": "25317:15:44", - "value": { - "name": "value", - "nativeSrc": "25327:5:44", - "nodeType": "YulIdentifier", - "src": "25327:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "25317:6:44", - "nodeType": "YulIdentifier", - "src": "25317:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr", - "nativeSrc": "24609:729:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "24694:9:44", - "nodeType": "YulTypedName", - "src": "24694:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "24705:7:44", - "nodeType": "YulTypedName", - "src": "24705:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "24717:6:44", - "nodeType": "YulTypedName", - "src": "24717:6:44", - "type": "" - } - ], - "src": "24609:729:44" - }, - { - "body": { - "nativeSrc": "25452:146:44", - "nodeType": "YulBlock", - "src": "25452:146:44", - "statements": [ - { - "body": { - "nativeSrc": "25498:16:44", - "nodeType": "YulBlock", - "src": "25498:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "25507:1:44", - "nodeType": "YulLiteral", - "src": "25507:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "25510:1:44", - "nodeType": "YulLiteral", - "src": "25510:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "25500:6:44", - "nodeType": "YulIdentifier", - "src": "25500:6:44" - }, - "nativeSrc": "25500:12:44", - "nodeType": "YulFunctionCall", - "src": "25500:12:44" - }, - "nativeSrc": "25500:12:44", - "nodeType": "YulExpressionStatement", - "src": "25500:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "25473:7:44", - "nodeType": "YulIdentifier", - "src": "25473:7:44" - }, - { - "name": "headStart", - "nativeSrc": "25482:9:44", - "nodeType": "YulIdentifier", - "src": "25482:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "25469:3:44", - "nodeType": "YulIdentifier", - "src": "25469:3:44" - }, - "nativeSrc": "25469:23:44", - "nodeType": "YulFunctionCall", - "src": "25469:23:44" - }, - { - "kind": "number", - "nativeSrc": "25494:2:44", - "nodeType": "YulLiteral", - "src": "25494:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "25465:3:44", - "nodeType": "YulIdentifier", - "src": "25465:3:44" - }, - "nativeSrc": "25465:32:44", - "nodeType": "YulFunctionCall", - "src": "25465:32:44" - }, - "nativeSrc": "25462:52:44", - "nodeType": "YulIf", - "src": "25462:52:44" - }, - { - "nativeSrc": "25523:69:44", - "nodeType": "YulAssignment", - "src": "25523:69:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25573:9:44", - "nodeType": "YulIdentifier", - "src": "25573:9:44" - }, - { - "name": "dataEnd", - "nativeSrc": "25584:7:44", - "nodeType": "YulIdentifier", - "src": "25584:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_RevocationRequestData", - "nativeSrc": "25533:39:44", - "nodeType": "YulIdentifier", - "src": "25533:39:44" - }, - "nativeSrc": "25533:59:44", - "nodeType": "YulFunctionCall", - "src": "25533:59:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "25523:6:44", - "nodeType": "YulIdentifier", - "src": "25523:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr", - "nativeSrc": "25343:255:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "25418:9:44", - "nodeType": "YulTypedName", - "src": "25418:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "25429:7:44", - "nodeType": "YulTypedName", - "src": "25429:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "25441:6:44", - "nodeType": "YulTypedName", - "src": "25441:6:44", - "type": "" - } - ], - "src": "25343:255:44" - }, - { - "body": { - "nativeSrc": "25774:220:44", - "nodeType": "YulBlock", - "src": "25774:220:44", - "statements": [ - { - "nativeSrc": "25784:26:44", - "nodeType": "YulAssignment", - "src": "25784:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25796:9:44", - "nodeType": "YulIdentifier", - "src": "25796:9:44" - }, - { - "kind": "number", - "nativeSrc": "25807:2:44", - "nodeType": "YulLiteral", - "src": "25807:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25792:3:44", - "nodeType": "YulIdentifier", - "src": "25792:3:44" - }, - "nativeSrc": "25792:18:44", - "nodeType": "YulFunctionCall", - "src": "25792:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "25784:4:44", - "nodeType": "YulIdentifier", - "src": "25784:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25826:9:44", - "nodeType": "YulIdentifier", - "src": "25826:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "25843:6:44", - "nodeType": "YulIdentifier", - "src": "25843:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "25837:5:44", - "nodeType": "YulIdentifier", - "src": "25837:5:44" - }, - "nativeSrc": "25837:13:44", - "nodeType": "YulFunctionCall", - "src": "25837:13:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "25819:6:44", - "nodeType": "YulIdentifier", - "src": "25819:6:44" - }, - "nativeSrc": "25819:32:44", - "nodeType": "YulFunctionCall", - "src": "25819:32:44" - }, - "nativeSrc": "25819:32:44", - "nodeType": "YulExpressionStatement", - "src": "25819:32:44" - }, - { - "nativeSrc": "25860:44:44", - "nodeType": "YulVariableDeclaration", - "src": "25860:44:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "25890:6:44", - "nodeType": "YulIdentifier", - "src": "25890:6:44" - }, - { - "kind": "number", - "nativeSrc": "25898:4:44", - "nodeType": "YulLiteral", - "src": "25898:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25886:3:44", - "nodeType": "YulIdentifier", - "src": "25886:3:44" - }, - "nativeSrc": "25886:17:44", - "nodeType": "YulFunctionCall", - "src": "25886:17:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "25880:5:44", - "nodeType": "YulIdentifier", - "src": "25880:5:44" - }, - "nativeSrc": "25880:24:44", - "nodeType": "YulFunctionCall", - "src": "25880:24:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "25864:12:44", - "nodeType": "YulTypedName", - "src": "25864:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "25953:12:44", - "nodeType": "YulIdentifier", - "src": "25953:12:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "25971:9:44", - "nodeType": "YulIdentifier", - "src": "25971:9:44" - }, - { - "kind": "number", - "nativeSrc": "25982:4:44", - "nodeType": "YulLiteral", - "src": "25982:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "25967:3:44", - "nodeType": "YulIdentifier", - "src": "25967:3:44" - }, - "nativeSrc": "25967:20:44", - "nodeType": "YulFunctionCall", - "src": "25967:20:44" - } - ], - "functionName": { - "name": "abi_encode_struct_RevocationRequestData", - "nativeSrc": "25913:39:44", - "nodeType": "YulIdentifier", - "src": "25913:39:44" - }, - "nativeSrc": "25913:75:44", - "nodeType": "YulFunctionCall", - "src": "25913:75:44" - }, - "nativeSrc": "25913:75:44", - "nodeType": "YulExpressionStatement", - "src": "25913:75:44" - } - ] - }, - "name": "abi_encode_tuple_t_struct$_RevocationRequest_$2100_memory_ptr__to_t_struct$_RevocationRequest_$2100_memory_ptr__fromStack_reversed", - "nativeSrc": "25603:391:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "25743:9:44", - "nodeType": "YulTypedName", - "src": "25743:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "25754:6:44", - "nodeType": "YulTypedName", - "src": "25754:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "25765:4:44", - "nodeType": "YulTypedName", - "src": "25765:4:44", - "type": "" - } - ], - "src": "25603:391:44" - }, - { - "body": { - "nativeSrc": "26238:368:44", - "nodeType": "YulBlock", - "src": "26238:368:44", - "statements": [ - { - "nativeSrc": "26248:27:44", - "nodeType": "YulAssignment", - "src": "26248:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26260:9:44", - "nodeType": "YulIdentifier", - "src": "26260:9:44" - }, - { - "kind": "number", - "nativeSrc": "26271:3:44", - "nodeType": "YulLiteral", - "src": "26271:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26256:3:44", - "nodeType": "YulIdentifier", - "src": "26256:3:44" - }, - "nativeSrc": "26256:19:44", - "nodeType": "YulFunctionCall", - "src": "26256:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "26248:4:44", - "nodeType": "YulIdentifier", - "src": "26248:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26291:9:44", - "nodeType": "YulIdentifier", - "src": "26291:9:44" - }, - { - "name": "value0", - "nativeSrc": "26302:6:44", - "nodeType": "YulIdentifier", - "src": "26302:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26284:6:44", - "nodeType": "YulIdentifier", - "src": "26284:6:44" - }, - "nativeSrc": "26284:25:44", - "nodeType": "YulFunctionCall", - "src": "26284:25:44" - }, - "nativeSrc": "26284:25:44", - "nodeType": "YulExpressionStatement", - "src": "26284:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26329:9:44", - "nodeType": "YulIdentifier", - "src": "26329:9:44" - }, - { - "kind": "number", - "nativeSrc": "26340:2:44", - "nodeType": "YulLiteral", - "src": "26340:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26325:3:44", - "nodeType": "YulIdentifier", - "src": "26325:3:44" - }, - "nativeSrc": "26325:18:44", - "nodeType": "YulFunctionCall", - "src": "26325:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "26349:6:44", - "nodeType": "YulIdentifier", - "src": "26349:6:44" - }, - { - "kind": "number", - "nativeSrc": "26357:42:44", - "nodeType": "YulLiteral", - "src": "26357:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "26345:3:44", - "nodeType": "YulIdentifier", - "src": "26345:3:44" - }, - "nativeSrc": "26345:55:44", - "nodeType": "YulFunctionCall", - "src": "26345:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26318:6:44", - "nodeType": "YulIdentifier", - "src": "26318:6:44" - }, - "nativeSrc": "26318:83:44", - "nodeType": "YulFunctionCall", - "src": "26318:83:44" - }, - "nativeSrc": "26318:83:44", - "nodeType": "YulExpressionStatement", - "src": "26318:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26421:9:44", - "nodeType": "YulIdentifier", - "src": "26421:9:44" - }, - { - "kind": "number", - "nativeSrc": "26432:2:44", - "nodeType": "YulLiteral", - "src": "26432:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26417:3:44", - "nodeType": "YulIdentifier", - "src": "26417:3:44" - }, - "nativeSrc": "26417:18:44", - "nodeType": "YulFunctionCall", - "src": "26417:18:44" - }, - { - "name": "value2", - "nativeSrc": "26437:6:44", - "nodeType": "YulIdentifier", - "src": "26437:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26410:6:44", - "nodeType": "YulIdentifier", - "src": "26410:6:44" - }, - "nativeSrc": "26410:34:44", - "nodeType": "YulFunctionCall", - "src": "26410:34:44" - }, - "nativeSrc": "26410:34:44", - "nodeType": "YulExpressionStatement", - "src": "26410:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26464:9:44", - "nodeType": "YulIdentifier", - "src": "26464:9:44" - }, - { - "kind": "number", - "nativeSrc": "26475:2:44", - "nodeType": "YulLiteral", - "src": "26475:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26460:3:44", - "nodeType": "YulIdentifier", - "src": "26460:3:44" - }, - "nativeSrc": "26460:18:44", - "nodeType": "YulFunctionCall", - "src": "26460:18:44" - }, - { - "name": "value3", - "nativeSrc": "26480:6:44", - "nodeType": "YulIdentifier", - "src": "26480:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26453:6:44", - "nodeType": "YulIdentifier", - "src": "26453:6:44" - }, - "nativeSrc": "26453:34:44", - "nodeType": "YulFunctionCall", - "src": "26453:34:44" - }, - "nativeSrc": "26453:34:44", - "nodeType": "YulExpressionStatement", - "src": "26453:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26507:9:44", - "nodeType": "YulIdentifier", - "src": "26507:9:44" - }, - { - "kind": "number", - "nativeSrc": "26518:3:44", - "nodeType": "YulLiteral", - "src": "26518:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26503:3:44", - "nodeType": "YulIdentifier", - "src": "26503:3:44" - }, - "nativeSrc": "26503:19:44", - "nodeType": "YulFunctionCall", - "src": "26503:19:44" - }, - { - "name": "value4", - "nativeSrc": "26524:6:44", - "nodeType": "YulIdentifier", - "src": "26524:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26496:6:44", - "nodeType": "YulIdentifier", - "src": "26496:6:44" - }, - "nativeSrc": "26496:35:44", - "nodeType": "YulFunctionCall", - "src": "26496:35:44" - }, - "nativeSrc": "26496:35:44", - "nodeType": "YulExpressionStatement", - "src": "26496:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26551:9:44", - "nodeType": "YulIdentifier", - "src": "26551:9:44" - }, - { - "kind": "number", - "nativeSrc": "26562:3:44", - "nodeType": "YulLiteral", - "src": "26562:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26547:3:44", - "nodeType": "YulIdentifier", - "src": "26547:3:44" - }, - "nativeSrc": "26547:19:44", - "nodeType": "YulFunctionCall", - "src": "26547:19:44" - }, - { - "arguments": [ - { - "name": "value5", - "nativeSrc": "26572:6:44", - "nodeType": "YulIdentifier", - "src": "26572:6:44" - }, - { - "kind": "number", - "nativeSrc": "26580:18:44", - "nodeType": "YulLiteral", - "src": "26580:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "26568:3:44", - "nodeType": "YulIdentifier", - "src": "26568:3:44" - }, - "nativeSrc": "26568:31:44", - "nodeType": "YulFunctionCall", - "src": "26568:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "26540:6:44", - "nodeType": "YulIdentifier", - "src": "26540:6:44" - }, - "nativeSrc": "26540:60:44", - "nodeType": "YulFunctionCall", - "src": "26540:60:44" - }, - "nativeSrc": "26540:60:44", - "nodeType": "YulExpressionStatement", - "src": "26540:60:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed", - "nativeSrc": "25999:607:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "26167:9:44", - "nodeType": "YulTypedName", - "src": "26167:9:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "26178:6:44", - "nodeType": "YulTypedName", - "src": "26178:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "26186:6:44", - "nodeType": "YulTypedName", - "src": "26186:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "26194:6:44", - "nodeType": "YulTypedName", - "src": "26194:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "26202:6:44", - "nodeType": "YulTypedName", - "src": "26202:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "26210:6:44", - "nodeType": "YulTypedName", - "src": "26210:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "26218:6:44", - "nodeType": "YulTypedName", - "src": "26218:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "26229:4:44", - "nodeType": "YulTypedName", - "src": "26229:4:44", - "type": "" - } - ], - "src": "25999:607:44" - }, - { - "body": { - "nativeSrc": "26954:634:44", - "nodeType": "YulBlock", - "src": "26954:634:44", - "statements": [ - { - "nativeSrc": "26964:27:44", - "nodeType": "YulAssignment", - "src": "26964:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "26976:9:44", - "nodeType": "YulIdentifier", - "src": "26976:9:44" - }, - { - "kind": "number", - "nativeSrc": "26987:3:44", - "nodeType": "YulLiteral", - "src": "26987:3:44", - "type": "", - "value": "320" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "26972:3:44", - "nodeType": "YulIdentifier", - "src": "26972:3:44" - }, - "nativeSrc": "26972:19:44", - "nodeType": "YulFunctionCall", - "src": "26972:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "26964:4:44", - "nodeType": "YulIdentifier", - "src": "26964:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27007:9:44", - "nodeType": "YulIdentifier", - "src": "27007:9:44" - }, - { - "name": "value0", - "nativeSrc": "27018:6:44", - "nodeType": "YulIdentifier", - "src": "27018:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27000:6:44", - "nodeType": "YulIdentifier", - "src": "27000:6:44" - }, - "nativeSrc": "27000:25:44", - "nodeType": "YulFunctionCall", - "src": "27000:25:44" - }, - "nativeSrc": "27000:25:44", - "nodeType": "YulExpressionStatement", - "src": "27000:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27045:9:44", - "nodeType": "YulIdentifier", - "src": "27045:9:44" - }, - { - "kind": "number", - "nativeSrc": "27056:2:44", - "nodeType": "YulLiteral", - "src": "27056:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27041:3:44", - "nodeType": "YulIdentifier", - "src": "27041:3:44" - }, - "nativeSrc": "27041:18:44", - "nodeType": "YulFunctionCall", - "src": "27041:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "27065:6:44", - "nodeType": "YulIdentifier", - "src": "27065:6:44" - }, - { - "kind": "number", - "nativeSrc": "27073:42:44", - "nodeType": "YulLiteral", - "src": "27073:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27061:3:44", - "nodeType": "YulIdentifier", - "src": "27061:3:44" - }, - "nativeSrc": "27061:55:44", - "nodeType": "YulFunctionCall", - "src": "27061:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27034:6:44", - "nodeType": "YulIdentifier", - "src": "27034:6:44" - }, - "nativeSrc": "27034:83:44", - "nodeType": "YulFunctionCall", - "src": "27034:83:44" - }, - "nativeSrc": "27034:83:44", - "nodeType": "YulExpressionStatement", - "src": "27034:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27137:9:44", - "nodeType": "YulIdentifier", - "src": "27137:9:44" - }, - { - "kind": "number", - "nativeSrc": "27148:2:44", - "nodeType": "YulLiteral", - "src": "27148:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27133:3:44", - "nodeType": "YulIdentifier", - "src": "27133:3:44" - }, - "nativeSrc": "27133:18:44", - "nodeType": "YulFunctionCall", - "src": "27133:18:44" - }, - { - "name": "value2", - "nativeSrc": "27153:6:44", - "nodeType": "YulIdentifier", - "src": "27153:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27126:6:44", - "nodeType": "YulIdentifier", - "src": "27126:6:44" - }, - "nativeSrc": "27126:34:44", - "nodeType": "YulFunctionCall", - "src": "27126:34:44" - }, - "nativeSrc": "27126:34:44", - "nodeType": "YulExpressionStatement", - "src": "27126:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27180:9:44", - "nodeType": "YulIdentifier", - "src": "27180:9:44" - }, - { - "kind": "number", - "nativeSrc": "27191:2:44", - "nodeType": "YulLiteral", - "src": "27191:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27176:3:44", - "nodeType": "YulIdentifier", - "src": "27176:3:44" - }, - "nativeSrc": "27176:18:44", - "nodeType": "YulFunctionCall", - "src": "27176:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "27200:6:44", - "nodeType": "YulIdentifier", - "src": "27200:6:44" - }, - { - "kind": "number", - "nativeSrc": "27208:42:44", - "nodeType": "YulLiteral", - "src": "27208:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27196:3:44", - "nodeType": "YulIdentifier", - "src": "27196:3:44" - }, - "nativeSrc": "27196:55:44", - "nodeType": "YulFunctionCall", - "src": "27196:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27169:6:44", - "nodeType": "YulIdentifier", - "src": "27169:6:44" - }, - "nativeSrc": "27169:83:44", - "nodeType": "YulFunctionCall", - "src": "27169:83:44" - }, - "nativeSrc": "27169:83:44", - "nodeType": "YulExpressionStatement", - "src": "27169:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27272:9:44", - "nodeType": "YulIdentifier", - "src": "27272:9:44" - }, - { - "kind": "number", - "nativeSrc": "27283:3:44", - "nodeType": "YulLiteral", - "src": "27283:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27268:3:44", - "nodeType": "YulIdentifier", - "src": "27268:3:44" - }, - "nativeSrc": "27268:19:44", - "nodeType": "YulFunctionCall", - "src": "27268:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "27293:6:44", - "nodeType": "YulIdentifier", - "src": "27293:6:44" - }, - { - "kind": "number", - "nativeSrc": "27301:18:44", - "nodeType": "YulLiteral", - "src": "27301:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27289:3:44", - "nodeType": "YulIdentifier", - "src": "27289:3:44" - }, - "nativeSrc": "27289:31:44", - "nodeType": "YulFunctionCall", - "src": "27289:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27261:6:44", - "nodeType": "YulIdentifier", - "src": "27261:6:44" - }, - "nativeSrc": "27261:60:44", - "nodeType": "YulFunctionCall", - "src": "27261:60:44" - }, - "nativeSrc": "27261:60:44", - "nodeType": "YulExpressionStatement", - "src": "27261:60:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27341:9:44", - "nodeType": "YulIdentifier", - "src": "27341:9:44" - }, - { - "kind": "number", - "nativeSrc": "27352:3:44", - "nodeType": "YulLiteral", - "src": "27352:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27337:3:44", - "nodeType": "YulIdentifier", - "src": "27337:3:44" - }, - "nativeSrc": "27337:19:44", - "nodeType": "YulFunctionCall", - "src": "27337:19:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value5", - "nativeSrc": "27372:6:44", - "nodeType": "YulIdentifier", - "src": "27372:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "27365:6:44", - "nodeType": "YulIdentifier", - "src": "27365:6:44" - }, - "nativeSrc": "27365:14:44", - "nodeType": "YulFunctionCall", - "src": "27365:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "27358:6:44", - "nodeType": "YulIdentifier", - "src": "27358:6:44" - }, - "nativeSrc": "27358:22:44", - "nodeType": "YulFunctionCall", - "src": "27358:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27330:6:44", - "nodeType": "YulIdentifier", - "src": "27330:6:44" - }, - "nativeSrc": "27330:51:44", - "nodeType": "YulFunctionCall", - "src": "27330:51:44" - }, - "nativeSrc": "27330:51:44", - "nodeType": "YulExpressionStatement", - "src": "27330:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27401:9:44", - "nodeType": "YulIdentifier", - "src": "27401:9:44" - }, - { - "kind": "number", - "nativeSrc": "27412:3:44", - "nodeType": "YulLiteral", - "src": "27412:3:44", - "type": "", - "value": "192" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27397:3:44", - "nodeType": "YulIdentifier", - "src": "27397:3:44" - }, - "nativeSrc": "27397:19:44", - "nodeType": "YulFunctionCall", - "src": "27397:19:44" - }, - { - "name": "value6", - "nativeSrc": "27418:6:44", - "nodeType": "YulIdentifier", - "src": "27418:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27390:6:44", - "nodeType": "YulIdentifier", - "src": "27390:6:44" - }, - "nativeSrc": "27390:35:44", - "nodeType": "YulFunctionCall", - "src": "27390:35:44" - }, - "nativeSrc": "27390:35:44", - "nodeType": "YulExpressionStatement", - "src": "27390:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27445:9:44", - "nodeType": "YulIdentifier", - "src": "27445:9:44" - }, - { - "kind": "number", - "nativeSrc": "27456:3:44", - "nodeType": "YulLiteral", - "src": "27456:3:44", - "type": "", - "value": "224" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27441:3:44", - "nodeType": "YulIdentifier", - "src": "27441:3:44" - }, - "nativeSrc": "27441:19:44", - "nodeType": "YulFunctionCall", - "src": "27441:19:44" - }, - { - "name": "value7", - "nativeSrc": "27462:6:44", - "nodeType": "YulIdentifier", - "src": "27462:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27434:6:44", - "nodeType": "YulIdentifier", - "src": "27434:6:44" - }, - "nativeSrc": "27434:35:44", - "nodeType": "YulFunctionCall", - "src": "27434:35:44" - }, - "nativeSrc": "27434:35:44", - "nodeType": "YulExpressionStatement", - "src": "27434:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27489:9:44", - "nodeType": "YulIdentifier", - "src": "27489:9:44" - }, - { - "kind": "number", - "nativeSrc": "27500:3:44", - "nodeType": "YulLiteral", - "src": "27500:3:44", - "type": "", - "value": "256" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27485:3:44", - "nodeType": "YulIdentifier", - "src": "27485:3:44" - }, - "nativeSrc": "27485:19:44", - "nodeType": "YulFunctionCall", - "src": "27485:19:44" - }, - { - "name": "value8", - "nativeSrc": "27506:6:44", - "nodeType": "YulIdentifier", - "src": "27506:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27478:6:44", - "nodeType": "YulIdentifier", - "src": "27478:6:44" - }, - "nativeSrc": "27478:35:44", - "nodeType": "YulFunctionCall", - "src": "27478:35:44" - }, - "nativeSrc": "27478:35:44", - "nodeType": "YulExpressionStatement", - "src": "27478:35:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "27533:9:44", - "nodeType": "YulIdentifier", - "src": "27533:9:44" - }, - { - "kind": "number", - "nativeSrc": "27544:3:44", - "nodeType": "YulLiteral", - "src": "27544:3:44", - "type": "", - "value": "288" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "27529:3:44", - "nodeType": "YulIdentifier", - "src": "27529:3:44" - }, - "nativeSrc": "27529:19:44", - "nodeType": "YulFunctionCall", - "src": "27529:19:44" - }, - { - "arguments": [ - { - "name": "value9", - "nativeSrc": "27554:6:44", - "nodeType": "YulIdentifier", - "src": "27554:6:44" - }, - { - "kind": "number", - "nativeSrc": "27562:18:44", - "nodeType": "YulLiteral", - "src": "27562:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27550:3:44", - "nodeType": "YulIdentifier", - "src": "27550:3:44" - }, - "nativeSrc": "27550:31:44", - "nodeType": "YulFunctionCall", - "src": "27550:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27522:6:44", - "nodeType": "YulIdentifier", - "src": "27522:6:44" - }, - "nativeSrc": "27522:60:44", - "nodeType": "YulFunctionCall", - "src": "27522:60:44" - }, - "nativeSrc": "27522:60:44", - "nodeType": "YulExpressionStatement", - "src": "27522:60:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed", - "nativeSrc": "26611:977:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "26851:9:44", - "nodeType": "YulTypedName", - "src": "26851:9:44", - "type": "" - }, - { - "name": "value9", - "nativeSrc": "26862:6:44", - "nodeType": "YulTypedName", - "src": "26862:6:44", - "type": "" - }, - { - "name": "value8", - "nativeSrc": "26870:6:44", - "nodeType": "YulTypedName", - "src": "26870:6:44", - "type": "" - }, - { - "name": "value7", - "nativeSrc": "26878:6:44", - "nodeType": "YulTypedName", - "src": "26878:6:44", - "type": "" - }, - { - "name": "value6", - "nativeSrc": "26886:6:44", - "nodeType": "YulTypedName", - "src": "26886:6:44", - "type": "" - }, - { - "name": "value5", - "nativeSrc": "26894:6:44", - "nodeType": "YulTypedName", - "src": "26894:6:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "26902:6:44", - "nodeType": "YulTypedName", - "src": "26902:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "26910:6:44", - "nodeType": "YulTypedName", - "src": "26910:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "26918:6:44", - "nodeType": "YulTypedName", - "src": "26918:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "26926:6:44", - "nodeType": "YulTypedName", - "src": "26926:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "26934:6:44", - "nodeType": "YulTypedName", - "src": "26934:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "26945:4:44", - "nodeType": "YulTypedName", - "src": "26945:4:44", - "type": "" - } - ], - "src": "26611:977:44" - }, - { - "body": { - "nativeSrc": "27625:152:44", - "nodeType": "YulBlock", - "src": "27625:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "27642:1:44", - "nodeType": "YulLiteral", - "src": "27642:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "27645:77:44", - "nodeType": "YulLiteral", - "src": "27645:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27635:6:44", - "nodeType": "YulIdentifier", - "src": "27635:6:44" - }, - "nativeSrc": "27635:88:44", - "nodeType": "YulFunctionCall", - "src": "27635:88:44" - }, - "nativeSrc": "27635:88:44", - "nodeType": "YulExpressionStatement", - "src": "27635:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "27739:1:44", - "nodeType": "YulLiteral", - "src": "27739:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "27742:4:44", - "nodeType": "YulLiteral", - "src": "27742:4:44", - "type": "", - "value": "0x12" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27732:6:44", - "nodeType": "YulIdentifier", - "src": "27732:6:44" - }, - "nativeSrc": "27732:15:44", - "nodeType": "YulFunctionCall", - "src": "27732:15:44" - }, - "nativeSrc": "27732:15:44", - "nodeType": "YulExpressionStatement", - "src": "27732:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "27763:1:44", - "nodeType": "YulLiteral", - "src": "27763:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "27766:4:44", - "nodeType": "YulLiteral", - "src": "27766:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "27756:6:44", - "nodeType": "YulIdentifier", - "src": "27756:6:44" - }, - "nativeSrc": "27756:15:44", - "nodeType": "YulFunctionCall", - "src": "27756:15:44" - }, - "nativeSrc": "27756:15:44", - "nodeType": "YulExpressionStatement", - "src": "27756:15:44" - } - ] - }, - "name": "panic_error_0x12", - "nativeSrc": "27593:184:44", - "nodeType": "YulFunctionDefinition", - "src": "27593:184:44" - }, - { - "body": { - "nativeSrc": "27953:219:44", - "nodeType": "YulBlock", - "src": "27953:219:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "27970:3:44", - "nodeType": "YulIdentifier", - "src": "27970:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "27983:3:44", - "nodeType": "YulLiteral", - "src": "27983:3:44", - "type": "", - "value": "248" - }, - { - "name": "value0", - "nativeSrc": "27988:6:44", - "nodeType": "YulIdentifier", - "src": "27988:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "27979:3:44", - "nodeType": "YulIdentifier", - "src": "27979:3:44" - }, - "nativeSrc": "27979:16:44", - "nodeType": "YulFunctionCall", - "src": "27979:16:44" - }, - { - "kind": "number", - "nativeSrc": "27997:66:44", - "nodeType": "YulLiteral", - "src": "27997:66:44", - "type": "", - "value": "0xff00000000000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "27975:3:44", - "nodeType": "YulIdentifier", - "src": "27975:3:44" - }, - "nativeSrc": "27975:89:44", - "nodeType": "YulFunctionCall", - "src": "27975:89:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "27963:6:44", - "nodeType": "YulIdentifier", - "src": "27963:6:44" - }, - "nativeSrc": "27963:102:44", - "nodeType": "YulFunctionCall", - "src": "27963:102:44" - }, - "nativeSrc": "27963:102:44", - "nodeType": "YulExpressionStatement", - "src": "27963:102:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28085:3:44", - "nodeType": "YulIdentifier", - "src": "28085:3:44" - }, - { - "kind": "number", - "nativeSrc": "28090:1:44", - "nodeType": "YulLiteral", - "src": "28090:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28081:3:44", - "nodeType": "YulIdentifier", - "src": "28081:3:44" - }, - "nativeSrc": "28081:11:44", - "nodeType": "YulFunctionCall", - "src": "28081:11:44" - }, - { - "name": "value1", - "nativeSrc": "28094:6:44", - "nodeType": "YulIdentifier", - "src": "28094:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28074:6:44", - "nodeType": "YulIdentifier", - "src": "28074:6:44" - }, - "nativeSrc": "28074:27:44", - "nodeType": "YulFunctionCall", - "src": "28074:27:44" - }, - "nativeSrc": "28074:27:44", - "nodeType": "YulExpressionStatement", - "src": "28074:27:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28121:3:44", - "nodeType": "YulIdentifier", - "src": "28121:3:44" - }, - { - "kind": "number", - "nativeSrc": "28126:2:44", - "nodeType": "YulLiteral", - "src": "28126:2:44", - "type": "", - "value": "33" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28117:3:44", - "nodeType": "YulIdentifier", - "src": "28117:3:44" - }, - "nativeSrc": "28117:12:44", - "nodeType": "YulFunctionCall", - "src": "28117:12:44" - }, - { - "name": "value2", - "nativeSrc": "28131:6:44", - "nodeType": "YulIdentifier", - "src": "28131:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28110:6:44", - "nodeType": "YulIdentifier", - "src": "28110:6:44" - }, - "nativeSrc": "28110:28:44", - "nodeType": "YulFunctionCall", - "src": "28110:28:44" - }, - "nativeSrc": "28110:28:44", - "nodeType": "YulExpressionStatement", - "src": "28110:28:44" - }, - { - "nativeSrc": "28147:19:44", - "nodeType": "YulAssignment", - "src": "28147:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28158:3:44", - "nodeType": "YulIdentifier", - "src": "28158:3:44" - }, - { - "kind": "number", - "nativeSrc": "28163:2:44", - "nodeType": "YulLiteral", - "src": "28163:2:44", - "type": "", - "value": "65" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28154:3:44", - "nodeType": "YulIdentifier", - "src": "28154:3:44" - }, - "nativeSrc": "28154:12:44", - "nodeType": "YulFunctionCall", - "src": "28154:12:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "28147:3:44", - "nodeType": "YulIdentifier", - "src": "28147:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_uint8_t_bytes32_t_bytes32__to_t_uint8_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "27782:390:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "27913:3:44", - "nodeType": "YulTypedName", - "src": "27913:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "27918:6:44", - "nodeType": "YulTypedName", - "src": "27918:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "27926:6:44", - "nodeType": "YulTypedName", - "src": "27926:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "27934:6:44", - "nodeType": "YulTypedName", - "src": "27934:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "27945:3:44", - "nodeType": "YulTypedName", - "src": "27945:3:44", - "type": "" - } - ], - "src": "27782:390:44" - }, - { - "body": { - "nativeSrc": "28314:150:44", - "nodeType": "YulBlock", - "src": "28314:150:44", - "statements": [ - { - "nativeSrc": "28324:27:44", - "nodeType": "YulVariableDeclaration", - "src": "28324:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "28344:6:44", - "nodeType": "YulIdentifier", - "src": "28344:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "28338:5:44", - "nodeType": "YulIdentifier", - "src": "28338:5:44" - }, - "nativeSrc": "28338:13:44", - "nodeType": "YulFunctionCall", - "src": "28338:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "28328:6:44", - "nodeType": "YulTypedName", - "src": "28328:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "28399:6:44", - "nodeType": "YulIdentifier", - "src": "28399:6:44" - }, - { - "kind": "number", - "nativeSrc": "28407:4:44", - "nodeType": "YulLiteral", - "src": "28407:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28395:3:44", - "nodeType": "YulIdentifier", - "src": "28395:3:44" - }, - "nativeSrc": "28395:17:44", - "nodeType": "YulFunctionCall", - "src": "28395:17:44" - }, - { - "name": "pos", - "nativeSrc": "28414:3:44", - "nodeType": "YulIdentifier", - "src": "28414:3:44" - }, - { - "name": "length", - "nativeSrc": "28419:6:44", - "nodeType": "YulIdentifier", - "src": "28419:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "28360:34:44", - "nodeType": "YulIdentifier", - "src": "28360:34:44" - }, - "nativeSrc": "28360:66:44", - "nodeType": "YulFunctionCall", - "src": "28360:66:44" - }, - "nativeSrc": "28360:66:44", - "nodeType": "YulExpressionStatement", - "src": "28360:66:44" - }, - { - "nativeSrc": "28435:23:44", - "nodeType": "YulAssignment", - "src": "28435:23:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "28446:3:44", - "nodeType": "YulIdentifier", - "src": "28446:3:44" - }, - { - "name": "length", - "nativeSrc": "28451:6:44", - "nodeType": "YulIdentifier", - "src": "28451:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28442:3:44", - "nodeType": "YulIdentifier", - "src": "28442:3:44" - }, - "nativeSrc": "28442:16:44", - "nodeType": "YulFunctionCall", - "src": "28442:16:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "28435:3:44", - "nodeType": "YulIdentifier", - "src": "28435:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "28177:287:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "28290:3:44", - "nodeType": "YulTypedName", - "src": "28290:3:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "28295:6:44", - "nodeType": "YulTypedName", - "src": "28295:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "28306:3:44", - "nodeType": "YulTypedName", - "src": "28306:3:44", - "type": "" - } - ], - "src": "28177:287:44" - }, - { - "body": { - "nativeSrc": "28682:299:44", - "nodeType": "YulBlock", - "src": "28682:299:44", - "statements": [ - { - "nativeSrc": "28692:27:44", - "nodeType": "YulAssignment", - "src": "28692:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28704:9:44", - "nodeType": "YulIdentifier", - "src": "28704:9:44" - }, - { - "kind": "number", - "nativeSrc": "28715:3:44", - "nodeType": "YulLiteral", - "src": "28715:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28700:3:44", - "nodeType": "YulIdentifier", - "src": "28700:3:44" - }, - "nativeSrc": "28700:19:44", - "nodeType": "YulFunctionCall", - "src": "28700:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "28692:4:44", - "nodeType": "YulIdentifier", - "src": "28692:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28735:9:44", - "nodeType": "YulIdentifier", - "src": "28735:9:44" - }, - { - "name": "value0", - "nativeSrc": "28746:6:44", - "nodeType": "YulIdentifier", - "src": "28746:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28728:6:44", - "nodeType": "YulIdentifier", - "src": "28728:6:44" - }, - "nativeSrc": "28728:25:44", - "nodeType": "YulFunctionCall", - "src": "28728:25:44" - }, - "nativeSrc": "28728:25:44", - "nodeType": "YulExpressionStatement", - "src": "28728:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28773:9:44", - "nodeType": "YulIdentifier", - "src": "28773:9:44" - }, - { - "kind": "number", - "nativeSrc": "28784:2:44", - "nodeType": "YulLiteral", - "src": "28784:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28769:3:44", - "nodeType": "YulIdentifier", - "src": "28769:3:44" - }, - "nativeSrc": "28769:18:44", - "nodeType": "YulFunctionCall", - "src": "28769:18:44" - }, - { - "name": "value1", - "nativeSrc": "28789:6:44", - "nodeType": "YulIdentifier", - "src": "28789:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28762:6:44", - "nodeType": "YulIdentifier", - "src": "28762:6:44" - }, - "nativeSrc": "28762:34:44", - "nodeType": "YulFunctionCall", - "src": "28762:34:44" - }, - "nativeSrc": "28762:34:44", - "nodeType": "YulExpressionStatement", - "src": "28762:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28816:9:44", - "nodeType": "YulIdentifier", - "src": "28816:9:44" - }, - { - "kind": "number", - "nativeSrc": "28827:2:44", - "nodeType": "YulLiteral", - "src": "28827:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28812:3:44", - "nodeType": "YulIdentifier", - "src": "28812:3:44" - }, - "nativeSrc": "28812:18:44", - "nodeType": "YulFunctionCall", - "src": "28812:18:44" - }, - { - "name": "value2", - "nativeSrc": "28832:6:44", - "nodeType": "YulIdentifier", - "src": "28832:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28805:6:44", - "nodeType": "YulIdentifier", - "src": "28805:6:44" - }, - "nativeSrc": "28805:34:44", - "nodeType": "YulFunctionCall", - "src": "28805:34:44" - }, - "nativeSrc": "28805:34:44", - "nodeType": "YulExpressionStatement", - "src": "28805:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28859:9:44", - "nodeType": "YulIdentifier", - "src": "28859:9:44" - }, - { - "kind": "number", - "nativeSrc": "28870:2:44", - "nodeType": "YulLiteral", - "src": "28870:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28855:3:44", - "nodeType": "YulIdentifier", - "src": "28855:3:44" - }, - "nativeSrc": "28855:18:44", - "nodeType": "YulFunctionCall", - "src": "28855:18:44" - }, - { - "name": "value3", - "nativeSrc": "28875:6:44", - "nodeType": "YulIdentifier", - "src": "28875:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28848:6:44", - "nodeType": "YulIdentifier", - "src": "28848:6:44" - }, - "nativeSrc": "28848:34:44", - "nodeType": "YulFunctionCall", - "src": "28848:34:44" - }, - "nativeSrc": "28848:34:44", - "nodeType": "YulExpressionStatement", - "src": "28848:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "28902:9:44", - "nodeType": "YulIdentifier", - "src": "28902:9:44" - }, - { - "kind": "number", - "nativeSrc": "28913:3:44", - "nodeType": "YulLiteral", - "src": "28913:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "28898:3:44", - "nodeType": "YulIdentifier", - "src": "28898:3:44" - }, - "nativeSrc": "28898:19:44", - "nodeType": "YulFunctionCall", - "src": "28898:19:44" - }, - { - "arguments": [ - { - "name": "value4", - "nativeSrc": "28923:6:44", - "nodeType": "YulIdentifier", - "src": "28923:6:44" - }, - { - "kind": "number", - "nativeSrc": "28931:42:44", - "nodeType": "YulLiteral", - "src": "28931:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "28919:3:44", - "nodeType": "YulIdentifier", - "src": "28919:3:44" - }, - "nativeSrc": "28919:55:44", - "nodeType": "YulFunctionCall", - "src": "28919:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "28891:6:44", - "nodeType": "YulIdentifier", - "src": "28891:6:44" - }, - "nativeSrc": "28891:84:44", - "nodeType": "YulFunctionCall", - "src": "28891:84:44" - }, - "nativeSrc": "28891:84:44", - "nodeType": "YulExpressionStatement", - "src": "28891:84:44" - } - ] - }, - "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", - "nativeSrc": "28469:512:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "28619:9:44", - "nodeType": "YulTypedName", - "src": "28619:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "28630:6:44", - "nodeType": "YulTypedName", - "src": "28630:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "28638:6:44", - "nodeType": "YulTypedName", - "src": "28638:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "28646:6:44", - "nodeType": "YulTypedName", - "src": "28646:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "28654:6:44", - "nodeType": "YulTypedName", - "src": "28654:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "28662:6:44", - "nodeType": "YulTypedName", - "src": "28662:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "28673:4:44", - "nodeType": "YulTypedName", - "src": "28673:4:44", - "type": "" - } - ], - "src": "28469:512:44" - }, - { - "body": { - "nativeSrc": "29167:217:44", - "nodeType": "YulBlock", - "src": "29167:217:44", - "statements": [ - { - "nativeSrc": "29177:27:44", - "nodeType": "YulAssignment", - "src": "29177:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29189:9:44", - "nodeType": "YulIdentifier", - "src": "29189:9:44" - }, - { - "kind": "number", - "nativeSrc": "29200:3:44", - "nodeType": "YulLiteral", - "src": "29200:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29185:3:44", - "nodeType": "YulIdentifier", - "src": "29185:3:44" - }, - "nativeSrc": "29185:19:44", - "nodeType": "YulFunctionCall", - "src": "29185:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "29177:4:44", - "nodeType": "YulIdentifier", - "src": "29177:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29220:9:44", - "nodeType": "YulIdentifier", - "src": "29220:9:44" - }, - { - "name": "value0", - "nativeSrc": "29231:6:44", - "nodeType": "YulIdentifier", - "src": "29231:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29213:6:44", - "nodeType": "YulIdentifier", - "src": "29213:6:44" - }, - "nativeSrc": "29213:25:44", - "nodeType": "YulFunctionCall", - "src": "29213:25:44" - }, - "nativeSrc": "29213:25:44", - "nodeType": "YulExpressionStatement", - "src": "29213:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29258:9:44", - "nodeType": "YulIdentifier", - "src": "29258:9:44" - }, - { - "kind": "number", - "nativeSrc": "29269:2:44", - "nodeType": "YulLiteral", - "src": "29269:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29254:3:44", - "nodeType": "YulIdentifier", - "src": "29254:3:44" - }, - "nativeSrc": "29254:18:44", - "nodeType": "YulFunctionCall", - "src": "29254:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "29278:6:44", - "nodeType": "YulIdentifier", - "src": "29278:6:44" - }, - { - "kind": "number", - "nativeSrc": "29286:4:44", - "nodeType": "YulLiteral", - "src": "29286:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "29274:3:44", - "nodeType": "YulIdentifier", - "src": "29274:3:44" - }, - "nativeSrc": "29274:17:44", - "nodeType": "YulFunctionCall", - "src": "29274:17:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29247:6:44", - "nodeType": "YulIdentifier", - "src": "29247:6:44" - }, - "nativeSrc": "29247:45:44", - "nodeType": "YulFunctionCall", - "src": "29247:45:44" - }, - "nativeSrc": "29247:45:44", - "nodeType": "YulExpressionStatement", - "src": "29247:45:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29312:9:44", - "nodeType": "YulIdentifier", - "src": "29312:9:44" - }, - { - "kind": "number", - "nativeSrc": "29323:2:44", - "nodeType": "YulLiteral", - "src": "29323:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29308:3:44", - "nodeType": "YulIdentifier", - "src": "29308:3:44" - }, - "nativeSrc": "29308:18:44", - "nodeType": "YulFunctionCall", - "src": "29308:18:44" - }, - { - "name": "value2", - "nativeSrc": "29328:6:44", - "nodeType": "YulIdentifier", - "src": "29328:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29301:6:44", - "nodeType": "YulIdentifier", - "src": "29301:6:44" - }, - "nativeSrc": "29301:34:44", - "nodeType": "YulFunctionCall", - "src": "29301:34:44" - }, - "nativeSrc": "29301:34:44", - "nodeType": "YulExpressionStatement", - "src": "29301:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29355:9:44", - "nodeType": "YulIdentifier", - "src": "29355:9:44" - }, - { - "kind": "number", - "nativeSrc": "29366:2:44", - "nodeType": "YulLiteral", - "src": "29366:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29351:3:44", - "nodeType": "YulIdentifier", - "src": "29351:3:44" - }, - "nativeSrc": "29351:18:44", - "nodeType": "YulFunctionCall", - "src": "29351:18:44" - }, - { - "name": "value3", - "nativeSrc": "29371:6:44", - "nodeType": "YulIdentifier", - "src": "29371:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29344:6:44", - "nodeType": "YulIdentifier", - "src": "29344:6:44" - }, - "nativeSrc": "29344:34:44", - "nodeType": "YulFunctionCall", - "src": "29344:34:44" - }, - "nativeSrc": "29344:34:44", - "nodeType": "YulExpressionStatement", - "src": "29344:34:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint8_t_bytes32_t_bytes32__to_t_bytes32_t_uint8_t_bytes32_t_bytes32__fromStack_reversed", - "nativeSrc": "28986:398:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "29112:9:44", - "nodeType": "YulTypedName", - "src": "29112:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "29123:6:44", - "nodeType": "YulTypedName", - "src": "29123:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "29131:6:44", - "nodeType": "YulTypedName", - "src": "29131:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "29139:6:44", - "nodeType": "YulTypedName", - "src": "29139:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "29147:6:44", - "nodeType": "YulTypedName", - "src": "29147:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "29158:4:44", - "nodeType": "YulTypedName", - "src": "29158:4:44", - "type": "" - } - ], - "src": "28986:398:44" - }, - { - "body": { - "nativeSrc": "29421:152:44", - "nodeType": "YulBlock", - "src": "29421:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29438:1:44", - "nodeType": "YulLiteral", - "src": "29438:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29441:77:44", - "nodeType": "YulLiteral", - "src": "29441:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29431:6:44", - "nodeType": "YulIdentifier", - "src": "29431:6:44" - }, - "nativeSrc": "29431:88:44", - "nodeType": "YulFunctionCall", - "src": "29431:88:44" - }, - "nativeSrc": "29431:88:44", - "nodeType": "YulExpressionStatement", - "src": "29431:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29535:1:44", - "nodeType": "YulLiteral", - "src": "29535:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "29538:4:44", - "nodeType": "YulLiteral", - "src": "29538:4:44", - "type": "", - "value": "0x21" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29528:6:44", - "nodeType": "YulIdentifier", - "src": "29528:6:44" - }, - "nativeSrc": "29528:15:44", - "nodeType": "YulFunctionCall", - "src": "29528:15:44" - }, - "nativeSrc": "29528:15:44", - "nodeType": "YulExpressionStatement", - "src": "29528:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "29559:1:44", - "nodeType": "YulLiteral", - "src": "29559:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "29562:4:44", - "nodeType": "YulLiteral", - "src": "29562:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "29552:6:44", - "nodeType": "YulIdentifier", - "src": "29552:6:44" - }, - "nativeSrc": "29552:15:44", - "nodeType": "YulFunctionCall", - "src": "29552:15:44" - }, - "nativeSrc": "29552:15:44", - "nodeType": "YulExpressionStatement", - "src": "29552:15:44" - } - ] - }, - "name": "panic_error_0x21", - "nativeSrc": "29389:184:44", - "nodeType": "YulFunctionDefinition", - "src": "29389:184:44" - }, - { - "body": { - "nativeSrc": "29679:76:44", - "nodeType": "YulBlock", - "src": "29679:76:44", - "statements": [ - { - "nativeSrc": "29689:26:44", - "nodeType": "YulAssignment", - "src": "29689:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29701:9:44", - "nodeType": "YulIdentifier", - "src": "29701:9:44" - }, - { - "kind": "number", - "nativeSrc": "29712:2:44", - "nodeType": "YulLiteral", - "src": "29712:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "29697:3:44", - "nodeType": "YulIdentifier", - "src": "29697:3:44" - }, - "nativeSrc": "29697:18:44", - "nodeType": "YulFunctionCall", - "src": "29697:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "29689:4:44", - "nodeType": "YulIdentifier", - "src": "29689:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "29731:9:44", - "nodeType": "YulIdentifier", - "src": "29731:9:44" - }, - { - "name": "value0", - "nativeSrc": "29742:6:44", - "nodeType": "YulIdentifier", - "src": "29742:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "29724:6:44", - "nodeType": "YulIdentifier", - "src": "29724:6:44" - }, - "nativeSrc": "29724:25:44", - "nodeType": "YulFunctionCall", - "src": "29724:25:44" - }, - "nativeSrc": "29724:25:44", - "nodeType": "YulExpressionStatement", - "src": "29724:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", - "nativeSrc": "29578:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "29648:9:44", - "nodeType": "YulTypedName", - "src": "29648:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "29659:6:44", - "nodeType": "YulTypedName", - "src": "29659:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "29670:4:44", - "nodeType": "YulTypedName", - "src": "29670:4:44", - "type": "" - } - ], - "src": "29578:177:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\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, 0xffffffffffffffffffffffffffffffffffffffff))\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 copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_string(value, pos) -> end\n {\n let length := mload(value)\n mstore(pos, length)\n copy_memory_to_memory_with_cleanup(add(value, 0x20), add(pos, 0x20), length)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_string(value0, add(headStart, 32))\n }\n function abi_decode_tuple_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if slt(sub(dataEnd, _1), 224) { revert(0, 0) }\n value0 := _1\n }\n function abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__to_t_bytes1_t_string_memory_ptr_t_string_memory_ptr_t_uint256_t_address_t_bytes32_t_array$_t_uint256_$dyn_memory_ptr__fromStack_reversed(headStart, value6, value5, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xff00000000000000000000000000000000000000000000000000000000000000))\n mstore(add(headStart, 32), 224)\n let tail_1 := abi_encode_string(value1, add(headStart, 224))\n mstore(add(headStart, 64), sub(tail_1, headStart))\n let tail_2 := abi_encode_string(value2, tail_1)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), and(value4, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 160), value5)\n mstore(add(headStart, 192), sub(tail_2, headStart))\n let pos := tail_2\n let length := mload(value6)\n mstore(tail_2, length)\n pos := add(tail_2, 32)\n let srcPtr := add(value6, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, 32)\n srcPtr := add(srcPtr, 32)\n }\n tail := pos\n }\n function abi_decode_tuple_t_array$_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_MultiDelegatedProxyRevocationRequest_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function abi_encode_tuple_t_array$_t_bytes32_$dyn_memory_ptr__to_t_array$_t_bytes32_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, mload(srcPtr))\n pos := add(pos, 32)\n srcPtr := add(srcPtr, 32)\n }\n tail := pos\n }\n function abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_calldata_ptr(headStart, dataEnd) -> value0\n {\n let _1 := slt(sub(dataEnd, headStart), 256)\n if _1 { revert(0, 0) }\n _1 := 0\n value0 := headStart\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function access_calldata_tail_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(158)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function allocate_memory_4267() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0xa0)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory_4268() -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0xc0)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function array_allocation_size_array_struct_RevocationRequestData_dyn(length) -> size\n {\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n size := add(shl(5, length), 0x20)\n }\n function abi_decode_struct_RevocationRequestData(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x40) { revert(0, 0) }\n let memPtr := 0\n memPtr := mload(0x40)\n let newFreePtr := add(memPtr, 0x40)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(0x40, newFreePtr)\n value := memPtr\n let value_1 := 0\n value_1 := calldataload(headStart)\n mstore(memPtr, value_1)\n let value_2 := 0\n value_2 := calldataload(add(headStart, 32))\n mstore(add(memPtr, 32), value_2)\n }\n function abi_decode_struct_Signature(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x60) { revert(0, 0) }\n let memPtr := 0\n memPtr := mload(64)\n let newFreePtr := add(memPtr, 0x60)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n value := memPtr\n let value_1 := calldataload(headStart)\n if iszero(eq(value_1, and(value_1, 0xff))) { revert(0, 0) }\n mstore(memPtr, value_1)\n let value_2 := 0\n value_2 := calldataload(add(headStart, 32))\n mstore(add(memPtr, 32), value_2)\n let value_3 := 0\n value_3 := calldataload(add(headStart, 64))\n mstore(add(memPtr, 64), value_3)\n }\n function abi_decode_array_struct_Signature_dyn(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := calldataload(offset)\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array_1 := dst\n mstore(dst, length)\n dst := add(dst, 0x20)\n let srcEnd := add(add(offset, mul(length, 0x60)), 0x20)\n if gt(srcEnd, end) { revert(0, 0) }\n let src := add(offset, 0x20)\n for { } lt(src, srcEnd) { src := add(src, 0x60) }\n {\n mstore(dst, abi_decode_struct_Signature(src, end))\n dst := add(dst, 0x20)\n }\n array := array_1\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_uint64(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function convert_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_calldata_ptr_to_t_struct$_MultiDelegatedProxyRevocationRequest_$3008_memory_ptr(value) -> converted\n {\n if slt(sub(calldatasize(), value), 0xa0) { revert(0, 0) }\n let value_1 := allocate_memory_4267()\n let value_2 := 0\n value_2 := calldataload(value)\n mstore(value_1, value_2)\n let offset := calldataload(add(value, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(value, offset)\n if iszero(slt(add(_1, 0x1f), calldatasize())) { revert(0, 0) }\n let length := calldataload(_1)\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array := dst\n mstore(dst, length)\n dst := add(dst, 32)\n let srcEnd := add(add(_1, shl(6, length)), 32)\n if gt(srcEnd, calldatasize()) { revert(0, 0) }\n let src := add(_1, 32)\n for { } lt(src, srcEnd) { src := add(src, 0x40) }\n {\n mstore(dst, abi_decode_struct_RevocationRequestData(src, calldatasize()))\n dst := add(dst, 32)\n }\n mstore(add(value_1, 32), array)\n let offset_1 := calldataload(add(value, 0x40))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value_1, 0x40), abi_decode_array_struct_Signature_dyn(add(value, offset_1), calldatasize()))\n mstore(add(value_1, 96), abi_decode_address(add(value, 96)))\n mstore(add(value_1, 128), abi_decode_uint64(add(value, 128)))\n converted := value_1\n }\n function abi_encode_struct_RevocationRequestData(value, pos)\n {\n mstore(pos, mload(value))\n mstore(add(pos, 0x20), mload(add(value, 0x20)))\n }\n function abi_encode_tuple_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiRevocationRequest_$2122_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let tail_2 := add(add(headStart, shl(5, length)), 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(63)))\n let _1 := mload(srcPtr)\n let tail_3 := add(tail_2, 64)\n mstore(tail_2, mload(_1))\n let memberValue0 := mload(add(_1, 32))\n mstore(add(tail_2, 32), 64)\n let pos_1 := tail_3\n let length_1 := mload(memberValue0)\n mstore(tail_3, length_1)\n pos_1 := add(tail_2, 96)\n let srcPtr_1 := add(memberValue0, 32)\n let i_1 := 0\n for { } lt(i_1, length_1) { i_1 := add(i_1, 1) }\n {\n abi_encode_struct_RevocationRequestData(mload(srcPtr_1), pos_1)\n pos_1 := add(pos_1, 64)\n srcPtr_1 := add(srcPtr_1, 32)\n }\n tail_2 := pos_1\n srcPtr := add(srcPtr, 32)\n pos := add(pos, 32)\n }\n tail := tail_2\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, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function abi_decode_bytes(offset, end) -> array\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n let length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n let array_1 := allocate_memory(add(and(add(length, 0x1f), not(31)), 0x20))\n mstore(array_1, length)\n if gt(add(add(offset, length), 0x20), end) { revert(0, 0) }\n calldatacopy(add(array_1, 0x20), add(offset, 0x20), length)\n mstore(add(add(array_1, length), 0x20), 0)\n array := array_1\n }\n function abi_decode_struct_AttestationRequestData(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0xc0) { revert(0, 0) }\n value := allocate_memory_4268()\n mstore(value, abi_decode_address(headStart))\n mstore(add(value, 32), abi_decode_uint64(add(headStart, 32)))\n let value_1 := calldataload(add(headStart, 64))\n if iszero(eq(value_1, iszero(iszero(value_1)))) { revert(0, 0) }\n mstore(add(value, 64), value_1)\n let value_2 := 0\n value_2 := calldataload(add(headStart, 96))\n mstore(add(value, 96), value_2)\n let offset := calldataload(add(headStart, 128))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value, 128), abi_decode_bytes(add(headStart, offset), end))\n let value_3 := 0\n value_3 := calldataload(add(headStart, 160))\n mstore(add(value, 160), value_3)\n }\n function convert_t_struct$_DelegatedProxyAttestationRequest_$2962_calldata_ptr_to_t_struct$_DelegatedProxyAttestationRequest_$2962_memory_ptr(value) -> converted\n {\n if slt(sub(calldatasize(), value), 0xe0) { revert(0, 0) }\n let value_1 := allocate_memory_4267()\n let value_2 := 0\n value_2 := calldataload(value)\n mstore(value_1, value_2)\n let offset := calldataload(add(value, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n mstore(add(value_1, 32), abi_decode_struct_AttestationRequestData(add(value, offset), calldatasize()))\n mstore(add(value_1, 64), abi_decode_struct_Signature(add(value, 64), calldatasize()))\n mstore(add(value_1, 0x60), abi_decode_address(add(value, 0xa0)))\n mstore(add(value_1, 0x80), abi_decode_uint64(add(value, 192)))\n converted := value_1\n }\n function access_calldata_tail_t_struct$_AttestationRequestData_$2042_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(190)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function convert_t_struct$_AttestationRequestData_$2042_calldata_ptr_to_t_struct$_AttestationRequestData_$2042_memory_ptr(value) -> converted\n {\n converted := abi_decode_struct_AttestationRequestData(value, calldatasize())\n }\n function abi_encode_struct_AttestationRequestData(value, pos) -> end\n {\n mstore(pos, and(mload(value), 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(pos, 0x20), and(mload(add(value, 0x20)), 0xffffffffffffffff))\n mstore(add(pos, 0x40), iszero(iszero(mload(add(value, 0x40)))))\n mstore(add(pos, 0x60), mload(add(value, 0x60)))\n let memberValue0 := mload(add(value, 0x80))\n mstore(add(pos, 0x80), 0xc0)\n let tail := abi_encode_string(memberValue0, add(pos, 0xc0))\n mstore(add(pos, 0xa0), mload(add(value, 0xa0)))\n end := tail\n }\n function abi_encode_tuple_t_struct$_AttestationRequest_$2049_memory_ptr__to_t_struct$_AttestationRequest_$2049_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), mload(value0))\n let memberValue0 := mload(add(value0, 32))\n mstore(add(headStart, 0x40), 0x40)\n tail := abi_encode_struct_AttestationRequestData(memberValue0, add(headStart, 96))\n }\n function abi_decode_tuple_t_bytes32_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := mload(headStart)\n value0 := value\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_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \".\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 1), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 1), \".\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 2), length_2)\n end := add(add(add(_1, length_2), 1), 1)\n }\n function access_calldata_tail_t_struct$_MultiDelegatedProxyAttestationRequest_$2978_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(158)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function access_calldata_tail_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), shl(5, length))) { revert(0, 0) }\n }\n function access_calldata_tail_t_array$_t_struct$_Signature_$27_calldata_ptr_$dyn_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), mul(length, 0x60))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_struct$_Signature_$27_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_struct_Signature(headStart, dataEnd)\n }\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n }\n function convert_array_t_array$_t_struct$_AttestationRequestData_$2042_calldata_ptr_$dyn_calldata_ptr_to_t_array$_t_struct$_AttestationRequestData_$2042_memory_ptr_$dyn_memory_ptr(value, length) -> converted\n {\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array := dst\n mstore(dst, length)\n dst := add(dst, 0x20)\n let srcEnd := add(value, shl(5, length))\n if gt(srcEnd, calldatasize()) { revert(0, 0) }\n let src := value\n for { } lt(src, srcEnd) { src := add(src, 0x20) }\n {\n let innerOffset := calldataload(src)\n if gt(innerOffset, 0xffffffffffffffff) { revert(0, 0) }\n mstore(dst, abi_decode_struct_AttestationRequestData(add(value, innerOffset), calldatasize()))\n dst := add(dst, 0x20)\n }\n converted := array\n }\n function abi_encode_tuple_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_MultiAttestationRequest_$2071_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let tail_2 := add(add(headStart, shl(5, length)), 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(63)))\n let _1 := mload(srcPtr)\n let tail_3 := add(tail_2, 64)\n mstore(tail_2, mload(_1))\n let memberValue0 := mload(add(_1, 32))\n mstore(add(tail_2, 32), 64)\n let pos_1 := tail_3\n let length_1 := mload(memberValue0)\n mstore(tail_3, length_1)\n pos_1 := add(tail_2, 96)\n let tail_4 := add(add(tail_2, shl(5, length_1)), 96)\n let srcPtr_1 := add(memberValue0, 32)\n let i_1 := 0\n for { } lt(i_1, length_1) { i_1 := add(i_1, 1) }\n {\n mstore(pos_1, add(sub(tail_4, tail_2), not(95)))\n tail_4 := abi_encode_struct_AttestationRequestData(mload(srcPtr_1), tail_4)\n srcPtr_1 := add(srcPtr_1, 32)\n pos_1 := add(pos_1, 32)\n }\n tail_2 := tail_4\n srcPtr := add(srcPtr, 32)\n pos := add(pos, 32)\n }\n tail := tail_2\n }\n function abi_decode_tuple_t_array$_t_bytes32_$dyn_memory_ptr_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := mload(headStart)\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 let length := mload(_1)\n let dst := allocate_memory(array_allocation_size_array_struct_RevocationRequestData_dyn(length))\n let array := dst\n mstore(dst, length)\n dst := add(dst, 32)\n let srcEnd := add(add(_1, shl(5, length)), 32)\n if gt(srcEnd, dataEnd) { revert(0, 0) }\n let src := add(_1, 32)\n for { } lt(src, srcEnd) { src := add(src, 32) }\n {\n let value := 0\n value := mload(src)\n mstore(dst, value)\n dst := add(dst, 32)\n }\n value0 := array\n }\n function abi_decode_tuple_t_struct$_DelegatedProxyRevocationRequest_$2992_memory_ptr(headStart, dataEnd) -> value0\n {\n let _1 := slt(sub(dataEnd, headStart), 256)\n if _1 { revert(0, 0) }\n _1 := 0\n let value := allocate_memory_4267()\n let value_1 := 0\n value_1 := calldataload(headStart)\n mstore(value, value_1)\n mstore(add(value, 32), abi_decode_struct_RevocationRequestData(add(headStart, 32), dataEnd))\n mstore(add(value, 0x40), abi_decode_struct_Signature(add(headStart, 96), dataEnd))\n mstore(add(value, 96), abi_decode_address(add(headStart, 192)))\n mstore(add(value, 0x80), abi_decode_uint64(add(headStart, 224)))\n value0 := value\n }\n function abi_decode_tuple_t_struct$_RevocationRequestData_$2093_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_struct_RevocationRequestData(headStart, dataEnd)\n }\n function abi_encode_tuple_t_struct$_RevocationRequest_$2100_memory_ptr__to_t_struct$_RevocationRequest_$2100_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, mload(value0))\n let memberValue0 := mload(add(value0, 0x20))\n abi_encode_struct_RevocationRequestData(memberValue0, add(headStart, 0x20))\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed(headStart, value5, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 192)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), value3)\n mstore(add(headStart, 128), value4)\n mstore(add(headStart, 160), and(value5, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__to_t_bytes32_t_address_t_bytes32_t_address_t_uint64_t_bool_t_bytes32_t_bytes32_t_uint256_t_uint64__fromStack_reversed(headStart, value9, value8, value7, value6, value5, value4, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 320)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), value2)\n mstore(add(headStart, 96), and(value3, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 128), and(value4, 0xffffffffffffffff))\n mstore(add(headStart, 160), iszero(iszero(value5)))\n mstore(add(headStart, 192), value6)\n mstore(add(headStart, 224), value7)\n mstore(add(headStart, 256), value8)\n mstore(add(headStart, 288), and(value9, 0xffffffffffffffff))\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function abi_encode_tuple_packed_t_uint8_t_bytes32_t_bytes32__to_t_uint8_t_bytes32_t_bytes32__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n mstore(pos, and(shl(248, value0), 0xff00000000000000000000000000000000000000000000000000000000000000))\n mstore(add(pos, 1), value1)\n mstore(add(pos, 33), value2)\n end := add(pos, 65)\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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\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, 0xffffffffffffffffffffffffffffffffffffffff))\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 panic_error_0x21()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x21)\n revert(0, 0x24)\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}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "2532": [ - { - "length": 32, - "start": 1725 - } - ], - "2534": [ - { - "length": 32, - "start": 1766 - } - ], - "2536": [ - { - "length": 32, - "start": 1807 - } - ], - "3024": [ - { - "length": 32, - "start": 458 - }, - { - "length": 32, - "start": 1156 - }, - { - "length": 32, - "start": 1436 - }, - { - "length": 32, - "start": 2510 - }, - { - "length": 32, - "start": 2922 - } - ], - "9019": [ - { - "length": 32, - "start": 4384 - } - ], - "9021": [ - { - "length": 32, - "start": 4342 - } - ], - "9023": [ - { - "length": 32, - "start": 4300 - } - ], - "9025": [ - { - "length": 32, - "start": 4465 - } - ], - "9027": [ - { - "length": 32, - "start": 4505 - } - ], - "9030": [ - { - "length": 32, - "start": 4204 - } - ], - "9033": [ - { - "length": 32, - "start": 4249 - } - ] - }, - "linkReferences": {}, - "object": "6080604052600436106100c75760003560e01c806365c40b9c11610074578063a6d4dbc71161004e578063a6d4dbc714610236578063b83010d314610249578063ed24911d1461027c57600080fd5b806365c40b9c146101bb57806384b0196e146101ee578063954115251461021657600080fd5b806317d7de7c116100a557806317d7de7c146101715780633c0427151461019357806354fd4d50146101a657600080fd5b80630eabf660146100cc57806310d736d5146100e157806312b11a1714610134575b600080fd5b6100df6100da366004611785565b610291565b005b3480156100ed57600080fd5b506101176100fc3660046117c7565b6000908152600360205260409020546001600160a01b031690565b6040516001600160a01b0390911681526020015b60405180910390f35b34801561014057600080fd5b507fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af15b60405190815260200161012b565b34801561017d57600080fd5b506101866104f3565b60405161012b9190611830565b6101636101a136600461184a565b610585565b3480156101b257600080fd5b506101866106b6565b3480156101c757600080fd5b507f0000000000000000000000000000000000000000000000000000000000000000610117565b3480156101fa57600080fd5b50610203610759565b60405161012b9796959493929190611885565b610229610224366004611785565b6107bb565b60405161012b9190611939565b6100df61024436600461197c565b610b51565b34801561025557600080fd5b507f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d610163565b34801561028857600080fd5b50610163610c44565b8060008167ffffffffffffffff8111156102ad576102ad611998565b6040519080825280602002602001820160405280156102f357816020015b6040805180820190915260008152606060208201528152602001906001900390816102cb5790505b50905060005b82811015610453576000858583818110610315576103156119ae565b905060200281019061032791906119c4565b61033090611be8565b602081015180519192509080158061034d57508260400151518114155b1561036b5760405163251f56a160e21b815260040160405180910390fd5b60005b8181101561040857600083828151811061038a5761038a6119ae565b602002602001015190506103ff6040518060a0016040528087600001518152602001838152602001876040015185815181106103c8576103c86119ae565b6020026020010151815260200187606001516001600160a01b03168152602001876080015167ffffffffffffffff16815250610c53565b5060010161036e565b5060405180604001604052808460000151815260200183815250858581518110610434576104346119ae565b602002602001018190525050505061044c8160010190565b90506102f9565b506040517f4cb7e9e50000000000000000000000000000000000000000000000000000000081526001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001690634cb7e9e59034906104bb908590600401611ce9565b6000604051808303818588803b1580156104d457600080fd5b505af11580156104e8573d6000803e3d6000fd5b505050505050505050565b60606002805461050290611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461052e90611da2565b801561057b5780601f106105505761010080835404028352916020019161057b565b820191906000526020600020905b81548152906001019060200180831161055e57829003601f168201915b5050505050905090565b600061059861059383611ee4565b610e3c565b60007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663f17325e7346040518060400160405280876000013581526020018780602001906105ef9190611f5d565b6105f890611f73565b8152506040518363ffffffff1660e01b81526004016106179190611fe5565b60206040518083038185885af1158015610635573d6000803e3d6000fd5b50505050506040513d601f19601f8201168201806040525081019061065a9190612012565b905061066c60c0840160a0850161202b565b600082815260036020526040902080547fffffffffffffffffffffffff0000000000000000000000000000000000000000166001600160a01b039290921691909117905592915050565b60606106e17f0000000000000000000000000000000000000000000000000000000000000000610fc5565b61070a7f0000000000000000000000000000000000000000000000000000000000000000610fc5565b6107337f0000000000000000000000000000000000000000000000000000000000000000610fc5565b60405160200161074593929190612046565b604051602081830303815290604052905090565b60006060806000806000606061076d611065565b610775611092565b604080516000808252602082019092527f0f000000000000000000000000000000000000000000000000000000000000009b939a50919850469750309650945092509050565b60608160008167ffffffffffffffff8111156107d9576107d9611998565b60405190808252806020026020018201604052801561081f57816020015b6040805180820190915260008152606060208201528152602001906001900390816107f75790505b50905060005b828110156109c95736868683818110610840576108406119ae565b905060200281019061085291906119c4565b905036600061086460208401846120a5565b909250905080801580610885575061087f60408501856120ef565b90508114155b156108a35760405163251f56a160e21b815260040160405180910390fd5b60005b818110156109775761096f6040518060a00160405280876000013581526020018686858181106108d8576108d86119ae565b90506020028101906108ea9190611f5d565b6108f390611f73565b815260200161090560408901896120ef565b85818110610915576109156119ae565b90506060020180360381019061092b9190612138565b81526020016109406080890160608a0161202b565b6001600160a01b0316815260200161095e60a0890160808a01612154565b67ffffffffffffffff169052610e3c565b6001016108a6565b50604080518082019091528435815260208101610994848661216f565b8152508686815181106109a9576109a96119ae565b6020026020010181905250505050506109c28160010190565b9050610825565b5060007f00000000000000000000000000000000000000000000000000000000000000006001600160a01b03166344adc90e34846040518363ffffffff1660e01b8152600401610a1991906121d5565b60006040518083038185885af1158015610a37573d6000803e3d6000fd5b50505050506040513d6000823e601f3d908101601f19168201604052610a60919081019061228c565b90506000805b84811015610b435736888883818110610a8157610a816119ae565b9050602002810190610a9391906119c4565b9050366000610aa560208401846120a5565b90925090508060005b81811015610b2d57610ac6608086016060870161202b565b600360008a8a81518110610adc57610adc6119ae565b6020026020010151815260200190815260200160002060006101000a8154816001600160a01b0302191690836001600160a01b03160217905550866001019650610b268160010190565b9050610aae565b5050505050610b3c8160010190565b9050610a66565b509093505050505b92915050565b610b68610b6336839003830183612322565b610c53565b7f00000000000000000000000000000000000000000000000000000000000000006001600160a01b031663469262673460405180604001604052808560000135815260200185602001803603810190610bc19190612390565b90526040517fffffffff0000000000000000000000000000000000000000000000000000000060e085901b16815281516004820152602091820151805160248301529091015160448201526064016000604051808303818588803b158015610c2857600080fd5b505af1158015610c3c573d6000803e3d6000fd5b505050505050565b6000610c4e6110bf565b905090565b608081015167ffffffffffffffff1615801590610c8757504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610ca557604051631ab7da6b60e01b815260040160405180910390fd5b6020808201518051600090815260039092526040909120546001600160a01b031680610cfd576040517fc5723b5100000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381163314610d3f576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6040830151610d4d816111ea565b606080850151855185516020808801516080808b0151604080517f78a69a78c1a55cdff5cbf949580b410778cd9e4d1ecbe6f06a7fa8dc2441b57d958101959095526001600160a01b0390971696840196909652958201939093529384015260a083015267ffffffffffffffff1660c0820152600090610de69060e0015b604051602081830303815290604052805190602001206112da565b905084606001516001600160a01b0316610e0e82846000015185602001518660400151611322565b6001600160a01b031614610e3557604051638baa579f60e01b815260040160405180910390fd5b5050505050565b608081015167ffffffffffffffff1615801590610e7057504267ffffffffffffffff16816080015167ffffffffffffffff16105b15610e8e57604051631ab7da6b60e01b815260040160405180910390fd5b60208101516040820151610ea1816111ea565b6000610f707fea02ffba7dcb45f6fc649714d23f315eef12e3b27f9a7735d8d8bf41eb2b1af160001b8560600151866000015186600001518760200151886040015189606001518a60800151805190602001208b60a001518d60800151604051602001610dcb9a99989796959493929190998a526001600160a01b0398891660208b015260408a019790975294909616606088015267ffffffffffffffff928316608088015290151560a087015260c086015260e0850193909352610100840152166101208201526101400190565b905083606001516001600160a01b0316610f9882846000015185602001518660400151611322565b6001600160a01b031614610fbf57604051638baa579f60e01b815260040160405180910390fd5b50505050565b60606000610fd283611350565b600101905060008167ffffffffffffffff811115610ff257610ff2611998565b6040519080825280601f01601f19166020018201604052801561101c576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a850494508461102657509392505050565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006000611432565b6060610c4e7f00000000000000000000000000000000000000000000000000000000000000006001611432565b6000306001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614801561111857507f000000000000000000000000000000000000000000000000000000000000000046145b1561114257507f000000000000000000000000000000000000000000000000000000000000000090565b610c4e604080517f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f60208201527f0000000000000000000000000000000000000000000000000000000000000000918101919091527f000000000000000000000000000000000000000000000000000000000000000060608201524660808201523060a082015260009060c00160405160208183030381529060405280519060200120905090565b8051602080830151604080850151905160f89490941b7fff00000000000000000000000000000000000000000000000000000000000000169284019290925260218301526041820152600090606101604051602081830303815290604052905060048160405161125a91906123ac565b9081526040519081900360200190205460ff16156112a4576040517fcce9a82400000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60016004826040516112b691906123ac565b908152604051908190036020019020805491151560ff199092169190911790555050565b6000610b4b6112e76110bf565b836040517f19010000000000000000000000000000000000000000000000000000000000008152600281019290925260228201526042902090565b600080600080611334888888886114dd565b92509250925061134482826115ac565b50909695505050505050565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f0100000000000000008310611399577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106113c5576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106113e357662386f26fc10000830492506010015b6305f5e10083106113fb576305f5e100830492506008015b612710831061140f57612710830492506004015b60648310611421576064830492506002015b600a8310610b4b5760010192915050565b606060ff831461144c57611445836116b9565b9050610b4b565b81805461145890611da2565b80601f016020809104026020016040519081016040528092919081815260200182805461148490611da2565b80156114d15780601f106114a6576101008083540402835291602001916114d1565b820191906000526020600020905b8154815290600101906020018083116114b457829003601f168201915b50505050509050610b4b565b600080807f7fffffffffffffffffffffffffffffff5d576e7357a4501ddfe92f46681b20a084111561151857506000915060039050826115a2565b604080516000808252602082018084528a905260ff891692820192909252606081018790526080810186905260019060a0016020604051602081039080840390855afa15801561156c573d6000803e3d6000fd5b5050604051601f1901519150506001600160a01b038116611598575060009250600191508290506115a2565b9250600091508190505b9450945094915050565b60008260038111156115c0576115c06123be565b036115c9575050565b60018260038111156115dd576115dd6123be565b03611614576040517ff645eedf00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002826003811115611628576116286123be565b03611667576040517ffce698f7000000000000000000000000000000000000000000000000000000008152600481018290526024015b60405180910390fd5b600382600381111561167b5761167b6123be565b036116b5576040517fd78bce0c0000000000000000000000000000000000000000000000000000000081526004810182905260240161165e565b5050565b606060006116c6836116f8565b604080516020808252818301909252919250600091906020820181803683375050509182525060208101929092525090565b600060ff8216601f811115610b4b576040517fb3512b0c00000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b60008083601f84011261174b57600080fd5b50813567ffffffffffffffff81111561176357600080fd5b6020830191508360208260051b850101111561177e57600080fd5b9250929050565b6000806020838503121561179857600080fd5b823567ffffffffffffffff8111156117af57600080fd5b6117bb85828601611739565b90969095509350505050565b6000602082840312156117d957600080fd5b5035919050565b60005b838110156117fb5781810151838201526020016117e3565b50506000910152565b6000815180845261181c8160208601602086016117e0565b601f01601f19169290920160200192915050565b6020815260006118436020830184611804565b9392505050565b60006020828403121561185c57600080fd5b813567ffffffffffffffff81111561187357600080fd5b820160e0818503121561184357600080fd5b7fff000000000000000000000000000000000000000000000000000000000000008816815260e0602082015260006118c060e0830189611804565b82810360408401526118d28189611804565b606084018890526001600160a01b038716608085015260a0840186905283810360c08501528451808252602080870193509091019060005b8181101561192857835183526020938401939092019160010161190a565b50909b9a5050505050505050505050565b602080825282518282018190526000918401906040840190835b81811015611971578351835260209384019390920191600101611953565b509095945050505050565b600061010082840312801561199057600080fd5b509092915050565b634e487b7160e01b600052604160045260246000fd5b634e487b7160e01b600052603260045260246000fd5b60008235609e198336030181126119da57600080fd5b9190910192915050565b60405160a0810167ffffffffffffffff81118282101715611a0757611a07611998565b60405290565b60405160c0810167ffffffffffffffff81118282101715611a0757611a07611998565b604051601f8201601f1916810167ffffffffffffffff81118282101715611a5957611a59611998565b604052919050565b600067ffffffffffffffff821115611a7b57611a7b611998565b5060051b60200190565b600060408284031215611a9757600080fd5b6040805190810167ffffffffffffffff81118282101715611aba57611aba611998565b604052823581526020928301359281019290925250919050565b600060608284031215611ae657600080fd5b6040516060810167ffffffffffffffff81118282101715611b0957611b09611998565b604052905080823560ff81168114611b2057600080fd5b815260208381013590820152604092830135920191909152919050565b600082601f830112611b4e57600080fd5b8135611b61611b5c82611a61565b611a30565b80828252602082019150602060608402860101925085831115611b8357600080fd5b602085015b83811015611baa57611b9a8782611ad4565b8352602090920191606001611b88565b5095945050505050565b80356001600160a01b0381168114611bcb57600080fd5b919050565b803567ffffffffffffffff81168114611bcb57600080fd5b600060a08236031215611bfa57600080fd5b611c026119e4565b82358152602083013567ffffffffffffffff811115611c2057600080fd5b830136601f820112611c3157600080fd5b8035611c3f611b5c82611a61565b8082825260208201915060208360061b850101925036831115611c6157600080fd5b6020840193505b82841015611c8d57611c7a3685611a85565b8252602082019150604084019350611c68565b6020850152505050604083013567ffffffffffffffff811115611caf57600080fd5b611cbb36828601611b3d565b604083015250611ccd60608401611bb4565b6060820152611cde60808401611bd0565b608082015292915050565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657868503603f190184528151805186526020908101516040828801819052815190880181905291019060009060608801905b80831015611d7e57611d6782855180518252602090810151910152565b604082019150602084019350600183019250611d4a565b50965050506020938401939190910190600101611d11565b50929695505050505050565b600181811c90821680611db657607f821691505b602082108103611dd657634e487b7160e01b600052602260045260246000fd5b50919050565b600082601f830112611ded57600080fd5b813567ffffffffffffffff811115611e0757611e07611998565b611e1a601f8201601f1916602001611a30565b818152846020838601011115611e2f57600080fd5b816020850160208301376000918101602001919091529392505050565b600060c08284031215611e5e57600080fd5b611e66611a0d565b9050611e7182611bb4565b8152611e7f60208301611bd0565b602082015260408201358015158114611e9757600080fd5b604082015260608281013590820152608082013567ffffffffffffffff811115611ec057600080fd5b611ecc84828501611ddc565b60808301525060a09182013591810191909152919050565b600060e08236031215611ef657600080fd5b611efe6119e4565b82358152602083013567ffffffffffffffff811115611f1c57600080fd5b611f2836828601611e4c565b602083015250611f3b3660408501611ad4565b6040820152611f4c60a08401611bb4565b6060820152611cde60c08401611bd0565b6000823560be198336030181126119da57600080fd5b6000610b4b3683611e4c565b6001600160a01b03815116825267ffffffffffffffff6020820151166020830152604081015115156040830152606081015160608301526000608082015160c06080850152611fd160c0850182611804565b60a093840151949093019390935250919050565b60208152815160208201526000602083015160408084015261200a6060840182611f7f565b949350505050565b60006020828403121561202457600080fd5b5051919050565b60006020828403121561203d57600080fd5b61184382611bb4565b600084516120588184602089016117e0565b601760f91b90830190815284516120768160018401602089016117e0565b601760f91b6001929091019182015283516120988160028401602088016117e0565b0160020195945050505050565b6000808335601e198436030181126120bc57600080fd5b83018035915067ffffffffffffffff8211156120d757600080fd5b6020019150600581901b360382131561177e57600080fd5b6000808335601e1984360301811261210657600080fd5b83018035915067ffffffffffffffff82111561212157600080fd5b602001915060608102360382131561177e57600080fd5b60006060828403121561214a57600080fd5b6118438383611ad4565b60006020828403121561216657600080fd5b61184382611bd0565b600061217d611b5c84611a61565b8381526020810190600585901b84013681111561219957600080fd5b845b8181101561197157803567ffffffffffffffff8111156121ba57600080fd5b6121c636828901611e4c565b8552506020938401930161219b565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015611d9657603f19878603018452815180518652602090810151604082880181905281519088018190529101906060600582901b88018101919088019060005b8181101561227257605f198a850301835261225c848651611f7f565b6020958601959094509290920191600101612240565b5091975050506020948501949290920191506001016121fd565b60006020828403121561229e57600080fd5b815167ffffffffffffffff8111156122b557600080fd5b8201601f810184136122c657600080fd5b80516122d4611b5c82611a61565b8082825260208201915060208360051b8501019250868311156122f657600080fd5b6020840193505b828410156123185783518252602093840193909101906122fd565b9695505050505050565b600061010082840312801561233657600080fd5b5061233f6119e4565b823581526123508460208501611a85565b60208201526123628460608501611ad4565b604082015261237360c08401611bb4565b606082015261238460e08401611bd0565b60808201529392505050565b6000604082840312156123a257600080fd5b6118438383611a85565b600082516119da8184602087016117e0565b634e487b7160e01b600052602160045260246000fdfea2646970667358221220944ae7cabd43a2df36ba2d6297e03f671c5068dfe997436d527a792f16069d3664736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC7 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x65C40B9C GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xA6D4DBC7 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xA6D4DBC7 EQ PUSH2 0x236 JUMPI DUP1 PUSH4 0xB83010D3 EQ PUSH2 0x249 JUMPI DUP1 PUSH4 0xED24911D EQ PUSH2 0x27C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x65C40B9C EQ PUSH2 0x1BB JUMPI DUP1 PUSH4 0x84B0196E EQ PUSH2 0x1EE JUMPI DUP1 PUSH4 0x95411525 EQ PUSH2 0x216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x17D7DE7C GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x17D7DE7C EQ PUSH2 0x171 JUMPI DUP1 PUSH4 0x3C042715 EQ PUSH2 0x193 JUMPI DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0x1A6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xEABF660 EQ PUSH2 0xCC JUMPI DUP1 PUSH4 0x10D736D5 EQ PUSH2 0xE1 JUMPI DUP1 PUSH4 0x12B11A17 EQ PUSH2 0x134 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xDF PUSH2 0xDA CALLDATASIZE PUSH1 0x4 PUSH2 0x1785 JUMP JUMPDEST PUSH2 0x291 JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0xED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x117 PUSH2 0xFC CALLDATASIZE PUSH1 0x4 PUSH2 0x17C7 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x140 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xEA02FFBA7DCB45F6FC649714D23F315EEF12E3B27F9A7735D8D8BF41EB2B1AF1 JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x12B JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x17D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x186 PUSH2 0x4F3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP2 SWAP1 PUSH2 0x1830 JUMP JUMPDEST PUSH2 0x163 PUSH2 0x1A1 CALLDATASIZE PUSH1 0x4 PUSH2 0x184A JUMP JUMPDEST PUSH2 0x585 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1B2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x186 PUSH2 0x6B6 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1C7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x0 PUSH2 0x117 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1FA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x203 PUSH2 0x759 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x1885 JUMP JUMPDEST PUSH2 0x229 PUSH2 0x224 CALLDATASIZE PUSH1 0x4 PUSH2 0x1785 JUMP JUMPDEST PUSH2 0x7BB JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x12B SWAP2 SWAP1 PUSH2 0x1939 JUMP JUMPDEST PUSH2 0xDF PUSH2 0x244 CALLDATASIZE PUSH1 0x4 PUSH2 0x197C JUMP JUMPDEST PUSH2 0xB51 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x255 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x78A69A78C1A55CDFF5CBF949580B410778CD9E4D1ECBE6F06A7FA8DC2441B57D PUSH2 0x163 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x288 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x163 PUSH2 0xC44 JUMP JUMPDEST DUP1 PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AD JUMPI PUSH2 0x2AD PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x2F3 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x2CB JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x453 JUMPI PUSH1 0x0 DUP6 DUP6 DUP4 DUP2 DUP2 LT PUSH2 0x315 JUMPI PUSH2 0x315 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x327 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST PUSH2 0x330 SWAP1 PUSH2 0x1BE8 JUMP JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD DUP1 MLOAD SWAP2 SWAP3 POP SWAP1 DUP1 ISZERO DUP1 PUSH2 0x34D JUMPI POP DUP3 PUSH1 0x40 ADD MLOAD MLOAD DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x36B JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x408 JUMPI PUSH1 0x0 DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x38A JUMPI PUSH2 0x38A PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD SWAP1 POP PUSH2 0x3FF PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x40 ADD MLOAD DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x3C8 JUMPI PUSH2 0x3C8 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD DUP8 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 MSTORE POP PUSH2 0xC53 JUMP JUMPDEST POP PUSH1 0x1 ADD PUSH2 0x36E JUMP JUMPDEST POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP5 PUSH1 0x0 ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP2 MSTORE POP DUP6 DUP6 DUP2 MLOAD DUP2 LT PUSH2 0x434 JUMPI PUSH2 0x434 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP POP POP POP PUSH2 0x44C DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x2F9 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0x4CB7E9E500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND SWAP1 PUSH4 0x4CB7E9E5 SWAP1 CALLVALUE SWAP1 PUSH2 0x4BB SWAP1 DUP6 SWAP1 PUSH1 0x4 ADD PUSH2 0x1CE9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x4D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x4E8 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x2 DUP1 SLOAD PUSH2 0x502 SWAP1 PUSH2 0x1DA2 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 0x52E SWAP1 PUSH2 0x1DA2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x57B JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x550 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x57B 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 0x55E JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x598 PUSH2 0x593 DUP4 PUSH2 0x1EE4 JUMP JUMPDEST PUSH2 0xE3C JUMP JUMPDEST PUSH1 0x0 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0xF17325E7 CALLVALUE PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP8 DUP1 PUSH1 0x20 ADD SWAP1 PUSH2 0x5EF SWAP2 SWAP1 PUSH2 0x1F5D JUMP JUMPDEST PUSH2 0x5F8 SWAP1 PUSH2 0x1F73 JUMP JUMPDEST DUP2 MSTORE POP PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0x617 SWAP2 SWAP1 PUSH2 0x1FE5 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0x635 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0x65A SWAP2 SWAP1 PUSH2 0x2012 JUMP JUMPDEST SWAP1 POP PUSH2 0x66C PUSH1 0xC0 DUP5 ADD PUSH1 0xA0 DUP6 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x3 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0x6E1 PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH2 0x70A PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH2 0x733 PUSH32 0x0 PUSH2 0xFC5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x745 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2046 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP1 PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 PUSH2 0x76D PUSH2 0x1065 JUMP JUMPDEST PUSH2 0x775 PUSH2 0x1092 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP1 SWAP3 MSTORE PUSH32 0xF00000000000000000000000000000000000000000000000000000000000000 SWAP12 SWAP4 SWAP11 POP SWAP2 SWAP9 POP CHAINID SWAP8 POP ADDRESS SWAP7 POP SWAP5 POP SWAP3 POP SWAP1 POP JUMP JUMPDEST PUSH1 0x60 DUP2 PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x7D9 JUMPI PUSH2 0x7D9 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x81F JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x0 DUP2 MSTORE PUSH1 0x60 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x7F7 JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x9C9 JUMPI CALLDATASIZE DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x840 JUMPI PUSH2 0x840 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x852 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0x864 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x20A5 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 DUP1 ISZERO DUP1 PUSH2 0x885 JUMPI POP PUSH2 0x87F PUSH1 0x40 DUP6 ADD DUP6 PUSH2 0x20EF JUMP JUMPDEST SWAP1 POP DUP2 EQ ISZERO JUMPDEST ISZERO PUSH2 0x8A3 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x977 JUMPI PUSH2 0x96F PUSH1 0x40 MLOAD DUP1 PUSH1 0xA0 ADD PUSH1 0x40 MSTORE DUP1 DUP8 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP7 DUP7 DUP6 DUP2 DUP2 LT PUSH2 0x8D8 JUMPI PUSH2 0x8D8 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x8EA SWAP2 SWAP1 PUSH2 0x1F5D JUMP JUMPDEST PUSH2 0x8F3 SWAP1 PUSH2 0x1F73 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x905 PUSH1 0x40 DUP10 ADD DUP10 PUSH2 0x20EF JUMP JUMPDEST DUP6 DUP2 DUP2 LT PUSH2 0x915 JUMPI PUSH2 0x915 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x60 MUL ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0x92B SWAP2 SWAP1 PUSH2 0x2138 JUMP JUMPDEST DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x940 PUSH1 0x80 DUP10 ADD PUSH1 0x60 DUP11 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x95E PUSH1 0xA0 DUP10 ADD PUSH1 0x80 DUP11 ADD PUSH2 0x2154 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF AND SWAP1 MSTORE PUSH2 0xE3C JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x8A6 JUMP JUMPDEST POP PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE DUP5 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP2 ADD PUSH2 0x994 DUP5 DUP7 PUSH2 0x216F JUMP JUMPDEST DUP2 MSTORE POP DUP7 DUP7 DUP2 MLOAD DUP2 LT PUSH2 0x9A9 JUMPI PUSH2 0x9A9 PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP POP POP POP POP PUSH2 0x9C2 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0x825 JUMP JUMPDEST POP PUSH1 0x0 PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x44ADC90E CALLVALUE DUP5 PUSH1 0x40 MLOAD DUP4 PUSH4 0xFFFFFFFF AND PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH2 0xA19 SWAP2 SWAP1 PUSH2 0x21D5 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 GAS CALL ISZERO DUP1 ISZERO PUSH2 0xA37 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x0 DUP3 RETURNDATACOPY PUSH1 0x1F RETURNDATASIZE SWAP1 DUP2 ADD PUSH1 0x1F NOT AND DUP3 ADD PUSH1 0x40 MSTORE PUSH2 0xA60 SWAP2 SWAP1 DUP2 ADD SWAP1 PUSH2 0x228C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 JUMPDEST DUP5 DUP2 LT ISZERO PUSH2 0xB43 JUMPI CALLDATASIZE DUP9 DUP9 DUP4 DUP2 DUP2 LT PUSH2 0xA81 JUMPI PUSH2 0xA81 PUSH2 0x19AE JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xA93 SWAP2 SWAP1 PUSH2 0x19C4 JUMP JUMPDEST SWAP1 POP CALLDATASIZE PUSH1 0x0 PUSH2 0xAA5 PUSH1 0x20 DUP5 ADD DUP5 PUSH2 0x20A5 JUMP JUMPDEST SWAP1 SWAP3 POP SWAP1 POP DUP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xB2D JUMPI PUSH2 0xAC6 PUSH1 0x80 DUP7 ADD PUSH1 0x60 DUP8 ADD PUSH2 0x202B JUMP JUMPDEST PUSH1 0x3 PUSH1 0x0 DUP11 DUP11 DUP2 MLOAD DUP2 LT PUSH2 0xADC JUMPI PUSH2 0xADC PUSH2 0x19AE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB MUL NOT AND SWAP1 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND MUL OR SWAP1 SSTORE POP DUP7 PUSH1 0x1 ADD SWAP7 POP PUSH2 0xB26 DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xAAE JUMP JUMPDEST POP POP POP POP POP PUSH2 0xB3C DUP2 PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST SWAP1 POP PUSH2 0xA66 JUMP JUMPDEST POP SWAP1 SWAP4 POP POP POP POP JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xB68 PUSH2 0xB63 CALLDATASIZE DUP4 SWAP1 SUB DUP4 ADD DUP4 PUSH2 0x2322 JUMP JUMPDEST PUSH2 0xC53 JUMP JUMPDEST PUSH32 0x0 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH4 0x46926267 CALLVALUE PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP6 PUSH1 0x0 ADD CALLDATALOAD DUP2 MSTORE PUSH1 0x20 ADD DUP6 PUSH1 0x20 ADD DUP1 CALLDATASIZE SUB DUP2 ADD SWAP1 PUSH2 0xBC1 SWAP2 SWAP1 PUSH2 0x2390 JUMP JUMPDEST SWAP1 MSTORE PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 PUSH1 0xE0 DUP6 SWAP1 SHL AND DUP2 MSTORE DUP2 MLOAD PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x20 SWAP2 DUP3 ADD MLOAD DUP1 MLOAD PUSH1 0x24 DUP4 ADD MSTORE SWAP1 SWAP2 ADD MLOAD PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP9 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xC28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xC3C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xC4E PUSH2 0x10BF JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0xC87 JUMPI POP TIMESTAMP PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0xCA5 JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD DUP1 MLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP1 PUSH2 0xCFD JUMPI PUSH1 0x40 MLOAD PUSH32 0xC5723B5100000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0xD3F JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x40 DUP4 ADD MLOAD PUSH2 0xD4D DUP2 PUSH2 0x11EA JUMP JUMPDEST PUSH1 0x60 DUP1 DUP6 ADD MLOAD DUP6 MLOAD DUP6 MLOAD PUSH1 0x20 DUP1 DUP9 ADD MLOAD PUSH1 0x80 DUP1 DUP12 ADD MLOAD PUSH1 0x40 DUP1 MLOAD PUSH32 0x78A69A78C1A55CDFF5CBF949580B410778CD9E4D1ECBE6F06A7FA8DC2441B57D SWAP6 DUP2 ADD SWAP6 SWAP1 SWAP6 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP8 AND SWAP7 DUP5 ADD SWAP7 SWAP1 SWAP7 MSTORE SWAP6 DUP3 ADD SWAP4 SWAP1 SWAP4 MSTORE SWAP4 DUP5 ADD MSTORE PUSH1 0xA0 DUP4 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0xC0 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH2 0xDE6 SWAP1 PUSH1 0xE0 ADD JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 PUSH2 0x12DA JUMP JUMPDEST SWAP1 POP DUP5 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xE0E DUP3 DUP5 PUSH1 0x0 ADD MLOAD DUP6 PUSH1 0x20 ADD MLOAD DUP7 PUSH1 0x40 ADD MLOAD PUSH2 0x1322 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0xE35 JUMPI PUSH1 0x40 MLOAD PUSH4 0x8BAA579F PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x80 DUP2 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND ISZERO DUP1 ISZERO SWAP1 PUSH2 0xE70 JUMPI POP TIMESTAMP PUSH8 0xFFFFFFFFFFFFFFFF AND DUP2 PUSH1 0x80 ADD MLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0xE8E JUMPI PUSH1 0x40 MLOAD PUSH4 0x1AB7DA6B PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x20 DUP2 ADD MLOAD PUSH1 0x40 DUP3 ADD MLOAD PUSH2 0xEA1 DUP2 PUSH2 0x11EA JUMP JUMPDEST PUSH1 0x0 PUSH2 0xF70 PUSH32 0xEA02FFBA7DCB45F6FC649714D23F315EEF12E3B27F9A7735D8D8BF41EB2B1AF1 PUSH1 0x0 SHL DUP6 PUSH1 0x60 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD DUP7 PUSH1 0x0 ADD MLOAD DUP8 PUSH1 0x20 ADD MLOAD DUP9 PUSH1 0x40 ADD MLOAD DUP10 PUSH1 0x60 ADD MLOAD DUP11 PUSH1 0x80 ADD MLOAD DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 DUP12 PUSH1 0xA0 ADD MLOAD DUP14 PUSH1 0x80 ADD MLOAD PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDCB SWAP11 SWAP10 SWAP9 SWAP8 SWAP7 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 SWAP10 DUP11 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP9 DUP10 AND PUSH1 0x20 DUP12 ADD MSTORE PUSH1 0x40 DUP11 ADD SWAP8 SWAP1 SWAP8 MSTORE SWAP5 SWAP1 SWAP7 AND PUSH1 0x60 DUP9 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF SWAP3 DUP4 AND PUSH1 0x80 DUP9 ADD MSTORE SWAP1 ISZERO ISZERO PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0xC0 DUP7 ADD MSTORE PUSH1 0xE0 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE PUSH2 0x100 DUP5 ADD MSTORE AND PUSH2 0x120 DUP3 ADD MSTORE PUSH2 0x140 ADD SWAP1 JUMP JUMPDEST SWAP1 POP DUP4 PUSH1 0x60 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0xF98 DUP3 DUP5 PUSH1 0x0 ADD MLOAD DUP6 PUSH1 0x20 ADD MLOAD DUP7 PUSH1 0x40 ADD MLOAD PUSH2 0x1322 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0xFBF JUMPI PUSH1 0x40 MLOAD PUSH4 0x8BAA579F PUSH1 0xE0 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0xFD2 DUP4 PUSH2 0x1350 JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFF2 JUMPI PUSH2 0xFF2 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x101C JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x1026 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH2 0xC4E PUSH32 0x0 PUSH1 0x0 PUSH2 0x1432 JUMP JUMPDEST PUSH1 0x60 PUSH2 0xC4E PUSH32 0x0 PUSH1 0x1 PUSH2 0x1432 JUMP JUMPDEST PUSH1 0x0 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ DUP1 ISZERO PUSH2 0x1118 JUMPI POP PUSH32 0x0 CHAINID EQ JUMPDEST ISZERO PUSH2 0x1142 JUMPI POP PUSH32 0x0 SWAP1 JUMP JUMPDEST PUSH2 0xC4E PUSH1 0x40 DUP1 MLOAD PUSH32 0x8B73C3C69BB8FE3D512ECC4CF759CC79239F7B179B0FFACAA9A75D522B39400F PUSH1 0x20 DUP3 ADD MSTORE PUSH32 0x0 SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH32 0x0 PUSH1 0x60 DUP3 ADD 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 SWAP1 JUMP JUMPDEST DUP1 MLOAD PUSH1 0x20 DUP1 DUP4 ADD MLOAD PUSH1 0x40 DUP1 DUP6 ADD MLOAD SWAP1 MLOAD PUSH1 0xF8 SWAP5 SWAP1 SWAP5 SHL PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 AND SWAP3 DUP5 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x21 DUP4 ADD MSTORE PUSH1 0x41 DUP3 ADD MSTORE PUSH1 0x0 SWAP1 PUSH1 0x61 ADD PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP PUSH1 0x4 DUP2 PUSH1 0x40 MLOAD PUSH2 0x125A SWAP2 SWAP1 PUSH2 0x23AC JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x12A4 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCCE9A82400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x4 DUP3 PUSH1 0x40 MLOAD PUSH2 0x12B6 SWAP2 SWAP1 PUSH2 0x23AC JUMP JUMPDEST SWAP1 DUP2 MSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 KECCAK256 DUP1 SLOAD SWAP2 ISZERO ISZERO PUSH1 0xFF NOT SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xB4B PUSH2 0x12E7 PUSH2 0x10BF JUMP JUMPDEST DUP4 PUSH1 0x40 MLOAD PUSH32 0x1901000000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x22 DUP3 ADD MSTORE PUSH1 0x42 SWAP1 KECCAK256 SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH2 0x1334 DUP9 DUP9 DUP9 DUP9 PUSH2 0x14DD JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP PUSH2 0x1344 DUP3 DUP3 PUSH2 0x15AC JUMP JUMPDEST POP SWAP1 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x1399 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x13C5 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x13E3 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0x13FB JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0x140F JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0x1421 JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0xB4B JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0xFF DUP4 EQ PUSH2 0x144C JUMPI PUSH2 0x1445 DUP4 PUSH2 0x16B9 JUMP JUMPDEST SWAP1 POP PUSH2 0xB4B JUMP JUMPDEST DUP2 DUP1 SLOAD PUSH2 0x1458 SWAP1 PUSH2 0x1DA2 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 0x1484 SWAP1 PUSH2 0x1DA2 JUMP JUMPDEST DUP1 ISZERO PUSH2 0x14D1 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x14A6 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x14D1 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 0x14B4 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP POP POP SWAP1 POP PUSH2 0xB4B JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH32 0x7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF5D576E7357A4501DDFE92F46681B20A0 DUP5 GT ISZERO PUSH2 0x1518 JUMPI POP PUSH1 0x0 SWAP2 POP PUSH1 0x3 SWAP1 POP DUP3 PUSH2 0x15A2 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP1 DUP3 MSTORE PUSH1 0x20 DUP3 ADD DUP1 DUP5 MSTORE DUP11 SWAP1 MSTORE PUSH1 0xFF DUP10 AND SWAP3 DUP3 ADD SWAP3 SWAP1 SWAP3 MSTORE PUSH1 0x60 DUP2 ADD DUP8 SWAP1 MSTORE PUSH1 0x80 DUP2 ADD DUP7 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 0x156C 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 0x1598 JUMPI POP PUSH1 0x0 SWAP3 POP PUSH1 0x1 SWAP2 POP DUP3 SWAP1 POP PUSH2 0x15A2 JUMP JUMPDEST SWAP3 POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP JUMPDEST SWAP5 POP SWAP5 POP SWAP5 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x15C0 JUMPI PUSH2 0x15C0 PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x15C9 JUMPI POP POP JUMP JUMPDEST PUSH1 0x1 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x15DD JUMPI PUSH2 0x15DD PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x1614 JUMPI PUSH1 0x40 MLOAD PUSH32 0xF645EEDF00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x1628 JUMPI PUSH2 0x1628 PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x1667 JUMPI PUSH1 0x40 MLOAD PUSH32 0xFCE698F700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x3 DUP3 PUSH1 0x3 DUP2 GT ISZERO PUSH2 0x167B JUMPI PUSH2 0x167B PUSH2 0x23BE JUMP JUMPDEST SUB PUSH2 0x16B5 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD78BCE0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x165E JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x16C6 DUP4 PUSH2 0x16F8 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x20 DUP1 DUP3 MSTORE DUP2 DUP4 ADD SWAP1 SWAP3 MSTORE SWAP2 SWAP3 POP PUSH1 0x0 SWAP2 SWAP1 PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY POP POP POP SWAP2 DUP3 MSTORE POP PUSH1 0x20 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0xFF DUP3 AND PUSH1 0x1F DUP2 GT ISZERO PUSH2 0xB4B JUMPI PUSH1 0x40 MLOAD PUSH32 0xB3512B0C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x174B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1763 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1798 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x17AF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x17BB DUP6 DUP3 DUP7 ADD PUSH2 0x1739 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x17D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x17FB JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x17E3 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD DUP1 DUP5 MSTORE PUSH2 0x181C DUP2 PUSH1 0x20 DUP7 ADD PUSH1 0x20 DUP7 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP3 SWAP1 SWAP3 ADD PUSH1 0x20 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0x1843 PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0x1804 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x185C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1873 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0xE0 DUP2 DUP6 SUB SLT ISZERO PUSH2 0x1843 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH32 0xFF00000000000000000000000000000000000000000000000000000000000000 DUP9 AND DUP2 MSTORE PUSH1 0xE0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x18C0 PUSH1 0xE0 DUP4 ADD DUP10 PUSH2 0x1804 JUMP JUMPDEST DUP3 DUP2 SUB PUSH1 0x40 DUP5 ADD MSTORE PUSH2 0x18D2 DUP2 DUP10 PUSH2 0x1804 JUMP JUMPDEST PUSH1 0x60 DUP5 ADD DUP9 SWAP1 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x80 DUP6 ADD MSTORE PUSH1 0xA0 DUP5 ADD DUP7 SWAP1 MSTORE DUP4 DUP2 SUB PUSH1 0xC0 DUP6 ADD MSTORE DUP5 MLOAD DUP1 DUP3 MSTORE PUSH1 0x20 DUP1 DUP8 ADD SWAP4 POP SWAP1 SWAP2 ADD SWAP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1928 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x190A JUMP JUMPDEST POP SWAP1 SWAP12 SWAP11 POP POP POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 MSTORE DUP3 MLOAD DUP3 DUP3 ADD DUP2 SWAP1 MSTORE PUSH1 0x0 SWAP2 DUP5 ADD SWAP1 PUSH1 0x40 DUP5 ADD SWAP1 DUP4 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1971 JUMPI DUP4 MLOAD DUP4 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x1953 JUMP JUMPDEST POP SWAP1 SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x1990 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP SWAP1 SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 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 PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0x9E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x19DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xA0 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A07 JUMPI PUSH2 0x1A07 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0xC0 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A07 JUMPI PUSH2 0x1A07 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1A59 JUMPI PUSH2 0x1A59 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x1A7B JUMPI PUSH2 0x1A7B PUSH2 0x1998 JUMP JUMPDEST POP PUSH1 0x5 SHL PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1A97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1ABA JUMPI PUSH2 0x1ABA PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 DUP2 ADD SWAP3 SWAP1 SWAP3 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1AE6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x60 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0x1B09 JUMPI PUSH2 0x1B09 PUSH2 0x1998 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 POP DUP1 DUP3 CALLDATALOAD PUSH1 0xFF DUP2 AND DUP2 EQ PUSH2 0x1B20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x40 SWAP3 DUP4 ADD CALLDATALOAD SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1B4E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x1B61 PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST PUSH2 0x1A30 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 PUSH1 0x60 DUP5 MUL DUP7 ADD ADD SWAP3 POP DUP6 DUP4 GT ISZERO PUSH2 0x1B83 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP6 ADD JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1BAA JUMPI PUSH2 0x1B9A DUP8 DUP3 PUSH2 0x1AD4 JUMP JUMPDEST DUP4 MSTORE PUSH1 0x20 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x60 ADD PUSH2 0x1B88 JUMP JUMPDEST POP SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x1BCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x1BCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0xA0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x1BFA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1C02 PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1C20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD CALLDATASIZE PUSH1 0x1F DUP3 ADD SLT PUSH2 0x1C31 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH2 0x1C3F PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x6 SHL DUP6 ADD ADD SWAP3 POP CALLDATASIZE DUP4 GT ISZERO PUSH2 0x1C61 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x1C8D JUMPI PUSH2 0x1C7A CALLDATASIZE DUP6 PUSH2 0x1A85 JUMP JUMPDEST DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x40 DUP5 ADD SWAP4 POP PUSH2 0x1C68 JUMP JUMPDEST PUSH1 0x20 DUP6 ADD MSTORE POP POP POP PUSH1 0x40 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1CAF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1CBB CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x1B3D JUMP JUMPDEST PUSH1 0x40 DUP4 ADD MSTORE POP PUSH2 0x1CCD PUSH1 0x60 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x1CDE PUSH1 0x80 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x1D96 JUMPI DUP7 DUP6 SUB PUSH1 0x3F NOT ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD PUSH1 0x40 DUP3 DUP9 ADD DUP2 SWAP1 MSTORE DUP2 MLOAD SWAP1 DUP9 ADD DUP2 SWAP1 MSTORE SWAP2 ADD SWAP1 PUSH1 0x0 SWAP1 PUSH1 0x60 DUP9 ADD SWAP1 JUMPDEST DUP1 DUP4 LT ISZERO PUSH2 0x1D7E JUMPI PUSH2 0x1D67 DUP3 DUP6 MLOAD DUP1 MLOAD DUP3 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x40 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP5 ADD SWAP4 POP PUSH1 0x1 DUP4 ADD SWAP3 POP PUSH2 0x1D4A JUMP JUMPDEST POP SWAP7 POP POP POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x1D11 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x1DB6 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1DD6 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH1 0x1F DUP4 ADD SLT PUSH2 0x1DED JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1E07 JUMPI PUSH2 0x1E07 PUSH2 0x1998 JUMP JUMPDEST PUSH2 0x1E1A PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0x1A30 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP5 PUSH1 0x20 DUP4 DUP7 ADD ADD GT ISZERO PUSH2 0x1E2F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP6 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 SWAP2 DUP2 ADD PUSH1 0x20 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xC0 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1E5E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1E66 PUSH2 0x1A0D JUMP JUMPDEST SWAP1 POP PUSH2 0x1E71 DUP3 PUSH2 0x1BB4 JUMP JUMPDEST DUP2 MSTORE PUSH2 0x1E7F PUSH1 0x20 DUP4 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP3 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x1E97 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x60 DUP3 DUP2 ADD CALLDATALOAD SWAP1 DUP3 ADD MSTORE PUSH1 0x80 DUP3 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1EC0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1ECC DUP5 DUP3 DUP6 ADD PUSH2 0x1DDC JUMP JUMPDEST PUSH1 0x80 DUP4 ADD MSTORE POP PUSH1 0xA0 SWAP2 DUP3 ADD CALLDATALOAD SWAP2 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0xE0 DUP3 CALLDATASIZE SUB SLT ISZERO PUSH2 0x1EF6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1EFE PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x1F1C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1F28 CALLDATASIZE DUP3 DUP7 ADD PUSH2 0x1E4C JUMP JUMPDEST PUSH1 0x20 DUP4 ADD MSTORE POP PUSH2 0x1F3B CALLDATASIZE PUSH1 0x40 DUP6 ADD PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x1F4C PUSH1 0xA0 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x1CDE PUSH1 0xC0 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH1 0xBE NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x19DA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0xB4B CALLDATASIZE DUP4 PUSH2 0x1E4C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 MLOAD AND DUP3 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF PUSH1 0x20 DUP3 ADD MLOAD AND PUSH1 0x20 DUP4 ADD MSTORE PUSH1 0x40 DUP2 ADD MLOAD ISZERO ISZERO PUSH1 0x40 DUP4 ADD MSTORE PUSH1 0x60 DUP2 ADD MLOAD PUSH1 0x60 DUP4 ADD MSTORE PUSH1 0x0 PUSH1 0x80 DUP3 ADD MLOAD PUSH1 0xC0 PUSH1 0x80 DUP6 ADD MSTORE PUSH2 0x1FD1 PUSH1 0xC0 DUP6 ADD DUP3 PUSH2 0x1804 JUMP JUMPDEST PUSH1 0xA0 SWAP4 DUP5 ADD MLOAD SWAP5 SWAP1 SWAP4 ADD SWAP4 SWAP1 SWAP4 MSTORE POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE DUP2 MLOAD PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 PUSH1 0x20 DUP4 ADD MLOAD PUSH1 0x40 DUP1 DUP5 ADD MSTORE PUSH2 0x200A PUSH1 0x60 DUP5 ADD DUP3 PUSH2 0x1F7F JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2024 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP MLOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x203D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP3 PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0x2058 DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0x2076 DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0x2098 DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0x17E0 JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x20BC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x20D7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x5 DUP2 SWAP1 SHL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x2106 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2121 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP PUSH1 0x60 DUP2 MUL CALLDATASIZE SUB DUP3 SGT ISZERO PUSH2 0x177E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x60 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x214A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP4 DUP4 PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2166 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP3 PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x217D PUSH2 0x1B5C DUP5 PUSH2 0x1A61 JUMP JUMPDEST DUP4 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 PUSH1 0x5 DUP6 SWAP1 SHL DUP5 ADD CALLDATASIZE DUP2 GT ISZERO PUSH2 0x2199 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x1971 JUMPI DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x21BA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x21C6 CALLDATASIZE DUP3 DUP10 ADD PUSH2 0x1E4C JUMP JUMPDEST DUP6 MSTORE POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 ADD PUSH2 0x219B JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x1D96 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP7 MSTORE PUSH1 0x20 SWAP1 DUP2 ADD MLOAD PUSH1 0x40 DUP3 DUP9 ADD DUP2 SWAP1 MSTORE DUP2 MLOAD SWAP1 DUP9 ADD DUP2 SWAP1 MSTORE SWAP2 ADD SWAP1 PUSH1 0x60 PUSH1 0x5 DUP3 SWAP1 SHL DUP9 ADD DUP2 ADD SWAP2 SWAP1 DUP9 ADD SWAP1 PUSH1 0x0 JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0x2272 JUMPI PUSH1 0x5F NOT DUP11 DUP6 SUB ADD DUP4 MSTORE PUSH2 0x225C DUP5 DUP7 MLOAD PUSH2 0x1F7F JUMP JUMPDEST PUSH1 0x20 SWAP6 DUP7 ADD SWAP6 SWAP1 SWAP5 POP SWAP3 SWAP1 SWAP3 ADD SWAP2 PUSH1 0x1 ADD PUSH2 0x2240 JUMP JUMPDEST POP SWAP2 SWAP8 POP POP POP PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 SWAP3 SWAP1 SWAP3 ADD SWAP2 POP PUSH1 0x1 ADD PUSH2 0x21FD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x229E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x22B5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0x22C6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 MLOAD PUSH2 0x22D4 PUSH2 0x1B5C DUP3 PUSH2 0x1A61 JUMP JUMPDEST DUP1 DUP3 DUP3 MSTORE PUSH1 0x20 DUP3 ADD SWAP2 POP PUSH1 0x20 DUP4 PUSH1 0x5 SHL DUP6 ADD ADD SWAP3 POP DUP7 DUP4 GT ISZERO PUSH2 0x22F6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD SWAP4 POP JUMPDEST DUP3 DUP5 LT ISZERO PUSH2 0x2318 JUMPI DUP4 MLOAD DUP3 MSTORE PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP1 SWAP2 ADD SWAP1 PUSH2 0x22FD JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x100 DUP3 DUP5 SUB SLT DUP1 ISZERO PUSH2 0x2336 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x233F PUSH2 0x19E4 JUMP JUMPDEST DUP3 CALLDATALOAD DUP2 MSTORE PUSH2 0x2350 DUP5 PUSH1 0x20 DUP6 ADD PUSH2 0x1A85 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE PUSH2 0x2362 DUP5 PUSH1 0x60 DUP6 ADD PUSH2 0x1AD4 JUMP JUMPDEST PUSH1 0x40 DUP3 ADD MSTORE PUSH2 0x2373 PUSH1 0xC0 DUP5 ADD PUSH2 0x1BB4 JUMP JUMPDEST PUSH1 0x60 DUP3 ADD MSTORE PUSH2 0x2384 PUSH1 0xE0 DUP5 ADD PUSH2 0x1BD0 JUMP JUMPDEST PUSH1 0x80 DUP3 ADD MSTORE SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x23A2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x1843 DUP4 DUP4 PUSH2 0x1A85 JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x19DA DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x17E0 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x21 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP5 BLOBBASEFEE 0xE7 0xCA 0xBD NUMBER LOG2 0xDF CALLDATASIZE 0xBA 0x2D PUSH3 0x97E03F PUSH8 0x1C5068DFE997436D MSTORE PUSH27 0x792F16069D3664736F6C634300081A003300000000000000000000 ", - "sourceMap": "2933:15312:8:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13394:1683;;;;;;:::i;:::-;;:::i;:::-;;5455:105;;;;;;;;;;-1:-1:-1;5455:105:8;;;;;:::i;:::-;5512:7;5538:15;;;:10;:15;;;;;;-1:-1:-1;;;;;5538:15:8;;5455:105;;;;-1:-1:-1;;;;;1369:55:44;;;1351:74;;1339:2;1324:18;5455:105:8;;;;;;;;4998:106;;;;;;;;;;-1:-1:-1;3322:66:8;4998:106;;;1582:25:44;;;1570:2;1555:18;4998:106:8;1436:177:44;5317:86:8;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;6576:430::-;;;;;;:::i;:::-;;:::i;945:235:6:-;;;;;;;;;;;;;:::i;4635:75:8:-;;;;;;;;;;-1:-1:-1;4699:4:8;4635:75;;5144:557:30;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;:::i;8660:2370:8:-;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;11819:334::-;;;;;;:::i;:::-;;:::i;5172:106::-;;;;;;;;;;-1:-1:-1;3641:66:8;5172:106;;4824;;;;;;;;;;;;;:::i;13394:1683::-;13563:22;13546:14;13563:22;13650:36;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;13650:36:8;;;;;;;;;;;;;;;;13602:84;;13702:9;13697:1312;13721:6;13717:1;:10;13697:1312;;;13764:65;13832:22;;13855:1;13832:25;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;13764:93;;;:::i;:::-;13909:26;;;;14021:11;;13764:93;;-1:-1:-1;13909:26:8;14050:15;;;:72;;;14083:21;:32;;;:39;14069:10;:53;;14050:72;14046:133;;;14149:15;;-1:-1:-1;;;14149:15:8;;;;;;;;;;;14046:133;14320:9;14315:574;14339:10;14335:1;:14;14315:574;;;14390:40;14433:4;14438:1;14433:7;;;;;;;;:::i;:::-;;;;;;;14390:50;;14459:415;14494:362;;;;;;;;14560:21;:28;;;14494:362;;;;14620:11;14494:362;;;;14668:21;:32;;;14701:1;14668:35;;;;;;;;:::i;:::-;;;;;;;14494:362;;;;14738:21;:29;;;-1:-1:-1;;;;;14494:362:8;;;;;14803:21;:30;;;14494:362;;;;;14459:13;:415::i;:::-;-1:-1:-1;1489:1:0;1485:5;14315:574:8;;;;14922:76;;;;;;;;14955:21;:28;;;14922:76;;;;14991:4;14922:76;;;14903:13;14917:1;14903:16;;;;;;;;:::i;:::-;;;;;;:95;;;;13750:1259;;;13733:15;13746:1;1489::0;1485:5;;1397:102;13733:15:8;13729:19;;13697:1312;;;-1:-1:-1;15019:51:8;;;;;-1:-1:-1;;;;;15019:4:8;:16;;;;15044:9;;15019:51;;15056:13;;15019:51;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;13536:1541;;13394:1683;;:::o;5317:86::-;5359:13;5391:5;5384:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5317:86;:::o;6576:430::-;6710:7;6729:31;;6743:16;6729:31;:::i;:::-;:13;:31::i;:::-;6771:11;6785:4;-1:-1:-1;;;;;6785:11:8;;6805:9;6830:84;;;;;;;;6859:16;:23;;;6830:84;;;;6890:16;:21;;;;;;;;:::i;:::-;6830:84;;;:::i;:::-;;;;6785:139;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;6771:153;-1:-1:-1;6953:25:8;;;;;;;;:::i;:::-;6935:15;;;;:10;:15;;;;;:43;;;;-1:-1:-1;;;;;6935:43:8;;;;;;;;;;:15;6946:3;-1:-1:-1;;6576:430:8:o;945:235:6:-;987:13;1072:24;1089:6;1072:16;:24::i;:::-;1103;1120:6;1103:16;:24::i;:::-;1134;1151:6;1134:16;:24::i;:::-;1055:104;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1012:161;;945:235;:::o;5144:557:30:-;5242:13;5269:18;5301:21;5336:15;5365:25;5404:12;5430:27;5533:13;:11;:13::i;:::-;5560:16;:14;:16::i;:::-;5668;;;5652:1;5668:16;;;;;;;;;5482:212;;;;-1:-1:-1;5482:212:30;;-1:-1:-1;5590:13:30;;-1:-1:-1;5625:4:30;;-1:-1:-1;5652:1:30;-1:-1:-1;5668:16:30;-1:-1:-1;5482:212:30;-1:-1:-1;5144:557:30:o;8660:2370:8:-;8812:16;8857:22;8840:14;8857:22;8945:37;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;8945:37:8;;;;;;;;;;;;;;;;8896:86;;8998:9;8993:1249;9017:6;9013:1;:10;8993:1249;;;9060:68;9131:22;;9154:1;9131:25;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;9060:96;-1:-1:-1;9170:38:8;;9211:26;;;;9060:96;9211:26;:::i;:::-;9170:67;;-1:-1:-1;9170:67:8;-1:-1:-1;9170:67:8;9352:15;;;:72;;-1:-1:-1;9385:32:8;;;;:21;:32;:::i;:::-;:39;;9371:10;:53;;9352:72;9348:133;;;9451:15;;-1:-1:-1;;;9451:15:8;;;;;;;;;;;9348:133;9622:9;9617:504;9641:10;9637:1;:14;9617:504;;;9692:414;9727:361;;;;;;;;9794:21;:28;;;9727:361;;;;9854:4;;9859:1;9854:7;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;9727:361;;;:::i;:::-;;;;;9898:32;;;;:21;:32;:::i;:::-;9931:1;9898:35;;;;;;;:::i;:::-;;;;;;9727:361;;;;;;;;;;:::i;:::-;;;;;9969:30;;;;;;;;:::i;:::-;-1:-1:-1;;;;;9727:361:8;;;;;10035:30;;;;;;;;:::i;:::-;9727:361;;;;9692:13;:414::i;:::-;1489:1:0;1485:5;9617:504:8;;;-1:-1:-1;10154:77:8;;;;;;;;;10188:28;;10154:77;;;;;;10224:4;;10154:77;:::i;:::-;;;;10135:13;10149:1;10135:16;;;;;;;;:::i;:::-;;;;;;:96;;;;9046:1196;;;;9029:15;9042:1;1489::0;1485:5;;1397:102;9029:15:8;9025:19;;8993:1249;;;;10252:21;10276:4;-1:-1:-1;;;;;10276:16:8;;10301:9;10313:13;10276:51;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;10276:51:8;;;;;;;;;;;;:::i;:::-;10252:75;;10422:18;10460:9;10455:547;10479:6;10475:1;:10;10455:547;;;10522:68;10593:22;;10616:1;10593:25;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;10522:96;-1:-1:-1;10632:38:8;;10673:26;;;;10522:96;10673:26;:::i;:::-;10632:67;;-1:-1:-1;10632:67:8;-1:-1:-1;10632:67:8;10714:18;10760:232;10784:10;10780:1;:14;10760:232;;;10866:30;;;;;;;;:::i;:::-;10835:10;:28;10846:4;10851:10;10846:16;;;;;;;;:::i;:::-;;;;;;;10835:28;;;;;;;;;;;;:61;;;;;-1:-1:-1;;;;;10835:61:8;;;;;-1:-1:-1;;;;;10835:61:8;;;;;;10947:12;;;;;10800:15;10813:1;1489::0;1485:5;;1397:102;10800:15:8;10796:19;;10760:232;;;;10508:494;;;;10491:15;10504:1;1489::0;1485:5;;1397:102;10491:15:8;10487:19;;10455:547;;;-1:-1:-1;11019:4:8;;-1:-1:-1;;;;8660:2370:8;;;;;:::o;11819:334::-;11939:31;;;;;;;;11953:16;11939:31;:::i;:::-;:13;:31::i;:::-;12000:4;-1:-1:-1;;;;;12000:11:8;;12020:9;12049:83;;;;;;;;12077:16;:23;;;12049:83;;;;12108:16;:21;;12049:83;;;;;;;;;;:::i;:::-;;;12000:146;;;;;;;;;;25837:13:44;;12000:146:8;;;25819:32:44;25898:4;25886:17;;;25880:24;11705:12;;25967:20;;;11693:25;11756:16;;;11750:23;11734:14;;;11727:47;25792:18;;12000:146:8;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;11819:334;:::o;4824:106::-;4877:7;4903:20;:18;:20::i;:::-;4896:27;;4824:106;:::o;16381:1161::-;16475:16;;;;:38;;;;;;:68;;-1:-1:-1;18220:15:8;16517:26;;:7;:16;;;:26;;;16475:68;16471:123;;;16566:17;;-1:-1:-1;;;16566:17:8;;;;;;;;;;;16471:123;16640:12;;;;;16764:8;;16604:33;16753:20;;;:10;:20;;;;;;;;-1:-1:-1;;;;;16753:20:8;;16783:70;;16832:10;;;;;;;;;;;;;;16783:70;-1:-1:-1;;;;;16867:22:8;;16879:10;16867:22;16863:74;;16912:14;;;;;;;;;;;;;;16863:74;16976:17;;;;17004:33;16976:17;17004:22;:33::i;:::-;17197:15;;;;;17234:14;;17270:8;;17300:10;;;;;17332:16;;;;;17122:244;;;3641:66;17122:244;;;26284:25:44;;;;-1:-1:-1;;;;;26345:55:44;;;26325:18;;;26318:83;;;;26417:18;;;26410:34;;;;26460:18;;;26453:34;26503:19;;;26496:35;26580:18;26568:31;26547:19;;;26540:60;17048:14:8;;17065:325;;26256:19:44;;17122:244:8;;;;;;;;;;;;;17095:285;;;;;;17065:16;:325::i;:::-;17048:342;;17469:7;:15;;;-1:-1:-1;;;;;17405:79:8;:60;17419:6;17427:9;:11;;;17440:9;:11;;;17453:9;:11;;;17405:13;:60::i;:::-;-1:-1:-1;;;;;17405:79:8;;17401:135;;17507:18;;-1:-1:-1;;;17507:18:8;;;;;;;;;;;17401:135;16461:1081;;;;16381:1161;:::o;15211:1038::-;15306:16;;;;:38;;;;;;:68;;-1:-1:-1;18220:15:8;15348:26;;:7;:16;;;:26;;;15306:68;15302:123;;;15397:17;;-1:-1:-1;;;15397:17:8;;;;;;;;;;;15302:123;15472:12;;;;15523:17;;;;15551:33;15523:17;15551:22;:33::i;:::-;15595:14;15612:484;3322:66;15701:21;;15744:7;:16;;;15782:7;:14;;;15818:4;:14;;;15854:4;:19;;;15895:4;:14;;;15931:4;:11;;;15974:4;:9;;;15964:20;;;;;;16006:4;:10;;;16038:7;:16;;;15669:403;;;;;;;;;;;;;;;;27000:25:44;;;-1:-1:-1;;;;;27061:55:44;;;27056:2;27041:18;;27034:83;27148:2;27133:18;;27126:34;;;;27196:55;;;;27191:2;27176:18;;27169:83;27301:18;27289:31;;;27283:3;27268:19;;27261:60;27365:14;;27358:22;27352:3;27337:19;;27330:51;27412:3;27397:19;;27390:35;27456:3;27441:19;;27434:35;;;;27500:3;27485:19;;27478:35;27550:31;27544:3;27529:19;;27522:60;26987:3;26972:19;;26611:977;15612:484:8;15595:501;;16175:7;:16;;;-1:-1:-1;;;;;16111:80:8;:60;16125:6;16133:9;:11;;;16146:9;:11;;;16159:9;:11;;;16111:13;:60::i;:::-;-1:-1:-1;;;;;16111:80:8;;16107:136;;16214:18;;-1:-1:-1;;;16214:18:8;;;;;;;;;;;16107:136;15292:957;;;15211:1038;:::o;637:698:28:-;693:13;742:14;759:17;770:5;759:10;:17::i;:::-;779:1;759:21;742:38;;794:20;828:6;817:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:28;-1:-1:-1;794:41:28;-1:-1:-1;955:28:28;;;971:2;955:28;1010:282;-1:-1:-1;;1041:5:28;1180:10;1175:2;1164:14;;1159:32;1041:5;1146:46;1236:2;1227:11;;;-1:-1:-1;1256:21:28;1010:282;1256:21;-1:-1:-1;1312:6:28;637:698;-1:-1:-1;;;637:698:28:o;6021:126:30:-;6067:13;6099:41;:5;6126:13;6099:26;:41::i;6473:135::-;6522:13;6554:47;:8;6584:16;6554:29;:47::i;3845:262::-;3898:7;3929:4;-1:-1:-1;;;;;3938:11:30;3921:28;;:63;;;;;3970:14;3953:13;:31;3921:63;3917:184;;;-1:-1:-1;4007:22:30;;3845:262::o;3917:184::-;4067:23;4204:80;;;2079:95;4204:80;;;28728:25:44;4226:11:30;28769:18:44;;;28762:34;;;;4239:14:30;28812:18:44;;;28805:34;4255:13:30;28855:18:44;;;28848:34;4278:4:30;28898:19:44;;;28891:84;4168:7:30;;28700:19:44;;4204:80:30;;;;;;;;;;;;4194:91;;;;;;4187:98;;4113:179;;17677:309:8;17804:11;;17817;;;;;17830;;;;;17787:55;;27983:3:44;27979:16;;;;27997:66;27975:89;17787:55:8;;;27963:102:44;;;;28081:11;;;28074:27;28117:12;;;28110:28;-1:-1:-1;;28154:12:44;;17787:55:8;;;;;;;;;;;;17756:86;;17857:11;17869:15;17857:28;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;17853:81;;;17908:15;;;;;;;;;;;;;;17853:81;17975:4;17944:11;17956:15;17944:28;;;;;;:::i;:::-;;;;;;;;;;;;;;:35;;;;;-1:-1:-1;;17944:35:8;;;;;;;;;-1:-1:-1;;17677:309:8:o;4917:176:30:-;4994:7;5020:66;5053:20;:18;:20::i;:::-;5075:10;3555:4:31;3549:11;3585:10;3573:23;;3625:4;3616:14;;3609:39;;;;3677:4;3668:14;;3661:34;3733:4;3718:20;;;3353:401;6803:260:29;6888:7;6908:17;6927:18;6947:16;6967:25;6978:4;6984:1;6987;6990;6967:10;:25::i;:::-;6907:85;;;;;;7002:28;7014:5;7021:8;7002:11;:28::i;:::-;-1:-1:-1;7047:9:29;;6803:260;-1:-1:-1;;;;;;6803:260:29:o;12214:916:33:-;12267:7;;12351:8;12342:17;;12338:103;;12388:8;12379:17;;;-1:-1:-1;12424:2:33;12414:12;12338:103;12467:8;12458:5;:17;12454:103;;12504:8;12495:17;;;-1:-1:-1;12540:2:33;12530:12;12454:103;12583:8;12574:5;:17;12570:103;;12620:8;12611:17;;;-1:-1:-1;12656:2:33;12646:12;12570:103;12699:7;12690:5;:16;12686:100;;12735:7;12726:16;;;-1:-1:-1;12770:1:33;12760:11;12686:100;12812:7;12803:5;:16;12799:100;;12848:7;12839:16;;;-1:-1:-1;12883:1:33;12873:11;12799:100;12925:7;12916:5;:16;12912:100;;12961:7;12952:16;;;-1:-1:-1;12996:1:33;12986:11;12912:100;13038:7;13029:5;:16;13025:66;;13075:1;13065:11;13117:6;12214:916;-1:-1:-1;;12214:916:33:o;3385:267:26:-;3479:13;1390:66;3508:46;;3504:142;;3577:15;3586:5;3577:8;:15::i;:::-;3570:22;;;;3504:142;3630:5;3623:12;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;5140:1530:29;5266:7;;;6199:66;6186:79;;6182:164;;;-1:-1:-1;6297:1:29;;-1:-1:-1;6301:30:29;;-1:-1:-1;6333:1:29;6281:54;;6182:164;6457:24;;;6440:14;6457:24;;;;;;;;;29213:25:44;;;29286:4;29274:17;;29254:18;;;29247:45;;;;29308:18;;;29301:34;;;29351:18;;;29344:34;;;6457:24:29;;29185:19:44;;6457:24:29;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;6457:24:29;;-1:-1:-1;;6457:24:29;;;-1:-1:-1;;;;;;;6495:20:29;;6491:113;;-1:-1:-1;6547:1:29;;-1:-1:-1;6551:29:29;;-1:-1:-1;6547:1:29;;-1:-1:-1;6531:62:29;;6491:113;6622:6;-1:-1:-1;6630:20:29;;-1:-1:-1;6630:20:29;;-1:-1:-1;5140:1530:29;;;;;;;;;:::o;7196:532::-;7291:20;7282:5;:29;;;;;;;;:::i;:::-;;7278:444;;7196:532;;:::o;7278:444::-;7387:29;7378:5;:38;;;;;;;;:::i;:::-;;7374:348;;7439:23;;;;;;;;;;;;;;7374:348;7492:35;7483:5;:44;;;;;;;;:::i;:::-;;7479:243;;7550:46;;;;;;;;1582:25:44;;;1555:18;;7550:46:29;;;;;;;;7479:243;7626:30;7617:5;:39;;;;;;;;:::i;:::-;;7613:109;;7679:32;;;;;;;;1582:25:44;;;1555:18;;7679:32:29;1436:177:44;7613:109:29;7196:532;;:::o;2078:405:26:-;2137:13;2162:11;2176:16;2187:4;2176:10;:16::i;:::-;2300:14;;;2311:2;2300:14;;;;;;;;;2162:30;;-1:-1:-1;2280:17:26;;2300:14;;;;;;;;;-1:-1:-1;;;2390:16:26;;;-1:-1:-1;2435:4:26;2426:14;;2419:28;;;;-1:-1:-1;2390:16:26;2078:405::o;2555:245::-;2616:7;2688:4;2652:40;;2715:2;2706:11;;2702:69;;;2740:20;;;;;;;;;;;;;;14:412:44;122:8;132:6;186:3;179:4;171:6;167:17;163:27;153:55;;204:1;201;194:12;153:55;-1:-1:-1;227:20:44;;270:18;259:30;;256:50;;;302:1;299;292:12;256:50;339:4;331:6;327:17;315:29;;399:3;392:4;382:6;379:1;375:14;367:6;363:27;359:38;356:47;353:67;;;416:1;413;406:12;353:67;14:412;;;;;:::o;431:538::-;573:6;581;634:2;622:9;613:7;609:23;605:32;602:52;;;650:1;647;640:12;602:52;690:9;677:23;723:18;715:6;712:30;709:50;;;755:1;752;745:12;709:50;794:115;901:7;892:6;881:9;877:22;794:115;:::i;:::-;928:8;;768:141;;-1:-1:-1;431:538:44;-1:-1:-1;;;;431:538:44:o;974:226::-;1033:6;1086:2;1074:9;1065:7;1061:23;1057:32;1054:52;;;1102:1;1099;1092:12;1054:52;-1:-1:-1;1147:23:44;;974:226;-1:-1:-1;974:226:44:o;1618:250::-;1703:1;1713:113;1727:6;1724:1;1721:13;1713:113;;;1803:11;;;1797:18;1784:11;;;1777:39;1749:2;1742:10;1713:113;;;-1:-1:-1;;1860:1:44;1842:16;;1835:27;1618:250::o;1873:271::-;1915:3;1953:5;1947:12;1980:6;1975:3;1968:19;1996:76;2065:6;2058:4;2053:3;2049:14;2042:4;2035:5;2031:16;1996:76;:::i;:::-;2126:2;2105:15;-1:-1:-1;;2101:29:44;2092:39;;;;2133:4;2088:50;;1873:271;-1:-1:-1;;1873:271:44:o;2149:220::-;2298:2;2287:9;2280:21;2261:4;2318:45;2359:2;2348:9;2344:18;2336:6;2318:45;:::i;:::-;2310:53;2149:220;-1:-1:-1;;;2149:220:44:o;2374:412::-;2485:6;2538:2;2526:9;2517:7;2513:23;2509:32;2506:52;;;2554:1;2551;2544:12;2506:52;2594:9;2581:23;2627:18;2619:6;2616:30;2613:50;;;2659:1;2656;2649:12;2613:50;2682:22;;2738:3;2720:16;;;2716:26;2713:46;;;2755:1;2752;2745:12;3035:1314;3432:66;3424:6;3420:79;3409:9;3402:98;3536:3;3531:2;3520:9;3516:18;3509:31;3383:4;3563:46;3604:3;3593:9;3589:19;3581:6;3563:46;:::i;:::-;3657:9;3649:6;3645:22;3640:2;3629:9;3625:18;3618:50;3691:33;3717:6;3709;3691:33;:::i;:::-;3755:2;3740:18;;3733:34;;;-1:-1:-1;;;;;3804:55:44;;3798:3;3783:19;;3776:84;3891:3;3876:19;;3869:35;;;3941:22;;;3935:3;3920:19;;3913:51;4013:13;;4035:22;;;4085:2;4111:15;;;;-1:-1:-1;4073:15:44;;;;-1:-1:-1;4154:169:44;4168:6;4165:1;4162:13;4154:169;;;4229:13;;4217:26;;4272:2;4298:15;;;;4263:12;;;;4190:1;4183:9;4154:169;;;-1:-1:-1;4340:3:44;;3035:1314;-1:-1:-1;;;;;;;;;;;3035:1314:44:o;4898:611::-;5088:2;5100:21;;;5170:13;;5073:18;;;5192:22;;;5040:4;;5271:15;;;5245:2;5230:18;;;5040:4;5314:169;5328:6;5325:1;5322:13;5314:169;;;5389:13;;5377:26;;5432:2;5458:15;;;;5423:12;;;;5350:1;5343:9;5314:169;;;-1:-1:-1;5500:3:44;;4898:611;-1:-1:-1;;;;;4898:611:44:o;5514:255::-;5624:6;5684:3;5672:9;5663:7;5659:23;5655:33;5700:2;5697:22;;;5715:1;5712;5705:12;5697:22;-1:-1:-1;5754:9:44;;5514:255;-1:-1:-1;;5514:255:44:o;5774:184::-;-1:-1:-1;;;5823:1:44;5816:88;5923:4;5920:1;5913:15;5947:4;5944:1;5937:15;5963:184;-1:-1:-1;;;6012:1:44;6005:88;6112:4;6109:1;6102:15;6136:4;6133:1;6126:15;6152:354;6274:4;6332:11;6319:25;6426:3;6422:8;6411;6395:14;6391:29;6387:44;6367:18;6363:69;6353:97;;6446:1;6443;6436:12;6353:97;6467:33;;;;;6152:354;-1:-1:-1;;6152:354:44:o;6511:253::-;6583:2;6577:9;6625:4;6613:17;;6660:18;6645:34;;6681:22;;;6642:62;6639:88;;;6707:18;;:::i;:::-;6743:2;6736:22;6511:253;:::o;6769:::-;6841:2;6835:9;6883:4;6871:17;;6918:18;6903:34;;6939:22;;;6900:62;6897:88;;;6965:18;;:::i;7027:275::-;7098:2;7092:9;7163:2;7144:13;;-1:-1:-1;;7140:27:44;7128:40;;7198:18;7183:34;;7219:22;;;7180:62;7177:88;;;7245:18;;:::i;:::-;7281:2;7274:22;7027:275;;-1:-1:-1;7027:275:44:o;7307:204::-;7388:4;7421:18;7413:6;7410:30;7407:56;;;7443:18;;:::i;:::-;-1:-1:-1;7488:1:44;7484:14;7500:4;7480:25;;7307:204::o;7516:614::-;7584:5;7632:4;7620:9;7615:3;7611:19;7607:30;7604:50;;;7650:1;7647;7640:12;7604:50;7703:4;7697:11;;;7735:17;;7782:18;7767:34;;7803:22;;;7764:62;7761:88;;;7829:18;;:::i;:::-;7865:4;7858:24;7951:23;;7983;;8079:2;8064:18;;;8051:32;8099:15;;;8092:32;;;;-1:-1:-1;7900:6:44;7516:614;-1:-1:-1;7516:614:44:o;8135:763::-;8191:5;8239:4;8227:9;8222:3;8218:19;8214:30;8211:50;;;8257:1;8254;8247:12;8211:50;8310:2;8304:9;8352:4;8340:17;;8387:18;8372:34;;8408:22;;;8369:62;8366:88;;;8434:18;;:::i;:::-;8470:2;8463:22;8503:6;-1:-1:-1;8503:6:44;8533:23;;8600:4;8587:18;;8575:31;;8565:59;;8620:1;8617;8610:12;8565:59;8633:23;;8729:2;8714:18;;;8701:32;8749:15;;;8742:32;8847:2;8832:18;;;8819:32;8867:15;;8860:32;;;;8135:763;;-1:-1:-1;8135:763:44:o;8903:722::-;8966:5;9019:3;9012:4;9004:6;9000:17;8996:27;8986:55;;9037:1;9034;9027:12;8986:55;9077:6;9064:20;9104:85;9120:68;9181:6;9120:68;:::i;:::-;9104:85;:::i;:::-;9213:3;9237:6;9232:3;9225:19;9269:4;9264:3;9260:14;9253:21;;9333:4;9325;9317:6;9313:17;9305:6;9301:30;9297:41;9283:55;;9361:3;9353:6;9350:15;9347:35;;;9378:1;9375;9368:12;9347:35;9414:4;9406:6;9402:17;9428:166;9444:6;9439:3;9436:15;9428:166;;;9512:37;9545:3;9540;9512:37;:::i;:::-;9500:50;;9579:4;9570:14;;;;9470:4;9461:14;9428:166;;;-1:-1:-1;9612:7:44;8903:722;-1:-1:-1;;;;;8903:722:44:o;9630:196::-;9698:20;;-1:-1:-1;;;;;9747:54:44;;9737:65;;9727:93;;9816:1;9813;9806:12;9727:93;9630:196;;;:::o;9831:171::-;9898:20;;9958:18;9947:30;;9937:41;;9927:69;;9992:1;9989;9982:12;10007:1606;10167:9;10226:4;10218:5;10202:14;10198:26;10194:37;10191:57;;;10244:1;10241;10234:12;10191:57;10272:22;;:::i;:::-;10339:19;;10367:24;;10438:2;10427:14;;10414:28;10465:18;10454:30;;10451:50;;;10497:1;10494;10487:12;10451:50;10520:18;;10576:14;10569:4;10561:13;;10557:34;10547:62;;10605:1;10602;10595:12;10547:62;10645:2;10632:16;10668:85;10684:68;10745:6;10684:68;:::i;10668:85::-;10775:3;10799:6;10794:3;10787:19;10831:2;10826:3;10822:12;10815:19;;10886:2;10876:6;10873:1;10869:14;10865:2;10861:23;10857:32;10843:46;;10912:14;10904:6;10901:26;10898:46;;;10940:1;10937;10930:12;10898:46;10972:2;10968;10964:11;10953:22;;10984:187;11000:6;10995:3;10992:15;10984:187;;;11068:60;11113:14;11108:3;11068:60;:::i;:::-;11063:3;11056:73;11158:2;11153:3;11149:12;11142:19;;11026:4;11021:3;11017:14;11010:21;;10984:187;;;11200:2;11187:16;;11180:31;-1:-1:-1;;;11260:4:44;11249:16;;11236:30;11291:18;11278:32;;11275:52;;;11323:1;11320;11313:12;11275:52;11363:75;11423:14;11412:8;11405:5;11401:20;11363:75;:::i;:::-;11356:4;11347:7;11343:18;11336:103;;11473:34;11503:2;11496:5;11492:14;11473:34;:::i;:::-;11468:2;11459:7;11455:16;11448:60;11543:34;11572:3;11565:5;11561:15;11543:34;:::i;:::-;11537:3;11524:17;;11517:61;11528:7;10007:1606;-1:-1:-1;;10007:1606:44:o;11785:1498::-;12007:4;12055:2;12044:9;12040:18;12085:2;12074:9;12067:21;12108:6;12143;12137:13;12174:6;12166;12159:22;12212:2;12201:9;12197:18;12190:25;;12274:2;12264:6;12261:1;12257:14;12246:9;12242:30;12238:39;12224:53;;12312:2;12304:6;12300:15;12333:1;12343:911;12357:6;12354:1;12351:13;12343:911;;;12422:22;;;-1:-1:-1;;12418:36:44;12406:49;;12478:13;;12561:9;;12546:25;;12618:2;12610:11;;;12604:18;12530:2;12642:15;;;12635:27;;;12723:19;;12518:15;;;12755:24;;;12845:21;;;-1:-1:-1;;12813:2:44;12801:15;;;12904:242;12920:8;12915:3;12912:17;12904:242;;;12983:63;13040:5;13029:8;13023:15;11705:12;;11693:25;;11767:4;11756:16;;;11750:23;11734:14;;11727:47;11618:162;12983:63;13083:2;13076:5;13072:14;13063:23;;13129:2;13119:8;13115:17;13103:29;;12948:1;12943:3;12939:11;12932:18;;12904:242;;;-1:-1:-1;13169:5:44;-1:-1:-1;;;13209:2:44;13232:12;;;;13197:15;;;;;12379:1;12372:9;12343:911;;;-1:-1:-1;13271:6:44;;11785:1498;-1:-1:-1;;;;;;11785:1498:44:o;13288:437::-;13367:1;13363:12;;;;13410;;;13431:61;;13485:4;13477:6;13473:17;13463:27;;13431:61;13538:2;13530:6;13527:14;13507:18;13504:38;13501:218;;-1:-1:-1;;;13572:1:44;13565:88;13676:4;13673:1;13666:15;13704:4;13701:1;13694:15;13501:218;;13288:437;;;:::o;13730:558::-;13772:5;13825:3;13818:4;13810:6;13806:17;13802:27;13792:55;;13843:1;13840;13833:12;13792:55;13883:6;13870:20;13913:18;13905:6;13902:30;13899:56;;;13935:18;;:::i;:::-;13979:59;14026:2;14003:17;;-1:-1:-1;;13999:31:44;14032:4;13995:42;13979:59;:::i;:::-;14063:6;14054:7;14047:23;14117:3;14110:4;14101:6;14093;14089:19;14085:30;14082:39;14079:59;;;14134:1;14131;14124:12;14079:59;14199:6;14192:4;14184:6;14180:17;14173:4;14164:7;14160:18;14147:59;14255:1;14226:20;;;14248:4;14222:31;14215:42;;;;14230:7;13730:558;-1:-1:-1;;;13730:558:44:o;14293:907::-;14362:5;14410:4;14398:9;14393:3;14389:19;14385:30;14382:50;;;14428:1;14425;14418:12;14382:50;14450:22;;:::i;:::-;14441:31;;14495:29;14514:9;14495:29;:::i;:::-;14488:5;14481:44;14557:37;14590:2;14579:9;14575:18;14557:37;:::i;:::-;14552:2;14545:5;14541:14;14534:61;14647:2;14636:9;14632:18;14619:32;14696:7;14689:15;14682:23;14673:7;14670:36;14660:64;;14720:1;14717;14710:12;14660:64;14751:2;14740:14;;14733:31;14837:2;14822:18;;;14809:32;14857:14;;;14850:31;14932:3;14917:19;;14904:33;14960:18;14949:30;;14946:50;;;14992:1;14989;14982:12;14946:50;15029:45;15070:3;15061:6;15050:9;15046:22;15029:45;:::i;:::-;15023:3;15012:15;;15005:70;-1:-1:-1;15148:3:44;15133:19;;;15120:33;15169:15;;;15162:32;;;;15016:5;14293:907;-1:-1:-1;14293:907:44:o;15205:870::-;15357:9;15416:4;15408:5;15392:14;15388:26;15384:37;15381:57;;;15434:1;15431;15424:12;15381:57;15462:22;;:::i;:::-;15529:19;;15557:24;;15628:2;15617:14;;15604:28;15655:18;15644:30;;15641:50;;;15687:1;15684;15677:12;15641:50;15725:76;15786:14;15777:6;15770:5;15766:18;15725:76;:::i;:::-;15720:2;15711:7;15707:16;15700:102;;15836:59;15880:14;15875:2;15868:5;15864:14;15836:59;:::i;:::-;15831:2;15822:7;15818:16;15811:85;15932:36;15962:4;15955:5;15951:16;15932:36;:::i;:::-;15925:4;15916:7;15912:18;15905:64;16005:34;16034:3;16027:5;16023:15;16005:34;:::i;16080:340::-;16188:4;16246:11;16233:25;16340:3;16336:8;16325;16309:14;16305:29;16301:44;16281:18;16277:69;16267:97;;16360:1;16357;16350:12;16425:238;16557:9;16594:63;16642:14;16635:5;16594:63;:::i;16668:605::-;-1:-1:-1;;;;;16773:5:44;16767:12;16763:61;16758:3;16751:74;16886:18;16878:4;16871:5;16867:16;16861:23;16857:48;16850:4;16845:3;16841:14;16834:72;16969:4;16962:5;16958:16;16952:23;16945:31;16938:39;16931:4;16926:3;16922:14;16915:63;17027:4;17020:5;17016:16;17010:23;17003:4;16998:3;16994:14;16987:47;16733:3;17080:4;17073:5;17069:16;17063:23;17118:4;17111;17106:3;17102:14;17095:28;17144:47;17185:4;17180:3;17176:14;17162:12;17144:47;:::i;:::-;17240:4;17229:16;;;17223:23;17207:14;;;;17200:47;;;;-1:-1:-1;17132:59:44;16668:605;-1:-1:-1;16668:605:44:o;17278:445::-;17479:2;17468:9;17461:21;17524:6;17518:13;17513:2;17502:9;17498:18;17491:41;17442:4;17579:2;17571:6;17567:15;17561:22;17621:4;17614;17603:9;17599:20;17592:34;17643:74;17713:2;17702:9;17698:18;17684:12;17643:74;:::i;:::-;17635:82;17278:445;-1:-1:-1;;;;17278:445:44:o;17728:230::-;17798:6;17851:2;17839:9;17830:7;17826:23;17822:32;17819:52;;;17867:1;17864;17857:12;17819:52;-1:-1:-1;17912:16:44;;17728:230;-1:-1:-1;17728:230:44:o;17963:186::-;18022:6;18075:2;18063:9;18054:7;18050:23;18046:32;18043:52;;;18091:1;18088;18081:12;18043:52;18114:29;18133:9;18114:29;:::i;18154:987::-;18583:3;18621:6;18615:13;18637:66;18696:6;18691:3;18684:4;18676:6;18672:17;18637:66;:::i;:::-;-1:-1:-1;;;18725:16:44;;;18750:18;;;18793:13;;18815:78;18793:13;18880:1;18869:13;;18862:4;18850:17;;18815:78;:::i;:::-;-1:-1:-1;;;18956:1:44;18912:20;;;;18948:10;;;18941:23;18989:13;;19011:75;18989:13;19073:1;19065:10;;19058:4;19046:17;;19011:75;:::i;:::-;19110:17;19102:33;;;;-1:-1:-1;;;;;18154:987:44:o;19506:587::-;19641:4;19647:6;19707:11;19694:25;19801:2;19797:7;19786:8;19770:14;19766:29;19762:43;19742:18;19738:68;19728:96;;19820:1;19817;19810:12;19728:96;19847:33;;19899:20;;;-1:-1:-1;19942:18:44;19931:30;;19928:50;;;19974:1;19971;19964:12;19928:50;20007:4;19995:17;;-1:-1:-1;20058:1:44;20054:14;;;20038;20034:35;20024:46;;20021:66;;;20083:1;20080;20073:12;20098:575;20218:4;20224:6;20284:11;20271:25;20378:2;20374:7;20363:8;20347:14;20343:29;20339:43;20319:18;20315:68;20305:96;;20397:1;20394;20387:12;20305:96;20424:33;;20476:20;;;-1:-1:-1;20519:18:44;20508:30;;20505:50;;;20551:1;20548;20541:12;20505:50;20584:4;20572:17;;-1:-1:-1;20643:4:44;20631:17;;20615:14;20611:38;20601:49;;20598:69;;;20663:1;20660;20653:12;20678:229;20762:6;20815:2;20803:9;20794:7;20790:23;20786:32;20783:52;;;20831:1;20828;20821:12;20783:52;20854:47;20893:7;20882:9;20854:47;:::i;20912:184::-;20970:6;21023:2;21011:9;21002:7;20998:23;20994:32;20991:52;;;21039:1;21036;21029:12;20991:52;21062:28;21080:9;21062:28;:::i;21101:899::-;21299:9;21334:85;21350:68;21411:6;21350:68;:::i;21334:85::-;21453:19;;;21497:4;21488:14;;;21540:1;21536:14;;;21525:26;;21574:14;21563:26;;21560:46;;;21602:1;21599;21592:12;21560:46;21626:5;21640:327;21656:6;21651:3;21648:15;21640:327;;;21744:3;21731:17;21780:18;21767:11;21764:35;21761:55;;;21812:1;21809;21802:12;21761:55;21841:81;21907:14;21893:11;21886:5;21882:23;21841:81;:::i;:::-;21829:94;;-1:-1:-1;21952:4:44;21943:14;;;;21673;21640:327;;22005:1643;22229:4;22277:2;22266:9;22262:18;22307:2;22296:9;22289:21;22330:6;22365;22359:13;22396:6;22388;22381:22;22434:2;22423:9;22419:18;22412:25;;22496:2;22486:6;22483:1;22479:14;22468:9;22464:30;22460:39;22446:53;;22534:2;22526:6;22522:15;22555:1;22565:1054;22579:6;22576:1;22573:13;22565:1054;;;-1:-1:-1;;22644:22:44;;;22640:36;22628:49;;22700:13;;22783:9;;22768:25;;22840:2;22832:11;;;22826:18;22752:2;22864:15;;;22857:27;;;22945:19;;22740:15;;;22977:24;;;23132:21;;;23035:2;23085:1;23081:16;;;23069:29;;23065:38;;;23023:15;;;;-1:-1:-1;23191:319:44;23207:8;23202:3;23199:17;23191:319;;;23313:2;23309:7;23300:6;23292;23288:19;23284:33;23277:5;23270:48;23345:65;23403:6;23392:8;23386:15;23345:65;:::i;:::-;23453:2;23439:17;;;;23335:75;;-1:-1:-1;23482:14:44;;;;;23235:1;23226:11;23191:319;;;-1:-1:-1;23533:6:44;;-1:-1:-1;;;23574:2:44;23597:12;;;;23562:15;;;;;-1:-1:-1;22601:1:44;22594:9;22565:1054;;23653:951;23748:6;23801:2;23789:9;23780:7;23776:23;23772:32;23769:52;;;23817:1;23814;23807:12;23769:52;23850:9;23844:16;23883:18;23875:6;23872:30;23869:50;;;23915:1;23912;23905:12;23869:50;23938:22;;23991:4;23983:13;;23979:27;-1:-1:-1;23969:55:44;;24020:1;24017;24010:12;23969:55;24053:2;24047:9;24076:85;24092:68;24153:6;24092:68;:::i;24076:85::-;24183:3;24207:6;24202:3;24195:19;24239:2;24234:3;24230:12;24223:19;;24294:2;24284:6;24281:1;24277:14;24273:2;24269:23;24265:32;24251:46;;24320:7;24312:6;24309:19;24306:39;;;24341:1;24338;24331:12;24306:39;24373:2;24369;24365:11;24354:22;;24385:189;24401:6;24396:3;24393:15;24385:189;;;24491:10;;24514:18;;24561:2;24418:12;;;;24552;;;;24385:189;;;24593:5;23653:951;-1:-1:-1;;;;;;23653:951:44:o;24609:729::-;24717:6;24777:3;24765:9;24756:7;24752:23;24748:33;24793:2;24790:22;;;24808:1;24805;24798:12;24790:22;-1:-1:-1;24850:22:44;;:::i;:::-;24917:23;;24949:22;;25003:68;25063:7;25058:2;25043:18;;25003:68;:::i;:::-;24998:2;24991:5;24987:14;24980:92;25106:56;25154:7;25149:2;25138:9;25134:18;25106:56;:::i;:::-;25099:4;25092:5;25088:16;25081:82;25195:39;25229:3;25218:9;25214:19;25195:39;:::i;:::-;25190:2;25183:5;25179:14;25172:63;25269:38;25302:3;25291:9;25287:19;25269:38;:::i;:::-;25262:4;25251:16;;25244:64;25255:5;24609:729;-1:-1:-1;;;24609:729:44:o;25343:255::-;25441:6;25494:2;25482:9;25473:7;25469:23;25465:32;25462:52;;;25510:1;25507;25500:12;25462:52;25533:59;25584:7;25573:9;25533:59;:::i;28177:287::-;28306:3;28344:6;28338:13;28360:66;28419:6;28414:3;28407:4;28399:6;28395:17;28360:66;:::i;29389:184::-;-1:-1:-1;;;29438:1:44;29431:88;29538:4;29535:1;29528:15;29562:4;29559:1;29552:15" - }, - "methodIdentifiers": { - "attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))": "3c042715", - "eip712Domain()": "84b0196e", - "getAttestTypeHash()": "12b11a17", - "getAttester(bytes32)": "10d736d5", - "getDomainSeparator()": "ed24911d", - "getEAS()": "65c40b9c", - "getName()": "17d7de7c", - "getRevokeTypeHash()": "b83010d3", - "multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "95411525", - "multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])": "0eabf660", - "revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))": "a6d4dbc7", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IEAS\",\"name\":\"eas\",\"type\":\"address\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"DeadlineExpired\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ECDSAInvalidSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"ECDSAInvalidSignatureLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"ECDSAInvalidSignatureS\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidEAS\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidSignature\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotFound\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"UsedSignature\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedProxyAttestationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"attestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getAttestTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"}],\"name\":\"getAttester\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getDomainSeparator\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getEAS\",\"outputs\":[{\"internalType\":\"contract IEAS\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getName\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getRevokeTypeHash\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct AttestationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedProxyAttestationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiAttestByDelegation\",\"outputs\":[{\"internalType\":\"bytes32[]\",\"name\":\"\",\"type\":\"bytes32[]\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData[]\",\"name\":\"data\",\"type\":\"tuple[]\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature[]\",\"name\":\"signatures\",\"type\":\"tuple[]\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct MultiDelegatedProxyRevocationRequest[]\",\"name\":\"multiDelegatedRequests\",\"type\":\"tuple[]\"}],\"name\":\"multiRevokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"internalType\":\"struct RevocationRequestData\",\"name\":\"data\",\"type\":\"tuple\"},{\"components\":[{\"internalType\":\"uint8\",\"name\":\"v\",\"type\":\"uint8\"},{\"internalType\":\"bytes32\",\"name\":\"r\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"internalType\":\"struct Signature\",\"name\":\"signature\",\"type\":\"tuple\"},{\"internalType\":\"address\",\"name\":\"revoker\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"deadline\",\"type\":\"uint64\"}],\"internalType\":\"struct DelegatedProxyRevocationRequest\",\"name\":\"delegatedRequest\",\"type\":\"tuple\"}],\"name\":\"revokeByDelegation\",\"outputs\":[],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"ECDSAInvalidSignature()\":[{\"details\":\"The signature derives the `address(0)`.\"}],\"ECDSAInvalidSignatureLength(uint256)\":[{\"details\":\"The signature has an invalid length.\"}],\"ECDSAInvalidSignatureS(bytes32)\":[{\"details\":\"The signature has an S value that is in the upper half order.\"}]},\"events\":{\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"}},\"kind\":\"dev\",\"methods\":{\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated attestation request.\"},\"returns\":{\"_0\":\"The UID of the new attestation. Example: attestByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, signature: { v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, attester: '0xc5E8740aD971409492b1A63Db8d83025e0Fc427e', deadline: 1673891048 })\"}},\"constructor\":{\"details\":\"Creates a new EIP1271Verifier instance.\",\"params\":{\"eas\":\"The address of the global EAS contract.\",\"name\":\"The user readable name of the signing domain.\"}},\"eip712Domain()\":{\"details\":\"See {IERC-5267}.\"},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization.\"},\"returns\":{\"_0\":\"The UIDs of the new attestations. Example: multiAttestByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ recipient: '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266', expirationTime: 1673891048, revocable: true, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x1234', value: 0 }, { recipient: '0xdEADBeAFdeAdbEafdeadbeafDeAdbEAFdeadbeaf', expirationTime: 0, revocable: false, refUID: '0x0000000000000000000000000000000000000000000000000000000000000000', data: '0x00', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], attester: '0x1D86495b2A7B524D747d2839b3C645Bed32e8CF4', deadline: 1673891048 }])\"}},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"params\":{\"multiDelegatedRequests\":\"The arguments of the delegated multi revocation attestation requests. The requests should be grouped by distinct schema ids to benefit from the best batching optimization. Example: multiRevokeByDelegation([{ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: [{ uid: '0x211296a1ca0d7f9f2cfebf0daaa575bea9b20e968d81aef4e743d699c6ac4b25', value: 1000 }, { uid: '0xe160ac1bd3606a287b4d53d5d1d6da5895f65b4b4bab6d93aaf5046e48167ade', value: 0 }], signatures: [{ v: 28, r: '0x148c...b25b', s: '0x5a72...be22' }, { v: 28, r: '0x487s...67bb', s: '0x12ad...2366' }], revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 }])\"}},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"params\":{\"delegatedRequest\":\"The arguments of the delegated revocation request. Example: revokeByDelegation({ schema: '0x8e72f5bc0a8d4be6aa98360baa889040c50a0e51f32dbf0baa5199bd93472ebc', data: { uid: '0xcbbc12102578c642a0f7b34fe7111e41afa25683b6cd7b5a14caf90fa14d24ba', value: 0 }, signature: { v: 27, r: '0xb593...7142', s: '0x0f5b...2cce' }, revoker: '0x244934dd3e31bE2c81f84ECf0b3E6329F5381992', deadline: 1673891048 })\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"EIP712Proxy\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"attestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Attests to a specific schema via the provided EIP712 signature.\"},\"getAttestTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the attest function.\"},\"getAttester(bytes32)\":{\"notice\":\"Returns the attester for a given uid.\"},\"getDomainSeparator()\":{\"notice\":\"Returns the domain separator used in the encoding of the signatures for attest, and revoke.\"},\"getEAS()\":{\"notice\":\"Returns the EAS.\"},\"getName()\":{\"notice\":\"Returns the EIP712 name.\"},\"getRevokeTypeHash()\":{\"notice\":\"Returns the EIP712 type hash for the revoke function.\"},\"multiAttestByDelegation((bytes32,(address,uint64,bool,bytes32,bytes,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Attests to multiple schemas using via provided EIP712 signatures.\"},\"multiRevokeByDelegation((bytes32,(bytes32,uint256)[],(uint8,bytes32,bytes32)[],address,uint64)[])\":{\"notice\":\"Revokes existing attestations to multiple schemas via provided EIP712 signatures.\"},\"revokeByDelegation((bytes32,(bytes32,uint256),(uint8,bytes32,bytes32),address,uint64))\":{\"notice\":\"Revokes an existing attestation to a specific schema via the provided EIP712 signature.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"This utility contract an be used to aggregate delegated attestations without requiring a specific order via nonces. The contract doesn't request nonces and implements replay protection by storing ***immalleable*** signatures.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol\":\"EIP712Proxy\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@ethereum-attestation-service/eas-contracts/contracts/eip712/proxy/EIP712Proxy.sol\":{\"keccak256\":\"0x088f5dab5a25bee796920fa63bea69dc3dffc4fa409600f1047f0c8f6260b125\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://690a2aff7803d72800c4a3d8b26c6701b658cffff0ec4971ed38aad43b49e948\",\"dweb:/ipfs/QmVvXTXdKfvSDrQdonrJijEaDyLkCvjGJMf9S5PtEQ84Go\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x18a7171df639a934592915a520ecb97c5bbc9675a1105607aac8a94e72bf62c6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7478e1f13da69a2867ccd883001d836b75620362e743f196376d63ed0c422a1c\",\"dweb:/ipfs/QmWywcQ9TNfwtoqAxbn25d8C5VrV12PrPS9UjtGe6pL2BA\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xeed0a08b0b091f528356cbc7245891a4c748682d4f6a18055e8e6ca77d12a6cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba80ba06c8e6be852847e4c5f4492cef801feb6558ae09ed705ff2e04ea8b13c\",\"dweb:/ipfs/QmXRJDv3xHLVQCVXg1ZvR35QS9sij5y9NDWYzMfUfAdTHF\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x999f705a027ed6dc2d4e0df2cc4a509852c6bfd11de1c8161bf88832d0503fd0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0798def67258d9a3cc20b2b4da7ebf351a5cefe0abfdd665d2d81f8e32f89b21\",\"dweb:/ipfs/QmPEvJosnPfzHNjKvCv2D3891mA2Ww8eUwkqrxBjuYdHCt\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0xba333517a3add42cd35fe877656fc3dfcc9de53baa4f3aabbd6d12a92e4ea435\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ceacff44c0fdc81e48e0e0b1db87a2076d3c1fb497341de077bf1da9f6b406c\",\"dweb:/ipfs/QmRUo1muMRAewxrKQ7TkXUtknyRoR57AyEkoPpiuZQ8FzX\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol": { - "ISchemaResolver": { - "abi": [ - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "isPayable", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiRevoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e60c3505", - "isPayable()": "ce46e046", - "multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "91db0b7e", - "multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "88e5b2d9", - "revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e49617e1", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"attest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isPayable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiAttest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiRevoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"revoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The new attestation.\"},\"returns\":{\"_0\":\"Whether the attestation is valid.\"}},\"isPayable()\":{\"returns\":{\"_0\":\"Whether the resolver supports ETH transfers.\"}},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The new attestations.\",\"values\":\"Explicit ETH amounts which were sent with each attestation.\"},\"returns\":{\"_0\":\"Whether all the attestations are valid.\"}},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The existing attestations to be revoked.\",\"values\":\"Explicit ETH amounts which were sent with each revocation.\"},\"returns\":{\"_0\":\"Whether the attestations can be revoked.\"}},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The existing attestation to be revoked.\"},\"returns\":{\"_0\":\"Whether the attestation can be revoked.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"ISchemaResolver\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation and verifies whether it's valid.\"},\"isPayable()\":{\"notice\":\"Checks if the resolver can be sent ETH.\"},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes multiple attestations and verifies whether they are valid.\"},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes revocation of multiple attestation and verifies they can be revoked.\"},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation revocation and verifies if it can be revoked.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"The interface of an optional schema resolver.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":\"ISchemaResolver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]}},\"version\":1}" - } - }, - "@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol": { - "SchemaResolver": { - "abi": [ - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [], - "name": "InsufficientValue", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidEAS", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidLength", - "type": "error" - }, - { - "inputs": [], - "name": "NotPayable", - "type": "error" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "isPayable", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiRevoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "stateMutability": "payable", - "type": "receive" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e60c3505", - "isPayable()": "ce46e046", - "multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "91db0b7e", - "multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "88e5b2d9", - "revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e49617e1", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"AccessDenied\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidEAS\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotPayable\",\"type\":\"error\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"attest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isPayable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiAttest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiRevoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"revoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The new attestation.\"},\"returns\":{\"_0\":\"Whether the attestation is valid.\"}},\"constructor\":{\"details\":\"Creates a new resolver.\",\"params\":{\"eas\":\"The address of the global EAS contract.\"}},\"isPayable()\":{\"returns\":{\"_0\":\"Whether the resolver supports ETH transfers.\"}},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The new attestations.\",\"values\":\"Explicit ETH amounts which were sent with each attestation.\"},\"returns\":{\"_0\":\"Whether all the attestations are valid.\"}},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The existing attestations to be revoked.\",\"values\":\"Explicit ETH amounts which were sent with each revocation.\"},\"returns\":{\"_0\":\"Whether the attestations can be revoked.\"}},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The existing attestation to be revoked.\"},\"returns\":{\"_0\":\"Whether the attestation can be revoked.\"}},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"title\":\"SchemaResolver\",\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation and verifies whether it's valid.\"},\"isPayable()\":{\"notice\":\"Checks if the resolver can be sent ETH.\"},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes multiple attestations and verifies whether they are valid.\"},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes revocation of multiple attestation and verifies they can be revoked.\"},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation revocation and verifies if it can be revoked.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"notice\":\"The base schema resolver contract.\",\"version\":1}},\"settings\":{\"compilationTarget\":{\"@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol\":\"SchemaResolver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol\":{\"keccak256\":\"0x0c0533594956d3a7d861a68127825cbde3bc9a89979ece3aa99c3820f4c5a251\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://487e5c67f3d347f6f99b0857155aebbb015f63666ab46c57dffc72a7c6f5c06f\",\"dweb:/ipfs/QmeTmXPtumpWVxGY2NXQG3Fma73vh3Bjb6diuUHK52mpPD\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol": { - "AccessManagedUpgradeable": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "authority()": "bf7e214f", - "isConsumingScheduledOp()": "8fb36037", - "setAuthority(address)": "7a9e5e4b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AccessManagedInvalidAuthority\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"name\":\"AccessManagedRequiredDelay\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"AccessManagedUnauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"setAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be permissioned according to an \\\"authority\\\": a contract like {AccessManager} that follows the {IAuthority} interface, implementing a policy that allows certain callers to access certain functions. IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public` functions, and ideally only used in `external` functions. See {restricted}.\",\"errors\":{\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}]},\"events\":{\"AuthorityUpdated(address)\":{\"details\":\"Authority that manages this contract was updated.\"},\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"authority()\":{\"details\":\"Returns the current authority.\"},\"isConsumingScheduledOp()\":{\"details\":\"Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs attacker controlled calls.\"},\"setAuthority(address)\":{\"details\":\"Transfers control to a new authority. The caller must be the current authority.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol\":\"AccessManagedUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol\":{\"keccak256\":\"0xd7e800ed57cb2dc4ce3d38fc310cf6c4918c0a67f9071ef8fb3e0cff24be6446\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2f85f4baeccce8f93fdc5d4ce54178c900d29f67e3109fe1b31b9d98e3f0a454\",\"dweb:/ipfs/QmWfRZZzkBi3Eo4ub9VRLkBx8w527Qs5ceTNLQ9unx9n7g\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":{\"keccak256\":\"0xb3875997b0d8705e29aa20fee88e1dfef93df438794ae1ad8ba2eb016a4dd4e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9e50192f7c7a22829cacfbd14221c3a3d869da64a2333f330d527777f275d9e\",\"dweb:/ipfs/QmaxMQb26ggDmW3SDwJ8y6hRC8dbWbLMpUZBVzZtXqzycJ\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol": { - "AccessManagerUpgradeable": { - "abi": [ - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerAlreadyScheduled", - "type": "error" - }, - { - "inputs": [], - "name": "AccessManagerBadConfirmation", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerExpired", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAdmin", - "type": "address" - } - ], - "name": "AccessManagerInvalidInitialAdmin", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AccessManagerLockedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerLockedRole", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotReady", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotScheduled", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerUnauthorizedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCancel", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AccessManagerUnauthorizedConsume", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AddressInsufficientBalance", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint8", - "name": "bits", - "type": "uint8" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "name": "SafeCastOverflowedUintDowncast", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationCanceled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationExecuted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "schedule", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "indexed": false, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "OperationScheduled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "RoleAdminChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "RoleGrantDelayChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "bool", - "name": "newMember", - "type": "bool" - } - ], - "name": "RoleGranted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "RoleGuardianChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "RoleLabel", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "RoleRevoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "TargetAdminDelayUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "TargetClosed", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "TargetFunctionRoleUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "ADMIN_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "PUBLIC_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "canCall", - "outputs": [ - { - "internalType": "bool", - "name": "immediate", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "cancel", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "consumeScheduledOp", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "execute", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "expiration", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getAccess", - "outputs": [ - { - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "internalType": "uint32", - "name": "currentDelay", - "type": "uint32" - }, - { - "internalType": "uint32", - "name": "pendingDelay", - "type": "uint32" - }, - { - "internalType": "uint48", - "name": "effect", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleAdmin", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGrantDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGuardian", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getSchedule", - "outputs": [ - { - "internalType": "uint48", - "name": "", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "getTargetAdminDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "getTargetFunctionRole", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "name": "grantRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasRole", - "outputs": [ - { - "internalType": "bool", - "name": "isMember", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "hashOperation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "isTargetClosed", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "labelRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "minSetback", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes[]", - "name": "data", - "type": "bytes[]" - } - ], - "name": "multicall", - "outputs": [ - { - "internalType": "bytes[]", - "name": "results", - "type": "bytes[]" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "callerConfirmation", - "type": "address" - } - ], - "name": "renounceRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokeRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint48", - "name": "when", - "type": "uint48" - } - ], - "name": "schedule", - "outputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setGrantDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "setRoleAdmin", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "setRoleGuardian", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setTargetAdminDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "setTargetClosed", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4[]", - "name": "selectors", - "type": "bytes4[]" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "setTargetFunctionRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "updateAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "6080604052348015600f57600080fd5b50612fec8061001f6000396000f3fe6080604052600436106101e35760003560e01c80636d5115bd11610102578063b700961311610095578063d22b598911610064578063d22b5989146106f5578063d6bb62c614610715578063f801a69814610735578063fe0776f51461076f57600080fd5b8063b700961314610663578063b7d2b1621461069f578063cc1b6c81146106bf578063d1f856ee146106d557600080fd5b8063a166aa89116100d1578063a166aa8914610588578063a64d95ce146105e8578063abd9bd2a14610608578063ac9650d81461063657600080fd5b80636d5115bd1461051357806375b238fc14610533578063853551b81461054857806394c7d7ee1461056857600080fd5b806330cae1871161017a5780634665096d116101495780634665096d146104615780634c1da1e2146104775780635296295214610497578063530dd456146104b757600080fd5b806330cae187146103925780633adc277a146103b25780633ca7c02a146103e95780634136a33c1461040557600080fd5b806318ff183c116101b657806318ff183c146102e55780631cff79cd1461030557806325c471a0146103185780633078f1141461033857600080fd5b806308d6122d146101e85780630b0a93ba1461020a57806312be872714610290578063167bd395146102c5575b600080fd5b3480156101f457600080fd5b50610208610203366004612826565b61078f565b005b34801561021657600080fd5b5061027261022536600461288d565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b34801561029c57600080fd5b506102b06102ab36600461288d565b6107e2565b60405163ffffffff9091168152602001610287565b3480156102d157600080fd5b506102086102e03660046128a8565b61084e565b3480156102f157600080fd5b506102086103003660046128e6565b610864565b6102b0610313366004612956565b6108e4565b34801561032457600080fd5b506102086103333660046129bf565b610a83565b34801561034457600080fd5b50610358610353366004612a04565b610aa5565b604051610287949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561039e57600080fd5b506102086103ad366004612a20565b610b3d565b3480156103be57600080fd5b506103d26103cd366004612a53565b610b4f565b60405165ffffffffffff9091168152602001610287565b3480156103f557600080fd5b5061027267ffffffffffffffff81565b34801561041157600080fd5b506102b0610420366004612a53565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561046d57600080fd5b5062093a806102b0565b34801561048357600080fd5b506102b0610492366004612a6c565b610bb3565b3480156104a357600080fd5b506102086104b2366004612a20565b610bf0565b3480156104c357600080fd5b506102726104d236600461288d565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561051f57600080fd5b5061027261052e366004612a9f565b610c02565b34801561053f57600080fd5b50610272600081565b34801561055457600080fd5b50610208610563366004612acd565b610c4e565b34801561057457600080fd5b50610208610583366004612956565b610ce9565b34801561059457600080fd5b506105d86105a3366004612a6c565b6001600160a01b03166000908152600080516020612f978339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610287565b3480156105f457600080fd5b50610208610603366004612aeb565b610dc7565b34801561061457600080fd5b50610628610623366004612b15565b610dd9565b604051908152602001610287565b34801561064257600080fd5b50610656610651366004612b7a565b610e12565b6040516102879190612be0565b34801561066f57600080fd5b5061068361067e366004612c60565b610efa565b60408051921515835263ffffffff909116602083015201610287565b3480156106ab57600080fd5b506102086106ba366004612a04565b611007565b3480156106cb57600080fd5b50620697806102b0565b3480156106e157600080fd5b506106836106f0366004612a04565b61101e565b34801561070157600080fd5b50610208610710366004612cab565b61109c565b34801561072157600080fd5b506102b0610730366004612b15565b6110ae565b34801561074157600080fd5b50610755610750366004612cc9565b611238565b6040805192835263ffffffff909116602083015201610287565b34801561077b57600080fd5b5061020861078a366004612a04565b6113e5565b610797611427565b60005b828110156107db576107d3858585848181106107b8576107b8612d3c565b90506020020160208101906107cd9190612d52565b846114bc565b60010161079a565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040812060010154600080516020612f978339815191529061084790600160801b90046001600160701b0316611552565b9392505050565b610856611427565b6108608282611571565b5050565b61086c611427565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108c857600080fd5b505af11580156108dc573d6000803e3d6000fd5b505050505050565b6000600080516020612f978339815191523382806109048389898961163e565b915091508115801561091a575063ffffffff8116155b1561098657828861092b8989611691565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610994848a8a8a610dd9565b9050600063ffffffff83161515806109bb57506109b082610b4f565b65ffffffffffff1615155b156109cc576109c9826116a9565b90505b6003860154610a218b6109df8c8c611691565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a6b8b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611810915050565b50600390960195909555509293505050509392505050565b610a8b611427565b610a9f8383610a99866107e2565b846118c6565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff8116929182918291600080516020612f9783398151915291610b2e90660100000000000090046001600160701b0316611b51565b979a9199509750945050505050565b610b45611427565b6108608282611b74565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040812054600080516020612f978339815191529065ffffffffffff16610b9e81611c2d565b610ba85780610bab565b60005b949350505050565b6001600160a01b0381166000908152600080516020612f9783398151915260208190526040822060010154610847906001600160701b0316611552565b610bf8611427565b6108608282611c5c565b6001600160a01b0382166000908152600080516020612f97833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c56611427565b67ffffffffffffffff83161580610c76575067ffffffffffffffff838116145b15610ca05760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610cdc929190612d98565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d679190612dac565b6001600160e01b03191614610db3576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b038216600482015260240161097d565b6107db610dc285838686610dd9565b6116a9565b610dcf611427565b6108608282611d37565b600084848484604051602001610df29493929190612dc9565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e3d57610e3d612e3b565b604051908082528060200260200182016040528015610e7057816020015b6060815260200190600190039081610e5b5790505b50915060005b83811015610ef257610ecd30868684818110610e9457610e94612d3c565b9050602002810190610ea69190612e51565b85604051602001610eb993929190612e98565b604051602081830303815290604052611e79565b838281518110610edf57610edf612d3c565b6020908102919091010152600101610e76565b505092915050565b600080610f36846001600160a01b03166000908152600080516020612f978339815191526020526040902060010154600160701b900460ff1690565b15610f4657506000905080610fff565b306001600160a01b03861603610fc157604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b600091509150610fff565b6000610fcd8585610c02565b9050600080610fdc838961101e565b9150915081610fed57600080610ff7565b63ffffffff811615815b945094505050505b935093915050565b61100f611427565b6110198282611eef565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016110475750600190506000611095565b6000806110548686610aa5565b5050915091508165ffffffffffff1660001415801561108a5750611076612003565b65ffffffffffff168265ffffffffffff1611155b935091506110959050565b9250929050565b6110a4611427565b6108608282612013565b6000600080516020612f9783398151915233826110cb8686611691565b905060006110db89898989610dd9565b600081815260028601602052604081205491925065ffffffffffff909116900361111b5760405163060a299b60e41b81526004810182905260240161097d565b826001600160a01b0316896001600160a01b0316146111d057600061114160008561101e565b509050600061115c6111566102258c87610c02565b8661101e565b5090508115801561116b575080155b156111cd576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b03198516606482015260840161097d565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020612f978339815191523382611258828a8a8a61163e565b91505060008163ffffffff1661126c612003565b6112769190612ebf565b905063ffffffff821615806112ad575060008765ffffffffffff161180156112ad57508065ffffffffffff168765ffffffffffff16105b156112be57828a61092b8b8b611691565b6112d88765ffffffffffff168265ffffffffffff166120e2565b96506112e6838b8b8b610dd9565b95506112f1866120f8565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516113d0959493929190612edd565b60405180910390a35050505094509492505050565b6001600160a01b038116331461100f576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061143683823661218d565b9150915081611019578063ffffffff166000036114ac57600061145981366122a5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff82166024820152909250604401905061097d565b610a9f610dc28430600036610dd9565b6000600080516020612f978339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b600080611567836001600160701b0316611b51565b5090949350505050565b600080516020612f97833981519152306001600160a01b038416036115cd576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260240161097d565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610cdc90851515815260200190565b600080306001600160a01b038616036116655761165c86858561218d565b91509150611688565b600483106116815761167c868661067e8787611691565b61165c565b5060009050805b94509492505050565b60006116a06004828486612e11565b61084791612f28565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040812054600080516020612f978339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036117245760405163060a299b60e41b81526004810186905260240161097d565b61172c612003565b65ffffffffffff168265ffffffffffff161115611778576040517f18cb6b7a0000000000000000000000000000000000000000000000000000000081526004810186905260240161097d565b61178182611c2d565b156117bb576040517f78a5d6e40000000000000000000000000000000000000000000000000000000081526004810186905260240161097d565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b60608147101561184e576040517fcd78605900000000000000000000000000000000000000000000000000000000815230600482015260240161097d565b600080856001600160a01b0316848660405161186a9190612f5e565b60006040518083038185875af1925050503d80600081146118a7576040519150601f19603f3d011682016040523d82523d6000602084013e6118ac565b606091505b50915091506118bc8683836125a7565b9695505050505050565b6000600080516020612f9783398151915267ffffffffffffffff861667fffffffffffffffe19016119165760405163061c6a4360e21b815267ffffffffffffffff8716600482015260240161097d565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611a1e578563ffffffff16611965612003565b61196f9190612ebf565b905060405180604001604052808265ffffffffffff16815260200161199d8763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611ae1565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611a6e9166010000000000009091046001600160701b031690879061261c565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611b6784611b62612003565b6126c6565b9250925092509193909250565b600080516020612f9783398151915267ffffffffffffffff83161580611ba3575067ffffffffffffffff838116145b15611bcd5760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611c37612003565b65ffffffffffff16611c4c62093a8084612ebf565b65ffffffffffff16111592915050565b600080516020612f9783398151915267ffffffffffffffff83161580611c8b575067ffffffffffffffff838116145b15611cb55760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b600080516020612f9783398151915267ffffffffffffffff831667fffffffffffffffe1901611d855760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff831660009081526001828101602052604082200154611dc190600160801b90046001600160701b0316846206978061261c565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611e6b908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611e969190612f5e565b600060405180830381855af49150503d8060008114611ed1576040519150601f19603f3d011682016040523d82523d6000602084013e611ed6565b606091505b5091509150611ee68583836125a7565b95945050505050565b6000600080516020612f9783398151915267ffffffffffffffff841667fffffffffffffffe1901611f3f5760405163061c6a4360e21b815267ffffffffffffffff8516600482015260240161097d565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003611f87576000915050610c48565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061200e4261271a565b905090565b6001600160a01b0382166000908152600080516020612f9783398151915260208190526040822060010154909190612058906001600160701b0316846206978061261c565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611e6b565b60008183116120f15781610847565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040902054600080516020612f978339815191529065ffffffffffff168015801590612153575061215181611c2d565b155b15611019576040517f813e94590000000000000000000000000000000000000000000000000000000081526004810184905260240161097d565b60008060048310156121a457506000905080610fff565b306001600160a01b0386160361222757610fb6306121c28686611691565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061223687876122a5565b925092509250826122505760008094509450505050610fff565b60008061225d848b61101e565b915091508161227757600080965096505050505050610fff565b61228d8363ffffffff168263ffffffff166120e2565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156122c0575060009150819050806125a0565b60006122cc8686611691565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061232f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061236357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061239757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806123cb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156123e1576001600080935093509350506125a0565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061244257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061247657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156124b857600061248b60246004888a612e11565b8101906124989190612a6c565b905060006124a582610bb3565b600196506000955093506125a092505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061251957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b1561259357600061252e60246004888a612e11565b81019061253b919061288d565b905060016125848267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506125a0565b6000806000935093509350505b9250925092565b6060826125bc576125b78261276a565b610847565b81511580156125d357506001600160a01b0384163b155b15612615576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b038516600482015260240161097d565b5080610847565b6000806000612633866001600160701b0316611552565b905060006126708563ffffffff168763ffffffff168463ffffffff161161265b576000612665565b6126658885612f7a565b63ffffffff166120e2565b90508063ffffffff16612681612003565b61268b9190612ebf565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c81169087168111156127055782828261270a565b816000805b9550955095505050509250925092565b600065ffffffffffff821115612766576040517f6dfcc650000000000000000000000000000000000000000000000000000000008152603060048201526024810183905260440161097d565b5090565b80511561277a5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b6001600160a01b03811681146127ac57600080fd5b60008083601f8401126127d657600080fd5b50813567ffffffffffffffff8111156127ee57600080fd5b6020830191508360208260051b850101111561109557600080fd5b803567ffffffffffffffff8116811461282157600080fd5b919050565b6000806000806060858703121561283c57600080fd5b8435612847816127af565b9350602085013567ffffffffffffffff81111561286357600080fd5b61286f878288016127c4565b9094509250612882905060408601612809565b905092959194509250565b60006020828403121561289f57600080fd5b61084782612809565b600080604083850312156128bb57600080fd5b82356128c6816127af565b9150602083013580151581146128db57600080fd5b809150509250929050565b600080604083850312156128f957600080fd5b8235612904816127af565b915060208301356128db816127af565b60008083601f84011261292657600080fd5b50813567ffffffffffffffff81111561293e57600080fd5b60208301915083602082850101111561109557600080fd5b60008060006040848603121561296b57600080fd5b8335612976816127af565b9250602084013567ffffffffffffffff81111561299257600080fd5b61299e86828701612914565b9497909650939450505050565b803563ffffffff8116811461282157600080fd5b6000806000606084860312156129d457600080fd5b6129dd84612809565b925060208401356129ed816127af565b91506129fb604085016129ab565b90509250925092565b60008060408385031215612a1757600080fd5b61290483612809565b60008060408385031215612a3357600080fd5b612a3c83612809565b9150612a4a60208401612809565b90509250929050565b600060208284031215612a6557600080fd5b5035919050565b600060208284031215612a7e57600080fd5b8135610847816127af565b6001600160e01b0319811681146127ac57600080fd5b60008060408385031215612ab257600080fd5b8235612abd816127af565b915060208301356128db81612a89565b600080600060408486031215612ae257600080fd5b61297684612809565b60008060408385031215612afe57600080fd5b612b0783612809565b9150612a4a602084016129ab565b60008060008060608587031215612b2b57600080fd5b8435612b36816127af565b93506020850135612b46816127af565b9250604085013567ffffffffffffffff811115612b6257600080fd5b612b6e87828801612914565b95989497509550505050565b60008060208385031215612b8d57600080fd5b823567ffffffffffffffff811115612ba457600080fd5b612bb0858286016127c4565b90969095509350505050565b60005b83811015612bd7578181015183820152602001612bbf565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612c5457603f1987860301845281518051808752612c31816020890160208501612bbc565b601f01601f19169590950160209081019550938401939190910190600101612c08565b50929695505050505050565b600080600060608486031215612c7557600080fd5b8335612c80816127af565b92506020840135612c90816127af565b91506040840135612ca081612a89565b809150509250925092565b60008060408385031215612cbe57600080fd5b8235612b07816127af565b60008060008060608587031215612cdf57600080fd5b8435612cea816127af565b9350602085013567ffffffffffffffff811115612d0657600080fd5b612d1287828801612914565b909450925050604085013565ffffffffffff81168114612d3157600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612d6457600080fd5b813561084781612a89565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bab602083018486612d6f565b600060208284031215612dbe57600080fd5b815161084781612a89565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006118bc606083018486612d6f565b634e487b7160e01b600052601160045260246000fd5b60008085851115612e2157600080fd5b83861115612e2e57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e19843603018112612e6857600080fd5b83018035915067ffffffffffffffff821115612e8357600080fd5b60200191503681900382131561109557600080fd5b828482376000838201600081528351612eb5818360208801612bbc565b0195945050505050565b65ffffffffffff8181168382160190811115610c4857610c48612dfb565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000612f1d608083018486612d6f565b979650505050505050565b80356001600160e01b03198116906004841015612f57576001600160e01b0319808560040360031b1b82161691505b5092915050565b60008251612f70818460208701612bbc565b9190910192915050565b63ffffffff8281168282160390811115610c4857610c48612dfb56fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212204b2455b08757cdb2c3d556641b6ba3b5bd0162b7a28cf7ad364ae6faaa5bb3ff64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2FEC DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x1E3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6D5115BD GT PUSH2 0x102 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0x95 JUMPI DUP1 PUSH4 0xD22B5989 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x6F5 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x715 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x735 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x76F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x663 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x69F JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6BF JUMPI DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xD1 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x588 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x5E8 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x608 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x636 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x513 JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x533 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x548 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x568 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x17A JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x149 JUMPI DUP1 PUSH4 0x4665096D EQ PUSH2 0x461 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x477 JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x497 JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x4B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x392 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x3B2 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x3E9 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x405 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x18FF183C GT PUSH2 0x1B6 JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x2E5 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x305 JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x318 JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x338 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8D6122D EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x20A JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x290 JUMPI DUP1 PUSH4 0x167BD395 EQ PUSH2 0x2C5 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1F4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x203 CALLDATASIZE PUSH1 0x4 PUSH2 0x2826 JUMP JUMPDEST PUSH2 0x78F JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x225 CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH9 0x10000000000000000 SWAP1 DIV AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x29C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x2AB CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH2 0x7E2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x2E0 CALLDATASIZE PUSH1 0x4 PUSH2 0x28A8 JUMP JUMPDEST PUSH2 0x84E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2F1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x300 CALLDATASIZE PUSH1 0x4 PUSH2 0x28E6 JUMP JUMPDEST PUSH2 0x864 JUMP JUMPDEST PUSH2 0x2B0 PUSH2 0x313 CALLDATASIZE PUSH1 0x4 PUSH2 0x2956 JUMP JUMPDEST PUSH2 0x8E4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x324 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x333 CALLDATASIZE PUSH1 0x4 PUSH2 0x29BF JUMP JUMPDEST PUSH2 0xA83 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x344 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x358 PUSH2 0x353 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0xAA5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x287 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH6 0xFFFFFFFFFFFF SWAP5 DUP6 AND DUP2 MSTORE PUSH4 0xFFFFFFFF SWAP4 DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE SWAP2 SWAP1 SWAP3 AND PUSH1 0x40 DUP3 ADD MSTORE SWAP2 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x39E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x3AD CALLDATASIZE PUSH1 0x4 PUSH2 0x2A20 JUMP JUMPDEST PUSH2 0xB3D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3D2 PUSH2 0x3CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2A53 JUMP JUMPDEST PUSH2 0xB4F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x411 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x420 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A53 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x46D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x2B0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x483 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x492 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A6C JUMP JUMPDEST PUSH2 0xBB3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x4B2 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A20 JUMP JUMPDEST PUSH2 0xBF0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4C3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x4D2 CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x52E CALLDATASIZE PUSH1 0x4 PUSH2 0x2A9F JUMP JUMPDEST PUSH2 0xC02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x554 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x563 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACD JUMP JUMPDEST PUSH2 0xC4E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x574 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x583 CALLDATASIZE PUSH1 0x4 PUSH2 0x2956 JUMP JUMPDEST PUSH2 0xCE9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x594 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5D8 PUSH2 0x5A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A6C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5F4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x603 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AEB JUMP JUMPDEST PUSH2 0xDC7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x614 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x628 PUSH2 0x623 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B15 JUMP JUMPDEST PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x642 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x656 PUSH2 0x651 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B7A JUMP JUMPDEST PUSH2 0xE12 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x287 SWAP2 SWAP1 PUSH2 0x2BE0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x66F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x683 PUSH2 0x67E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C60 JUMP JUMPDEST PUSH2 0xEFA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6AB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x6BA CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x1007 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2B0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x683 PUSH2 0x6F0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x101E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x701 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x710 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAB JUMP JUMPDEST PUSH2 0x109C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x721 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x730 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B15 JUMP JUMPDEST PUSH2 0x10AE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x741 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x755 PUSH2 0x750 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC9 JUMP JUMPDEST PUSH2 0x1238 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x78A CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x13E5 JUMP JUMPDEST PUSH2 0x797 PUSH2 0x1427 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x7DB JUMPI PUSH2 0x7D3 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7B8 JUMPI PUSH2 0x7B8 PUSH2 0x2D3C JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x7CD SWAP2 SWAP1 PUSH2 0x2D52 JUMP JUMPDEST DUP5 PUSH2 0x14BC JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x79A JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x847 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x856 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1571 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x86C PUSH2 0x1427 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x7A9E5E4B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x7A9E5E4B SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x8C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x8DC JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x904 DUP4 DUP10 DUP10 DUP10 PUSH2 0x163E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x91A JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x986 JUMPI DUP3 DUP9 PUSH2 0x92B DUP10 DUP10 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x81C6F24B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x24 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x994 DUP5 DUP11 DUP11 DUP11 PUSH2 0xDD9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9BB JUMPI POP PUSH2 0x9B0 DUP3 PUSH2 0xB4F JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0x9CC JUMPI PUSH2 0x9C9 DUP3 PUSH2 0x16A9 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA21 DUP12 PUSH2 0x9DF DUP13 DUP13 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST DUP8 PUSH1 0x3 ADD DUP2 SWAP1 SSTORE POP PUSH2 0xA6B DUP12 DUP12 DUP12 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP CALLVALUE SWAP3 POP PUSH2 0x1810 SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x3 SWAP1 SWAP7 ADD SWAP6 SWAP1 SWAP6 SSTORE POP SWAP3 SWAP4 POP POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0xA8B PUSH2 0x1427 JUMP JUMPDEST PUSH2 0xA9F DUP4 DUP4 PUSH2 0xA99 DUP7 PUSH2 0x7E2 JUMP JUMPDEST DUP5 PUSH2 0x18C6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB2E SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1B51 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB45 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1B74 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xB9E DUP2 PUSH2 0x1C2D JUMP JUMPDEST PUSH2 0xBA8 JUMPI DUP1 PUSH2 0xBAB JUMP JUMPDEST PUSH1 0x0 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x847 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST PUSH2 0xBF8 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1C5C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC56 PUSH2 0x1427 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xC76 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCA0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xCDC SWAP3 SWAP2 SWAP1 PUSH2 0x2D98 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP2 MLOAD CALLER SWAP3 SWAP2 DUP4 SWAP2 PUSH4 0x8FB36037 SWAP2 PUSH1 0x4 DUP1 DUP3 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP1 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xD43 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xD67 SWAP2 SWAP1 PUSH2 0x2DAC JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDB3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x320FF74800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x7DB PUSH2 0xDC2 DUP6 DUP4 DUP7 DUP7 PUSH2 0xDD9 JUMP JUMPDEST PUSH2 0x16A9 JUMP JUMPDEST PUSH2 0xDCF PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1D37 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDF2 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2DC9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 SWAP1 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE3D JUMPI PUSH2 0xE3D PUSH2 0x2E3B JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xE70 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE5B JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xEF2 JUMPI PUSH2 0xECD ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xE94 JUMPI PUSH2 0xE94 PUSH2 0x2D3C JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEA6 SWAP2 SWAP1 PUSH2 0x2E51 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEB9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2E98 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1E79 JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xEDF JUMPI PUSH2 0xEDF PUSH2 0x2D3C JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xE76 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF36 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST ISZERO PUSH2 0xF46 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0xFFF JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFC1 JUMPI PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP1 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP7 AND DUP3 DUP5 ADD MSTORE DUP3 MLOAD DUP1 DUP4 SUB DUP5 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP3 ADD SWAP1 SWAP3 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ JUMPDEST PUSH1 0x0 SWAP2 POP SWAP2 POP PUSH2 0xFFF JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFCD DUP6 DUP6 PUSH2 0xC02 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0xFDC DUP4 DUP10 PUSH2 0x101E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xFED JUMPI PUSH1 0x0 DUP1 PUSH2 0xFF7 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO DUP2 JUMPDEST SWAP5 POP SWAP5 POP POP POP POP JUMPDEST SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x100F PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x1019 DUP3 DUP3 PUSH2 0x1EEF JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x1047 JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x1095 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1054 DUP7 DUP7 PUSH2 0xAA5 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x108A JUMPI POP PUSH2 0x1076 PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x1095 SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x10A4 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x2013 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x10CB DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x10DB DUP10 DUP10 DUP10 DUP10 PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP7 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP2 SWAP3 POP PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND SWAP1 SUB PUSH2 0x111B JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x11D0 JUMPI PUSH1 0x0 PUSH2 0x1141 PUSH1 0x0 DUP6 PUSH2 0x101E JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x115C PUSH2 0x1156 PUSH2 0x225 DUP13 DUP8 PUSH2 0xC02 JUMP JUMPDEST DUP7 PUSH2 0x101E JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x116B JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x11CD JUMPI PUSH1 0x40 MLOAD PUSH32 0x3FE2751C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP8 AND PUSH1 0x4 DUP4 ADD MSTORE DUP1 DUP14 AND PUSH1 0x24 DUP4 ADD MSTORE DUP12 AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x97D JUMP JUMPDEST POP POP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP6 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 DUP2 SWAP1 SSTORE SWAP1 MLOAD PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH4 0xFFFFFFFF AND SWAP2 DUP3 SWAP2 DUP5 SWAP2 PUSH32 0xBD9AC67A6E2F6463B80927326310338BCBB4BDB7936CE1365EA3E01067E7B9F7 SWAP2 LOG3 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1258 DUP3 DUP11 DUP11 DUP11 PUSH2 0x163E JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x126C PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x1276 SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x12AD JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x12AD JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x12BE JUMPI DUP3 DUP11 PUSH2 0x92B DUP12 DUP12 PUSH2 0x1691 JUMP JUMPDEST PUSH2 0x12D8 DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST SWAP7 POP PUSH2 0x12E6 DUP4 DUP12 DUP12 DUP12 PUSH2 0xDD9 JUMP JUMPDEST SWAP6 POP PUSH2 0x12F1 DUP7 PUSH2 0x20F8 JUMP JUMPDEST DUP4 PUSH1 0x2 ADD PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH4 0xFFFFFFFF AND PUSH1 0x1 ADD SWAP5 POP DUP7 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH6 0xFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH6 0xFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 PUSH4 0xFFFFFFFF AND DUP7 PUSH32 0x82A2DA5DEE54EA8021C6545B4444620291E07EE83BE6DD57EDB175062715F3B4 DUP10 DUP7 DUP15 DUP15 DUP15 PUSH1 0x40 MLOAD PUSH2 0x13D0 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2EDD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0x100F JUMPI PUSH1 0x40 MLOAD PUSH32 0x5F159E6300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 DUP1 PUSH2 0x1436 DUP4 DUP3 CALLDATASIZE PUSH2 0x218D JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1019 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x14AC JUMPI PUSH1 0x0 PUSH2 0x1459 DUP2 CALLDATASIZE PUSH2 0x22A5 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0xF07E038F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x24 DUP3 ADD MSTORE SWAP1 SWAP3 POP PUSH1 0x44 ADD SWAP1 POP PUSH2 0x97D JUMP JUMPDEST PUSH2 0xA9F PUSH2 0xDC2 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP10 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE SWAP3 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH8 0xFFFFFFFFFFFFFFFF DUP10 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP3 DUP4 MSTORE SWAP4 SWAP5 POP PUSH32 0x9EA6790C7DADFD01C9F8B9762B3682607AF2C7E79E05A9F9FDF5580DDE949151 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1567 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1B51 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SUB PUSH2 0x15CD JUMPI PUSH1 0x40 MLOAD PUSH32 0x5A068BC800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD DUP6 ISZERO ISZERO PUSH1 0x1 PUSH1 0x70 SHL MUL PUSH15 0xFF0000000000000000000000000000 NOT SWAP1 SWAP2 AND OR SWAP1 SSTORE MLOAD PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP1 PUSH2 0xCDC SWAP1 DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1665 JUMPI PUSH2 0x165C DUP7 DUP6 DUP6 PUSH2 0x218D JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1688 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x1681 JUMPI PUSH2 0x167C DUP7 DUP7 PUSH2 0x67E DUP8 DUP8 PUSH2 0x1691 JUMP JUMPDEST PUSH2 0x165C JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16A0 PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x847 SWAP2 PUSH2 0x2F28 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1724 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x172C PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1778 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x1781 DUP3 PUSH2 0x1C2D JUMP JUMPDEST ISZERO PUSH2 0x17BB JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 DUP5 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD PUSH4 0xFFFFFFFF DUP4 AND SWAP2 DUP8 SWAP2 PUSH32 0x76A2A46953689D4861A5D3F6ED883AD7E6AF674A21F8E162707159FC9DDE614D SWAP2 SWAP1 LOG3 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 SELFBALANCE LT ISZERO PUSH2 0x184E JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x186A SWAP2 SWAP1 PUSH2 0x2F5E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x18A7 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 0x18AC JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x18BC DUP7 DUP4 DUP4 PUSH2 0x25A7 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1916 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND ISZERO SWAP1 DUP2 ISZERO PUSH2 0x1A1E JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1965 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x196F SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH6 0xFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x199D DUP8 PUSH4 0xFFFFFFFF AND PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 DUP2 AND SWAP1 SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE DUP3 MSTORE SWAP1 SWAP2 KECCAK256 DUP4 MLOAD DUP2 SLOAD SWAP5 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 AND PUSH7 0x1000000000000 MUL PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT SWAP1 SWAP4 AND PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x1AE1 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP9 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP5 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP12 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH2 0x1A6E SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x261C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP4 AND PUSH7 0x1000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000FFFFFFFFFFFF SWAP1 SWAP4 AND SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE SWAP1 POP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF DUP8 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO DUP2 DUP4 ADD MSTORE SWAP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND SWAP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP12 AND SWAP2 PUSH32 0xF98448B987F1428E0E230E1F3C6E2CE15B5693EAF31827FBD0B1EC4B424AE7CF SWAP2 DUP2 SWAP1 SUB PUSH1 0x60 ADD SWAP1 LOG3 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x1B67 DUP5 PUSH2 0x1B62 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x26C6 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1BA3 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1BCD JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND SWAP5 DUP8 AND SWAP5 DUP6 OR SWAP1 SSTORE MLOAD PUSH32 0x1FD6DD7631312DFAC2205B52913F99DE03B4D7E381D5D27D3DBFE0713E6E6340 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C37 PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1C4C PUSH3 0x93A80 DUP5 PUSH2 0x2EBF JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1C8B JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1CB5 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF AND PUSH9 0x10000000000000000 SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1D85 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP3 KECCAK256 ADD SLOAD PUSH2 0x1DC1 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x261C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP1 DUP8 ADD PUSH1 0x20 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP6 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFF0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP6 AND SWAP5 SWAP1 SWAP5 OR SWAP1 SWAP4 SSTORE SWAP2 MLOAD SWAP1 SWAP3 POP PUSH32 0xFEB69018EE8B8FD50EA86348F1267D07673379F72CFFDECCEC63853EE8CE8B48 SWAP1 PUSH2 0x1E6B SWAP1 DUP7 SWAP1 DUP6 SWAP1 PUSH4 0xFFFFFFFF SWAP3 SWAP1 SWAP3 AND DUP3 MSTORE PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x1E96 SWAP2 SWAP1 PUSH2 0x2F5E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x1ED1 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 0x1ED6 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1EE6 DUP6 DUP4 DUP4 PUSH2 0x25A7 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1F3F JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND SWAP1 SUB PUSH2 0x1F87 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC48 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND DUP1 DUP6 MSTORE SWAP3 MSTORE DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD SWAP1 SWAP3 SWAP2 PUSH32 0xF229BAA593AF28C41B1D16B748CD7688F0C83AAF92D4BE41C44005DEFE84C166 SWAP2 LOG3 POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x200E TIMESTAMP PUSH2 0x271A JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x2058 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x261C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP7 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH14 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP7 SWAP1 SWAP7 AND SWAP6 SWAP1 SWAP6 OR SWAP1 SWAP5 SSTORE DUP1 MLOAD PUSH4 0xFFFFFFFF DUP9 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP5 AND SWAP5 DUP2 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP2 SWAP4 POP SWAP2 PUSH32 0xA56B76017453F399EC2327BA00375DBFB1FD070FF854341AD6191E6A2E2DE19C SWAP2 ADD PUSH2 0x1E6B JUMP JUMPDEST PUSH1 0x0 DUP2 DUP4 GT PUSH2 0x20F1 JUMPI DUP2 PUSH2 0x847 JUMP JUMPDEST POP SWAP1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2153 JUMPI POP PUSH2 0x2151 DUP2 PUSH2 0x1C2D JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1019 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x21A4 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0xFFF JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2227 JUMPI PUSH2 0xFB6 ADDRESS PUSH2 0x21C2 DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2236 DUP8 DUP8 PUSH2 0x22A5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 PUSH2 0x2250 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0xFFF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x225D DUP5 DUP12 PUSH2 0x101E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2277 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0xFFF JUMP JUMPDEST PUSH2 0x228D DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO SWAP12 SWAP1 SWAP11 POP SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x22C0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x22CC DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x232F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2363 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2397 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x23CB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x23E1 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2442 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2476 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x24B8 JUMPI PUSH1 0x0 PUSH2 0x248B PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x2E11 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x2498 SWAP2 SWAP1 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x24A5 DUP3 PUSH2 0xBB3 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x25A0 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2519 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2593 JUMPI PUSH1 0x0 PUSH2 0x252E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x2E11 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x253B SWAP2 SWAP1 PUSH2 0x288D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x2584 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST PUSH1 0x0 SWAP5 POP SWAP5 POP SWAP5 POP POP POP PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x25BC JUMPI PUSH2 0x25B7 DUP3 PUSH2 0x276A JUMP JUMPDEST PUSH2 0x847 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x25D3 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2615 JUMPI PUSH1 0x40 MLOAD PUSH32 0x9996B31500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST POP DUP1 PUSH2 0x847 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2633 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2670 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x265B JUMPI PUSH1 0x0 PUSH2 0x2665 JUMP JUMPDEST PUSH2 0x2665 DUP9 DUP6 PUSH2 0x2F7A JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x2681 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x268B SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP3 POP PUSH4 0xFFFFFFFF DUP7 AND PUSH1 0x20 DUP4 SWAP1 SHL PUSH8 0xFFFFFFFF00000000 AND PUSH1 0x40 DUP6 SWAP1 SHL PUSH14 0xFFFFFFFFFFFF0000000000000000 AND OR OR SWAP4 POP POP POP SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP7 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP7 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP9 SWAP1 SHR DUP2 AND SWAP1 DUP8 AND DUP2 GT ISZERO PUSH2 0x2705 JUMPI DUP3 DUP3 DUP3 PUSH2 0x270A JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2766 JUMPI PUSH1 0x40 MLOAD PUSH32 0x6DFCC65000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x30 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x97D JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x277A JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x27AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x27D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x27EE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2821 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x283C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2847 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2863 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x286F DUP8 DUP3 DUP9 ADD PUSH2 0x27C4 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2882 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2809 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x289F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x847 DUP3 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x28BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x28C6 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x28DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x28F9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2904 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x28DB DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2926 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x293E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x296B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2976 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2992 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x299E DUP7 DUP3 DUP8 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2821 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x29D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x29DD DUP5 PUSH2 0x2809 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x29ED DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH2 0x29FB PUSH1 0x40 DUP6 ADD PUSH2 0x29AB JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2A17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2904 DUP4 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2A33 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2A3C DUP4 PUSH2 0x2809 JUMP JUMPDEST SWAP2 POP PUSH2 0x2A4A PUSH1 0x20 DUP5 ADD PUSH2 0x2809 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A7E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x847 DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x27AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2ABD DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x28DB DUP2 PUSH2 0x2A89 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2AE2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2976 DUP5 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AFE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B07 DUP4 PUSH2 0x2809 JUMP JUMPDEST SWAP2 POP PUSH2 0x2A4A PUSH1 0x20 DUP5 ADD PUSH2 0x29AB JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2B2B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2B36 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2B46 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B62 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B6E DUP8 DUP3 DUP9 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B8D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BB0 DUP6 DUP3 DUP7 ADD PUSH2 0x27C4 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2BD7 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2BBF JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2C54 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2C31 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2BBC JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP6 SWAP1 SWAP6 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP6 POP SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x2C08 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2C80 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C90 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2CA0 DUP2 PUSH2 0x2A89 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B07 DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2CDF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2CEA DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D06 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D12 DUP8 DUP3 DUP9 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2D31 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP7 SWAP3 SWAP6 POP SWAP1 SWAP4 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2D64 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x847 DUP2 PUSH2 0x2A89 JUMP JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xBAB PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x847 DUP2 PUSH2 0x2A89 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x60 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x18BC PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x2E21 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x2E2E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x2E68 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2E83 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x2EB5 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2BBC JUMP JUMPDEST ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP2 DUP2 AND DUP4 DUP3 AND ADD SWAP1 DUP2 GT ISZERO PUSH2 0xC48 JUMPI PUSH2 0xC48 PUSH2 0x2DFB JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP7 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x80 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x2F1D PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x2F57 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x2F70 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2BBC JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0xC48 JUMPI PUSH2 0xC48 PUSH2 0x2DFB JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 0x4B 0x24 SSTORE 0xB0 DUP8 JUMPI 0xCD 0xB2 0xC3 0xD5 JUMP PUSH5 0x1B6BA3B5BD ADD PUSH3 0xB7A28C 0xF7 0xAD CALLDATASIZE BLOBBASEFEE 0xE6 STATICCALL 0xAA JUMPDEST 0xB3 SELFDESTRUCT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "3965:28080:12:-:0;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@ADMIN_ROLE_4479": { - "entryPoint": null, - "id": 4479, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@PUBLIC_ROLE_4486": { - "entryPoint": null, - "id": 4486, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_canCallExtended_6338": { - "entryPoint": 5694, - "id": 6338, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@_canCallSelf_6433": { - "entryPoint": 8589, - "id": 6433, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@_checkAuthorized_6146": { - "entryPoint": 5159, - "id": 6146, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkNotScheduled_5721": { - "entryPoint": 8440, - "id": 5721, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkSelector_6493": { - "entryPoint": 5777, - "id": 6493, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_consumeScheduledOp_6052": { - "entryPoint": 5801, - "id": 6052, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_contextSuffixLength_6812": { - "entryPoint": null, - "id": 6812, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAccessManagerStorage_4516": { - "entryPoint": null, - "id": 4516, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAdminRestrictions_6293": { - "entryPoint": 8869, - "id": 6293, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getFullAt_12405": { - "entryPoint": 9926, - "id": 12405, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_grantRole_5131": { - "entryPoint": 6342, - "id": 5131, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@_hashExecutionId_6512": { - "entryPoint": null, - "id": 6512, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExecuting_6458": { - "entryPoint": null, - "id": 6458, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExpired_6476": { - "entryPoint": 7213, - "id": 6476, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_msgData_6804": { - "entryPoint": null, - "id": 6804, - "parameterSlots": 0, - "returnSlots": 2 - }, - "@_msgSender_6795": { - "entryPoint": null, - "id": 6795, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_revert_7968": { - "entryPoint": 10090, - "id": 7968, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_revokeRole_5187": { - "entryPoint": 7919, - "id": 5187, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_setGrantDelay_5324": { - "entryPoint": 7479, - "id": 5324, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleAdmin_5229": { - "entryPoint": 7028, - "id": 5229, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleGuardian_5271": { - "entryPoint": 7260, - "id": 5271, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetAdminDelay_5453": { - "entryPoint": 8211, - "id": 5453, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetClosed_5510": { - "entryPoint": 5489, - "id": 5510, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetFunctionRole_5393": { - "entryPoint": 5308, - "id": 5393, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@canCall_4633": { - "entryPoint": 3834, - "id": 4633, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@cancel_5941": { - "entryPoint": 4270, - "id": 5941, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@consumeScheduledOp_5978": { - "entryPoint": 3305, - "id": 5978, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@execute_5830": { - "entryPoint": 2276, - "id": 5830, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@expiration_4642": { - "entryPoint": null, - "id": 4642, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@functionCallWithValue_7836": { - "entryPoint": 6160, - "id": 7836, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@functionDelegateCall_7888": { - "entryPoint": 7801, - "id": 7888, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getAccess_4840": { - "entryPoint": 2725, - "id": 4840, - "parameterSlots": 2, - "returnSlots": 4 - }, - "@getFull_12425": { - "entryPoint": 6993, - "id": 12425, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@getNonce_5561": { - "entryPoint": null, - "id": 5561, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleAdmin_4741": { - "entryPoint": null, - "id": 4741, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGrantDelay_4785": { - "entryPoint": 2018, - "id": 4785, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGuardian_4762": { - "entryPoint": null, - "id": 4762, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getSchedule_5540": { - "entryPoint": 2895, - "id": 5540, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetAdminDelay_4720": { - "entryPoint": 2995, - "id": 4720, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetFunctionRole_4697": { - "entryPoint": 3074, - "id": 4697, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@get_12443": { - "entryPoint": 5458, - "id": 12443, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@grantRole_4935": { - "entryPoint": 2691, - "id": 4935, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@hasRole_4884": { - "entryPoint": 4126, - "id": 4884, - "parameterSlots": 2, - "returnSlots": 2 - }, - "@hashOperation_6074": { - "entryPoint": 3545, - "id": 6074, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@isTargetClosed_4672": { - "entryPoint": null, - "id": 4672, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@labelRole_4913": { - "entryPoint": 3150, - "id": 4913, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@max_9587": { - "entryPoint": 8418, - "id": 9587, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@minSetback_4651": { - "entryPoint": null, - "id": 4651, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@multicall_6915": { - "entryPoint": 3602, - "id": 6915, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@pack_12588": { - "entryPoint": null, - "id": 12588, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@renounceRole_4974": { - "entryPoint": 5093, - "id": 4974, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@revokeRole_4951": { - "entryPoint": 4103, - "id": 4951, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@schedule_5686": { - "entryPoint": 4664, - "id": 5686, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@setGrantDelay_5022": { - "entryPoint": 3527, - "id": 5022, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleAdmin_4990": { - "entryPoint": 2877, - "id": 4990, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleGuardian_5006": { - "entryPoint": 3056, - "id": 5006, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetAdminDelay_5409": { - "entryPoint": 4252, - "id": 5409, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetClosed_5469": { - "entryPoint": 2126, - "id": 5469, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetFunctionRole_5359": { - "entryPoint": 1935, - "id": 5359, - "parameterSlots": 4, - "returnSlots": 0 - }, - "@timestamp_12336": { - "entryPoint": 8195, - "id": 12336, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@toDelay_12366": { - "entryPoint": null, - "id": 12366, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint48_11209": { - "entryPoint": 10010, - "id": 11209, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@unpack_12550": { - "entryPoint": null, - "id": 12550, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@updateAuthority_6092": { - "entryPoint": 2148, - "id": 6092, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@verifyCallResultFromTarget_7928": { - "entryPoint": 9639, - "id": 7928, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@withUpdate_12499": { - "entryPoint": 9756, - "id": 12499, - "parameterSlots": 3, - "returnSlots": 2 - }, - "abi_decode_array_bytes4_dyn_calldata": { - "entryPoint": 10180, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_bytes_calldata": { - "entryPoint": 10516, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 10860, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address_payable": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_addresst_address": { - "entryPoint": 10470, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_addresst_bytes4": { - "entryPoint": 11360, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { - "entryPoint": 11029, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { - "entryPoint": 10278, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_bool": { - "entryPoint": 10408, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes4": { - "entryPoint": 10911, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { - "entryPoint": 10582, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { - "entryPoint": 11465, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_uint32": { - "entryPoint": 11435, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 11130, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 10835, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4": { - "entryPoint": 11602, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4_fromMemory": { - "entryPoint": 11692, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 10381, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64t_address": { - "entryPoint": 10756, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_addresst_uint32": { - "entryPoint": 10687, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_string_calldata_ptr": { - "entryPoint": 10957, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_uint32": { - "entryPoint": 10987, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_uint64": { - "entryPoint": 10784, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_uint32": { - "entryPoint": 10667, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 10249, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_string_calldata": { - "entryPoint": 11631, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 11928, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 12126, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 11721, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 11232, - "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_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 11672, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 11997, - "id": null, - "parameterSlots": 6, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_bytes_calldata_ptr": { - "entryPoint": 11857, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "calldata_array_index_range_access_t_bytes_calldata_ptr": { - "entryPoint": 11793, - "id": null, - "parameterSlots": 4, - "returnSlots": 2 - }, - "checked_add_t_uint48": { - "entryPoint": 11967, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint256": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint32": { - "entryPoint": 12154, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { - "entryPoint": 12072, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 11196, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x11": { - "entryPoint": 11771, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 11580, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 11835, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 10159, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - }, - "validator_revert_bytes4": { - "entryPoint": 10889, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:20850:44", - "nodeType": "YulBlock", - "src": "0:20850:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "59:109:44", - "nodeType": "YulBlock", - "src": "59:109:44", - "statements": [ - { - "body": { - "nativeSrc": "146:16:44", - "nodeType": "YulBlock", - "src": "146:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "155:1:44", - "nodeType": "YulLiteral", - "src": "155:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "158:1:44", - "nodeType": "YulLiteral", - "src": "158:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "148:6:44", - "nodeType": "YulIdentifier", - "src": "148:6:44" - }, - "nativeSrc": "148:12:44", - "nodeType": "YulFunctionCall", - "src": "148:12:44" - }, - "nativeSrc": "148:12:44", - "nodeType": "YulExpressionStatement", - "src": "148:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "82:5:44", - "nodeType": "YulIdentifier", - "src": "82:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "93:5:44", - "nodeType": "YulIdentifier", - "src": "93:5:44" - }, - { - "kind": "number", - "nativeSrc": "100:42:44", - "nodeType": "YulLiteral", - "src": "100:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "89:3:44", - "nodeType": "YulIdentifier", - "src": "89:3:44" - }, - "nativeSrc": "89:54:44", - "nodeType": "YulFunctionCall", - "src": "89:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "79:2:44", - "nodeType": "YulIdentifier", - "src": "79:2:44" - }, - "nativeSrc": "79:65:44", - "nodeType": "YulFunctionCall", - "src": "79:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "72:6:44", - "nodeType": "YulIdentifier", - "src": "72:6:44" - }, - "nativeSrc": "72:73:44", - "nodeType": "YulFunctionCall", - "src": "72:73:44" - }, - "nativeSrc": "69:93:44", - "nodeType": "YulIf", - "src": "69:93:44" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "14:154:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "48:5:44", - "nodeType": "YulTypedName", - "src": "48:5:44", - "type": "" - } - ], - "src": "14:154:44" - }, - { - "body": { - "nativeSrc": "256:283:44", - "nodeType": "YulBlock", - "src": "256:283:44", - "statements": [ - { - "body": { - "nativeSrc": "305:16:44", - "nodeType": "YulBlock", - "src": "305:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "314:1:44", - "nodeType": "YulLiteral", - "src": "314:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "317:1:44", - "nodeType": "YulLiteral", - "src": "317:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "307:6:44", - "nodeType": "YulIdentifier", - "src": "307:6:44" - }, - "nativeSrc": "307:12:44", - "nodeType": "YulFunctionCall", - "src": "307:12:44" - }, - "nativeSrc": "307:12:44", - "nodeType": "YulExpressionStatement", - "src": "307:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "284:6:44", - "nodeType": "YulIdentifier", - "src": "284:6:44" - }, - { - "kind": "number", - "nativeSrc": "292:4:44", - "nodeType": "YulLiteral", - "src": "292:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "280:3:44", - "nodeType": "YulIdentifier", - "src": "280:3:44" - }, - "nativeSrc": "280:17:44", - "nodeType": "YulFunctionCall", - "src": "280:17:44" - }, - { - "name": "end", - "nativeSrc": "299:3:44", - "nodeType": "YulIdentifier", - "src": "299:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "276:3:44", - "nodeType": "YulIdentifier", - "src": "276:3:44" - }, - "nativeSrc": "276:27:44", - "nodeType": "YulFunctionCall", - "src": "276:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "269:6:44", - "nodeType": "YulIdentifier", - "src": "269:6:44" - }, - "nativeSrc": "269:35:44", - "nodeType": "YulFunctionCall", - "src": "269:35:44" - }, - "nativeSrc": "266:55:44", - "nodeType": "YulIf", - "src": "266:55:44" - }, - { - "nativeSrc": "330:30:44", - "nodeType": "YulAssignment", - "src": "330:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "353:6:44", - "nodeType": "YulIdentifier", - "src": "353:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "340:12:44", - "nodeType": "YulIdentifier", - "src": "340:12:44" - }, - "nativeSrc": "340:20:44", - "nodeType": "YulFunctionCall", - "src": "340:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "330:6:44", - "nodeType": "YulIdentifier", - "src": "330:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "403:16:44", - "nodeType": "YulBlock", - "src": "403:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "412:1:44", - "nodeType": "YulLiteral", - "src": "412:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "415:1:44", - "nodeType": "YulLiteral", - "src": "415:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "405:6:44", - "nodeType": "YulIdentifier", - "src": "405:6:44" - }, - "nativeSrc": "405:12:44", - "nodeType": "YulFunctionCall", - "src": "405:12:44" - }, - "nativeSrc": "405:12:44", - "nodeType": "YulExpressionStatement", - "src": "405:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "375:6:44", - "nodeType": "YulIdentifier", - "src": "375:6:44" - }, - { - "kind": "number", - "nativeSrc": "383:18:44", - "nodeType": "YulLiteral", - "src": "383:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "372:2:44", - "nodeType": "YulIdentifier", - "src": "372:2:44" - }, - "nativeSrc": "372:30:44", - "nodeType": "YulFunctionCall", - "src": "372:30:44" - }, - "nativeSrc": "369:50:44", - "nodeType": "YulIf", - "src": "369:50:44" - }, - { - "nativeSrc": "428:29:44", - "nodeType": "YulAssignment", - "src": "428:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "444:6:44", - "nodeType": "YulIdentifier", - "src": "444:6:44" - }, - { - "kind": "number", - "nativeSrc": "452:4:44", - "nodeType": "YulLiteral", - "src": "452:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "440:3:44", - "nodeType": "YulIdentifier", - "src": "440:3:44" - }, - "nativeSrc": "440:17:44", - "nodeType": "YulFunctionCall", - "src": "440:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "428:8:44", - "nodeType": "YulIdentifier", - "src": "428:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "517:16:44", - "nodeType": "YulBlock", - "src": "517:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "526:1:44", - "nodeType": "YulLiteral", - "src": "526:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "529:1:44", - "nodeType": "YulLiteral", - "src": "529:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "519:6:44", - "nodeType": "YulIdentifier", - "src": "519:6:44" - }, - "nativeSrc": "519:12:44", - "nodeType": "YulFunctionCall", - "src": "519:12:44" - }, - "nativeSrc": "519:12:44", - "nodeType": "YulExpressionStatement", - "src": "519:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "480:6:44", - "nodeType": "YulIdentifier", - "src": "480:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "492:1:44", - "nodeType": "YulLiteral", - "src": "492:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "495:6:44", - "nodeType": "YulIdentifier", - "src": "495:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "488:3:44", - "nodeType": "YulIdentifier", - "src": "488:3:44" - }, - "nativeSrc": "488:14:44", - "nodeType": "YulFunctionCall", - "src": "488:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "476:3:44", - "nodeType": "YulIdentifier", - "src": "476:3:44" - }, - "nativeSrc": "476:27:44", - "nodeType": "YulFunctionCall", - "src": "476:27:44" - }, - { - "kind": "number", - "nativeSrc": "505:4:44", - "nodeType": "YulLiteral", - "src": "505:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "472:3:44", - "nodeType": "YulIdentifier", - "src": "472:3:44" - }, - "nativeSrc": "472:38:44", - "nodeType": "YulFunctionCall", - "src": "472:38:44" - }, - { - "name": "end", - "nativeSrc": "512:3:44", - "nodeType": "YulIdentifier", - "src": "512:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "469:2:44", - "nodeType": "YulIdentifier", - "src": "469:2:44" - }, - "nativeSrc": "469:47:44", - "nodeType": "YulFunctionCall", - "src": "469:47:44" - }, - "nativeSrc": "466:67:44", - "nodeType": "YulIf", - "src": "466:67:44" - } - ] - }, - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "173:366:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "219:6:44", - "nodeType": "YulTypedName", - "src": "219:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "227:3:44", - "nodeType": "YulTypedName", - "src": "227:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "235:8:44", - "nodeType": "YulTypedName", - "src": "235:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "245:6:44", - "nodeType": "YulTypedName", - "src": "245:6:44", - "type": "" - } - ], - "src": "173:366:44" - }, - { - "body": { - "nativeSrc": "592:123:44", - "nodeType": "YulBlock", - "src": "592:123:44", - "statements": [ - { - "nativeSrc": "602:29:44", - "nodeType": "YulAssignment", - "src": "602:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "624:6:44", - "nodeType": "YulIdentifier", - "src": "624:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "611:12:44", - "nodeType": "YulIdentifier", - "src": "611:12:44" - }, - "nativeSrc": "611:20:44", - "nodeType": "YulFunctionCall", - "src": "611:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "602:5:44", - "nodeType": "YulIdentifier", - "src": "602:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "693:16:44", - "nodeType": "YulBlock", - "src": "693:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "702:1:44", - "nodeType": "YulLiteral", - "src": "702:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "705:1:44", - "nodeType": "YulLiteral", - "src": "705:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "695:6:44", - "nodeType": "YulIdentifier", - "src": "695:6:44" - }, - "nativeSrc": "695:12:44", - "nodeType": "YulFunctionCall", - "src": "695:12:44" - }, - "nativeSrc": "695:12:44", - "nodeType": "YulExpressionStatement", - "src": "695:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "653:5:44", - "nodeType": "YulIdentifier", - "src": "653:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "664:5:44", - "nodeType": "YulIdentifier", - "src": "664:5:44" - }, - { - "kind": "number", - "nativeSrc": "671:18:44", - "nodeType": "YulLiteral", - "src": "671:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "660:3:44", - "nodeType": "YulIdentifier", - "src": "660:3:44" - }, - "nativeSrc": "660:30:44", - "nodeType": "YulFunctionCall", - "src": "660:30:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "650:2:44", - "nodeType": "YulIdentifier", - "src": "650:2:44" - }, - "nativeSrc": "650:41:44", - "nodeType": "YulFunctionCall", - "src": "650:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "643:6:44", - "nodeType": "YulIdentifier", - "src": "643:6:44" - }, - "nativeSrc": "643:49:44", - "nodeType": "YulFunctionCall", - "src": "643:49:44" - }, - "nativeSrc": "640:69:44", - "nodeType": "YulIf", - "src": "640:69:44" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "544:171:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "571:6:44", - "nodeType": "YulTypedName", - "src": "571:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "582:5:44", - "nodeType": "YulTypedName", - "src": "582:5:44", - "type": "" - } - ], - "src": "544:171:44" - }, - { - "body": { - "nativeSrc": "857:505:44", - "nodeType": "YulBlock", - "src": "857:505:44", - "statements": [ - { - "body": { - "nativeSrc": "903:16:44", - "nodeType": "YulBlock", - "src": "903:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "912:1:44", - "nodeType": "YulLiteral", - "src": "912:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "915:1:44", - "nodeType": "YulLiteral", - "src": "915:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "905:6:44", - "nodeType": "YulIdentifier", - "src": "905:6:44" - }, - "nativeSrc": "905:12:44", - "nodeType": "YulFunctionCall", - "src": "905:12:44" - }, - "nativeSrc": "905:12:44", - "nodeType": "YulExpressionStatement", - "src": "905:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "878:7:44", - "nodeType": "YulIdentifier", - "src": "878:7:44" - }, - { - "name": "headStart", - "nativeSrc": "887:9:44", - "nodeType": "YulIdentifier", - "src": "887:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "874:3:44", - "nodeType": "YulIdentifier", - "src": "874:3:44" - }, - "nativeSrc": "874:23:44", - "nodeType": "YulFunctionCall", - "src": "874:23:44" - }, - { - "kind": "number", - "nativeSrc": "899:2:44", - "nodeType": "YulLiteral", - "src": "899:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "870:3:44", - "nodeType": "YulIdentifier", - "src": "870:3:44" - }, - "nativeSrc": "870:32:44", - "nodeType": "YulFunctionCall", - "src": "870:32:44" - }, - "nativeSrc": "867:52:44", - "nodeType": "YulIf", - "src": "867:52:44" - }, - { - "nativeSrc": "928:36:44", - "nodeType": "YulVariableDeclaration", - "src": "928:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "954:9:44", - "nodeType": "YulIdentifier", - "src": "954:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "941:12:44", - "nodeType": "YulIdentifier", - "src": "941:12:44" - }, - "nativeSrc": "941:23:44", - "nodeType": "YulFunctionCall", - "src": "941:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "932:5:44", - "nodeType": "YulTypedName", - "src": "932:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "998:5:44", - "nodeType": "YulIdentifier", - "src": "998:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "973:24:44", - "nodeType": "YulIdentifier", - "src": "973:24:44" - }, - "nativeSrc": "973:31:44", - "nodeType": "YulFunctionCall", - "src": "973:31:44" - }, - "nativeSrc": "973:31:44", - "nodeType": "YulExpressionStatement", - "src": "973:31:44" - }, - { - "nativeSrc": "1013:15:44", - "nodeType": "YulAssignment", - "src": "1013:15:44", - "value": { - "name": "value", - "nativeSrc": "1023:5:44", - "nodeType": "YulIdentifier", - "src": "1023:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1013:6:44", - "nodeType": "YulIdentifier", - "src": "1013:6:44" - } - ] - }, - { - "nativeSrc": "1037:46:44", - "nodeType": "YulVariableDeclaration", - "src": "1037:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1068:9:44", - "nodeType": "YulIdentifier", - "src": "1068:9:44" - }, - { - "kind": "number", - "nativeSrc": "1079:2:44", - "nodeType": "YulLiteral", - "src": "1079:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1064:3:44", - "nodeType": "YulIdentifier", - "src": "1064:3:44" - }, - "nativeSrc": "1064:18:44", - "nodeType": "YulFunctionCall", - "src": "1064:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1051:12:44", - "nodeType": "YulIdentifier", - "src": "1051:12:44" - }, - "nativeSrc": "1051:32:44", - "nodeType": "YulFunctionCall", - "src": "1051:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1041:6:44", - "nodeType": "YulTypedName", - "src": "1041:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1126:16:44", - "nodeType": "YulBlock", - "src": "1126:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1135:1:44", - "nodeType": "YulLiteral", - "src": "1135:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1138:1:44", - "nodeType": "YulLiteral", - "src": "1138:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1128:6:44", - "nodeType": "YulIdentifier", - "src": "1128:6:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulFunctionCall", - "src": "1128:12:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulExpressionStatement", - "src": "1128:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1098:6:44", - "nodeType": "YulIdentifier", - "src": "1098:6:44" - }, - { - "kind": "number", - "nativeSrc": "1106:18:44", - "nodeType": "YulLiteral", - "src": "1106:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1095:2:44", - "nodeType": "YulIdentifier", - "src": "1095:2:44" - }, - "nativeSrc": "1095:30:44", - "nodeType": "YulFunctionCall", - "src": "1095:30:44" - }, - "nativeSrc": "1092:50:44", - "nodeType": "YulIf", - "src": "1092:50:44" - }, - { - "nativeSrc": "1151:95:44", - "nodeType": "YulVariableDeclaration", - "src": "1151:95:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1218:9:44", - "nodeType": "YulIdentifier", - "src": "1218:9:44" - }, - { - "name": "offset", - "nativeSrc": "1229:6:44", - "nodeType": "YulIdentifier", - "src": "1229:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1214:3:44", - "nodeType": "YulIdentifier", - "src": "1214:3:44" - }, - "nativeSrc": "1214:22:44", - "nodeType": "YulFunctionCall", - "src": "1214:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1238:7:44", - "nodeType": "YulIdentifier", - "src": "1238:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "1177:36:44", - "nodeType": "YulIdentifier", - "src": "1177:36:44" - }, - "nativeSrc": "1177:69:44", - "nodeType": "YulFunctionCall", - "src": "1177:69:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "1155:8:44", - "nodeType": "YulTypedName", - "src": "1155:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "1165:8:44", - "nodeType": "YulTypedName", - "src": "1165:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1255:18:44", - "nodeType": "YulAssignment", - "src": "1255:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "1265:8:44", - "nodeType": "YulIdentifier", - "src": "1265:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1255:6:44", - "nodeType": "YulIdentifier", - "src": "1255:6:44" - } - ] - }, - { - "nativeSrc": "1282:18:44", - "nodeType": "YulAssignment", - "src": "1282:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "1292:8:44", - "nodeType": "YulIdentifier", - "src": "1292:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "1282:6:44", - "nodeType": "YulIdentifier", - "src": "1282:6:44" - } - ] - }, - { - "nativeSrc": "1309:47:44", - "nodeType": "YulAssignment", - "src": "1309:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1341:9:44", - "nodeType": "YulIdentifier", - "src": "1341:9:44" - }, - { - "kind": "number", - "nativeSrc": "1352:2:44", - "nodeType": "YulLiteral", - "src": "1352:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1337:3:44", - "nodeType": "YulIdentifier", - "src": "1337:3:44" - }, - "nativeSrc": "1337:18:44", - "nodeType": "YulFunctionCall", - "src": "1337:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1319:17:44", - "nodeType": "YulIdentifier", - "src": "1319:17:44" - }, - "nativeSrc": "1319:37:44", - "nodeType": "YulFunctionCall", - "src": "1319:37:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1309:6:44", - "nodeType": "YulIdentifier", - "src": "1309:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", - "nativeSrc": "720:642:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "799:9:44", - "nodeType": "YulTypedName", - "src": "799:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "810:7:44", - "nodeType": "YulTypedName", - "src": "810:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "822:6:44", - "nodeType": "YulTypedName", - "src": "822:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "830:6:44", - "nodeType": "YulTypedName", - "src": "830:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "838:6:44", - "nodeType": "YulTypedName", - "src": "838:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "846:6:44", - "nodeType": "YulTypedName", - "src": "846:6:44", - "type": "" - } - ], - "src": "720:642:44" - }, - { - "body": { - "nativeSrc": "1436:115:44", - "nodeType": "YulBlock", - "src": "1436:115:44", - "statements": [ - { - "body": { - "nativeSrc": "1482:16:44", - "nodeType": "YulBlock", - "src": "1482:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1491:1:44", - "nodeType": "YulLiteral", - "src": "1491:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1494:1:44", - "nodeType": "YulLiteral", - "src": "1494:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1484:6:44", - "nodeType": "YulIdentifier", - "src": "1484:6:44" - }, - "nativeSrc": "1484:12:44", - "nodeType": "YulFunctionCall", - "src": "1484:12:44" - }, - "nativeSrc": "1484:12:44", - "nodeType": "YulExpressionStatement", - "src": "1484:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1457:7:44", - "nodeType": "YulIdentifier", - "src": "1457:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1466:9:44", - "nodeType": "YulIdentifier", - "src": "1466:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1453:3:44", - "nodeType": "YulIdentifier", - "src": "1453:3:44" - }, - "nativeSrc": "1453:23:44", - "nodeType": "YulFunctionCall", - "src": "1453:23:44" - }, - { - "kind": "number", - "nativeSrc": "1478:2:44", - "nodeType": "YulLiteral", - "src": "1478:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1449:3:44", - "nodeType": "YulIdentifier", - "src": "1449:3:44" - }, - "nativeSrc": "1449:32:44", - "nodeType": "YulFunctionCall", - "src": "1449:32:44" - }, - "nativeSrc": "1446:52:44", - "nodeType": "YulIf", - "src": "1446:52:44" - }, - { - "nativeSrc": "1507:38:44", - "nodeType": "YulAssignment", - "src": "1507:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1535:9:44", - "nodeType": "YulIdentifier", - "src": "1535:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1517:17:44", - "nodeType": "YulIdentifier", - "src": "1517:17:44" - }, - "nativeSrc": "1517:28:44", - "nodeType": "YulFunctionCall", - "src": "1517:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1507:6:44", - "nodeType": "YulIdentifier", - "src": "1507:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "1367:184:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1402:9:44", - "nodeType": "YulTypedName", - "src": "1402:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1413:7:44", - "nodeType": "YulTypedName", - "src": "1413:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1425:6:44", - "nodeType": "YulTypedName", - "src": "1425:6:44", - "type": "" - } - ], - "src": "1367:184:44" - }, - { - "body": { - "nativeSrc": "1655:101:44", - "nodeType": "YulBlock", - "src": "1655:101:44", - "statements": [ - { - "nativeSrc": "1665:26:44", - "nodeType": "YulAssignment", - "src": "1665:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1677:9:44", - "nodeType": "YulIdentifier", - "src": "1677:9:44" - }, - { - "kind": "number", - "nativeSrc": "1688:2:44", - "nodeType": "YulLiteral", - "src": "1688:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1673:3:44", - "nodeType": "YulIdentifier", - "src": "1673:3:44" - }, - "nativeSrc": "1673:18:44", - "nodeType": "YulFunctionCall", - "src": "1673:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1665:4:44", - "nodeType": "YulIdentifier", - "src": "1665:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1707:9:44", - "nodeType": "YulIdentifier", - "src": "1707:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1722:6:44", - "nodeType": "YulIdentifier", - "src": "1722:6:44" - }, - { - "kind": "number", - "nativeSrc": "1730:18:44", - "nodeType": "YulLiteral", - "src": "1730:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1718:3:44", - "nodeType": "YulIdentifier", - "src": "1718:3:44" - }, - "nativeSrc": "1718:31:44", - "nodeType": "YulFunctionCall", - "src": "1718:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1700:6:44", - "nodeType": "YulIdentifier", - "src": "1700:6:44" - }, - "nativeSrc": "1700:50:44", - "nodeType": "YulFunctionCall", - "src": "1700:50:44" - }, - "nativeSrc": "1700:50:44", - "nodeType": "YulExpressionStatement", - "src": "1700:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "1556:200:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1624:9:44", - "nodeType": "YulTypedName", - "src": "1624:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1635:6:44", - "nodeType": "YulTypedName", - "src": "1635:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1646:4:44", - "nodeType": "YulTypedName", - "src": "1646:4:44", - "type": "" - } - ], - "src": "1556:200:44" - }, - { - "body": { - "nativeSrc": "1860:93:44", - "nodeType": "YulBlock", - "src": "1860:93:44", - "statements": [ - { - "nativeSrc": "1870:26:44", - "nodeType": "YulAssignment", - "src": "1870:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1882:9:44", - "nodeType": "YulIdentifier", - "src": "1882:9:44" - }, - { - "kind": "number", - "nativeSrc": "1893:2:44", - "nodeType": "YulLiteral", - "src": "1893:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1878:3:44", - "nodeType": "YulIdentifier", - "src": "1878:3:44" - }, - "nativeSrc": "1878:18:44", - "nodeType": "YulFunctionCall", - "src": "1878:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1870:4:44", - "nodeType": "YulIdentifier", - "src": "1870:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1912:9:44", - "nodeType": "YulIdentifier", - "src": "1912:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1927:6:44", - "nodeType": "YulIdentifier", - "src": "1927:6:44" - }, - { - "kind": "number", - "nativeSrc": "1935:10:44", - "nodeType": "YulLiteral", - "src": "1935:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1923:3:44", - "nodeType": "YulIdentifier", - "src": "1923:3:44" - }, - "nativeSrc": "1923:23:44", - "nodeType": "YulFunctionCall", - "src": "1923:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:44", - "nodeType": "YulIdentifier", - "src": "1905:6:44" - }, - "nativeSrc": "1905:42:44", - "nodeType": "YulFunctionCall", - "src": "1905:42:44" - }, - "nativeSrc": "1905:42:44", - "nodeType": "YulExpressionStatement", - "src": "1905:42:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", - "nativeSrc": "1761:192:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1829:9:44", - "nodeType": "YulTypedName", - "src": "1829:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1840:6:44", - "nodeType": "YulTypedName", - "src": "1840:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1851:4:44", - "nodeType": "YulTypedName", - "src": "1851:4:44", - "type": "" - } - ], - "src": "1761:192:44" - }, - { - "body": { - "nativeSrc": "2042:332:44", - "nodeType": "YulBlock", - "src": "2042:332:44", - "statements": [ - { - "body": { - "nativeSrc": "2088:16:44", - "nodeType": "YulBlock", - "src": "2088:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2097:1:44", - "nodeType": "YulLiteral", - "src": "2097:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2100:1:44", - "nodeType": "YulLiteral", - "src": "2100:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2090:6:44", - "nodeType": "YulIdentifier", - "src": "2090:6:44" - }, - "nativeSrc": "2090:12:44", - "nodeType": "YulFunctionCall", - "src": "2090:12:44" - }, - "nativeSrc": "2090:12:44", - "nodeType": "YulExpressionStatement", - "src": "2090:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2063:7:44", - "nodeType": "YulIdentifier", - "src": "2063:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2072:9:44", - "nodeType": "YulIdentifier", - "src": "2072:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2059:3:44", - "nodeType": "YulIdentifier", - "src": "2059:3:44" - }, - "nativeSrc": "2059:23:44", - "nodeType": "YulFunctionCall", - "src": "2059:23:44" - }, - { - "kind": "number", - "nativeSrc": "2084:2:44", - "nodeType": "YulLiteral", - "src": "2084:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2055:3:44", - "nodeType": "YulIdentifier", - "src": "2055:3:44" - }, - "nativeSrc": "2055:32:44", - "nodeType": "YulFunctionCall", - "src": "2055:32:44" - }, - "nativeSrc": "2052:52:44", - "nodeType": "YulIf", - "src": "2052:52:44" - }, - { - "nativeSrc": "2113:36:44", - "nodeType": "YulVariableDeclaration", - "src": "2113:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2139:9:44", - "nodeType": "YulIdentifier", - "src": "2139:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2126:12:44", - "nodeType": "YulIdentifier", - "src": "2126:12:44" - }, - "nativeSrc": "2126:23:44", - "nodeType": "YulFunctionCall", - "src": "2126:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2117:5:44", - "nodeType": "YulTypedName", - "src": "2117:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2183:5:44", - "nodeType": "YulIdentifier", - "src": "2183:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2158:24:44", - "nodeType": "YulIdentifier", - "src": "2158:24:44" - }, - "nativeSrc": "2158:31:44", - "nodeType": "YulFunctionCall", - "src": "2158:31:44" - }, - "nativeSrc": "2158:31:44", - "nodeType": "YulExpressionStatement", - "src": "2158:31:44" - }, - { - "nativeSrc": "2198:15:44", - "nodeType": "YulAssignment", - "src": "2198:15:44", - "value": { - "name": "value", - "nativeSrc": "2208:5:44", - "nodeType": "YulIdentifier", - "src": "2208:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2198:6:44", - "nodeType": "YulIdentifier", - "src": "2198:6:44" - } - ] - }, - { - "nativeSrc": "2222:47:44", - "nodeType": "YulVariableDeclaration", - "src": "2222:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2254:9:44", - "nodeType": "YulIdentifier", - "src": "2254:9:44" - }, - { - "kind": "number", - "nativeSrc": "2265:2:44", - "nodeType": "YulLiteral", - "src": "2265:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2250:3:44", - "nodeType": "YulIdentifier", - "src": "2250:3:44" - }, - "nativeSrc": "2250:18:44", - "nodeType": "YulFunctionCall", - "src": "2250:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2237:12:44", - "nodeType": "YulIdentifier", - "src": "2237:12:44" - }, - "nativeSrc": "2237:32:44", - "nodeType": "YulFunctionCall", - "src": "2237:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2226:7:44", - "nodeType": "YulTypedName", - "src": "2226:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2326:16:44", - "nodeType": "YulBlock", - "src": "2326:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2335:1:44", - "nodeType": "YulLiteral", - "src": "2335:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2338:1:44", - "nodeType": "YulLiteral", - "src": "2338:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2328:6:44", - "nodeType": "YulIdentifier", - "src": "2328:6:44" - }, - "nativeSrc": "2328:12:44", - "nodeType": "YulFunctionCall", - "src": "2328:12:44" - }, - "nativeSrc": "2328:12:44", - "nodeType": "YulExpressionStatement", - "src": "2328:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2291:7:44", - "nodeType": "YulIdentifier", - "src": "2291:7:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2314:7:44", - "nodeType": "YulIdentifier", - "src": "2314:7:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2307:6:44", - "nodeType": "YulIdentifier", - "src": "2307:6:44" - }, - "nativeSrc": "2307:15:44", - "nodeType": "YulFunctionCall", - "src": "2307:15:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2300:6:44", - "nodeType": "YulIdentifier", - "src": "2300:6:44" - }, - "nativeSrc": "2300:23:44", - "nodeType": "YulFunctionCall", - "src": "2300:23:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2288:2:44", - "nodeType": "YulIdentifier", - "src": "2288:2:44" - }, - "nativeSrc": "2288:36:44", - "nodeType": "YulFunctionCall", - "src": "2288:36:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2281:6:44", - "nodeType": "YulIdentifier", - "src": "2281:6:44" - }, - "nativeSrc": "2281:44:44", - "nodeType": "YulFunctionCall", - "src": "2281:44:44" - }, - "nativeSrc": "2278:64:44", - "nodeType": "YulIf", - "src": "2278:64:44" - }, - { - "nativeSrc": "2351:17:44", - "nodeType": "YulAssignment", - "src": "2351:17:44", - "value": { - "name": "value_1", - "nativeSrc": "2361:7:44", - "nodeType": "YulIdentifier", - "src": "2361:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2351:6:44", - "nodeType": "YulIdentifier", - "src": "2351:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bool", - "nativeSrc": "1958:416:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2000:9:44", - "nodeType": "YulTypedName", - "src": "2000:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2011:7:44", - "nodeType": "YulTypedName", - "src": "2011:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2023:6:44", - "nodeType": "YulTypedName", - "src": "2023:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2031:6:44", - "nodeType": "YulTypedName", - "src": "2031:6:44", - "type": "" - } - ], - "src": "1958:416:44" - }, - { - "body": { - "nativeSrc": "2466:301:44", - "nodeType": "YulBlock", - "src": "2466:301:44", - "statements": [ - { - "body": { - "nativeSrc": "2512:16:44", - "nodeType": "YulBlock", - "src": "2512:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2521:1:44", - "nodeType": "YulLiteral", - "src": "2521:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2524:1:44", - "nodeType": "YulLiteral", - "src": "2524:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2514:6:44", - "nodeType": "YulIdentifier", - "src": "2514:6:44" - }, - "nativeSrc": "2514:12:44", - "nodeType": "YulFunctionCall", - "src": "2514:12:44" - }, - "nativeSrc": "2514:12:44", - "nodeType": "YulExpressionStatement", - "src": "2514:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2487:7:44", - "nodeType": "YulIdentifier", - "src": "2487:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2496:9:44", - "nodeType": "YulIdentifier", - "src": "2496:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2483:3:44", - "nodeType": "YulIdentifier", - "src": "2483:3:44" - }, - "nativeSrc": "2483:23:44", - "nodeType": "YulFunctionCall", - "src": "2483:23:44" - }, - { - "kind": "number", - "nativeSrc": "2508:2:44", - "nodeType": "YulLiteral", - "src": "2508:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2479:3:44", - "nodeType": "YulIdentifier", - "src": "2479:3:44" - }, - "nativeSrc": "2479:32:44", - "nodeType": "YulFunctionCall", - "src": "2479:32:44" - }, - "nativeSrc": "2476:52:44", - "nodeType": "YulIf", - "src": "2476:52:44" - }, - { - "nativeSrc": "2537:36:44", - "nodeType": "YulVariableDeclaration", - "src": "2537:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2563:9:44", - "nodeType": "YulIdentifier", - "src": "2563:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2550:12:44", - "nodeType": "YulIdentifier", - "src": "2550:12:44" - }, - "nativeSrc": "2550:23:44", - "nodeType": "YulFunctionCall", - "src": "2550:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2541:5:44", - "nodeType": "YulTypedName", - "src": "2541:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2607:5:44", - "nodeType": "YulIdentifier", - "src": "2607:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2582:24:44", - "nodeType": "YulIdentifier", - "src": "2582:24:44" - }, - "nativeSrc": "2582:31:44", - "nodeType": "YulFunctionCall", - "src": "2582:31:44" - }, - "nativeSrc": "2582:31:44", - "nodeType": "YulExpressionStatement", - "src": "2582:31:44" - }, - { - "nativeSrc": "2622:15:44", - "nodeType": "YulAssignment", - "src": "2622:15:44", - "value": { - "name": "value", - "nativeSrc": "2632:5:44", - "nodeType": "YulIdentifier", - "src": "2632:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2622:6:44", - "nodeType": "YulIdentifier", - "src": "2622:6:44" - } - ] - }, - { - "nativeSrc": "2646:47:44", - "nodeType": "YulVariableDeclaration", - "src": "2646:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2678:9:44", - "nodeType": "YulIdentifier", - "src": "2678:9:44" - }, - { - "kind": "number", - "nativeSrc": "2689:2:44", - "nodeType": "YulLiteral", - "src": "2689:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2674:3:44", - "nodeType": "YulIdentifier", - "src": "2674:3:44" - }, - "nativeSrc": "2674:18:44", - "nodeType": "YulFunctionCall", - "src": "2674:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2661:12:44", - "nodeType": "YulIdentifier", - "src": "2661:12:44" - }, - "nativeSrc": "2661:32:44", - "nodeType": "YulFunctionCall", - "src": "2661:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2650:7:44", - "nodeType": "YulTypedName", - "src": "2650:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2727:7:44", - "nodeType": "YulIdentifier", - "src": "2727:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2702:24:44", - "nodeType": "YulIdentifier", - "src": "2702:24:44" - }, - "nativeSrc": "2702:33:44", - "nodeType": "YulFunctionCall", - "src": "2702:33:44" - }, - "nativeSrc": "2702:33:44", - "nodeType": "YulExpressionStatement", - "src": "2702:33:44" - }, - { - "nativeSrc": "2744:17:44", - "nodeType": "YulAssignment", - "src": "2744:17:44", - "value": { - "name": "value_1", - "nativeSrc": "2754:7:44", - "nodeType": "YulIdentifier", - "src": "2754:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2744:6:44", - "nodeType": "YulIdentifier", - "src": "2744:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_address", - "nativeSrc": "2379:388:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2424:9:44", - "nodeType": "YulTypedName", - "src": "2424:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2435:7:44", - "nodeType": "YulTypedName", - "src": "2435:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2447:6:44", - "nodeType": "YulTypedName", - "src": "2447:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2455:6:44", - "nodeType": "YulTypedName", - "src": "2455:6:44", - "type": "" - } - ], - "src": "2379:388:44" - }, - { - "body": { - "nativeSrc": "2844:275:44", - "nodeType": "YulBlock", - "src": "2844:275:44", - "statements": [ - { - "body": { - "nativeSrc": "2893:16:44", - "nodeType": "YulBlock", - "src": "2893:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2902:1:44", - "nodeType": "YulLiteral", - "src": "2902:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2905:1:44", - "nodeType": "YulLiteral", - "src": "2905:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2895:6:44", - "nodeType": "YulIdentifier", - "src": "2895:6:44" - }, - "nativeSrc": "2895:12:44", - "nodeType": "YulFunctionCall", - "src": "2895:12:44" - }, - "nativeSrc": "2895:12:44", - "nodeType": "YulExpressionStatement", - "src": "2895:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2872:6:44", - "nodeType": "YulIdentifier", - "src": "2872:6:44" - }, - { - "kind": "number", - "nativeSrc": "2880:4:44", - "nodeType": "YulLiteral", - "src": "2880:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2868:3:44", - "nodeType": "YulIdentifier", - "src": "2868:3:44" - }, - "nativeSrc": "2868:17:44", - "nodeType": "YulFunctionCall", - "src": "2868:17:44" - }, - { - "name": "end", - "nativeSrc": "2887:3:44", - "nodeType": "YulIdentifier", - "src": "2887:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2864:3:44", - "nodeType": "YulIdentifier", - "src": "2864:3:44" - }, - "nativeSrc": "2864:27:44", - "nodeType": "YulFunctionCall", - "src": "2864:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2857:6:44", - "nodeType": "YulIdentifier", - "src": "2857:6:44" - }, - "nativeSrc": "2857:35:44", - "nodeType": "YulFunctionCall", - "src": "2857:35:44" - }, - "nativeSrc": "2854:55:44", - "nodeType": "YulIf", - "src": "2854:55:44" - }, - { - "nativeSrc": "2918:30:44", - "nodeType": "YulAssignment", - "src": "2918:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2941:6:44", - "nodeType": "YulIdentifier", - "src": "2941:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2928:12:44", - "nodeType": "YulIdentifier", - "src": "2928:12:44" - }, - "nativeSrc": "2928:20:44", - "nodeType": "YulFunctionCall", - "src": "2928:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "2918:6:44", - "nodeType": "YulIdentifier", - "src": "2918:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "2991:16:44", - "nodeType": "YulBlock", - "src": "2991:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3000:1:44", - "nodeType": "YulLiteral", - "src": "3000:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3003:1:44", - "nodeType": "YulLiteral", - "src": "3003:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2993:6:44", - "nodeType": "YulIdentifier", - "src": "2993:6:44" - }, - "nativeSrc": "2993:12:44", - "nodeType": "YulFunctionCall", - "src": "2993:12:44" - }, - "nativeSrc": "2993:12:44", - "nodeType": "YulExpressionStatement", - "src": "2993:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "2963:6:44", - "nodeType": "YulIdentifier", - "src": "2963:6:44" - }, - { - "kind": "number", - "nativeSrc": "2971:18:44", - "nodeType": "YulLiteral", - "src": "2971:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2960:2:44", - "nodeType": "YulIdentifier", - "src": "2960:2:44" - }, - "nativeSrc": "2960:30:44", - "nodeType": "YulFunctionCall", - "src": "2960:30:44" - }, - "nativeSrc": "2957:50:44", - "nodeType": "YulIf", - "src": "2957:50:44" - }, - { - "nativeSrc": "3016:29:44", - "nodeType": "YulAssignment", - "src": "3016:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3032:6:44", - "nodeType": "YulIdentifier", - "src": "3032:6:44" - }, - { - "kind": "number", - "nativeSrc": "3040:4:44", - "nodeType": "YulLiteral", - "src": "3040:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3028:3:44", - "nodeType": "YulIdentifier", - "src": "3028:3:44" - }, - "nativeSrc": "3028:17:44", - "nodeType": "YulFunctionCall", - "src": "3028:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "3016:8:44", - "nodeType": "YulIdentifier", - "src": "3016:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "3097:16:44", - "nodeType": "YulBlock", - "src": "3097:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3106:1:44", - "nodeType": "YulLiteral", - "src": "3106:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3109:1:44", - "nodeType": "YulLiteral", - "src": "3109:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3099:6:44", - "nodeType": "YulIdentifier", - "src": "3099:6:44" - }, - "nativeSrc": "3099:12:44", - "nodeType": "YulFunctionCall", - "src": "3099:12:44" - }, - "nativeSrc": "3099:12:44", - "nodeType": "YulExpressionStatement", - "src": "3099:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3068:6:44", - "nodeType": "YulIdentifier", - "src": "3068:6:44" - }, - { - "name": "length", - "nativeSrc": "3076:6:44", - "nodeType": "YulIdentifier", - "src": "3076:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3064:3:44", - "nodeType": "YulIdentifier", - "src": "3064:3:44" - }, - "nativeSrc": "3064:19:44", - "nodeType": "YulFunctionCall", - "src": "3064:19:44" - }, - { - "kind": "number", - "nativeSrc": "3085:4:44", - "nodeType": "YulLiteral", - "src": "3085:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3060:3:44", - "nodeType": "YulIdentifier", - "src": "3060:3:44" - }, - "nativeSrc": "3060:30:44", - "nodeType": "YulFunctionCall", - "src": "3060:30:44" - }, - { - "name": "end", - "nativeSrc": "3092:3:44", - "nodeType": "YulIdentifier", - "src": "3092:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3057:2:44", - "nodeType": "YulIdentifier", - "src": "3057:2:44" - }, - "nativeSrc": "3057:39:44", - "nodeType": "YulFunctionCall", - "src": "3057:39:44" - }, - "nativeSrc": "3054:59:44", - "nodeType": "YulIf", - "src": "3054:59:44" - } - ] - }, - "name": "abi_decode_bytes_calldata", - "nativeSrc": "2772:347:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2807:6:44", - "nodeType": "YulTypedName", - "src": "2807:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "2815:3:44", - "nodeType": "YulTypedName", - "src": "2815:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "2823:8:44", - "nodeType": "YulTypedName", - "src": "2823:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "2833:6:44", - "nodeType": "YulTypedName", - "src": "2833:6:44", - "type": "" - } - ], - "src": "2772:347:44" - }, - { - "body": { - "nativeSrc": "3230:438:44", - "nodeType": "YulBlock", - "src": "3230:438:44", - "statements": [ - { - "body": { - "nativeSrc": "3276:16:44", - "nodeType": "YulBlock", - "src": "3276:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3285:1:44", - "nodeType": "YulLiteral", - "src": "3285:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3288:1:44", - "nodeType": "YulLiteral", - "src": "3288:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3278:6:44", - "nodeType": "YulIdentifier", - "src": "3278:6:44" - }, - "nativeSrc": "3278:12:44", - "nodeType": "YulFunctionCall", - "src": "3278:12:44" - }, - "nativeSrc": "3278:12:44", - "nodeType": "YulExpressionStatement", - "src": "3278:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3251:7:44", - "nodeType": "YulIdentifier", - "src": "3251:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3260:9:44", - "nodeType": "YulIdentifier", - "src": "3260:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3247:3:44", - "nodeType": "YulIdentifier", - "src": "3247:3:44" - }, - "nativeSrc": "3247:23:44", - "nodeType": "YulFunctionCall", - "src": "3247:23:44" - }, - { - "kind": "number", - "nativeSrc": "3272:2:44", - "nodeType": "YulLiteral", - "src": "3272:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3243:3:44", - "nodeType": "YulIdentifier", - "src": "3243:3:44" - }, - "nativeSrc": "3243:32:44", - "nodeType": "YulFunctionCall", - "src": "3243:32:44" - }, - "nativeSrc": "3240:52:44", - "nodeType": "YulIf", - "src": "3240:52:44" - }, - { - "nativeSrc": "3301:36:44", - "nodeType": "YulVariableDeclaration", - "src": "3301:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3327:9:44", - "nodeType": "YulIdentifier", - "src": "3327:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3314:12:44", - "nodeType": "YulIdentifier", - "src": "3314:12:44" - }, - "nativeSrc": "3314:23:44", - "nodeType": "YulFunctionCall", - "src": "3314:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3305:5:44", - "nodeType": "YulTypedName", - "src": "3305:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3371:5:44", - "nodeType": "YulIdentifier", - "src": "3371:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3346:24:44", - "nodeType": "YulIdentifier", - "src": "3346:24:44" - }, - "nativeSrc": "3346:31:44", - "nodeType": "YulFunctionCall", - "src": "3346:31:44" - }, - "nativeSrc": "3346:31:44", - "nodeType": "YulExpressionStatement", - "src": "3346:31:44" - }, - { - "nativeSrc": "3386:15:44", - "nodeType": "YulAssignment", - "src": "3386:15:44", - "value": { - "name": "value", - "nativeSrc": "3396:5:44", - "nodeType": "YulIdentifier", - "src": "3396:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3386:6:44", - "nodeType": "YulIdentifier", - "src": "3386:6:44" - } - ] - }, - { - "nativeSrc": "3410:46:44", - "nodeType": "YulVariableDeclaration", - "src": "3410:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3441:9:44", - "nodeType": "YulIdentifier", - "src": "3441:9:44" - }, - { - "kind": "number", - "nativeSrc": "3452:2:44", - "nodeType": "YulLiteral", - "src": "3452:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3437:3:44", - "nodeType": "YulIdentifier", - "src": "3437:3:44" - }, - "nativeSrc": "3437:18:44", - "nodeType": "YulFunctionCall", - "src": "3437:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3424:12:44", - "nodeType": "YulIdentifier", - "src": "3424:12:44" - }, - "nativeSrc": "3424:32:44", - "nodeType": "YulFunctionCall", - "src": "3424:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3414:6:44", - "nodeType": "YulTypedName", - "src": "3414:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3499:16:44", - "nodeType": "YulBlock", - "src": "3499:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3508:1:44", - "nodeType": "YulLiteral", - "src": "3508:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3511:1:44", - "nodeType": "YulLiteral", - "src": "3511:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3501:6:44", - "nodeType": "YulIdentifier", - "src": "3501:6:44" - }, - "nativeSrc": "3501:12:44", - "nodeType": "YulFunctionCall", - "src": "3501:12:44" - }, - "nativeSrc": "3501:12:44", - "nodeType": "YulExpressionStatement", - "src": "3501:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3471:6:44", - "nodeType": "YulIdentifier", - "src": "3471:6:44" - }, - { - "kind": "number", - "nativeSrc": "3479:18:44", - "nodeType": "YulLiteral", - "src": "3479:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3468:2:44", - "nodeType": "YulIdentifier", - "src": "3468:2:44" - }, - "nativeSrc": "3468:30:44", - "nodeType": "YulFunctionCall", - "src": "3468:30:44" - }, - "nativeSrc": "3465:50:44", - "nodeType": "YulIf", - "src": "3465:50:44" - }, - { - "nativeSrc": "3524:84:44", - "nodeType": "YulVariableDeclaration", - "src": "3524:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3580:9:44", - "nodeType": "YulIdentifier", - "src": "3580:9:44" - }, - { - "name": "offset", - "nativeSrc": "3591:6:44", - "nodeType": "YulIdentifier", - "src": "3591:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3576:3:44", - "nodeType": "YulIdentifier", - "src": "3576:3:44" - }, - "nativeSrc": "3576:22:44", - "nodeType": "YulFunctionCall", - "src": "3576:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "3600:7:44", - "nodeType": "YulIdentifier", - "src": "3600:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "3550:25:44", - "nodeType": "YulIdentifier", - "src": "3550:25:44" - }, - "nativeSrc": "3550:58:44", - "nodeType": "YulFunctionCall", - "src": "3550:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "3528:8:44", - "nodeType": "YulTypedName", - "src": "3528:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "3538:8:44", - "nodeType": "YulTypedName", - "src": "3538:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3617:18:44", - "nodeType": "YulAssignment", - "src": "3617:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "3627:8:44", - "nodeType": "YulIdentifier", - "src": "3627:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3617:6:44", - "nodeType": "YulIdentifier", - "src": "3617:6:44" - } - ] - }, - { - "nativeSrc": "3644:18:44", - "nodeType": "YulAssignment", - "src": "3644:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "3654:8:44", - "nodeType": "YulIdentifier", - "src": "3654:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "3644:6:44", - "nodeType": "YulIdentifier", - "src": "3644:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", - "nativeSrc": "3124:544:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3180:9:44", - "nodeType": "YulTypedName", - "src": "3180:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3191:7:44", - "nodeType": "YulTypedName", - "src": "3191:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3203:6:44", - "nodeType": "YulTypedName", - "src": "3203:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3211:6:44", - "nodeType": "YulTypedName", - "src": "3211:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3219:6:44", - "nodeType": "YulTypedName", - "src": "3219:6:44", - "type": "" - } - ], - "src": "3124:544:44" - }, - { - "body": { - "nativeSrc": "3721:115:44", - "nodeType": "YulBlock", - "src": "3721:115:44", - "statements": [ - { - "nativeSrc": "3731:29:44", - "nodeType": "YulAssignment", - "src": "3731:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3753:6:44", - "nodeType": "YulIdentifier", - "src": "3753:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3740:12:44", - "nodeType": "YulIdentifier", - "src": "3740:12:44" - }, - "nativeSrc": "3740:20:44", - "nodeType": "YulFunctionCall", - "src": "3740:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3731:5:44", - "nodeType": "YulIdentifier", - "src": "3731:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "3814:16:44", - "nodeType": "YulBlock", - "src": "3814:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3823:1:44", - "nodeType": "YulLiteral", - "src": "3823:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3826:1:44", - "nodeType": "YulLiteral", - "src": "3826:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3816:6:44", - "nodeType": "YulIdentifier", - "src": "3816:6:44" - }, - "nativeSrc": "3816:12:44", - "nodeType": "YulFunctionCall", - "src": "3816:12:44" - }, - "nativeSrc": "3816:12:44", - "nodeType": "YulExpressionStatement", - "src": "3816:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3782:5:44", - "nodeType": "YulIdentifier", - "src": "3782:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3793:5:44", - "nodeType": "YulIdentifier", - "src": "3793:5:44" - }, - { - "kind": "number", - "nativeSrc": "3800:10:44", - "nodeType": "YulLiteral", - "src": "3800:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3789:3:44", - "nodeType": "YulIdentifier", - "src": "3789:3:44" - }, - "nativeSrc": "3789:22:44", - "nodeType": "YulFunctionCall", - "src": "3789:22:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "3779:2:44", - "nodeType": "YulIdentifier", - "src": "3779:2:44" - }, - "nativeSrc": "3779:33:44", - "nodeType": "YulFunctionCall", - "src": "3779:33:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3772:6:44", - "nodeType": "YulIdentifier", - "src": "3772:6:44" - }, - "nativeSrc": "3772:41:44", - "nodeType": "YulFunctionCall", - "src": "3772:41:44" - }, - "nativeSrc": "3769:61:44", - "nodeType": "YulIf", - "src": "3769:61:44" - } - ] - }, - "name": "abi_decode_uint32", - "nativeSrc": "3673:163:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "3700:6:44", - "nodeType": "YulTypedName", - "src": "3700:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "3711:5:44", - "nodeType": "YulTypedName", - "src": "3711:5:44", - "type": "" - } - ], - "src": "3673:163:44" - }, - { - "body": { - "nativeSrc": "3943:289:44", - "nodeType": "YulBlock", - "src": "3943:289:44", - "statements": [ - { - "body": { - "nativeSrc": "3989:16:44", - "nodeType": "YulBlock", - "src": "3989:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3998:1:44", - "nodeType": "YulLiteral", - "src": "3998:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4001:1:44", - "nodeType": "YulLiteral", - "src": "4001:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3991:6:44", - "nodeType": "YulIdentifier", - "src": "3991:6:44" - }, - "nativeSrc": "3991:12:44", - "nodeType": "YulFunctionCall", - "src": "3991:12:44" - }, - "nativeSrc": "3991:12:44", - "nodeType": "YulExpressionStatement", - "src": "3991:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3964:7:44", - "nodeType": "YulIdentifier", - "src": "3964:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3973:9:44", - "nodeType": "YulIdentifier", - "src": "3973:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3960:3:44", - "nodeType": "YulIdentifier", - "src": "3960:3:44" - }, - "nativeSrc": "3960:23:44", - "nodeType": "YulFunctionCall", - "src": "3960:23:44" - }, - { - "kind": "number", - "nativeSrc": "3985:2:44", - "nodeType": "YulLiteral", - "src": "3985:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3956:3:44", - "nodeType": "YulIdentifier", - "src": "3956:3:44" - }, - "nativeSrc": "3956:32:44", - "nodeType": "YulFunctionCall", - "src": "3956:32:44" - }, - "nativeSrc": "3953:52:44", - "nodeType": "YulIf", - "src": "3953:52:44" - }, - { - "nativeSrc": "4014:38:44", - "nodeType": "YulAssignment", - "src": "4014:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4042:9:44", - "nodeType": "YulIdentifier", - "src": "4042:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4024:17:44", - "nodeType": "YulIdentifier", - "src": "4024:17:44" - }, - "nativeSrc": "4024:28:44", - "nodeType": "YulFunctionCall", - "src": "4024:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4014:6:44", - "nodeType": "YulIdentifier", - "src": "4014:6:44" - } - ] - }, - { - "nativeSrc": "4061:45:44", - "nodeType": "YulVariableDeclaration", - "src": "4061:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4091:9:44", - "nodeType": "YulIdentifier", - "src": "4091:9:44" - }, - { - "kind": "number", - "nativeSrc": "4102:2:44", - "nodeType": "YulLiteral", - "src": "4102:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4087:3:44", - "nodeType": "YulIdentifier", - "src": "4087:3:44" - }, - "nativeSrc": "4087:18:44", - "nodeType": "YulFunctionCall", - "src": "4087:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4074:12:44", - "nodeType": "YulIdentifier", - "src": "4074:12:44" - }, - "nativeSrc": "4074:32:44", - "nodeType": "YulFunctionCall", - "src": "4074:32:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4065:5:44", - "nodeType": "YulTypedName", - "src": "4065:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4140:5:44", - "nodeType": "YulIdentifier", - "src": "4140:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4115:24:44", - "nodeType": "YulIdentifier", - "src": "4115:24:44" - }, - "nativeSrc": "4115:31:44", - "nodeType": "YulFunctionCall", - "src": "4115:31:44" - }, - "nativeSrc": "4115:31:44", - "nodeType": "YulExpressionStatement", - "src": "4115:31:44" - }, - { - "nativeSrc": "4155:15:44", - "nodeType": "YulAssignment", - "src": "4155:15:44", - "value": { - "name": "value", - "nativeSrc": "4165:5:44", - "nodeType": "YulIdentifier", - "src": "4165:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4155:6:44", - "nodeType": "YulIdentifier", - "src": "4155:6:44" - } - ] - }, - { - "nativeSrc": "4179:47:44", - "nodeType": "YulAssignment", - "src": "4179:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4211:9:44", - "nodeType": "YulIdentifier", - "src": "4211:9:44" - }, - { - "kind": "number", - "nativeSrc": "4222:2:44", - "nodeType": "YulLiteral", - "src": "4222:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4207:3:44", - "nodeType": "YulIdentifier", - "src": "4207:3:44" - }, - "nativeSrc": "4207:18:44", - "nodeType": "YulFunctionCall", - "src": "4207:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "4189:17:44", - "nodeType": "YulIdentifier", - "src": "4189:17:44" - }, - "nativeSrc": "4189:37:44", - "nodeType": "YulFunctionCall", - "src": "4189:37:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "4179:6:44", - "nodeType": "YulIdentifier", - "src": "4179:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_addresst_uint32", - "nativeSrc": "3841:391:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3893:9:44", - "nodeType": "YulTypedName", - "src": "3893:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3904:7:44", - "nodeType": "YulTypedName", - "src": "3904:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3916:6:44", - "nodeType": "YulTypedName", - "src": "3916:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3924:6:44", - "nodeType": "YulTypedName", - "src": "3924:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3932:6:44", - "nodeType": "YulTypedName", - "src": "3932:6:44", - "type": "" - } - ], - "src": "3841:391:44" - }, - { - "body": { - "nativeSrc": "4323:233:44", - "nodeType": "YulBlock", - "src": "4323:233:44", - "statements": [ - { - "body": { - "nativeSrc": "4369:16:44", - "nodeType": "YulBlock", - "src": "4369:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4378:1:44", - "nodeType": "YulLiteral", - "src": "4378:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4381:1:44", - "nodeType": "YulLiteral", - "src": "4381:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4371:6:44", - "nodeType": "YulIdentifier", - "src": "4371:6:44" - }, - "nativeSrc": "4371:12:44", - "nodeType": "YulFunctionCall", - "src": "4371:12:44" - }, - "nativeSrc": "4371:12:44", - "nodeType": "YulExpressionStatement", - "src": "4371:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4344:7:44", - "nodeType": "YulIdentifier", - "src": "4344:7:44" - }, - { - "name": "headStart", - "nativeSrc": "4353:9:44", - "nodeType": "YulIdentifier", - "src": "4353:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4340:3:44", - "nodeType": "YulIdentifier", - "src": "4340:3:44" - }, - "nativeSrc": "4340:23:44", - "nodeType": "YulFunctionCall", - "src": "4340:23:44" - }, - { - "kind": "number", - "nativeSrc": "4365:2:44", - "nodeType": "YulLiteral", - "src": "4365:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4336:3:44", - "nodeType": "YulIdentifier", - "src": "4336:3:44" - }, - "nativeSrc": "4336:32:44", - "nodeType": "YulFunctionCall", - "src": "4336:32:44" - }, - "nativeSrc": "4333:52:44", - "nodeType": "YulIf", - "src": "4333:52:44" - }, - { - "nativeSrc": "4394:38:44", - "nodeType": "YulAssignment", - "src": "4394:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4422:9:44", - "nodeType": "YulIdentifier", - "src": "4422:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4404:17:44", - "nodeType": "YulIdentifier", - "src": "4404:17:44" - }, - "nativeSrc": "4404:28:44", - "nodeType": "YulFunctionCall", - "src": "4404:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4394:6:44", - "nodeType": "YulIdentifier", - "src": "4394:6:44" - } - ] - }, - { - "nativeSrc": "4441:45:44", - "nodeType": "YulVariableDeclaration", - "src": "4441:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4471:9:44", - "nodeType": "YulIdentifier", - "src": "4471:9:44" - }, - { - "kind": "number", - "nativeSrc": "4482:2:44", - "nodeType": "YulLiteral", - "src": "4482:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4467:3:44", - "nodeType": "YulIdentifier", - "src": "4467:3:44" - }, - "nativeSrc": "4467:18:44", - "nodeType": "YulFunctionCall", - "src": "4467:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4454:12:44", - "nodeType": "YulIdentifier", - "src": "4454:12:44" - }, - "nativeSrc": "4454:32:44", - "nodeType": "YulFunctionCall", - "src": "4454:32:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4445:5:44", - "nodeType": "YulTypedName", - "src": "4445:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4520:5:44", - "nodeType": "YulIdentifier", - "src": "4520:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4495:24:44", - "nodeType": "YulIdentifier", - "src": "4495:24:44" - }, - "nativeSrc": "4495:31:44", - "nodeType": "YulFunctionCall", - "src": "4495:31:44" - }, - "nativeSrc": "4495:31:44", - "nodeType": "YulExpressionStatement", - "src": "4495:31:44" - }, - { - "nativeSrc": "4535:15:44", - "nodeType": "YulAssignment", - "src": "4535:15:44", - "value": { - "name": "value", - "nativeSrc": "4545:5:44", - "nodeType": "YulIdentifier", - "src": "4545:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4535:6:44", - "nodeType": "YulIdentifier", - "src": "4535:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_address", - "nativeSrc": "4237:319:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4281:9:44", - "nodeType": "YulTypedName", - "src": "4281:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4292:7:44", - "nodeType": "YulTypedName", - "src": "4292:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4304:6:44", - "nodeType": "YulTypedName", - "src": "4304:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4312:6:44", - "nodeType": "YulTypedName", - "src": "4312:6:44", - "type": "" - } - ], - "src": "4237:319:44" - }, - { - "body": { - "nativeSrc": "4738:282:44", - "nodeType": "YulBlock", - "src": "4738:282:44", - "statements": [ - { - "nativeSrc": "4748:27:44", - "nodeType": "YulAssignment", - "src": "4748:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4760:9:44", - "nodeType": "YulIdentifier", - "src": "4760:9:44" - }, - { - "kind": "number", - "nativeSrc": "4771:3:44", - "nodeType": "YulLiteral", - "src": "4771:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4756:3:44", - "nodeType": "YulIdentifier", - "src": "4756:3:44" - }, - "nativeSrc": "4756:19:44", - "nodeType": "YulFunctionCall", - "src": "4756:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4748:4:44", - "nodeType": "YulIdentifier", - "src": "4748:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4791:9:44", - "nodeType": "YulIdentifier", - "src": "4791:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4806:6:44", - "nodeType": "YulIdentifier", - "src": "4806:6:44" - }, - { - "kind": "number", - "nativeSrc": "4814:14:44", - "nodeType": "YulLiteral", - "src": "4814:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4802:3:44", - "nodeType": "YulIdentifier", - "src": "4802:3:44" - }, - "nativeSrc": "4802:27:44", - "nodeType": "YulFunctionCall", - "src": "4802:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4784:6:44", - "nodeType": "YulIdentifier", - "src": "4784:6:44" - }, - "nativeSrc": "4784:46:44", - "nodeType": "YulFunctionCall", - "src": "4784:46:44" - }, - "nativeSrc": "4784:46:44", - "nodeType": "YulExpressionStatement", - "src": "4784:46:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4850:9:44", - "nodeType": "YulIdentifier", - "src": "4850:9:44" - }, - { - "kind": "number", - "nativeSrc": "4861:2:44", - "nodeType": "YulLiteral", - "src": "4861:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4846:3:44", - "nodeType": "YulIdentifier", - "src": "4846:3:44" - }, - "nativeSrc": "4846:18:44", - "nodeType": "YulFunctionCall", - "src": "4846:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4870:6:44", - "nodeType": "YulIdentifier", - "src": "4870:6:44" - }, - { - "kind": "number", - "nativeSrc": "4878:10:44", - "nodeType": "YulLiteral", - "src": "4878:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4866:3:44", - "nodeType": "YulIdentifier", - "src": "4866:3:44" - }, - "nativeSrc": "4866:23:44", - "nodeType": "YulFunctionCall", - "src": "4866:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:44", - "nodeType": "YulIdentifier", - "src": "4839:6:44" - }, - "nativeSrc": "4839:51:44", - "nodeType": "YulFunctionCall", - "src": "4839:51:44" - }, - "nativeSrc": "4839:51:44", - "nodeType": "YulExpressionStatement", - "src": "4839:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4910:9:44", - "nodeType": "YulIdentifier", - "src": "4910:9:44" - }, - { - "kind": "number", - "nativeSrc": "4921:2:44", - "nodeType": "YulLiteral", - "src": "4921:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4906:3:44", - "nodeType": "YulIdentifier", - "src": "4906:3:44" - }, - "nativeSrc": "4906:18:44", - "nodeType": "YulFunctionCall", - "src": "4906:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4930:6:44", - "nodeType": "YulIdentifier", - "src": "4930:6:44" - }, - { - "kind": "number", - "nativeSrc": "4938:10:44", - "nodeType": "YulLiteral", - "src": "4938:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4926:3:44", - "nodeType": "YulIdentifier", - "src": "4926:3:44" - }, - "nativeSrc": "4926:23:44", - "nodeType": "YulFunctionCall", - "src": "4926:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4899:6:44", - "nodeType": "YulIdentifier", - "src": "4899:6:44" - }, - "nativeSrc": "4899:51:44", - "nodeType": "YulFunctionCall", - "src": "4899:51:44" - }, - "nativeSrc": "4899:51:44", - "nodeType": "YulExpressionStatement", - "src": "4899:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4970:9:44", - "nodeType": "YulIdentifier", - "src": "4970:9:44" - }, - { - "kind": "number", - "nativeSrc": "4981:2:44", - "nodeType": "YulLiteral", - "src": "4981:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4966:3:44", - "nodeType": "YulIdentifier", - "src": "4966:3:44" - }, - "nativeSrc": "4966:18:44", - "nodeType": "YulFunctionCall", - "src": "4966:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "4990:6:44", - "nodeType": "YulIdentifier", - "src": "4990:6:44" - }, - { - "kind": "number", - "nativeSrc": "4998:14:44", - "nodeType": "YulLiteral", - "src": "4998:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4986:3:44", - "nodeType": "YulIdentifier", - "src": "4986:3:44" - }, - "nativeSrc": "4986:27:44", - "nodeType": "YulFunctionCall", - "src": "4986:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4959:6:44", - "nodeType": "YulIdentifier", - "src": "4959:6:44" - }, - "nativeSrc": "4959:55:44", - "nodeType": "YulFunctionCall", - "src": "4959:55:44" - }, - "nativeSrc": "4959:55:44", - "nodeType": "YulExpressionStatement", - "src": "4959:55:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "4561:459:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4683:9:44", - "nodeType": "YulTypedName", - "src": "4683:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "4694:6:44", - "nodeType": "YulTypedName", - "src": "4694:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "4702:6:44", - "nodeType": "YulTypedName", - "src": "4702:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4710:6:44", - "nodeType": "YulTypedName", - "src": "4710:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4718:6:44", - "nodeType": "YulTypedName", - "src": "4718:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4729:4:44", - "nodeType": "YulTypedName", - "src": "4729:4:44", - "type": "" - } - ], - "src": "4561:459:44" - }, - { - "body": { - "nativeSrc": "5110:171:44", - "nodeType": "YulBlock", - "src": "5110:171:44", - "statements": [ - { - "body": { - "nativeSrc": "5156:16:44", - "nodeType": "YulBlock", - "src": "5156:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5165:1:44", - "nodeType": "YulLiteral", - "src": "5165:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5168:1:44", - "nodeType": "YulLiteral", - "src": "5168:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5158:6:44", - "nodeType": "YulIdentifier", - "src": "5158:6:44" - }, - "nativeSrc": "5158:12:44", - "nodeType": "YulFunctionCall", - "src": "5158:12:44" - }, - "nativeSrc": "5158:12:44", - "nodeType": "YulExpressionStatement", - "src": "5158:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5131:7:44", - "nodeType": "YulIdentifier", - "src": "5131:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5140:9:44", - "nodeType": "YulIdentifier", - "src": "5140:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5127:3:44", - "nodeType": "YulIdentifier", - "src": "5127:3:44" - }, - "nativeSrc": "5127:23:44", - "nodeType": "YulFunctionCall", - "src": "5127:23:44" - }, - { - "kind": "number", - "nativeSrc": "5152:2:44", - "nodeType": "YulLiteral", - "src": "5152:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5123:3:44", - "nodeType": "YulIdentifier", - "src": "5123:3:44" - }, - "nativeSrc": "5123:32:44", - "nodeType": "YulFunctionCall", - "src": "5123:32:44" - }, - "nativeSrc": "5120:52:44", - "nodeType": "YulIf", - "src": "5120:52:44" - }, - { - "nativeSrc": "5181:38:44", - "nodeType": "YulAssignment", - "src": "5181:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5209:9:44", - "nodeType": "YulIdentifier", - "src": "5209:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5191:17:44", - "nodeType": "YulIdentifier", - "src": "5191:17:44" - }, - "nativeSrc": "5191:28:44", - "nodeType": "YulFunctionCall", - "src": "5191:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5181:6:44", - "nodeType": "YulIdentifier", - "src": "5181:6:44" - } - ] - }, - { - "nativeSrc": "5228:47:44", - "nodeType": "YulAssignment", - "src": "5228:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5260:9:44", - "nodeType": "YulIdentifier", - "src": "5260:9:44" - }, - { - "kind": "number", - "nativeSrc": "5271:2:44", - "nodeType": "YulLiteral", - "src": "5271:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5256:3:44", - "nodeType": "YulIdentifier", - "src": "5256:3:44" - }, - "nativeSrc": "5256:18:44", - "nodeType": "YulFunctionCall", - "src": "5256:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5238:17:44", - "nodeType": "YulIdentifier", - "src": "5238:17:44" - }, - "nativeSrc": "5238:37:44", - "nodeType": "YulFunctionCall", - "src": "5238:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5228:6:44", - "nodeType": "YulIdentifier", - "src": "5228:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint64", - "nativeSrc": "5025:256:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5068:9:44", - "nodeType": "YulTypedName", - "src": "5068:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5079:7:44", - "nodeType": "YulTypedName", - "src": "5079:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5091:6:44", - "nodeType": "YulTypedName", - "src": "5091:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5099:6:44", - "nodeType": "YulTypedName", - "src": "5099:6:44", - "type": "" - } - ], - "src": "5025:256:44" - }, - { - "body": { - "nativeSrc": "5356:110:44", - "nodeType": "YulBlock", - "src": "5356:110:44", - "statements": [ - { - "body": { - "nativeSrc": "5402:16:44", - "nodeType": "YulBlock", - "src": "5402:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5411:1:44", - "nodeType": "YulLiteral", - "src": "5411:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5414:1:44", - "nodeType": "YulLiteral", - "src": "5414:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5404:6:44", - "nodeType": "YulIdentifier", - "src": "5404:6:44" - }, - "nativeSrc": "5404:12:44", - "nodeType": "YulFunctionCall", - "src": "5404:12:44" - }, - "nativeSrc": "5404:12:44", - "nodeType": "YulExpressionStatement", - "src": "5404:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5377:7:44", - "nodeType": "YulIdentifier", - "src": "5377:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5386:9:44", - "nodeType": "YulIdentifier", - "src": "5386:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5373:3:44", - "nodeType": "YulIdentifier", - "src": "5373:3:44" - }, - "nativeSrc": "5373:23:44", - "nodeType": "YulFunctionCall", - "src": "5373:23:44" - }, - { - "kind": "number", - "nativeSrc": "5398:2:44", - "nodeType": "YulLiteral", - "src": "5398:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5369:3:44", - "nodeType": "YulIdentifier", - "src": "5369:3:44" - }, - "nativeSrc": "5369:32:44", - "nodeType": "YulFunctionCall", - "src": "5369:32:44" - }, - "nativeSrc": "5366:52:44", - "nodeType": "YulIf", - "src": "5366:52:44" - }, - { - "nativeSrc": "5427:33:44", - "nodeType": "YulAssignment", - "src": "5427:33:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5450:9:44", - "nodeType": "YulIdentifier", - "src": "5450:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5437:12:44", - "nodeType": "YulIdentifier", - "src": "5437:12:44" - }, - "nativeSrc": "5437:23:44", - "nodeType": "YulFunctionCall", - "src": "5437:23:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5427:6:44", - "nodeType": "YulIdentifier", - "src": "5427:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5286:180:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5322:9:44", - "nodeType": "YulTypedName", - "src": "5322:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5333:7:44", - "nodeType": "YulTypedName", - "src": "5333:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5345:6:44", - "nodeType": "YulTypedName", - "src": "5345:6:44", - "type": "" - } - ], - "src": "5286:180:44" - }, - { - "body": { - "nativeSrc": "5570:97:44", - "nodeType": "YulBlock", - "src": "5570:97:44", - "statements": [ - { - "nativeSrc": "5580:26:44", - "nodeType": "YulAssignment", - "src": "5580:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5592:9:44", - "nodeType": "YulIdentifier", - "src": "5592:9:44" - }, - { - "kind": "number", - "nativeSrc": "5603:2:44", - "nodeType": "YulLiteral", - "src": "5603:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5588:3:44", - "nodeType": "YulIdentifier", - "src": "5588:3:44" - }, - "nativeSrc": "5588:18:44", - "nodeType": "YulFunctionCall", - "src": "5588:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5580:4:44", - "nodeType": "YulIdentifier", - "src": "5580:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5622:9:44", - "nodeType": "YulIdentifier", - "src": "5622:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5637:6:44", - "nodeType": "YulIdentifier", - "src": "5637:6:44" - }, - { - "kind": "number", - "nativeSrc": "5645:14:44", - "nodeType": "YulLiteral", - "src": "5645:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5633:3:44", - "nodeType": "YulIdentifier", - "src": "5633:3:44" - }, - "nativeSrc": "5633:27:44", - "nodeType": "YulFunctionCall", - "src": "5633:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5615:6:44", - "nodeType": "YulIdentifier", - "src": "5615:6:44" - }, - "nativeSrc": "5615:46:44", - "nodeType": "YulFunctionCall", - "src": "5615:46:44" - }, - "nativeSrc": "5615:46:44", - "nodeType": "YulExpressionStatement", - "src": "5615:46:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", - "nativeSrc": "5471:196:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5539:9:44", - "nodeType": "YulTypedName", - "src": "5539:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5550:6:44", - "nodeType": "YulTypedName", - "src": "5550:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5561:4:44", - "nodeType": "YulTypedName", - "src": "5561:4:44", - "type": "" - } - ], - "src": "5471:196:44" - }, - { - "body": { - "nativeSrc": "5742:177:44", - "nodeType": "YulBlock", - "src": "5742:177:44", - "statements": [ - { - "body": { - "nativeSrc": "5788:16:44", - "nodeType": "YulBlock", - "src": "5788:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5797:1:44", - "nodeType": "YulLiteral", - "src": "5797:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5800:1:44", - "nodeType": "YulLiteral", - "src": "5800:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5790:6:44", - "nodeType": "YulIdentifier", - "src": "5790:6:44" - }, - "nativeSrc": "5790:12:44", - "nodeType": "YulFunctionCall", - "src": "5790:12:44" - }, - "nativeSrc": "5790:12:44", - "nodeType": "YulExpressionStatement", - "src": "5790:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5763:7:44", - "nodeType": "YulIdentifier", - "src": "5763:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5772:9:44", - "nodeType": "YulIdentifier", - "src": "5772:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5759:3:44", - "nodeType": "YulIdentifier", - "src": "5759:3:44" - }, - "nativeSrc": "5759:23:44", - "nodeType": "YulFunctionCall", - "src": "5759:23:44" - }, - { - "kind": "number", - "nativeSrc": "5784:2:44", - "nodeType": "YulLiteral", - "src": "5784:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5755:3:44", - "nodeType": "YulIdentifier", - "src": "5755:3:44" - }, - "nativeSrc": "5755:32:44", - "nodeType": "YulFunctionCall", - "src": "5755:32:44" - }, - "nativeSrc": "5752:52:44", - "nodeType": "YulIf", - "src": "5752:52:44" - }, - { - "nativeSrc": "5813:36:44", - "nodeType": "YulVariableDeclaration", - "src": "5813:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5839:9:44", - "nodeType": "YulIdentifier", - "src": "5839:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5826:12:44", - "nodeType": "YulIdentifier", - "src": "5826:12:44" - }, - "nativeSrc": "5826:23:44", - "nodeType": "YulFunctionCall", - "src": "5826:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5817:5:44", - "nodeType": "YulTypedName", - "src": "5817:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "5883:5:44", - "nodeType": "YulIdentifier", - "src": "5883:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "5858:24:44", - "nodeType": "YulIdentifier", - "src": "5858:24:44" - }, - "nativeSrc": "5858:31:44", - "nodeType": "YulFunctionCall", - "src": "5858:31:44" - }, - "nativeSrc": "5858:31:44", - "nodeType": "YulExpressionStatement", - "src": "5858:31:44" - }, - { - "nativeSrc": "5898:15:44", - "nodeType": "YulAssignment", - "src": "5898:15:44", - "value": { - "name": "value", - "nativeSrc": "5908:5:44", - "nodeType": "YulIdentifier", - "src": "5908:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5898:6:44", - "nodeType": "YulIdentifier", - "src": "5898:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "5672:247:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5708:9:44", - "nodeType": "YulTypedName", - "src": "5708:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5719:7:44", - "nodeType": "YulTypedName", - "src": "5719:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5731:6:44", - "nodeType": "YulTypedName", - "src": "5731:6:44", - "type": "" - } - ], - "src": "5672:247:44" - }, - { - "body": { - "nativeSrc": "5968:133:44", - "nodeType": "YulBlock", - "src": "5968:133:44", - "statements": [ - { - "body": { - "nativeSrc": "6079:16:44", - "nodeType": "YulBlock", - "src": "6079:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6088:1:44", - "nodeType": "YulLiteral", - "src": "6088:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6091:1:44", - "nodeType": "YulLiteral", - "src": "6091:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6081:6:44", - "nodeType": "YulIdentifier", - "src": "6081:6:44" - }, - "nativeSrc": "6081:12:44", - "nodeType": "YulFunctionCall", - "src": "6081:12:44" - }, - "nativeSrc": "6081:12:44", - "nodeType": "YulExpressionStatement", - "src": "6081:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "5991:5:44", - "nodeType": "YulIdentifier", - "src": "5991:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6002:5:44", - "nodeType": "YulIdentifier", - "src": "6002:5:44" - }, - { - "kind": "number", - "nativeSrc": "6009:66:44", - "nodeType": "YulLiteral", - "src": "6009:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5998:3:44", - "nodeType": "YulIdentifier", - "src": "5998:3:44" - }, - "nativeSrc": "5998:78:44", - "nodeType": "YulFunctionCall", - "src": "5998:78:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "5988:2:44", - "nodeType": "YulIdentifier", - "src": "5988:2:44" - }, - "nativeSrc": "5988:89:44", - "nodeType": "YulFunctionCall", - "src": "5988:89:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5981:6:44", - "nodeType": "YulIdentifier", - "src": "5981:6:44" - }, - "nativeSrc": "5981:97:44", - "nodeType": "YulFunctionCall", - "src": "5981:97:44" - }, - "nativeSrc": "5978:117:44", - "nodeType": "YulIf", - "src": "5978:117:44" - } - ] - }, - "name": "validator_revert_bytes4", - "nativeSrc": "5924:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "5957:5:44", - "nodeType": "YulTypedName", - "src": "5957:5:44", - "type": "" - } - ], - "src": "5924:177:44" - }, - { - "body": { - "nativeSrc": "6192:300:44", - "nodeType": "YulBlock", - "src": "6192:300:44", - "statements": [ - { - "body": { - "nativeSrc": "6238:16:44", - "nodeType": "YulBlock", - "src": "6238:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6247:1:44", - "nodeType": "YulLiteral", - "src": "6247:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6250:1:44", - "nodeType": "YulLiteral", - "src": "6250:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6240:6:44", - "nodeType": "YulIdentifier", - "src": "6240:6:44" - }, - "nativeSrc": "6240:12:44", - "nodeType": "YulFunctionCall", - "src": "6240:12:44" - }, - "nativeSrc": "6240:12:44", - "nodeType": "YulExpressionStatement", - "src": "6240:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6213:7:44", - "nodeType": "YulIdentifier", - "src": "6213:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6222:9:44", - "nodeType": "YulIdentifier", - "src": "6222:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6209:3:44", - "nodeType": "YulIdentifier", - "src": "6209:3:44" - }, - "nativeSrc": "6209:23:44", - "nodeType": "YulFunctionCall", - "src": "6209:23:44" - }, - { - "kind": "number", - "nativeSrc": "6234:2:44", - "nodeType": "YulLiteral", - "src": "6234:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6205:3:44", - "nodeType": "YulIdentifier", - "src": "6205:3:44" - }, - "nativeSrc": "6205:32:44", - "nodeType": "YulFunctionCall", - "src": "6205:32:44" - }, - "nativeSrc": "6202:52:44", - "nodeType": "YulIf", - "src": "6202:52:44" - }, - { - "nativeSrc": "6263:36:44", - "nodeType": "YulVariableDeclaration", - "src": "6263:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6289:9:44", - "nodeType": "YulIdentifier", - "src": "6289:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6276:12:44", - "nodeType": "YulIdentifier", - "src": "6276:12:44" - }, - "nativeSrc": "6276:23:44", - "nodeType": "YulFunctionCall", - "src": "6276:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6267:5:44", - "nodeType": "YulTypedName", - "src": "6267:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6333:5:44", - "nodeType": "YulIdentifier", - "src": "6333:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "6308:24:44", - "nodeType": "YulIdentifier", - "src": "6308:24:44" - }, - "nativeSrc": "6308:31:44", - "nodeType": "YulFunctionCall", - "src": "6308:31:44" - }, - "nativeSrc": "6308:31:44", - "nodeType": "YulExpressionStatement", - "src": "6308:31:44" - }, - { - "nativeSrc": "6348:15:44", - "nodeType": "YulAssignment", - "src": "6348:15:44", - "value": { - "name": "value", - "nativeSrc": "6358:5:44", - "nodeType": "YulIdentifier", - "src": "6358:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6348:6:44", - "nodeType": "YulIdentifier", - "src": "6348:6:44" - } - ] - }, - { - "nativeSrc": "6372:47:44", - "nodeType": "YulVariableDeclaration", - "src": "6372:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6404:9:44", - "nodeType": "YulIdentifier", - "src": "6404:9:44" - }, - { - "kind": "number", - "nativeSrc": "6415:2:44", - "nodeType": "YulLiteral", - "src": "6415:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6400:3:44", - "nodeType": "YulIdentifier", - "src": "6400:3:44" - }, - "nativeSrc": "6400:18:44", - "nodeType": "YulFunctionCall", - "src": "6400:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6387:12:44", - "nodeType": "YulIdentifier", - "src": "6387:12:44" - }, - "nativeSrc": "6387:32:44", - "nodeType": "YulFunctionCall", - "src": "6387:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "6376:7:44", - "nodeType": "YulTypedName", - "src": "6376:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6452:7:44", - "nodeType": "YulIdentifier", - "src": "6452:7:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "6428:23:44", - "nodeType": "YulIdentifier", - "src": "6428:23:44" - }, - "nativeSrc": "6428:32:44", - "nodeType": "YulFunctionCall", - "src": "6428:32:44" - }, - "nativeSrc": "6428:32:44", - "nodeType": "YulExpressionStatement", - "src": "6428:32:44" - }, - { - "nativeSrc": "6469:17:44", - "nodeType": "YulAssignment", - "src": "6469:17:44", - "value": { - "name": "value_1", - "nativeSrc": "6479:7:44", - "nodeType": "YulIdentifier", - "src": "6479:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6469:6:44", - "nodeType": "YulIdentifier", - "src": "6469:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes4", - "nativeSrc": "6106:386:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6150:9:44", - "nodeType": "YulTypedName", - "src": "6150:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6161:7:44", - "nodeType": "YulTypedName", - "src": "6161:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6173:6:44", - "nodeType": "YulTypedName", - "src": "6173:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6181:6:44", - "nodeType": "YulTypedName", - "src": "6181:6:44", - "type": "" - } - ], - "src": "6106:386:44" - }, - { - "body": { - "nativeSrc": "6603:376:44", - "nodeType": "YulBlock", - "src": "6603:376:44", - "statements": [ - { - "body": { - "nativeSrc": "6649:16:44", - "nodeType": "YulBlock", - "src": "6649:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6658:1:44", - "nodeType": "YulLiteral", - "src": "6658:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6661:1:44", - "nodeType": "YulLiteral", - "src": "6661:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6651:6:44", - "nodeType": "YulIdentifier", - "src": "6651:6:44" - }, - "nativeSrc": "6651:12:44", - "nodeType": "YulFunctionCall", - "src": "6651:12:44" - }, - "nativeSrc": "6651:12:44", - "nodeType": "YulExpressionStatement", - "src": "6651:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6624:7:44", - "nodeType": "YulIdentifier", - "src": "6624:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6633:9:44", - "nodeType": "YulIdentifier", - "src": "6633:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6620:3:44", - "nodeType": "YulIdentifier", - "src": "6620:3:44" - }, - "nativeSrc": "6620:23:44", - "nodeType": "YulFunctionCall", - "src": "6620:23:44" - }, - { - "kind": "number", - "nativeSrc": "6645:2:44", - "nodeType": "YulLiteral", - "src": "6645:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6616:3:44", - "nodeType": "YulIdentifier", - "src": "6616:3:44" - }, - "nativeSrc": "6616:32:44", - "nodeType": "YulFunctionCall", - "src": "6616:32:44" - }, - "nativeSrc": "6613:52:44", - "nodeType": "YulIf", - "src": "6613:52:44" - }, - { - "nativeSrc": "6674:38:44", - "nodeType": "YulAssignment", - "src": "6674:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6702:9:44", - "nodeType": "YulIdentifier", - "src": "6702:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "6684:17:44", - "nodeType": "YulIdentifier", - "src": "6684:17:44" - }, - "nativeSrc": "6684:28:44", - "nodeType": "YulFunctionCall", - "src": "6684:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6674:6:44", - "nodeType": "YulIdentifier", - "src": "6674:6:44" - } - ] - }, - { - "nativeSrc": "6721:46:44", - "nodeType": "YulVariableDeclaration", - "src": "6721:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6752:9:44", - "nodeType": "YulIdentifier", - "src": "6752:9:44" - }, - { - "kind": "number", - "nativeSrc": "6763:2:44", - "nodeType": "YulLiteral", - "src": "6763:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6748:3:44", - "nodeType": "YulIdentifier", - "src": "6748:3:44" - }, - "nativeSrc": "6748:18:44", - "nodeType": "YulFunctionCall", - "src": "6748:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6735:12:44", - "nodeType": "YulIdentifier", - "src": "6735:12:44" - }, - "nativeSrc": "6735:32:44", - "nodeType": "YulFunctionCall", - "src": "6735:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "6725:6:44", - "nodeType": "YulTypedName", - "src": "6725:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6810:16:44", - "nodeType": "YulBlock", - "src": "6810:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6819:1:44", - "nodeType": "YulLiteral", - "src": "6819:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6822:1:44", - "nodeType": "YulLiteral", - "src": "6822:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6812:6:44", - "nodeType": "YulIdentifier", - "src": "6812:6:44" - }, - "nativeSrc": "6812:12:44", - "nodeType": "YulFunctionCall", - "src": "6812:12:44" - }, - "nativeSrc": "6812:12:44", - "nodeType": "YulExpressionStatement", - "src": "6812:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "6782:6:44", - "nodeType": "YulIdentifier", - "src": "6782:6:44" - }, - { - "kind": "number", - "nativeSrc": "6790:18:44", - "nodeType": "YulLiteral", - "src": "6790:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6779:2:44", - "nodeType": "YulIdentifier", - "src": "6779:2:44" - }, - "nativeSrc": "6779:30:44", - "nodeType": "YulFunctionCall", - "src": "6779:30:44" - }, - "nativeSrc": "6776:50:44", - "nodeType": "YulIf", - "src": "6776:50:44" - }, - { - "nativeSrc": "6835:84:44", - "nodeType": "YulVariableDeclaration", - "src": "6835:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6891:9:44", - "nodeType": "YulIdentifier", - "src": "6891:9:44" - }, - { - "name": "offset", - "nativeSrc": "6902:6:44", - "nodeType": "YulIdentifier", - "src": "6902:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6887:3:44", - "nodeType": "YulIdentifier", - "src": "6887:3:44" - }, - "nativeSrc": "6887:22:44", - "nodeType": "YulFunctionCall", - "src": "6887:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "6911:7:44", - "nodeType": "YulIdentifier", - "src": "6911:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "6861:25:44", - "nodeType": "YulIdentifier", - "src": "6861:25:44" - }, - "nativeSrc": "6861:58:44", - "nodeType": "YulFunctionCall", - "src": "6861:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "6839:8:44", - "nodeType": "YulTypedName", - "src": "6839:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "6849:8:44", - "nodeType": "YulTypedName", - "src": "6849:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "6928:18:44", - "nodeType": "YulAssignment", - "src": "6928:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "6938:8:44", - "nodeType": "YulIdentifier", - "src": "6938:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6928:6:44", - "nodeType": "YulIdentifier", - "src": "6928:6:44" - } - ] - }, - { - "nativeSrc": "6955:18:44", - "nodeType": "YulAssignment", - "src": "6955:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "6965:8:44", - "nodeType": "YulIdentifier", - "src": "6965:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "6955:6:44", - "nodeType": "YulIdentifier", - "src": "6955:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", - "nativeSrc": "6497:482:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6553:9:44", - "nodeType": "YulTypedName", - "src": "6553:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6564:7:44", - "nodeType": "YulTypedName", - "src": "6564:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6576:6:44", - "nodeType": "YulTypedName", - "src": "6576:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6584:6:44", - "nodeType": "YulTypedName", - "src": "6584:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "6592:6:44", - "nodeType": "YulTypedName", - "src": "6592:6:44", - "type": "" - } - ], - "src": "6497:482:44" - }, - { - "body": { - "nativeSrc": "7079:92:44", - "nodeType": "YulBlock", - "src": "7079:92:44", - "statements": [ - { - "nativeSrc": "7089:26:44", - "nodeType": "YulAssignment", - "src": "7089:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7101:9:44", - "nodeType": "YulIdentifier", - "src": "7101:9:44" - }, - { - "kind": "number", - "nativeSrc": "7112:2:44", - "nodeType": "YulLiteral", - "src": "7112:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7097:3:44", - "nodeType": "YulIdentifier", - "src": "7097:3:44" - }, - "nativeSrc": "7097:18:44", - "nodeType": "YulFunctionCall", - "src": "7097:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7089:4:44", - "nodeType": "YulIdentifier", - "src": "7089:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7131:9:44", - "nodeType": "YulIdentifier", - "src": "7131:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7156:6:44", - "nodeType": "YulIdentifier", - "src": "7156:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7149:6:44", - "nodeType": "YulIdentifier", - "src": "7149:6:44" - }, - "nativeSrc": "7149:14:44", - "nodeType": "YulFunctionCall", - "src": "7149:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7142:6:44", - "nodeType": "YulIdentifier", - "src": "7142:6:44" - }, - "nativeSrc": "7142:22:44", - "nodeType": "YulFunctionCall", - "src": "7142:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7124:6:44", - "nodeType": "YulIdentifier", - "src": "7124:6:44" - }, - "nativeSrc": "7124:41:44", - "nodeType": "YulFunctionCall", - "src": "7124:41:44" - }, - "nativeSrc": "7124:41:44", - "nodeType": "YulExpressionStatement", - "src": "7124:41:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "6984:187:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7048:9:44", - "nodeType": "YulTypedName", - "src": "7048:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "7059:6:44", - "nodeType": "YulTypedName", - "src": "7059:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7070:4:44", - "nodeType": "YulTypedName", - "src": "7070:4:44", - "type": "" - } - ], - "src": "6984:187:44" - }, - { - "body": { - "nativeSrc": "7261:171:44", - "nodeType": "YulBlock", - "src": "7261:171:44", - "statements": [ - { - "body": { - "nativeSrc": "7307:16:44", - "nodeType": "YulBlock", - "src": "7307:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7316:1:44", - "nodeType": "YulLiteral", - "src": "7316:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7319:1:44", - "nodeType": "YulLiteral", - "src": "7319:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7309:6:44", - "nodeType": "YulIdentifier", - "src": "7309:6:44" - }, - "nativeSrc": "7309:12:44", - "nodeType": "YulFunctionCall", - "src": "7309:12:44" - }, - "nativeSrc": "7309:12:44", - "nodeType": "YulExpressionStatement", - "src": "7309:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7282:7:44", - "nodeType": "YulIdentifier", - "src": "7282:7:44" - }, - { - "name": "headStart", - "nativeSrc": "7291:9:44", - "nodeType": "YulIdentifier", - "src": "7291:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7278:3:44", - "nodeType": "YulIdentifier", - "src": "7278:3:44" - }, - "nativeSrc": "7278:23:44", - "nodeType": "YulFunctionCall", - "src": "7278:23:44" - }, - { - "kind": "number", - "nativeSrc": "7303:2:44", - "nodeType": "YulLiteral", - "src": "7303:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7274:3:44", - "nodeType": "YulIdentifier", - "src": "7274:3:44" - }, - "nativeSrc": "7274:32:44", - "nodeType": "YulFunctionCall", - "src": "7274:32:44" - }, - "nativeSrc": "7271:52:44", - "nodeType": "YulIf", - "src": "7271:52:44" - }, - { - "nativeSrc": "7332:38:44", - "nodeType": "YulAssignment", - "src": "7332:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7360:9:44", - "nodeType": "YulIdentifier", - "src": "7360:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "7342:17:44", - "nodeType": "YulIdentifier", - "src": "7342:17:44" - }, - "nativeSrc": "7342:28:44", - "nodeType": "YulFunctionCall", - "src": "7342:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7332:6:44", - "nodeType": "YulIdentifier", - "src": "7332:6:44" - } - ] - }, - { - "nativeSrc": "7379:47:44", - "nodeType": "YulAssignment", - "src": "7379:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7411:9:44", - "nodeType": "YulIdentifier", - "src": "7411:9:44" - }, - { - "kind": "number", - "nativeSrc": "7422:2:44", - "nodeType": "YulLiteral", - "src": "7422:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7407:3:44", - "nodeType": "YulIdentifier", - "src": "7407:3:44" - }, - "nativeSrc": "7407:18:44", - "nodeType": "YulFunctionCall", - "src": "7407:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "7389:17:44", - "nodeType": "YulIdentifier", - "src": "7389:17:44" - }, - "nativeSrc": "7389:37:44", - "nodeType": "YulFunctionCall", - "src": "7389:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7379:6:44", - "nodeType": "YulIdentifier", - "src": "7379:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint32", - "nativeSrc": "7176:256:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7219:9:44", - "nodeType": "YulTypedName", - "src": "7219:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7230:7:44", - "nodeType": "YulTypedName", - "src": "7230:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7242:6:44", - "nodeType": "YulTypedName", - "src": "7242:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7250:6:44", - "nodeType": "YulTypedName", - "src": "7250:6:44", - "type": "" - } - ], - "src": "7176:256:44" - }, - { - "body": { - "nativeSrc": "7560:562:44", - "nodeType": "YulBlock", - "src": "7560:562:44", - "statements": [ - { - "body": { - "nativeSrc": "7606:16:44", - "nodeType": "YulBlock", - "src": "7606:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7615:1:44", - "nodeType": "YulLiteral", - "src": "7615:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7618:1:44", - "nodeType": "YulLiteral", - "src": "7618:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7608:6:44", - "nodeType": "YulIdentifier", - "src": "7608:6:44" - }, - "nativeSrc": "7608:12:44", - "nodeType": "YulFunctionCall", - "src": "7608:12:44" - }, - "nativeSrc": "7608:12:44", - "nodeType": "YulExpressionStatement", - "src": "7608:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7581:7:44", - "nodeType": "YulIdentifier", - "src": "7581:7:44" - }, - { - "name": "headStart", - "nativeSrc": "7590:9:44", - "nodeType": "YulIdentifier", - "src": "7590:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7577:3:44", - "nodeType": "YulIdentifier", - "src": "7577:3:44" - }, - "nativeSrc": "7577:23:44", - "nodeType": "YulFunctionCall", - "src": "7577:23:44" - }, - { - "kind": "number", - "nativeSrc": "7602:2:44", - "nodeType": "YulLiteral", - "src": "7602:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7573:3:44", - "nodeType": "YulIdentifier", - "src": "7573:3:44" - }, - "nativeSrc": "7573:32:44", - "nodeType": "YulFunctionCall", - "src": "7573:32:44" - }, - "nativeSrc": "7570:52:44", - "nodeType": "YulIf", - "src": "7570:52:44" - }, - { - "nativeSrc": "7631:36:44", - "nodeType": "YulVariableDeclaration", - "src": "7631:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7657:9:44", - "nodeType": "YulIdentifier", - "src": "7657:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7644:12:44", - "nodeType": "YulIdentifier", - "src": "7644:12:44" - }, - "nativeSrc": "7644:23:44", - "nodeType": "YulFunctionCall", - "src": "7644:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "7635:5:44", - "nodeType": "YulTypedName", - "src": "7635:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "7701:5:44", - "nodeType": "YulIdentifier", - "src": "7701:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7676:24:44", - "nodeType": "YulIdentifier", - "src": "7676:24:44" - }, - "nativeSrc": "7676:31:44", - "nodeType": "YulFunctionCall", - "src": "7676:31:44" - }, - "nativeSrc": "7676:31:44", - "nodeType": "YulExpressionStatement", - "src": "7676:31:44" - }, - { - "nativeSrc": "7716:15:44", - "nodeType": "YulAssignment", - "src": "7716:15:44", - "value": { - "name": "value", - "nativeSrc": "7726:5:44", - "nodeType": "YulIdentifier", - "src": "7726:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7716:6:44", - "nodeType": "YulIdentifier", - "src": "7716:6:44" - } - ] - }, - { - "nativeSrc": "7740:47:44", - "nodeType": "YulVariableDeclaration", - "src": "7740:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7772:9:44", - "nodeType": "YulIdentifier", - "src": "7772:9:44" - }, - { - "kind": "number", - "nativeSrc": "7783:2:44", - "nodeType": "YulLiteral", - "src": "7783:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7768:3:44", - "nodeType": "YulIdentifier", - "src": "7768:3:44" - }, - "nativeSrc": "7768:18:44", - "nodeType": "YulFunctionCall", - "src": "7768:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7755:12:44", - "nodeType": "YulIdentifier", - "src": "7755:12:44" - }, - "nativeSrc": "7755:32:44", - "nodeType": "YulFunctionCall", - "src": "7755:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "7744:7:44", - "nodeType": "YulTypedName", - "src": "7744:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "7821:7:44", - "nodeType": "YulIdentifier", - "src": "7821:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7796:24:44", - "nodeType": "YulIdentifier", - "src": "7796:24:44" - }, - "nativeSrc": "7796:33:44", - "nodeType": "YulFunctionCall", - "src": "7796:33:44" - }, - "nativeSrc": "7796:33:44", - "nodeType": "YulExpressionStatement", - "src": "7796:33:44" - }, - { - "nativeSrc": "7838:17:44", - "nodeType": "YulAssignment", - "src": "7838:17:44", - "value": { - "name": "value_1", - "nativeSrc": "7848:7:44", - "nodeType": "YulIdentifier", - "src": "7848:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7838:6:44", - "nodeType": "YulIdentifier", - "src": "7838:6:44" - } - ] - }, - { - "nativeSrc": "7864:46:44", - "nodeType": "YulVariableDeclaration", - "src": "7864:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7895:9:44", - "nodeType": "YulIdentifier", - "src": "7895:9:44" - }, - { - "kind": "number", - "nativeSrc": "7906:2:44", - "nodeType": "YulLiteral", - "src": "7906:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7891:3:44", - "nodeType": "YulIdentifier", - "src": "7891:3:44" - }, - "nativeSrc": "7891:18:44", - "nodeType": "YulFunctionCall", - "src": "7891:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7878:12:44", - "nodeType": "YulIdentifier", - "src": "7878:12:44" - }, - "nativeSrc": "7878:32:44", - "nodeType": "YulFunctionCall", - "src": "7878:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "7868:6:44", - "nodeType": "YulTypedName", - "src": "7868:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7953:16:44", - "nodeType": "YulBlock", - "src": "7953:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7962:1:44", - "nodeType": "YulLiteral", - "src": "7962:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7965:1:44", - "nodeType": "YulLiteral", - "src": "7965:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7955:6:44", - "nodeType": "YulIdentifier", - "src": "7955:6:44" - }, - "nativeSrc": "7955:12:44", - "nodeType": "YulFunctionCall", - "src": "7955:12:44" - }, - "nativeSrc": "7955:12:44", - "nodeType": "YulExpressionStatement", - "src": "7955:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "7925:6:44", - "nodeType": "YulIdentifier", - "src": "7925:6:44" - }, - { - "kind": "number", - "nativeSrc": "7933:18:44", - "nodeType": "YulLiteral", - "src": "7933:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7922:2:44", - "nodeType": "YulIdentifier", - "src": "7922:2:44" - }, - "nativeSrc": "7922:30:44", - "nodeType": "YulFunctionCall", - "src": "7922:30:44" - }, - "nativeSrc": "7919:50:44", - "nodeType": "YulIf", - "src": "7919:50:44" - }, - { - "nativeSrc": "7978:84:44", - "nodeType": "YulVariableDeclaration", - "src": "7978:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8034:9:44", - "nodeType": "YulIdentifier", - "src": "8034:9:44" - }, - { - "name": "offset", - "nativeSrc": "8045:6:44", - "nodeType": "YulIdentifier", - "src": "8045:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8030:3:44", - "nodeType": "YulIdentifier", - "src": "8030:3:44" - }, - "nativeSrc": "8030:22:44", - "nodeType": "YulFunctionCall", - "src": "8030:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "8054:7:44", - "nodeType": "YulIdentifier", - "src": "8054:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "8004:25:44", - "nodeType": "YulIdentifier", - "src": "8004:25:44" - }, - "nativeSrc": "8004:58:44", - "nodeType": "YulFunctionCall", - "src": "8004:58:44" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "7982:8:44", - "nodeType": "YulTypedName", - "src": "7982:8:44", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "7992:8:44", - "nodeType": "YulTypedName", - "src": "7992:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8071:18:44", - "nodeType": "YulAssignment", - "src": "8071:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "8081:8:44", - "nodeType": "YulIdentifier", - "src": "8081:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "8071:6:44", - "nodeType": "YulIdentifier", - "src": "8071:6:44" - } - ] - }, - { - "nativeSrc": "8098:18:44", - "nodeType": "YulAssignment", - "src": "8098:18:44", - "value": { - "name": "value3_1", - "nativeSrc": "8108:8:44", - "nodeType": "YulIdentifier", - "src": "8108:8:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "8098:6:44", - "nodeType": "YulIdentifier", - "src": "8098:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", - "nativeSrc": "7437:685:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7502:9:44", - "nodeType": "YulTypedName", - "src": "7502:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7513:7:44", - "nodeType": "YulTypedName", - "src": "7513:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7525:6:44", - "nodeType": "YulTypedName", - "src": "7525:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7533:6:44", - "nodeType": "YulTypedName", - "src": "7533:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "7541:6:44", - "nodeType": "YulTypedName", - "src": "7541:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "7549:6:44", - "nodeType": "YulTypedName", - "src": "7549:6:44", - "type": "" - } - ], - "src": "7437:685:44" - }, - { - "body": { - "nativeSrc": "8228:76:44", - "nodeType": "YulBlock", - "src": "8228:76:44", - "statements": [ - { - "nativeSrc": "8238:26:44", - "nodeType": "YulAssignment", - "src": "8238:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8250:9:44", - "nodeType": "YulIdentifier", - "src": "8250:9:44" - }, - { - "kind": "number", - "nativeSrc": "8261:2:44", - "nodeType": "YulLiteral", - "src": "8261:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8246:3:44", - "nodeType": "YulIdentifier", - "src": "8246:3:44" - }, - "nativeSrc": "8246:18:44", - "nodeType": "YulFunctionCall", - "src": "8246:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "8238:4:44", - "nodeType": "YulIdentifier", - "src": "8238:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8280:9:44", - "nodeType": "YulIdentifier", - "src": "8280:9:44" - }, - { - "name": "value0", - "nativeSrc": "8291:6:44", - "nodeType": "YulIdentifier", - "src": "8291:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8273:6:44", - "nodeType": "YulIdentifier", - "src": "8273:6:44" - }, - "nativeSrc": "8273:25:44", - "nodeType": "YulFunctionCall", - "src": "8273:25:44" - }, - "nativeSrc": "8273:25:44", - "nodeType": "YulExpressionStatement", - "src": "8273:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "8127:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8197:9:44", - "nodeType": "YulTypedName", - "src": "8197:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "8208:6:44", - "nodeType": "YulTypedName", - "src": "8208:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "8219:4:44", - "nodeType": "YulTypedName", - "src": "8219:4:44", - "type": "" - } - ], - "src": "8127:177:44" - }, - { - "body": { - "nativeSrc": "8425:331:44", - "nodeType": "YulBlock", - "src": "8425:331:44", - "statements": [ - { - "body": { - "nativeSrc": "8471:16:44", - "nodeType": "YulBlock", - "src": "8471:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8480:1:44", - "nodeType": "YulLiteral", - "src": "8480:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8483:1:44", - "nodeType": "YulLiteral", - "src": "8483:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8473:6:44", - "nodeType": "YulIdentifier", - "src": "8473:6:44" - }, - "nativeSrc": "8473:12:44", - "nodeType": "YulFunctionCall", - "src": "8473:12:44" - }, - "nativeSrc": "8473:12:44", - "nodeType": "YulExpressionStatement", - "src": "8473:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "8446:7:44", - "nodeType": "YulIdentifier", - "src": "8446:7:44" - }, - { - "name": "headStart", - "nativeSrc": "8455:9:44", - "nodeType": "YulIdentifier", - "src": "8455:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8442:3:44", - "nodeType": "YulIdentifier", - "src": "8442:3:44" - }, - "nativeSrc": "8442:23:44", - "nodeType": "YulFunctionCall", - "src": "8442:23:44" - }, - { - "kind": "number", - "nativeSrc": "8467:2:44", - "nodeType": "YulLiteral", - "src": "8467:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8438:3:44", - "nodeType": "YulIdentifier", - "src": "8438:3:44" - }, - "nativeSrc": "8438:32:44", - "nodeType": "YulFunctionCall", - "src": "8438:32:44" - }, - "nativeSrc": "8435:52:44", - "nodeType": "YulIf", - "src": "8435:52:44" - }, - { - "nativeSrc": "8496:37:44", - "nodeType": "YulVariableDeclaration", - "src": "8496:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8523:9:44", - "nodeType": "YulIdentifier", - "src": "8523:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8510:12:44", - "nodeType": "YulIdentifier", - "src": "8510:12:44" - }, - "nativeSrc": "8510:23:44", - "nodeType": "YulFunctionCall", - "src": "8510:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "8500:6:44", - "nodeType": "YulTypedName", - "src": "8500:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8576:16:44", - "nodeType": "YulBlock", - "src": "8576:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8585:1:44", - "nodeType": "YulLiteral", - "src": "8585:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8588:1:44", - "nodeType": "YulLiteral", - "src": "8588:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8578:6:44", - "nodeType": "YulIdentifier", - "src": "8578:6:44" - }, - "nativeSrc": "8578:12:44", - "nodeType": "YulFunctionCall", - "src": "8578:12:44" - }, - "nativeSrc": "8578:12:44", - "nodeType": "YulExpressionStatement", - "src": "8578:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "8548:6:44", - "nodeType": "YulIdentifier", - "src": "8548:6:44" - }, - { - "kind": "number", - "nativeSrc": "8556:18:44", - "nodeType": "YulLiteral", - "src": "8556:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8545:2:44", - "nodeType": "YulIdentifier", - "src": "8545:2:44" - }, - "nativeSrc": "8545:30:44", - "nodeType": "YulFunctionCall", - "src": "8545:30:44" - }, - "nativeSrc": "8542:50:44", - "nodeType": "YulIf", - "src": "8542:50:44" - }, - { - "nativeSrc": "8601:95:44", - "nodeType": "YulVariableDeclaration", - "src": "8601:95:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8668:9:44", - "nodeType": "YulIdentifier", - "src": "8668:9:44" - }, - { - "name": "offset", - "nativeSrc": "8679:6:44", - "nodeType": "YulIdentifier", - "src": "8679:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8664:3:44", - "nodeType": "YulIdentifier", - "src": "8664:3:44" - }, - "nativeSrc": "8664:22:44", - "nodeType": "YulFunctionCall", - "src": "8664:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "8688:7:44", - "nodeType": "YulIdentifier", - "src": "8688:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "8627:36:44", - "nodeType": "YulIdentifier", - "src": "8627:36:44" - }, - "nativeSrc": "8627:69:44", - "nodeType": "YulFunctionCall", - "src": "8627:69:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8605:8:44", - "nodeType": "YulTypedName", - "src": "8605:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8615:8:44", - "nodeType": "YulTypedName", - "src": "8615:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8705:18:44", - "nodeType": "YulAssignment", - "src": "8705:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "8715:8:44", - "nodeType": "YulIdentifier", - "src": "8715:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8705:6:44", - "nodeType": "YulIdentifier", - "src": "8705:6:44" - } - ] - }, - { - "nativeSrc": "8732:18:44", - "nodeType": "YulAssignment", - "src": "8732:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "8742:8:44", - "nodeType": "YulIdentifier", - "src": "8742:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8732:6:44", - "nodeType": "YulIdentifier", - "src": "8732:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "8309:447:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8383:9:44", - "nodeType": "YulTypedName", - "src": "8383:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "8394:7:44", - "nodeType": "YulTypedName", - "src": "8394:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "8406:6:44", - "nodeType": "YulTypedName", - "src": "8406:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "8414:6:44", - "nodeType": "YulTypedName", - "src": "8414:6:44", - "type": "" - } - ], - "src": "8309:447:44" - }, - { - "body": { - "nativeSrc": "8827:184:44", - "nodeType": "YulBlock", - "src": "8827:184:44", - "statements": [ - { - "nativeSrc": "8837:10:44", - "nodeType": "YulVariableDeclaration", - "src": "8837:10:44", - "value": { - "kind": "number", - "nativeSrc": "8846:1:44", - "nodeType": "YulLiteral", - "src": "8846:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8841:1:44", - "nodeType": "YulTypedName", - "src": "8841:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8906:63:44", - "nodeType": "YulBlock", - "src": "8906:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8931:3:44", - "nodeType": "YulIdentifier", - "src": "8931:3:44" - }, - { - "name": "i", - "nativeSrc": "8936:1:44", - "nodeType": "YulIdentifier", - "src": "8936:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8927:3:44", - "nodeType": "YulIdentifier", - "src": "8927:3:44" - }, - "nativeSrc": "8927:11:44", - "nodeType": "YulFunctionCall", - "src": "8927:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8950:3:44", - "nodeType": "YulIdentifier", - "src": "8950:3:44" - }, - { - "name": "i", - "nativeSrc": "8955:1:44", - "nodeType": "YulIdentifier", - "src": "8955:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8946:3:44", - "nodeType": "YulIdentifier", - "src": "8946:3:44" - }, - "nativeSrc": "8946:11:44", - "nodeType": "YulFunctionCall", - "src": "8946:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8940:5:44", - "nodeType": "YulIdentifier", - "src": "8940:5:44" - }, - "nativeSrc": "8940:18:44", - "nodeType": "YulFunctionCall", - "src": "8940:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8920:6:44", - "nodeType": "YulIdentifier", - "src": "8920:6:44" - }, - "nativeSrc": "8920:39:44", - "nodeType": "YulFunctionCall", - "src": "8920:39:44" - }, - "nativeSrc": "8920:39:44", - "nodeType": "YulExpressionStatement", - "src": "8920:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8867:1:44", - "nodeType": "YulIdentifier", - "src": "8867:1:44" - }, - { - "name": "length", - "nativeSrc": "8870:6:44", - "nodeType": "YulIdentifier", - "src": "8870:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8864:2:44", - "nodeType": "YulIdentifier", - "src": "8864:2:44" - }, - "nativeSrc": "8864:13:44", - "nodeType": "YulFunctionCall", - "src": "8864:13:44" - }, - "nativeSrc": "8856:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8878:19:44", - "nodeType": "YulBlock", - "src": "8878:19:44", - "statements": [ - { - "nativeSrc": "8880:15:44", - "nodeType": "YulAssignment", - "src": "8880:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8889:1:44", - "nodeType": "YulIdentifier", - "src": "8889:1:44" - }, - { - "kind": "number", - "nativeSrc": "8892:2:44", - "nodeType": "YulLiteral", - "src": "8892:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8885:3:44", - "nodeType": "YulIdentifier", - "src": "8885:3:44" - }, - "nativeSrc": "8885:10:44", - "nodeType": "YulFunctionCall", - "src": "8885:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8880:1:44", - "nodeType": "YulIdentifier", - "src": "8880:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "8860:3:44", - "nodeType": "YulBlock", - "src": "8860:3:44", - "statements": [] - }, - "src": "8856:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8989:3:44", - "nodeType": "YulIdentifier", - "src": "8989:3:44" - }, - { - "name": "length", - "nativeSrc": "8994:6:44", - "nodeType": "YulIdentifier", - "src": "8994:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8985:3:44", - "nodeType": "YulIdentifier", - "src": "8985:3:44" - }, - "nativeSrc": "8985:16:44", - "nodeType": "YulFunctionCall", - "src": "8985:16:44" - }, - { - "kind": "number", - "nativeSrc": "9003:1:44", - "nodeType": "YulLiteral", - "src": "9003:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8978:6:44", - "nodeType": "YulIdentifier", - "src": "8978:6:44" - }, - "nativeSrc": "8978:27:44", - "nodeType": "YulFunctionCall", - "src": "8978:27:44" - }, - "nativeSrc": "8978:27:44", - "nodeType": "YulExpressionStatement", - "src": "8978:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "8761:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "8805:3:44", - "nodeType": "YulTypedName", - "src": "8805:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "8810:3:44", - "nodeType": "YulTypedName", - "src": "8810:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "8815:6:44", - "nodeType": "YulTypedName", - "src": "8815:6:44", - "type": "" - } - ], - "src": "8761:250:44" - }, - { - "body": { - "nativeSrc": "9185:822:44", - "nodeType": "YulBlock", - "src": "9185:822:44", - "statements": [ - { - "nativeSrc": "9195:32:44", - "nodeType": "YulVariableDeclaration", - "src": "9195:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9213:9:44", - "nodeType": "YulIdentifier", - "src": "9213:9:44" - }, - { - "kind": "number", - "nativeSrc": "9224:2:44", - "nodeType": "YulLiteral", - "src": "9224:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9209:3:44", - "nodeType": "YulIdentifier", - "src": "9209:3:44" - }, - "nativeSrc": "9209:18:44", - "nodeType": "YulFunctionCall", - "src": "9209:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "9199:6:44", - "nodeType": "YulTypedName", - "src": "9199:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9243:9:44", - "nodeType": "YulIdentifier", - "src": "9243:9:44" - }, - { - "kind": "number", - "nativeSrc": "9254:2:44", - "nodeType": "YulLiteral", - "src": "9254:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9236:6:44", - "nodeType": "YulIdentifier", - "src": "9236:6:44" - }, - "nativeSrc": "9236:21:44", - "nodeType": "YulFunctionCall", - "src": "9236:21:44" - }, - "nativeSrc": "9236:21:44", - "nodeType": "YulExpressionStatement", - "src": "9236:21:44" - }, - { - "nativeSrc": "9266:17:44", - "nodeType": "YulVariableDeclaration", - "src": "9266:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "9277:6:44", - "nodeType": "YulIdentifier", - "src": "9277:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "9270:3:44", - "nodeType": "YulTypedName", - "src": "9270:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9292:27:44", - "nodeType": "YulVariableDeclaration", - "src": "9292:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9312:6:44", - "nodeType": "YulIdentifier", - "src": "9312:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9306:5:44", - "nodeType": "YulIdentifier", - "src": "9306:5:44" - }, - "nativeSrc": "9306:13:44", - "nodeType": "YulFunctionCall", - "src": "9306:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9296:6:44", - "nodeType": "YulTypedName", - "src": "9296:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "9335:6:44", - "nodeType": "YulIdentifier", - "src": "9335:6:44" - }, - { - "name": "length", - "nativeSrc": "9343:6:44", - "nodeType": "YulIdentifier", - "src": "9343:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9328:6:44", - "nodeType": "YulIdentifier", - "src": "9328:6:44" - }, - "nativeSrc": "9328:22:44", - "nodeType": "YulFunctionCall", - "src": "9328:22:44" - }, - "nativeSrc": "9328:22:44", - "nodeType": "YulExpressionStatement", - "src": "9328:22:44" - }, - { - "nativeSrc": "9359:25:44", - "nodeType": "YulAssignment", - "src": "9359:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9370:9:44", - "nodeType": "YulIdentifier", - "src": "9370:9:44" - }, - { - "kind": "number", - "nativeSrc": "9381:2:44", - "nodeType": "YulLiteral", - "src": "9381:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9366:3:44", - "nodeType": "YulIdentifier", - "src": "9366:3:44" - }, - "nativeSrc": "9366:18:44", - "nodeType": "YulFunctionCall", - "src": "9366:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9359:3:44", - "nodeType": "YulIdentifier", - "src": "9359:3:44" - } - ] - }, - { - "nativeSrc": "9393:53:44", - "nodeType": "YulVariableDeclaration", - "src": "9393:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9415:9:44", - "nodeType": "YulIdentifier", - "src": "9415:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9430:1:44", - "nodeType": "YulLiteral", - "src": "9430:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "9433:6:44", - "nodeType": "YulIdentifier", - "src": "9433:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9426:3:44", - "nodeType": "YulIdentifier", - "src": "9426:3:44" - }, - "nativeSrc": "9426:14:44", - "nodeType": "YulFunctionCall", - "src": "9426:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9411:3:44", - "nodeType": "YulIdentifier", - "src": "9411:3:44" - }, - "nativeSrc": "9411:30:44", - "nodeType": "YulFunctionCall", - "src": "9411:30:44" - }, - { - "kind": "number", - "nativeSrc": "9443:2:44", - "nodeType": "YulLiteral", - "src": "9443:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9407:3:44", - "nodeType": "YulIdentifier", - "src": "9407:3:44" - }, - "nativeSrc": "9407:39:44", - "nodeType": "YulFunctionCall", - "src": "9407:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "9397:6:44", - "nodeType": "YulTypedName", - "src": "9397:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9455:29:44", - "nodeType": "YulVariableDeclaration", - "src": "9455:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9473:6:44", - "nodeType": "YulIdentifier", - "src": "9473:6:44" - }, - { - "kind": "number", - "nativeSrc": "9481:2:44", - "nodeType": "YulLiteral", - "src": "9481:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9469:3:44", - "nodeType": "YulIdentifier", - "src": "9469:3:44" - }, - "nativeSrc": "9469:15:44", - "nodeType": "YulFunctionCall", - "src": "9469:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "9459:6:44", - "nodeType": "YulTypedName", - "src": "9459:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9493:10:44", - "nodeType": "YulVariableDeclaration", - "src": "9493:10:44", - "value": { - "kind": "number", - "nativeSrc": "9502:1:44", - "nodeType": "YulLiteral", - "src": "9502:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "9497:1:44", - "nodeType": "YulTypedName", - "src": "9497:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9561:417:44", - "nodeType": "YulBlock", - "src": "9561:417:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9582:3:44", - "nodeType": "YulIdentifier", - "src": "9582:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9595:6:44", - "nodeType": "YulIdentifier", - "src": "9595:6:44" - }, - { - "name": "headStart", - "nativeSrc": "9603:9:44", - "nodeType": "YulIdentifier", - "src": "9603:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9591:3:44", - "nodeType": "YulIdentifier", - "src": "9591:3:44" - }, - "nativeSrc": "9591:22:44", - "nodeType": "YulFunctionCall", - "src": "9591:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9619:2:44", - "nodeType": "YulLiteral", - "src": "9619:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9615:3:44", - "nodeType": "YulIdentifier", - "src": "9615:3:44" - }, - "nativeSrc": "9615:7:44", - "nodeType": "YulFunctionCall", - "src": "9615:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9587:3:44", - "nodeType": "YulIdentifier", - "src": "9587:3:44" - }, - "nativeSrc": "9587:36:44", - "nodeType": "YulFunctionCall", - "src": "9587:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9575:6:44", - "nodeType": "YulIdentifier", - "src": "9575:6:44" - }, - "nativeSrc": "9575:49:44", - "nodeType": "YulFunctionCall", - "src": "9575:49:44" - }, - "nativeSrc": "9575:49:44", - "nodeType": "YulExpressionStatement", - "src": "9575:49:44" - }, - { - "nativeSrc": "9637:23:44", - "nodeType": "YulVariableDeclaration", - "src": "9637:23:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9653:6:44", - "nodeType": "YulIdentifier", - "src": "9653:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9647:5:44", - "nodeType": "YulIdentifier", - "src": "9647:5:44" - }, - "nativeSrc": "9647:13:44", - "nodeType": "YulFunctionCall", - "src": "9647:13:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "9641:2:44", - "nodeType": "YulTypedName", - "src": "9641:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9673:25:44", - "nodeType": "YulVariableDeclaration", - "src": "9673:25:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9695:2:44", - "nodeType": "YulIdentifier", - "src": "9695:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9689:5:44", - "nodeType": "YulIdentifier", - "src": "9689:5:44" - }, - "nativeSrc": "9689:9:44", - "nodeType": "YulFunctionCall", - "src": "9689:9:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "9677:8:44", - "nodeType": "YulTypedName", - "src": "9677:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9718:6:44", - "nodeType": "YulIdentifier", - "src": "9718:6:44" - }, - { - "name": "length_1", - "nativeSrc": "9726:8:44", - "nodeType": "YulIdentifier", - "src": "9726:8:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9711:6:44", - "nodeType": "YulIdentifier", - "src": "9711:6:44" - }, - "nativeSrc": "9711:24:44", - "nodeType": "YulFunctionCall", - "src": "9711:24:44" - }, - "nativeSrc": "9711:24:44", - "nodeType": "YulExpressionStatement", - "src": "9711:24:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9787:2:44", - "nodeType": "YulIdentifier", - "src": "9787:2:44" - }, - { - "kind": "number", - "nativeSrc": "9791:2:44", - "nodeType": "YulLiteral", - "src": "9791:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9783:3:44", - "nodeType": "YulIdentifier", - "src": "9783:3:44" - }, - "nativeSrc": "9783:11:44", - "nodeType": "YulFunctionCall", - "src": "9783:11:44" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9800:6:44", - "nodeType": "YulIdentifier", - "src": "9800:6:44" - }, - { - "kind": "number", - "nativeSrc": "9808:2:44", - "nodeType": "YulLiteral", - "src": "9808:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9796:3:44", - "nodeType": "YulIdentifier", - "src": "9796:3:44" - }, - "nativeSrc": "9796:15:44", - "nodeType": "YulFunctionCall", - "src": "9796:15:44" - }, - { - "name": "length_1", - "nativeSrc": "9813:8:44", - "nodeType": "YulIdentifier", - "src": "9813:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "9748:34:44", - "nodeType": "YulIdentifier", - "src": "9748:34:44" - }, - "nativeSrc": "9748:74:44", - "nodeType": "YulFunctionCall", - "src": "9748:74:44" - }, - "nativeSrc": "9748:74:44", - "nodeType": "YulExpressionStatement", - "src": "9748:74:44" - }, - { - "nativeSrc": "9835:63:44", - "nodeType": "YulAssignment", - "src": "9835:63:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9853:6:44", - "nodeType": "YulIdentifier", - "src": "9853:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length_1", - "nativeSrc": "9869:8:44", - "nodeType": "YulIdentifier", - "src": "9869:8:44" - }, - { - "kind": "number", - "nativeSrc": "9879:2:44", - "nodeType": "YulLiteral", - "src": "9879:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9865:3:44", - "nodeType": "YulIdentifier", - "src": "9865:3:44" - }, - "nativeSrc": "9865:17:44", - "nodeType": "YulFunctionCall", - "src": "9865:17:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9888:2:44", - "nodeType": "YulLiteral", - "src": "9888:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9884:3:44", - "nodeType": "YulIdentifier", - "src": "9884:3:44" - }, - "nativeSrc": "9884:7:44", - "nodeType": "YulFunctionCall", - "src": "9884:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9861:3:44", - "nodeType": "YulIdentifier", - "src": "9861:3:44" - }, - "nativeSrc": "9861:31:44", - "nodeType": "YulFunctionCall", - "src": "9861:31:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9849:3:44", - "nodeType": "YulIdentifier", - "src": "9849:3:44" - }, - "nativeSrc": "9849:44:44", - "nodeType": "YulFunctionCall", - "src": "9849:44:44" - }, - { - "kind": "number", - "nativeSrc": "9895:2:44", - "nodeType": "YulLiteral", - "src": "9895:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9845:3:44", - "nodeType": "YulIdentifier", - "src": "9845:3:44" - }, - "nativeSrc": "9845:53:44", - "nodeType": "YulFunctionCall", - "src": "9845:53:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "9835:6:44", - "nodeType": "YulIdentifier", - "src": "9835:6:44" - } - ] - }, - { - "nativeSrc": "9911:25:44", - "nodeType": "YulAssignment", - "src": "9911:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9925:6:44", - "nodeType": "YulIdentifier", - "src": "9925:6:44" - }, - { - "kind": "number", - "nativeSrc": "9933:2:44", - "nodeType": "YulLiteral", - "src": "9933:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9921:3:44", - "nodeType": "YulIdentifier", - "src": "9921:3:44" - }, - "nativeSrc": "9921:15:44", - "nodeType": "YulFunctionCall", - "src": "9921:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "9911:6:44", - "nodeType": "YulIdentifier", - "src": "9911:6:44" - } - ] - }, - { - "nativeSrc": "9949:19:44", - "nodeType": "YulAssignment", - "src": "9949:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9960:3:44", - "nodeType": "YulIdentifier", - "src": "9960:3:44" - }, - { - "kind": "number", - "nativeSrc": "9965:2:44", - "nodeType": "YulLiteral", - "src": "9965:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9956:3:44", - "nodeType": "YulIdentifier", - "src": "9956:3:44" - }, - "nativeSrc": "9956:12:44", - "nodeType": "YulFunctionCall", - "src": "9956:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9949:3:44", - "nodeType": "YulIdentifier", - "src": "9949:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9523:1:44", - "nodeType": "YulIdentifier", - "src": "9523:1:44" - }, - { - "name": "length", - "nativeSrc": "9526:6:44", - "nodeType": "YulIdentifier", - "src": "9526:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "9520:2:44", - "nodeType": "YulIdentifier", - "src": "9520:2:44" - }, - "nativeSrc": "9520:13:44", - "nodeType": "YulFunctionCall", - "src": "9520:13:44" - }, - "nativeSrc": "9512:466:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9534:18:44", - "nodeType": "YulBlock", - "src": "9534:18:44", - "statements": [ - { - "nativeSrc": "9536:14:44", - "nodeType": "YulAssignment", - "src": "9536:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9545:1:44", - "nodeType": "YulIdentifier", - "src": "9545:1:44" - }, - { - "kind": "number", - "nativeSrc": "9548:1:44", - "nodeType": "YulLiteral", - "src": "9548:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9541:3:44", - "nodeType": "YulIdentifier", - "src": "9541:3:44" - }, - "nativeSrc": "9541:9:44", - "nodeType": "YulFunctionCall", - "src": "9541:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "9536:1:44", - "nodeType": "YulIdentifier", - "src": "9536:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9516:3:44", - "nodeType": "YulBlock", - "src": "9516:3:44", - "statements": [] - }, - "src": "9512:466:44" - }, - { - "nativeSrc": "9987:14:44", - "nodeType": "YulAssignment", - "src": "9987:14:44", - "value": { - "name": "tail_2", - "nativeSrc": "9995:6:44", - "nodeType": "YulIdentifier", - "src": "9995:6:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9987:4:44", - "nodeType": "YulIdentifier", - "src": "9987:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "9016:991:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9154:9:44", - "nodeType": "YulTypedName", - "src": "9154:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9165:6:44", - "nodeType": "YulTypedName", - "src": "9165:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9176:4:44", - "nodeType": "YulTypedName", - "src": "9176:4:44", - "type": "" - } - ], - "src": "9016:991:44" - }, - { - "body": { - "nativeSrc": "10115:424:44", - "nodeType": "YulBlock", - "src": "10115:424:44", - "statements": [ - { - "body": { - "nativeSrc": "10161:16:44", - "nodeType": "YulBlock", - "src": "10161:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10170:1:44", - "nodeType": "YulLiteral", - "src": "10170:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10173:1:44", - "nodeType": "YulLiteral", - "src": "10173:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10163:6:44", - "nodeType": "YulIdentifier", - "src": "10163:6:44" - }, - "nativeSrc": "10163:12:44", - "nodeType": "YulFunctionCall", - "src": "10163:12:44" - }, - "nativeSrc": "10163:12:44", - "nodeType": "YulExpressionStatement", - "src": "10163:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10136:7:44", - "nodeType": "YulIdentifier", - "src": "10136:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10145:9:44", - "nodeType": "YulIdentifier", - "src": "10145:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10132:3:44", - "nodeType": "YulIdentifier", - "src": "10132:3:44" - }, - "nativeSrc": "10132:23:44", - "nodeType": "YulFunctionCall", - "src": "10132:23:44" - }, - { - "kind": "number", - "nativeSrc": "10157:2:44", - "nodeType": "YulLiteral", - "src": "10157:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10128:3:44", - "nodeType": "YulIdentifier", - "src": "10128:3:44" - }, - "nativeSrc": "10128:32:44", - "nodeType": "YulFunctionCall", - "src": "10128:32:44" - }, - "nativeSrc": "10125:52:44", - "nodeType": "YulIf", - "src": "10125:52:44" - }, - { - "nativeSrc": "10186:36:44", - "nodeType": "YulVariableDeclaration", - "src": "10186:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10212:9:44", - "nodeType": "YulIdentifier", - "src": "10212:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10199:12:44", - "nodeType": "YulIdentifier", - "src": "10199:12:44" - }, - "nativeSrc": "10199:23:44", - "nodeType": "YulFunctionCall", - "src": "10199:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10190:5:44", - "nodeType": "YulTypedName", - "src": "10190:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10256:5:44", - "nodeType": "YulIdentifier", - "src": "10256:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10231:24:44", - "nodeType": "YulIdentifier", - "src": "10231:24:44" - }, - "nativeSrc": "10231:31:44", - "nodeType": "YulFunctionCall", - "src": "10231:31:44" - }, - "nativeSrc": "10231:31:44", - "nodeType": "YulExpressionStatement", - "src": "10231:31:44" - }, - { - "nativeSrc": "10271:15:44", - "nodeType": "YulAssignment", - "src": "10271:15:44", - "value": { - "name": "value", - "nativeSrc": "10281:5:44", - "nodeType": "YulIdentifier", - "src": "10281:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10271:6:44", - "nodeType": "YulIdentifier", - "src": "10271:6:44" - } - ] - }, - { - "nativeSrc": "10295:47:44", - "nodeType": "YulVariableDeclaration", - "src": "10295:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10327:9:44", - "nodeType": "YulIdentifier", - "src": "10327:9:44" - }, - { - "kind": "number", - "nativeSrc": "10338:2:44", - "nodeType": "YulLiteral", - "src": "10338:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10323:3:44", - "nodeType": "YulIdentifier", - "src": "10323:3:44" - }, - "nativeSrc": "10323:18:44", - "nodeType": "YulFunctionCall", - "src": "10323:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10310:12:44", - "nodeType": "YulIdentifier", - "src": "10310:12:44" - }, - "nativeSrc": "10310:32:44", - "nodeType": "YulFunctionCall", - "src": "10310:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10299:7:44", - "nodeType": "YulTypedName", - "src": "10299:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "10376:7:44", - "nodeType": "YulIdentifier", - "src": "10376:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10351:24:44", - "nodeType": "YulIdentifier", - "src": "10351:24:44" - }, - "nativeSrc": "10351:33:44", - "nodeType": "YulFunctionCall", - "src": "10351:33:44" - }, - "nativeSrc": "10351:33:44", - "nodeType": "YulExpressionStatement", - "src": "10351:33:44" - }, - { - "nativeSrc": "10393:17:44", - "nodeType": "YulAssignment", - "src": "10393:17:44", - "value": { - "name": "value_1", - "nativeSrc": "10403:7:44", - "nodeType": "YulIdentifier", - "src": "10403:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10393:6:44", - "nodeType": "YulIdentifier", - "src": "10393:6:44" - } - ] - }, - { - "nativeSrc": "10419:47:44", - "nodeType": "YulVariableDeclaration", - "src": "10419:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10451:9:44", - "nodeType": "YulIdentifier", - "src": "10451:9:44" - }, - { - "kind": "number", - "nativeSrc": "10462:2:44", - "nodeType": "YulLiteral", - "src": "10462:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10447:3:44", - "nodeType": "YulIdentifier", - "src": "10447:3:44" - }, - "nativeSrc": "10447:18:44", - "nodeType": "YulFunctionCall", - "src": "10447:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10434:12:44", - "nodeType": "YulIdentifier", - "src": "10434:12:44" - }, - "nativeSrc": "10434:32:44", - "nodeType": "YulFunctionCall", - "src": "10434:32:44" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10423:7:44", - "nodeType": "YulTypedName", - "src": "10423:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "10499:7:44", - "nodeType": "YulIdentifier", - "src": "10499:7:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "10475:23:44", - "nodeType": "YulIdentifier", - "src": "10475:23:44" - }, - "nativeSrc": "10475:32:44", - "nodeType": "YulFunctionCall", - "src": "10475:32:44" - }, - "nativeSrc": "10475:32:44", - "nodeType": "YulExpressionStatement", - "src": "10475:32:44" - }, - { - "nativeSrc": "10516:17:44", - "nodeType": "YulAssignment", - "src": "10516:17:44", - "value": { - "name": "value_2", - "nativeSrc": "10526:7:44", - "nodeType": "YulIdentifier", - "src": "10526:7:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "10516:6:44", - "nodeType": "YulIdentifier", - "src": "10516:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes4", - "nativeSrc": "10012:527:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10065:9:44", - "nodeType": "YulTypedName", - "src": "10065:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10076:7:44", - "nodeType": "YulTypedName", - "src": "10076:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10088:6:44", - "nodeType": "YulTypedName", - "src": "10088:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10096:6:44", - "nodeType": "YulTypedName", - "src": "10096:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "10104:6:44", - "nodeType": "YulTypedName", - "src": "10104:6:44", - "type": "" - } - ], - "src": "10012:527:44" - }, - { - "body": { - "nativeSrc": "10665:152:44", - "nodeType": "YulBlock", - "src": "10665:152:44", - "statements": [ - { - "nativeSrc": "10675:26:44", - "nodeType": "YulAssignment", - "src": "10675:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10687:9:44", - "nodeType": "YulIdentifier", - "src": "10687:9:44" - }, - { - "kind": "number", - "nativeSrc": "10698:2:44", - "nodeType": "YulLiteral", - "src": "10698:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10683:3:44", - "nodeType": "YulIdentifier", - "src": "10683:3:44" - }, - "nativeSrc": "10683:18:44", - "nodeType": "YulFunctionCall", - "src": "10683:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10675:4:44", - "nodeType": "YulIdentifier", - "src": "10675:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10717:9:44", - "nodeType": "YulIdentifier", - "src": "10717:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10742:6:44", - "nodeType": "YulIdentifier", - "src": "10742:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10735:6:44", - "nodeType": "YulIdentifier", - "src": "10735:6:44" - }, - "nativeSrc": "10735:14:44", - "nodeType": "YulFunctionCall", - "src": "10735:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10728:6:44", - "nodeType": "YulIdentifier", - "src": "10728:6:44" - }, - "nativeSrc": "10728:22:44", - "nodeType": "YulFunctionCall", - "src": "10728:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10710:6:44", - "nodeType": "YulIdentifier", - "src": "10710:6:44" - }, - "nativeSrc": "10710:41:44", - "nodeType": "YulFunctionCall", - "src": "10710:41:44" - }, - "nativeSrc": "10710:41:44", - "nodeType": "YulExpressionStatement", - "src": "10710:41:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10771:9:44", - "nodeType": "YulIdentifier", - "src": "10771:9:44" - }, - { - "kind": "number", - "nativeSrc": "10782:2:44", - "nodeType": "YulLiteral", - "src": "10782:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10767:3:44", - "nodeType": "YulIdentifier", - "src": "10767:3:44" - }, - "nativeSrc": "10767:18:44", - "nodeType": "YulFunctionCall", - "src": "10767:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10791:6:44", - "nodeType": "YulIdentifier", - "src": "10791:6:44" - }, - { - "kind": "number", - "nativeSrc": "10799:10:44", - "nodeType": "YulLiteral", - "src": "10799:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10787:3:44", - "nodeType": "YulIdentifier", - "src": "10787:3:44" - }, - "nativeSrc": "10787:23:44", - "nodeType": "YulFunctionCall", - "src": "10787:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10760:6:44", - "nodeType": "YulIdentifier", - "src": "10760:6:44" - }, - "nativeSrc": "10760:51:44", - "nodeType": "YulFunctionCall", - "src": "10760:51:44" - }, - "nativeSrc": "10760:51:44", - "nodeType": "YulExpressionStatement", - "src": "10760:51:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", - "nativeSrc": "10544:273:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10626:9:44", - "nodeType": "YulTypedName", - "src": "10626:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10637:6:44", - "nodeType": "YulTypedName", - "src": "10637:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10645:6:44", - "nodeType": "YulTypedName", - "src": "10645:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10656:4:44", - "nodeType": "YulTypedName", - "src": "10656:4:44", - "type": "" - } - ], - "src": "10544:273:44" - }, - { - "body": { - "nativeSrc": "10908:233:44", - "nodeType": "YulBlock", - "src": "10908:233:44", - "statements": [ - { - "body": { - "nativeSrc": "10954:16:44", - "nodeType": "YulBlock", - "src": "10954:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10963:1:44", - "nodeType": "YulLiteral", - "src": "10963:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10966:1:44", - "nodeType": "YulLiteral", - "src": "10966:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10956:6:44", - "nodeType": "YulIdentifier", - "src": "10956:6:44" - }, - "nativeSrc": "10956:12:44", - "nodeType": "YulFunctionCall", - "src": "10956:12:44" - }, - "nativeSrc": "10956:12:44", - "nodeType": "YulExpressionStatement", - "src": "10956:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10929:7:44", - "nodeType": "YulIdentifier", - "src": "10929:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10938:9:44", - "nodeType": "YulIdentifier", - "src": "10938:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10925:3:44", - "nodeType": "YulIdentifier", - "src": "10925:3:44" - }, - "nativeSrc": "10925:23:44", - "nodeType": "YulFunctionCall", - "src": "10925:23:44" - }, - { - "kind": "number", - "nativeSrc": "10950:2:44", - "nodeType": "YulLiteral", - "src": "10950:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10921:3:44", - "nodeType": "YulIdentifier", - "src": "10921:3:44" - }, - "nativeSrc": "10921:32:44", - "nodeType": "YulFunctionCall", - "src": "10921:32:44" - }, - "nativeSrc": "10918:52:44", - "nodeType": "YulIf", - "src": "10918:52:44" - }, - { - "nativeSrc": "10979:36:44", - "nodeType": "YulVariableDeclaration", - "src": "10979:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11005:9:44", - "nodeType": "YulIdentifier", - "src": "11005:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10992:12:44", - "nodeType": "YulIdentifier", - "src": "10992:12:44" - }, - "nativeSrc": "10992:23:44", - "nodeType": "YulFunctionCall", - "src": "10992:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10983:5:44", - "nodeType": "YulTypedName", - "src": "10983:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11049:5:44", - "nodeType": "YulIdentifier", - "src": "11049:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11024:24:44", - "nodeType": "YulIdentifier", - "src": "11024:24:44" - }, - "nativeSrc": "11024:31:44", - "nodeType": "YulFunctionCall", - "src": "11024:31:44" - }, - "nativeSrc": "11024:31:44", - "nodeType": "YulExpressionStatement", - "src": "11024:31:44" - }, - { - "nativeSrc": "11064:15:44", - "nodeType": "YulAssignment", - "src": "11064:15:44", - "value": { - "name": "value", - "nativeSrc": "11074:5:44", - "nodeType": "YulIdentifier", - "src": "11074:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11064:6:44", - "nodeType": "YulIdentifier", - "src": "11064:6:44" - } - ] - }, - { - "nativeSrc": "11088:47:44", - "nodeType": "YulAssignment", - "src": "11088:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11120:9:44", - "nodeType": "YulIdentifier", - "src": "11120:9:44" - }, - { - "kind": "number", - "nativeSrc": "11131:2:44", - "nodeType": "YulLiteral", - "src": "11131:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11116:3:44", - "nodeType": "YulIdentifier", - "src": "11116:3:44" - }, - "nativeSrc": "11116:18:44", - "nodeType": "YulFunctionCall", - "src": "11116:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "11098:17:44", - "nodeType": "YulIdentifier", - "src": "11098:17:44" - }, - "nativeSrc": "11098:37:44", - "nodeType": "YulFunctionCall", - "src": "11098:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11088:6:44", - "nodeType": "YulIdentifier", - "src": "11088:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_uint32", - "nativeSrc": "10822:319:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10866:9:44", - "nodeType": "YulTypedName", - "src": "10866:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10877:7:44", - "nodeType": "YulTypedName", - "src": "10877:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10889:6:44", - "nodeType": "YulTypedName", - "src": "10889:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10897:6:44", - "nodeType": "YulTypedName", - "src": "10897:6:44", - "type": "" - } - ], - "src": "10822:319:44" - }, - { - "body": { - "nativeSrc": "11268:598:44", - "nodeType": "YulBlock", - "src": "11268:598:44", - "statements": [ - { - "body": { - "nativeSrc": "11314:16:44", - "nodeType": "YulBlock", - "src": "11314:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11323:1:44", - "nodeType": "YulLiteral", - "src": "11323:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11326:1:44", - "nodeType": "YulLiteral", - "src": "11326:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11316:6:44", - "nodeType": "YulIdentifier", - "src": "11316:6:44" - }, - "nativeSrc": "11316:12:44", - "nodeType": "YulFunctionCall", - "src": "11316:12:44" - }, - "nativeSrc": "11316:12:44", - "nodeType": "YulExpressionStatement", - "src": "11316:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11289:7:44", - "nodeType": "YulIdentifier", - "src": "11289:7:44" - }, - { - "name": "headStart", - "nativeSrc": "11298:9:44", - "nodeType": "YulIdentifier", - "src": "11298:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11285:3:44", - "nodeType": "YulIdentifier", - "src": "11285:3:44" - }, - "nativeSrc": "11285:23:44", - "nodeType": "YulFunctionCall", - "src": "11285:23:44" - }, - { - "kind": "number", - "nativeSrc": "11310:2:44", - "nodeType": "YulLiteral", - "src": "11310:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11281:3:44", - "nodeType": "YulIdentifier", - "src": "11281:3:44" - }, - "nativeSrc": "11281:32:44", - "nodeType": "YulFunctionCall", - "src": "11281:32:44" - }, - "nativeSrc": "11278:52:44", - "nodeType": "YulIf", - "src": "11278:52:44" - }, - { - "nativeSrc": "11339:36:44", - "nodeType": "YulVariableDeclaration", - "src": "11339:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11365:9:44", - "nodeType": "YulIdentifier", - "src": "11365:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11352:12:44", - "nodeType": "YulIdentifier", - "src": "11352:12:44" - }, - "nativeSrc": "11352:23:44", - "nodeType": "YulFunctionCall", - "src": "11352:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "11343:5:44", - "nodeType": "YulTypedName", - "src": "11343:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11409:5:44", - "nodeType": "YulIdentifier", - "src": "11409:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11384:24:44", - "nodeType": "YulIdentifier", - "src": "11384:24:44" - }, - "nativeSrc": "11384:31:44", - "nodeType": "YulFunctionCall", - "src": "11384:31:44" - }, - "nativeSrc": "11384:31:44", - "nodeType": "YulExpressionStatement", - "src": "11384:31:44" - }, - { - "nativeSrc": "11424:15:44", - "nodeType": "YulAssignment", - "src": "11424:15:44", - "value": { - "name": "value", - "nativeSrc": "11434:5:44", - "nodeType": "YulIdentifier", - "src": "11434:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11424:6:44", - "nodeType": "YulIdentifier", - "src": "11424:6:44" - } - ] - }, - { - "nativeSrc": "11448:46:44", - "nodeType": "YulVariableDeclaration", - "src": "11448:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11479:9:44", - "nodeType": "YulIdentifier", - "src": "11479:9:44" - }, - { - "kind": "number", - "nativeSrc": "11490:2:44", - "nodeType": "YulLiteral", - "src": "11490:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11475:3:44", - "nodeType": "YulIdentifier", - "src": "11475:3:44" - }, - "nativeSrc": "11475:18:44", - "nodeType": "YulFunctionCall", - "src": "11475:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11462:12:44", - "nodeType": "YulIdentifier", - "src": "11462:12:44" - }, - "nativeSrc": "11462:32:44", - "nodeType": "YulFunctionCall", - "src": "11462:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "11452:6:44", - "nodeType": "YulTypedName", - "src": "11452:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11537:16:44", - "nodeType": "YulBlock", - "src": "11537:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11546:1:44", - "nodeType": "YulLiteral", - "src": "11546:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11549:1:44", - "nodeType": "YulLiteral", - "src": "11549:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11539:6:44", - "nodeType": "YulIdentifier", - "src": "11539:6:44" - }, - "nativeSrc": "11539:12:44", - "nodeType": "YulFunctionCall", - "src": "11539:12:44" - }, - "nativeSrc": "11539:12:44", - "nodeType": "YulExpressionStatement", - "src": "11539:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11509:6:44", - "nodeType": "YulIdentifier", - "src": "11509:6:44" - }, - { - "kind": "number", - "nativeSrc": "11517:18:44", - "nodeType": "YulLiteral", - "src": "11517:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11506:2:44", - "nodeType": "YulIdentifier", - "src": "11506:2:44" - }, - "nativeSrc": "11506:30:44", - "nodeType": "YulFunctionCall", - "src": "11506:30:44" - }, - "nativeSrc": "11503:50:44", - "nodeType": "YulIf", - "src": "11503:50:44" - }, - { - "nativeSrc": "11562:84:44", - "nodeType": "YulVariableDeclaration", - "src": "11562:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11618:9:44", - "nodeType": "YulIdentifier", - "src": "11618:9:44" - }, - { - "name": "offset", - "nativeSrc": "11629:6:44", - "nodeType": "YulIdentifier", - "src": "11629:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11614:3:44", - "nodeType": "YulIdentifier", - "src": "11614:3:44" - }, - "nativeSrc": "11614:22:44", - "nodeType": "YulFunctionCall", - "src": "11614:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "11638:7:44", - "nodeType": "YulIdentifier", - "src": "11638:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "11588:25:44", - "nodeType": "YulIdentifier", - "src": "11588:25:44" - }, - "nativeSrc": "11588:58:44", - "nodeType": "YulFunctionCall", - "src": "11588:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "11566:8:44", - "nodeType": "YulTypedName", - "src": "11566:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "11576:8:44", - "nodeType": "YulTypedName", - "src": "11576:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "11655:18:44", - "nodeType": "YulAssignment", - "src": "11655:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "11665:8:44", - "nodeType": "YulIdentifier", - "src": "11665:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11655:6:44", - "nodeType": "YulIdentifier", - "src": "11655:6:44" - } - ] - }, - { - "nativeSrc": "11682:18:44", - "nodeType": "YulAssignment", - "src": "11682:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "11692:8:44", - "nodeType": "YulIdentifier", - "src": "11692:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "11682:6:44", - "nodeType": "YulIdentifier", - "src": "11682:6:44" - } - ] - }, - { - "nativeSrc": "11709:47:44", - "nodeType": "YulVariableDeclaration", - "src": "11709:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11741:9:44", - "nodeType": "YulIdentifier", - "src": "11741:9:44" - }, - { - "kind": "number", - "nativeSrc": "11752:2:44", - "nodeType": "YulLiteral", - "src": "11752:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11737:3:44", - "nodeType": "YulIdentifier", - "src": "11737:3:44" - }, - "nativeSrc": "11737:18:44", - "nodeType": "YulFunctionCall", - "src": "11737:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11724:12:44", - "nodeType": "YulIdentifier", - "src": "11724:12:44" - }, - "nativeSrc": "11724:32:44", - "nodeType": "YulFunctionCall", - "src": "11724:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "11713:7:44", - "nodeType": "YulTypedName", - "src": "11713:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11818:16:44", - "nodeType": "YulBlock", - "src": "11818:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11827:1:44", - "nodeType": "YulLiteral", - "src": "11827:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11830:1:44", - "nodeType": "YulLiteral", - "src": "11830:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11820:6:44", - "nodeType": "YulIdentifier", - "src": "11820:6:44" - }, - "nativeSrc": "11820:12:44", - "nodeType": "YulFunctionCall", - "src": "11820:12:44" - }, - "nativeSrc": "11820:12:44", - "nodeType": "YulExpressionStatement", - "src": "11820:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11778:7:44", - "nodeType": "YulIdentifier", - "src": "11778:7:44" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11791:7:44", - "nodeType": "YulIdentifier", - "src": "11791:7:44" - }, - { - "kind": "number", - "nativeSrc": "11800:14:44", - "nodeType": "YulLiteral", - "src": "11800:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "11787:3:44", - "nodeType": "YulIdentifier", - "src": "11787:3:44" - }, - "nativeSrc": "11787:28:44", - "nodeType": "YulFunctionCall", - "src": "11787:28:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "11775:2:44", - "nodeType": "YulIdentifier", - "src": "11775:2:44" - }, - "nativeSrc": "11775:41:44", - "nodeType": "YulFunctionCall", - "src": "11775:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "11768:6:44", - "nodeType": "YulIdentifier", - "src": "11768:6:44" - }, - "nativeSrc": "11768:49:44", - "nodeType": "YulFunctionCall", - "src": "11768:49:44" - }, - "nativeSrc": "11765:69:44", - "nodeType": "YulIf", - "src": "11765:69:44" - }, - { - "nativeSrc": "11843:17:44", - "nodeType": "YulAssignment", - "src": "11843:17:44", - "value": { - "name": "value_1", - "nativeSrc": "11853:7:44", - "nodeType": "YulIdentifier", - "src": "11853:7:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "11843:6:44", - "nodeType": "YulIdentifier", - "src": "11843:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", - "nativeSrc": "11146:720:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11210:9:44", - "nodeType": "YulTypedName", - "src": "11210:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "11221:7:44", - "nodeType": "YulTypedName", - "src": "11221:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "11233:6:44", - "nodeType": "YulTypedName", - "src": "11233:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11241:6:44", - "nodeType": "YulTypedName", - "src": "11241:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "11249:6:44", - "nodeType": "YulTypedName", - "src": "11249:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "11257:6:44", - "nodeType": "YulTypedName", - "src": "11257:6:44", - "type": "" - } - ], - "src": "11146:720:44" - }, - { - "body": { - "nativeSrc": "11998:136:44", - "nodeType": "YulBlock", - "src": "11998:136:44", - "statements": [ - { - "nativeSrc": "12008:26:44", - "nodeType": "YulAssignment", - "src": "12008:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12020:9:44", - "nodeType": "YulIdentifier", - "src": "12020:9:44" - }, - { - "kind": "number", - "nativeSrc": "12031:2:44", - "nodeType": "YulLiteral", - "src": "12031:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12016:3:44", - "nodeType": "YulIdentifier", - "src": "12016:3:44" - }, - "nativeSrc": "12016:18:44", - "nodeType": "YulFunctionCall", - "src": "12016:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12008:4:44", - "nodeType": "YulIdentifier", - "src": "12008:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12050:9:44", - "nodeType": "YulIdentifier", - "src": "12050:9:44" - }, - { - "name": "value0", - "nativeSrc": "12061:6:44", - "nodeType": "YulIdentifier", - "src": "12061:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12043:6:44", - "nodeType": "YulIdentifier", - "src": "12043:6:44" - }, - "nativeSrc": "12043:25:44", - "nodeType": "YulFunctionCall", - "src": "12043:25:44" - }, - "nativeSrc": "12043:25:44", - "nodeType": "YulExpressionStatement", - "src": "12043:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12088:9:44", - "nodeType": "YulIdentifier", - "src": "12088:9:44" - }, - { - "kind": "number", - "nativeSrc": "12099:2:44", - "nodeType": "YulLiteral", - "src": "12099:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12084:3:44", - "nodeType": "YulIdentifier", - "src": "12084:3:44" - }, - "nativeSrc": "12084:18:44", - "nodeType": "YulFunctionCall", - "src": "12084:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "12108:6:44", - "nodeType": "YulIdentifier", - "src": "12108:6:44" - }, - { - "kind": "number", - "nativeSrc": "12116:10:44", - "nodeType": "YulLiteral", - "src": "12116:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12104:3:44", - "nodeType": "YulIdentifier", - "src": "12104:3:44" - }, - "nativeSrc": "12104:23:44", - "nodeType": "YulFunctionCall", - "src": "12104:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12077:6:44", - "nodeType": "YulIdentifier", - "src": "12077:6:44" - }, - "nativeSrc": "12077:51:44", - "nodeType": "YulFunctionCall", - "src": "12077:51:44" - }, - "nativeSrc": "12077:51:44", - "nodeType": "YulExpressionStatement", - "src": "12077:51:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", - "nativeSrc": "11871:263:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11959:9:44", - "nodeType": "YulTypedName", - "src": "11959:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11970:6:44", - "nodeType": "YulTypedName", - "src": "11970:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "11978:6:44", - "nodeType": "YulTypedName", - "src": "11978:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "11989:4:44", - "nodeType": "YulTypedName", - "src": "11989:4:44", - "type": "" - } - ], - "src": "11871:263:44" - }, - { - "body": { - "nativeSrc": "12171:152:44", - "nodeType": "YulBlock", - "src": "12171:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12188:1:44", - "nodeType": "YulLiteral", - "src": "12188:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12191:77:44", - "nodeType": "YulLiteral", - "src": "12191:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12181:6:44", - "nodeType": "YulIdentifier", - "src": "12181:6:44" - }, - "nativeSrc": "12181:88:44", - "nodeType": "YulFunctionCall", - "src": "12181:88:44" - }, - "nativeSrc": "12181:88:44", - "nodeType": "YulExpressionStatement", - "src": "12181:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12285:1:44", - "nodeType": "YulLiteral", - "src": "12285:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "12288:4:44", - "nodeType": "YulLiteral", - "src": "12288:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12278:6:44", - "nodeType": "YulIdentifier", - "src": "12278:6:44" - }, - "nativeSrc": "12278:15:44", - "nodeType": "YulFunctionCall", - "src": "12278:15:44" - }, - "nativeSrc": "12278:15:44", - "nodeType": "YulExpressionStatement", - "src": "12278:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12309:1:44", - "nodeType": "YulLiteral", - "src": "12309:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12312:4:44", - "nodeType": "YulLiteral", - "src": "12312:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12302:6:44", - "nodeType": "YulIdentifier", - "src": "12302:6:44" - }, - "nativeSrc": "12302:15:44", - "nodeType": "YulFunctionCall", - "src": "12302:15:44" - }, - "nativeSrc": "12302:15:44", - "nodeType": "YulExpressionStatement", - "src": "12302:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "12139:184:44", - "nodeType": "YulFunctionDefinition", - "src": "12139:184:44" - }, - { - "body": { - "nativeSrc": "12397:176:44", - "nodeType": "YulBlock", - "src": "12397:176:44", - "statements": [ - { - "body": { - "nativeSrc": "12443:16:44", - "nodeType": "YulBlock", - "src": "12443:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12452:1:44", - "nodeType": "YulLiteral", - "src": "12452:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12455:1:44", - "nodeType": "YulLiteral", - "src": "12455:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12445:6:44", - "nodeType": "YulIdentifier", - "src": "12445:6:44" - }, - "nativeSrc": "12445:12:44", - "nodeType": "YulFunctionCall", - "src": "12445:12:44" - }, - "nativeSrc": "12445:12:44", - "nodeType": "YulExpressionStatement", - "src": "12445:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "12418:7:44", - "nodeType": "YulIdentifier", - "src": "12418:7:44" - }, - { - "name": "headStart", - "nativeSrc": "12427:9:44", - "nodeType": "YulIdentifier", - "src": "12427:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12414:3:44", - "nodeType": "YulIdentifier", - "src": "12414:3:44" - }, - "nativeSrc": "12414:23:44", - "nodeType": "YulFunctionCall", - "src": "12414:23:44" - }, - { - "kind": "number", - "nativeSrc": "12439:2:44", - "nodeType": "YulLiteral", - "src": "12439:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "12410:3:44", - "nodeType": "YulIdentifier", - "src": "12410:3:44" - }, - "nativeSrc": "12410:32:44", - "nodeType": "YulFunctionCall", - "src": "12410:32:44" - }, - "nativeSrc": "12407:52:44", - "nodeType": "YulIf", - "src": "12407:52:44" - }, - { - "nativeSrc": "12468:36:44", - "nodeType": "YulVariableDeclaration", - "src": "12468:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12494:9:44", - "nodeType": "YulIdentifier", - "src": "12494:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "12481:12:44", - "nodeType": "YulIdentifier", - "src": "12481:12:44" - }, - "nativeSrc": "12481:23:44", - "nodeType": "YulFunctionCall", - "src": "12481:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "12472:5:44", - "nodeType": "YulTypedName", - "src": "12472:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "12537:5:44", - "nodeType": "YulIdentifier", - "src": "12537:5:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "12513:23:44", - "nodeType": "YulIdentifier", - "src": "12513:23:44" - }, - "nativeSrc": "12513:30:44", - "nodeType": "YulFunctionCall", - "src": "12513:30:44" - }, - "nativeSrc": "12513:30:44", - "nodeType": "YulExpressionStatement", - "src": "12513:30:44" - }, - { - "nativeSrc": "12552:15:44", - "nodeType": "YulAssignment", - "src": "12552:15:44", - "value": { - "name": "value", - "nativeSrc": "12562:5:44", - "nodeType": "YulIdentifier", - "src": "12562:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "12552:6:44", - "nodeType": "YulIdentifier", - "src": "12552:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4", - "nativeSrc": "12328:245:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12363:9:44", - "nodeType": "YulTypedName", - "src": "12363:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "12374:7:44", - "nodeType": "YulTypedName", - "src": "12374:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "12386:6:44", - "nodeType": "YulTypedName", - "src": "12386:6:44", - "type": "" - } - ], - "src": "12328:245:44" - }, - { - "body": { - "nativeSrc": "12679:125:44", - "nodeType": "YulBlock", - "src": "12679:125:44", - "statements": [ - { - "nativeSrc": "12689:26:44", - "nodeType": "YulAssignment", - "src": "12689:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12701:9:44", - "nodeType": "YulIdentifier", - "src": "12701:9:44" - }, - { - "kind": "number", - "nativeSrc": "12712:2:44", - "nodeType": "YulLiteral", - "src": "12712:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12697:3:44", - "nodeType": "YulIdentifier", - "src": "12697:3:44" - }, - "nativeSrc": "12697:18:44", - "nodeType": "YulFunctionCall", - "src": "12697:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12689:4:44", - "nodeType": "YulIdentifier", - "src": "12689:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12731:9:44", - "nodeType": "YulIdentifier", - "src": "12731:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12746:6:44", - "nodeType": "YulIdentifier", - "src": "12746:6:44" - }, - { - "kind": "number", - "nativeSrc": "12754:42:44", - "nodeType": "YulLiteral", - "src": "12754:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12742:3:44", - "nodeType": "YulIdentifier", - "src": "12742:3:44" - }, - "nativeSrc": "12742:55:44", - "nodeType": "YulFunctionCall", - "src": "12742:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12724:6:44", - "nodeType": "YulIdentifier", - "src": "12724:6:44" - }, - "nativeSrc": "12724:74:44", - "nodeType": "YulFunctionCall", - "src": "12724:74:44" - }, - "nativeSrc": "12724:74:44", - "nodeType": "YulExpressionStatement", - "src": "12724:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "12578:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12648:9:44", - "nodeType": "YulTypedName", - "src": "12648:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12659:6:44", - "nodeType": "YulTypedName", - "src": "12659:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12670:4:44", - "nodeType": "YulTypedName", - "src": "12670:4:44", - "type": "" - } - ], - "src": "12578:226:44" - }, - { - "body": { - "nativeSrc": "12964:333:44", - "nodeType": "YulBlock", - "src": "12964:333:44", - "statements": [ - { - "nativeSrc": "12974:26:44", - "nodeType": "YulAssignment", - "src": "12974:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12986:9:44", - "nodeType": "YulIdentifier", - "src": "12986:9:44" - }, - { - "kind": "number", - "nativeSrc": "12997:2:44", - "nodeType": "YulLiteral", - "src": "12997:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12982:3:44", - "nodeType": "YulIdentifier", - "src": "12982:3:44" - }, - "nativeSrc": "12982:18:44", - "nodeType": "YulFunctionCall", - "src": "12982:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12974:4:44", - "nodeType": "YulIdentifier", - "src": "12974:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13016:9:44", - "nodeType": "YulIdentifier", - "src": "13016:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13031:6:44", - "nodeType": "YulIdentifier", - "src": "13031:6:44" - }, - { - "kind": "number", - "nativeSrc": "13039:42:44", - "nodeType": "YulLiteral", - "src": "13039:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13027:3:44", - "nodeType": "YulIdentifier", - "src": "13027:3:44" - }, - "nativeSrc": "13027:55:44", - "nodeType": "YulFunctionCall", - "src": "13027:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13009:6:44", - "nodeType": "YulIdentifier", - "src": "13009:6:44" - }, - "nativeSrc": "13009:74:44", - "nodeType": "YulFunctionCall", - "src": "13009:74:44" - }, - "nativeSrc": "13009:74:44", - "nodeType": "YulExpressionStatement", - "src": "13009:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13103:9:44", - "nodeType": "YulIdentifier", - "src": "13103:9:44" - }, - { - "kind": "number", - "nativeSrc": "13114:2:44", - "nodeType": "YulLiteral", - "src": "13114:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13099:3:44", - "nodeType": "YulIdentifier", - "src": "13099:3:44" - }, - "nativeSrc": "13099:18:44", - "nodeType": "YulFunctionCall", - "src": "13099:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "13123:6:44", - "nodeType": "YulIdentifier", - "src": "13123:6:44" - }, - { - "kind": "number", - "nativeSrc": "13131:42:44", - "nodeType": "YulLiteral", - "src": "13131:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13119:3:44", - "nodeType": "YulIdentifier", - "src": "13119:3:44" - }, - "nativeSrc": "13119:55:44", - "nodeType": "YulFunctionCall", - "src": "13119:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13092:6:44", - "nodeType": "YulIdentifier", - "src": "13092:6:44" - }, - "nativeSrc": "13092:83:44", - "nodeType": "YulFunctionCall", - "src": "13092:83:44" - }, - "nativeSrc": "13092:83:44", - "nodeType": "YulExpressionStatement", - "src": "13092:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13195:9:44", - "nodeType": "YulIdentifier", - "src": "13195:9:44" - }, - { - "kind": "number", - "nativeSrc": "13206:2:44", - "nodeType": "YulLiteral", - "src": "13206:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13191:3:44", - "nodeType": "YulIdentifier", - "src": "13191:3:44" - }, - "nativeSrc": "13191:18:44", - "nodeType": "YulFunctionCall", - "src": "13191:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "13215:6:44", - "nodeType": "YulIdentifier", - "src": "13215:6:44" - }, - { - "kind": "number", - "nativeSrc": "13223:66:44", - "nodeType": "YulLiteral", - "src": "13223:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13211:3:44", - "nodeType": "YulIdentifier", - "src": "13211:3:44" - }, - "nativeSrc": "13211:79:44", - "nodeType": "YulFunctionCall", - "src": "13211:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13184:6:44", - "nodeType": "YulIdentifier", - "src": "13184:6:44" - }, - "nativeSrc": "13184:107:44", - "nodeType": "YulFunctionCall", - "src": "13184:107:44" - }, - "nativeSrc": "13184:107:44", - "nodeType": "YulExpressionStatement", - "src": "13184:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "12809:488:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12917:9:44", - "nodeType": "YulTypedName", - "src": "12917:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "12928:6:44", - "nodeType": "YulTypedName", - "src": "12928:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "12936:6:44", - "nodeType": "YulTypedName", - "src": "12936:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12944:6:44", - "nodeType": "YulTypedName", - "src": "12944:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12955:4:44", - "nodeType": "YulTypedName", - "src": "12955:4:44", - "type": "" - } - ], - "src": "12809:488:44" - }, - { - "body": { - "nativeSrc": "13369:200:44", - "nodeType": "YulBlock", - "src": "13369:200:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13386:3:44", - "nodeType": "YulIdentifier", - "src": "13386:3:44" - }, - { - "name": "length", - "nativeSrc": "13391:6:44", - "nodeType": "YulIdentifier", - "src": "13391:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13379:6:44", - "nodeType": "YulIdentifier", - "src": "13379:6:44" - }, - "nativeSrc": "13379:19:44", - "nodeType": "YulFunctionCall", - "src": "13379:19:44" - }, - "nativeSrc": "13379:19:44", - "nodeType": "YulExpressionStatement", - "src": "13379:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13424:3:44", - "nodeType": "YulIdentifier", - "src": "13424:3:44" - }, - { - "kind": "number", - "nativeSrc": "13429:4:44", - "nodeType": "YulLiteral", - "src": "13429:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13420:3:44", - "nodeType": "YulIdentifier", - "src": "13420:3:44" - }, - "nativeSrc": "13420:14:44", - "nodeType": "YulFunctionCall", - "src": "13420:14:44" - }, - { - "name": "start", - "nativeSrc": "13436:5:44", - "nodeType": "YulIdentifier", - "src": "13436:5:44" - }, - { - "name": "length", - "nativeSrc": "13443:6:44", - "nodeType": "YulIdentifier", - "src": "13443:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "13407:12:44", - "nodeType": "YulIdentifier", - "src": "13407:12:44" - }, - "nativeSrc": "13407:43:44", - "nodeType": "YulFunctionCall", - "src": "13407:43:44" - }, - "nativeSrc": "13407:43:44", - "nodeType": "YulExpressionStatement", - "src": "13407:43:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13474:3:44", - "nodeType": "YulIdentifier", - "src": "13474:3:44" - }, - { - "name": "length", - "nativeSrc": "13479:6:44", - "nodeType": "YulIdentifier", - "src": "13479:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13470:3:44", - "nodeType": "YulIdentifier", - "src": "13470:3:44" - }, - "nativeSrc": "13470:16:44", - "nodeType": "YulFunctionCall", - "src": "13470:16:44" - }, - { - "kind": "number", - "nativeSrc": "13488:4:44", - "nodeType": "YulLiteral", - "src": "13488:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13466:3:44", - "nodeType": "YulIdentifier", - "src": "13466:3:44" - }, - "nativeSrc": "13466:27:44", - "nodeType": "YulFunctionCall", - "src": "13466:27:44" - }, - { - "kind": "number", - "nativeSrc": "13495:1:44", - "nodeType": "YulLiteral", - "src": "13495:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13459:6:44", - "nodeType": "YulIdentifier", - "src": "13459:6:44" - }, - "nativeSrc": "13459:38:44", - "nodeType": "YulFunctionCall", - "src": "13459:38:44" - }, - "nativeSrc": "13459:38:44", - "nodeType": "YulExpressionStatement", - "src": "13459:38:44" - }, - { - "nativeSrc": "13506:57:44", - "nodeType": "YulAssignment", - "src": "13506:57:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13521:3:44", - "nodeType": "YulIdentifier", - "src": "13521:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13534:6:44", - "nodeType": "YulIdentifier", - "src": "13534:6:44" - }, - { - "kind": "number", - "nativeSrc": "13542:2:44", - "nodeType": "YulLiteral", - "src": "13542:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13530:3:44", - "nodeType": "YulIdentifier", - "src": "13530:3:44" - }, - "nativeSrc": "13530:15:44", - "nodeType": "YulFunctionCall", - "src": "13530:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13551:2:44", - "nodeType": "YulLiteral", - "src": "13551:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "13547:3:44", - "nodeType": "YulIdentifier", - "src": "13547:3:44" - }, - "nativeSrc": "13547:7:44", - "nodeType": "YulFunctionCall", - "src": "13547:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13526:3:44", - "nodeType": "YulIdentifier", - "src": "13526:3:44" - }, - "nativeSrc": "13526:29:44", - "nodeType": "YulFunctionCall", - "src": "13526:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13517:3:44", - "nodeType": "YulIdentifier", - "src": "13517:3:44" - }, - "nativeSrc": "13517:39:44", - "nodeType": "YulFunctionCall", - "src": "13517:39:44" - }, - { - "kind": "number", - "nativeSrc": "13558:4:44", - "nodeType": "YulLiteral", - "src": "13558:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13513:3:44", - "nodeType": "YulIdentifier", - "src": "13513:3:44" - }, - "nativeSrc": "13513:50:44", - "nodeType": "YulFunctionCall", - "src": "13513:50:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "13506:3:44", - "nodeType": "YulIdentifier", - "src": "13506:3:44" - } - ] - } - ] - }, - "name": "abi_encode_string_calldata", - "nativeSrc": "13302:267:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "start", - "nativeSrc": "13338:5:44", - "nodeType": "YulTypedName", - "src": "13338:5:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "13345:6:44", - "nodeType": "YulTypedName", - "src": "13345:6:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "13353:3:44", - "nodeType": "YulTypedName", - "src": "13353:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "13361:3:44", - "nodeType": "YulTypedName", - "src": "13361:3:44", - "type": "" - } - ], - "src": "13302:267:44" - }, - { - "body": { - "nativeSrc": "13705:116:44", - "nodeType": "YulBlock", - "src": "13705:116:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13722:9:44", - "nodeType": "YulIdentifier", - "src": "13722:9:44" - }, - { - "kind": "number", - "nativeSrc": "13733:2:44", - "nodeType": "YulLiteral", - "src": "13733:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13715:6:44", - "nodeType": "YulIdentifier", - "src": "13715:6:44" - }, - "nativeSrc": "13715:21:44", - "nodeType": "YulFunctionCall", - "src": "13715:21:44" - }, - "nativeSrc": "13715:21:44", - "nodeType": "YulExpressionStatement", - "src": "13715:21:44" - }, - { - "nativeSrc": "13745:70:44", - "nodeType": "YulAssignment", - "src": "13745:70:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13780:6:44", - "nodeType": "YulIdentifier", - "src": "13780:6:44" - }, - { - "name": "value1", - "nativeSrc": "13788:6:44", - "nodeType": "YulIdentifier", - "src": "13788:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13800:9:44", - "nodeType": "YulIdentifier", - "src": "13800:9:44" - }, - { - "kind": "number", - "nativeSrc": "13811:2:44", - "nodeType": "YulLiteral", - "src": "13811:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13796:3:44", - "nodeType": "YulIdentifier", - "src": "13796:3:44" - }, - "nativeSrc": "13796:18:44", - "nodeType": "YulFunctionCall", - "src": "13796:18:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "13753:26:44", - "nodeType": "YulIdentifier", - "src": "13753:26:44" - }, - "nativeSrc": "13753:62:44", - "nodeType": "YulFunctionCall", - "src": "13753:62:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13745:4:44", - "nodeType": "YulIdentifier", - "src": "13745:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "13574:247:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13666:9:44", - "nodeType": "YulTypedName", - "src": "13666:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "13677:6:44", - "nodeType": "YulTypedName", - "src": "13677:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13685:6:44", - "nodeType": "YulTypedName", - "src": "13685:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13696:4:44", - "nodeType": "YulTypedName", - "src": "13696:4:44", - "type": "" - } - ], - "src": "13574:247:44" - }, - { - "body": { - "nativeSrc": "13906:169:44", - "nodeType": "YulBlock", - "src": "13906:169:44", - "statements": [ - { - "body": { - "nativeSrc": "13952:16:44", - "nodeType": "YulBlock", - "src": "13952:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13961:1:44", - "nodeType": "YulLiteral", - "src": "13961:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13964:1:44", - "nodeType": "YulLiteral", - "src": "13964:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13954:6:44", - "nodeType": "YulIdentifier", - "src": "13954:6:44" - }, - "nativeSrc": "13954:12:44", - "nodeType": "YulFunctionCall", - "src": "13954:12:44" - }, - "nativeSrc": "13954:12:44", - "nodeType": "YulExpressionStatement", - "src": "13954:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "13927:7:44", - "nodeType": "YulIdentifier", - "src": "13927:7:44" - }, - { - "name": "headStart", - "nativeSrc": "13936:9:44", - "nodeType": "YulIdentifier", - "src": "13936:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "13923:3:44", - "nodeType": "YulIdentifier", - "src": "13923:3:44" - }, - "nativeSrc": "13923:23:44", - "nodeType": "YulFunctionCall", - "src": "13923:23:44" - }, - { - "kind": "number", - "nativeSrc": "13948:2:44", - "nodeType": "YulLiteral", - "src": "13948:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "13919:3:44", - "nodeType": "YulIdentifier", - "src": "13919:3:44" - }, - "nativeSrc": "13919:32:44", - "nodeType": "YulFunctionCall", - "src": "13919:32:44" - }, - "nativeSrc": "13916:52:44", - "nodeType": "YulIf", - "src": "13916:52:44" - }, - { - "nativeSrc": "13977:29:44", - "nodeType": "YulVariableDeclaration", - "src": "13977:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13996:9:44", - "nodeType": "YulIdentifier", - "src": "13996:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13990:5:44", - "nodeType": "YulIdentifier", - "src": "13990:5:44" - }, - "nativeSrc": "13990:16:44", - "nodeType": "YulFunctionCall", - "src": "13990:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "13981:5:44", - "nodeType": "YulTypedName", - "src": "13981:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "14039:5:44", - "nodeType": "YulIdentifier", - "src": "14039:5:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "14015:23:44", - "nodeType": "YulIdentifier", - "src": "14015:23:44" - }, - "nativeSrc": "14015:30:44", - "nodeType": "YulFunctionCall", - "src": "14015:30:44" - }, - "nativeSrc": "14015:30:44", - "nodeType": "YulExpressionStatement", - "src": "14015:30:44" - }, - { - "nativeSrc": "14054:15:44", - "nodeType": "YulAssignment", - "src": "14054:15:44", - "value": { - "name": "value", - "nativeSrc": "14064:5:44", - "nodeType": "YulIdentifier", - "src": "14064:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14054:6:44", - "nodeType": "YulIdentifier", - "src": "14054:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4_fromMemory", - "nativeSrc": "13826:249:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13872:9:44", - "nodeType": "YulTypedName", - "src": "13872:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "13883:7:44", - "nodeType": "YulTypedName", - "src": "13883:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "13895:6:44", - "nodeType": "YulTypedName", - "src": "13895:6:44", - "type": "" - } - ], - "src": "13826:249:44" - }, - { - "body": { - "nativeSrc": "14265:300:44", - "nodeType": "YulBlock", - "src": "14265:300:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14282:9:44", - "nodeType": "YulIdentifier", - "src": "14282:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "14297:6:44", - "nodeType": "YulIdentifier", - "src": "14297:6:44" - }, - { - "kind": "number", - "nativeSrc": "14305:42:44", - "nodeType": "YulLiteral", - "src": "14305:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14293:3:44", - "nodeType": "YulIdentifier", - "src": "14293:3:44" - }, - "nativeSrc": "14293:55:44", - "nodeType": "YulFunctionCall", - "src": "14293:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14275:6:44", - "nodeType": "YulIdentifier", - "src": "14275:6:44" - }, - "nativeSrc": "14275:74:44", - "nodeType": "YulFunctionCall", - "src": "14275:74:44" - }, - "nativeSrc": "14275:74:44", - "nodeType": "YulExpressionStatement", - "src": "14275:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14369:9:44", - "nodeType": "YulIdentifier", - "src": "14369:9:44" - }, - { - "kind": "number", - "nativeSrc": "14380:2:44", - "nodeType": "YulLiteral", - "src": "14380:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14365:3:44", - "nodeType": "YulIdentifier", - "src": "14365:3:44" - }, - "nativeSrc": "14365:18:44", - "nodeType": "YulFunctionCall", - "src": "14365:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "14389:6:44", - "nodeType": "YulIdentifier", - "src": "14389:6:44" - }, - { - "kind": "number", - "nativeSrc": "14397:42:44", - "nodeType": "YulLiteral", - "src": "14397:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14385:3:44", - "nodeType": "YulIdentifier", - "src": "14385:3:44" - }, - "nativeSrc": "14385:55:44", - "nodeType": "YulFunctionCall", - "src": "14385:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14358:6:44", - "nodeType": "YulIdentifier", - "src": "14358:6:44" - }, - "nativeSrc": "14358:83:44", - "nodeType": "YulFunctionCall", - "src": "14358:83:44" - }, - "nativeSrc": "14358:83:44", - "nodeType": "YulExpressionStatement", - "src": "14358:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14461:9:44", - "nodeType": "YulIdentifier", - "src": "14461:9:44" - }, - { - "kind": "number", - "nativeSrc": "14472:2:44", - "nodeType": "YulLiteral", - "src": "14472:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14457:3:44", - "nodeType": "YulIdentifier", - "src": "14457:3:44" - }, - "nativeSrc": "14457:18:44", - "nodeType": "YulFunctionCall", - "src": "14457:18:44" - }, - { - "kind": "number", - "nativeSrc": "14477:2:44", - "nodeType": "YulLiteral", - "src": "14477:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14450:6:44", - "nodeType": "YulIdentifier", - "src": "14450:6:44" - }, - "nativeSrc": "14450:30:44", - "nodeType": "YulFunctionCall", - "src": "14450:30:44" - }, - "nativeSrc": "14450:30:44", - "nodeType": "YulExpressionStatement", - "src": "14450:30:44" - }, - { - "nativeSrc": "14489:70:44", - "nodeType": "YulAssignment", - "src": "14489:70:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "14524:6:44", - "nodeType": "YulIdentifier", - "src": "14524:6:44" - }, - { - "name": "value3", - "nativeSrc": "14532:6:44", - "nodeType": "YulIdentifier", - "src": "14532:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14544:9:44", - "nodeType": "YulIdentifier", - "src": "14544:9:44" - }, - { - "kind": "number", - "nativeSrc": "14555:2:44", - "nodeType": "YulLiteral", - "src": "14555:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14540:3:44", - "nodeType": "YulIdentifier", - "src": "14540:3:44" - }, - "nativeSrc": "14540:18:44", - "nodeType": "YulFunctionCall", - "src": "14540:18:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "14497:26:44", - "nodeType": "YulIdentifier", - "src": "14497:26:44" - }, - "nativeSrc": "14497:62:44", - "nodeType": "YulFunctionCall", - "src": "14497:62:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "14489:4:44", - "nodeType": "YulIdentifier", - "src": "14489:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "14080:485:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14210:9:44", - "nodeType": "YulTypedName", - "src": "14210:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "14221:6:44", - "nodeType": "YulTypedName", - "src": "14221:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "14229:6:44", - "nodeType": "YulTypedName", - "src": "14229:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "14237:6:44", - "nodeType": "YulTypedName", - "src": "14237:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "14245:6:44", - "nodeType": "YulTypedName", - "src": "14245:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "14256:4:44", - "nodeType": "YulTypedName", - "src": "14256:4:44", - "type": "" - } - ], - "src": "14080:485:44" - }, - { - "body": { - "nativeSrc": "14602:152:44", - "nodeType": "YulBlock", - "src": "14602:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14619:1:44", - "nodeType": "YulLiteral", - "src": "14619:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14622:77:44", - "nodeType": "YulLiteral", - "src": "14622:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14612:6:44", - "nodeType": "YulIdentifier", - "src": "14612:6:44" - }, - "nativeSrc": "14612:88:44", - "nodeType": "YulFunctionCall", - "src": "14612:88:44" - }, - "nativeSrc": "14612:88:44", - "nodeType": "YulExpressionStatement", - "src": "14612:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14716:1:44", - "nodeType": "YulLiteral", - "src": "14716:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "14719:4:44", - "nodeType": "YulLiteral", - "src": "14719:4:44", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14709:6:44", - "nodeType": "YulIdentifier", - "src": "14709:6:44" - }, - "nativeSrc": "14709:15:44", - "nodeType": "YulFunctionCall", - "src": "14709:15:44" - }, - "nativeSrc": "14709:15:44", - "nodeType": "YulExpressionStatement", - "src": "14709:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14740:1:44", - "nodeType": "YulLiteral", - "src": "14740:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14743:4:44", - "nodeType": "YulLiteral", - "src": "14743:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14733:6:44", - "nodeType": "YulIdentifier", - "src": "14733:6:44" - }, - "nativeSrc": "14733:15:44", - "nodeType": "YulFunctionCall", - "src": "14733:15:44" - }, - "nativeSrc": "14733:15:44", - "nodeType": "YulExpressionStatement", - "src": "14733:15:44" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "14570:184:44", - "nodeType": "YulFunctionDefinition", - "src": "14570:184:44" - }, - { - "body": { - "nativeSrc": "14808:79:44", - "nodeType": "YulBlock", - "src": "14808:79:44", - "statements": [ - { - "nativeSrc": "14818:17:44", - "nodeType": "YulAssignment", - "src": "14818:17:44", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "14830:1:44", - "nodeType": "YulIdentifier", - "src": "14830:1:44" - }, - { - "name": "y", - "nativeSrc": "14833:1:44", - "nodeType": "YulIdentifier", - "src": "14833:1:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14826:3:44", - "nodeType": "YulIdentifier", - "src": "14826:3:44" - }, - "nativeSrc": "14826:9:44", - "nodeType": "YulFunctionCall", - "src": "14826:9:44" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "14818:4:44", - "nodeType": "YulIdentifier", - "src": "14818:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "14859:22:44", - "nodeType": "YulBlock", - "src": "14859:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "14861:16:44", - "nodeType": "YulIdentifier", - "src": "14861:16:44" - }, - "nativeSrc": "14861:18:44", - "nodeType": "YulFunctionCall", - "src": "14861:18:44" - }, - "nativeSrc": "14861:18:44", - "nodeType": "YulExpressionStatement", - "src": "14861:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "14850:4:44", - "nodeType": "YulIdentifier", - "src": "14850:4:44" - }, - { - "name": "x", - "nativeSrc": "14856:1:44", - "nodeType": "YulIdentifier", - "src": "14856:1:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "14847:2:44", - "nodeType": "YulIdentifier", - "src": "14847:2:44" - }, - "nativeSrc": "14847:11:44", - "nodeType": "YulFunctionCall", - "src": "14847:11:44" - }, - "nativeSrc": "14844:37:44", - "nodeType": "YulIf", - "src": "14844:37:44" - } - ] - }, - "name": "checked_sub_t_uint256", - "nativeSrc": "14759:128:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "14790:1:44", - "nodeType": "YulTypedName", - "src": "14790:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "14793:1:44", - "nodeType": "YulTypedName", - "src": "14793:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "14799:4:44", - "nodeType": "YulTypedName", - "src": "14799:4:44", - "type": "" - } - ], - "src": "14759:128:44" - }, - { - "body": { - "nativeSrc": "15022:201:44", - "nodeType": "YulBlock", - "src": "15022:201:44", - "statements": [ - { - "body": { - "nativeSrc": "15060:16:44", - "nodeType": "YulBlock", - "src": "15060:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15069:1:44", - "nodeType": "YulLiteral", - "src": "15069:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15072:1:44", - "nodeType": "YulLiteral", - "src": "15072:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15062:6:44", - "nodeType": "YulIdentifier", - "src": "15062:6:44" - }, - "nativeSrc": "15062:12:44", - "nodeType": "YulFunctionCall", - "src": "15062:12:44" - }, - "nativeSrc": "15062:12:44", - "nodeType": "YulExpressionStatement", - "src": "15062:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "15038:10:44", - "nodeType": "YulIdentifier", - "src": "15038:10:44" - }, - { - "name": "endIndex", - "nativeSrc": "15050:8:44", - "nodeType": "YulIdentifier", - "src": "15050:8:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15035:2:44", - "nodeType": "YulIdentifier", - "src": "15035:2:44" - }, - "nativeSrc": "15035:24:44", - "nodeType": "YulFunctionCall", - "src": "15035:24:44" - }, - "nativeSrc": "15032:44:44", - "nodeType": "YulIf", - "src": "15032:44:44" - }, - { - "body": { - "nativeSrc": "15109:16:44", - "nodeType": "YulBlock", - "src": "15109:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15118:1:44", - "nodeType": "YulLiteral", - "src": "15118:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15121:1:44", - "nodeType": "YulLiteral", - "src": "15121:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15111:6:44", - "nodeType": "YulIdentifier", - "src": "15111:6:44" - }, - "nativeSrc": "15111:12:44", - "nodeType": "YulFunctionCall", - "src": "15111:12:44" - }, - "nativeSrc": "15111:12:44", - "nodeType": "YulExpressionStatement", - "src": "15111:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15091:8:44", - "nodeType": "YulIdentifier", - "src": "15091:8:44" - }, - { - "name": "length", - "nativeSrc": "15101:6:44", - "nodeType": "YulIdentifier", - "src": "15101:6:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15088:2:44", - "nodeType": "YulIdentifier", - "src": "15088:2:44" - }, - "nativeSrc": "15088:20:44", - "nodeType": "YulFunctionCall", - "src": "15088:20:44" - }, - "nativeSrc": "15085:40:44", - "nodeType": "YulIf", - "src": "15085:40:44" - }, - { - "nativeSrc": "15134:36:44", - "nodeType": "YulAssignment", - "src": "15134:36:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15151:6:44", - "nodeType": "YulIdentifier", - "src": "15151:6:44" - }, - { - "name": "startIndex", - "nativeSrc": "15159:10:44", - "nodeType": "YulIdentifier", - "src": "15159:10:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15147:3:44", - "nodeType": "YulIdentifier", - "src": "15147:3:44" - }, - "nativeSrc": "15147:23:44", - "nodeType": "YulFunctionCall", - "src": "15147:23:44" - }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "15134:9:44", - "nodeType": "YulIdentifier", - "src": "15134:9:44" - } - ] - }, - { - "nativeSrc": "15179:38:44", - "nodeType": "YulAssignment", - "src": "15179:38:44", - "value": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15196:8:44", - "nodeType": "YulIdentifier", - "src": "15196:8:44" - }, - { - "name": "startIndex", - "nativeSrc": "15206:10:44", - "nodeType": "YulIdentifier", - "src": "15206:10:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15192:3:44", - "nodeType": "YulIdentifier", - "src": "15192:3:44" - }, - "nativeSrc": "15192:25:44", - "nodeType": "YulFunctionCall", - "src": "15192:25:44" - }, - "variableNames": [ - { - "name": "lengthOut", - "nativeSrc": "15179:9:44", - "nodeType": "YulIdentifier", - "src": "15179:9:44" - } - ] - } - ] - }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "14892:331:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "14956:6:44", - "nodeType": "YulTypedName", - "src": "14956:6:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "14964:6:44", - "nodeType": "YulTypedName", - "src": "14964:6:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "14972:10:44", - "nodeType": "YulTypedName", - "src": "14972:10:44", - "type": "" - }, - { - "name": "endIndex", - "nativeSrc": "14984:8:44", - "nodeType": "YulTypedName", - "src": "14984:8:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "offsetOut", - "nativeSrc": "14997:9:44", - "nodeType": "YulTypedName", - "src": "14997:9:44", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "15008:9:44", - "nodeType": "YulTypedName", - "src": "15008:9:44", - "type": "" - } - ], - "src": "14892:331:44" - }, - { - "body": { - "nativeSrc": "15260:152:44", - "nodeType": "YulBlock", - "src": "15260:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15277:1:44", - "nodeType": "YulLiteral", - "src": "15277:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15280:77:44", - "nodeType": "YulLiteral", - "src": "15280:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15270:6:44", - "nodeType": "YulIdentifier", - "src": "15270:6:44" - }, - "nativeSrc": "15270:88:44", - "nodeType": "YulFunctionCall", - "src": "15270:88:44" - }, - "nativeSrc": "15270:88:44", - "nodeType": "YulExpressionStatement", - "src": "15270:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15374:1:44", - "nodeType": "YulLiteral", - "src": "15374:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "15377:4:44", - "nodeType": "YulLiteral", - "src": "15377:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15367:6:44", - "nodeType": "YulIdentifier", - "src": "15367:6:44" - }, - "nativeSrc": "15367:15:44", - "nodeType": "YulFunctionCall", - "src": "15367:15:44" - }, - "nativeSrc": "15367:15:44", - "nodeType": "YulExpressionStatement", - "src": "15367:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15398:1:44", - "nodeType": "YulLiteral", - "src": "15398:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15401:4:44", - "nodeType": "YulLiteral", - "src": "15401:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15391:6:44", - "nodeType": "YulIdentifier", - "src": "15391:6:44" - }, - "nativeSrc": "15391:15:44", - "nodeType": "YulFunctionCall", - "src": "15391:15:44" - }, - "nativeSrc": "15391:15:44", - "nodeType": "YulExpressionStatement", - "src": "15391:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "15228:184:44", - "nodeType": "YulFunctionDefinition", - "src": "15228:184:44" - }, - { - "body": { - "nativeSrc": "15511:427:44", - "nodeType": "YulBlock", - "src": "15511:427:44", - "statements": [ - { - "nativeSrc": "15521:51:44", - "nodeType": "YulVariableDeclaration", - "src": "15521:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "15560:11:44", - "nodeType": "YulIdentifier", - "src": "15560:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15547:12:44", - "nodeType": "YulIdentifier", - "src": "15547:12:44" - }, - "nativeSrc": "15547:25:44", - "nodeType": "YulFunctionCall", - "src": "15547:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15525:18:44", - "nodeType": "YulTypedName", - "src": "15525:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15661:16:44", - "nodeType": "YulBlock", - "src": "15661:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15670:1:44", - "nodeType": "YulLiteral", - "src": "15670:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15673:1:44", - "nodeType": "YulLiteral", - "src": "15673:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15663:6:44", - "nodeType": "YulIdentifier", - "src": "15663:6:44" - }, - "nativeSrc": "15663:12:44", - "nodeType": "YulFunctionCall", - "src": "15663:12:44" - }, - "nativeSrc": "15663:12:44", - "nodeType": "YulExpressionStatement", - "src": "15663:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15595:18:44", - "nodeType": "YulIdentifier", - "src": "15595:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15623:12:44", - "nodeType": "YulIdentifier", - "src": "15623:12:44" - }, - "nativeSrc": "15623:14:44", - "nodeType": "YulFunctionCall", - "src": "15623:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "15639:8:44", - "nodeType": "YulIdentifier", - "src": "15639:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15619:3:44", - "nodeType": "YulIdentifier", - "src": "15619:3:44" - }, - "nativeSrc": "15619:29:44", - "nodeType": "YulFunctionCall", - "src": "15619:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15654:2:44", - "nodeType": "YulLiteral", - "src": "15654:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "15650:3:44", - "nodeType": "YulIdentifier", - "src": "15650:3:44" - }, - "nativeSrc": "15650:7:44", - "nodeType": "YulFunctionCall", - "src": "15650:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15615:3:44", - "nodeType": "YulIdentifier", - "src": "15615:3:44" - }, - "nativeSrc": "15615:43:44", - "nodeType": "YulFunctionCall", - "src": "15615:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15591:3:44", - "nodeType": "YulIdentifier", - "src": "15591:3:44" - }, - "nativeSrc": "15591:68:44", - "nodeType": "YulFunctionCall", - "src": "15591:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "15584:6:44", - "nodeType": "YulIdentifier", - "src": "15584:6:44" - }, - "nativeSrc": "15584:76:44", - "nodeType": "YulFunctionCall", - "src": "15584:76:44" - }, - "nativeSrc": "15581:96:44", - "nodeType": "YulIf", - "src": "15581:96:44" - }, - { - "nativeSrc": "15686:47:44", - "nodeType": "YulVariableDeclaration", - "src": "15686:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "15704:8:44", - "nodeType": "YulIdentifier", - "src": "15704:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "15714:18:44", - "nodeType": "YulIdentifier", - "src": "15714:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15700:3:44", - "nodeType": "YulIdentifier", - "src": "15700:3:44" - }, - "nativeSrc": "15700:33:44", - "nodeType": "YulFunctionCall", - "src": "15700:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "15690:6:44", - "nodeType": "YulTypedName", - "src": "15690:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15742:30:44", - "nodeType": "YulAssignment", - "src": "15742:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15765:6:44", - "nodeType": "YulIdentifier", - "src": "15765:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15752:12:44", - "nodeType": "YulIdentifier", - "src": "15752:12:44" - }, - "nativeSrc": "15752:20:44", - "nodeType": "YulFunctionCall", - "src": "15752:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "15742:6:44", - "nodeType": "YulIdentifier", - "src": "15742:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "15815:16:44", - "nodeType": "YulBlock", - "src": "15815:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15824:1:44", - "nodeType": "YulLiteral", - "src": "15824:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15827:1:44", - "nodeType": "YulLiteral", - "src": "15827:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15817:6:44", - "nodeType": "YulIdentifier", - "src": "15817:6:44" - }, - "nativeSrc": "15817:12:44", - "nodeType": "YulFunctionCall", - "src": "15817:12:44" - }, - "nativeSrc": "15817:12:44", - "nodeType": "YulExpressionStatement", - "src": "15817:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "15787:6:44", - "nodeType": "YulIdentifier", - "src": "15787:6:44" - }, - { - "kind": "number", - "nativeSrc": "15795:18:44", - "nodeType": "YulLiteral", - "src": "15795:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15784:2:44", - "nodeType": "YulIdentifier", - "src": "15784:2:44" - }, - "nativeSrc": "15784:30:44", - "nodeType": "YulFunctionCall", - "src": "15784:30:44" - }, - "nativeSrc": "15781:50:44", - "nodeType": "YulIf", - "src": "15781:50:44" - }, - { - "nativeSrc": "15840:25:44", - "nodeType": "YulAssignment", - "src": "15840:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15852:6:44", - "nodeType": "YulIdentifier", - "src": "15852:6:44" - }, - { - "kind": "number", - "nativeSrc": "15860:4:44", - "nodeType": "YulLiteral", - "src": "15860:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15848:3:44", - "nodeType": "YulIdentifier", - "src": "15848:3:44" - }, - "nativeSrc": "15848:17:44", - "nodeType": "YulFunctionCall", - "src": "15848:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "15840:4:44", - "nodeType": "YulIdentifier", - "src": "15840:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "15916:16:44", - "nodeType": "YulBlock", - "src": "15916:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15925:1:44", - "nodeType": "YulLiteral", - "src": "15925:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15928:1:44", - "nodeType": "YulLiteral", - "src": "15928:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15918:6:44", - "nodeType": "YulIdentifier", - "src": "15918:6:44" - }, - "nativeSrc": "15918:12:44", - "nodeType": "YulFunctionCall", - "src": "15918:12:44" - }, - "nativeSrc": "15918:12:44", - "nodeType": "YulExpressionStatement", - "src": "15918:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "15881:4:44", - "nodeType": "YulIdentifier", - "src": "15881:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15891:12:44", - "nodeType": "YulIdentifier", - "src": "15891:12:44" - }, - "nativeSrc": "15891:14:44", - "nodeType": "YulFunctionCall", - "src": "15891:14:44" - }, - { - "name": "length", - "nativeSrc": "15907:6:44", - "nodeType": "YulIdentifier", - "src": "15907:6:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15887:3:44", - "nodeType": "YulIdentifier", - "src": "15887:3:44" - }, - "nativeSrc": "15887:27:44", - "nodeType": "YulFunctionCall", - "src": "15887:27:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "15877:3:44", - "nodeType": "YulIdentifier", - "src": "15877:3:44" - }, - "nativeSrc": "15877:38:44", - "nodeType": "YulFunctionCall", - "src": "15877:38:44" - }, - "nativeSrc": "15874:58:44", - "nodeType": "YulIf", - "src": "15874:58:44" - } - ] - }, - "name": "access_calldata_tail_t_bytes_calldata_ptr", - "nativeSrc": "15417:521:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "15468:8:44", - "nodeType": "YulTypedName", - "src": "15468:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "15478:11:44", - "nodeType": "YulTypedName", - "src": "15478:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "15494:4:44", - "nodeType": "YulTypedName", - "src": "15494:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15500:6:44", - "nodeType": "YulTypedName", - "src": "15500:6:44", - "type": "" - } - ], - "src": "15417:521:44" - }, - { - "body": { - "nativeSrc": "16136:247:44", - "nodeType": "YulBlock", - "src": "16136:247:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16159:3:44", - "nodeType": "YulIdentifier", - "src": "16159:3:44" - }, - { - "name": "value0", - "nativeSrc": "16164:6:44", - "nodeType": "YulIdentifier", - "src": "16164:6:44" - }, - { - "name": "value1", - "nativeSrc": "16172:6:44", - "nodeType": "YulIdentifier", - "src": "16172:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "16146:12:44", - "nodeType": "YulIdentifier", - "src": "16146:12:44" - }, - "nativeSrc": "16146:33:44", - "nodeType": "YulFunctionCall", - "src": "16146:33:44" - }, - "nativeSrc": "16146:33:44", - "nodeType": "YulExpressionStatement", - "src": "16146:33:44" - }, - { - "nativeSrc": "16188:26:44", - "nodeType": "YulVariableDeclaration", - "src": "16188:26:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16202:3:44", - "nodeType": "YulIdentifier", - "src": "16202:3:44" - }, - { - "name": "value1", - "nativeSrc": "16207:6:44", - "nodeType": "YulIdentifier", - "src": "16207:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16198:3:44", - "nodeType": "YulIdentifier", - "src": "16198:3:44" - }, - "nativeSrc": "16198:16:44", - "nodeType": "YulFunctionCall", - "src": "16198:16:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "16192:2:44", - "nodeType": "YulTypedName", - "src": "16192:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16230:2:44", - "nodeType": "YulIdentifier", - "src": "16230:2:44" - }, - { - "kind": "number", - "nativeSrc": "16234:1:44", - "nodeType": "YulLiteral", - "src": "16234:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16223:6:44", - "nodeType": "YulIdentifier", - "src": "16223:6:44" - }, - "nativeSrc": "16223:13:44", - "nodeType": "YulFunctionCall", - "src": "16223:13:44" - }, - "nativeSrc": "16223:13:44", - "nodeType": "YulExpressionStatement", - "src": "16223:13:44" - }, - { - "nativeSrc": "16245:27:44", - "nodeType": "YulVariableDeclaration", - "src": "16245:27:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16265:6:44", - "nodeType": "YulIdentifier", - "src": "16265:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16259:5:44", - "nodeType": "YulIdentifier", - "src": "16259:5:44" - }, - "nativeSrc": "16259:13:44", - "nodeType": "YulFunctionCall", - "src": "16259:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "16249:6:44", - "nodeType": "YulTypedName", - "src": "16249:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16320:6:44", - "nodeType": "YulIdentifier", - "src": "16320:6:44" - }, - { - "kind": "number", - "nativeSrc": "16328:4:44", - "nodeType": "YulLiteral", - "src": "16328:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16316:3:44", - "nodeType": "YulIdentifier", - "src": "16316:3:44" - }, - "nativeSrc": "16316:17:44", - "nodeType": "YulFunctionCall", - "src": "16316:17:44" - }, - { - "name": "_1", - "nativeSrc": "16335:2:44", - "nodeType": "YulIdentifier", - "src": "16335:2:44" - }, - { - "name": "length", - "nativeSrc": "16339:6:44", - "nodeType": "YulIdentifier", - "src": "16339:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "16281:34:44", - "nodeType": "YulIdentifier", - "src": "16281:34:44" - }, - "nativeSrc": "16281:65:44", - "nodeType": "YulFunctionCall", - "src": "16281:65:44" - }, - "nativeSrc": "16281:65:44", - "nodeType": "YulExpressionStatement", - "src": "16281:65:44" - }, - { - "nativeSrc": "16355:22:44", - "nodeType": "YulAssignment", - "src": "16355:22:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16366:2:44", - "nodeType": "YulIdentifier", - "src": "16366:2:44" - }, - { - "name": "length", - "nativeSrc": "16370:6:44", - "nodeType": "YulIdentifier", - "src": "16370:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16362:3:44", - "nodeType": "YulIdentifier", - "src": "16362:3:44" - }, - "nativeSrc": "16362:15:44", - "nodeType": "YulFunctionCall", - "src": "16362:15:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "16355:3:44", - "nodeType": "YulIdentifier", - "src": "16355:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "15943:440:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "16096:3:44", - "nodeType": "YulTypedName", - "src": "16096:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16101:6:44", - "nodeType": "YulTypedName", - "src": "16101:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16109:6:44", - "nodeType": "YulTypedName", - "src": "16109:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16117:6:44", - "nodeType": "YulTypedName", - "src": "16117:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "16128:3:44", - "nodeType": "YulTypedName", - "src": "16128:3:44", - "type": "" - } - ], - "src": "15943:440:44" - }, - { - "body": { - "nativeSrc": "16571:426:44", - "nodeType": "YulBlock", - "src": "16571:426:44", - "statements": [ - { - "nativeSrc": "16581:27:44", - "nodeType": "YulAssignment", - "src": "16581:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16593:9:44", - "nodeType": "YulIdentifier", - "src": "16593:9:44" - }, - { - "kind": "number", - "nativeSrc": "16604:3:44", - "nodeType": "YulLiteral", - "src": "16604:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16589:3:44", - "nodeType": "YulIdentifier", - "src": "16589:3:44" - }, - "nativeSrc": "16589:19:44", - "nodeType": "YulFunctionCall", - "src": "16589:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "16581:4:44", - "nodeType": "YulIdentifier", - "src": "16581:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16624:9:44", - "nodeType": "YulIdentifier", - "src": "16624:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "16639:6:44", - "nodeType": "YulIdentifier", - "src": "16639:6:44" - }, - { - "kind": "number", - "nativeSrc": "16647:42:44", - "nodeType": "YulLiteral", - "src": "16647:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16635:3:44", - "nodeType": "YulIdentifier", - "src": "16635:3:44" - }, - "nativeSrc": "16635:55:44", - "nodeType": "YulFunctionCall", - "src": "16635:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16617:6:44", - "nodeType": "YulIdentifier", - "src": "16617:6:44" - }, - "nativeSrc": "16617:74:44", - "nodeType": "YulFunctionCall", - "src": "16617:74:44" - }, - "nativeSrc": "16617:74:44", - "nodeType": "YulExpressionStatement", - "src": "16617:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16711:9:44", - "nodeType": "YulIdentifier", - "src": "16711:9:44" - }, - { - "kind": "number", - "nativeSrc": "16722:2:44", - "nodeType": "YulLiteral", - "src": "16722:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16707:3:44", - "nodeType": "YulIdentifier", - "src": "16707:3:44" - }, - "nativeSrc": "16707:18:44", - "nodeType": "YulFunctionCall", - "src": "16707:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "16731:6:44", - "nodeType": "YulIdentifier", - "src": "16731:6:44" - }, - { - "kind": "number", - "nativeSrc": "16739:42:44", - "nodeType": "YulLiteral", - "src": "16739:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16727:3:44", - "nodeType": "YulIdentifier", - "src": "16727:3:44" - }, - "nativeSrc": "16727:55:44", - "nodeType": "YulFunctionCall", - "src": "16727:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16700:6:44", - "nodeType": "YulIdentifier", - "src": "16700:6:44" - }, - "nativeSrc": "16700:83:44", - "nodeType": "YulFunctionCall", - "src": "16700:83:44" - }, - "nativeSrc": "16700:83:44", - "nodeType": "YulExpressionStatement", - "src": "16700:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16803:9:44", - "nodeType": "YulIdentifier", - "src": "16803:9:44" - }, - { - "kind": "number", - "nativeSrc": "16814:2:44", - "nodeType": "YulLiteral", - "src": "16814:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16799:3:44", - "nodeType": "YulIdentifier", - "src": "16799:3:44" - }, - "nativeSrc": "16799:18:44", - "nodeType": "YulFunctionCall", - "src": "16799:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16823:6:44", - "nodeType": "YulIdentifier", - "src": "16823:6:44" - }, - { - "kind": "number", - "nativeSrc": "16831:42:44", - "nodeType": "YulLiteral", - "src": "16831:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16819:3:44", - "nodeType": "YulIdentifier", - "src": "16819:3:44" - }, - "nativeSrc": "16819:55:44", - "nodeType": "YulFunctionCall", - "src": "16819:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16792:6:44", - "nodeType": "YulIdentifier", - "src": "16792:6:44" - }, - "nativeSrc": "16792:83:44", - "nodeType": "YulFunctionCall", - "src": "16792:83:44" - }, - "nativeSrc": "16792:83:44", - "nodeType": "YulExpressionStatement", - "src": "16792:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16895:9:44", - "nodeType": "YulIdentifier", - "src": "16895:9:44" - }, - { - "kind": "number", - "nativeSrc": "16906:2:44", - "nodeType": "YulLiteral", - "src": "16906:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16891:3:44", - "nodeType": "YulIdentifier", - "src": "16891:3:44" - }, - "nativeSrc": "16891:18:44", - "nodeType": "YulFunctionCall", - "src": "16891:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "16915:6:44", - "nodeType": "YulIdentifier", - "src": "16915:6:44" - }, - { - "kind": "number", - "nativeSrc": "16923:66:44", - "nodeType": "YulLiteral", - "src": "16923:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16911:3:44", - "nodeType": "YulIdentifier", - "src": "16911:3:44" - }, - "nativeSrc": "16911:79:44", - "nodeType": "YulFunctionCall", - "src": "16911:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16884:6:44", - "nodeType": "YulIdentifier", - "src": "16884:6:44" - }, - "nativeSrc": "16884:107:44", - "nodeType": "YulFunctionCall", - "src": "16884:107:44" - }, - "nativeSrc": "16884:107:44", - "nodeType": "YulExpressionStatement", - "src": "16884:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "16388:609:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "16516:9:44", - "nodeType": "YulTypedName", - "src": "16516:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "16527:6:44", - "nodeType": "YulTypedName", - "src": "16527:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16535:6:44", - "nodeType": "YulTypedName", - "src": "16535:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16543:6:44", - "nodeType": "YulTypedName", - "src": "16543:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16551:6:44", - "nodeType": "YulTypedName", - "src": "16551:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "16562:4:44", - "nodeType": "YulTypedName", - "src": "16562:4:44", - "type": "" - } - ], - "src": "16388:609:44" - }, - { - "body": { - "nativeSrc": "17049:132:44", - "nodeType": "YulBlock", - "src": "17049:132:44", - "statements": [ - { - "nativeSrc": "17059:58:44", - "nodeType": "YulAssignment", - "src": "17059:58:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "17074:1:44", - "nodeType": "YulIdentifier", - "src": "17074:1:44" - }, - { - "kind": "number", - "nativeSrc": "17077:14:44", - "nodeType": "YulLiteral", - "src": "17077:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17070:3:44", - "nodeType": "YulIdentifier", - "src": "17070:3:44" - }, - "nativeSrc": "17070:22:44", - "nodeType": "YulFunctionCall", - "src": "17070:22:44" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "17098:1:44", - "nodeType": "YulIdentifier", - "src": "17098:1:44" - }, - { - "kind": "number", - "nativeSrc": "17101:14:44", - "nodeType": "YulLiteral", - "src": "17101:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17094:3:44", - "nodeType": "YulIdentifier", - "src": "17094:3:44" - }, - "nativeSrc": "17094:22:44", - "nodeType": "YulFunctionCall", - "src": "17094:22:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17066:3:44", - "nodeType": "YulIdentifier", - "src": "17066:3:44" - }, - "nativeSrc": "17066:51:44", - "nodeType": "YulFunctionCall", - "src": "17066:51:44" - }, - "variableNames": [ - { - "name": "sum", - "nativeSrc": "17059:3:44", - "nodeType": "YulIdentifier", - "src": "17059:3:44" - } - ] - }, - { - "body": { - "nativeSrc": "17153:22:44", - "nodeType": "YulBlock", - "src": "17153:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17155:16:44", - "nodeType": "YulIdentifier", - "src": "17155:16:44" - }, - "nativeSrc": "17155:18:44", - "nodeType": "YulFunctionCall", - "src": "17155:18:44" - }, - "nativeSrc": "17155:18:44", - "nodeType": "YulExpressionStatement", - "src": "17155:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "sum", - "nativeSrc": "17132:3:44", - "nodeType": "YulIdentifier", - "src": "17132:3:44" - }, - { - "kind": "number", - "nativeSrc": "17137:14:44", - "nodeType": "YulLiteral", - "src": "17137:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "17129:2:44", - "nodeType": "YulIdentifier", - "src": "17129:2:44" - }, - "nativeSrc": "17129:23:44", - "nodeType": "YulFunctionCall", - "src": "17129:23:44" - }, - "nativeSrc": "17126:49:44", - "nodeType": "YulIf", - "src": "17126:49:44" - } - ] - }, - "name": "checked_add_t_uint48", - "nativeSrc": "17002:179:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "17032:1:44", - "nodeType": "YulTypedName", - "src": "17032:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17035:1:44", - "nodeType": "YulTypedName", - "src": "17035:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "sum", - "nativeSrc": "17041:3:44", - "nodeType": "YulTypedName", - "src": "17041:3:44", - "type": "" - } - ], - "src": "17002:179:44" - }, - { - "body": { - "nativeSrc": "17397:366:44", - "nodeType": "YulBlock", - "src": "17397:366:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17414:9:44", - "nodeType": "YulIdentifier", - "src": "17414:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17429:6:44", - "nodeType": "YulIdentifier", - "src": "17429:6:44" - }, - { - "kind": "number", - "nativeSrc": "17437:14:44", - "nodeType": "YulLiteral", - "src": "17437:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17425:3:44", - "nodeType": "YulIdentifier", - "src": "17425:3:44" - }, - "nativeSrc": "17425:27:44", - "nodeType": "YulFunctionCall", - "src": "17425:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17407:6:44", - "nodeType": "YulIdentifier", - "src": "17407:6:44" - }, - "nativeSrc": "17407:46:44", - "nodeType": "YulFunctionCall", - "src": "17407:46:44" - }, - "nativeSrc": "17407:46:44", - "nodeType": "YulExpressionStatement", - "src": "17407:46:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17473:9:44", - "nodeType": "YulIdentifier", - "src": "17473:9:44" - }, - { - "kind": "number", - "nativeSrc": "17484:2:44", - "nodeType": "YulLiteral", - "src": "17484:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17469:3:44", - "nodeType": "YulIdentifier", - "src": "17469:3:44" - }, - "nativeSrc": "17469:18:44", - "nodeType": "YulFunctionCall", - "src": "17469:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "17493:6:44", - "nodeType": "YulIdentifier", - "src": "17493:6:44" - }, - { - "kind": "number", - "nativeSrc": "17501:42:44", - "nodeType": "YulLiteral", - "src": "17501:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17489:3:44", - "nodeType": "YulIdentifier", - "src": "17489:3:44" - }, - "nativeSrc": "17489:55:44", - "nodeType": "YulFunctionCall", - "src": "17489:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17462:6:44", - "nodeType": "YulIdentifier", - "src": "17462:6:44" - }, - "nativeSrc": "17462:83:44", - "nodeType": "YulFunctionCall", - "src": "17462:83:44" - }, - "nativeSrc": "17462:83:44", - "nodeType": "YulExpressionStatement", - "src": "17462:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17565:9:44", - "nodeType": "YulIdentifier", - "src": "17565:9:44" - }, - { - "kind": "number", - "nativeSrc": "17576:2:44", - "nodeType": "YulLiteral", - "src": "17576:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17561:3:44", - "nodeType": "YulIdentifier", - "src": "17561:3:44" - }, - "nativeSrc": "17561:18:44", - "nodeType": "YulFunctionCall", - "src": "17561:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17585:6:44", - "nodeType": "YulIdentifier", - "src": "17585:6:44" - }, - { - "kind": "number", - "nativeSrc": "17593:42:44", - "nodeType": "YulLiteral", - "src": "17593:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17581:3:44", - "nodeType": "YulIdentifier", - "src": "17581:3:44" - }, - "nativeSrc": "17581:55:44", - "nodeType": "YulFunctionCall", - "src": "17581:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17554:6:44", - "nodeType": "YulIdentifier", - "src": "17554:6:44" - }, - "nativeSrc": "17554:83:44", - "nodeType": "YulFunctionCall", - "src": "17554:83:44" - }, - "nativeSrc": "17554:83:44", - "nodeType": "YulExpressionStatement", - "src": "17554:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17657:9:44", - "nodeType": "YulIdentifier", - "src": "17657:9:44" - }, - { - "kind": "number", - "nativeSrc": "17668:2:44", - "nodeType": "YulLiteral", - "src": "17668:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17653:3:44", - "nodeType": "YulIdentifier", - "src": "17653:3:44" - }, - "nativeSrc": "17653:18:44", - "nodeType": "YulFunctionCall", - "src": "17653:18:44" - }, - { - "kind": "number", - "nativeSrc": "17673:3:44", - "nodeType": "YulLiteral", - "src": "17673:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17646:6:44", - "nodeType": "YulIdentifier", - "src": "17646:6:44" - }, - "nativeSrc": "17646:31:44", - "nodeType": "YulFunctionCall", - "src": "17646:31:44" - }, - "nativeSrc": "17646:31:44", - "nodeType": "YulExpressionStatement", - "src": "17646:31:44" - }, - { - "nativeSrc": "17686:71:44", - "nodeType": "YulAssignment", - "src": "17686:71:44", - "value": { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17721:6:44", - "nodeType": "YulIdentifier", - "src": "17721:6:44" - }, - { - "name": "value4", - "nativeSrc": "17729:6:44", - "nodeType": "YulIdentifier", - "src": "17729:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17741:9:44", - "nodeType": "YulIdentifier", - "src": "17741:9:44" - }, - { - "kind": "number", - "nativeSrc": "17752:3:44", - "nodeType": "YulLiteral", - "src": "17752:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17737:3:44", - "nodeType": "YulIdentifier", - "src": "17737:3:44" - }, - "nativeSrc": "17737:19:44", - "nodeType": "YulFunctionCall", - "src": "17737:19:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "17694:26:44", - "nodeType": "YulIdentifier", - "src": "17694:26:44" - }, - "nativeSrc": "17694:63:44", - "nodeType": "YulFunctionCall", - "src": "17694:63:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17686:4:44", - "nodeType": "YulIdentifier", - "src": "17686:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "17186:577:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17334:9:44", - "nodeType": "YulTypedName", - "src": "17334:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "17345:6:44", - "nodeType": "YulTypedName", - "src": "17345:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "17353:6:44", - "nodeType": "YulTypedName", - "src": "17353:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "17361:6:44", - "nodeType": "YulTypedName", - "src": "17361:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "17369:6:44", - "nodeType": "YulTypedName", - "src": "17369:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17377:6:44", - "nodeType": "YulTypedName", - "src": "17377:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17388:4:44", - "nodeType": "YulTypedName", - "src": "17388:4:44", - "type": "" - } - ], - "src": "17186:577:44" - }, - { - "body": { - "nativeSrc": "17895:193:44", - "nodeType": "YulBlock", - "src": "17895:193:44", - "statements": [ - { - "nativeSrc": "17905:26:44", - "nodeType": "YulAssignment", - "src": "17905:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17917:9:44", - "nodeType": "YulIdentifier", - "src": "17917:9:44" - }, - { - "kind": "number", - "nativeSrc": "17928:2:44", - "nodeType": "YulLiteral", - "src": "17928:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17913:3:44", - "nodeType": "YulIdentifier", - "src": "17913:3:44" - }, - "nativeSrc": "17913:18:44", - "nodeType": "YulFunctionCall", - "src": "17913:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17905:4:44", - "nodeType": "YulIdentifier", - "src": "17905:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17947:9:44", - "nodeType": "YulIdentifier", - "src": "17947:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17962:6:44", - "nodeType": "YulIdentifier", - "src": "17962:6:44" - }, - { - "kind": "number", - "nativeSrc": "17970:42:44", - "nodeType": "YulLiteral", - "src": "17970:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17958:3:44", - "nodeType": "YulIdentifier", - "src": "17958:3:44" - }, - "nativeSrc": "17958:55:44", - "nodeType": "YulFunctionCall", - "src": "17958:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17940:6:44", - "nodeType": "YulIdentifier", - "src": "17940:6:44" - }, - "nativeSrc": "17940:74:44", - "nodeType": "YulFunctionCall", - "src": "17940:74:44" - }, - "nativeSrc": "17940:74:44", - "nodeType": "YulExpressionStatement", - "src": "17940:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18034:9:44", - "nodeType": "YulIdentifier", - "src": "18034:9:44" - }, - { - "kind": "number", - "nativeSrc": "18045:2:44", - "nodeType": "YulLiteral", - "src": "18045:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18030:3:44", - "nodeType": "YulIdentifier", - "src": "18030:3:44" - }, - "nativeSrc": "18030:18:44", - "nodeType": "YulFunctionCall", - "src": "18030:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18054:6:44", - "nodeType": "YulIdentifier", - "src": "18054:6:44" - }, - { - "kind": "number", - "nativeSrc": "18062:18:44", - "nodeType": "YulLiteral", - "src": "18062:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18050:3:44", - "nodeType": "YulIdentifier", - "src": "18050:3:44" - }, - "nativeSrc": "18050:31:44", - "nodeType": "YulFunctionCall", - "src": "18050:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18023:6:44", - "nodeType": "YulIdentifier", - "src": "18023:6:44" - }, - "nativeSrc": "18023:59:44", - "nodeType": "YulFunctionCall", - "src": "18023:59:44" - }, - "nativeSrc": "18023:59:44", - "nodeType": "YulExpressionStatement", - "src": "18023:59:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", - "nativeSrc": "17768:320:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17856:9:44", - "nodeType": "YulTypedName", - "src": "17856:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "17867:6:44", - "nodeType": "YulTypedName", - "src": "17867:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17875:6:44", - "nodeType": "YulTypedName", - "src": "17875:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17886:4:44", - "nodeType": "YulTypedName", - "src": "17886:4:44", - "type": "" - } - ], - "src": "17768:320:44" - }, - { - "body": { - "nativeSrc": "18192:149:44", - "nodeType": "YulBlock", - "src": "18192:149:44", - "statements": [ - { - "nativeSrc": "18202:26:44", - "nodeType": "YulAssignment", - "src": "18202:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18214:9:44", - "nodeType": "YulIdentifier", - "src": "18214:9:44" - }, - { - "kind": "number", - "nativeSrc": "18225:2:44", - "nodeType": "YulLiteral", - "src": "18225:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18210:3:44", - "nodeType": "YulIdentifier", - "src": "18210:3:44" - }, - "nativeSrc": "18210:18:44", - "nodeType": "YulFunctionCall", - "src": "18210:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18202:4:44", - "nodeType": "YulIdentifier", - "src": "18202:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18244:9:44", - "nodeType": "YulIdentifier", - "src": "18244:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18259:6:44", - "nodeType": "YulIdentifier", - "src": "18259:6:44" - }, - { - "kind": "number", - "nativeSrc": "18267:66:44", - "nodeType": "YulLiteral", - "src": "18267:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18255:3:44", - "nodeType": "YulIdentifier", - "src": "18255:3:44" - }, - "nativeSrc": "18255:79:44", - "nodeType": "YulFunctionCall", - "src": "18255:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18237:6:44", - "nodeType": "YulIdentifier", - "src": "18237:6:44" - }, - "nativeSrc": "18237:98:44", - "nodeType": "YulFunctionCall", - "src": "18237:98:44" - }, - "nativeSrc": "18237:98:44", - "nodeType": "YulExpressionStatement", - "src": "18237:98:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "18093:248:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18161:9:44", - "nodeType": "YulTypedName", - "src": "18161:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18172:6:44", - "nodeType": "YulTypedName", - "src": "18172:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18183:4:44", - "nodeType": "YulTypedName", - "src": "18183:4:44", - "type": "" - } - ], - "src": "18093:248:44" - }, - { - "body": { - "nativeSrc": "18446:376:44", - "nodeType": "YulBlock", - "src": "18446:376:44", - "statements": [ - { - "nativeSrc": "18456:29:44", - "nodeType": "YulVariableDeclaration", - "src": "18456:29:44", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "18479:5:44", - "nodeType": "YulIdentifier", - "src": "18479:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18466:12:44", - "nodeType": "YulIdentifier", - "src": "18466:12:44" - }, - "nativeSrc": "18466:19:44", - "nodeType": "YulFunctionCall", - "src": "18466:19:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18460:2:44", - "nodeType": "YulTypedName", - "src": "18460:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "18494:84:44", - "nodeType": "YulAssignment", - "src": "18494:84:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18507:2:44", - "nodeType": "YulIdentifier", - "src": "18507:2:44" - }, - { - "kind": "number", - "nativeSrc": "18511:66:44", - "nodeType": "YulLiteral", - "src": "18511:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18503:3:44", - "nodeType": "YulIdentifier", - "src": "18503:3:44" - }, - "nativeSrc": "18503:75:44", - "nodeType": "YulFunctionCall", - "src": "18503:75:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18494:5:44", - "nodeType": "YulIdentifier", - "src": "18494:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "18609:207:44", - "nodeType": "YulBlock", - "src": "18609:207:44", - "statements": [ - { - "nativeSrc": "18623:183:44", - "nodeType": "YulAssignment", - "src": "18623:183:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18640:2:44", - "nodeType": "YulIdentifier", - "src": "18640:2:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18652:1:44", - "nodeType": "YulLiteral", - "src": "18652:1:44", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18659:1:44", - "nodeType": "YulLiteral", - "src": "18659:1:44", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "18662:3:44", - "nodeType": "YulIdentifier", - "src": "18662:3:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18655:3:44", - "nodeType": "YulIdentifier", - "src": "18655:3:44" - }, - "nativeSrc": "18655:11:44", - "nodeType": "YulFunctionCall", - "src": "18655:11:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18648:3:44", - "nodeType": "YulIdentifier", - "src": "18648:3:44" - }, - "nativeSrc": "18648:19:44", - "nodeType": "YulFunctionCall", - "src": "18648:19:44" - }, - { - "kind": "number", - "nativeSrc": "18669:66:44", - "nodeType": "YulLiteral", - "src": "18669:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18644:3:44", - "nodeType": "YulIdentifier", - "src": "18644:3:44" - }, - "nativeSrc": "18644:92:44", - "nodeType": "YulFunctionCall", - "src": "18644:92:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18636:3:44", - "nodeType": "YulIdentifier", - "src": "18636:3:44" - }, - "nativeSrc": "18636:101:44", - "nodeType": "YulFunctionCall", - "src": "18636:101:44" - }, - { - "kind": "number", - "nativeSrc": "18739:66:44", - "nodeType": "YulLiteral", - "src": "18739:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18632:3:44", - "nodeType": "YulIdentifier", - "src": "18632:3:44" - }, - "nativeSrc": "18632:174:44", - "nodeType": "YulFunctionCall", - "src": "18632:174:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18623:5:44", - "nodeType": "YulIdentifier", - "src": "18623:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "18593:3:44", - "nodeType": "YulIdentifier", - "src": "18593:3:44" - }, - { - "kind": "number", - "nativeSrc": "18598:1:44", - "nodeType": "YulLiteral", - "src": "18598:1:44", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "18590:2:44", - "nodeType": "YulIdentifier", - "src": "18590:2:44" - }, - "nativeSrc": "18590:10:44", - "nodeType": "YulFunctionCall", - "src": "18590:10:44" - }, - "nativeSrc": "18587:229:44", - "nodeType": "YulIf", - "src": "18587:229:44" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "18346:476:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "18421:5:44", - "nodeType": "YulTypedName", - "src": "18421:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "18428:3:44", - "nodeType": "YulTypedName", - "src": "18428:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18436:5:44", - "nodeType": "YulTypedName", - "src": "18436:5:44", - "type": "" - } - ], - "src": "18346:476:44" - }, - { - "body": { - "nativeSrc": "18954:241:44", - "nodeType": "YulBlock", - "src": "18954:241:44", - "statements": [ - { - "nativeSrc": "18964:26:44", - "nodeType": "YulAssignment", - "src": "18964:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18976:9:44", - "nodeType": "YulIdentifier", - "src": "18976:9:44" - }, - { - "kind": "number", - "nativeSrc": "18987:2:44", - "nodeType": "YulLiteral", - "src": "18987:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18972:3:44", - "nodeType": "YulIdentifier", - "src": "18972:3:44" - }, - "nativeSrc": "18972:18:44", - "nodeType": "YulFunctionCall", - "src": "18972:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18964:4:44", - "nodeType": "YulIdentifier", - "src": "18964:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19006:9:44", - "nodeType": "YulIdentifier", - "src": "19006:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19021:6:44", - "nodeType": "YulIdentifier", - "src": "19021:6:44" - }, - { - "kind": "number", - "nativeSrc": "19029:42:44", - "nodeType": "YulLiteral", - "src": "19029:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19017:3:44", - "nodeType": "YulIdentifier", - "src": "19017:3:44" - }, - "nativeSrc": "19017:55:44", - "nodeType": "YulFunctionCall", - "src": "19017:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18999:6:44", - "nodeType": "YulIdentifier", - "src": "18999:6:44" - }, - "nativeSrc": "18999:74:44", - "nodeType": "YulFunctionCall", - "src": "18999:74:44" - }, - "nativeSrc": "18999:74:44", - "nodeType": "YulExpressionStatement", - "src": "18999:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19093:9:44", - "nodeType": "YulIdentifier", - "src": "19093:9:44" - }, - { - "kind": "number", - "nativeSrc": "19104:2:44", - "nodeType": "YulLiteral", - "src": "19104:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19089:3:44", - "nodeType": "YulIdentifier", - "src": "19089:3:44" - }, - "nativeSrc": "19089:18:44", - "nodeType": "YulFunctionCall", - "src": "19089:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19113:6:44", - "nodeType": "YulIdentifier", - "src": "19113:6:44" - }, - { - "kind": "number", - "nativeSrc": "19121:66:44", - "nodeType": "YulLiteral", - "src": "19121:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19109:3:44", - "nodeType": "YulIdentifier", - "src": "19109:3:44" - }, - "nativeSrc": "19109:79:44", - "nodeType": "YulFunctionCall", - "src": "19109:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19082:6:44", - "nodeType": "YulIdentifier", - "src": "19082:6:44" - }, - "nativeSrc": "19082:107:44", - "nodeType": "YulFunctionCall", - "src": "19082:107:44" - }, - "nativeSrc": "19082:107:44", - "nodeType": "YulExpressionStatement", - "src": "19082:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "18827:368:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18915:9:44", - "nodeType": "YulTypedName", - "src": "18915:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "18926:6:44", - "nodeType": "YulTypedName", - "src": "18926:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18934:6:44", - "nodeType": "YulTypedName", - "src": "18934:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18945:4:44", - "nodeType": "YulTypedName", - "src": "18945:4:44", - "type": "" - } - ], - "src": "18827:368:44" - }, - { - "body": { - "nativeSrc": "19337:150:44", - "nodeType": "YulBlock", - "src": "19337:150:44", - "statements": [ - { - "nativeSrc": "19347:27:44", - "nodeType": "YulVariableDeclaration", - "src": "19347:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19367:6:44", - "nodeType": "YulIdentifier", - "src": "19367:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "19361:5:44", - "nodeType": "YulIdentifier", - "src": "19361:5:44" - }, - "nativeSrc": "19361:13:44", - "nodeType": "YulFunctionCall", - "src": "19361:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "19351:6:44", - "nodeType": "YulTypedName", - "src": "19351:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19422:6:44", - "nodeType": "YulIdentifier", - "src": "19422:6:44" - }, - { - "kind": "number", - "nativeSrc": "19430:4:44", - "nodeType": "YulLiteral", - "src": "19430:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19418:3:44", - "nodeType": "YulIdentifier", - "src": "19418:3:44" - }, - "nativeSrc": "19418:17:44", - "nodeType": "YulFunctionCall", - "src": "19418:17:44" - }, - { - "name": "pos", - "nativeSrc": "19437:3:44", - "nodeType": "YulIdentifier", - "src": "19437:3:44" - }, - { - "name": "length", - "nativeSrc": "19442:6:44", - "nodeType": "YulIdentifier", - "src": "19442:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19383:34:44", - "nodeType": "YulIdentifier", - "src": "19383:34:44" - }, - "nativeSrc": "19383:66:44", - "nodeType": "YulFunctionCall", - "src": "19383:66:44" - }, - "nativeSrc": "19383:66:44", - "nodeType": "YulExpressionStatement", - "src": "19383:66:44" - }, - { - "nativeSrc": "19458:23:44", - "nodeType": "YulAssignment", - "src": "19458:23:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "19469:3:44", - "nodeType": "YulIdentifier", - "src": "19469:3:44" - }, - { - "name": "length", - "nativeSrc": "19474:6:44", - "nodeType": "YulIdentifier", - "src": "19474:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19465:3:44", - "nodeType": "YulIdentifier", - "src": "19465:3:44" - }, - "nativeSrc": "19465:16:44", - "nodeType": "YulFunctionCall", - "src": "19465:16:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19458:3:44", - "nodeType": "YulIdentifier", - "src": "19458:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "19200:287:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "19313:3:44", - "nodeType": "YulTypedName", - "src": "19313:3:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19318:6:44", - "nodeType": "YulTypedName", - "src": "19318:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "19329:3:44", - "nodeType": "YulTypedName", - "src": "19329:3:44", - "type": "" - } - ], - "src": "19200:287:44" - }, - { - "body": { - "nativeSrc": "19639:216:44", - "nodeType": "YulBlock", - "src": "19639:216:44", - "statements": [ - { - "nativeSrc": "19649:26:44", - "nodeType": "YulAssignment", - "src": "19649:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19661:9:44", - "nodeType": "YulIdentifier", - "src": "19661:9:44" - }, - { - "kind": "number", - "nativeSrc": "19672:2:44", - "nodeType": "YulLiteral", - "src": "19672:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19657:3:44", - "nodeType": "YulIdentifier", - "src": "19657:3:44" - }, - "nativeSrc": "19657:18:44", - "nodeType": "YulFunctionCall", - "src": "19657:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19649:4:44", - "nodeType": "YulIdentifier", - "src": "19649:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19691:9:44", - "nodeType": "YulIdentifier", - "src": "19691:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19706:6:44", - "nodeType": "YulIdentifier", - "src": "19706:6:44" - }, - { - "kind": "number", - "nativeSrc": "19714:10:44", - "nodeType": "YulLiteral", - "src": "19714:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19702:3:44", - "nodeType": "YulIdentifier", - "src": "19702:3:44" - }, - "nativeSrc": "19702:23:44", - "nodeType": "YulFunctionCall", - "src": "19702:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19684:6:44", - "nodeType": "YulIdentifier", - "src": "19684:6:44" - }, - "nativeSrc": "19684:42:44", - "nodeType": "YulFunctionCall", - "src": "19684:42:44" - }, - "nativeSrc": "19684:42:44", - "nodeType": "YulExpressionStatement", - "src": "19684:42:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19746:9:44", - "nodeType": "YulIdentifier", - "src": "19746:9:44" - }, - { - "kind": "number", - "nativeSrc": "19757:2:44", - "nodeType": "YulLiteral", - "src": "19757:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19742:3:44", - "nodeType": "YulIdentifier", - "src": "19742:3:44" - }, - "nativeSrc": "19742:18:44", - "nodeType": "YulFunctionCall", - "src": "19742:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19766:6:44", - "nodeType": "YulIdentifier", - "src": "19766:6:44" - }, - { - "kind": "number", - "nativeSrc": "19774:14:44", - "nodeType": "YulLiteral", - "src": "19774:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19762:3:44", - "nodeType": "YulIdentifier", - "src": "19762:3:44" - }, - "nativeSrc": "19762:27:44", - "nodeType": "YulFunctionCall", - "src": "19762:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19735:6:44", - "nodeType": "YulIdentifier", - "src": "19735:6:44" - }, - "nativeSrc": "19735:55:44", - "nodeType": "YulFunctionCall", - "src": "19735:55:44" - }, - "nativeSrc": "19735:55:44", - "nodeType": "YulExpressionStatement", - "src": "19735:55:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19810:9:44", - "nodeType": "YulIdentifier", - "src": "19810:9:44" - }, - { - "kind": "number", - "nativeSrc": "19821:2:44", - "nodeType": "YulLiteral", - "src": "19821:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19806:3:44", - "nodeType": "YulIdentifier", - "src": "19806:3:44" - }, - "nativeSrc": "19806:18:44", - "nodeType": "YulFunctionCall", - "src": "19806:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "19840:6:44", - "nodeType": "YulIdentifier", - "src": "19840:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "19833:6:44", - "nodeType": "YulIdentifier", - "src": "19833:6:44" - }, - "nativeSrc": "19833:14:44", - "nodeType": "YulFunctionCall", - "src": "19833:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "19826:6:44", - "nodeType": "YulIdentifier", - "src": "19826:6:44" - }, - "nativeSrc": "19826:22:44", - "nodeType": "YulFunctionCall", - "src": "19826:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19799:6:44", - "nodeType": "YulIdentifier", - "src": "19799:6:44" - }, - "nativeSrc": "19799:50:44", - "nodeType": "YulFunctionCall", - "src": "19799:50:44" - }, - "nativeSrc": "19799:50:44", - "nodeType": "YulExpressionStatement", - "src": "19799:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", - "nativeSrc": "19492:363:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19592:9:44", - "nodeType": "YulTypedName", - "src": "19592:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "19603:6:44", - "nodeType": "YulTypedName", - "src": "19603:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19611:6:44", - "nodeType": "YulTypedName", - "src": "19611:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19619:6:44", - "nodeType": "YulTypedName", - "src": "19619:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19630:4:44", - "nodeType": "YulTypedName", - "src": "19630:4:44", - "type": "" - } - ], - "src": "19492:363:44" - }, - { - "body": { - "nativeSrc": "19985:157:44", - "nodeType": "YulBlock", - "src": "19985:157:44", - "statements": [ - { - "nativeSrc": "19995:26:44", - "nodeType": "YulAssignment", - "src": "19995:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20007:9:44", - "nodeType": "YulIdentifier", - "src": "20007:9:44" - }, - { - "kind": "number", - "nativeSrc": "20018:2:44", - "nodeType": "YulLiteral", - "src": "20018:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20003:3:44", - "nodeType": "YulIdentifier", - "src": "20003:3:44" - }, - "nativeSrc": "20003:18:44", - "nodeType": "YulFunctionCall", - "src": "20003:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19995:4:44", - "nodeType": "YulIdentifier", - "src": "19995:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20037:9:44", - "nodeType": "YulIdentifier", - "src": "20037:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20052:6:44", - "nodeType": "YulIdentifier", - "src": "20052:6:44" - }, - { - "kind": "number", - "nativeSrc": "20060:10:44", - "nodeType": "YulLiteral", - "src": "20060:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20048:3:44", - "nodeType": "YulIdentifier", - "src": "20048:3:44" - }, - "nativeSrc": "20048:23:44", - "nodeType": "YulFunctionCall", - "src": "20048:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20030:6:44", - "nodeType": "YulIdentifier", - "src": "20030:6:44" - }, - "nativeSrc": "20030:42:44", - "nodeType": "YulFunctionCall", - "src": "20030:42:44" - }, - "nativeSrc": "20030:42:44", - "nodeType": "YulExpressionStatement", - "src": "20030:42:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20092:9:44", - "nodeType": "YulIdentifier", - "src": "20092:9:44" - }, - { - "kind": "number", - "nativeSrc": "20103:2:44", - "nodeType": "YulLiteral", - "src": "20103:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20088:3:44", - "nodeType": "YulIdentifier", - "src": "20088:3:44" - }, - "nativeSrc": "20088:18:44", - "nodeType": "YulFunctionCall", - "src": "20088:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20112:6:44", - "nodeType": "YulIdentifier", - "src": "20112:6:44" - }, - { - "kind": "number", - "nativeSrc": "20120:14:44", - "nodeType": "YulLiteral", - "src": "20120:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20108:3:44", - "nodeType": "YulIdentifier", - "src": "20108:3:44" - }, - "nativeSrc": "20108:27:44", - "nodeType": "YulFunctionCall", - "src": "20108:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20081:6:44", - "nodeType": "YulIdentifier", - "src": "20081:6:44" - }, - "nativeSrc": "20081:55:44", - "nodeType": "YulFunctionCall", - "src": "20081:55:44" - }, - "nativeSrc": "20081:55:44", - "nodeType": "YulExpressionStatement", - "src": "20081:55:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "19860:282:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19946:9:44", - "nodeType": "YulTypedName", - "src": "19946:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19957:6:44", - "nodeType": "YulTypedName", - "src": "19957:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19965:6:44", - "nodeType": "YulTypedName", - "src": "19965:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19976:4:44", - "nodeType": "YulTypedName", - "src": "19976:4:44", - "type": "" - } - ], - "src": "19860:282:44" - }, - { - "body": { - "nativeSrc": "20225:177:44", - "nodeType": "YulBlock", - "src": "20225:177:44", - "statements": [ - { - "body": { - "nativeSrc": "20271:16:44", - "nodeType": "YulBlock", - "src": "20271:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20280:1:44", - "nodeType": "YulLiteral", - "src": "20280:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20283:1:44", - "nodeType": "YulLiteral", - "src": "20283:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20273:6:44", - "nodeType": "YulIdentifier", - "src": "20273:6:44" - }, - "nativeSrc": "20273:12:44", - "nodeType": "YulFunctionCall", - "src": "20273:12:44" - }, - "nativeSrc": "20273:12:44", - "nodeType": "YulExpressionStatement", - "src": "20273:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20246:7:44", - "nodeType": "YulIdentifier", - "src": "20246:7:44" - }, - { - "name": "headStart", - "nativeSrc": "20255:9:44", - "nodeType": "YulIdentifier", - "src": "20255:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20242:3:44", - "nodeType": "YulIdentifier", - "src": "20242:3:44" - }, - "nativeSrc": "20242:23:44", - "nodeType": "YulFunctionCall", - "src": "20242:23:44" - }, - { - "kind": "number", - "nativeSrc": "20267:2:44", - "nodeType": "YulLiteral", - "src": "20267:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20238:3:44", - "nodeType": "YulIdentifier", - "src": "20238:3:44" - }, - "nativeSrc": "20238:32:44", - "nodeType": "YulFunctionCall", - "src": "20238:32:44" - }, - "nativeSrc": "20235:52:44", - "nodeType": "YulIf", - "src": "20235:52:44" - }, - { - "nativeSrc": "20296:36:44", - "nodeType": "YulVariableDeclaration", - "src": "20296:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20322:9:44", - "nodeType": "YulIdentifier", - "src": "20322:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20309:12:44", - "nodeType": "YulIdentifier", - "src": "20309:12:44" - }, - "nativeSrc": "20309:23:44", - "nodeType": "YulFunctionCall", - "src": "20309:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "20300:5:44", - "nodeType": "YulTypedName", - "src": "20300:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "20366:5:44", - "nodeType": "YulIdentifier", - "src": "20366:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20341:24:44", - "nodeType": "YulIdentifier", - "src": "20341:24:44" - }, - "nativeSrc": "20341:31:44", - "nodeType": "YulFunctionCall", - "src": "20341:31:44" - }, - "nativeSrc": "20341:31:44", - "nodeType": "YulExpressionStatement", - "src": "20341:31:44" - }, - { - "nativeSrc": "20381:15:44", - "nodeType": "YulAssignment", - "src": "20381:15:44", - "value": { - "name": "value", - "nativeSrc": "20391:5:44", - "nodeType": "YulIdentifier", - "src": "20391:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20381:6:44", - "nodeType": "YulIdentifier", - "src": "20381:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address_payable", - "nativeSrc": "20147:255:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20191:9:44", - "nodeType": "YulTypedName", - "src": "20191:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20202:7:44", - "nodeType": "YulTypedName", - "src": "20202:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20214:6:44", - "nodeType": "YulTypedName", - "src": "20214:6:44", - "type": "" - } - ], - "src": "20147:255:44" - }, - { - "body": { - "nativeSrc": "20455:122:44", - "nodeType": "YulBlock", - "src": "20455:122:44", - "statements": [ - { - "nativeSrc": "20465:51:44", - "nodeType": "YulAssignment", - "src": "20465:51:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "20481:1:44", - "nodeType": "YulIdentifier", - "src": "20481:1:44" - }, - { - "kind": "number", - "nativeSrc": "20484:10:44", - "nodeType": "YulLiteral", - "src": "20484:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20477:3:44", - "nodeType": "YulIdentifier", - "src": "20477:3:44" - }, - "nativeSrc": "20477:18:44", - "nodeType": "YulFunctionCall", - "src": "20477:18:44" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "20501:1:44", - "nodeType": "YulIdentifier", - "src": "20501:1:44" - }, - { - "kind": "number", - "nativeSrc": "20504:10:44", - "nodeType": "YulLiteral", - "src": "20504:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20497:3:44", - "nodeType": "YulIdentifier", - "src": "20497:3:44" - }, - "nativeSrc": "20497:18:44", - "nodeType": "YulFunctionCall", - "src": "20497:18:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20473:3:44", - "nodeType": "YulIdentifier", - "src": "20473:3:44" - }, - "nativeSrc": "20473:43:44", - "nodeType": "YulFunctionCall", - "src": "20473:43:44" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "20465:4:44", - "nodeType": "YulIdentifier", - "src": "20465:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "20549:22:44", - "nodeType": "YulBlock", - "src": "20549:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "20551:16:44", - "nodeType": "YulIdentifier", - "src": "20551:16:44" - }, - "nativeSrc": "20551:18:44", - "nodeType": "YulFunctionCall", - "src": "20551:18:44" - }, - "nativeSrc": "20551:18:44", - "nodeType": "YulExpressionStatement", - "src": "20551:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "20531:4:44", - "nodeType": "YulIdentifier", - "src": "20531:4:44" - }, - { - "kind": "number", - "nativeSrc": "20537:10:44", - "nodeType": "YulLiteral", - "src": "20537:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "20528:2:44", - "nodeType": "YulIdentifier", - "src": "20528:2:44" - }, - "nativeSrc": "20528:20:44", - "nodeType": "YulFunctionCall", - "src": "20528:20:44" - }, - "nativeSrc": "20525:46:44", - "nodeType": "YulIf", - "src": "20525:46:44" - } - ] - }, - "name": "checked_sub_t_uint32", - "nativeSrc": "20407:170:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "20437:1:44", - "nodeType": "YulTypedName", - "src": "20437:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "20440:1:44", - "nodeType": "YulTypedName", - "src": "20440:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "20446:4:44", - "nodeType": "YulTypedName", - "src": "20446:4:44", - "type": "" - } - ], - "src": "20407:170:44" - }, - { - "body": { - "nativeSrc": "20718:130:44", - "nodeType": "YulBlock", - "src": "20718:130:44", - "statements": [ - { - "nativeSrc": "20728:26:44", - "nodeType": "YulAssignment", - "src": "20728:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20740:9:44", - "nodeType": "YulIdentifier", - "src": "20740:9:44" - }, - { - "kind": "number", - "nativeSrc": "20751:2:44", - "nodeType": "YulLiteral", - "src": "20751:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20736:3:44", - "nodeType": "YulIdentifier", - "src": "20736:3:44" - }, - "nativeSrc": "20736:18:44", - "nodeType": "YulFunctionCall", - "src": "20736:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20728:4:44", - "nodeType": "YulIdentifier", - "src": "20728:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20770:9:44", - "nodeType": "YulIdentifier", - "src": "20770:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20785:6:44", - "nodeType": "YulIdentifier", - "src": "20785:6:44" - }, - { - "kind": "number", - "nativeSrc": "20793:4:44", - "nodeType": "YulLiteral", - "src": "20793:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20781:3:44", - "nodeType": "YulIdentifier", - "src": "20781:3:44" - }, - "nativeSrc": "20781:17:44", - "nodeType": "YulFunctionCall", - "src": "20781:17:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20763:6:44", - "nodeType": "YulIdentifier", - "src": "20763:6:44" - }, - "nativeSrc": "20763:36:44", - "nodeType": "YulFunctionCall", - "src": "20763:36:44" - }, - "nativeSrc": "20763:36:44", - "nodeType": "YulExpressionStatement", - "src": "20763:36:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20819:9:44", - "nodeType": "YulIdentifier", - "src": "20819:9:44" - }, - { - "kind": "number", - "nativeSrc": "20830:2:44", - "nodeType": "YulLiteral", - "src": "20830:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20815:3:44", - "nodeType": "YulIdentifier", - "src": "20815:3:44" - }, - "nativeSrc": "20815:18:44", - "nodeType": "YulFunctionCall", - "src": "20815:18:44" - }, - { - "name": "value1", - "nativeSrc": "20835:6:44", - "nodeType": "YulIdentifier", - "src": "20835:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20808:6:44", - "nodeType": "YulIdentifier", - "src": "20808:6:44" - }, - "nativeSrc": "20808:34:44", - "nodeType": "YulFunctionCall", - "src": "20808:34:44" - }, - "nativeSrc": "20808:34:44", - "nodeType": "YulExpressionStatement", - "src": "20808:34:44" - } - ] - }, - "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", - "nativeSrc": "20582:266:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20679:9:44", - "nodeType": "YulTypedName", - "src": "20679:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20690:6:44", - "nodeType": "YulTypedName", - "src": "20690:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20698:6:44", - "nodeType": "YulTypedName", - "src": "20698:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20709:4:44", - "nodeType": "YulTypedName", - "src": "20709:4:44", - "type": "" - } - ], - "src": "20582:266:44" - } - ] - }, - "contents": "{\n { }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_array_bytes4_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_uint64(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_bytes4_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n value3 := abi_decode_uint64(add(headStart, 64))\n }\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n }\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_bool(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n if iszero(eq(value_1, iszero(iszero(value_1)))) { revert(0, 0) }\n value1 := value_1\n }\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n }\n function abi_decode_bytes_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_uint32(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_uint64t_addresst_uint32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let value := calldataload(add(headStart, 32))\n validator_revert_address(value)\n value1 := value\n value2 := abi_decode_uint32(add(headStart, 64))\n }\n function abi_decode_tuple_t_uint64t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let value := calldataload(add(headStart, 32))\n validator_revert_address(value)\n value1 := value\n }\n function abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, and(value0, 0xffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffff))\n mstore(add(headStart, 96), and(value3, 0xffffffffffff))\n }\n function abi_decode_tuple_t_uint64t_uint64(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n value1 := abi_decode_uint64(add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffff))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function validator_revert_bytes4(value)\n {\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_bytes4(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_bytes4(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_uint64t_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_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_decode_tuple_t_uint64t_uint32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n value1 := abi_decode_uint32(add(headStart, 32))\n }\n function abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_bytes4_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let tail_2 := add(add(headStart, shl(5, length)), 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(63)))\n let _1 := mload(srcPtr)\n let length_1 := mload(_1)\n mstore(tail_2, length_1)\n copy_memory_to_memory_with_cleanup(add(_1, 32), add(tail_2, 32), length_1)\n tail_2 := add(add(tail_2, and(add(length_1, 31), not(31))), 32)\n srcPtr := add(srcPtr, 32)\n pos := add(pos, 32)\n }\n tail := tail_2\n }\n function abi_decode_tuple_t_addresst_addresst_bytes4(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_bytes4(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_uint32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n value1 := abi_decode_uint32(add(headStart, 32))\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let value_1 := calldataload(add(headStart, 64))\n if iszero(eq(value_1, and(value_1, 0xffffffffffff))) { revert(0, 0) }\n value3 := value_1\n }\n function abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_bytes4(value)\n value0 := value\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, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function abi_encode_string_calldata(start, length, pos) -> end\n {\n mstore(pos, length)\n calldatacopy(add(pos, 0x20), start, length)\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_string_calldata(value0, value1, add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes4_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_bytes4(value)\n value0 := value\n }\n function abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_string_calldata(value2, value3, add(headStart, 96))\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_sub_t_uint256(x, y) -> diff\n {\n diff := sub(x, y)\n if gt(diff, x) { panic_error_0x11() }\n }\n function calldata_array_index_range_access_t_bytes_calldata_ptr(offset, length, startIndex, endIndex) -> offsetOut, lengthOut\n {\n if gt(startIndex, endIndex) { revert(0, 0) }\n if gt(endIndex, length) { revert(0, 0) }\n offsetOut := add(offset, startIndex)\n lengthOut := sub(endIndex, startIndex)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function access_calldata_tail_t_bytes_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), length)) { revert(0, 0) }\n }\n function abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n calldatacopy(pos, value0, value1)\n let _1 := add(pos, value1)\n mstore(_1, 0)\n let length := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), _1, length)\n end := add(_1, length)\n }\n function abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), and(value3, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function checked_add_t_uint48(x, y) -> sum\n {\n sum := add(and(x, 0xffffffffffff), and(y, 0xffffffffffff))\n if gt(sum, 0xffffffffffff) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_string_calldata(value3, value4, add(headStart, 128))\n }\n function abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4(array, len) -> value\n {\n let _1 := calldataload(array)\n value := and(_1, 0xffffffff00000000000000000000000000000000000000000000000000000000)\n if lt(len, 4)\n {\n value := and(and(_1, shl(shl(3, sub(4, len)), 0xffffffff00000000000000000000000000000000000000000000000000000000)), 0xffffffff00000000000000000000000000000000000000000000000000000000)\n }\n }\n function abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffff00000000000000000000000000000000000000000000000000000000))\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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, 0xffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffff))\n }\n function abi_decode_tuple_t_address_payable(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function checked_sub_t_uint32(x, y) -> diff\n {\n diff := sub(and(x, 0xffffffff), and(y, 0xffffffff))\n if gt(diff, 0xffffffff) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xff))\n mstore(add(headStart, 32), value1)\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "6080604052600436106101e35760003560e01c80636d5115bd11610102578063b700961311610095578063d22b598911610064578063d22b5989146106f5578063d6bb62c614610715578063f801a69814610735578063fe0776f51461076f57600080fd5b8063b700961314610663578063b7d2b1621461069f578063cc1b6c81146106bf578063d1f856ee146106d557600080fd5b8063a166aa89116100d1578063a166aa8914610588578063a64d95ce146105e8578063abd9bd2a14610608578063ac9650d81461063657600080fd5b80636d5115bd1461051357806375b238fc14610533578063853551b81461054857806394c7d7ee1461056857600080fd5b806330cae1871161017a5780634665096d116101495780634665096d146104615780634c1da1e2146104775780635296295214610497578063530dd456146104b757600080fd5b806330cae187146103925780633adc277a146103b25780633ca7c02a146103e95780634136a33c1461040557600080fd5b806318ff183c116101b657806318ff183c146102e55780631cff79cd1461030557806325c471a0146103185780633078f1141461033857600080fd5b806308d6122d146101e85780630b0a93ba1461020a57806312be872714610290578063167bd395146102c5575b600080fd5b3480156101f457600080fd5b50610208610203366004612826565b61078f565b005b34801561021657600080fd5b5061027261022536600461288d565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b34801561029c57600080fd5b506102b06102ab36600461288d565b6107e2565b60405163ffffffff9091168152602001610287565b3480156102d157600080fd5b506102086102e03660046128a8565b61084e565b3480156102f157600080fd5b506102086103003660046128e6565b610864565b6102b0610313366004612956565b6108e4565b34801561032457600080fd5b506102086103333660046129bf565b610a83565b34801561034457600080fd5b50610358610353366004612a04565b610aa5565b604051610287949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b34801561039e57600080fd5b506102086103ad366004612a20565b610b3d565b3480156103be57600080fd5b506103d26103cd366004612a53565b610b4f565b60405165ffffffffffff9091168152602001610287565b3480156103f557600080fd5b5061027267ffffffffffffffff81565b34801561041157600080fd5b506102b0610420366004612a53565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561046d57600080fd5b5062093a806102b0565b34801561048357600080fd5b506102b0610492366004612a6c565b610bb3565b3480156104a357600080fd5b506102086104b2366004612a20565b610bf0565b3480156104c357600080fd5b506102726104d236600461288d565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561051f57600080fd5b5061027261052e366004612a9f565b610c02565b34801561053f57600080fd5b50610272600081565b34801561055457600080fd5b50610208610563366004612acd565b610c4e565b34801561057457600080fd5b50610208610583366004612956565b610ce9565b34801561059457600080fd5b506105d86105a3366004612a6c565b6001600160a01b03166000908152600080516020612f978339815191526020526040902060010154600160701b900460ff1690565b6040519015158152602001610287565b3480156105f457600080fd5b50610208610603366004612aeb565b610dc7565b34801561061457600080fd5b50610628610623366004612b15565b610dd9565b604051908152602001610287565b34801561064257600080fd5b50610656610651366004612b7a565b610e12565b6040516102879190612be0565b34801561066f57600080fd5b5061068361067e366004612c60565b610efa565b60408051921515835263ffffffff909116602083015201610287565b3480156106ab57600080fd5b506102086106ba366004612a04565b611007565b3480156106cb57600080fd5b50620697806102b0565b3480156106e157600080fd5b506106836106f0366004612a04565b61101e565b34801561070157600080fd5b50610208610710366004612cab565b61109c565b34801561072157600080fd5b506102b0610730366004612b15565b6110ae565b34801561074157600080fd5b50610755610750366004612cc9565b611238565b6040805192835263ffffffff909116602083015201610287565b34801561077b57600080fd5b5061020861078a366004612a04565b6113e5565b610797611427565b60005b828110156107db576107d3858585848181106107b8576107b8612d3c565b90506020020160208101906107cd9190612d52565b846114bc565b60010161079a565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad016020526040812060010154600080516020612f978339815191529061084790600160801b90046001600160701b0316611552565b9392505050565b610856611427565b6108608282611571565b5050565b61086c611427565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108c857600080fd5b505af11580156108dc573d6000803e3d6000fd5b505050505050565b6000600080516020612f978339815191523382806109048389898961163e565b915091508115801561091a575063ffffffff8116155b1561098657828861092b8989611691565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b6000610994848a8a8a610dd9565b9050600063ffffffff83161515806109bb57506109b082610b4f565b65ffffffffffff1615155b156109cc576109c9826116a9565b90505b6003860154610a218b6109df8c8c611691565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a6b8b8b8b8080601f016020809104026020016040519081016040528093929190818152602001838380828437600092019190915250349250611810915050565b50600390960195909555509293505050509392505050565b610a8b611427565b610a9f8383610a99866107e2565b846118c6565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff8116929182918291600080516020612f9783398151915291610b2e90660100000000000090046001600160701b0316611b51565b979a9199509750945050505050565b610b45611427565b6108608282611b74565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040812054600080516020612f978339815191529065ffffffffffff16610b9e81611c2d565b610ba85780610bab565b60005b949350505050565b6001600160a01b0381166000908152600080516020612f9783398151915260208190526040822060010154610847906001600160701b0316611552565b610bf8611427565b6108608282611c5c565b6001600160a01b0382166000908152600080516020612f97833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b610c56611427565b67ffffffffffffffff83161580610c76575067ffffffffffffffff838116145b15610ca05760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610cdc929190612d98565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610d43573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610d679190612dac565b6001600160e01b03191614610db3576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b038216600482015260240161097d565b6107db610dc285838686610dd9565b6116a9565b610dcf611427565b6108608282611d37565b600084848484604051602001610df29493929190612dc9565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610e3d57610e3d612e3b565b604051908082528060200260200182016040528015610e7057816020015b6060815260200190600190039081610e5b5790505b50915060005b83811015610ef257610ecd30868684818110610e9457610e94612d3c565b9050602002810190610ea69190612e51565b85604051602001610eb993929190612e98565b604051602081830303815290604052611e79565b838281518110610edf57610edf612d3c565b6020908102919091010152600101610e76565b505092915050565b600080610f36846001600160a01b03166000908152600080516020612f978339815191526020526040902060010154600160701b900460ff1690565b15610f4657506000905080610fff565b306001600160a01b03861603610fc157604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b600091509150610fff565b6000610fcd8585610c02565b9050600080610fdc838961101e565b9150915081610fed57600080610ff7565b63ffffffff811615815b945094505050505b935093915050565b61100f611427565b6110198282611eef565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016110475750600190506000611095565b6000806110548686610aa5565b5050915091508165ffffffffffff1660001415801561108a5750611076612003565b65ffffffffffff168265ffffffffffff1611155b935091506110959050565b9250929050565b6110a4611427565b6108608282612013565b6000600080516020612f9783398151915233826110cb8686611691565b905060006110db89898989610dd9565b600081815260028601602052604081205491925065ffffffffffff909116900361111b5760405163060a299b60e41b81526004810182905260240161097d565b826001600160a01b0316896001600160a01b0316146111d057600061114160008561101e565b509050600061115c6111566102258c87610c02565b8661101e565b5090508115801561116b575080155b156111cd576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b03198516606482015260840161097d565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b600080600080516020612f978339815191523382611258828a8a8a61163e565b91505060008163ffffffff1661126c612003565b6112769190612ebf565b905063ffffffff821615806112ad575060008765ffffffffffff161180156112ad57508065ffffffffffff168765ffffffffffff16105b156112be57828a61092b8b8b611691565b6112d88765ffffffffffff168265ffffffffffff166120e2565b96506112e6838b8b8b610dd9565b95506112f1866120f8565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e6040516113d0959493929190612edd565b60405180910390a35050505094509492505050565b6001600160a01b038116331461100f576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b3360008061143683823661218d565b9150915081611019578063ffffffff166000036114ac57600061145981366122a5565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff82166024820152909250604401905061097d565b610a9f610dc28430600036610dd9565b6000600080516020612f978339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b600080611567836001600160701b0316611b51565b5090949350505050565b600080516020612f97833981519152306001600160a01b038416036115cd576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b038416600482015260240161097d565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610cdc90851515815260200190565b600080306001600160a01b038616036116655761165c86858561218d565b91509150611688565b600483106116815761167c868661067e8787611691565b61165c565b5060009050805b94509492505050565b60006116a06004828486612e11565b61084791612f28565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040812054600080516020612f978339815191529065ffffffffffff8116906601000000000000900463ffffffff168184036117245760405163060a299b60e41b81526004810186905260240161097d565b61172c612003565b65ffffffffffff168265ffffffffffff161115611778576040517f18cb6b7a0000000000000000000000000000000000000000000000000000000081526004810186905260240161097d565b61178182611c2d565b156117bb576040517f78a5d6e40000000000000000000000000000000000000000000000000000000081526004810186905260240161097d565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b60608147101561184e576040517fcd78605900000000000000000000000000000000000000000000000000000000815230600482015260240161097d565b600080856001600160a01b0316848660405161186a9190612f5e565b60006040518083038185875af1925050503d80600081146118a7576040519150601f19603f3d011682016040523d82523d6000602084013e6118ac565b606091505b50915091506118bc8683836125a7565b9695505050505050565b6000600080516020612f9783398151915267ffffffffffffffff861667fffffffffffffffe19016119165760405163061c6a4360e21b815267ffffffffffffffff8716600482015260240161097d565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611a1e578563ffffffff16611965612003565b61196f9190612ebf565b905060405180604001604052808265ffffffffffff16815260200161199d8763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611ae1565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611a6e9166010000000000009091046001600160701b031690879061261c565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611b6784611b62612003565b6126c6565b9250925092509193909250565b600080516020612f9783398151915267ffffffffffffffff83161580611ba3575067ffffffffffffffff838116145b15611bcd5760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611c37612003565b65ffffffffffff16611c4c62093a8084612ebf565b65ffffffffffff16111592915050565b600080516020612f9783398151915267ffffffffffffffff83161580611c8b575067ffffffffffffffff838116145b15611cb55760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b600080516020612f9783398151915267ffffffffffffffff831667fffffffffffffffe1901611d855760405163061c6a4360e21b815267ffffffffffffffff8416600482015260240161097d565b67ffffffffffffffff831660009081526001828101602052604082200154611dc190600160801b90046001600160701b0316846206978061261c565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611e6b908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051611e969190612f5e565b600060405180830381855af49150503d8060008114611ed1576040519150601f19603f3d011682016040523d82523d6000602084013e611ed6565b606091505b5091509150611ee68583836125a7565b95945050505050565b6000600080516020612f9783398151915267ffffffffffffffff841667fffffffffffffffe1901611f3f5760405163061c6a4360e21b815267ffffffffffffffff8516600482015260240161097d565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003611f87576000915050610c48565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061200e4261271a565b905090565b6001600160a01b0382166000908152600080516020612f9783398151915260208190526040822060010154909190612058906001600160701b0316846206978061261c565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611e6b565b60008183116120f15781610847565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad026020526040902054600080516020612f978339815191529065ffffffffffff168015801590612153575061215181611c2d565b155b15611019576040517f813e94590000000000000000000000000000000000000000000000000000000081526004810184905260240161097d565b60008060048310156121a457506000905080610fff565b306001600160a01b0386160361222757610fb6306121c28686611691565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b600080600061223687876122a5565b925092509250826122505760008094509450505050610fff565b60008061225d848b61101e565b915091508161227757600080965096505050505050610fff565b61228d8363ffffffff168263ffffffff166120e2565b63ffffffff8116159b909a5098505050505050505050565b6000808060048410156122c0575060009150819050806125a0565b60006122cc8686611691565b90506001600160e01b031981167f853551b800000000000000000000000000000000000000000000000000000000148061232f57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b8061236357506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061239757506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b806123cb57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156123e1576001600080935093509350506125a0565b6001600160e01b031981167f18ff183c00000000000000000000000000000000000000000000000000000000148061244257506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b8061247657506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b156124b857600061248b60246004888a612e11565b8101906124989190612a6c565b905060006124a582610bb3565b600196506000955093506125a092505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061251957506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b1561259357600061252e60246004888a612e11565b81019061253b919061288d565b905060016125848267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b600094509450945050506125a0565b6000806000935093509350505b9250925092565b6060826125bc576125b78261276a565b610847565b81511580156125d357506001600160a01b0384163b155b15612615576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b038516600482015260240161097d565b5080610847565b6000806000612633866001600160701b0316611552565b905060006126708563ffffffff168763ffffffff168463ffffffff161161265b576000612665565b6126658885612f7a565b63ffffffff166120e2565b90508063ffffffff16612681612003565b61268b9190612ebf565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c81169087168111156127055782828261270a565b816000805b9550955095505050509250925092565b600065ffffffffffff821115612766576040517f6dfcc650000000000000000000000000000000000000000000000000000000008152603060048201526024810183905260440161097d565b5090565b80511561277a5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b50565b6001600160a01b03811681146127ac57600080fd5b60008083601f8401126127d657600080fd5b50813567ffffffffffffffff8111156127ee57600080fd5b6020830191508360208260051b850101111561109557600080fd5b803567ffffffffffffffff8116811461282157600080fd5b919050565b6000806000806060858703121561283c57600080fd5b8435612847816127af565b9350602085013567ffffffffffffffff81111561286357600080fd5b61286f878288016127c4565b9094509250612882905060408601612809565b905092959194509250565b60006020828403121561289f57600080fd5b61084782612809565b600080604083850312156128bb57600080fd5b82356128c6816127af565b9150602083013580151581146128db57600080fd5b809150509250929050565b600080604083850312156128f957600080fd5b8235612904816127af565b915060208301356128db816127af565b60008083601f84011261292657600080fd5b50813567ffffffffffffffff81111561293e57600080fd5b60208301915083602082850101111561109557600080fd5b60008060006040848603121561296b57600080fd5b8335612976816127af565b9250602084013567ffffffffffffffff81111561299257600080fd5b61299e86828701612914565b9497909650939450505050565b803563ffffffff8116811461282157600080fd5b6000806000606084860312156129d457600080fd5b6129dd84612809565b925060208401356129ed816127af565b91506129fb604085016129ab565b90509250925092565b60008060408385031215612a1757600080fd5b61290483612809565b60008060408385031215612a3357600080fd5b612a3c83612809565b9150612a4a60208401612809565b90509250929050565b600060208284031215612a6557600080fd5b5035919050565b600060208284031215612a7e57600080fd5b8135610847816127af565b6001600160e01b0319811681146127ac57600080fd5b60008060408385031215612ab257600080fd5b8235612abd816127af565b915060208301356128db81612a89565b600080600060408486031215612ae257600080fd5b61297684612809565b60008060408385031215612afe57600080fd5b612b0783612809565b9150612a4a602084016129ab565b60008060008060608587031215612b2b57600080fd5b8435612b36816127af565b93506020850135612b46816127af565b9250604085013567ffffffffffffffff811115612b6257600080fd5b612b6e87828801612914565b95989497509550505050565b60008060208385031215612b8d57600080fd5b823567ffffffffffffffff811115612ba457600080fd5b612bb0858286016127c4565b90969095509350505050565b60005b83811015612bd7578181015183820152602001612bbf565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612c5457603f1987860301845281518051808752612c31816020890160208501612bbc565b601f01601f19169590950160209081019550938401939190910190600101612c08565b50929695505050505050565b600080600060608486031215612c7557600080fd5b8335612c80816127af565b92506020840135612c90816127af565b91506040840135612ca081612a89565b809150509250925092565b60008060408385031215612cbe57600080fd5b8235612b07816127af565b60008060008060608587031215612cdf57600080fd5b8435612cea816127af565b9350602085013567ffffffffffffffff811115612d0657600080fd5b612d1287828801612914565b909450925050604085013565ffffffffffff81168114612d3157600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612d6457600080fd5b813561084781612a89565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bab602083018486612d6f565b600060208284031215612dbe57600080fd5b815161084781612a89565b6001600160a01b03851681526001600160a01b03841660208201526060604082015260006118bc606083018486612d6f565b634e487b7160e01b600052601160045260246000fd5b60008085851115612e2157600080fd5b83861115612e2e57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e19843603018112612e6857600080fd5b83018035915067ffffffffffffffff821115612e8357600080fd5b60200191503681900382131561109557600080fd5b828482376000838201600081528351612eb5818360208801612bbc565b0195945050505050565b65ffffffffffff8181168382160190811115610c4857610c48612dfb565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b0384166040820152608060608201526000612f1d608083018486612d6f565b979650505050505050565b80356001600160e01b03198116906004841015612f57576001600160e01b0319808560040360031b1b82161691505b5092915050565b60008251612f70818460208701612bbc565b9190910192915050565b63ffffffff8281168282160390811115610c4857610c48612dfb56fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212204b2455b08757cdb2c3d556641b6ba3b5bd0162b7a28cf7ad364ae6faaa5bb3ff64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x1E3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6D5115BD GT PUSH2 0x102 JUMPI DUP1 PUSH4 0xB7009613 GT PUSH2 0x95 JUMPI DUP1 PUSH4 0xD22B5989 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x6F5 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x715 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x735 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x76F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xB7009613 EQ PUSH2 0x663 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x69F JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6BF JUMPI DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x6D5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xA166AA89 GT PUSH2 0xD1 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x588 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x5E8 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x608 JUMPI DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x636 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x513 JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x533 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x548 JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x568 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x17A JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x149 JUMPI DUP1 PUSH4 0x4665096D EQ PUSH2 0x461 JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x477 JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x497 JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x4B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x392 JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x3B2 JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x3E9 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x405 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x18FF183C GT PUSH2 0x1B6 JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x2E5 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x305 JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x318 JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x338 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8D6122D EQ PUSH2 0x1E8 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x20A JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x290 JUMPI DUP1 PUSH4 0x167BD395 EQ PUSH2 0x2C5 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1F4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x203 CALLDATASIZE PUSH1 0x4 PUSH2 0x2826 JUMP JUMPDEST PUSH2 0x78F JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x216 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x225 CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH9 0x10000000000000000 SWAP1 DIV AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x29C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x2AB CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH2 0x7E2 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2D1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x2E0 CALLDATASIZE PUSH1 0x4 PUSH2 0x28A8 JUMP JUMPDEST PUSH2 0x84E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2F1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x300 CALLDATASIZE PUSH1 0x4 PUSH2 0x28E6 JUMP JUMPDEST PUSH2 0x864 JUMP JUMPDEST PUSH2 0x2B0 PUSH2 0x313 CALLDATASIZE PUSH1 0x4 PUSH2 0x2956 JUMP JUMPDEST PUSH2 0x8E4 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x324 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x333 CALLDATASIZE PUSH1 0x4 PUSH2 0x29BF JUMP JUMPDEST PUSH2 0xA83 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x344 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x358 PUSH2 0x353 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0xAA5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x287 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH6 0xFFFFFFFFFFFF SWAP5 DUP6 AND DUP2 MSTORE PUSH4 0xFFFFFFFF SWAP4 DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE SWAP2 SWAP1 SWAP3 AND PUSH1 0x40 DUP3 ADD MSTORE SWAP2 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x39E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x3AD CALLDATASIZE PUSH1 0x4 PUSH2 0x2A20 JUMP JUMPDEST PUSH2 0xB3D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3D2 PUSH2 0x3CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2A53 JUMP JUMPDEST PUSH2 0xB4F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3F5 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x411 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x420 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A53 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x46D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x2B0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x483 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x492 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A6C JUMP JUMPDEST PUSH2 0xBB3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x4B2 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A20 JUMP JUMPDEST PUSH2 0xBF0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4C3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x4D2 CALLDATASIZE PUSH1 0x4 PUSH2 0x288D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x51F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH2 0x52E CALLDATASIZE PUSH1 0x4 PUSH2 0x2A9F JUMP JUMPDEST PUSH2 0xC02 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x272 PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x554 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x563 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACD JUMP JUMPDEST PUSH2 0xC4E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x574 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x583 CALLDATASIZE PUSH1 0x4 PUSH2 0x2956 JUMP JUMPDEST PUSH2 0xCE9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x594 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x5D8 PUSH2 0x5A3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A6C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5F4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x603 CALLDATASIZE PUSH1 0x4 PUSH2 0x2AEB JUMP JUMPDEST PUSH2 0xDC7 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x614 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x628 PUSH2 0x623 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B15 JUMP JUMPDEST PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x642 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x656 PUSH2 0x651 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B7A JUMP JUMPDEST PUSH2 0xE12 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x287 SWAP2 SWAP1 PUSH2 0x2BE0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x66F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x683 PUSH2 0x67E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C60 JUMP JUMPDEST PUSH2 0xEFA JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6AB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x6BA CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x1007 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6CB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2B0 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6E1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x683 PUSH2 0x6F0 CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x101E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x701 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x710 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAB JUMP JUMPDEST PUSH2 0x109C JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x721 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2B0 PUSH2 0x730 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B15 JUMP JUMPDEST PUSH2 0x10AE JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x741 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x755 PUSH2 0x750 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CC9 JUMP JUMPDEST PUSH2 0x1238 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x287 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x77B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x208 PUSH2 0x78A CALLDATASIZE PUSH1 0x4 PUSH2 0x2A04 JUMP JUMPDEST PUSH2 0x13E5 JUMP JUMPDEST PUSH2 0x797 PUSH2 0x1427 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x7DB JUMPI PUSH2 0x7D3 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7B8 JUMPI PUSH2 0x7B8 PUSH2 0x2D3C JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x7CD SWAP2 SWAP1 PUSH2 0x2D52 JUMP JUMPDEST DUP5 PUSH2 0x14BC JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x79A JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x847 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x856 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1571 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x86C PUSH2 0x1427 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x7A9E5E4B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x7A9E5E4B SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x8C8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x8DC JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x904 DUP4 DUP10 DUP10 DUP10 PUSH2 0x163E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x91A JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x986 JUMPI DUP3 DUP9 PUSH2 0x92B DUP10 DUP10 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x81C6F24B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x24 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x994 DUP5 DUP11 DUP11 DUP11 PUSH2 0xDD9 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9BB JUMPI POP PUSH2 0x9B0 DUP3 PUSH2 0xB4F JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0x9CC JUMPI PUSH2 0x9C9 DUP3 PUSH2 0x16A9 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA21 DUP12 PUSH2 0x9DF DUP13 DUP13 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST DUP8 PUSH1 0x3 ADD DUP2 SWAP1 SSTORE POP PUSH2 0xA6B DUP12 DUP12 DUP12 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP CALLVALUE SWAP3 POP PUSH2 0x1810 SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x3 SWAP1 SWAP7 ADD SWAP6 SWAP1 SWAP6 SSTORE POP SWAP3 SWAP4 POP POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0xA8B PUSH2 0x1427 JUMP JUMPDEST PUSH2 0xA9F DUP4 DUP4 PUSH2 0xA99 DUP7 PUSH2 0x7E2 JUMP JUMPDEST DUP5 PUSH2 0x18C6 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB2E SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1B51 JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB45 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1B74 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xB9E DUP2 PUSH2 0x1C2D JUMP JUMPDEST PUSH2 0xBA8 JUMPI DUP1 PUSH2 0xBAB JUMP JUMPDEST PUSH1 0x0 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x847 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST PUSH2 0xBF8 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1C5C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0xC56 PUSH2 0x1427 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xC76 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xCA0 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xCDC SWAP3 SWAP2 SWAP1 PUSH2 0x2D98 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP2 MLOAD CALLER SWAP3 SWAP2 DUP4 SWAP2 PUSH4 0x8FB36037 SWAP2 PUSH1 0x4 DUP1 DUP3 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP1 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xD43 JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xD67 SWAP2 SWAP1 PUSH2 0x2DAC JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xDB3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x320FF74800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x7DB PUSH2 0xDC2 DUP6 DUP4 DUP7 DUP7 PUSH2 0xDD9 JUMP JUMPDEST PUSH2 0x16A9 JUMP JUMPDEST PUSH2 0xDCF PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x1D37 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xDF2 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2DC9 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 SWAP1 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xE3D JUMPI PUSH2 0xE3D PUSH2 0x2E3B JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xE70 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xE5B JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xEF2 JUMPI PUSH2 0xECD ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xE94 JUMPI PUSH2 0xE94 PUSH2 0x2D3C JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0xEA6 SWAP2 SWAP1 PUSH2 0x2E51 JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xEB9 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2E98 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1E79 JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0xEDF JUMPI PUSH2 0xEDF PUSH2 0x2D3C JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xE76 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xF36 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST ISZERO PUSH2 0xF46 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0xFFF JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0xFC1 JUMPI PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP1 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP7 AND DUP3 DUP5 ADD MSTORE DUP3 MLOAD DUP1 DUP4 SUB DUP5 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP3 ADD SWAP1 SWAP3 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ JUMPDEST PUSH1 0x0 SWAP2 POP SWAP2 POP PUSH2 0xFFF JUMP JUMPDEST PUSH1 0x0 PUSH2 0xFCD DUP6 DUP6 PUSH2 0xC02 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0xFDC DUP4 DUP10 PUSH2 0x101E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xFED JUMPI PUSH1 0x0 DUP1 PUSH2 0xFF7 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO DUP2 JUMPDEST SWAP5 POP SWAP5 POP POP POP POP JUMPDEST SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x100F PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x1019 DUP3 DUP3 PUSH2 0x1EEF JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x1047 JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x1095 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1054 DUP7 DUP7 PUSH2 0xAA5 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x108A JUMPI POP PUSH2 0x1076 PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x1095 SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x10A4 PUSH2 0x1427 JUMP JUMPDEST PUSH2 0x860 DUP3 DUP3 PUSH2 0x2013 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x10CB DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x10DB DUP10 DUP10 DUP10 DUP10 PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP7 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP2 SWAP3 POP PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND SWAP1 SUB PUSH2 0x111B JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x11D0 JUMPI PUSH1 0x0 PUSH2 0x1141 PUSH1 0x0 DUP6 PUSH2 0x101E JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x115C PUSH2 0x1156 PUSH2 0x225 DUP13 DUP8 PUSH2 0xC02 JUMP JUMPDEST DUP7 PUSH2 0x101E JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x116B JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x11CD JUMPI PUSH1 0x40 MLOAD PUSH32 0x3FE2751C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP8 AND PUSH1 0x4 DUP4 ADD MSTORE DUP1 DUP14 AND PUSH1 0x24 DUP4 ADD MSTORE DUP12 AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x97D JUMP JUMPDEST POP POP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP6 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 DUP2 SWAP1 SSTORE SWAP1 MLOAD PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH4 0xFFFFFFFF AND SWAP2 DUP3 SWAP2 DUP5 SWAP2 PUSH32 0xBD9AC67A6E2F6463B80927326310338BCBB4BDB7936CE1365EA3E01067E7B9F7 SWAP2 LOG3 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1258 DUP3 DUP11 DUP11 DUP11 PUSH2 0x163E JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x126C PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x1276 SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x12AD JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x12AD JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x12BE JUMPI DUP3 DUP11 PUSH2 0x92B DUP12 DUP12 PUSH2 0x1691 JUMP JUMPDEST PUSH2 0x12D8 DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST SWAP7 POP PUSH2 0x12E6 DUP4 DUP12 DUP12 DUP12 PUSH2 0xDD9 JUMP JUMPDEST SWAP6 POP PUSH2 0x12F1 DUP7 PUSH2 0x20F8 JUMP JUMPDEST DUP4 PUSH1 0x2 ADD PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH4 0xFFFFFFFF AND PUSH1 0x1 ADD SWAP5 POP DUP7 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH6 0xFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH6 0xFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 PUSH4 0xFFFFFFFF AND DUP7 PUSH32 0x82A2DA5DEE54EA8021C6545B4444620291E07EE83BE6DD57EDB175062715F3B4 DUP10 DUP7 DUP15 DUP15 DUP15 PUSH1 0x40 MLOAD PUSH2 0x13D0 SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x2EDD JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0x100F JUMPI PUSH1 0x40 MLOAD PUSH32 0x5F159E6300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 DUP1 PUSH2 0x1436 DUP4 DUP3 CALLDATASIZE PUSH2 0x218D JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1019 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x14AC JUMPI PUSH1 0x0 PUSH2 0x1459 DUP2 CALLDATASIZE PUSH2 0x22A5 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0xF07E038F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x24 DUP3 ADD MSTORE SWAP1 SWAP3 POP PUSH1 0x44 ADD SWAP1 POP PUSH2 0x97D JUMP JUMPDEST PUSH2 0xA9F PUSH2 0xDC2 DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xDD9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP10 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE SWAP3 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH8 0xFFFFFFFFFFFFFFFF DUP10 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP3 DUP4 MSTORE SWAP4 SWAP5 POP PUSH32 0x9EA6790C7DADFD01C9F8B9762B3682607AF2C7E79E05A9F9FDF5580DDE949151 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x1567 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1B51 JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SUB PUSH2 0x15CD JUMPI PUSH1 0x40 MLOAD PUSH32 0x5A068BC800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD DUP6 ISZERO ISZERO PUSH1 0x1 PUSH1 0x70 SHL MUL PUSH15 0xFF0000000000000000000000000000 NOT SWAP1 SWAP2 AND OR SWAP1 SSTORE MLOAD PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP1 PUSH2 0xCDC SWAP1 DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x1665 JUMPI PUSH2 0x165C DUP7 DUP6 DUP6 PUSH2 0x218D JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x1688 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x1681 JUMPI PUSH2 0x167C DUP7 DUP7 PUSH2 0x67E DUP8 DUP8 PUSH2 0x1691 JUMP JUMPDEST PUSH2 0x165C JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x16A0 PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x2E11 JUMP JUMPDEST PUSH2 0x847 SWAP2 PUSH2 0x2F28 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x1724 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x172C PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x1778 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH2 0x1781 DUP3 PUSH2 0x1C2D JUMP JUMPDEST ISZERO PUSH2 0x17BB JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 DUP5 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD PUSH4 0xFFFFFFFF DUP4 AND SWAP2 DUP8 SWAP2 PUSH32 0x76A2A46953689D4861A5D3F6ED883AD7E6AF674A21F8E162707159FC9DDE614D SWAP2 SWAP1 LOG3 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 SELFBALANCE LT ISZERO PUSH2 0x184E JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x186A SWAP2 SWAP1 PUSH2 0x2F5E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x18A7 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 0x18AC JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x18BC DUP7 DUP4 DUP4 PUSH2 0x25A7 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1916 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND ISZERO SWAP1 DUP2 ISZERO PUSH2 0x1A1E JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1965 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x196F SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH6 0xFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x199D DUP8 PUSH4 0xFFFFFFFF AND PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 DUP2 AND SWAP1 SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE DUP3 MSTORE SWAP1 SWAP2 KECCAK256 DUP4 MLOAD DUP2 SLOAD SWAP5 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 AND PUSH7 0x1000000000000 MUL PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT SWAP1 SWAP4 AND PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x1AE1 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP9 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP5 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP12 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH2 0x1A6E SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x261C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP4 AND PUSH7 0x1000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000FFFFFFFFFFFF SWAP1 SWAP4 AND SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE SWAP1 POP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF DUP8 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO DUP2 DUP4 ADD MSTORE SWAP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND SWAP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP12 AND SWAP2 PUSH32 0xF98448B987F1428E0E230E1F3C6E2CE15B5693EAF31827FBD0B1EC4B424AE7CF SWAP2 DUP2 SWAP1 SUB PUSH1 0x60 ADD SWAP1 LOG3 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x1B67 DUP5 PUSH2 0x1B62 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x26C6 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1BA3 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1BCD JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND SWAP5 DUP8 AND SWAP5 DUP6 OR SWAP1 SSTORE MLOAD PUSH32 0x1FD6DD7631312DFAC2205B52913F99DE03B4D7E381D5D27D3DBFE0713E6E6340 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1C37 PUSH2 0x2003 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1C4C PUSH3 0x93A80 DUP5 PUSH2 0x2EBF JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1C8B JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1CB5 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF AND PUSH9 0x10000000000000000 SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1D85 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP3 KECCAK256 ADD SLOAD PUSH2 0x1DC1 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x261C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP1 DUP8 ADD PUSH1 0x20 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP6 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFF0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP6 AND SWAP5 SWAP1 SWAP5 OR SWAP1 SWAP4 SSTORE SWAP2 MLOAD SWAP1 SWAP3 POP PUSH32 0xFEB69018EE8B8FD50EA86348F1267D07673379F72CFFDECCEC63853EE8CE8B48 SWAP1 PUSH2 0x1E6B SWAP1 DUP7 SWAP1 DUP6 SWAP1 PUSH4 0xFFFFFFFF SWAP3 SWAP1 SWAP3 AND DUP3 MSTORE PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x1E96 SWAP2 SWAP1 PUSH2 0x2F5E JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x1ED1 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 0x1ED6 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1EE6 DUP6 DUP4 DUP4 PUSH2 0x25A7 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1F3F JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND SWAP1 SUB PUSH2 0x1F87 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC48 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND DUP1 DUP6 MSTORE SWAP3 MSTORE DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD SWAP1 SWAP3 SWAP2 PUSH32 0xF229BAA593AF28C41B1D16B748CD7688F0C83AAF92D4BE41C44005DEFE84C166 SWAP2 LOG3 POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x200E TIMESTAMP PUSH2 0x271A JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x2058 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x261C JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP7 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH14 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP7 SWAP1 SWAP7 AND SWAP6 SWAP1 SWAP6 OR SWAP1 SWAP5 SSTORE DUP1 MLOAD PUSH4 0xFFFFFFFF DUP9 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP5 AND SWAP5 DUP2 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP2 SWAP4 POP SWAP2 PUSH32 0xA56B76017453F399EC2327BA00375DBFB1FD070FF854341AD6191E6A2E2DE19C SWAP2 ADD PUSH2 0x1E6B JUMP JUMPDEST PUSH1 0x0 DUP2 DUP4 GT PUSH2 0x20F1 JUMPI DUP2 PUSH2 0x847 JUMP JUMPDEST POP SWAP1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x2F97 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x2153 JUMPI POP PUSH2 0x2151 DUP2 PUSH2 0x1C2D JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1019 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x21A4 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0xFFF JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x2227 JUMPI PUSH2 0xFB6 ADDRESS PUSH2 0x21C2 DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2236 DUP8 DUP8 PUSH2 0x22A5 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 PUSH2 0x2250 JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0xFFF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x225D DUP5 DUP12 PUSH2 0x101E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x2277 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0xFFF JUMP JUMPDEST PUSH2 0x228D DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO SWAP12 SWAP1 SWAP11 POP SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x22C0 JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x22CC DUP7 DUP7 PUSH2 0x1691 JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x232F JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2363 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2397 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x23CB JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x23E1 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2442 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2476 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x24B8 JUMPI PUSH1 0x0 PUSH2 0x248B PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x2E11 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x2498 SWAP2 SWAP1 PUSH2 0x2A6C JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x24A5 DUP3 PUSH2 0xBB3 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x25A0 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2519 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2593 JUMPI PUSH1 0x0 PUSH2 0x252E PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x2E11 JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x253B SWAP2 SWAP1 PUSH2 0x288D JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x2584 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST PUSH1 0x0 SWAP5 POP SWAP5 POP SWAP5 POP POP POP PUSH2 0x25A0 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x25BC JUMPI PUSH2 0x25B7 DUP3 PUSH2 0x276A JUMP JUMPDEST PUSH2 0x847 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x25D3 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2615 JUMPI PUSH1 0x40 MLOAD PUSH32 0x9996B31500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x97D JUMP JUMPDEST POP DUP1 PUSH2 0x847 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x2633 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1552 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2670 DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x265B JUMPI PUSH1 0x0 PUSH2 0x2665 JUMP JUMPDEST PUSH2 0x2665 DUP9 DUP6 PUSH2 0x2F7A JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x20E2 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x2681 PUSH2 0x2003 JUMP JUMPDEST PUSH2 0x268B SWAP2 SWAP1 PUSH2 0x2EBF JUMP JUMPDEST SWAP3 POP PUSH4 0xFFFFFFFF DUP7 AND PUSH1 0x20 DUP4 SWAP1 SHL PUSH8 0xFFFFFFFF00000000 AND PUSH1 0x40 DUP6 SWAP1 SHL PUSH14 0xFFFFFFFFFFFF0000000000000000 AND OR OR SWAP4 POP POP POP SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP7 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP7 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP9 SWAP1 SHR DUP2 AND SWAP1 DUP8 AND DUP2 GT ISZERO PUSH2 0x2705 JUMPI DUP3 DUP3 DUP3 PUSH2 0x270A JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2766 JUMPI PUSH1 0x40 MLOAD PUSH32 0x6DFCC65000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x30 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x97D JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x277A JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x27AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x27D6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x27EE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2821 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x283C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2847 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2863 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x286F DUP8 DUP3 DUP9 ADD PUSH2 0x27C4 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2882 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2809 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x289F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x847 DUP3 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x28BB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x28C6 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x28DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x28F9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2904 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x28DB DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2926 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x293E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x296B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2976 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2992 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x299E DUP7 DUP3 DUP8 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2821 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x29D4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x29DD DUP5 PUSH2 0x2809 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x29ED DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH2 0x29FB PUSH1 0x40 DUP6 ADD PUSH2 0x29AB JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2A17 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2904 DUP4 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2A33 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2A3C DUP4 PUSH2 0x2809 JUMP JUMPDEST SWAP2 POP PUSH2 0x2A4A PUSH1 0x20 DUP5 ADD PUSH2 0x2809 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A65 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2A7E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x847 DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x27AC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AB2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2ABD DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x28DB DUP2 PUSH2 0x2A89 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2AE2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2976 DUP5 PUSH2 0x2809 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AFE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B07 DUP4 PUSH2 0x2809 JUMP JUMPDEST SWAP2 POP PUSH2 0x2A4A PUSH1 0x20 DUP5 ADD PUSH2 0x29AB JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2B2B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2B36 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2B46 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B62 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B6E DUP8 DUP3 DUP9 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B8D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BB0 DUP6 DUP3 DUP7 ADD PUSH2 0x27C4 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2BD7 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2BBF JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2C54 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2C31 DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2BBC JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP6 SWAP1 SWAP6 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP6 POP SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x2C08 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C75 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2C80 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C90 DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2CA0 DUP2 PUSH2 0x2A89 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B07 DUP2 PUSH2 0x27AF JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2CDF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2CEA DUP2 PUSH2 0x27AF JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2D06 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D12 DUP8 DUP3 DUP9 ADD PUSH2 0x2914 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2D31 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP7 SWAP3 SWAP6 POP SWAP1 SWAP4 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2D64 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x847 DUP2 PUSH2 0x2A89 JUMP JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xBAB PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2DBE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x847 DUP2 PUSH2 0x2A89 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x60 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x18BC PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x2E21 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x2E2E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x2E68 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x2E83 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x1095 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x2EB5 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2BBC JUMP JUMPDEST ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP2 DUP2 AND DUP4 DUP3 AND ADD SWAP1 DUP2 GT ISZERO PUSH2 0xC48 JUMPI PUSH2 0xC48 PUSH2 0x2DFB JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP7 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x80 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x2F1D PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2D6F JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x2F57 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x2F70 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2BBC JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0xC48 JUMPI PUSH2 0xC48 PUSH2 0x2DFB JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 0x4B 0x24 SSTORE 0xB0 DUP8 JUMPI 0xCD 0xB2 0xC3 0xD5 JUMP PUSH5 0x1B6BA3B5BD ADD PUSH3 0xB7A28C 0xF7 0xAD CALLDATASIZE BLOBBASEFEE 0xE6 STATICCALL 0xAA JUMPDEST 0xB3 SELFDESTRUCT PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "3965:28080:12:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16720:291;;;;;;;;;;-1:-1:-1;16720:291:12;;;;;:::i;:::-;;:::i;:::-;;9527:195;;;;;;;;;;-1:-1:-1;9527:195:12;;;;;:::i;:::-;9690:16;;;;9596:6;9690:16;;;:8;:16;;;;;:8;:25;;;;;;;9527:195;;;;1730:18:44;1718:31;;;1700:50;;1688:2;1673:18;9527:195:12;;;;;;;;9763:205;;;;;;;;;;-1:-1:-1;9763:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:44;1923:23;;;1905:42;;1893:2;1878:18;9763:205:12;1761:192:44;18333:133:12;;;;;;;;;;-1:-1:-1;18333:133:12;;;;;:::i;:::-;;:::i;26177:159::-;;;;;;;;;;-1:-1:-1;26177:159:12;;;;;:::i;:::-;;:::i;21897:1315::-;;;;;;:::i;:::-;;:::i;11404:191::-;;;;;;;;;;-1:-1:-1;11404:191:12;;;;;:::i;:::-;;:::i;10009:479::-;;;;;;;;;;-1:-1:-1;10009:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:44;4802:27;;;4784:46;;4878:10;4866:23;;;4861:2;4846:18;;4839:51;4926:23;;;;4921:2;4906:18;;4899:51;4986:27;;4981:2;4966:18;;4959:55;4771:3;4756:19;;4561:459;12092:126:12;;;;;;;;;;-1:-1:-1;12092:126:12;;;;;:::i;:::-;;:::i;19136:255::-;;;;;;;;;;-1:-1:-1;19136:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:44;5633:27;;;5615:46;;5603:2;5588:18;19136:255:12;5471:196:44;5573:53:12;;;;;;;;;;;;5610:16;5573:53;;19432:182;;;;;;;;;;-1:-1:-1;19432:182:12;;;;;:::i;:::-;19491:6;19585:16;;;:12;:16;;;;;:22;;;;;;;19432:182;8275:90;;;;;;;;;;-1:-1:-1;8351:7:12;8275:90;;9046:210;;;;;;;;;;-1:-1:-1;9046:210:12;;;;;:::i;:::-;;:::i;12259:138::-;;;;;;;;;;-1:-1:-1;12259:138:12;;;;;:::i;:::-;;:::i;9297:189::-;;;;;;;;;;-1:-1:-1;9297:189:12;;;;;:::i;:::-;9457:16;;;;9363:6;9457:16;;;:8;:16;;;;;:8;:22;;;;9297:189;8770:235;;;;;;;;;;-1:-1:-1;8770:235:12;;;;;:::i;:::-;;:::i;5510:52::-;;;;;;;;;;;;5546:16;5510:52;;11107:256;;;;;;;;;;-1:-1:-1;11107:256:12;;;;;:::i;:::-;;:::i;24477:376::-;;;;;;;;;;-1:-1:-1;24477:376:12;;;;;:::i;:::-;;:::i;8536:193::-;;;;;;;;;;-1:-1:-1;8536:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;8697:18:12;8605:4;8697:18;;;-1:-1:-1;;;;;;;;;;;8697:18:12;;;;;:25;;;-1:-1:-1;;;8697:25:12;;;;;8536:193;;;;7149:14:44;;7142:22;7124:41;;7112:2;7097:18;8536:193:12;6984:187:44;12438:134:12;;;;;;;;;;-1:-1:-1;12438:134:12;;;;;:::i;:::-;;:::i;25835:181::-;;;;;;;;;;-1:-1:-1;25835:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:44;;;8261:2;8246:18;25835:181:12;8127:177:44;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7432:802:12:-;;;;;;;;;;-1:-1:-1;7432:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:44;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7432:802:12;10544:273:44;11636:127:12;;;;;;;;;;-1:-1:-1;11636:127:12;;;;;:::i;:::-;;:::i;8406:89::-;;;;;;;;;;-1:-1:-1;8482:6:12;8406:89;;10529:418;;;;;;;;;;-1:-1:-1;10529:418:12;;;;;:::i;:::-;;:::i;17510:147::-;;;;;;;;;;-1:-1:-1;17510:147:12;;;;;:::i;:::-;;:::i;23253:1183::-;;;;;;;;;;-1:-1:-1;23253:1183:12;;;;;:::i;:::-;;:::i;19655:1440::-;;;;;;;;;;-1:-1:-1;19655:1440:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:44;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19655:1440:12;11871:263:44;11804:247:12;;;;;;;;;;-1:-1:-1;11804:247:12;;;;;:::i;:::-;;:::i;16720:291::-;6747:18;:16;:18::i;:::-;16886:9:::1;16881:124;16901:20:::0;;::::1;16881:124;;;16942:52;16965:6;16973:9;;16983:1;16973:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;16987:6;16942:22;:52::i;:::-;16923:3;;16881:124;;;;16720:291:::0;;;;:::o;9763:205::-;9928:16;;;9834:6;9928:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6501:28:12;9928:33;;-1:-1:-1;;;9928:27:12;;-1:-1:-1;;;;;9928:27:12;:31;:33::i;:::-;9921:40;9763:205;-1:-1:-1;;;9763:205:12:o;18333:133::-;6747:18;:16;:18::i;:::-;18427:32:::1;18444:6;18452;18427:16;:32::i;:::-;18333:133:::0;;:::o;26177:159::-;6747:18;:16;:18::i;:::-;26280:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:44;;;26280:49:12::1;::::0;::::1;12724:74:44::0;26280:35:12;::::1;::::0;::::1;::::0;12697:18:44;;26280:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26177:159:::0;;:::o;21897:1315::-;21983:6;-1:-1:-1;;;;;;;;;;;966:10:14;21983:6:12;;22225:38;966:10:14;22250:6:12;22258:4;;22225:16;:38::i;:::-;22190:73;;;;22326:9;22325:10;:26;;;;-1:-1:-1;22339:12:12;;;;22325:26;22321:131;;;22404:6;22412;22420:20;22435:4;;22420:14;:20::i;:::-;22374:67;;;;;-1:-1:-1;;;;;13027:55:44;;;22374:67:12;;;13009:74:44;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:44;13191:18;;;13184:107;12982:18;;22374:67:12;;;;;;;;22321:131;22462:19;22484:35;22498:6;22506;22514:4;;22484:13;:35::i;:::-;22462:57;-1:-1:-1;22529:12:12;22721;;;;;;:45;;;22737:24;22749:11;22737;:24::i;:::-;:29;;;;22721:45;22717:116;;;22790:32;22810:11;22790:19;:32::i;:::-;22782:40;;22717:116;22925:14;;;;22966:46;22983:6;22991:20;23006:4;;22991:14;:20::i;:::-;32007:28;;;-1:-1:-1;;;;;19017:55:44;;;;32007:28:12;;;;18999:74:44;;;;-1:-1:-1;;;;;;19109:79:44;;;;19089:18;;;19082:107;32007:28:12;;;;;;;;;18972:18:44;;;;32007:28:12;;31997:39;;;;;;31890:153;22966:46;22949:1;:14;;:63;;;;23047:54;23077:6;23085:4;;23047:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23091:9:12;;-1:-1:-1;23047:29:12;;-1:-1:-1;;23047:54:12:i;:::-;-1:-1:-1;23148:14:12;;;;:34;;;;-1:-1:-1;23200:5:12;;-1:-1:-1;;;;21897:1315:12;;;;;:::o;11404:191::-;6747:18;:16;:18::i;:::-;11518:70:::1;11529:6;11537:7;11546:25;11564:6;11546:17;:25::i;:::-;11573:14;11518:10;:70::i;:::-;;11404:191:::0;;;:::o;10009:479::-;10285:16;;;10111:12;10285:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10285:33:12;;;;;;;;;10337:12;;;;;;10111;;;;;-1:-1:-1;;;;;;;;;;;6501:28:12;10398:22;;:12;;;-1:-1:-1;;;;;10398:12:12;:20;:22::i;:::-;10009:479;;10359:61;;-1:-1:-1;10359:61:12;-1:-1:-1;10009:479:12;-1:-1:-1;;;;;10009:479:12:o;12092:126::-;6747:18;:16;:18::i;:::-;12183:28:::1;12197:6;12205:5;12183:13;:28::i;19136:255::-:0;19198:6;19304:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6501:28:12;19304:26;;19347:21;19304:26;19347:10;:21::i;:::-;:37;;19375:9;19347:37;;;19371:1;19347:37;19340:44;19136:255;-1:-1:-1;;;;19136:255:12:o;9046:210::-;-1:-1:-1;;;;;9214:18:12;;9120:6;9214:18;;;-1:-1:-1;;;;;;;;;;;9214:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9214:29:12;:33;:35::i;12259:138::-;6747:18;:16;:18::i;:::-;12356:34:::1;12373:6;12381:8;12356:16;:34::i;8770:235::-:0;-1:-1:-1;;;;;8957:18:12;;8863:6;8957:18;;;-1:-1:-1;;;;;;;;;;;8957:18:12;;;;;;;;-1:-1:-1;;;;;;8957:41:12;;;;;;;;;;;;8770:235;;;;;:::o;11107:256::-;6747:18;:16;:18::i;:::-;11208:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5610:16:12::1;11232:21:::0;;::::1;;11208:45;11204:114;;;11276:31;::::0;-1:-1:-1;;;11276:31:12;;1730:18:44;1718:31;;11276::12::1;::::0;::::1;1700:50:44::0;1673:18;;11276:31:12::1;1556:200:44::0;11204:114:12::1;11342:6;11332:24;;;11350:5;;11332:24;;;;;;;:::i;:::-;;;;;;;;11107:256:::0;;;:::o;24477:376::-;24610:47;;;24661:46;24610:47;;;;;966:10:14;;24661:46:12;966:10:14;;24661:46:12;;24610:47;;;;;;;;;;;;;;;966:10:14;24610:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24610:97:12;;24606:175;;24730:40;;;;;-1:-1:-1;;;;;12742:55:44;;24730:40:12;;;12724:74:44;12697:18;;24730:40:12;12578:226:44;24606:175:12;24790:56;24810:35;24824:6;24832;24840:4;;24810:13;:35::i;:::-;24790:19;:56::i;12438:134::-;6747:18;:16;:18::i;:::-;12533:32:::1;12548:6;12556:8;12533:14;:32::i;25835:181::-:0;25940:7;25987:6;25995;26003:4;;25976:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;25966:43;;;;;;25959:50;;25835:181;;;;;;:::o;1502:484:15:-;1668:12;;;1604:20;1668:12;;;;;;;;1570:22;;1779:4;1767:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1757:34;;1806:9;1801:155;1821:15;;;1801:155;;;1870:75;1907:4;1927;;1932:1;1927:7;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;1936;1914:30;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1870:28;:75::i;:::-;1857:7;1865:1;1857:10;;;;;;;;:::i;:::-;;;;;;;;;;:88;1838:3;;1801:155;;;;1965:14;1502:484;;;;:::o;7432:802:12:-;7557:14;7573:12;7601:22;7616:6;-1:-1:-1;;;;;8697:18:12;8605:4;8697:18;;;-1:-1:-1;;;;;;;;;;;8697:18:12;;;;;:25;;;-1:-1:-1;;;8697:25:12;;;;;8536:193;7601:22;7597:631;;;-1:-1:-1;7647:5:12;;-1:-1:-1;7647:5:12;7639:17;;7597:631;7695:4;-1:-1:-1;;;;;7677:23:12;;;7673:555;;32007:28;;;-1:-1:-1;;;;;19017:55:44;;32007:28:12;;;;18999:74:44;;;;-1:-1:-1;;;;;;19109:79:44;;19089:18;;;19082:107;32007:28:12;;;;;;;;;18972:18:44;;;;32007:28:12;;;31997:39;;;;;31293:14;;:52;7943:30;7975:1;7935:42;;;;;;7673:555;8008:13;8024:39;8046:6;8054:8;8024:21;:39::i;:::-;8008:55;;8078:13;8093:19;8116:23;8124:6;8132;8116:7;:23::i;:::-;8077:62;;;;8160:8;:57;;8208:5;8215:1;8160:57;;;8172:17;;;;:12;8160:57;8153:64;;;;;;;7673:555;7432:802;;;;;;:::o;11636:127::-;6747:18;:16;:18::i;:::-;11728:28:::1;11740:6;11748:7;11728:11;:28::i;:::-;;11636:127:::0;;:::o;10529:418::-;10629:13;;-1:-1:-1;;5610:16:12;10681:21;;;10677:264;;-1:-1:-1;10726:4:12;;-1:-1:-1;10732:1:12;10718:16;;10677:264;10766:19;10787;10814:26;10824:6;10832:7;10814:9;:26::i;:::-;10765:75;;;;;;10862:12;:17;;10878:1;10862:17;;:53;;;;;10899:16;:14;:16::i;:::-;10883:32;;:12;:32;;;;10862:53;10854:76;-1:-1:-1;10917:12:12;-1:-1:-1;10854:76:12;;-1:-1:-1;10854:76:12;10677:264;10529:418;;;;;:::o;17510:147::-;6747:18;:16;:18::i;:::-;17612:38:::1;17633:6;17641:8;17612:20;:38::i;23253:1183::-:0;23346:6;-1:-1:-1;;;;;;;;;;;966:10:14;23346:6:12;23493:20;23508:4;;23493:14;:20::i;:::-;23475:38;;23524:19;23546:35;23560:6;23568;23576:4;;23546:13;:35::i;:::-;23595:25;;;;:12;;;:25;;;;;:35;23524:57;;-1:-1:-1;23595:35:12;;;;:40;;23591:616;;23658:38;;-1:-1:-1;;;23658:38:12;;;;;8273:25:44;;;8246:18;;23658:38:12;8127:177:44;23591:616:12;23727:9;-1:-1:-1;;;;;23717:19:12;:6;-1:-1:-1;;;;;23717:19:12;;23713:494;;23886:12;23904:30;5546:16;23924:9;23904:7;:30::i;:::-;23885:49;;;23949:15;23970:76;23978:56;23994:39;24016:6;24024:8;23994:21;:39::i;23978:56::-;24036:9;23970:7;:76::i;:::-;23948:98;;;24065:7;24064:8;:23;;;;;24077:10;24076:11;24064:23;24060:137;;;24114:68;;;;;-1:-1:-1;;;;;16635:55:44;;;24114:68:12;;;16617:74:44;16727:55;;;16707:18;;;16700:83;16819:55;;16799:18;;;16792:83;-1:-1:-1;;;;;;16911:79:44;;16891:18;;;16884:107;16589:19;;24114:68:12;16388:609:44;24060:137:12;23738:469;;23713:494;24224:25;;;;:12;;;:25;;;;;;24217:42;;-1:-1:-1;;24217:42:12;;;;;24369:37;;24323:31;;;;;;;;;24224:25;;24369:37;;;24424:5;23253:1183;-1:-1:-1;;;;;;;;;23253:1183:12:o;19655:1440::-;19777:19;;-1:-1:-1;;;;;;;;;;;966:10:14;19777:19:12;20032:38;966:10:14;20057:6:12;20065:4;;20032:16;:38::i;:::-;20011:59;;;20081:14;20117:7;20098:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20081:43;-1:-1:-1;20223:12:12;;;;;:44;;;20247:1;20240:4;:8;;;:26;;;;;20259:7;20252:14;;:4;:14;;;20240:26;20219:149;;;20320:6;20328;20336:20;20351:4;;20336:14;:20::i;20219:149::-;20440:23;20449:4;20440:23;;20455:7;20440:23;;:8;:23::i;:::-;20426:38;;20584:35;20598:6;20606;20614:4;;20584:13;:35::i;:::-;20570:49;;20630:31;20649:11;20630:18;:31::i;:::-;20783:1;:12;;:25;20796:11;20783:25;;;;;;;;;;;:31;;;;;;;;;;;;20817:1;20783:35;20775:43;;20876:4;20838:1;:12;;:25;20851:11;20838:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;20924:5;20890:1;:12;;:25;20903:11;20890:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;20976:5;20944:66;;20963:11;20944:66;20983:4;20989:6;20997;21005:4;;20944:66;;;;;;;;;;:::i;:::-;;;;;;;;19812:1283;;;;19655:1440;;;;;;;:::o;11804:247::-;-1:-1:-1;;;;;11898:34:12;;966:10:14;11898:34:12;11894:102;;11955:30;;;;;;;;;;;;;;26556:503;966:10:14;26602:14:12;;26674:32;966:10:14;26602:14:12;1040::14;26674:12:12;:32::i;:::-;26641:65;;;;26721:9;26716:337;;26750:5;:10;;26759:1;26750:10;26746:297;;26783:19;26808:33;26783:19;1040:14:14;26808:21:12;:33::i;:::-;-1:-1:-1;26866:54:12;;;;;-1:-1:-1;;;;;17958:55:44;;26866:54:12;;;17940:74:44;18062:18;18050:31;;18030:18;;;18023:59;26780:61:12;;-1:-1:-1;17913:18:44;;;-1:-1:-1;26866:54:12;17768:320:44;26746:297:12;26959:69;26979:48;26993:6;27009:4;1040:14:14;;25835:181:12;:::i;17170:299::-;17277:30;-1:-1:-1;;;;;;;;;;;;;;;;17346:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17346:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17346:50:12;;;;;;;;;;17411:51;;18237:98:44;;;17346:18:12;;-1:-1:-1;17411:51:12;;18210:18:44;17411:51:12;;;;;;;17267:202;17170:299;;;:::o;3548:130:36:-;3596:6;3615:12;3635:14;:4;-1:-1:-1;;;;;3635:12:36;;:14::i;:::-;-1:-1:-1;3614:35:36;;3548:130;-1:-1:-1;;;;3548:130:36:o;18636:339:12:-;-1:-1:-1;;;;;;;;;;;18809:4:12;-1:-1:-1;;;;;18791:23:12;;;18787:95;;18837:34;;;;;-1:-1:-1;;;;;12742:55:44;;18837:34:12;;;12724:74:44;12697:18;;18837:34:12;12578:226:44;18787:95:12;-1:-1:-1;;;;;18891:18:12;;:10;:18;;;;;;;;;;;;:25;;:34;;;;;-1:-1:-1;;;18891:34:12;-1:-1:-1;;18891:34:12;;;;;;18940:28;;;;;18919:6;7149:14:44;7142:22;7124:41;;7112:2;7097:18;;6984:187;29524:378:12;29655:14;;29717:4;-1:-1:-1;;;;;29699:23:12;;;29695:201;;29745:26;29758:6;29766:4;;29745:12;:26::i;:::-;29738:33;;;;;;29695:201;29823:1;29809:15;;:76;;29840:45;29848:6;29856;29864:20;29879:4;;29864:14;:20::i;29840:45::-;29809:76;;;-1:-1:-1;29828:5:12;;-1:-1:-1;29828:5:12;29695:201;29524:378;;;;;;;:::o;31700:116::-;31767:6;31799:9;31806:1;31767:6;31799:4;;:9;:::i;:::-;31792:17;;;:::i;25043:751::-;25119:6;25225:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6501:28:12;25225:35;;;;25285:31;;;;;25331:14;;;25327:294;;25368:38;;-1:-1:-1;;;25368:38:12;;;;;8273:25:44;;;8246:18;;25368:38:12;8127:177:44;25327:294:12;25439:16;:14;:16::i;:::-;25427:28;;:9;:28;;;25423:198;;;25478:34;;;;;;;;8273:25:44;;;8246:18;;25478:34:12;8127:177:44;25423:198:12;25533:21;25544:9;25533:10;:21::i;:::-;25529:92;;;25577:33;;;;;;;;8273:25:44;;;8246:18;;25577:33:12;8127:177:44;25529:92:12;25638:25;;;;:12;;;:25;;;;;;25631:42;;-1:-1:-1;;25631:42:12;;;25727:37;;;;;25651:11;;25727:37;;25638:25;25727:37;25782:5;25043:751;-1:-1:-1;;;;25043:751:12:o;3180:392:23:-;3279:12;3331:5;3307:21;:29;3303:108;;;3359:41;;;;;3394:4;3359:41;;;12724:74:44;12697:18;;3359:41:23;12578:226:44;3303:108:23;3421:12;3435:23;3462:6;-1:-1:-1;;;;;3462:11:23;3481:5;3488:4;3462:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3420:73;;;;3510:55;3537:6;3545:7;3554:10;3510:26;:55::i;:::-;3503:62;3180:392;-1:-1:-1;;;;;;3180:392:23:o;12749:1138:12:-;12907:4;-1:-1:-1;;;;;;;;;;;5610:16:12;12996:21;;-1:-1:-1;;12996:21:12;12992:90;;13040:31;;-1:-1:-1;;;13040:31:12;;1730:18:44;1718:31;;13040::12;;;1700:50:44;1673:18;;13040:31:12;1556:200:44;12992:90:12;13109:16;;;13092:14;13109:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13109:33:12;;;;;;;;;:39;;;:44;;13186:591;;;;13242:10;13223:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13215:37;;13302:55;;;;;;;;13317:5;13302:55;;;;;;13331:24;:14;:22;;2589:20:36;;;2508:108;13331:24:12;-1:-1:-1;;;;;13302:55:12;;;;;;13266:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13266:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13266:91:12;;;;;;;;;;;;;;13186:591;;;13651:16;;;13751:1;13651:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13651:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;13651:39:12;;13719:14;;13651:50;:115::i;:::-;13601:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13601:33:12;;;;;;;;;13600:166;;-1:-1:-1;;;;;13600:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13186:591:12;13792:62;;;19714:10:44;19702:23;;19684:42;;19774:14;19762:27;;19757:2;19742:18;;19735:55;19833:14;;19826:22;19806:18;;;19799:50;13792:62:12;;-1:-1:-1;;;;;13792:62:12;;;;;;;;;;;;19672:2:44;13792:62:12;;;-1:-1:-1;13871:9:12;12749:1138;-1:-1:-1;;;;;;12749:1138:12:o;3362:129:36:-;3414:6;3422;3430;3455:29;3466:4;3472:11;:9;:11::i;:::-;3455:10;:29::i;:::-;3448:36;;;;;;3362:129;;;;;:::o;14916:356:12:-;-1:-1:-1;;;;;;;;;;;15068:20:12;;;;;:45;;-1:-1:-1;5610:16:12;15092:21;;;;15068:45;15064:114;;;15136:31;;-1:-1:-1;;;15136:31:12;;1730:18:44;1718:31;;15136::12;;;1700:50:44;1673:18;;15136:31:12;1556:200:44;15064:114:12;15188:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15188:30:12;;;;;;;;;15234:31;;;15188:16;15234:31;14985:287;14916:356;;:::o;31456:134::-;31516:4;31567:16;:14;:16::i;:::-;31539:44;;:24;8351:7;31539:9;:24;:::i;:::-;:44;;;;;31456:134;-1:-1:-1;;31456:134:12:o;15591:374::-;-1:-1:-1;;;;;;;;;;;15749:20:12;;;;;:45;;-1:-1:-1;5610:16:12;15773:21;;;;15749:45;15745:114;;;15817:31;;-1:-1:-1;;;15817:31:12;;1730:18:44;1718:31;;15817::12;;;1700:50:44;1673:18;;15817:31:12;1556:200:44;15745:114:12;15869:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;;;;;;;;;;;15921:37;;;15869:16;15921:37;15666:299;15591:374;;:::o;16112:447::-;-1:-1:-1;;;;;;;;;;;5610:16:12;16268:21;;-1:-1:-1;;16268:21:12;16264:90;;16312:31;;-1:-1:-1;;;16312:31:12;;1730:18:44;1718:31;;16312::12;;;1700:50:44;1673:18;;16312:31:12;1556:200:44;16264:90:12;16427:16;;;16364:13;16427:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16427:27:12;;-1:-1:-1;;;;;16427:27:12;16466:8;8482:6;16427:38;:62::i;:::-;16388:16;;;;;;;:8;;;;:16;;;;;;;:27;16387:102;;-1:-1:-1;;;;;16387:102:12;;;-1:-1:-1;;;16387:102:12;;;;;;;;;;;;16505:47;;16387:102;;-1:-1:-1;16505:47:12;;;;16535:8;;16387:102;;20060:10:44;20048:23;;;;20030:42;;20120:14;20108:27;20103:2;20088:18;;20081:55;20018:2;20003:18;;19860:282;16505:47:12;;;;;;;;16185:374;;16112:447;;:::o;4106:253:23:-;4189:12;4214;4228:23;4255:6;-1:-1:-1;;;;;4255:19:23;4275:4;4255:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4213:67;;;;4297:55;4324:6;4332:7;4341:10;4297:26;:55::i;:::-;4290:62;4106:253;-1:-1:-1;;;;;4106:253:23:o;14148:473:12:-;14227:4;-1:-1:-1;;;;;;;;;;;5610:16:12;14316:21;;-1:-1:-1;;14316:21:12;14312:90;;14360:31;;-1:-1:-1;;;14360:31:12;;1730:18:44;1718:31;;14360::12;;;1700:50:44;1673:18;;14360:31:12;1556:200:44;14312:90:12;14416:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14416:33:12;;;;;;;;;:39;;;:44;;14412:87;;14483:5;14476:12;;;;;14412:87;14516:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14516:33:12;;;;;;;;;;14509:40;;-1:-1:-1;;14509:40:12;;;14565:28;14516:33;;:16;14565:28;;;-1:-1:-1;14610:4:12;;14148:473;-1:-1:-1;;;14148:473:12:o;750:110:36:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;17812:360:12:-;-1:-1:-1;;;;;18036:18:12;;17902:30;18036:18;;;-1:-1:-1;;;;;;;;;;;18036:18:12;;;;;;;:29;;;6501:28;;17902:30;18036:64;;-1:-1:-1;;;;;18036:29:12;18077:8;8482:6;18036:40;:64::i;:::-;-1:-1:-1;;;;;17995:18:12;;:10;:18;;;;;;;;;;;;:29;;17994:106;;-1:-1:-1;;17994:106:12;-1:-1:-1;;;;;17994:106:12;;;;;;;;;;;18116:49;;20060:10:44;20048:23;;20030:42;;20120:14;20108:27;;20088:18;;;20081:55;;;;17994:106:12;;-1:-1:-1;17995:18:12;18116:49;;20003:18:44;18116:49:12;19860:282:44;2382:104:33;2440:7;2470:1;2466;:5;:13;;2478:1;2466:13;;;-1:-1:-1;2474:1:33;;2382:104;-1:-1:-1;2382:104:33:o;21284:343:12:-;21356:30;21448:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6501:28:12;21448:35;;21497:18;;;;;:48;;;21520:25;21531:13;21520:10;:25::i;:::-;21519:26;21497:48;21493:128;;;21568:42;;;;;;;;8273:25:44;;;8246:18;;21568:42:12;8127:177:44;30012:992:12;30093:14;;30151:1;30137:15;;30133:63;;;-1:-1:-1;30176:5:12;;-1:-1:-1;30176:5:12;30168:17;;30133:63;30228:4;-1:-1:-1;;;;;30210:23:12;;;30206:334;;30476:49;30497:4;30504:20;30519:4;;30504:14;:20::i;:::-;32007:28;;;-1:-1:-1;;;;;19017:55:44;;;;32007:28:12;;;;18999:74:44;;;;-1:-1:-1;;;;;;19109:79:44;;;;19089:18;;;19082:107;32007:28:12;;;;;;;;;18972:18:44;;;;32007:28:12;;31997:39;;;;;31293:14;;:52;;31124:228;30206:334;30551:12;30565:13;30580:21;30605:27;30627:4;;30605:21;:27::i;:::-;30550:82;;;;;;30647:7;30642:56;;30678:5;30685:1;30670:17;;;;;;;;;30642:56;30709:11;30722:21;30747:23;30755:6;30763;30747:7;:23::i;:::-;30708:62;;;;30785:6;30780:55;;30815:5;30822:1;30807:17;;;;;;;;;;;30780:55;30920:40;30929:14;30920:40;;30945:14;30920:40;;:8;:40::i;:::-;30979:10;;;;;;;-1:-1:-1;30012:992:12;-1:-1:-1;;;;;;;;;30012:992:12:o;27465:1628::-;27553:15;;;27641:1;27627:15;;27623:66;;;-1:-1:-1;27666:5:12;;-1:-1:-1;27666:5:12;;-1:-1:-1;27666:5:12;27658:20;;27623:66;27699:15;27717:20;27732:4;;27717:14;:20::i;:::-;27699:38;-1:-1:-1;;;;;;;27857:35:12;;27869:23;27857:35;;:89;;-1:-1:-1;;;;;;;27908:38:12;;27920:26;27908:38;27857:89;:146;;;-1:-1:-1;;;;;;;27962:41:12;;27974:29;27962:41;27857:146;:201;;;-1:-1:-1;;;;;;;28019:39:12;;28031:27;28019:39;27857:201;:262;;;-1:-1:-1;;;;;;;28074:45:12;;28086:33;28074:45;27857:262;27840:343;;;28152:4;5546:16;28170:1;28144:28;;;;;;;;;27840:343;-1:-1:-1;;;;;;28290:41:12;;28302:29;28290:41;;:98;;-1:-1:-1;;;;;;;28347:41:12;;28359:29;28347:41;28290:98;:161;;;-1:-1:-1;;;;;;;28404:47:12;;28416:35;28404:47;28290:161;28273:414;;;28519:14;28547:15;28557:4;28552;28547;;:15;:::i;:::-;28536:38;;;;;;;:::i;:::-;28519:55;;28588:12;28603:27;28623:6;28603:19;:27::i;:::-;28652:4;;-1:-1:-1;5546:16:12;;-1:-1:-1;28588:42:12;-1:-1:-1;28644:32:12;;-1:-1:-1;;;28644:32:12;28273:414;-1:-1:-1;;;;;;28806:35:12;;28818:23;28806:35;;:75;;-1:-1:-1;;;;;;;28845:36:12;;28857:24;28845:36;28806:75;28802:254;;;28940:13;28967:15;28977:4;28972;28967;;:15;:::i;:::-;28956:37;;;;;;;:::i;:::-;28940:53;;29015:4;29021:20;29034:6;9457:16;;;;9363:6;9457:16;;;:8;:16;;;;;:8;:22;;;;9297:189;29021:20;29043:1;29007:38;;;;;;;;;;28802:254;29074:5;29081:1;29084;29066:20;;;;;;;27465:1628;;;;;;:::o;4625:582:23:-;4769:12;4798:7;4793:408;;4821:19;4829:10;4821:7;:19::i;:::-;4793:408;;;5045:17;;:22;:49;;;;-1:-1:-1;;;;;;5071:18:23;;;:23;5045:49;5041:119;;;5121:24;;;;;-1:-1:-1;;;;;12742:55:44;;5121:24:23;;;12724:74:44;12697:18;;5121:24:23;12578:226:44;5041:119:23;-1:-1:-1;5180:10:23;5173:17;;3972:390:36;4093:18;4113:13;4138:12;4153:10;:4;-1:-1:-1;;;;;4153:8:36;;:10::i;:::-;4138:25;;4173:14;4197:61;4206:10;4197:61;;4226:8;4218:16;;:5;:16;;;:39;;4256:1;4218:39;;;4237:16;4245:8;4237:5;:16;:::i;:::-;4197:61;;:8;:61::i;:::-;4173:86;;4292:7;4278:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4269:30;-1:-1:-1;5065:19:36;;;5059:2;5035:26;;;;;5028:2;5009:21;;;;;5008:54;:76;4309:46;;;;3972:390;;;;;;:::o;2868:276::-;2940:6;;;4703:9;4710:2;4703:9;;;;-1:-1:-1;;;;;3031:11:36;;4739:9;4746:2;4739:9;;;;;;3061:19;;;;;:76;;3105:11;3118:10;3130:6;3061:76;;;3084:10;3096:1;3099;3061:76;3054:83;;;;;;;;;2868:276;;;;;:::o;14291:213:34:-;14347:6;14377:16;14369:24;;14365:103;;;14416:41;;;;;14447:2;14416:41;;;20763:36:44;20815:18;;;20808:34;;;20736:18;;14416:41:34;20582:266:44;14365:103:34;-1:-1:-1;14491:5:34;14291:213::o;5743:516:23:-;5874:17;;:21;5870:383;;6102:10;6096:17;6158:15;6145:10;6141:2;6137:19;6130:44;5870:383;6225:17;;;;;;;;;;;;;;5870:383;5743:516;:::o;14:154:44:-;-1:-1:-1;;;;;93:5:44;89:54;82:5;79:65;69:93;;158:1;155;148:12;173:366;235:8;245:6;299:3;292:4;284:6;280:17;276:27;266:55;;317:1;314;307:12;266:55;-1:-1:-1;340:20:44;;383:18;372:30;;369:50;;;415:1;412;405:12;369:50;452:4;444:6;440:17;428:29;;512:3;505:4;495:6;492:1;488:14;480:6;476:27;472:38;469:47;466:67;;;529:1;526;519:12;544:171;611:20;;671:18;660:30;;650:41;;640:69;;705:1;702;695:12;640:69;544:171;;;:::o;720:642::-;822:6;830;838;846;899:2;887:9;878:7;874:23;870:32;867:52;;;915:1;912;905:12;867:52;954:9;941:23;973:31;998:5;973:31;:::i;:::-;1023:5;-1:-1:-1;1079:2:44;1064:18;;1051:32;1106:18;1095:30;;1092:50;;;1138:1;1135;1128:12;1092:50;1177:69;1238:7;1229:6;1218:9;1214:22;1177:69;:::i;:::-;1265:8;;-1:-1:-1;1151:95:44;-1:-1:-1;1319:37:44;;-1:-1:-1;1352:2:44;1337:18;;1319:37;:::i;:::-;1309:47;;720:642;;;;;;;:::o;1367:184::-;1425:6;1478:2;1466:9;1457:7;1453:23;1449:32;1446:52;;;1494:1;1491;1484:12;1446:52;1517:28;1535:9;1517:28;:::i;1958:416::-;2023:6;2031;2084:2;2072:9;2063:7;2059:23;2055:32;2052:52;;;2100:1;2097;2090:12;2052:52;2139:9;2126:23;2158:31;2183:5;2158:31;:::i;:::-;2208:5;-1:-1:-1;2265:2:44;2250:18;;2237:32;2307:15;;2300:23;2288:36;;2278:64;;2338:1;2335;2328:12;2278:64;2361:7;2351:17;;;1958:416;;;;;:::o;2379:388::-;2447:6;2455;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;2563:9;2550:23;2582:31;2607:5;2582:31;:::i;:::-;2632:5;-1:-1:-1;2689:2:44;2674:18;;2661:32;2702:33;2661:32;2702:33;:::i;2772:347::-;2823:8;2833:6;2887:3;2880:4;2872:6;2868:17;2864:27;2854:55;;2905:1;2902;2895:12;2854:55;-1:-1:-1;2928:20:44;;2971:18;2960:30;;2957:50;;;3003:1;3000;2993:12;2957:50;3040:4;3032:6;3028:17;3016:29;;3092:3;3085:4;3076:6;3068;3064:19;3060:30;3057:39;3054:59;;;3109:1;3106;3099:12;3124:544;3203:6;3211;3219;3272:2;3260:9;3251:7;3247:23;3243:32;3240:52;;;3288:1;3285;3278:12;3240:52;3327:9;3314:23;3346:31;3371:5;3346:31;:::i;:::-;3396:5;-1:-1:-1;3452:2:44;3437:18;;3424:32;3479:18;3468:30;;3465:50;;;3511:1;3508;3501:12;3465:50;3550:58;3600:7;3591:6;3580:9;3576:22;3550:58;:::i;:::-;3124:544;;3627:8;;-1:-1:-1;3524:84:44;;-1:-1:-1;;;;3124:544:44:o;3673:163::-;3740:20;;3800:10;3789:22;;3779:33;;3769:61;;3826:1;3823;3816:12;3841:391;3916:6;3924;3932;3985:2;3973:9;3964:7;3960:23;3956:32;3953:52;;;4001:1;3998;3991:12;3953:52;4024:28;4042:9;4024:28;:::i;:::-;4014:38;;4102:2;4091:9;4087:18;4074:32;4115:31;4140:5;4115:31;:::i;:::-;4165:5;-1:-1:-1;4189:37:44;4222:2;4207:18;;4189:37;:::i;:::-;4179:47;;3841:391;;;;;:::o;4237:319::-;4304:6;4312;4365:2;4353:9;4344:7;4340:23;4336:32;4333:52;;;4381:1;4378;4371:12;4333:52;4404:28;4422:9;4404:28;:::i;5025:256::-;5091:6;5099;5152:2;5140:9;5131:7;5127:23;5123:32;5120:52;;;5168:1;5165;5158:12;5120:52;5191:28;5209:9;5191:28;:::i;:::-;5181:38;;5238:37;5271:2;5260:9;5256:18;5238:37;:::i;:::-;5228:47;;5025:256;;;;;:::o;5286:180::-;5345:6;5398:2;5386:9;5377:7;5373:23;5369:32;5366:52;;;5414:1;5411;5404:12;5366:52;-1:-1:-1;5437:23:44;;5286:180;-1:-1:-1;5286:180:44:o;5672:247::-;5731:6;5784:2;5772:9;5763:7;5759:23;5755:32;5752:52;;;5800:1;5797;5790:12;5752:52;5839:9;5826:23;5858:31;5883:5;5858:31;:::i;5924:177::-;-1:-1:-1;;;;;;6002:5:44;5998:78;5991:5;5988:89;5978:117;;6091:1;6088;6081:12;6106:386;6173:6;6181;6234:2;6222:9;6213:7;6209:23;6205:32;6202:52;;;6250:1;6247;6240:12;6202:52;6289:9;6276:23;6308:31;6333:5;6308:31;:::i;:::-;6358:5;-1:-1:-1;6415:2:44;6400:18;;6387:32;6428;6387;6428;:::i;6497:482::-;6576:6;6584;6592;6645:2;6633:9;6624:7;6620:23;6616:32;6613:52;;;6661:1;6658;6651:12;6613:52;6684:28;6702:9;6684:28;:::i;7176:256::-;7242:6;7250;7303:2;7291:9;7282:7;7278:23;7274:32;7271:52;;;7319:1;7316;7309:12;7271:52;7342:28;7360:9;7342:28;:::i;:::-;7332:38;;7389:37;7422:2;7411:9;7407:18;7389:37;:::i;7437:685::-;7525:6;7533;7541;7549;7602:2;7590:9;7581:7;7577:23;7573:32;7570:52;;;7618:1;7615;7608:12;7570:52;7657:9;7644:23;7676:31;7701:5;7676:31;:::i;:::-;7726:5;-1:-1:-1;7783:2:44;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:44;7891:18;;7878:32;7933:18;7922:30;;7919:50;;;7965:1;7962;7955:12;7919:50;8004:58;8054:7;8045:6;8034:9;8030:22;8004:58;:::i;:::-;7437:685;;;;-1:-1:-1;8081:8:44;-1:-1:-1;;;;7437:685:44:o;8309:447::-;8406:6;8414;8467:2;8455:9;8446:7;8442:23;8438:32;8435:52;;;8483:1;8480;8473:12;8435:52;8523:9;8510:23;8556:18;8548:6;8545:30;8542:50;;;8588:1;8585;8578:12;8542:50;8627:69;8688:7;8679:6;8668:9;8664:22;8627:69;:::i;:::-;8715:8;;8601:95;;-1:-1:-1;8309:447:44;-1:-1:-1;;;;8309:447:44:o;8761:250::-;8846:1;8856:113;8870:6;8867:1;8864:13;8856:113;;;8946:11;;;8940:18;8927:11;;;8920:39;8892:2;8885:10;8856:113;;;-1:-1:-1;;9003:1:44;8985:16;;8978:27;8761:250::o;9016:991::-;9176:4;9224:2;9213:9;9209:18;9254:2;9243:9;9236:21;9277:6;9312;9306:13;9343:6;9335;9328:22;9381:2;9370:9;9366:18;9359:25;;9443:2;9433:6;9430:1;9426:14;9415:9;9411:30;9407:39;9393:53;;9481:2;9473:6;9469:15;9502:1;9512:466;9526:6;9523:1;9520:13;9512:466;;;9619:2;9615:7;9603:9;9595:6;9591:22;9587:36;9582:3;9575:49;9653:6;9647:13;9695:2;9689:9;9726:8;9718:6;9711:24;9748:74;9813:8;9808:2;9800:6;9796:15;9791:2;9787;9783:11;9748:74;:::i;:::-;9888:2;9865:17;-1:-1:-1;;9861:31:44;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:44;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:44;;9016:991;-1:-1:-1;;;;;;9016:991:44:o;10012:527::-;10088:6;10096;10104;10157:2;10145:9;10136:7;10132:23;10128:32;10125:52;;;10173:1;10170;10163:12;10125:52;10212:9;10199:23;10231:31;10256:5;10231:31;:::i;:::-;10281:5;-1:-1:-1;10338:2:44;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:44;10447:18;;10434:32;10475;10434;10475;:::i;:::-;10526:7;10516:17;;;10012:527;;;;;:::o;10822:319::-;10889:6;10897;10950:2;10938:9;10929:7;10925:23;10921:32;10918:52;;;10966:1;10963;10956:12;10918:52;11005:9;10992:23;11024:31;11049:5;11024:31;:::i;11146:720::-;11233:6;11241;11249;11257;11310:2;11298:9;11289:7;11285:23;11281:32;11278:52;;;11326:1;11323;11316:12;11278:52;11365:9;11352:23;11384:31;11409:5;11384:31;:::i;:::-;11434:5;-1:-1:-1;11490:2:44;11475:18;;11462:32;11517:18;11506:30;;11503:50;;;11549:1;11546;11539:12;11503:50;11588:58;11638:7;11629:6;11618:9;11614:22;11588:58;:::i;:::-;11665:8;;-1:-1:-1;11562:84:44;-1:-1:-1;;11752:2:44;11737:18;;11724:32;11800:14;11787:28;;11775:41;;11765:69;;11830:1;11827;11820:12;11765:69;11146:720;;;;-1:-1:-1;11146:720:44;;-1:-1:-1;;11146:720:44:o;12139:184::-;-1:-1:-1;;;12188:1:44;12181:88;12288:4;12285:1;12278:15;12312:4;12309:1;12302:15;12328:245;12386:6;12439:2;12427:9;12418:7;12414:23;12410:32;12407:52;;;12455:1;12452;12445:12;12407:52;12494:9;12481:23;12513:30;12537:5;12513:30;:::i;13302:267::-;13391:6;13386:3;13379:19;13443:6;13436:5;13429:4;13424:3;13420:14;13407:43;-1:-1:-1;13495:1:44;13470:16;;;13488:4;13466:27;;;13459:38;;;;13551:2;13530:15;;;-1:-1:-1;;13526:29:44;13517:39;;;13513:50;;13302:267::o;13574:247::-;13733:2;13722:9;13715:21;13696:4;13753:62;13811:2;13800:9;13796:18;13788:6;13780;13753:62;:::i;13826:249::-;13895:6;13948:2;13936:9;13927:7;13923:23;13919:32;13916:52;;;13964:1;13961;13954:12;13916:52;13996:9;13990:16;14015:30;14039:5;14015:30;:::i;14080:485::-;-1:-1:-1;;;;;14297:6:44;14293:55;14282:9;14275:74;-1:-1:-1;;;;;14389:6:44;14385:55;14380:2;14369:9;14365:18;14358:83;14477:2;14472;14461:9;14457:18;14450:30;14256:4;14497:62;14555:2;14544:9;14540:18;14532:6;14524;14497:62;:::i;14570:184::-;-1:-1:-1;;;14619:1:44;14612:88;14719:4;14716:1;14709:15;14743:4;14740:1;14733:15;14892:331;14997:9;15008;15050:8;15038:10;15035:24;15032:44;;;15072:1;15069;15062:12;15032:44;15101:6;15091:8;15088:20;15085:40;;;15121:1;15118;15111:12;15085:40;-1:-1:-1;;15147:23:44;;;15192:25;;;;;-1:-1:-1;14892:331:44:o;15228:184::-;-1:-1:-1;;;15277:1:44;15270:88;15377:4;15374:1;15367:15;15401:4;15398:1;15391:15;15417:521;15494:4;15500:6;15560:11;15547:25;15654:2;15650:7;15639:8;15623:14;15619:29;15615:43;15595:18;15591:68;15581:96;;15673:1;15670;15663:12;15581:96;15700:33;;15752:20;;;-1:-1:-1;15795:18:44;15784:30;;15781:50;;;15827:1;15824;15817:12;15781:50;15860:4;15848:17;;-1:-1:-1;15891:14:44;15887:27;;;15877:38;;15874:58;;;15928:1;15925;15918:12;15943:440;16172:6;16164;16159:3;16146:33;16128:3;16207:6;16202:3;16198:16;16234:1;16230:2;16223:13;16265:6;16259:13;16281:65;16339:6;16335:2;16328:4;16320:6;16316:17;16281:65;:::i;:::-;16362:15;;15943:440;-1:-1:-1;;;;;15943:440:44:o;17002:179::-;17101:14;17070:22;;;17094;;;17066:51;;17129:23;;17126:49;;;17155:18;;:::i;17186:577::-;17437:14;17429:6;17425:27;17414:9;17407:46;-1:-1:-1;;;;;17493:6:44;17489:55;17484:2;17473:9;17469:18;17462:83;-1:-1:-1;;;;;17585:6:44;17581:55;17576:2;17565:9;17561:18;17554:83;17673:3;17668:2;17657:9;17653:18;17646:31;17388:4;17694:63;17752:3;17741:9;17737:19;17729:6;17721;17694:63;:::i;:::-;17686:71;17186:577;-1:-1:-1;;;;;;;17186:577:44:o;18346:476::-;18466:19;;-1:-1:-1;;;;;;18503:75:44;;;18598:1;18590:10;;18587:229;;;-1:-1:-1;;;;;;18669:66:44;18662:3;18659:1;18655:11;18652:1;18648:19;18644:92;18640:2;18636:101;18632:174;18623:183;;18587:229;;18346:476;;;;:::o;19200:287::-;19329:3;19367:6;19361:13;19383:66;19442:6;19437:3;19430:4;19422:6;19418:17;19383:66;:::i;:::-;19465:16;;;;;19200:287;-1:-1:-1;;19200:287:44:o;20407:170::-;20504:10;20497:18;;;20477;;;20473:43;;20528:20;;20525:46;;;20551:18;;:::i" - }, - "methodIdentifiers": { - "ADMIN_ROLE()": "75b238fc", - "PUBLIC_ROLE()": "3ca7c02a", - "canCall(address,address,bytes4)": "b7009613", - "cancel(address,address,bytes)": "d6bb62c6", - "consumeScheduledOp(address,bytes)": "94c7d7ee", - "execute(address,bytes)": "1cff79cd", - "expiration()": "4665096d", - "getAccess(uint64,address)": "3078f114", - "getNonce(bytes32)": "4136a33c", - "getRoleAdmin(uint64)": "530dd456", - "getRoleGrantDelay(uint64)": "12be8727", - "getRoleGuardian(uint64)": "0b0a93ba", - "getSchedule(bytes32)": "3adc277a", - "getTargetAdminDelay(address)": "4c1da1e2", - "getTargetFunctionRole(address,bytes4)": "6d5115bd", - "grantRole(uint64,address,uint32)": "25c471a0", - "hasRole(uint64,address)": "d1f856ee", - "hashOperation(address,address,bytes)": "abd9bd2a", - "isTargetClosed(address)": "a166aa89", - "labelRole(uint64,string)": "853551b8", - "minSetback()": "cc1b6c81", - "multicall(bytes[])": "ac9650d8", - "renounceRole(uint64,address)": "fe0776f5", - "revokeRole(uint64,address)": "b7d2b162", - "schedule(address,bytes,uint48)": "f801a698", - "setGrantDelay(uint64,uint32)": "a64d95ce", - "setRoleAdmin(uint64,uint64)": "30cae187", - "setRoleGuardian(uint64,uint64)": "52962952", - "setTargetAdminDelay(address,uint32)": "d22b5989", - "setTargetClosed(address,bool)": "167bd395", - "setTargetFunctionRole(address,bytes4[],uint64)": "08d6122d", - "updateAuthority(address,address)": "18ff183c" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerAlreadyScheduled\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AccessManagerBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerExpired\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAdmin\",\"type\":\"address\"}],\"name\":\"AccessManagerInvalidInitialAdmin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AccessManagerLockedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerLockedRole\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotReady\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotScheduled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCancel\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AccessManagerUnauthorizedConsume\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AddressInsufficientBalance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationCanceled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationExecuted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"schedule\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"OperationScheduled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"RoleGrantDelayChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"newMember\",\"type\":\"bool\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"RoleGuardianChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"RoleLabel\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"TargetAdminDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"TargetClosed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"TargetFunctionRoleUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PUBLIC_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"canCall\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"immediate\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"cancel\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"consumeScheduledOp\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"execute\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"expiration\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getAccess\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"},{\"internalType\":\"uint32\",\"name\":\"currentDelay\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"pendingDelay\",\"type\":\"uint32\"},{\"internalType\":\"uint48\",\"name\":\"effect\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getNonce\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGrantDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGuardian\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getSchedule\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"getTargetAdminDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"getTargetFunctionRole\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"executionDelay\",\"type\":\"uint32\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isMember\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"executionDelay\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"hashOperation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"isTargetClosed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"labelRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minSetback\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes[]\",\"name\":\"data\",\"type\":\"bytes[]\"}],\"name\":\"multicall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"results\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint48\",\"name\":\"when\",\"type\":\"uint48\"}],\"name\":\"schedule\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setGrantDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"setRoleAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"setRoleGuardian\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setTargetAdminDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"setTargetClosed\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4[]\",\"name\":\"selectors\",\"type\":\"bytes4[]\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"setTargetFunctionRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"updateAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"AccessManager is a central contract to store the permissions of a system. A smart contract under the control of an AccessManager instance is known as a target, and will inherit from the {AccessManaged} contract, be connected to this contract as its manager and implement the {AccessManaged-restricted} modifier on a set of functions selected to be permissioned. Note that any function without this setup won't be effectively restricted. The restriction rules for such functions are defined in terms of \\\"roles\\\" identified by an `uint64` and scoped by target (`address`) and function selectors (`bytes4`). These roles are stored in this contract and can be configured by admins (`ADMIN_ROLE` members) after a delay (see {getTargetAdminDelay}). For each target contract, admins can configure the following without any delay: * The target's {AccessManaged-authority} via {updateAuthority}. * Close or open a target via {setTargetClosed} keeping the permissions intact. * The roles that are allowed (or disallowed) to call a given function (identified by its selector) through {setTargetFunctionRole}. By default every address is member of the `PUBLIC_ROLE` and every target function is restricted to the `ADMIN_ROLE` until configured otherwise. Additionally, each role has the following configuration options restricted to this manager's admins: * A role's admin role via {setRoleAdmin} who can grant or revoke roles. * A role's guardian role via {setRoleGuardian} who's allowed to cancel operations. * A delay in which a role takes effect after being granted through {setGrantDelay}. * A delay of any target's admin action via {setTargetAdminDelay}. * A role label for discoverability purposes with {labelRole}. Any account can be added and removed into any number of these roles by using the {grantRole} and {revokeRole} functions restricted to each role's admin (see {getRoleAdmin}). Since all the permissions of the managed system can be modified by the admins of this instance, it is expected that they will be highly secured (e.g., a multisig or a well-configured DAO). NOTE: This contract implements a form of the {IAuthority} interface, but {canCall} has additional return data so it doesn't inherit `IAuthority`. It is however compatible with the `IAuthority` interface since the first 32 bytes of the return data are a boolean as expected by that interface. NOTE: Systems that implement other access control mechanisms (for example using {Ownable}) can be paired with an {AccessManager} by transferring permissions (ownership in the case of {Ownable}) directly to the {AccessManager}. Users will be able to interact with these contracts through the {execute} function, following the access rules registered in the {AccessManager}. Keep in mind that in that context, the msg.sender seen by restricted functions will be {AccessManager} itself. WARNING: When granting permissions over an {Ownable} or {AccessControl} contract to an {AccessManager}, be very mindful of the danger associated with functions such as {{Ownable-renounceOwnership}} or {{AccessControl-renounceRole}}.\",\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"AddressInsufficientBalance(address)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"FailedInnerCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}],\"SafeCastOverflowedUintDowncast(uint8,uint256)\":[{\"details\":\"Value doesn't fit in an uint of `bits` size.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OperationCanceled(bytes32,uint32)\":{\"details\":\"A scheduled operation was canceled.\"},\"OperationExecuted(bytes32,uint32)\":{\"details\":\"A scheduled operation was executed.\"},\"OperationScheduled(bytes32,uint32,uint48,address,address,bytes)\":{\"details\":\"A delayed operation was scheduled.\"},\"RoleAdminChanged(uint64,uint64)\":{\"details\":\"Role acting as admin over a given `roleId` is updated.\"},\"RoleGrantDelayChanged(uint64,uint32,uint48)\":{\"details\":\"Grant delay for a given `roleId` will be updated to `delay` when `since` is reached.\"},\"RoleGranted(uint64,address,uint32,uint48,bool)\":{\"details\":\"Emitted when `account` is granted `roleId`. NOTE: The meaning of the `since` argument depends on the `newMember` argument. If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role, otherwise it indicates the execution delay for this account and roleId is updated.\"},\"RoleGuardianChanged(uint64,uint64)\":{\"details\":\"Role acting as guardian over a given `roleId` is updated.\"},\"RoleLabel(uint64,string)\":{\"details\":\"Informational labelling for a roleId.\"},\"RoleRevoked(uint64,address)\":{\"details\":\"Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous.\"},\"TargetAdminDelayUpdated(address,uint32,uint48)\":{\"details\":\"Admin delay for a given `target` will be updated to `delay` when `since` is reached.\"},\"TargetClosed(address,bool)\":{\"details\":\"Target mode is updated (true = closed, false = open).\"},\"TargetFunctionRoleUpdated(address,bytes4,uint64)\":{\"details\":\"Role required to invoke `selector` on `target` is updated to `roleId`.\"}},\"kind\":\"dev\",\"methods\":{\"canCall(address,address,bytes4)\":{\"details\":\"Check if an address (`caller`) is authorised to call a given function on a given contract directly (with no restriction). Additionally, it returns the delay needed to perform the call indirectly through the {schedule} & {execute} workflow. This function is usually called by the targeted contract to control immediate execution of restricted functions. Therefore we only return true if the call can be performed without any delay. If the call is subject to a previously set delay (not zero), then the function should return false and the caller should schedule the operation for future execution. If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise the operation can be executed if and only if delay is greater than 0. NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that is backward compatible. Some contracts may thus ignore the second return argument. In that case they will fail to identify the indirect workflow, and will consider calls that require a delay to be forbidden. NOTE: This function does not report the permissions of this manager itself. These are defined by the {_canCallSelf} function instead.\"},\"cancel(address,address,bytes)\":{\"details\":\"Cancel a scheduled (delayed) operation. Returns the nonce that identifies the previously scheduled operation that is cancelled. Requirements: - the caller must be the proposer, a guardian of the targeted function, or a global admin Emits a {OperationCanceled} event.\"},\"consumeScheduledOp(address,bytes)\":{\"details\":\"Consume a scheduled operation targeting the caller. If such an operation exists, mark it as consumed (emit an {OperationExecuted} event and clean the state). Otherwise, throw an error. This is useful for contract that want to enforce that calls targeting them were scheduled on the manager, with all the verifications that it implies. Emit a {OperationExecuted} event.\"},\"execute(address,bytes)\":{\"details\":\"Execute a function that is delay restricted, provided it was properly scheduled beforehand, or the execution delay is 0. Returns the nonce that identifies the previously scheduled operation that is executed, or 0 if the operation wasn't previously scheduled (if the caller doesn't have an execution delay). Emits an {OperationExecuted} event only if the call was scheduled and delayed.\"},\"expiration()\":{\"details\":\"Expiration delay for scheduled proposals. Defaults to 1 week. IMPORTANT: Avoid overriding the expiration with 0. Otherwise every contract proposal will be expired immediately, disabling any scheduling usage.\"},\"getAccess(uint64,address)\":{\"details\":\"Get the access details for a given account for a given role. These details include the timepoint at which membership becomes active, and the delay applied to all operation by this user that requires this permission level. Returns: [0] Timestamp at which the account membership becomes valid. 0 means role is not granted. [1] Current execution delay for the account. [2] Pending execution delay for the account. [3] Timestamp at which the pending execution delay will become active. 0 means no delay update is scheduled.\"},\"getNonce(bytes32)\":{\"details\":\"Return the nonce for the latest scheduled operation with a given id. Returns 0 if the operation has never been scheduled.\"},\"getRoleAdmin(uint64)\":{\"details\":\"Get the id of the role that acts as an admin for the given role. The admin permission is required to grant the role, revoke the role and update the execution delay to execute an operation that is restricted to this role.\"},\"getRoleGrantDelay(uint64)\":{\"details\":\"Get the role current grant delay. Its value may change at any point without an event emitted following a call to {setGrantDelay}. Changes to this value, including effect timepoint are notified in advance by the {RoleGrantDelayChanged} event.\"},\"getRoleGuardian(uint64)\":{\"details\":\"Get the role that acts as a guardian for a given role. The guardian permission allows canceling operations that have been scheduled under the role.\"},\"getSchedule(bytes32)\":{\"details\":\"Return the timepoint at which a scheduled operation will be ready for execution. This returns 0 if the operation is not yet scheduled, has expired, was executed, or was canceled.\"},\"getTargetAdminDelay(address)\":{\"details\":\"Get the admin delay for a target contract. Changes to contract configuration are subject to this delay.\"},\"getTargetFunctionRole(address,bytes4)\":{\"details\":\"Get the role required to call a function.\"},\"grantRole(uint64,address,uint32)\":{\"details\":\"Add `account` to `roleId`, or change its execution delay. This gives the account the authorization to call any function that is restricted to this role. An optional execution delay (in seconds) can be set. If that delay is non 0, the user is required to schedule any operation that is restricted to members of this role. The user will only be able to execute the operation after the delay has passed, before it has expired. During this period, admin and guardians can cancel the operation (see {cancel}). If the account has already been granted this role, the execution delay will be updated. This update is not immediate and follows the delay rules. For example, if a user currently has a delay of 3 hours, and this is called to reduce that delay to 1 hour, the new delay will take some time to take effect, enforcing that any operation executed in the 3 hours that follows this update was indeed scheduled before this update. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - granted role must not be the `PUBLIC_ROLE` Emits a {RoleGranted} event.\"},\"hasRole(uint64,address)\":{\"details\":\"Check if a given account currently has the permission level corresponding to a given role. Note that this permission might be associated with an execution delay. {getAccess} can provide more details.\"},\"hashOperation(address,address,bytes)\":{\"details\":\"Hashing function for delayed operations.\"},\"isTargetClosed(address)\":{\"details\":\"Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\"},\"labelRole(uint64,string)\":{\"details\":\"Give a label to a role, for improved role discoverability by UIs. Requirements: - the caller must be a global admin Emits a {RoleLabel} event.\"},\"minSetback()\":{\"details\":\"Minimum setback for all delay updates, with the exception of execution delays. It can be increased without setback (and reset via {revokeRole} in the case event of an accidental increase). Defaults to 5 days.\"},\"multicall(bytes[])\":{\"custom:oz-upgrades-unsafe-allow-reachable\":\"delegatecall\",\"details\":\"Receives and executes a batch of function calls on this contract.\"},\"renounceRole(uint64,address)\":{\"details\":\"Renounce role permissions for the calling account with immediate effect. If the sender is not in the role this call has no effect. Requirements: - the caller must be `callerConfirmation`. Emits a {RoleRevoked} event if the account had the role.\"},\"revokeRole(uint64,address)\":{\"details\":\"Remove an account from a role, with immediate effect. If the account does not have the role, this call has no effect. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - revoked role must not be the `PUBLIC_ROLE` Emits a {RoleRevoked} event if the account had the role.\"},\"schedule(address,bytes,uint48)\":{\"details\":\"Schedule a delayed operation for future execution, and return the operation identifier. It is possible to choose the timestamp at which the operation becomes executable as long as it satisfies the execution delays required for the caller. The special value zero will automatically set the earliest possible time. Returns the `operationId` that was scheduled. Since this value is a hash of the parameters, it can reoccur when the same parameters are used; if this is relevant, the returned `nonce` can be used to uniquely identify this scheduled operation from other occurrences of the same `operationId` in invocations of {execute} and {cancel}. Emits a {OperationScheduled} event. NOTE: It is not possible to concurrently schedule more than one operation with the same `target` and `data`. If this is necessary, a random byte can be appended to `data` to act as a salt that will be ignored by the target contract if it is using standard Solidity ABI encoding.\"},\"setGrantDelay(uint64,uint32)\":{\"details\":\"Update the delay for granting a `roleId`. Requirements: - the caller must be a global admin Emits a {RoleGrantDelayChanged} event.\"},\"setRoleAdmin(uint64,uint64)\":{\"details\":\"Change admin role for a given role. Requirements: - the caller must be a global admin Emits a {RoleAdminChanged} event\"},\"setRoleGuardian(uint64,uint64)\":{\"details\":\"Change guardian role for a given role. Requirements: - the caller must be a global admin Emits a {RoleGuardianChanged} event\"},\"setTargetAdminDelay(address,uint32)\":{\"details\":\"Set the delay for changing the configuration of a given target contract. Requirements: - the caller must be a global admin Emits a {TargetAdminDelayUpdated} event.\"},\"setTargetClosed(address,bool)\":{\"details\":\"Set the closed flag for a contract. Requirements: - the caller must be a global admin Emits a {TargetClosed} event.\"},\"setTargetFunctionRole(address,bytes4[],uint64)\":{\"details\":\"Set the role required to call functions identified by the `selectors` in the `target` contract. Requirements: - the caller must be a global admin Emits a {TargetFunctionRoleUpdated} event per selector.\"},\"updateAuthority(address,address)\":{\"details\":\"Changes the authority of a target managed by this manager instance. Requirements: - the caller must be a global admin\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":\"AccessManagerUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0x3ebff6e378e5673e3ae6a4c6f6526b7bffdcf51eaa4dfb38cabb6a8dfce22a76\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4b79c18646afc9a2bc3fdbe0fedaf99cb1a9b7f7148e59a1a9656e75d19dda68\",\"dweb:/ipfs/QmcikHNj52NHcqhwDH83PnAyii9ChT6rQzUK68Gvd7GpCR\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol\":{\"keccak256\":\"0x1545b1796f0b94f811d95b8b208c0668dacfc7768247d22b63161a47c4c5ef4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a1dccf7856b960b2ed7565906b457812ad8d29a15d403f17702ac7e090680300\",\"dweb:/ipfs/QmUqqibiekFv84mdq7zeyRF56mLJbFyFUxWKTrz8Twzkpn\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol": { - "Initializable": { - "abi": [ - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"}],\"devdoc\":{\"custom:oz-upgrades-unsafe-allow\":\"constructor constructor() { _disableInitializers(); } ``` ====\",\"details\":\"This is a base contract to aid in writing upgradeable contracts, or any kind of contract that will be deployed behind a proxy. Since proxied contracts do not make use of a constructor, it's common to move constructor logic to an external initializer function, usually called `initialize`. It then becomes necessary to protect this initializer function so it can only be called once. The {initializer} modifier provided by this contract will have this effect. The initialization functions use a version number. Once a version number is used, it is consumed and cannot be reused. This mechanism prevents re-execution of each \\\"step\\\" but allows the creation of new initialization steps in case an upgrade adds a module that needs to be initialized. For example: [.hljs-theme-light.nopadding] ```solidity contract MyToken is ERC20Upgradeable { function initialize() initializer public { __ERC20_init(\\\"MyToken\\\", \\\"MTK\\\"); } } contract MyTokenV2 is MyToken, ERC20PermitUpgradeable { function initializeV2() reinitializer(2) public { __ERC20Permit_init(\\\"MyToken\\\"); } } ``` TIP: To avoid leaving the proxy in an uninitialized state, the initializer function should be called as early as possible by providing the encoded function call as the `_data` argument to {ERC1967Proxy-constructor}. CAUTION: When used with inheritance, manual care must be taken to not invoke a parent initializer twice, or to ensure that all initializers are idempotent. This is not verified automatically as constructors are by Solidity. [CAUTION] ==== Avoid leaving a contract uninitialized. An uninitialized contract can be taken over by an attacker. This applies to both a proxy and its implementation contract, which may impact the proxy. To prevent the implementation contract from being used, you should invoke the {_disableInitializers} function in the constructor to automatically lock it when it is deployed: [.hljs-theme-light.nopadding] ```\",\"errors\":{\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":\"Initializable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol": { - "ContextUpgradeable": { - "abi": [ - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"}],\"devdoc\":{\"details\":\"Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.\",\"errors\":{\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":\"ContextUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol": { - "MulticallUpgradeable": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes[]", - "name": "data", - "type": "bytes[]" - } - ], - "name": "multicall", - "outputs": [ - { - "internalType": "bytes[]", - "name": "results", - "type": "bytes[]" - } - ], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "multicall(bytes[])": "ac9650d8" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes[]\",\"name\":\"data\",\"type\":\"bytes[]\"}],\"name\":\"multicall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"results\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Provides a function to batch together multiple calls in a single external call. Consider any assumption about calldata validation performed by the sender may be violated if it's not especially careful about sending transactions invoking {multicall}. For example, a relay address that filters function selectors won't filter calls nested within a {multicall} operation. NOTE: Since 5.0.1 and 4.9.4, this contract identifies non-canonical contexts (i.e. `msg.sender` is not {_msgSender}). If a non-canonical context is identified, the following self `delegatecall` appends the last bytes of `msg.data` to the subcall. This makes it safe to use with {ERC2771Context}. Contexts that don't affect the resolution of {_msgSender} are not propagated to subcalls.\",\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"FailedInnerCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"multicall(bytes[])\":{\"custom:oz-upgrades-unsafe-allow-reachable\":\"delegatecall\",\"details\":\"Receives and executes a batch of function calls on this contract.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol\":\"MulticallUpgradeable\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol\":{\"keccak256\":\"0x1545b1796f0b94f811d95b8b208c0668dacfc7768247d22b63161a47c4c5ef4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a1dccf7856b960b2ed7565906b457812ad8d29a15d403f17702ac7e090680300\",\"dweb:/ipfs/QmUqqibiekFv84mdq7zeyRF56mLJbFyFUxWKTrz8Twzkpn\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/access/manager/AccessManaged.sol": { - "AccessManaged": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "authority()": "bf7e214f", - "isConsumingScheduledOp()": "8fb36037", - "setAuthority(address)": "7a9e5e4b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AccessManagedInvalidAuthority\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"name\":\"AccessManagedRequiredDelay\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"AccessManagedUnauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"setAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"This contract module makes available a {restricted} modifier. Functions decorated with this modifier will be permissioned according to an \\\"authority\\\": a contract like {AccessManager} that follows the {IAuthority} interface, implementing a policy that allows certain callers to access certain functions. IMPORTANT: The `restricted` modifier should never be used on `internal` functions, judiciously used in `public` functions, and ideally only used in `external` functions. See {restricted}.\",\"events\":{\"AuthorityUpdated(address)\":{\"details\":\"Authority that manages this contract was updated.\"}},\"kind\":\"dev\",\"methods\":{\"authority()\":{\"details\":\"Returns the current authority.\"},\"constructor\":{\"details\":\"Initializes the contract connected to an initial authority.\"},\"isConsumingScheduledOp()\":{\"details\":\"Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs attacker controlled calls.\"},\"setAuthority(address)\":{\"details\":\"Transfers control to a new authority. The caller must be the current authority.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/manager/AccessManaged.sol\":\"AccessManaged\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/AccessManaged.sol\":{\"keccak256\":\"0x137a4c22eb762b1580c632f575868d1f3b764291e58702ebe484fa1cef5447dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ef14292067a6f91705f6cafcfa136870e6332de4bd36924a8679b4211531234\",\"dweb:/ipfs/QmWEBkKmdmDzaTEFRTNvguuWbD1Z3L8P7XV8bcTAkzc4fr\"]},\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":{\"keccak256\":\"0xb3875997b0d8705e29aa20fee88e1dfef93df438794ae1ad8ba2eb016a4dd4e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9e50192f7c7a22829cacfbd14221c3a3d869da64a2333f330d527777f275d9e\",\"dweb:/ipfs/QmaxMQb26ggDmW3SDwJ8y6hRC8dbWbLMpUZBVzZtXqzycJ\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/access/manager/AuthorityUtils.sol": { - "AuthorityUtils": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122015286e29105975946aeb82853b318edd292c2e86e8f948bbb93933b963e4213264736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 ISZERO 0x28 PUSH15 0x29105975946AEB82853B318EDD292C 0x2E DUP7 0xE8 0xF9 BASEFEE 0xBB 0xB9 CODECOPY CALLER 0xB9 PUSH4 0xE4213264 PUSH20 0x6F6C634300081A00330000000000000000000000 ", - "sourceMap": "189:1040:17:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;189:1040:17;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122015286e29105975946aeb82853b318edd292c2e86e8f948bbb93933b963e4213264736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 ISZERO 0x28 PUSH15 0x29105975946AEB82853B318EDD292C 0x2E DUP7 0xE8 0xF9 BASEFEE 0xBB 0xB9 CODECOPY CALLER 0xB9 PUSH4 0xE4213264 PUSH20 0x6F6C634300081A00330000000000000000000000 ", - "sourceMap": "189:1040:17:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":\"AuthorityUtils\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":{\"keccak256\":\"0xb3875997b0d8705e29aa20fee88e1dfef93df438794ae1ad8ba2eb016a4dd4e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9e50192f7c7a22829cacfbd14221c3a3d869da64a2333f330d527777f275d9e\",\"dweb:/ipfs/QmaxMQb26ggDmW3SDwJ8y6hRC8dbWbLMpUZBVzZtXqzycJ\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/access/manager/IAccessManaged.sol": { - "IAccessManaged": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "authority()": "bf7e214f", - "isConsumingScheduledOp()": "8fb36037", - "setAuthority(address)": "7a9e5e4b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AccessManagedInvalidAuthority\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"name\":\"AccessManagedRequiredDelay\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"AccessManagedUnauthorized\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"name\":\"setAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"AuthorityUpdated(address)\":{\"details\":\"Authority that manages this contract was updated.\"}},\"kind\":\"dev\",\"methods\":{\"authority()\":{\"details\":\"Returns the current authority.\"},\"isConsumingScheduledOp()\":{\"details\":\"Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs attacker controlled calls.\"},\"setAuthority(address)\":{\"details\":\"Transfers control to a new authority. The caller must be the current authority.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":\"IAccessManaged\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/access/manager/IAccessManager.sol": { - "IAccessManager": { - "abi": [ - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerAlreadyScheduled", - "type": "error" - }, - { - "inputs": [], - "name": "AccessManagerBadConfirmation", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerExpired", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAdmin", - "type": "address" - } - ], - "name": "AccessManagerInvalidInitialAdmin", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AccessManagerLockedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerLockedRole", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotReady", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotScheduled", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerUnauthorizedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCancel", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AccessManagerUnauthorizedConsume", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationCanceled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationExecuted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "schedule", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "indexed": false, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "OperationScheduled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "RoleAdminChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "RoleGrantDelayChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "bool", - "name": "newMember", - "type": "bool" - } - ], - "name": "RoleGranted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "RoleGuardianChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "RoleLabel", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "RoleRevoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "TargetAdminDelayUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "TargetClosed", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "TargetFunctionRoleUpdated", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "canCall", - "outputs": [ - { - "internalType": "bool", - "name": "allowed", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "cancel", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "consumeScheduledOp", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "execute", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "expiration", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getAccess", - "outputs": [ - { - "internalType": "uint48", - "name": "", - "type": "uint48" - }, - { - "internalType": "uint32", - "name": "", - "type": "uint32" - }, - { - "internalType": "uint32", - "name": "", - "type": "uint32" - }, - { - "internalType": "uint48", - "name": "", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleAdmin", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGrantDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGuardian", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getSchedule", - "outputs": [ - { - "internalType": "uint48", - "name": "", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "getTargetAdminDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "getTargetFunctionRole", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "name": "grantRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasRole", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "hashOperation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "isTargetClosed", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "labelRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "minSetback", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "callerConfirmation", - "type": "address" - } - ], - "name": "renounceRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokeRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint48", - "name": "when", - "type": "uint48" - } - ], - "name": "schedule", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - }, - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setGrantDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "setRoleAdmin", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "setRoleGuardian", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setTargetAdminDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "setTargetClosed", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4[]", - "name": "selectors", - "type": "bytes4[]" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "setTargetFunctionRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "updateAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "canCall(address,address,bytes4)": "b7009613", - "cancel(address,address,bytes)": "d6bb62c6", - "consumeScheduledOp(address,bytes)": "94c7d7ee", - "execute(address,bytes)": "1cff79cd", - "expiration()": "4665096d", - "getAccess(uint64,address)": "3078f114", - "getNonce(bytes32)": "4136a33c", - "getRoleAdmin(uint64)": "530dd456", - "getRoleGrantDelay(uint64)": "12be8727", - "getRoleGuardian(uint64)": "0b0a93ba", - "getSchedule(bytes32)": "3adc277a", - "getTargetAdminDelay(address)": "4c1da1e2", - "getTargetFunctionRole(address,bytes4)": "6d5115bd", - "grantRole(uint64,address,uint32)": "25c471a0", - "hasRole(uint64,address)": "d1f856ee", - "hashOperation(address,address,bytes)": "abd9bd2a", - "isTargetClosed(address)": "a166aa89", - "labelRole(uint64,string)": "853551b8", - "minSetback()": "cc1b6c81", - "renounceRole(uint64,address)": "fe0776f5", - "revokeRole(uint64,address)": "b7d2b162", - "schedule(address,bytes,uint48)": "f801a698", - "setGrantDelay(uint64,uint32)": "a64d95ce", - "setRoleAdmin(uint64,uint64)": "30cae187", - "setRoleGuardian(uint64,uint64)": "52962952", - "setTargetAdminDelay(address,uint32)": "d22b5989", - "setTargetClosed(address,bool)": "167bd395", - "setTargetFunctionRole(address,bytes4[],uint64)": "08d6122d", - "updateAuthority(address,address)": "18ff183c" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerAlreadyScheduled\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AccessManagerBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerExpired\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAdmin\",\"type\":\"address\"}],\"name\":\"AccessManagerInvalidInitialAdmin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AccessManagerLockedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerLockedRole\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotReady\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotScheduled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCancel\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AccessManagerUnauthorizedConsume\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationCanceled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationExecuted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"schedule\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"OperationScheduled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"RoleGrantDelayChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"newMember\",\"type\":\"bool\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"RoleGuardianChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"RoleLabel\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"TargetAdminDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"TargetClosed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"TargetFunctionRoleUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"canCall\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"allowed\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"cancel\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"consumeScheduledOp\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"execute\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"expiration\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getAccess\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"},{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"},{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getNonce\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGrantDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGuardian\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getSchedule\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"getTargetAdminDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"getTargetFunctionRole\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"executionDelay\",\"type\":\"uint32\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"hashOperation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"isTargetClosed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"labelRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minSetback\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint48\",\"name\":\"when\",\"type\":\"uint48\"}],\"name\":\"schedule\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"},{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setGrantDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"setRoleAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"setRoleGuardian\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setTargetAdminDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"setTargetClosed\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4[]\",\"name\":\"selectors\",\"type\":\"bytes4[]\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"setTargetFunctionRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"updateAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"OperationCanceled(bytes32,uint32)\":{\"details\":\"A scheduled operation was canceled.\"},\"OperationExecuted(bytes32,uint32)\":{\"details\":\"A scheduled operation was executed.\"},\"OperationScheduled(bytes32,uint32,uint48,address,address,bytes)\":{\"details\":\"A delayed operation was scheduled.\"},\"RoleAdminChanged(uint64,uint64)\":{\"details\":\"Role acting as admin over a given `roleId` is updated.\"},\"RoleGrantDelayChanged(uint64,uint32,uint48)\":{\"details\":\"Grant delay for a given `roleId` will be updated to `delay` when `since` is reached.\"},\"RoleGranted(uint64,address,uint32,uint48,bool)\":{\"details\":\"Emitted when `account` is granted `roleId`. NOTE: The meaning of the `since` argument depends on the `newMember` argument. If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role, otherwise it indicates the execution delay for this account and roleId is updated.\"},\"RoleGuardianChanged(uint64,uint64)\":{\"details\":\"Role acting as guardian over a given `roleId` is updated.\"},\"RoleLabel(uint64,string)\":{\"details\":\"Informational labelling for a roleId.\"},\"RoleRevoked(uint64,address)\":{\"details\":\"Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous.\"},\"TargetAdminDelayUpdated(address,uint32,uint48)\":{\"details\":\"Admin delay for a given `target` will be updated to `delay` when `since` is reached.\"},\"TargetClosed(address,bool)\":{\"details\":\"Target mode is updated (true = closed, false = open).\"},\"TargetFunctionRoleUpdated(address,bytes4,uint64)\":{\"details\":\"Role required to invoke `selector` on `target` is updated to `roleId`.\"}},\"kind\":\"dev\",\"methods\":{\"canCall(address,address,bytes4)\":{\"details\":\"Check if an address (`caller`) is authorised to call a given function on a given contract directly (with no restriction). Additionally, it returns the delay needed to perform the call indirectly through the {schedule} & {execute} workflow. This function is usually called by the targeted contract to control immediate execution of restricted functions. Therefore we only return true if the call can be performed without any delay. If the call is subject to a previously set delay (not zero), then the function should return false and the caller should schedule the operation for future execution. If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise the operation can be executed if and only if delay is greater than 0. NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that is backward compatible. Some contracts may thus ignore the second return argument. In that case they will fail to identify the indirect workflow, and will consider calls that require a delay to be forbidden. NOTE: This function does not report the permissions of this manager itself. These are defined by the {_canCallSelf} function instead.\"},\"cancel(address,address,bytes)\":{\"details\":\"Cancel a scheduled (delayed) operation. Returns the nonce that identifies the previously scheduled operation that is cancelled. Requirements: - the caller must be the proposer, a guardian of the targeted function, or a global admin Emits a {OperationCanceled} event.\"},\"consumeScheduledOp(address,bytes)\":{\"details\":\"Consume a scheduled operation targeting the caller. If such an operation exists, mark it as consumed (emit an {OperationExecuted} event and clean the state). Otherwise, throw an error. This is useful for contract that want to enforce that calls targeting them were scheduled on the manager, with all the verifications that it implies. Emit a {OperationExecuted} event.\"},\"execute(address,bytes)\":{\"details\":\"Execute a function that is delay restricted, provided it was properly scheduled beforehand, or the execution delay is 0. Returns the nonce that identifies the previously scheduled operation that is executed, or 0 if the operation wasn't previously scheduled (if the caller doesn't have an execution delay). Emits an {OperationExecuted} event only if the call was scheduled and delayed.\"},\"expiration()\":{\"details\":\"Expiration delay for scheduled proposals. Defaults to 1 week. IMPORTANT: Avoid overriding the expiration with 0. Otherwise every contract proposal will be expired immediately, disabling any scheduling usage.\"},\"getAccess(uint64,address)\":{\"details\":\"Get the access details for a given account for a given role. These details include the timepoint at which membership becomes active, and the delay applied to all operation by this user that requires this permission level. Returns: [0] Timestamp at which the account membership becomes valid. 0 means role is not granted. [1] Current execution delay for the account. [2] Pending execution delay for the account. [3] Timestamp at which the pending execution delay will become active. 0 means no delay update is scheduled.\"},\"getNonce(bytes32)\":{\"details\":\"Return the nonce for the latest scheduled operation with a given id. Returns 0 if the operation has never been scheduled.\"},\"getRoleAdmin(uint64)\":{\"details\":\"Get the id of the role that acts as an admin for the given role. The admin permission is required to grant the role, revoke the role and update the execution delay to execute an operation that is restricted to this role.\"},\"getRoleGrantDelay(uint64)\":{\"details\":\"Get the role current grant delay. Its value may change at any point without an event emitted following a call to {setGrantDelay}. Changes to this value, including effect timepoint are notified in advance by the {RoleGrantDelayChanged} event.\"},\"getRoleGuardian(uint64)\":{\"details\":\"Get the role that acts as a guardian for a given role. The guardian permission allows canceling operations that have been scheduled under the role.\"},\"getSchedule(bytes32)\":{\"details\":\"Return the timepoint at which a scheduled operation will be ready for execution. This returns 0 if the operation is not yet scheduled, has expired, was executed, or was canceled.\"},\"getTargetAdminDelay(address)\":{\"details\":\"Get the admin delay for a target contract. Changes to contract configuration are subject to this delay.\"},\"getTargetFunctionRole(address,bytes4)\":{\"details\":\"Get the role required to call a function.\"},\"grantRole(uint64,address,uint32)\":{\"details\":\"Add `account` to `roleId`, or change its execution delay. This gives the account the authorization to call any function that is restricted to this role. An optional execution delay (in seconds) can be set. If that delay is non 0, the user is required to schedule any operation that is restricted to members of this role. The user will only be able to execute the operation after the delay has passed, before it has expired. During this period, admin and guardians can cancel the operation (see {cancel}). If the account has already been granted this role, the execution delay will be updated. This update is not immediate and follows the delay rules. For example, if a user currently has a delay of 3 hours, and this is called to reduce that delay to 1 hour, the new delay will take some time to take effect, enforcing that any operation executed in the 3 hours that follows this update was indeed scheduled before this update. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - granted role must not be the `PUBLIC_ROLE` Emits a {RoleGranted} event.\"},\"hasRole(uint64,address)\":{\"details\":\"Check if a given account currently has the permission level corresponding to a given role. Note that this permission might be associated with an execution delay. {getAccess} can provide more details.\"},\"hashOperation(address,address,bytes)\":{\"details\":\"Hashing function for delayed operations.\"},\"isTargetClosed(address)\":{\"details\":\"Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\"},\"labelRole(uint64,string)\":{\"details\":\"Give a label to a role, for improved role discoverability by UIs. Requirements: - the caller must be a global admin Emits a {RoleLabel} event.\"},\"minSetback()\":{\"details\":\"Minimum setback for all delay updates, with the exception of execution delays. It can be increased without setback (and reset via {revokeRole} in the case event of an accidental increase). Defaults to 5 days.\"},\"renounceRole(uint64,address)\":{\"details\":\"Renounce role permissions for the calling account with immediate effect. If the sender is not in the role this call has no effect. Requirements: - the caller must be `callerConfirmation`. Emits a {RoleRevoked} event if the account had the role.\"},\"revokeRole(uint64,address)\":{\"details\":\"Remove an account from a role, with immediate effect. If the account does not have the role, this call has no effect. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - revoked role must not be the `PUBLIC_ROLE` Emits a {RoleRevoked} event if the account had the role.\"},\"schedule(address,bytes,uint48)\":{\"details\":\"Schedule a delayed operation for future execution, and return the operation identifier. It is possible to choose the timestamp at which the operation becomes executable as long as it satisfies the execution delays required for the caller. The special value zero will automatically set the earliest possible time. Returns the `operationId` that was scheduled. Since this value is a hash of the parameters, it can reoccur when the same parameters are used; if this is relevant, the returned `nonce` can be used to uniquely identify this scheduled operation from other occurrences of the same `operationId` in invocations of {execute} and {cancel}. Emits a {OperationScheduled} event. NOTE: It is not possible to concurrently schedule more than one operation with the same `target` and `data`. If this is necessary, a random byte can be appended to `data` to act as a salt that will be ignored by the target contract if it is using standard Solidity ABI encoding.\"},\"setGrantDelay(uint64,uint32)\":{\"details\":\"Update the delay for granting a `roleId`. Requirements: - the caller must be a global admin Emits a {RoleGrantDelayChanged} event.\"},\"setRoleAdmin(uint64,uint64)\":{\"details\":\"Change admin role for a given role. Requirements: - the caller must be a global admin Emits a {RoleAdminChanged} event\"},\"setRoleGuardian(uint64,uint64)\":{\"details\":\"Change guardian role for a given role. Requirements: - the caller must be a global admin Emits a {RoleGuardianChanged} event\"},\"setTargetAdminDelay(address,uint32)\":{\"details\":\"Set the delay for changing the configuration of a given target contract. Requirements: - the caller must be a global admin Emits a {TargetAdminDelayUpdated} event.\"},\"setTargetClosed(address,bool)\":{\"details\":\"Set the closed flag for a contract. Requirements: - the caller must be a global admin Emits a {TargetClosed} event.\"},\"setTargetFunctionRole(address,bytes4[],uint64)\":{\"details\":\"Set the role required to call functions identified by the `selectors` in the `target` contract. Requirements: - the caller must be a global admin Emits a {TargetFunctionRoleUpdated} event per selector.\"},\"updateAuthority(address,address)\":{\"details\":\"Changes the authority of a target managed by this manager instance. Requirements: - the caller must be a global admin\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":\"IAccessManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/access/manager/IAuthority.sol": { - "IAuthority": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "canCall", - "outputs": [ - { - "internalType": "bool", - "name": "allowed", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "canCall(address,address,bytes4)": "b7009613" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"canCall\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"allowed\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Standard interface for permissioning originally defined in Dappsys.\",\"kind\":\"dev\",\"methods\":{\"canCall(address,address,bytes4)\":{\"details\":\"Returns true if the caller can invoke on a target the function identified by a function selector.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/access/manager/IAuthority.sol\":\"IAuthority\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/interfaces/IERC1271.sol": { - "IERC1271": { - "abi": [ - { - "inputs": [ - { - "internalType": "bytes32", - "name": "hash", - "type": "bytes32" - }, - { - "internalType": "bytes", - "name": "signature", - "type": "bytes" - } - ], - "name": "isValidSignature", - "outputs": [ - { - "internalType": "bytes4", - "name": "magicValue", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "isValidSignature(bytes32,bytes)": "1626ba7e" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"hash\",\"type\":\"bytes32\"},{\"internalType\":\"bytes\",\"name\":\"signature\",\"type\":\"bytes\"}],\"name\":\"isValidSignature\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"magicValue\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"details\":\"Interface of the ERC1271 standard signature validation method for contracts as defined in https://eips.ethereum.org/EIPS/eip-1271[ERC-1271].\",\"kind\":\"dev\",\"methods\":{\"isValidSignature(bytes32,bytes)\":{\"details\":\"Should return whether the signature provided is valid for the provided data\",\"params\":{\"hash\":\"Hash of the data to be signed\",\"signature\":\"Signature byte array associated with _data\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/interfaces/IERC1271.sol\":\"IERC1271\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC1271.sol\":{\"keccak256\":\"0x85a45f3f10014a0f8be41157a32b6a5f905753ea64a4b64e29fc12b7deeecf39\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3c74009ce36136b36c77c23935b8e4a7b4f253be2da2be4fb4a916b1ce43743\",\"dweb:/ipfs/QmcH36v3iN7SJJuF73AunLR2LtNxhVJ1wm63ph4dPZ4pcL\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/interfaces/IERC5267.sol": { - "IERC5267": { - "abi": [ - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" - }, - { - "inputs": [], - "name": "eip712Domain", - "outputs": [ - { - "internalType": "bytes1", - "name": "fields", - "type": "bytes1" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "internalType": "uint256", - "name": "chainId", - "type": "uint256" - }, - { - "internalType": "address", - "name": "verifyingContract", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "salt", - "type": "bytes32" - }, - { - "internalType": "uint256[]", - "name": "extensions", - "type": "uint256[]" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "eip712Domain()": "84b0196e" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"events\":{\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"}},\"kind\":\"dev\",\"methods\":{\"eip712Domain()\":{\"details\":\"returns the fields and values that describe the domain separator used by this contract for EIP-712 signature.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/interfaces/IERC5267.sol\":\"IERC5267\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/Address.sol": { - "Address": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AddressInsufficientBalance", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122060a338927186c911c192f4a69e461c9be59e44f421f14bdcedc9fe04d9055d9864736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH1 0xA3 CODESIZE SWAP3 PUSH18 0x86C911C192F4A69E461C9BE59E44F421F14B 0xDC 0xED 0xC9 INVALID DIV 0xD9 SDIV TSTORE SWAP9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "195:6066:23:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;195:6066:23;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea264697066735822122060a338927186c911c192f4a69e461c9be59e44f421f14bdcedc9fe04d9055d9864736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH1 0xA3 CODESIZE SWAP3 PUSH18 0x86C911C192F4A69E461C9BE59E44F421F14B 0xDC 0xED 0xC9 INVALID DIV 0xD9 SDIV TSTORE SWAP9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "195:6066:23:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AddressInsufficientBalance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Collection of functions related to the address type\",\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"AddressInsufficientBalance(address)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"FailedInnerCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Address.sol\":\"Address\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/Context.sol": { - "Context": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Context.sol\":\"Context\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/ReentrancyGuard.sol": { - "ReentrancyGuard": { - "abi": [ - { - "inputs": [], - "name": "ReentrancyGuardReentrantCall", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"ReentrancyGuardReentrantCall\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Contract module that helps prevent reentrant calls to a function. Inheriting from `ReentrancyGuard` will make the {nonReentrant} modifier available, which can be applied to functions to make sure there are no nested (reentrant) calls to them. Note that because there is a single `nonReentrant` guard, functions marked as `nonReentrant` may not call one another. This can be worked around by making those functions `private`, and then adding `external` `nonReentrant` entry points to them. TIP: If you would like to learn more about reentrancy and alternative ways to protect against it, check out our blog post https://blog.openzeppelin.com/reentrancy-after-istanbul/[Reentrancy After Istanbul].\",\"errors\":{\"ReentrancyGuardReentrantCall()\":[{\"details\":\"Unauthorized reentrant call.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":\"ReentrancyGuard\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":{\"keccak256\":\"0xf980daa263b661ab8ddee7d4fd833c7da7e7995e2c359ff1f17e67e4112f2236\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7448ab095d6940130bcf76ba47a2eab14148c83119523b93dd89f6d84edd6c02\",\"dweb:/ipfs/QmawrZ4voKQjH3oomXT3Kuheb3Mnmo2VvVpxg8Ne5UJUrd\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/ShortStrings.sol": { - "ShortStrings": { - "abi": [ - { - "inputs": [], - "name": "InvalidShortString", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "str", - "type": "string" - } - ], - "name": "StringTooLong", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207daa299c58066bbe24d11fa0604066235114ec8d917a343a2734a984b36aee4964736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH30 0xAA299C58066BBE24D11FA0604066235114EC8D917A343A2734A984B36AEE BLOBHASH PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "1255:3053:26:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1255:3053:26;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212207daa299c58066bbe24d11fa0604066235114ec8d917a343a2734a984b36aee4964736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 PUSH30 0xAA299C58066BBE24D11FA0604066235114EC8D917A343A2734A984B36AEE BLOBHASH PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "1255:3053:26:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"This library provides functions to convert short memory strings into a `ShortString` type that can be used as an immutable variable. Strings of arbitrary length can be optimized using this library if they are short enough (up to 31 bytes) by packing them with their length (1 byte) in a single EVM word (32 bytes). Additionally, a fallback mechanism can be used for every other case. Usage example: ```solidity contract Named { using ShortStrings for *; ShortString private immutable _name; string private _nameFallback; constructor(string memory contractName) { _name = contractName.toShortStringWithFallback(_nameFallback); } function name() external view returns (string memory) { return _name.toStringWithFallback(_nameFallback); } } ```\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/ShortStrings.sol\":\"ShortStrings\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x18a7171df639a934592915a520ecb97c5bbc9675a1105607aac8a94e72bf62c6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7478e1f13da69a2867ccd883001d836b75620362e743f196376d63ed0c422a1c\",\"dweb:/ipfs/QmWywcQ9TNfwtoqAxbn25d8C5VrV12PrPS9UjtGe6pL2BA\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/StorageSlot.sol": { - "StorageSlot": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e930cec494053c8b76f477f6cc587e71c97ec98b98407f9fc624b2c9c01375a664736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE9 ADDRESS 0xCE 0xC4 SWAP5 SDIV EXTCODECOPY DUP12 PUSH23 0xF477F6CC587E71C97EC98B98407F9FC624B2C9C01375A6 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "1245:2685:27:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;1245:2685:27;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e930cec494053c8b76f477f6cc587e71c97ec98b98407f9fc624b2c9c01375a664736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xE9 ADDRESS 0xCE 0xC4 SWAP5 SDIV EXTCODECOPY DUP12 PUSH23 0xF477F6CC587E71C97EC98B98407F9FC624B2C9C01375A6 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "1245:2685:27:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Library for reading and writing primitive types to specific storage slots. Storage slots are often used to avoid storage conflict when dealing with upgradeable contracts. This library helps with reading and writing to such slots without the need for inline assembly. The functions in this library return Slot structs that contain a `value` member that can be used to read or write. Example usage to set ERC1967 implementation slot: ```solidity contract ERC1967 { bytes32 internal constant _IMPLEMENTATION_SLOT = 0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc; function _getImplementation() internal view returns (address) { return StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value; } function _setImplementation(address newImplementation) internal { require(newImplementation.code.length > 0); StorageSlot.getAddressSlot(_IMPLEMENTATION_SLOT).value = newImplementation; } } ```\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/StorageSlot.sol\":\"StorageSlot\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/Strings.sol": { - "Strings": { - "abi": [ - { - "inputs": [ - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "length", - "type": "uint256" - } - ], - "name": "StringsInsufficientHexLength", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220574983922366dbb0b65674b447c06156370a5b926f50c7bd64bd03f63a2ef16c64736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPI BLOBHASH DUP4 SWAP3 0x23 PUSH7 0xDBB0B65674B447 0xC0 PUSH2 0x5637 EXP JUMPDEST SWAP3 PUSH16 0x50C7BD64BD03F63A2EF16C64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "251:2847:28:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;251:2847:28;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220574983922366dbb0b65674b447c06156370a5b926f50c7bd64bd03f63a2ef16c64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPI BLOBHASH DUP4 SWAP3 0x23 PUSH7 0xDBB0B65674B447 0xC0 PUSH2 0x5637 EXP JUMPDEST SWAP3 PUSH16 0x50C7BD64BD03F63A2EF16C64736F6C63 NUMBER STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "251:2847:28:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"StringsInsufficientHexLength\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"String operations.\",\"errors\":{\"StringsInsufficientHexLength(uint256,uint256)\":[{\"details\":\"The `value` string doesn't fit in the specified `length`.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/Strings.sol\":\"Strings\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/cryptography/ECDSA.sol": { - "ECDSA": { - "abi": [ - { - "inputs": [], - "name": "ECDSAInvalidSignature", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "length", - "type": "uint256" - } - ], - "name": "ECDSAInvalidSignatureLength", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "s", - "type": "bytes32" - } - ], - "name": "ECDSAInvalidSignatureS", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a1fa15012afc0463a9a2e8500f16e5bea8e5627f54cbd86ad3355eaad2e8d37964736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 LOG1 STATICCALL ISZERO ADD 0x2A 0xFC DIV PUSH4 0xA9A2E850 0xF AND 0xE5 0xBE 0xA8 0xE5 PUSH3 0x7F54CB 0xD8 PUSH11 0xD3355EAAD2E8D37964736F PUSH13 0x634300081A0033000000000000 ", - "sourceMap": "344:7386:29:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;344:7386:29;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a1fa15012afc0463a9a2e8500f16e5bea8e5627f54cbd86ad3355eaad2e8d37964736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 LOG1 STATICCALL ISZERO ADD 0x2A 0xFC DIV PUSH4 0xA9A2E850 0xF AND 0xE5 0xBE 0xA8 0xE5 PUSH3 0x7F54CB 0xD8 PUSH11 0xD3355EAAD2E8D37964736F PUSH13 0x634300081A0033000000000000 ", - "sourceMap": "344:7386:29:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"ECDSAInvalidSignature\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"length\",\"type\":\"uint256\"}],\"name\":\"ECDSAInvalidSignatureLength\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"s\",\"type\":\"bytes32\"}],\"name\":\"ECDSAInvalidSignatureS\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Elliptic Curve Digital Signature Algorithm (ECDSA) operations. These functions can be used to verify that a message was signed by the holder of the private keys of a given address.\",\"errors\":{\"ECDSAInvalidSignature()\":[{\"details\":\"The signature derives the `address(0)`.\"}],\"ECDSAInvalidSignatureLength(uint256)\":[{\"details\":\"The signature has an invalid length.\"}],\"ECDSAInvalidSignatureS(bytes32)\":[{\"details\":\"The signature has an S value that is in the upper half order.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":\"ECDSA\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xeed0a08b0b091f528356cbc7245891a4c748682d4f6a18055e8e6ca77d12a6cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba80ba06c8e6be852847e4c5f4492cef801feb6558ae09ed705ff2e04ea8b13c\",\"dweb:/ipfs/QmXRJDv3xHLVQCVXg1ZvR35QS9sij5y9NDWYzMfUfAdTHF\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/cryptography/EIP712.sol": { - "EIP712": { - "abi": [ - { - "inputs": [], - "name": "InvalidShortString", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "string", - "name": "str", - "type": "string" - } - ], - "name": "StringTooLong", - "type": "error" - }, - { - "anonymous": false, - "inputs": [], - "name": "EIP712DomainChanged", - "type": "event" - }, - { - "inputs": [], - "name": "eip712Domain", - "outputs": [ - { - "internalType": "bytes1", - "name": "fields", - "type": "bytes1" - }, - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "string", - "name": "version", - "type": "string" - }, - { - "internalType": "uint256", - "name": "chainId", - "type": "uint256" - }, - { - "internalType": "address", - "name": "verifyingContract", - "type": "address" - }, - { - "internalType": "bytes32", - "name": "salt", - "type": "bytes32" - }, - { - "internalType": "uint256[]", - "name": "extensions", - "type": "uint256[]" - } - ], - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "eip712Domain()": "84b0196e" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"InvalidShortString\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"string\",\"name\":\"str\",\"type\":\"string\"}],\"name\":\"StringTooLong\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[],\"name\":\"EIP712DomainChanged\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"eip712Domain\",\"outputs\":[{\"internalType\":\"bytes1\",\"name\":\"fields\",\"type\":\"bytes1\"},{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"string\",\"name\":\"version\",\"type\":\"string\"},{\"internalType\":\"uint256\",\"name\":\"chainId\",\"type\":\"uint256\"},{\"internalType\":\"address\",\"name\":\"verifyingContract\",\"type\":\"address\"},{\"internalType\":\"bytes32\",\"name\":\"salt\",\"type\":\"bytes32\"},{\"internalType\":\"uint256[]\",\"name\":\"extensions\",\"type\":\"uint256[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"}],\"devdoc\":{\"custom:oz-upgrades-unsafe-allow\":\"state-variable-immutable\",\"details\":\"https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data. The encoding scheme specified in the EIP requires a domain separator and a hash of the typed structured data, whose encoding is very generic and therefore its implementation in Solidity is not feasible, thus this contract does not implement the encoding itself. Protocols need to implement the type-specific encoding they need in order to produce the hash of their typed data using a combination of `abi.encode` and `keccak256`. This contract implements the EIP 712 domain separator ({_domainSeparatorV4}) that is used as part of the encoding scheme, and the final step of the encoding to obtain the message digest that is then signed via ECDSA ({_hashTypedDataV4}). The implementation of the domain separator was designed to be as efficient as possible while still properly updating the chain id to protect against replay attacks on an eventual fork of the chain. NOTE: This contract implements the version of the encoding known as \\\"v4\\\", as implemented by the JSON RPC method https://docs.metamask.io/guide/signing-data.html[`eth_signTypedDataV4` in MetaMask]. NOTE: In the upgradeable version of this contract, the cached values will correspond to the address, and the domain separator of the implementation contract. This will cause the {_domainSeparatorV4} function to always rebuild the separator from the immutable values, which is cheaper than accessing a cached version in cold storage.\",\"events\":{\"EIP712DomainChanged()\":{\"details\":\"MAY be emitted to signal that the domain could have changed.\"}},\"kind\":\"dev\",\"methods\":{\"constructor\":{\"details\":\"Initializes the domain separator and parameter caches. The meaning of `name` and `version` is specified in https://eips.ethereum.org/EIPS/eip-712#definition-of-domainseparator[EIP 712]: - `name`: the user readable name of the signing domain, i.e. the name of the DApp or the protocol. - `version`: the current major version of the signing domain. NOTE: These parameters cannot be changed except through a xref:learn::upgrading-smart-contracts.adoc[smart contract upgrade].\"},\"eip712Domain()\":{\"details\":\"See {IERC-5267}.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":\"EIP712\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC5267.sol\":{\"keccak256\":\"0x92aa1df62dc3d33f1656d63bede0923e0df0b706ad4137c8b10b0a8fe549fd92\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c5c0f29195ad64cbe556da8e257dac8f05f78c53f90323c0d2accf8e6922d33a\",\"dweb:/ipfs/QmQ61TED8uaCZwcbh8KkgRSsCav7x7HbcGHwHts3U4DmUP\"]},\"@openzeppelin/contracts/utils/ShortStrings.sol\":{\"keccak256\":\"0x18a7171df639a934592915a520ecb97c5bbc9675a1105607aac8a94e72bf62c6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7478e1f13da69a2867ccd883001d836b75620362e743f196376d63ed0c422a1c\",\"dweb:/ipfs/QmWywcQ9TNfwtoqAxbn25d8C5VrV12PrPS9UjtGe6pL2BA\"]},\"@openzeppelin/contracts/utils/StorageSlot.sol\":{\"keccak256\":\"0x32ba59b4b7299237c8ba56319110989d7978a039faf754793064e967e5894418\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://1ae50c8b562427df610cc4540c9bf104acca7ef8e2dcae567ae7e52272281e9c\",\"dweb:/ipfs/QmTHiadFCSJUPpRjNegc5SahmeU8bAoY8i9Aq6tVscbcKR\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/cryptography/EIP712.sol\":{\"keccak256\":\"0x999f705a027ed6dc2d4e0df2cc4a509852c6bfd11de1c8161bf88832d0503fd0\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0798def67258d9a3cc20b2b4da7ebf351a5cefe0abfdd665d2d81f8e32f89b21\",\"dweb:/ipfs/QmPEvJosnPfzHNjKvCv2D3891mA2Ww8eUwkqrxBjuYdHCt\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0xba333517a3add42cd35fe877656fc3dfcc9de53baa4f3aabbd6d12a92e4ea435\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ceacff44c0fdc81e48e0e0b1db87a2076d3c1fb497341de077bf1da9f6b406c\",\"dweb:/ipfs/QmRUo1muMRAewxrKQ7TkXUtknyRoR57AyEkoPpiuZQ8FzX\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol": { - "MessageHashUtils": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203722991310aa7a4c32147c30e818342aaaa10a0383509be248fe05119fefeb9764736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALLDATACOPY 0x22 SWAP10 SGT LT 0xAA PUSH27 0x4C32147C30E818342AAAA10A0383509BE248FE05119FEFEB976473 PUSH16 0x6C634300081A00330000000000000000 ", - "sourceMap": "521:3235:31:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;521:3235:31;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212203722991310aa7a4c32147c30e818342aaaa10a0383509be248fe05119fefeb9764736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALLDATACOPY 0x22 SWAP10 SGT LT 0xAA PUSH27 0x4C32147C30E818342AAAA10A0383509BE248FE05119FEFEB976473 PUSH16 0x6C634300081A00330000000000000000 ", - "sourceMap": "521:3235:31:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Signature message hash utilities for producing digests to be consumed by {ECDSA} recovery or signing. The library provides methods for generating a hash of a message that conforms to the https://eips.ethereum.org/EIPS/eip-191[EIP 191] and https://eips.ethereum.org/EIPS/eip-712[EIP 712] specifications.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":\"MessageHashUtils\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/cryptography/MessageHashUtils.sol\":{\"keccak256\":\"0xba333517a3add42cd35fe877656fc3dfcc9de53baa4f3aabbd6d12a92e4ea435\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2ceacff44c0fdc81e48e0e0b1db87a2076d3c1fb497341de077bf1da9f6b406c\",\"dweb:/ipfs/QmRUo1muMRAewxrKQ7TkXUtknyRoR57AyEkoPpiuZQ8FzX\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol": { - "SignatureChecker": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209189771929b73ded755cda6a9495385426086454515179df9b8ad00632724c1964736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP2 DUP10 PUSH24 0x1929B73DED755CDA6A9495385426086454515179DF9B8AD0 MOD ORIGIN PUSH19 0x4C1964736F6C634300081A0033000000000000 ", - "sourceMap": "531:1742:32:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;531:1742:32;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209189771929b73ded755cda6a9495385426086454515179df9b8ad00632724c1964736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP2 DUP10 PUSH24 0x1929B73DED755CDA6A9495385426086454515179DF9B8AD0 MOD ORIGIN PUSH19 0x4C1964736F6C634300081A0033000000000000 ", - "sourceMap": "531:1742:32:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Signature verification helper that can be used instead of `ECDSA.recover` to seamlessly support both ECDSA signatures from externally owned accounts (EOAs) as well as ERC1271 signatures from smart contract wallets like Argent and Safe Wallet (previously Gnosis Safe).\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":\"SignatureChecker\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/interfaces/IERC1271.sol\":{\"keccak256\":\"0x85a45f3f10014a0f8be41157a32b6a5f905753ea64a4b64e29fc12b7deeecf39\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c3c74009ce36136b36c77c23935b8e4a7b4f253be2da2be4fb4a916b1ce43743\",\"dweb:/ipfs/QmcH36v3iN7SJJuF73AunLR2LtNxhVJ1wm63ph4dPZ4pcL\"]},\"@openzeppelin/contracts/utils/cryptography/ECDSA.sol\":{\"keccak256\":\"0xeed0a08b0b091f528356cbc7245891a4c748682d4f6a18055e8e6ca77d12a6cf\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ba80ba06c8e6be852847e4c5f4492cef801feb6558ae09ed705ff2e04ea8b13c\",\"dweb:/ipfs/QmXRJDv3xHLVQCVXg1ZvR35QS9sij5y9NDWYzMfUfAdTHF\"]},\"@openzeppelin/contracts/utils/cryptography/SignatureChecker.sol\":{\"keccak256\":\"0x6b11eb41a228cca35d4b662b4df69fcd75192851365102690f57b2ac01e83fe6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://ab006a2983ed350d2af21ddcdd835dcae3b8340086cc4d088460da5abd041f69\",\"dweb:/ipfs/QmbEacDhkJZiGrgzLjB4pNtE8Z1uudjDw1DvcDUTVQFsLG\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/math/Math.sol": { - "Math": { - "abi": [ - { - "inputs": [], - "name": "MathOverflowedMulDiv", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b499470a108f7a8609a2da9c0e762a767d60ba1249e96856135566d6e93181b64736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPDEST BLOBHASH SWAP5 PUSH17 0xA108F7A8609A2DA9C0E762A767D60BA124 SWAP15 SWAP7 DUP6 PUSH2 0x3556 PUSH14 0x6E93181B64736F6C634300081A00 CALLER ", - "sourceMap": "203:14914:33:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;203:14914:33;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212205b499470a108f7a8609a2da9c0e762a767d60ba1249e96856135566d6e93181b64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 JUMPDEST BLOBHASH SWAP5 PUSH17 0xA108F7A8609A2DA9C0E762A767D60BA124 SWAP15 SWAP7 DUP6 PUSH2 0x3556 PUSH14 0x6E93181B64736F6C634300081A00 CALLER ", - "sourceMap": "203:14914:33:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[],\"name\":\"MathOverflowedMulDiv\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Standard math utilities missing in the Solidity language.\",\"errors\":{\"MathOverflowedMulDiv()\":[{\"details\":\"Muldiv operation overflow.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/math/Math.sol\":\"Math\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/math/SafeCast.sol": { - "SafeCast": { - "abi": [ - { - "inputs": [ - { - "internalType": "uint8", - "name": "bits", - "type": "uint8" - }, - { - "internalType": "int256", - "name": "value", - "type": "int256" - } - ], - "name": "SafeCastOverflowedIntDowncast", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "int256", - "name": "value", - "type": "int256" - } - ], - "name": "SafeCastOverflowedIntToUint", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint8", - "name": "bits", - "type": "uint8" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "name": "SafeCastOverflowedUintDowncast", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "name": "SafeCastOverflowedUintToInt", - "type": "error" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208afe481158c06169c7a7dcda9f31c373e69b12e255758087139a1a334d8a290364736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP11 INVALID BASEFEE GT PC 0xC0 PUSH2 0x69C7 0xA7 0xDC 0xDA SWAP16 BALANCE 0xC3 PUSH20 0xE69B12E255758087139A1A334D8A290364736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "764:33927:34:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;764:33927:34;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212208afe481158c06169c7a7dcda9f31c373e69b12e255758087139a1a334d8a290364736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP11 INVALID BASEFEE GT PC 0xC0 PUSH2 0x69C7 0xA7 0xDC 0xDA SWAP16 BALANCE 0xC3 PUSH20 0xE69B12E255758087139A1A334D8A290364736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "764:33927:34:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"int256\",\"name\":\"value\",\"type\":\"int256\"}],\"name\":\"SafeCastOverflowedIntDowncast\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"int256\",\"name\":\"value\",\"type\":\"int256\"}],\"name\":\"SafeCastOverflowedIntToUint\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintToInt\",\"type\":\"error\"}],\"devdoc\":{\"details\":\"Wrappers over Solidity's uintXX/intXX casting operators with added overflow checks. Downcasting from uint256/int256 in Solidity does not revert on overflow. This can easily result in undesired exploitation or bugs, since developers usually assume that overflows raise errors. `SafeCast` restores this intuition by reverting the transaction when such an operation overflows. Using this library instead of the unchecked operations eliminates an entire class of bugs, so it's recommended to use it always.\",\"errors\":{\"SafeCastOverflowedIntDowncast(uint8,int256)\":[{\"details\":\"Value doesn't fit in an int of `bits` size.\"}],\"SafeCastOverflowedIntToUint(int256)\":[{\"details\":\"An int value doesn't fit in an uint of `bits` size.\"}],\"SafeCastOverflowedUintDowncast(uint8,uint256)\":[{\"details\":\"Value doesn't fit in an uint of `bits` size.\"}],\"SafeCastOverflowedUintToInt(uint256)\":[{\"details\":\"An uint value doesn't fit in an int of `bits` size.\"}]},\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/math/SafeCast.sol\":\"SafeCast\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/math/SignedMath.sol": { - "SignedMath": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f1635ed3fe73c6cebba69caf2a7534fcf2ec5bd79c06db1f21ba676eba844ded64736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALL PUSH4 0x5ED3FE73 0xC6 0xCE 0xBB 0xA6 SWAP13 0xAF 0x2A PUSH22 0x34FCF2EC5BD79C06DB1F21BA676EBA844DED64736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "216:1047:35:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;216:1047:35;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220f1635ed3fe73c6cebba69caf2a7534fcf2ec5bd79c06db1f21ba676eba844ded64736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 CALL PUSH4 0x5ED3FE73 0xC6 0xCE 0xBB 0xA6 SWAP13 0xAF 0x2A PUSH22 0x34FCF2EC5BD79C06DB1F21BA676EBA844DED64736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "216:1047:35:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"Standard signed math utilities missing in the Solidity language.\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/math/SignedMath.sol\":\"SignedMath\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]}},\"version\":1}" - } - }, - "@openzeppelin/contracts/utils/types/Time.sol": { - "Time": { - "abi": [], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209701ef0174ca8e62fc9b3da1378cc3152e82e9cb126827dbc2aaced0c354bc8864736f6c634300081a0033", - "opcodes": "PUSH1 0x56 PUSH1 0x37 PUSH1 0xB DUP3 DUP3 DUP3 CODECOPY DUP1 MLOAD PUSH1 0x0 BYTE PUSH1 0x73 EQ PUSH1 0x2A JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x0 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST ADDRESS PUSH1 0x0 MSTORE PUSH1 0x73 DUP2 MSTORE8 DUP3 DUP2 RETURN INVALID PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP8 ADD 0xEF ADD PUSH21 0xCA8E62FC9B3DA1378CC3152E82E9CB126827DBC2AA 0xCE 0xD0 0xC3 SLOAD 0xBC DUP9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "640:4454:36:-:0;;;;;;;;;;;;;;;-1:-1:-1;;;640:4454:36;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212209701ef0174ca8e62fc9b3da1378cc3152e82e9cb126827dbc2aaced0c354bc8864736f6c634300081a0033", - "opcodes": "PUSH20 0x0 ADDRESS EQ PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x0 DUP1 REVERT INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 SWAP8 ADD 0xEF ADD PUSH21 0xCA8E62FC9B3DA1378CC3152E82E9CB126827DBC2AA 0xCE 0xD0 0xC3 SLOAD 0xBC DUP9 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "640:4454:36:-:0;;;;;;;;" - }, - "methodIdentifiers": {} - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[],\"devdoc\":{\"details\":\"This library provides helpers for manipulating time-related objects. It uses the following types: - `uint48` for timepoints - `uint32` for durations While the library doesn't provide specific types for timepoints and duration, it does provide: - a `Delay` type to represent duration that can be programmed to change value automatically at a given point - additional helper functions\",\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"@openzeppelin/contracts/utils/types/Time.sol\":\"Time\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]}},\"version\":1}" - } - }, - "contracts/ApplicationManager.sol": { - "ApplicationManager": { - "abi": [ - { - "inputs": [ - { - "internalType": "address", - "name": "initialAuthority", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "inputs": [], - "name": "ReentrancyGuardReentrantCall", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationCreated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "newApplication", - "type": "tuple" - } - ], - "name": "createApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "deleteApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "getApplication", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "start", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "limit", - "type": "uint256" - } - ], - "name": "getApplications", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application[]", - "name": "", - "type": "tuple[]" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "getNextApplicationId", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "updatedApplication", - "type": "tuple" - } - ], - "name": "updateApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_12622": { - "entryPoint": null, - "id": 12622, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_6948": { - "entryPoint": null, - "id": 6948, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_8021": { - "entryPoint": null, - "id": 8021, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_setAuthority_7038": { - "entryPoint": 62, - "id": 7038, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_tuple_t_address_fromMemory": { - "entryPoint": 146, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:514:44", - "nodeType": "YulBlock", - "src": "0:514:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "95:209:44", - "nodeType": "YulBlock", - "src": "95:209:44", - "statements": [ - { - "body": { - "nativeSrc": "141:16:44", - "nodeType": "YulBlock", - "src": "141:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "150:1:44", - "nodeType": "YulLiteral", - "src": "150:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "153:1:44", - "nodeType": "YulLiteral", - "src": "153:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "143:6:44", - "nodeType": "YulIdentifier", - "src": "143:6:44" - }, - "nativeSrc": "143:12:44", - "nodeType": "YulFunctionCall", - "src": "143:12:44" - }, - "nativeSrc": "143:12:44", - "nodeType": "YulExpressionStatement", - "src": "143:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "116:7:44", - "nodeType": "YulIdentifier", - "src": "116:7:44" - }, - { - "name": "headStart", - "nativeSrc": "125:9:44", - "nodeType": "YulIdentifier", - "src": "125:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "112:3:44", - "nodeType": "YulIdentifier", - "src": "112:3:44" - }, - "nativeSrc": "112:23:44", - "nodeType": "YulFunctionCall", - "src": "112:23:44" - }, - { - "kind": "number", - "nativeSrc": "137:2:44", - "nodeType": "YulLiteral", - "src": "137:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "108:3:44", - "nodeType": "YulIdentifier", - "src": "108:3:44" - }, - "nativeSrc": "108:32:44", - "nodeType": "YulFunctionCall", - "src": "108:32:44" - }, - "nativeSrc": "105:52:44", - "nodeType": "YulIf", - "src": "105:52:44" - }, - { - "nativeSrc": "166:29:44", - "nodeType": "YulVariableDeclaration", - "src": "166:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "185:9:44", - "nodeType": "YulIdentifier", - "src": "185:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "179:5:44", - "nodeType": "YulIdentifier", - "src": "179:5:44" - }, - "nativeSrc": "179:16:44", - "nodeType": "YulFunctionCall", - "src": "179:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "170:5:44", - "nodeType": "YulTypedName", - "src": "170:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "258:16:44", - "nodeType": "YulBlock", - "src": "258:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "267:1:44", - "nodeType": "YulLiteral", - "src": "267:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "270:1:44", - "nodeType": "YulLiteral", - "src": "270:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "260:6:44", - "nodeType": "YulIdentifier", - "src": "260:6:44" - }, - "nativeSrc": "260:12:44", - "nodeType": "YulFunctionCall", - "src": "260:12:44" - }, - "nativeSrc": "260:12:44", - "nodeType": "YulExpressionStatement", - "src": "260:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "217:5:44", - "nodeType": "YulIdentifier", - "src": "217:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "228:5:44", - "nodeType": "YulIdentifier", - "src": "228:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "243:3:44", - "nodeType": "YulLiteral", - "src": "243:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "248:1:44", - "nodeType": "YulLiteral", - "src": "248:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "239:3:44", - "nodeType": "YulIdentifier", - "src": "239:3:44" - }, - "nativeSrc": "239:11:44", - "nodeType": "YulFunctionCall", - "src": "239:11:44" - }, - { - "kind": "number", - "nativeSrc": "252:1:44", - "nodeType": "YulLiteral", - "src": "252:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "235:3:44", - "nodeType": "YulIdentifier", - "src": "235:3:44" - }, - "nativeSrc": "235:19:44", - "nodeType": "YulFunctionCall", - "src": "235:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "224:3:44", - "nodeType": "YulIdentifier", - "src": "224:3:44" - }, - "nativeSrc": "224:31:44", - "nodeType": "YulFunctionCall", - "src": "224:31:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "214:2:44", - "nodeType": "YulIdentifier", - "src": "214:2:44" - }, - "nativeSrc": "214:42:44", - "nodeType": "YulFunctionCall", - "src": "214:42:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "207:6:44", - "nodeType": "YulIdentifier", - "src": "207:6:44" - }, - "nativeSrc": "207:50:44", - "nodeType": "YulFunctionCall", - "src": "207:50:44" - }, - "nativeSrc": "204:70:44", - "nodeType": "YulIf", - "src": "204:70:44" - }, - { - "nativeSrc": "283:15:44", - "nodeType": "YulAssignment", - "src": "283:15:44", - "value": { - "name": "value", - "nativeSrc": "293:5:44", - "nodeType": "YulIdentifier", - "src": "293:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "283:6:44", - "nodeType": "YulIdentifier", - "src": "283:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address_fromMemory", - "nativeSrc": "14:290:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "61:9:44", - "nodeType": "YulTypedName", - "src": "61:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "72:7:44", - "nodeType": "YulTypedName", - "src": "72:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "84:6:44", - "nodeType": "YulTypedName", - "src": "84:6:44", - "type": "" - } - ], - "src": "14:290:44" - }, - { - "body": { - "nativeSrc": "410:102:44", - "nodeType": "YulBlock", - "src": "410:102:44", - "statements": [ - { - "nativeSrc": "420:26:44", - "nodeType": "YulAssignment", - "src": "420:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "432:9:44", - "nodeType": "YulIdentifier", - "src": "432:9:44" - }, - { - "kind": "number", - "nativeSrc": "443:2:44", - "nodeType": "YulLiteral", - "src": "443:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "428:3:44", - "nodeType": "YulIdentifier", - "src": "428:3:44" - }, - "nativeSrc": "428:18:44", - "nodeType": "YulFunctionCall", - "src": "428:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "420:4:44", - "nodeType": "YulIdentifier", - "src": "420:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "462:9:44", - "nodeType": "YulIdentifier", - "src": "462:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "477:6:44", - "nodeType": "YulIdentifier", - "src": "477:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "493:3:44", - "nodeType": "YulLiteral", - "src": "493:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "498:1:44", - "nodeType": "YulLiteral", - "src": "498:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "489:3:44", - "nodeType": "YulIdentifier", - "src": "489:3:44" - }, - "nativeSrc": "489:11:44", - "nodeType": "YulFunctionCall", - "src": "489:11:44" - }, - { - "kind": "number", - "nativeSrc": "502:1:44", - "nodeType": "YulLiteral", - "src": "502:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "485:3:44", - "nodeType": "YulIdentifier", - "src": "485:3:44" - }, - "nativeSrc": "485:19:44", - "nodeType": "YulFunctionCall", - "src": "485:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "473:3:44", - "nodeType": "YulIdentifier", - "src": "473:3:44" - }, - "nativeSrc": "473:32:44", - "nodeType": "YulFunctionCall", - "src": "473:32:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "455:6:44", - "nodeType": "YulIdentifier", - "src": "455:6:44" - }, - "nativeSrc": "455:51:44", - "nodeType": "YulFunctionCall", - "src": "455:51:44" - }, - "nativeSrc": "455:51:44", - "nodeType": "YulExpressionStatement", - "src": "455:51:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "309:203:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "379:9:44", - "nodeType": "YulTypedName", - "src": "379:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "390:6:44", - "nodeType": "YulTypedName", - "src": "390:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "401:4:44", - "nodeType": "YulTypedName", - "src": "401:4:44", - "type": "" - } - ], - "src": "309:203:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_address_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\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}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "6080604052348015600f57600080fd5b5060405161152f38038061152f833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611460806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610dc6565b61018c565b6040516100c89190610e4a565b60405180910390f35b6100e46100df366004610fa6565b6102d1565b005b6100f96100f4366004610fe3565b610454565b6040516100c89190611005565b6100e4610114366004610dc6565b6106aa565b6100e461012736600461106a565b6107d1565b610134610864565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e4610187366004611085565b6108a1565b6040805180820190915260608152600060208201526000828152600260205260409020600101546001600160a01b031661020d5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600082815260026020526040908190208151808301909252805482908290610234906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610260906110cc565b80156102ad5780601f10610282576101008083540402835291602001916102ad565b820191906000526020600020905b81548152906001019060200180831161029057829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b6102d9610a81565b6102e6335b600036610ac4565b6020808201516001600160a01b031660009081526003909152604090205460ff161561037a5760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e00000000000000000000000000000000000000006064820152608401610204565b60045460009081526002602052604090208151829190819061039c9082611152565b506020918201516001918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905583830151166000908152600383526040808220805460ff1916909317909255600454808252600290935281902090517fc359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa29261042b929091611211565b60405180910390a160048054906000610443836112c7565b919050555061045160018055565b50565b606060008267ffffffffffffffff81111561047157610471610e64565b6040519080825280602002602001820160405280156104b757816020015b60408051808201909152606081526000602082015281526020019060019003908161048f5790505b5090506000845b84821080156104ce575060045481105b156105f1576000818152600260205260409020600101546001600160a01b0316156105df5760008181526002602052604090819020815180830190925280548290829061051a906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610546906110cc565b80156105935780601f1061056857610100808354040283529160200191610593565b820191906000526020600020905b81548152906001019060200180831161057657829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015283518490849081106105c5576105c56112ee565b602002602001018190525081806105db906112c7565b9250505b806105e9816112c7565b9150506104be565b60008267ffffffffffffffff81111561060c5761060c610e64565b60405190808252806020026020018201604052801561065257816020015b60408051808201909152606081526000602082015281526020019060019003908161062a5790505b50905060005b8381101561069f57848181518110610672576106726112ee565b602002602001015182828151811061068c5761068c6112ee565b6020908102919091010152600101610658565b509695505050505050565b6106b2610a81565b6106bb336102de565b6000818152600260205260409020600101546001600160a01b03166107225760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b600081815260026020818152604080842060018101546001600160a01b0316855260038352818520805460ff1916905593859052919052517f3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c6114314930105929161078891849190611211565b60405180910390a16000818152600260205260408120906107a98282610d78565b50600101805473ffffffffffffffffffffffffffffffffffffffff1916905561045160018055565b60005433906001600160a01b031681146108085760405162d1953b60e31b81526001600160a01b0382166004820152602401610204565b816001600160a01b03163b600003610857576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610204565b61086082610bdd565b5050565b60008054600160a01b900460ff1661087c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b6108a9610a81565b6108b2336102de565b6000828152600260205260409020600101546001600160a01b03166109195760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b6020808201516001600160a01b031660009081526003909152604090205460ff1615806109695750602080820151600084815260029092526040909120600101546001600160a01b039081169116145b6109db5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e00000000000000000000000000000000000000000000000000000000006064820152608401610204565b6000828152600260205260409020815182919081906109fa9082611152565b50602091820151600191909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790556000838152600290915260409081902090517e4e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d5262391610a7091859190611211565b60405180910390a161086060018055565b600260015403610abd576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610afa610adc6000546001600160a01b031690565b8630610aec60046000898b611304565b610af59161132e565b610c3e565b9150915081610bd65763ffffffff811615610bb3576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610b6e90889088908890600401611364565b600060405180830381600087803b158015610b8857600080fd5b505af1158015610b9c573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610bd69050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610204565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610cdb91906113a3565b600060405180830381855afa9150503d8060008114610d16576040519150601f19603f3d011682016040523d82523d6000602084013e610d1b565b606091505b50915091508115610d6d576040815110610d4d5780806020019051810190610d4391906113cf565b9094509250610d6d565b6020815110610d6d5780806020019051810190610d6a919061140f565b93505b505094509492505050565b508054610d84906110cc565b6000825580601f10610d94575050565b601f01602090049060005260206000209081019061045191905b80821115610dc25760008155600101610dae565b5090565b600060208284031215610dd857600080fd5b5035919050565b60005b83811015610dfa578181015183820152602001610de2565b50506000910152565b60008151604084528051806040860152610e24816060870160208501610ddf565b6020938401516001600160a01b0316938501939093525050601f01601f19160160600190565b602081526000610e5d6020830184610e03565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610e9d57610e9d610e64565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610ecc57610ecc610e64565b604052919050565b80356001600160a01b0381168114610eeb57600080fd5b919050565b600060408284031215610f0257600080fd5b610f0a610e7a565b9050813567ffffffffffffffff811115610f2357600080fd5b8201601f81018413610f3457600080fd5b803567ffffffffffffffff811115610f4e57610f4e610e64565b610f61601f8201601f1916602001610ea3565b818152856020838501011115610f7657600080fd5b81602084016020830137600060208383010152808452505050610f9b60208301610ed4565b602082015292915050565b600060208284031215610fb857600080fd5b813567ffffffffffffffff811115610fcf57600080fd5b610fdb84828501610ef0565b949350505050565b60008060408385031215610ff657600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561105e57603f19878603018452611049858351610e03565b9450602093840193919091019060010161102d565b50929695505050505050565b60006020828403121561107c57600080fd5b610e5d82610ed4565b6000806040838503121561109857600080fd5b82359150602083013567ffffffffffffffff8111156110b657600080fd5b6110c285828601610ef0565b9150509250929050565b600181811c908216806110e057607f821691505b60208210810361110057634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561114d57806000526020600020601f840160051c8101602085101561112d5750805b601f840160051c820191505b81811015610bd65760008155600101611139565b505050565b815167ffffffffffffffff81111561116c5761116c610e64565b6111808161117a84546110cc565b84611106565b6020601f8211600181146111b4576000831561119c5750848201515b600019600385901b1c1916600184901b178455610bd6565b600084815260208120601f198516915b828110156111e457878501518255602094850194600190920191016111c4565b50848210156112025786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152604080820152600080835461122f816110cc565b806080860152600182166000811461124e576001811461126a5761129e565b60ff19831660a087015260a082151560051b870101935061129e565b86600052602060002060005b8381101561129557815488820160a00152600190910190602001611276565b870160a0019450505b50505060018401546001600160a01b03166001600160a01b038116606085015250949350505050565b6000600182016112e757634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052603260045260246000fd5b6000808585111561131457600080fd5b8386111561132157600080fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561135d576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516113b5818460208701610ddf565b9190910192915050565b80518015158114610eeb57600080fd5b600080604083850312156113e257600080fd5b6113eb836113bf565b9150602083015163ffffffff8116811461140457600080fd5b809150509250929050565b60006020828403121561142157600080fd5b610e5d826113bf56fea2646970667358221220826e9cf44af0961e15bf7a438dede0db4dcaafa25370f45f962b1ba42f663b7664736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0x152F CODESIZE SUB DUP1 PUSH2 0x152F DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH1 0x2C SWAP2 PUSH1 0x92 JUMP JUMPDEST DUP1 PUSH1 0x34 DUP2 PUSH1 0x3E JUMP JUMPDEST POP POP PUSH1 0x1 DUP1 SSTORE PUSH1 0xC0 JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0x2F658B440C35314F52658EA8A740E05B284CDC84DC9AE01E891F21B8933E7CAD SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH1 0xA3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH1 0xB9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x1460 DUP1 PUSH2 0xCF PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x7A9E5E4B GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xBF7E214F GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x14D JUMPI DUP1 PUSH4 0xCEC9D7DA EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0xECDFE9B4 EQ PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0x119 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0x12C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x1F2F4BFD EQ PUSH2 0xA8 JUMPI DUP1 PUSH4 0x36112A14 EQ PUSH2 0xD1 JUMPI DUP1 PUSH4 0x41702A16 EQ PUSH2 0xE6 JUMPI DUP1 PUSH4 0x7823C1E3 EQ PUSH2 0x106 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBB PUSH2 0xB6 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC6 JUMP JUMPDEST PUSH2 0x18C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xE4A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xDF CALLDATASIZE PUSH1 0x4 PUSH2 0xFA6 JUMP JUMPDEST PUSH2 0x2D1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF9 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0xFE3 JUMP JUMPDEST PUSH2 0x454 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0x1005 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x114 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC6 JUMP JUMPDEST PUSH2 0x6AA JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x127 CALLDATASIZE PUSH1 0x4 PUSH2 0x106A JUMP JUMPDEST PUSH2 0x7D1 JUMP JUMPDEST PUSH2 0x134 PUSH2 0x864 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH1 0x4 SLOAD PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x187 CALLDATASIZE PUSH1 0x4 PUSH2 0x1085 JUMP JUMPDEST PUSH2 0x8A1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x20D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 DUP2 MLOAD DUP1 DUP4 ADD SWAP1 SWAP3 MSTORE DUP1 SLOAD DUP3 SWAP1 DUP3 SWAP1 PUSH2 0x234 SWAP1 PUSH2 0x10CC 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 0x260 SWAP1 PUSH2 0x10CC JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AD JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x282 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AD 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 0x290 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x20 SWAP1 SWAP2 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2D9 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x2E6 CALLER JUMPDEST PUSH1 0x0 CALLDATASIZE PUSH2 0xAC4 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x37A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4164647265737320616C7265616479207573656420666F7220616E6F74686572 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x206170706C69636174696F6E0000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x4 SLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP2 MLOAD DUP3 SWAP2 SWAP1 DUP2 SWAP1 PUSH2 0x39C SWAP1 DUP3 PUSH2 0x1152 JUMP JUMPDEST POP PUSH1 0x20 SWAP2 DUP3 ADD MLOAD PUSH1 0x1 SWAP2 DUP3 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 DUP4 AND OR SWAP1 SSTORE DUP4 DUP4 ADD MLOAD AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 DUP4 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SWAP4 OR SWAP1 SWAP3 SSTORE PUSH1 0x4 SLOAD DUP1 DUP3 MSTORE PUSH1 0x2 SWAP1 SWAP4 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0xC359E19577116E3FC999C169F12688E8C3569477E68D1D3625B322620E74AFA2 SWAP3 PUSH2 0x42B SWAP3 SWAP1 SWAP2 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x4 DUP1 SLOAD SWAP1 PUSH1 0x0 PUSH2 0x443 DUP4 PUSH2 0x12C7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP PUSH2 0x451 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x471 JUMPI PUSH2 0x471 PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x4B7 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x48F JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 JUMPDEST DUP5 DUP3 LT DUP1 ISZERO PUSH2 0x4CE JUMPI POP PUSH1 0x4 SLOAD DUP2 LT JUMPDEST ISZERO PUSH2 0x5F1 JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND ISZERO PUSH2 0x5DF JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 DUP2 MLOAD DUP1 DUP4 ADD SWAP1 SWAP3 MSTORE DUP1 SLOAD DUP3 SWAP1 DUP3 SWAP1 PUSH2 0x51A SWAP1 PUSH2 0x10CC 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 0x546 SWAP1 PUSH2 0x10CC JUMP JUMPDEST DUP1 ISZERO PUSH2 0x593 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x568 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x593 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 0x576 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x20 SWAP1 SWAP2 ADD MSTORE DUP4 MLOAD DUP5 SWAP1 DUP5 SWAP1 DUP2 LT PUSH2 0x5C5 JUMPI PUSH2 0x5C5 PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 DUP1 PUSH2 0x5DB SWAP1 PUSH2 0x12C7 JUMP JUMPDEST SWAP3 POP POP JUMPDEST DUP1 PUSH2 0x5E9 DUP2 PUSH2 0x12C7 JUMP JUMPDEST SWAP2 POP POP PUSH2 0x4BE JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x60C JUMPI PUSH2 0x60C PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x652 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x62A JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x69F JUMPI DUP5 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x672 JUMPI PUSH2 0x672 PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x68C JUMPI PUSH2 0x68C PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x658 JUMP JUMPDEST POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x6B2 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x6BB CALLER PUSH2 0x2DE JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x722 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 MSTORE PUSH1 0x3 DUP4 MSTORE DUP2 DUP6 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE SWAP4 DUP6 SWAP1 MSTORE SWAP2 SWAP1 MSTORE MLOAD PUSH32 0x3211735CDE349F2A8DD1246DD2853DADB2AE6239B23257E5C611431493010592 SWAP2 PUSH2 0x788 SWAP2 DUP5 SWAP2 SWAP1 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SWAP1 PUSH2 0x7A9 DUP3 DUP3 PUSH2 0xD78 JUMP JUMPDEST POP PUSH1 0x1 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE PUSH2 0x451 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x808 JUMPI PUSH1 0x40 MLOAD PUSH3 0xD1953B PUSH1 0xE3 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x857 JUMPI PUSH1 0x40 MLOAD PUSH32 0xC2F31E5E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST PUSH2 0x860 DUP3 PUSH2 0xBDD JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x87C JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x8A9 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x8B2 CALLER PUSH2 0x2DE JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x919 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO DUP1 PUSH2 0x969 JUMPI POP PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP2 AND EQ JUMPDEST PUSH2 0x9DB 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 0x4163636F756E74207573656420627920616E6F74686572206170706C69636174 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x696F6E0000000000000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP2 MLOAD DUP3 SWAP2 SWAP1 DUP2 SWAP1 PUSH2 0x9FA SWAP1 DUP3 PUSH2 0x1152 JUMP JUMPDEST POP PUSH1 0x20 SWAP2 DUP3 ADD MLOAD PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH31 0x4E95F220A896913974681943A6650CA639B4C9C056108C78FECB2C44D52623 SWAP2 PUSH2 0xA70 SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH2 0x860 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0xABD JUMPI PUSH1 0x40 MLOAD PUSH32 0x3EE5AEB500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x1 SSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xAFA PUSH2 0xADC PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST DUP7 ADDRESS PUSH2 0xAEC PUSH1 0x4 PUSH1 0x0 DUP10 DUP12 PUSH2 0x1304 JUMP JUMPDEST PUSH2 0xAF5 SWAP2 PUSH2 0x132E JUMP JUMPDEST PUSH2 0xC3E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xBD6 JUMPI PUSH4 0xFFFFFFFF DUP2 AND ISZERO PUSH2 0xBB3 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF PUSH1 0xA0 SHL NOT DUP2 AND PUSH1 0x1 PUSH1 0xA0 SHL OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD PUSH32 0x94C7D7EE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND SWAP1 PUSH4 0x94C7D7EE SWAP1 PUSH2 0xB6E SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x1364 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xB88 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB9C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF PUSH1 0xA0 SHL NOT AND SWAP1 SSTORE POP PUSH2 0xBD6 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH3 0xD1953B PUSH1 0xE3 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0x2F658B440C35314F52658EA8A740E05B284CDC84DC9AE01E891F21B8933E7CAD SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x24 DUP4 ADD MSTORE DUP4 DUP2 AND PUSH1 0x44 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP4 AND PUSH1 0x64 DUP4 ADD MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 DUP10 AND SWAP1 PUSH1 0x84 ADD PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE SWAP2 DUP2 MSTORE PUSH1 0x20 DUP3 ADD DUP1 MLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xB700961300000000000000000000000000000000000000000000000000000000 OR SWAP1 MSTORE MLOAD PUSH2 0xCDB SWAP2 SWAP1 PUSH2 0x13A3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0xD16 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 0xD1B JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 ISZERO PUSH2 0xD6D JUMPI PUSH1 0x40 DUP2 MLOAD LT PUSH2 0xD4D JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xD43 SWAP2 SWAP1 PUSH2 0x13CF JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0xD6D JUMP JUMPDEST PUSH1 0x20 DUP2 MLOAD LT PUSH2 0xD6D JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xD6A SWAP2 SWAP1 PUSH2 0x140F JUMP JUMPDEST SWAP4 POP JUMPDEST POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH2 0xD84 SWAP1 PUSH2 0x10CC JUMP JUMPDEST PUSH1 0x0 DUP3 SSTORE DUP1 PUSH1 0x1F LT PUSH2 0xD94 JUMPI POP POP JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x451 SWAP2 SWAP1 JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xDC2 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0xDAE JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDD8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xDFA JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xDE2 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD PUSH1 0x40 DUP5 MSTORE DUP1 MLOAD DUP1 PUSH1 0x40 DUP7 ADD MSTORE PUSH2 0xE24 DUP2 PUSH1 0x60 DUP8 ADD PUSH1 0x20 DUP6 ADD PUSH2 0xDDF JUMP JUMPDEST PUSH1 0x20 SWAP4 DUP5 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP4 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE POP POP PUSH1 0x1F ADD PUSH1 0x1F NOT AND ADD PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xE5D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0xE03 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0xE9D JUMPI PUSH2 0xE9D PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0xECC JUMPI PUSH2 0xECC PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xEEB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF0A PUSH2 0xE7A JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF23 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0xF34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF4E JUMPI PUSH2 0xF4E PUSH2 0xE64 JUMP JUMPDEST PUSH2 0xF61 PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0xEA3 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0xF76 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP5 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP4 DUP4 ADD ADD MSTORE DUP1 DUP5 MSTORE POP POP POP PUSH2 0xF9B PUSH1 0x20 DUP4 ADD PUSH2 0xED4 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFB8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFCF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFDB DUP5 DUP3 DUP6 ADD PUSH2 0xEF0 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFF6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP1 CALLDATALOAD SWAP3 PUSH1 0x20 SWAP1 SWAP2 ADD CALLDATALOAD SWAP2 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x105E JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x1049 DUP6 DUP4 MLOAD PUSH2 0xE03 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x102D JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x107C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE5D DUP3 PUSH2 0xED4 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1098 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x10C2 DUP6 DUP3 DUP7 ADD PUSH2 0xEF0 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x10E0 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1100 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x114D JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x112D JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xBD6 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x1139 JUMP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x116C JUMPI PUSH2 0x116C PUSH2 0xE64 JUMP JUMPDEST PUSH2 0x1180 DUP2 PUSH2 0x117A DUP5 SLOAD PUSH2 0x10CC JUMP JUMPDEST DUP5 PUSH2 0x1106 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x11B4 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x119C JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0xBD6 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x11E4 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x11C4 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x1202 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST DUP3 DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP1 DUP3 ADD MSTORE PUSH1 0x0 DUP1 DUP4 SLOAD PUSH2 0x122F DUP2 PUSH2 0x10CC JUMP JUMPDEST DUP1 PUSH1 0x80 DUP7 ADD MSTORE PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x124E JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x126A JUMPI PUSH2 0x129E JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0xA0 DUP3 ISZERO ISZERO PUSH1 0x5 SHL DUP8 ADD ADD SWAP4 POP PUSH2 0x129E JUMP JUMPDEST DUP7 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1295 JUMPI DUP2 SLOAD DUP9 DUP3 ADD PUSH1 0xA0 ADD MSTORE PUSH1 0x1 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x20 ADD PUSH2 0x1276 JUMP JUMPDEST DUP8 ADD PUSH1 0xA0 ADD SWAP5 POP POP JUMPDEST POP POP POP PUSH1 0x1 DUP5 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x60 DUP6 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x12E7 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x1314 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x1321 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x135D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE DUP2 PUSH1 0x40 DUP3 ADD MSTORE DUP2 DUP4 PUSH1 0x60 DUP4 ADD CALLDATACOPY PUSH1 0x0 DUP2 DUP4 ADD PUSH1 0x60 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP3 ADD PUSH1 0x1F NOT AND ADD ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x13B5 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0xDDF JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEEB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x13E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x13EB DUP4 PUSH2 0x13BF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x1404 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1421 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE5D DUP3 PUSH2 0x13BF JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP3 PUSH15 0x9CF44AF0961E15BF7A438DEDE0DB4D 0xCA 0xAF LOG2 MSTORE8 PUSH17 0xF45F962B1BA42F663B7664736F6C634300 ADDMOD BYTE STOP CALLER ", - "sourceMap": "283:2845:37:-:0;;;535:72;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;587:16;1190:31:16;587:16:37;1190:13:16;:31::i;:::-;-1:-1:-1;;1713:1:25;1917:21;;283:2845:37;;3803:149:16;3875:10;:25;;-1:-1:-1;;;;;;3875:25:16;-1:-1:-1;;;;;3875:25:16;;;;;;;;3915:30;;455:51:44;;;3915:30:16;;443:2:44;428:18;3915:30:16;;;;;;;3803:149;:::o;14:290:44:-;84:6;137:2;125:9;116:7;112:23;108:32;105:52;;;153:1;150;143:12;105:52;179:16;;-1:-1:-1;;;;;224:31:44;;214:42;;204:70;;270:1;267;260:12;204:70;293:5;14:290;-1:-1:-1;;;14:290:44:o;309:203::-;283:2845:37;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_checkCanCall_7100": { - "entryPoint": 2756, - "id": 7100, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@_msgData_7990": { - "entryPoint": null, - "id": 7990, - "parameterSlots": 0, - "returnSlots": 2 - }, - "@_msgSender_7981": { - "entryPoint": null, - "id": 7981, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_nonReentrantAfter_8056": { - "entryPoint": null, - "id": 8056, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_nonReentrantBefore_8048": { - "entryPoint": 2689, - "id": 8048, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_setAuthority_7038": { - "entryPoint": 3037, - "id": 7038, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@applicationExists_12640": { - "entryPoint": null, - "id": 12640, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@authority_6969": { - "entryPoint": null, - "id": 6969, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@canCallWithDelay_7182": { - "entryPoint": 3134, - "id": 7182, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@createApplication_12691": { - "entryPoint": 721, - "id": 12691, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@deleteApplication_12779": { - "entryPoint": 1706, - "id": 12779, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@getApplication_12799": { - "entryPoint": 396, - "id": 12799, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getApplications_12893": { - "entryPoint": 1108, - "id": 12893, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getNextApplicationId_12648": { - "entryPoint": null, - "id": 12648, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@isConsumingScheduledOp_7023": { - "entryPoint": 2148, - "id": 7023, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@setAuthority_7006": { - "entryPoint": 2001, - "id": 7006, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@updateApplication_12741": { - "entryPoint": 2209, - "id": 12741, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_decode_address": { - "entryPoint": 3796, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_bool_fromMemory": { - "entryPoint": 5055, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_struct_Application": { - "entryPoint": 3824, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 4202, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bool_fromMemory": { - "entryPoint": 5135, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_boolt_uint32_fromMemory": { - "entryPoint": 5071, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_struct$_Application_$12901_memory_ptr": { - "entryPoint": 4006, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint256": { - "entryPoint": 3526, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint256t_struct$_Application_$12901_memory_ptr": { - "entryPoint": 4229, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint256t_uint256": { - "entryPoint": 4067, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_encode_address": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_encode_struct_Application": { - "entryPoint": 3587, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 5027, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_bytes_calldata_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 4964, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 4101, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_tuple_t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_tuple_t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_tuple_t_struct$_Application_$12901_memory_ptr__to_t_struct$_Application_$12901_memory_ptr__fromStack_reversed": { - "entryPoint": 3658, - "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_struct$_Application_$12901_storage__to_t_uint256_t_struct$_Application_$12901_memory_ptr__fromStack_reversed": { - "entryPoint": 4625, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "allocate_memory": { - "entryPoint": 3747, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "allocate_memory_1910": { - "entryPoint": 3706, - "id": null, - "parameterSlots": 0, - "returnSlots": 1 - }, - "array_dataslot_string_storage": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "calldata_array_index_range_access_t_bytes_calldata_ptr": { - "entryPoint": 4868, - "id": null, - "parameterSlots": 4, - "returnSlots": 2 - }, - "clean_up_bytearray_end_slots_string_storage": { - "entryPoint": 4358, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { - "entryPoint": 4910, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage": { - "entryPoint": 4434, - "id": null, - "parameterSlots": 2, - "returnSlots": 0 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 3551, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "extract_byte_array_length": { - "entryPoint": 4300, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_from_storage_value_offsett_address": { - "entryPoint": null, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "extract_used_part_and_set_length_of_short_byte_array": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "increment_t_uint256": { - "entryPoint": 4807, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "panic_error_0x32": { - "entryPoint": 4846, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 3684, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:14533:44", - "nodeType": "YulBlock", - "src": "0:14533:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "84:156:44", - "nodeType": "YulBlock", - "src": "84:156:44", - "statements": [ - { - "body": { - "nativeSrc": "130:16:44", - "nodeType": "YulBlock", - "src": "130:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "139:1:44", - "nodeType": "YulLiteral", - "src": "139:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "142:1:44", - "nodeType": "YulLiteral", - "src": "142:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "132:6:44", - "nodeType": "YulIdentifier", - "src": "132:6:44" - }, - "nativeSrc": "132:12:44", - "nodeType": "YulFunctionCall", - "src": "132:12:44" - }, - "nativeSrc": "132:12:44", - "nodeType": "YulExpressionStatement", - "src": "132:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "105:7:44", - "nodeType": "YulIdentifier", - "src": "105:7:44" - }, - { - "name": "headStart", - "nativeSrc": "114:9:44", - "nodeType": "YulIdentifier", - "src": "114:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "101:3:44", - "nodeType": "YulIdentifier", - "src": "101:3:44" - }, - "nativeSrc": "101:23:44", - "nodeType": "YulFunctionCall", - "src": "101:23:44" - }, - { - "kind": "number", - "nativeSrc": "126:2:44", - "nodeType": "YulLiteral", - "src": "126:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "97:3:44", - "nodeType": "YulIdentifier", - "src": "97:3:44" - }, - "nativeSrc": "97:32:44", - "nodeType": "YulFunctionCall", - "src": "97:32:44" - }, - "nativeSrc": "94:52:44", - "nodeType": "YulIf", - "src": "94:52:44" - }, - { - "nativeSrc": "155:14:44", - "nodeType": "YulVariableDeclaration", - "src": "155:14:44", - "value": { - "kind": "number", - "nativeSrc": "168:1:44", - "nodeType": "YulLiteral", - "src": "168:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "159:5:44", - "nodeType": "YulTypedName", - "src": "159:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "178:32:44", - "nodeType": "YulAssignment", - "src": "178:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "200:9:44", - "nodeType": "YulIdentifier", - "src": "200:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "187:12:44", - "nodeType": "YulIdentifier", - "src": "187:12:44" - }, - "nativeSrc": "187:23:44", - "nodeType": "YulFunctionCall", - "src": "187:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "178:5:44", - "nodeType": "YulIdentifier", - "src": "178:5:44" - } - ] - }, - { - "nativeSrc": "219:15:44", - "nodeType": "YulAssignment", - "src": "219:15:44", - "value": { - "name": "value", - "nativeSrc": "229:5:44", - "nodeType": "YulIdentifier", - "src": "229:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "219:6:44", - "nodeType": "YulIdentifier", - "src": "219:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint256", - "nativeSrc": "14:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "50:9:44", - "nodeType": "YulTypedName", - "src": "50:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "61:7:44", - "nodeType": "YulTypedName", - "src": "61:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "73:6:44", - "nodeType": "YulTypedName", - "src": "73:6:44", - "type": "" - } - ], - "src": "14:226:44" - }, - { - "body": { - "nativeSrc": "311:184:44", - "nodeType": "YulBlock", - "src": "311:184:44", - "statements": [ - { - "nativeSrc": "321:10:44", - "nodeType": "YulVariableDeclaration", - "src": "321:10:44", - "value": { - "kind": "number", - "nativeSrc": "330:1:44", - "nodeType": "YulLiteral", - "src": "330:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "325:1:44", - "nodeType": "YulTypedName", - "src": "325:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "390:63:44", - "nodeType": "YulBlock", - "src": "390:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "415:3:44", - "nodeType": "YulIdentifier", - "src": "415:3:44" - }, - { - "name": "i", - "nativeSrc": "420:1:44", - "nodeType": "YulIdentifier", - "src": "420:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "411:3:44", - "nodeType": "YulIdentifier", - "src": "411:3:44" - }, - "nativeSrc": "411:11:44", - "nodeType": "YulFunctionCall", - "src": "411:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "434:3:44", - "nodeType": "YulIdentifier", - "src": "434:3:44" - }, - { - "name": "i", - "nativeSrc": "439:1:44", - "nodeType": "YulIdentifier", - "src": "439:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "430:3:44", - "nodeType": "YulIdentifier", - "src": "430:3:44" - }, - "nativeSrc": "430:11:44", - "nodeType": "YulFunctionCall", - "src": "430:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "424:5:44", - "nodeType": "YulIdentifier", - "src": "424:5:44" - }, - "nativeSrc": "424:18:44", - "nodeType": "YulFunctionCall", - "src": "424:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "404:6:44", - "nodeType": "YulIdentifier", - "src": "404:6:44" - }, - "nativeSrc": "404:39:44", - "nodeType": "YulFunctionCall", - "src": "404:39:44" - }, - "nativeSrc": "404:39:44", - "nodeType": "YulExpressionStatement", - "src": "404:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "351:1:44", - "nodeType": "YulIdentifier", - "src": "351:1:44" - }, - { - "name": "length", - "nativeSrc": "354:6:44", - "nodeType": "YulIdentifier", - "src": "354:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "348:2:44", - "nodeType": "YulIdentifier", - "src": "348:2:44" - }, - "nativeSrc": "348:13:44", - "nodeType": "YulFunctionCall", - "src": "348:13:44" - }, - "nativeSrc": "340:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "362:19:44", - "nodeType": "YulBlock", - "src": "362:19:44", - "statements": [ - { - "nativeSrc": "364:15:44", - "nodeType": "YulAssignment", - "src": "364:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "373:1:44", - "nodeType": "YulIdentifier", - "src": "373:1:44" - }, - { - "kind": "number", - "nativeSrc": "376:2:44", - "nodeType": "YulLiteral", - "src": "376:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "369:3:44", - "nodeType": "YulIdentifier", - "src": "369:3:44" - }, - "nativeSrc": "369:10:44", - "nodeType": "YulFunctionCall", - "src": "369:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "364:1:44", - "nodeType": "YulIdentifier", - "src": "364:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "344:3:44", - "nodeType": "YulBlock", - "src": "344:3:44", - "statements": [] - }, - "src": "340:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "473:3:44", - "nodeType": "YulIdentifier", - "src": "473:3:44" - }, - { - "name": "length", - "nativeSrc": "478:6:44", - "nodeType": "YulIdentifier", - "src": "478:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "469:3:44", - "nodeType": "YulIdentifier", - "src": "469:3:44" - }, - "nativeSrc": "469:16:44", - "nodeType": "YulFunctionCall", - "src": "469:16:44" - }, - { - "kind": "number", - "nativeSrc": "487:1:44", - "nodeType": "YulLiteral", - "src": "487:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "462:6:44", - "nodeType": "YulIdentifier", - "src": "462:6:44" - }, - "nativeSrc": "462:27:44", - "nodeType": "YulFunctionCall", - "src": "462:27:44" - }, - "nativeSrc": "462:27:44", - "nodeType": "YulExpressionStatement", - "src": "462:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "245:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "289:3:44", - "nodeType": "YulTypedName", - "src": "289:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "294:3:44", - "nodeType": "YulTypedName", - "src": "294:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "299:6:44", - "nodeType": "YulTypedName", - "src": "299:6:44", - "type": "" - } - ], - "src": "245:250:44" - }, - { - "body": { - "nativeSrc": "544:83:44", - "nodeType": "YulBlock", - "src": "544:83:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "561:3:44", - "nodeType": "YulIdentifier", - "src": "561:3:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "570:5:44", - "nodeType": "YulIdentifier", - "src": "570:5:44" - }, - { - "kind": "number", - "nativeSrc": "577:42:44", - "nodeType": "YulLiteral", - "src": "577:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "566:3:44", - "nodeType": "YulIdentifier", - "src": "566:3:44" - }, - "nativeSrc": "566:54:44", - "nodeType": "YulFunctionCall", - "src": "566:54:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "554:6:44", - "nodeType": "YulIdentifier", - "src": "554:6:44" - }, - "nativeSrc": "554:67:44", - "nodeType": "YulFunctionCall", - "src": "554:67:44" - }, - "nativeSrc": "554:67:44", - "nodeType": "YulExpressionStatement", - "src": "554:67:44" - } - ] - }, - "name": "abi_encode_address", - "nativeSrc": "500:127:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "528:5:44", - "nodeType": "YulTypedName", - "src": "528:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "535:3:44", - "nodeType": "YulTypedName", - "src": "535:3:44", - "type": "" - } - ], - "src": "500:127:44" - }, - { - "body": { - "nativeSrc": "694:414:44", - "nodeType": "YulBlock", - "src": "694:414:44", - "statements": [ - { - "nativeSrc": "704:32:44", - "nodeType": "YulVariableDeclaration", - "src": "704:32:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "730:5:44", - "nodeType": "YulIdentifier", - "src": "730:5:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "724:5:44", - "nodeType": "YulIdentifier", - "src": "724:5:44" - }, - "nativeSrc": "724:12:44", - "nodeType": "YulFunctionCall", - "src": "724:12:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "708:12:44", - "nodeType": "YulTypedName", - "src": "708:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "752:3:44", - "nodeType": "YulIdentifier", - "src": "752:3:44" - }, - { - "kind": "number", - "nativeSrc": "757:4:44", - "nodeType": "YulLiteral", - "src": "757:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "745:6:44", - "nodeType": "YulIdentifier", - "src": "745:6:44" - }, - "nativeSrc": "745:17:44", - "nodeType": "YulFunctionCall", - "src": "745:17:44" - }, - "nativeSrc": "745:17:44", - "nodeType": "YulExpressionStatement", - "src": "745:17:44" - }, - { - "nativeSrc": "771:33:44", - "nodeType": "YulVariableDeclaration", - "src": "771:33:44", - "value": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "791:12:44", - "nodeType": "YulIdentifier", - "src": "791:12:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "785:5:44", - "nodeType": "YulIdentifier", - "src": "785:5:44" - }, - "nativeSrc": "785:19:44", - "nodeType": "YulFunctionCall", - "src": "785:19:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "775:6:44", - "nodeType": "YulTypedName", - "src": "775:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "824:3:44", - "nodeType": "YulIdentifier", - "src": "824:3:44" - }, - { - "kind": "number", - "nativeSrc": "829:4:44", - "nodeType": "YulLiteral", - "src": "829:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "820:3:44", - "nodeType": "YulIdentifier", - "src": "820:3:44" - }, - "nativeSrc": "820:14:44", - "nodeType": "YulFunctionCall", - "src": "820:14:44" - }, - { - "name": "length", - "nativeSrc": "836:6:44", - "nodeType": "YulIdentifier", - "src": "836:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "813:6:44", - "nodeType": "YulIdentifier", - "src": "813:6:44" - }, - "nativeSrc": "813:30:44", - "nodeType": "YulFunctionCall", - "src": "813:30:44" - }, - "nativeSrc": "813:30:44", - "nodeType": "YulExpressionStatement", - "src": "813:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "891:12:44", - "nodeType": "YulIdentifier", - "src": "891:12:44" - }, - { - "kind": "number", - "nativeSrc": "905:4:44", - "nodeType": "YulLiteral", - "src": "905:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "887:3:44", - "nodeType": "YulIdentifier", - "src": "887:3:44" - }, - "nativeSrc": "887:23:44", - "nodeType": "YulFunctionCall", - "src": "887:23:44" - }, - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "916:3:44", - "nodeType": "YulIdentifier", - "src": "916:3:44" - }, - { - "kind": "number", - "nativeSrc": "921:2:44", - "nodeType": "YulLiteral", - "src": "921:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "912:3:44", - "nodeType": "YulIdentifier", - "src": "912:3:44" - }, - "nativeSrc": "912:12:44", - "nodeType": "YulFunctionCall", - "src": "912:12:44" - }, - { - "name": "length", - "nativeSrc": "926:6:44", - "nodeType": "YulIdentifier", - "src": "926:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "852:34:44", - "nodeType": "YulIdentifier", - "src": "852:34:44" - }, - "nativeSrc": "852:81:44", - "nodeType": "YulFunctionCall", - "src": "852:81:44" - }, - "nativeSrc": "852:81:44", - "nodeType": "YulExpressionStatement", - "src": "852:81:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "953:3:44", - "nodeType": "YulIdentifier", - "src": "953:3:44" - }, - { - "kind": "number", - "nativeSrc": "958:4:44", - "nodeType": "YulLiteral", - "src": "958:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "949:3:44", - "nodeType": "YulIdentifier", - "src": "949:3:44" - }, - "nativeSrc": "949:14:44", - "nodeType": "YulFunctionCall", - "src": "949:14:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "979:5:44", - "nodeType": "YulIdentifier", - "src": "979:5:44" - }, - { - "kind": "number", - "nativeSrc": "986:4:44", - "nodeType": "YulLiteral", - "src": "986:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "975:3:44", - "nodeType": "YulIdentifier", - "src": "975:3:44" - }, - "nativeSrc": "975:16:44", - "nodeType": "YulFunctionCall", - "src": "975:16:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "969:5:44", - "nodeType": "YulIdentifier", - "src": "969:5:44" - }, - "nativeSrc": "969:23:44", - "nodeType": "YulFunctionCall", - "src": "969:23:44" - }, - { - "kind": "number", - "nativeSrc": "994:42:44", - "nodeType": "YulLiteral", - "src": "994:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "965:3:44", - "nodeType": "YulIdentifier", - "src": "965:3:44" - }, - "nativeSrc": "965:72:44", - "nodeType": "YulFunctionCall", - "src": "965:72:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "942:6:44", - "nodeType": "YulIdentifier", - "src": "942:6:44" - }, - "nativeSrc": "942:96:44", - "nodeType": "YulFunctionCall", - "src": "942:96:44" - }, - "nativeSrc": "942:96:44", - "nodeType": "YulExpressionStatement", - "src": "942:96:44" - }, - { - "nativeSrc": "1047:55:44", - "nodeType": "YulAssignment", - "src": "1047:55:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "1062:3:44", - "nodeType": "YulIdentifier", - "src": "1062:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "1075:6:44", - "nodeType": "YulIdentifier", - "src": "1075:6:44" - }, - { - "kind": "number", - "nativeSrc": "1083:2:44", - "nodeType": "YulLiteral", - "src": "1083:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1071:3:44", - "nodeType": "YulIdentifier", - "src": "1071:3:44" - }, - "nativeSrc": "1071:15:44", - "nodeType": "YulFunctionCall", - "src": "1071:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1092:2:44", - "nodeType": "YulLiteral", - "src": "1092:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1088:3:44", - "nodeType": "YulIdentifier", - "src": "1088:3:44" - }, - "nativeSrc": "1088:7:44", - "nodeType": "YulFunctionCall", - "src": "1088:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1067:3:44", - "nodeType": "YulIdentifier", - "src": "1067:3:44" - }, - "nativeSrc": "1067:29:44", - "nodeType": "YulFunctionCall", - "src": "1067:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1058:3:44", - "nodeType": "YulIdentifier", - "src": "1058:3:44" - }, - "nativeSrc": "1058:39:44", - "nodeType": "YulFunctionCall", - "src": "1058:39:44" - }, - { - "kind": "number", - "nativeSrc": "1099:2:44", - "nodeType": "YulLiteral", - "src": "1099:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1054:3:44", - "nodeType": "YulIdentifier", - "src": "1054:3:44" - }, - "nativeSrc": "1054:48:44", - "nodeType": "YulFunctionCall", - "src": "1054:48:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "1047:3:44", - "nodeType": "YulIdentifier", - "src": "1047:3:44" - } - ] - } - ] - }, - "name": "abi_encode_struct_Application", - "nativeSrc": "632:476:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "671:5:44", - "nodeType": "YulTypedName", - "src": "671:5:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "678:3:44", - "nodeType": "YulTypedName", - "src": "678:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "686:3:44", - "nodeType": "YulTypedName", - "src": "686:3:44", - "type": "" - } - ], - "src": "632:476:44" - }, - { - "body": { - "nativeSrc": "1274:111:44", - "nodeType": "YulBlock", - "src": "1274:111:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1291:9:44", - "nodeType": "YulIdentifier", - "src": "1291:9:44" - }, - { - "kind": "number", - "nativeSrc": "1302:2:44", - "nodeType": "YulLiteral", - "src": "1302:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1284:6:44", - "nodeType": "YulIdentifier", - "src": "1284:6:44" - }, - "nativeSrc": "1284:21:44", - "nodeType": "YulFunctionCall", - "src": "1284:21:44" - }, - "nativeSrc": "1284:21:44", - "nodeType": "YulExpressionStatement", - "src": "1284:21:44" - }, - { - "nativeSrc": "1314:65:44", - "nodeType": "YulAssignment", - "src": "1314:65:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1352:6:44", - "nodeType": "YulIdentifier", - "src": "1352:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1364:9:44", - "nodeType": "YulIdentifier", - "src": "1364:9:44" - }, - { - "kind": "number", - "nativeSrc": "1375:2:44", - "nodeType": "YulLiteral", - "src": "1375:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1360:3:44", - "nodeType": "YulIdentifier", - "src": "1360:3:44" - }, - "nativeSrc": "1360:18:44", - "nodeType": "YulFunctionCall", - "src": "1360:18:44" - } - ], - "functionName": { - "name": "abi_encode_struct_Application", - "nativeSrc": "1322:29:44", - "nodeType": "YulIdentifier", - "src": "1322:29:44" - }, - "nativeSrc": "1322:57:44", - "nodeType": "YulFunctionCall", - "src": "1322:57:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1314:4:44", - "nodeType": "YulIdentifier", - "src": "1314:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_struct$_Application_$12901_memory_ptr__to_t_struct$_Application_$12901_memory_ptr__fromStack_reversed", - "nativeSrc": "1113:272:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1243:9:44", - "nodeType": "YulTypedName", - "src": "1243:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1254:6:44", - "nodeType": "YulTypedName", - "src": "1254:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1265:4:44", - "nodeType": "YulTypedName", - "src": "1265:4:44", - "type": "" - } - ], - "src": "1113:272:44" - }, - { - "body": { - "nativeSrc": "1422:152:44", - "nodeType": "YulBlock", - "src": "1422:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1439:1:44", - "nodeType": "YulLiteral", - "src": "1439:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1442:77:44", - "nodeType": "YulLiteral", - "src": "1442:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1432:6:44", - "nodeType": "YulIdentifier", - "src": "1432:6:44" - }, - "nativeSrc": "1432:88:44", - "nodeType": "YulFunctionCall", - "src": "1432:88:44" - }, - "nativeSrc": "1432:88:44", - "nodeType": "YulExpressionStatement", - "src": "1432:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1536:1:44", - "nodeType": "YulLiteral", - "src": "1536:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "1539:4:44", - "nodeType": "YulLiteral", - "src": "1539:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1529:6:44", - "nodeType": "YulIdentifier", - "src": "1529:6:44" - }, - "nativeSrc": "1529:15:44", - "nodeType": "YulFunctionCall", - "src": "1529:15:44" - }, - "nativeSrc": "1529:15:44", - "nodeType": "YulExpressionStatement", - "src": "1529:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1560:1:44", - "nodeType": "YulLiteral", - "src": "1560:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1563:4:44", - "nodeType": "YulLiteral", - "src": "1563:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1553:6:44", - "nodeType": "YulIdentifier", - "src": "1553:6:44" - }, - "nativeSrc": "1553:15:44", - "nodeType": "YulFunctionCall", - "src": "1553:15:44" - }, - "nativeSrc": "1553:15:44", - "nodeType": "YulExpressionStatement", - "src": "1553:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "1390:184:44", - "nodeType": "YulFunctionDefinition", - "src": "1390:184:44" - }, - { - "body": { - "nativeSrc": "1625:211:44", - "nodeType": "YulBlock", - "src": "1625:211:44", - "statements": [ - { - "nativeSrc": "1635:21:44", - "nodeType": "YulAssignment", - "src": "1635:21:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1651:4:44", - "nodeType": "YulLiteral", - "src": "1651:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1645:5:44", - "nodeType": "YulIdentifier", - "src": "1645:5:44" - }, - "nativeSrc": "1645:11:44", - "nodeType": "YulFunctionCall", - "src": "1645:11:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "1635:6:44", - "nodeType": "YulIdentifier", - "src": "1635:6:44" - } - ] - }, - { - "nativeSrc": "1665:35:44", - "nodeType": "YulVariableDeclaration", - "src": "1665:35:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "1687:6:44", - "nodeType": "YulIdentifier", - "src": "1687:6:44" - }, - { - "kind": "number", - "nativeSrc": "1695:4:44", - "nodeType": "YulLiteral", - "src": "1695:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1683:3:44", - "nodeType": "YulIdentifier", - "src": "1683:3:44" - }, - "nativeSrc": "1683:17:44", - "nodeType": "YulFunctionCall", - "src": "1683:17:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "1669:10:44", - "nodeType": "YulTypedName", - "src": "1669:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1775:22:44", - "nodeType": "YulBlock", - "src": "1775:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "1777:16:44", - "nodeType": "YulIdentifier", - "src": "1777:16:44" - }, - "nativeSrc": "1777:18:44", - "nodeType": "YulFunctionCall", - "src": "1777:18:44" - }, - "nativeSrc": "1777:18:44", - "nodeType": "YulExpressionStatement", - "src": "1777:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "1718:10:44", - "nodeType": "YulIdentifier", - "src": "1718:10:44" - }, - { - "kind": "number", - "nativeSrc": "1730:18:44", - "nodeType": "YulLiteral", - "src": "1730:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1715:2:44", - "nodeType": "YulIdentifier", - "src": "1715:2:44" - }, - "nativeSrc": "1715:34:44", - "nodeType": "YulFunctionCall", - "src": "1715:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "1754:10:44", - "nodeType": "YulIdentifier", - "src": "1754:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "1766:6:44", - "nodeType": "YulIdentifier", - "src": "1766:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "1751:2:44", - "nodeType": "YulIdentifier", - "src": "1751:2:44" - }, - "nativeSrc": "1751:22:44", - "nodeType": "YulFunctionCall", - "src": "1751:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "1712:2:44", - "nodeType": "YulIdentifier", - "src": "1712:2:44" - }, - "nativeSrc": "1712:62:44", - "nodeType": "YulFunctionCall", - "src": "1712:62:44" - }, - "nativeSrc": "1709:88:44", - "nodeType": "YulIf", - "src": "1709:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1813:4:44", - "nodeType": "YulLiteral", - "src": "1813:4:44", - "type": "", - "value": "0x40" - }, - { - "name": "newFreePtr", - "nativeSrc": "1819:10:44", - "nodeType": "YulIdentifier", - "src": "1819:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1806:6:44", - "nodeType": "YulIdentifier", - "src": "1806:6:44" - }, - "nativeSrc": "1806:24:44", - "nodeType": "YulFunctionCall", - "src": "1806:24:44" - }, - "nativeSrc": "1806:24:44", - "nodeType": "YulExpressionStatement", - "src": "1806:24:44" - } - ] - }, - "name": "allocate_memory_1910", - "nativeSrc": "1579:257:44", - "nodeType": "YulFunctionDefinition", - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "1614:6:44", - "nodeType": "YulTypedName", - "src": "1614:6:44", - "type": "" - } - ], - "src": "1579:257:44" - }, - { - "body": { - "nativeSrc": "1886:230:44", - "nodeType": "YulBlock", - "src": "1886:230:44", - "statements": [ - { - "nativeSrc": "1896:19:44", - "nodeType": "YulAssignment", - "src": "1896:19:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1912:2:44", - "nodeType": "YulLiteral", - "src": "1912:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "1906:5:44", - "nodeType": "YulIdentifier", - "src": "1906:5:44" - }, - "nativeSrc": "1906:9:44", - "nodeType": "YulFunctionCall", - "src": "1906:9:44" - }, - "variableNames": [ - { - "name": "memPtr", - "nativeSrc": "1896:6:44", - "nodeType": "YulIdentifier", - "src": "1896:6:44" - } - ] - }, - { - "nativeSrc": "1924:58:44", - "nodeType": "YulVariableDeclaration", - "src": "1924:58:44", - "value": { - "arguments": [ - { - "name": "memPtr", - "nativeSrc": "1946:6:44", - "nodeType": "YulIdentifier", - "src": "1946:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "size", - "nativeSrc": "1962:4:44", - "nodeType": "YulIdentifier", - "src": "1962:4:44" - }, - { - "kind": "number", - "nativeSrc": "1968:2:44", - "nodeType": "YulLiteral", - "src": "1968:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1958:3:44", - "nodeType": "YulIdentifier", - "src": "1958:3:44" - }, - "nativeSrc": "1958:13:44", - "nodeType": "YulFunctionCall", - "src": "1958:13:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1977:2:44", - "nodeType": "YulLiteral", - "src": "1977:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "1973:3:44", - "nodeType": "YulIdentifier", - "src": "1973:3:44" - }, - "nativeSrc": "1973:7:44", - "nodeType": "YulFunctionCall", - "src": "1973:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1954:3:44", - "nodeType": "YulIdentifier", - "src": "1954:3:44" - }, - "nativeSrc": "1954:27:44", - "nodeType": "YulFunctionCall", - "src": "1954:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1942:3:44", - "nodeType": "YulIdentifier", - "src": "1942:3:44" - }, - "nativeSrc": "1942:40:44", - "nodeType": "YulFunctionCall", - "src": "1942:40:44" - }, - "variables": [ - { - "name": "newFreePtr", - "nativeSrc": "1928:10:44", - "nodeType": "YulTypedName", - "src": "1928:10:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2057:22:44", - "nodeType": "YulBlock", - "src": "2057:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "2059:16:44", - "nodeType": "YulIdentifier", - "src": "2059:16:44" - }, - "nativeSrc": "2059:18:44", - "nodeType": "YulFunctionCall", - "src": "2059:18:44" - }, - "nativeSrc": "2059:18:44", - "nodeType": "YulExpressionStatement", - "src": "2059:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2000:10:44", - "nodeType": "YulIdentifier", - "src": "2000:10:44" - }, - { - "kind": "number", - "nativeSrc": "2012:18:44", - "nodeType": "YulLiteral", - "src": "2012:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1997:2:44", - "nodeType": "YulIdentifier", - "src": "1997:2:44" - }, - "nativeSrc": "1997:34:44", - "nodeType": "YulFunctionCall", - "src": "1997:34:44" - }, - { - "arguments": [ - { - "name": "newFreePtr", - "nativeSrc": "2036:10:44", - "nodeType": "YulIdentifier", - "src": "2036:10:44" - }, - { - "name": "memPtr", - "nativeSrc": "2048:6:44", - "nodeType": "YulIdentifier", - "src": "2048:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "2033:2:44", - "nodeType": "YulIdentifier", - "src": "2033:2:44" - }, - "nativeSrc": "2033:22:44", - "nodeType": "YulFunctionCall", - "src": "2033:22:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "1994:2:44", - "nodeType": "YulIdentifier", - "src": "1994:2:44" - }, - "nativeSrc": "1994:62:44", - "nodeType": "YulFunctionCall", - "src": "1994:62:44" - }, - "nativeSrc": "1991:88:44", - "nodeType": "YulIf", - "src": "1991:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2095:2:44", - "nodeType": "YulLiteral", - "src": "2095:2:44", - "type": "", - "value": "64" - }, - { - "name": "newFreePtr", - "nativeSrc": "2099:10:44", - "nodeType": "YulIdentifier", - "src": "2099:10:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2088:6:44", - "nodeType": "YulIdentifier", - "src": "2088:6:44" - }, - "nativeSrc": "2088:22:44", - "nodeType": "YulFunctionCall", - "src": "2088:22:44" - }, - "nativeSrc": "2088:22:44", - "nodeType": "YulExpressionStatement", - "src": "2088:22:44" - } - ] - }, - "name": "allocate_memory", - "nativeSrc": "1841:275:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "size", - "nativeSrc": "1866:4:44", - "nodeType": "YulTypedName", - "src": "1866:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "memPtr", - "nativeSrc": "1875:6:44", - "nodeType": "YulTypedName", - "src": "1875:6:44", - "type": "" - } - ], - "src": "1841:275:44" - }, - { - "body": { - "nativeSrc": "2170:147:44", - "nodeType": "YulBlock", - "src": "2170:147:44", - "statements": [ - { - "nativeSrc": "2180:29:44", - "nodeType": "YulAssignment", - "src": "2180:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2202:6:44", - "nodeType": "YulIdentifier", - "src": "2202:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2189:12:44", - "nodeType": "YulIdentifier", - "src": "2189:12:44" - }, - "nativeSrc": "2189:20:44", - "nodeType": "YulFunctionCall", - "src": "2189:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2180:5:44", - "nodeType": "YulIdentifier", - "src": "2180:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "2295:16:44", - "nodeType": "YulBlock", - "src": "2295:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2304:1:44", - "nodeType": "YulLiteral", - "src": "2304:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2307:1:44", - "nodeType": "YulLiteral", - "src": "2307:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2297:6:44", - "nodeType": "YulIdentifier", - "src": "2297:6:44" - }, - "nativeSrc": "2297:12:44", - "nodeType": "YulFunctionCall", - "src": "2297:12:44" - }, - "nativeSrc": "2297:12:44", - "nodeType": "YulExpressionStatement", - "src": "2297:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2231:5:44", - "nodeType": "YulIdentifier", - "src": "2231:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "2242:5:44", - "nodeType": "YulIdentifier", - "src": "2242:5:44" - }, - { - "kind": "number", - "nativeSrc": "2249:42:44", - "nodeType": "YulLiteral", - "src": "2249:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2238:3:44", - "nodeType": "YulIdentifier", - "src": "2238:3:44" - }, - "nativeSrc": "2238:54:44", - "nodeType": "YulFunctionCall", - "src": "2238:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2228:2:44", - "nodeType": "YulIdentifier", - "src": "2228:2:44" - }, - "nativeSrc": "2228:65:44", - "nodeType": "YulFunctionCall", - "src": "2228:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2221:6:44", - "nodeType": "YulIdentifier", - "src": "2221:6:44" - }, - "nativeSrc": "2221:73:44", - "nodeType": "YulFunctionCall", - "src": "2221:73:44" - }, - "nativeSrc": "2218:93:44", - "nodeType": "YulIf", - "src": "2218:93:44" - } - ] - }, - "name": "abi_decode_address", - "nativeSrc": "2121:196:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2149:6:44", - "nodeType": "YulTypedName", - "src": "2149:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2160:5:44", - "nodeType": "YulTypedName", - "src": "2160:5:44", - "type": "" - } - ], - "src": "2121:196:44" - }, - { - "body": { - "nativeSrc": "2390:806:44", - "nodeType": "YulBlock", - "src": "2390:806:44", - "statements": [ - { - "body": { - "nativeSrc": "2434:16:44", - "nodeType": "YulBlock", - "src": "2434:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2443:1:44", - "nodeType": "YulLiteral", - "src": "2443:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2446:1:44", - "nodeType": "YulLiteral", - "src": "2446:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2436:6:44", - "nodeType": "YulIdentifier", - "src": "2436:6:44" - }, - "nativeSrc": "2436:12:44", - "nodeType": "YulFunctionCall", - "src": "2436:12:44" - }, - "nativeSrc": "2436:12:44", - "nodeType": "YulExpressionStatement", - "src": "2436:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "end", - "nativeSrc": "2411:3:44", - "nodeType": "YulIdentifier", - "src": "2411:3:44" - }, - { - "name": "headStart", - "nativeSrc": "2416:9:44", - "nodeType": "YulIdentifier", - "src": "2416:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2407:3:44", - "nodeType": "YulIdentifier", - "src": "2407:3:44" - }, - "nativeSrc": "2407:19:44", - "nodeType": "YulFunctionCall", - "src": "2407:19:44" - }, - { - "kind": "number", - "nativeSrc": "2428:4:44", - "nodeType": "YulLiteral", - "src": "2428:4:44", - "type": "", - "value": "0x40" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2403:3:44", - "nodeType": "YulIdentifier", - "src": "2403:3:44" - }, - "nativeSrc": "2403:30:44", - "nodeType": "YulFunctionCall", - "src": "2403:30:44" - }, - "nativeSrc": "2400:50:44", - "nodeType": "YulIf", - "src": "2400:50:44" - }, - { - "nativeSrc": "2459:31:44", - "nodeType": "YulAssignment", - "src": "2459:31:44", - "value": { - "arguments": [], - "functionName": { - "name": "allocate_memory_1910", - "nativeSrc": "2468:20:44", - "nodeType": "YulIdentifier", - "src": "2468:20:44" - }, - "nativeSrc": "2468:22:44", - "nodeType": "YulFunctionCall", - "src": "2468:22:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "2459:5:44", - "nodeType": "YulIdentifier", - "src": "2459:5:44" - } - ] - }, - { - "nativeSrc": "2499:37:44", - "nodeType": "YulVariableDeclaration", - "src": "2499:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2526:9:44", - "nodeType": "YulIdentifier", - "src": "2526:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2513:12:44", - "nodeType": "YulIdentifier", - "src": "2513:12:44" - }, - "nativeSrc": "2513:23:44", - "nodeType": "YulFunctionCall", - "src": "2513:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "2503:6:44", - "nodeType": "YulTypedName", - "src": "2503:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2579:16:44", - "nodeType": "YulBlock", - "src": "2579:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2588:1:44", - "nodeType": "YulLiteral", - "src": "2588:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2591:1:44", - "nodeType": "YulLiteral", - "src": "2591:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2581:6:44", - "nodeType": "YulIdentifier", - "src": "2581:6:44" - }, - "nativeSrc": "2581:12:44", - "nodeType": "YulFunctionCall", - "src": "2581:12:44" - }, - "nativeSrc": "2581:12:44", - "nodeType": "YulExpressionStatement", - "src": "2581:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2551:6:44", - "nodeType": "YulIdentifier", - "src": "2551:6:44" - }, - { - "kind": "number", - "nativeSrc": "2559:18:44", - "nodeType": "YulLiteral", - "src": "2559:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2548:2:44", - "nodeType": "YulIdentifier", - "src": "2548:2:44" - }, - "nativeSrc": "2548:30:44", - "nodeType": "YulFunctionCall", - "src": "2548:30:44" - }, - "nativeSrc": "2545:50:44", - "nodeType": "YulIf", - "src": "2545:50:44" - }, - { - "nativeSrc": "2604:32:44", - "nodeType": "YulVariableDeclaration", - "src": "2604:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2618:9:44", - "nodeType": "YulIdentifier", - "src": "2618:9:44" - }, - { - "name": "offset", - "nativeSrc": "2629:6:44", - "nodeType": "YulIdentifier", - "src": "2629:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2614:3:44", - "nodeType": "YulIdentifier", - "src": "2614:3:44" - }, - "nativeSrc": "2614:22:44", - "nodeType": "YulFunctionCall", - "src": "2614:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "2608:2:44", - "nodeType": "YulTypedName", - "src": "2608:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2680:16:44", - "nodeType": "YulBlock", - "src": "2680:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2689:1:44", - "nodeType": "YulLiteral", - "src": "2689:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2692:1:44", - "nodeType": "YulLiteral", - "src": "2692:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2682:6:44", - "nodeType": "YulIdentifier", - "src": "2682:6:44" - }, - "nativeSrc": "2682:12:44", - "nodeType": "YulFunctionCall", - "src": "2682:12:44" - }, - "nativeSrc": "2682:12:44", - "nodeType": "YulExpressionStatement", - "src": "2682:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "2663:2:44", - "nodeType": "YulIdentifier", - "src": "2663:2:44" - }, - { - "kind": "number", - "nativeSrc": "2667:4:44", - "nodeType": "YulLiteral", - "src": "2667:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2659:3:44", - "nodeType": "YulIdentifier", - "src": "2659:3:44" - }, - "nativeSrc": "2659:13:44", - "nodeType": "YulFunctionCall", - "src": "2659:13:44" - }, - { - "name": "end", - "nativeSrc": "2674:3:44", - "nodeType": "YulIdentifier", - "src": "2674:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2655:3:44", - "nodeType": "YulIdentifier", - "src": "2655:3:44" - }, - "nativeSrc": "2655:23:44", - "nodeType": "YulFunctionCall", - "src": "2655:23:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2648:6:44", - "nodeType": "YulIdentifier", - "src": "2648:6:44" - }, - "nativeSrc": "2648:31:44", - "nodeType": "YulFunctionCall", - "src": "2648:31:44" - }, - "nativeSrc": "2645:51:44", - "nodeType": "YulIf", - "src": "2645:51:44" - }, - { - "nativeSrc": "2705:30:44", - "nodeType": "YulVariableDeclaration", - "src": "2705:30:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "2732:2:44", - "nodeType": "YulIdentifier", - "src": "2732:2:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2719:12:44", - "nodeType": "YulIdentifier", - "src": "2719:12:44" - }, - "nativeSrc": "2719:16:44", - "nodeType": "YulFunctionCall", - "src": "2719:16:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "2709:6:44", - "nodeType": "YulTypedName", - "src": "2709:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2778:22:44", - "nodeType": "YulBlock", - "src": "2778:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "2780:16:44", - "nodeType": "YulIdentifier", - "src": "2780:16:44" - }, - "nativeSrc": "2780:18:44", - "nodeType": "YulFunctionCall", - "src": "2780:18:44" - }, - "nativeSrc": "2780:18:44", - "nodeType": "YulExpressionStatement", - "src": "2780:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "2750:6:44", - "nodeType": "YulIdentifier", - "src": "2750:6:44" - }, - { - "kind": "number", - "nativeSrc": "2758:18:44", - "nodeType": "YulLiteral", - "src": "2758:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2747:2:44", - "nodeType": "YulIdentifier", - "src": "2747:2:44" - }, - "nativeSrc": "2747:30:44", - "nodeType": "YulFunctionCall", - "src": "2747:30:44" - }, - "nativeSrc": "2744:56:44", - "nodeType": "YulIf", - "src": "2744:56:44" - }, - { - "nativeSrc": "2809:72:44", - "nodeType": "YulVariableDeclaration", - "src": "2809:72:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "2850:6:44", - "nodeType": "YulIdentifier", - "src": "2850:6:44" - }, - { - "kind": "number", - "nativeSrc": "2858:4:44", - "nodeType": "YulLiteral", - "src": "2858:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2846:3:44", - "nodeType": "YulIdentifier", - "src": "2846:3:44" - }, - "nativeSrc": "2846:17:44", - "nodeType": "YulFunctionCall", - "src": "2846:17:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2869:2:44", - "nodeType": "YulLiteral", - "src": "2869:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "2865:3:44", - "nodeType": "YulIdentifier", - "src": "2865:3:44" - }, - "nativeSrc": "2865:7:44", - "nodeType": "YulFunctionCall", - "src": "2865:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2842:3:44", - "nodeType": "YulIdentifier", - "src": "2842:3:44" - }, - "nativeSrc": "2842:31:44", - "nodeType": "YulFunctionCall", - "src": "2842:31:44" - }, - { - "kind": "number", - "nativeSrc": "2875:4:44", - "nodeType": "YulLiteral", - "src": "2875:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2838:3:44", - "nodeType": "YulIdentifier", - "src": "2838:3:44" - }, - "nativeSrc": "2838:42:44", - "nodeType": "YulFunctionCall", - "src": "2838:42:44" - } - ], - "functionName": { - "name": "allocate_memory", - "nativeSrc": "2822:15:44", - "nodeType": "YulIdentifier", - "src": "2822:15:44" - }, - "nativeSrc": "2822:59:44", - "nodeType": "YulFunctionCall", - "src": "2822:59:44" - }, - "variables": [ - { - "name": "array", - "nativeSrc": "2813:5:44", - "nodeType": "YulTypedName", - "src": "2813:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "array", - "nativeSrc": "2897:5:44", - "nodeType": "YulIdentifier", - "src": "2897:5:44" - }, - { - "name": "length", - "nativeSrc": "2904:6:44", - "nodeType": "YulIdentifier", - "src": "2904:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2890:6:44", - "nodeType": "YulIdentifier", - "src": "2890:6:44" - }, - "nativeSrc": "2890:21:44", - "nodeType": "YulFunctionCall", - "src": "2890:21:44" - }, - "nativeSrc": "2890:21:44", - "nodeType": "YulExpressionStatement", - "src": "2890:21:44" - }, - { - "body": { - "nativeSrc": "2959:16:44", - "nodeType": "YulBlock", - "src": "2959:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2968:1:44", - "nodeType": "YulLiteral", - "src": "2968:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2971:1:44", - "nodeType": "YulLiteral", - "src": "2971:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2961:6:44", - "nodeType": "YulIdentifier", - "src": "2961:6:44" - }, - "nativeSrc": "2961:12:44", - "nodeType": "YulFunctionCall", - "src": "2961:12:44" - }, - "nativeSrc": "2961:12:44", - "nodeType": "YulExpressionStatement", - "src": "2961:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "2934:2:44", - "nodeType": "YulIdentifier", - "src": "2934:2:44" - }, - { - "name": "length", - "nativeSrc": "2938:6:44", - "nodeType": "YulIdentifier", - "src": "2938:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2930:3:44", - "nodeType": "YulIdentifier", - "src": "2930:3:44" - }, - "nativeSrc": "2930:15:44", - "nodeType": "YulFunctionCall", - "src": "2930:15:44" - }, - { - "kind": "number", - "nativeSrc": "2947:4:44", - "nodeType": "YulLiteral", - "src": "2947:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2926:3:44", - "nodeType": "YulIdentifier", - "src": "2926:3:44" - }, - "nativeSrc": "2926:26:44", - "nodeType": "YulFunctionCall", - "src": "2926:26:44" - }, - { - "name": "end", - "nativeSrc": "2954:3:44", - "nodeType": "YulIdentifier", - "src": "2954:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2923:2:44", - "nodeType": "YulIdentifier", - "src": "2923:2:44" - }, - "nativeSrc": "2923:35:44", - "nodeType": "YulFunctionCall", - "src": "2923:35:44" - }, - "nativeSrc": "2920:55:44", - "nodeType": "YulIf", - "src": "2920:55:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "3001:5:44", - "nodeType": "YulIdentifier", - "src": "3001:5:44" - }, - { - "kind": "number", - "nativeSrc": "3008:4:44", - "nodeType": "YulLiteral", - "src": "3008:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2997:3:44", - "nodeType": "YulIdentifier", - "src": "2997:3:44" - }, - "nativeSrc": "2997:16:44", - "nodeType": "YulFunctionCall", - "src": "2997:16:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "3019:2:44", - "nodeType": "YulIdentifier", - "src": "3019:2:44" - }, - { - "kind": "number", - "nativeSrc": "3023:4:44", - "nodeType": "YulLiteral", - "src": "3023:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3015:3:44", - "nodeType": "YulIdentifier", - "src": "3015:3:44" - }, - "nativeSrc": "3015:13:44", - "nodeType": "YulFunctionCall", - "src": "3015:13:44" - }, - { - "name": "length", - "nativeSrc": "3030:6:44", - "nodeType": "YulIdentifier", - "src": "3030:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "2984:12:44", - "nodeType": "YulIdentifier", - "src": "2984:12:44" - }, - "nativeSrc": "2984:53:44", - "nodeType": "YulFunctionCall", - "src": "2984:53:44" - }, - "nativeSrc": "2984:53:44", - "nodeType": "YulExpressionStatement", - "src": "2984:53:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "array", - "nativeSrc": "3061:5:44", - "nodeType": "YulIdentifier", - "src": "3061:5:44" - }, - { - "name": "length", - "nativeSrc": "3068:6:44", - "nodeType": "YulIdentifier", - "src": "3068:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3057:3:44", - "nodeType": "YulIdentifier", - "src": "3057:3:44" - }, - "nativeSrc": "3057:18:44", - "nodeType": "YulFunctionCall", - "src": "3057:18:44" - }, - { - "kind": "number", - "nativeSrc": "3077:4:44", - "nodeType": "YulLiteral", - "src": "3077:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3053:3:44", - "nodeType": "YulIdentifier", - "src": "3053:3:44" - }, - "nativeSrc": "3053:29:44", - "nodeType": "YulFunctionCall", - "src": "3053:29:44" - }, - { - "kind": "number", - "nativeSrc": "3084:1:44", - "nodeType": "YulLiteral", - "src": "3084:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3046:6:44", - "nodeType": "YulIdentifier", - "src": "3046:6:44" - }, - "nativeSrc": "3046:40:44", - "nodeType": "YulFunctionCall", - "src": "3046:40:44" - }, - "nativeSrc": "3046:40:44", - "nodeType": "YulExpressionStatement", - "src": "3046:40:44" - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3102:5:44", - "nodeType": "YulIdentifier", - "src": "3102:5:44" - }, - { - "name": "array", - "nativeSrc": "3109:5:44", - "nodeType": "YulIdentifier", - "src": "3109:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3095:6:44", - "nodeType": "YulIdentifier", - "src": "3095:6:44" - }, - "nativeSrc": "3095:20:44", - "nodeType": "YulFunctionCall", - "src": "3095:20:44" - }, - "nativeSrc": "3095:20:44", - "nodeType": "YulExpressionStatement", - "src": "3095:20:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3135:5:44", - "nodeType": "YulIdentifier", - "src": "3135:5:44" - }, - { - "kind": "number", - "nativeSrc": "3142:4:44", - "nodeType": "YulLiteral", - "src": "3142:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3131:3:44", - "nodeType": "YulIdentifier", - "src": "3131:3:44" - }, - "nativeSrc": "3131:16:44", - "nodeType": "YulFunctionCall", - "src": "3131:16:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3172:9:44", - "nodeType": "YulIdentifier", - "src": "3172:9:44" - }, - { - "kind": "number", - "nativeSrc": "3183:4:44", - "nodeType": "YulLiteral", - "src": "3183:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3168:3:44", - "nodeType": "YulIdentifier", - "src": "3168:3:44" - }, - "nativeSrc": "3168:20:44", - "nodeType": "YulFunctionCall", - "src": "3168:20:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "3149:18:44", - "nodeType": "YulIdentifier", - "src": "3149:18:44" - }, - "nativeSrc": "3149:40:44", - "nodeType": "YulFunctionCall", - "src": "3149:40:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3124:6:44", - "nodeType": "YulIdentifier", - "src": "3124:6:44" - }, - "nativeSrc": "3124:66:44", - "nodeType": "YulFunctionCall", - "src": "3124:66:44" - }, - "nativeSrc": "3124:66:44", - "nodeType": "YulExpressionStatement", - "src": "3124:66:44" - } - ] - }, - "name": "abi_decode_struct_Application", - "nativeSrc": "2322:874:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2361:9:44", - "nodeType": "YulTypedName", - "src": "2361:9:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "2372:3:44", - "nodeType": "YulTypedName", - "src": "2372:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "2380:5:44", - "nodeType": "YulTypedName", - "src": "2380:5:44", - "type": "" - } - ], - "src": "2322:874:44" - }, - { - "body": { - "nativeSrc": "3301:254:44", - "nodeType": "YulBlock", - "src": "3301:254:44", - "statements": [ - { - "body": { - "nativeSrc": "3347:16:44", - "nodeType": "YulBlock", - "src": "3347:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3356:1:44", - "nodeType": "YulLiteral", - "src": "3356:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3359:1:44", - "nodeType": "YulLiteral", - "src": "3359:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3349:6:44", - "nodeType": "YulIdentifier", - "src": "3349:6:44" - }, - "nativeSrc": "3349:12:44", - "nodeType": "YulFunctionCall", - "src": "3349:12:44" - }, - "nativeSrc": "3349:12:44", - "nodeType": "YulExpressionStatement", - "src": "3349:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3322:7:44", - "nodeType": "YulIdentifier", - "src": "3322:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3331:9:44", - "nodeType": "YulIdentifier", - "src": "3331:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3318:3:44", - "nodeType": "YulIdentifier", - "src": "3318:3:44" - }, - "nativeSrc": "3318:23:44", - "nodeType": "YulFunctionCall", - "src": "3318:23:44" - }, - { - "kind": "number", - "nativeSrc": "3343:2:44", - "nodeType": "YulLiteral", - "src": "3343:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3314:3:44", - "nodeType": "YulIdentifier", - "src": "3314:3:44" - }, - "nativeSrc": "3314:32:44", - "nodeType": "YulFunctionCall", - "src": "3314:32:44" - }, - "nativeSrc": "3311:52:44", - "nodeType": "YulIf", - "src": "3311:52:44" - }, - { - "nativeSrc": "3372:37:44", - "nodeType": "YulVariableDeclaration", - "src": "3372:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3399:9:44", - "nodeType": "YulIdentifier", - "src": "3399:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3386:12:44", - "nodeType": "YulIdentifier", - "src": "3386:12:44" - }, - "nativeSrc": "3386:23:44", - "nodeType": "YulFunctionCall", - "src": "3386:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3376:6:44", - "nodeType": "YulTypedName", - "src": "3376:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3452:16:44", - "nodeType": "YulBlock", - "src": "3452:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3461:1:44", - "nodeType": "YulLiteral", - "src": "3461:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3464:1:44", - "nodeType": "YulLiteral", - "src": "3464:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3454:6:44", - "nodeType": "YulIdentifier", - "src": "3454:6:44" - }, - "nativeSrc": "3454:12:44", - "nodeType": "YulFunctionCall", - "src": "3454:12:44" - }, - "nativeSrc": "3454:12:44", - "nodeType": "YulExpressionStatement", - "src": "3454:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3424:6:44", - "nodeType": "YulIdentifier", - "src": "3424:6:44" - }, - { - "kind": "number", - "nativeSrc": "3432:18:44", - "nodeType": "YulLiteral", - "src": "3432:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3421:2:44", - "nodeType": "YulIdentifier", - "src": "3421:2:44" - }, - "nativeSrc": "3421:30:44", - "nodeType": "YulFunctionCall", - "src": "3421:30:44" - }, - "nativeSrc": "3418:50:44", - "nodeType": "YulIf", - "src": "3418:50:44" - }, - { - "nativeSrc": "3477:72:44", - "nodeType": "YulAssignment", - "src": "3477:72:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3521:9:44", - "nodeType": "YulIdentifier", - "src": "3521:9:44" - }, - { - "name": "offset", - "nativeSrc": "3532:6:44", - "nodeType": "YulIdentifier", - "src": "3532:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3517:3:44", - "nodeType": "YulIdentifier", - "src": "3517:3:44" - }, - "nativeSrc": "3517:22:44", - "nodeType": "YulFunctionCall", - "src": "3517:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "3541:7:44", - "nodeType": "YulIdentifier", - "src": "3541:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Application", - "nativeSrc": "3487:29:44", - "nodeType": "YulIdentifier", - "src": "3487:29:44" - }, - "nativeSrc": "3487:62:44", - "nodeType": "YulFunctionCall", - "src": "3487:62:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3477:6:44", - "nodeType": "YulIdentifier", - "src": "3477:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_Application_$12901_memory_ptr", - "nativeSrc": "3201:354:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3267:9:44", - "nodeType": "YulTypedName", - "src": "3267:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3278:7:44", - "nodeType": "YulTypedName", - "src": "3278:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3290:6:44", - "nodeType": "YulTypedName", - "src": "3290:6:44", - "type": "" - } - ], - "src": "3201:354:44" - }, - { - "body": { - "nativeSrc": "3647:259:44", - "nodeType": "YulBlock", - "src": "3647:259:44", - "statements": [ - { - "body": { - "nativeSrc": "3693:16:44", - "nodeType": "YulBlock", - "src": "3693:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3702:1:44", - "nodeType": "YulLiteral", - "src": "3702:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3705:1:44", - "nodeType": "YulLiteral", - "src": "3705:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3695:6:44", - "nodeType": "YulIdentifier", - "src": "3695:6:44" - }, - "nativeSrc": "3695:12:44", - "nodeType": "YulFunctionCall", - "src": "3695:12:44" - }, - "nativeSrc": "3695:12:44", - "nodeType": "YulExpressionStatement", - "src": "3695:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3668:7:44", - "nodeType": "YulIdentifier", - "src": "3668:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3677:9:44", - "nodeType": "YulIdentifier", - "src": "3677:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3664:3:44", - "nodeType": "YulIdentifier", - "src": "3664:3:44" - }, - "nativeSrc": "3664:23:44", - "nodeType": "YulFunctionCall", - "src": "3664:23:44" - }, - { - "kind": "number", - "nativeSrc": "3689:2:44", - "nodeType": "YulLiteral", - "src": "3689:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3660:3:44", - "nodeType": "YulIdentifier", - "src": "3660:3:44" - }, - "nativeSrc": "3660:32:44", - "nodeType": "YulFunctionCall", - "src": "3660:32:44" - }, - "nativeSrc": "3657:52:44", - "nodeType": "YulIf", - "src": "3657:52:44" - }, - { - "nativeSrc": "3718:14:44", - "nodeType": "YulVariableDeclaration", - "src": "3718:14:44", - "value": { - "kind": "number", - "nativeSrc": "3731:1:44", - "nodeType": "YulLiteral", - "src": "3731:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3722:5:44", - "nodeType": "YulTypedName", - "src": "3722:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3741:32:44", - "nodeType": "YulAssignment", - "src": "3741:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3763:9:44", - "nodeType": "YulIdentifier", - "src": "3763:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3750:12:44", - "nodeType": "YulIdentifier", - "src": "3750:12:44" - }, - "nativeSrc": "3750:23:44", - "nodeType": "YulFunctionCall", - "src": "3750:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3741:5:44", - "nodeType": "YulIdentifier", - "src": "3741:5:44" - } - ] - }, - { - "nativeSrc": "3782:15:44", - "nodeType": "YulAssignment", - "src": "3782:15:44", - "value": { - "name": "value", - "nativeSrc": "3792:5:44", - "nodeType": "YulIdentifier", - "src": "3792:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3782:6:44", - "nodeType": "YulIdentifier", - "src": "3782:6:44" - } - ] - }, - { - "nativeSrc": "3806:16:44", - "nodeType": "YulVariableDeclaration", - "src": "3806:16:44", - "value": { - "kind": "number", - "nativeSrc": "3821:1:44", - "nodeType": "YulLiteral", - "src": "3821:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "3810:7:44", - "nodeType": "YulTypedName", - "src": "3810:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3831:43:44", - "nodeType": "YulAssignment", - "src": "3831:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3859:9:44", - "nodeType": "YulIdentifier", - "src": "3859:9:44" - }, - { - "kind": "number", - "nativeSrc": "3870:2:44", - "nodeType": "YulLiteral", - "src": "3870:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3855:3:44", - "nodeType": "YulIdentifier", - "src": "3855:3:44" - }, - "nativeSrc": "3855:18:44", - "nodeType": "YulFunctionCall", - "src": "3855:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3842:12:44", - "nodeType": "YulIdentifier", - "src": "3842:12:44" - }, - "nativeSrc": "3842:32:44", - "nodeType": "YulFunctionCall", - "src": "3842:32:44" - }, - "variableNames": [ - { - "name": "value_1", - "nativeSrc": "3831:7:44", - "nodeType": "YulIdentifier", - "src": "3831:7:44" - } - ] - }, - { - "nativeSrc": "3883:17:44", - "nodeType": "YulAssignment", - "src": "3883:17:44", - "value": { - "name": "value_1", - "nativeSrc": "3893:7:44", - "nodeType": "YulIdentifier", - "src": "3893:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3883:6:44", - "nodeType": "YulIdentifier", - "src": "3883:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint256t_uint256", - "nativeSrc": "3560:346:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3605:9:44", - "nodeType": "YulTypedName", - "src": "3605:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3616:7:44", - "nodeType": "YulTypedName", - "src": "3616:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3628:6:44", - "nodeType": "YulTypedName", - "src": "3628:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3636:6:44", - "nodeType": "YulTypedName", - "src": "3636:6:44", - "type": "" - } - ], - "src": "3560:346:44" - }, - { - "body": { - "nativeSrc": "4122:623:44", - "nodeType": "YulBlock", - "src": "4122:623:44", - "statements": [ - { - "nativeSrc": "4132:32:44", - "nodeType": "YulVariableDeclaration", - "src": "4132:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4150:9:44", - "nodeType": "YulIdentifier", - "src": "4150:9:44" - }, - { - "kind": "number", - "nativeSrc": "4161:2:44", - "nodeType": "YulLiteral", - "src": "4161:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4146:3:44", - "nodeType": "YulIdentifier", - "src": "4146:3:44" - }, - "nativeSrc": "4146:18:44", - "nodeType": "YulFunctionCall", - "src": "4146:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "4136:6:44", - "nodeType": "YulTypedName", - "src": "4136:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4180:9:44", - "nodeType": "YulIdentifier", - "src": "4180:9:44" - }, - { - "kind": "number", - "nativeSrc": "4191:2:44", - "nodeType": "YulLiteral", - "src": "4191:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4173:6:44", - "nodeType": "YulIdentifier", - "src": "4173:6:44" - }, - "nativeSrc": "4173:21:44", - "nodeType": "YulFunctionCall", - "src": "4173:21:44" - }, - "nativeSrc": "4173:21:44", - "nodeType": "YulExpressionStatement", - "src": "4173:21:44" - }, - { - "nativeSrc": "4203:17:44", - "nodeType": "YulVariableDeclaration", - "src": "4203:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "4214:6:44", - "nodeType": "YulIdentifier", - "src": "4214:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "4207:3:44", - "nodeType": "YulTypedName", - "src": "4207:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4229:27:44", - "nodeType": "YulVariableDeclaration", - "src": "4229:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4249:6:44", - "nodeType": "YulIdentifier", - "src": "4249:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4243:5:44", - "nodeType": "YulIdentifier", - "src": "4243:5:44" - }, - "nativeSrc": "4243:13:44", - "nodeType": "YulFunctionCall", - "src": "4243:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "4233:6:44", - "nodeType": "YulTypedName", - "src": "4233:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "4272:6:44", - "nodeType": "YulIdentifier", - "src": "4272:6:44" - }, - { - "name": "length", - "nativeSrc": "4280:6:44", - "nodeType": "YulIdentifier", - "src": "4280:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4265:6:44", - "nodeType": "YulIdentifier", - "src": "4265:6:44" - }, - "nativeSrc": "4265:22:44", - "nodeType": "YulFunctionCall", - "src": "4265:22:44" - }, - "nativeSrc": "4265:22:44", - "nodeType": "YulExpressionStatement", - "src": "4265:22:44" - }, - { - "nativeSrc": "4296:25:44", - "nodeType": "YulAssignment", - "src": "4296:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4307:9:44", - "nodeType": "YulIdentifier", - "src": "4307:9:44" - }, - { - "kind": "number", - "nativeSrc": "4318:2:44", - "nodeType": "YulLiteral", - "src": "4318:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4303:3:44", - "nodeType": "YulIdentifier", - "src": "4303:3:44" - }, - "nativeSrc": "4303:18:44", - "nodeType": "YulFunctionCall", - "src": "4303:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4296:3:44", - "nodeType": "YulIdentifier", - "src": "4296:3:44" - } - ] - }, - { - "nativeSrc": "4330:53:44", - "nodeType": "YulVariableDeclaration", - "src": "4330:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4352:9:44", - "nodeType": "YulIdentifier", - "src": "4352:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4367:1:44", - "nodeType": "YulLiteral", - "src": "4367:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "4370:6:44", - "nodeType": "YulIdentifier", - "src": "4370:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "4363:3:44", - "nodeType": "YulIdentifier", - "src": "4363:3:44" - }, - "nativeSrc": "4363:14:44", - "nodeType": "YulFunctionCall", - "src": "4363:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4348:3:44", - "nodeType": "YulIdentifier", - "src": "4348:3:44" - }, - "nativeSrc": "4348:30:44", - "nodeType": "YulFunctionCall", - "src": "4348:30:44" - }, - { - "kind": "number", - "nativeSrc": "4380:2:44", - "nodeType": "YulLiteral", - "src": "4380:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4344:3:44", - "nodeType": "YulIdentifier", - "src": "4344:3:44" - }, - "nativeSrc": "4344:39:44", - "nodeType": "YulFunctionCall", - "src": "4344:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "4334:6:44", - "nodeType": "YulTypedName", - "src": "4334:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4392:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4392:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4410:6:44", - "nodeType": "YulIdentifier", - "src": "4410:6:44" - }, - { - "kind": "number", - "nativeSrc": "4418:2:44", - "nodeType": "YulLiteral", - "src": "4418:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4406:3:44", - "nodeType": "YulIdentifier", - "src": "4406:3:44" - }, - "nativeSrc": "4406:15:44", - "nodeType": "YulFunctionCall", - "src": "4406:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "4396:6:44", - "nodeType": "YulTypedName", - "src": "4396:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "4430:10:44", - "nodeType": "YulVariableDeclaration", - "src": "4430:10:44", - "value": { - "kind": "number", - "nativeSrc": "4439:1:44", - "nodeType": "YulLiteral", - "src": "4439:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "4434:1:44", - "nodeType": "YulTypedName", - "src": "4434:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4498:218:44", - "nodeType": "YulBlock", - "src": "4498:218:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4519:3:44", - "nodeType": "YulIdentifier", - "src": "4519:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "4532:6:44", - "nodeType": "YulIdentifier", - "src": "4532:6:44" - }, - { - "name": "headStart", - "nativeSrc": "4540:9:44", - "nodeType": "YulIdentifier", - "src": "4540:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4528:3:44", - "nodeType": "YulIdentifier", - "src": "4528:3:44" - }, - "nativeSrc": "4528:22:44", - "nodeType": "YulFunctionCall", - "src": "4528:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4556:2:44", - "nodeType": "YulLiteral", - "src": "4556:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "4552:3:44", - "nodeType": "YulIdentifier", - "src": "4552:3:44" - }, - "nativeSrc": "4552:7:44", - "nodeType": "YulFunctionCall", - "src": "4552:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4524:3:44", - "nodeType": "YulIdentifier", - "src": "4524:3:44" - }, - "nativeSrc": "4524:36:44", - "nodeType": "YulFunctionCall", - "src": "4524:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4512:6:44", - "nodeType": "YulIdentifier", - "src": "4512:6:44" - }, - "nativeSrc": "4512:49:44", - "nodeType": "YulFunctionCall", - "src": "4512:49:44" - }, - "nativeSrc": "4512:49:44", - "nodeType": "YulExpressionStatement", - "src": "4512:49:44" - }, - { - "nativeSrc": "4574:62:44", - "nodeType": "YulAssignment", - "src": "4574:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4620:6:44", - "nodeType": "YulIdentifier", - "src": "4620:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4614:5:44", - "nodeType": "YulIdentifier", - "src": "4614:5:44" - }, - "nativeSrc": "4614:13:44", - "nodeType": "YulFunctionCall", - "src": "4614:13:44" - }, - { - "name": "tail_2", - "nativeSrc": "4629:6:44", - "nodeType": "YulIdentifier", - "src": "4629:6:44" - } - ], - "functionName": { - "name": "abi_encode_struct_Application", - "nativeSrc": "4584:29:44", - "nodeType": "YulIdentifier", - "src": "4584:29:44" - }, - "nativeSrc": "4584:52:44", - "nodeType": "YulFunctionCall", - "src": "4584:52:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "4574:6:44", - "nodeType": "YulIdentifier", - "src": "4574:6:44" - } - ] - }, - { - "nativeSrc": "4649:25:44", - "nodeType": "YulAssignment", - "src": "4649:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "4663:6:44", - "nodeType": "YulIdentifier", - "src": "4663:6:44" - }, - { - "kind": "number", - "nativeSrc": "4671:2:44", - "nodeType": "YulLiteral", - "src": "4671:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4659:3:44", - "nodeType": "YulIdentifier", - "src": "4659:3:44" - }, - "nativeSrc": "4659:15:44", - "nodeType": "YulFunctionCall", - "src": "4659:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "4649:6:44", - "nodeType": "YulIdentifier", - "src": "4649:6:44" - } - ] - }, - { - "nativeSrc": "4687:19:44", - "nodeType": "YulAssignment", - "src": "4687:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4698:3:44", - "nodeType": "YulIdentifier", - "src": "4698:3:44" - }, - { - "kind": "number", - "nativeSrc": "4703:2:44", - "nodeType": "YulLiteral", - "src": "4703:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4694:3:44", - "nodeType": "YulIdentifier", - "src": "4694:3:44" - }, - "nativeSrc": "4694:12:44", - "nodeType": "YulFunctionCall", - "src": "4694:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "4687:3:44", - "nodeType": "YulIdentifier", - "src": "4687:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4460:1:44", - "nodeType": "YulIdentifier", - "src": "4460:1:44" - }, - { - "name": "length", - "nativeSrc": "4463:6:44", - "nodeType": "YulIdentifier", - "src": "4463:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "4457:2:44", - "nodeType": "YulIdentifier", - "src": "4457:2:44" - }, - "nativeSrc": "4457:13:44", - "nodeType": "YulFunctionCall", - "src": "4457:13:44" - }, - "nativeSrc": "4449:267:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "4471:18:44", - "nodeType": "YulBlock", - "src": "4471:18:44", - "statements": [ - { - "nativeSrc": "4473:14:44", - "nodeType": "YulAssignment", - "src": "4473:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "4482:1:44", - "nodeType": "YulIdentifier", - "src": "4482:1:44" - }, - { - "kind": "number", - "nativeSrc": "4485:1:44", - "nodeType": "YulLiteral", - "src": "4485:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4478:3:44", - "nodeType": "YulIdentifier", - "src": "4478:3:44" - }, - "nativeSrc": "4478:9:44", - "nodeType": "YulFunctionCall", - "src": "4478:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "4473:1:44", - "nodeType": "YulIdentifier", - "src": "4473:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "4453:3:44", - "nodeType": "YulBlock", - "src": "4453:3:44", - "statements": [] - }, - "src": "4449:267:44" - }, - { - "nativeSrc": "4725:14:44", - "nodeType": "YulAssignment", - "src": "4725:14:44", - "value": { - "name": "tail_2", - "nativeSrc": "4733:6:44", - "nodeType": "YulIdentifier", - "src": "4733:6:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4725:4:44", - "nodeType": "YulIdentifier", - "src": "4725:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "3911:834:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4091:9:44", - "nodeType": "YulTypedName", - "src": "4091:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4102:6:44", - "nodeType": "YulTypedName", - "src": "4102:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4113:4:44", - "nodeType": "YulTypedName", - "src": "4113:4:44", - "type": "" - } - ], - "src": "3911:834:44" - }, - { - "body": { - "nativeSrc": "4820:116:44", - "nodeType": "YulBlock", - "src": "4820:116:44", - "statements": [ - { - "body": { - "nativeSrc": "4866:16:44", - "nodeType": "YulBlock", - "src": "4866:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4875:1:44", - "nodeType": "YulLiteral", - "src": "4875:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4878:1:44", - "nodeType": "YulLiteral", - "src": "4878:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4868:6:44", - "nodeType": "YulIdentifier", - "src": "4868:6:44" - }, - "nativeSrc": "4868:12:44", - "nodeType": "YulFunctionCall", - "src": "4868:12:44" - }, - "nativeSrc": "4868:12:44", - "nodeType": "YulExpressionStatement", - "src": "4868:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4841:7:44", - "nodeType": "YulIdentifier", - "src": "4841:7:44" - }, - { - "name": "headStart", - "nativeSrc": "4850:9:44", - "nodeType": "YulIdentifier", - "src": "4850:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4837:3:44", - "nodeType": "YulIdentifier", - "src": "4837:3:44" - }, - "nativeSrc": "4837:23:44", - "nodeType": "YulFunctionCall", - "src": "4837:23:44" - }, - { - "kind": "number", - "nativeSrc": "4862:2:44", - "nodeType": "YulLiteral", - "src": "4862:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4833:3:44", - "nodeType": "YulIdentifier", - "src": "4833:3:44" - }, - "nativeSrc": "4833:32:44", - "nodeType": "YulFunctionCall", - "src": "4833:32:44" - }, - "nativeSrc": "4830:52:44", - "nodeType": "YulIf", - "src": "4830:52:44" - }, - { - "nativeSrc": "4891:39:44", - "nodeType": "YulAssignment", - "src": "4891:39:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4920:9:44", - "nodeType": "YulIdentifier", - "src": "4920:9:44" - } - ], - "functionName": { - "name": "abi_decode_address", - "nativeSrc": "4901:18:44", - "nodeType": "YulIdentifier", - "src": "4901:18:44" - }, - "nativeSrc": "4901:29:44", - "nodeType": "YulFunctionCall", - "src": "4901:29:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4891:6:44", - "nodeType": "YulIdentifier", - "src": "4891:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "4750:186:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4786:9:44", - "nodeType": "YulTypedName", - "src": "4786:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4797:7:44", - "nodeType": "YulTypedName", - "src": "4797:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4809:6:44", - "nodeType": "YulTypedName", - "src": "4809:6:44", - "type": "" - } - ], - "src": "4750:186:44" - }, - { - "body": { - "nativeSrc": "5040:149:44", - "nodeType": "YulBlock", - "src": "5040:149:44", - "statements": [ - { - "nativeSrc": "5050:26:44", - "nodeType": "YulAssignment", - "src": "5050:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5062:9:44", - "nodeType": "YulIdentifier", - "src": "5062:9:44" - }, - { - "kind": "number", - "nativeSrc": "5073:2:44", - "nodeType": "YulLiteral", - "src": "5073:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5058:3:44", - "nodeType": "YulIdentifier", - "src": "5058:3:44" - }, - "nativeSrc": "5058:18:44", - "nodeType": "YulFunctionCall", - "src": "5058:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5050:4:44", - "nodeType": "YulIdentifier", - "src": "5050:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5092:9:44", - "nodeType": "YulIdentifier", - "src": "5092:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5107:6:44", - "nodeType": "YulIdentifier", - "src": "5107:6:44" - }, - { - "kind": "number", - "nativeSrc": "5115:66:44", - "nodeType": "YulLiteral", - "src": "5115:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5103:3:44", - "nodeType": "YulIdentifier", - "src": "5103:3:44" - }, - "nativeSrc": "5103:79:44", - "nodeType": "YulFunctionCall", - "src": "5103:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5085:6:44", - "nodeType": "YulIdentifier", - "src": "5085:6:44" - }, - "nativeSrc": "5085:98:44", - "nodeType": "YulFunctionCall", - "src": "5085:98:44" - }, - "nativeSrc": "5085:98:44", - "nodeType": "YulExpressionStatement", - "src": "5085:98:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "4941:248:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5009:9:44", - "nodeType": "YulTypedName", - "src": "5009:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5020:6:44", - "nodeType": "YulTypedName", - "src": "5020:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5031:4:44", - "nodeType": "YulTypedName", - "src": "5031:4:44", - "type": "" - } - ], - "src": "4941:248:44" - }, - { - "body": { - "nativeSrc": "5295:125:44", - "nodeType": "YulBlock", - "src": "5295:125:44", - "statements": [ - { - "nativeSrc": "5305:26:44", - "nodeType": "YulAssignment", - "src": "5305:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5317:9:44", - "nodeType": "YulIdentifier", - "src": "5317:9:44" - }, - { - "kind": "number", - "nativeSrc": "5328:2:44", - "nodeType": "YulLiteral", - "src": "5328:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5313:3:44", - "nodeType": "YulIdentifier", - "src": "5313:3:44" - }, - "nativeSrc": "5313:18:44", - "nodeType": "YulFunctionCall", - "src": "5313:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5305:4:44", - "nodeType": "YulIdentifier", - "src": "5305:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5347:9:44", - "nodeType": "YulIdentifier", - "src": "5347:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5362:6:44", - "nodeType": "YulIdentifier", - "src": "5362:6:44" - }, - { - "kind": "number", - "nativeSrc": "5370:42:44", - "nodeType": "YulLiteral", - "src": "5370:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5358:3:44", - "nodeType": "YulIdentifier", - "src": "5358:3:44" - }, - "nativeSrc": "5358:55:44", - "nodeType": "YulFunctionCall", - "src": "5358:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5340:6:44", - "nodeType": "YulIdentifier", - "src": "5340:6:44" - }, - "nativeSrc": "5340:74:44", - "nodeType": "YulFunctionCall", - "src": "5340:74:44" - }, - "nativeSrc": "5340:74:44", - "nodeType": "YulExpressionStatement", - "src": "5340:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "5194:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5264:9:44", - "nodeType": "YulTypedName", - "src": "5264:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5275:6:44", - "nodeType": "YulTypedName", - "src": "5275:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5286:4:44", - "nodeType": "YulTypedName", - "src": "5286:4:44", - "type": "" - } - ], - "src": "5194:226:44" - }, - { - "body": { - "nativeSrc": "5526:76:44", - "nodeType": "YulBlock", - "src": "5526:76:44", - "statements": [ - { - "nativeSrc": "5536:26:44", - "nodeType": "YulAssignment", - "src": "5536:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5548:9:44", - "nodeType": "YulIdentifier", - "src": "5548:9:44" - }, - { - "kind": "number", - "nativeSrc": "5559:2:44", - "nodeType": "YulLiteral", - "src": "5559:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5544:3:44", - "nodeType": "YulIdentifier", - "src": "5544:3:44" - }, - "nativeSrc": "5544:18:44", - "nodeType": "YulFunctionCall", - "src": "5544:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5536:4:44", - "nodeType": "YulIdentifier", - "src": "5536:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5578:9:44", - "nodeType": "YulIdentifier", - "src": "5578:9:44" - }, - { - "name": "value0", - "nativeSrc": "5589:6:44", - "nodeType": "YulIdentifier", - "src": "5589:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5571:6:44", - "nodeType": "YulIdentifier", - "src": "5571:6:44" - }, - "nativeSrc": "5571:25:44", - "nodeType": "YulFunctionCall", - "src": "5571:25:44" - }, - "nativeSrc": "5571:25:44", - "nodeType": "YulExpressionStatement", - "src": "5571:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint256__to_t_uint256__fromStack_reversed", - "nativeSrc": "5425:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5495:9:44", - "nodeType": "YulTypedName", - "src": "5495:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5506:6:44", - "nodeType": "YulTypedName", - "src": "5506:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5517:4:44", - "nodeType": "YulTypedName", - "src": "5517:4:44", - "type": "" - } - ], - "src": "5425:177:44" - }, - { - "body": { - "nativeSrc": "5724:351:44", - "nodeType": "YulBlock", - "src": "5724:351:44", - "statements": [ - { - "body": { - "nativeSrc": "5770:16:44", - "nodeType": "YulBlock", - "src": "5770:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5779:1:44", - "nodeType": "YulLiteral", - "src": "5779:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5782:1:44", - "nodeType": "YulLiteral", - "src": "5782:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5772:6:44", - "nodeType": "YulIdentifier", - "src": "5772:6:44" - }, - "nativeSrc": "5772:12:44", - "nodeType": "YulFunctionCall", - "src": "5772:12:44" - }, - "nativeSrc": "5772:12:44", - "nodeType": "YulExpressionStatement", - "src": "5772:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5745:7:44", - "nodeType": "YulIdentifier", - "src": "5745:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5754:9:44", - "nodeType": "YulIdentifier", - "src": "5754:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5741:3:44", - "nodeType": "YulIdentifier", - "src": "5741:3:44" - }, - "nativeSrc": "5741:23:44", - "nodeType": "YulFunctionCall", - "src": "5741:23:44" - }, - { - "kind": "number", - "nativeSrc": "5766:2:44", - "nodeType": "YulLiteral", - "src": "5766:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5737:3:44", - "nodeType": "YulIdentifier", - "src": "5737:3:44" - }, - "nativeSrc": "5737:32:44", - "nodeType": "YulFunctionCall", - "src": "5737:32:44" - }, - "nativeSrc": "5734:52:44", - "nodeType": "YulIf", - "src": "5734:52:44" - }, - { - "nativeSrc": "5795:14:44", - "nodeType": "YulVariableDeclaration", - "src": "5795:14:44", - "value": { - "kind": "number", - "nativeSrc": "5808:1:44", - "nodeType": "YulLiteral", - "src": "5808:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5799:5:44", - "nodeType": "YulTypedName", - "src": "5799:5:44", - "type": "" - } - ] - }, - { - "nativeSrc": "5818:32:44", - "nodeType": "YulAssignment", - "src": "5818:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5840:9:44", - "nodeType": "YulIdentifier", - "src": "5840:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5827:12:44", - "nodeType": "YulIdentifier", - "src": "5827:12:44" - }, - "nativeSrc": "5827:23:44", - "nodeType": "YulFunctionCall", - "src": "5827:23:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "5818:5:44", - "nodeType": "YulIdentifier", - "src": "5818:5:44" - } - ] - }, - { - "nativeSrc": "5859:15:44", - "nodeType": "YulAssignment", - "src": "5859:15:44", - "value": { - "name": "value", - "nativeSrc": "5869:5:44", - "nodeType": "YulIdentifier", - "src": "5869:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5859:6:44", - "nodeType": "YulIdentifier", - "src": "5859:6:44" - } - ] - }, - { - "nativeSrc": "5883:46:44", - "nodeType": "YulVariableDeclaration", - "src": "5883:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5914:9:44", - "nodeType": "YulIdentifier", - "src": "5914:9:44" - }, - { - "kind": "number", - "nativeSrc": "5925:2:44", - "nodeType": "YulLiteral", - "src": "5925:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5910:3:44", - "nodeType": "YulIdentifier", - "src": "5910:3:44" - }, - "nativeSrc": "5910:18:44", - "nodeType": "YulFunctionCall", - "src": "5910:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5897:12:44", - "nodeType": "YulIdentifier", - "src": "5897:12:44" - }, - "nativeSrc": "5897:32:44", - "nodeType": "YulFunctionCall", - "src": "5897:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "5887:6:44", - "nodeType": "YulTypedName", - "src": "5887:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "5972:16:44", - "nodeType": "YulBlock", - "src": "5972:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5981:1:44", - "nodeType": "YulLiteral", - "src": "5981:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5984:1:44", - "nodeType": "YulLiteral", - "src": "5984:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5974:6:44", - "nodeType": "YulIdentifier", - "src": "5974:6:44" - }, - "nativeSrc": "5974:12:44", - "nodeType": "YulFunctionCall", - "src": "5974:12:44" - }, - "nativeSrc": "5974:12:44", - "nodeType": "YulExpressionStatement", - "src": "5974:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "5944:6:44", - "nodeType": "YulIdentifier", - "src": "5944:6:44" - }, - { - "kind": "number", - "nativeSrc": "5952:18:44", - "nodeType": "YulLiteral", - "src": "5952:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "5941:2:44", - "nodeType": "YulIdentifier", - "src": "5941:2:44" - }, - "nativeSrc": "5941:30:44", - "nodeType": "YulFunctionCall", - "src": "5941:30:44" - }, - "nativeSrc": "5938:50:44", - "nodeType": "YulIf", - "src": "5938:50:44" - }, - { - "nativeSrc": "5997:72:44", - "nodeType": "YulAssignment", - "src": "5997:72:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6041:9:44", - "nodeType": "YulIdentifier", - "src": "6041:9:44" - }, - { - "name": "offset", - "nativeSrc": "6052:6:44", - "nodeType": "YulIdentifier", - "src": "6052:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6037:3:44", - "nodeType": "YulIdentifier", - "src": "6037:3:44" - }, - "nativeSrc": "6037:22:44", - "nodeType": "YulFunctionCall", - "src": "6037:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "6061:7:44", - "nodeType": "YulIdentifier", - "src": "6061:7:44" - } - ], - "functionName": { - "name": "abi_decode_struct_Application", - "nativeSrc": "6007:29:44", - "nodeType": "YulIdentifier", - "src": "6007:29:44" - }, - "nativeSrc": "6007:62:44", - "nodeType": "YulFunctionCall", - "src": "6007:62:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5997:6:44", - "nodeType": "YulIdentifier", - "src": "5997:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint256t_struct$_Application_$12901_memory_ptr", - "nativeSrc": "5607:468:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5682:9:44", - "nodeType": "YulTypedName", - "src": "5682:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5693:7:44", - "nodeType": "YulTypedName", - "src": "5693:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5705:6:44", - "nodeType": "YulTypedName", - "src": "5705:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5713:6:44", - "nodeType": "YulTypedName", - "src": "5713:6:44", - "type": "" - } - ], - "src": "5607:468:44" - }, - { - "body": { - "nativeSrc": "6254:176:44", - "nodeType": "YulBlock", - "src": "6254:176:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6271:9:44", - "nodeType": "YulIdentifier", - "src": "6271:9:44" - }, - { - "kind": "number", - "nativeSrc": "6282:2:44", - "nodeType": "YulLiteral", - "src": "6282:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6264:6:44", - "nodeType": "YulIdentifier", - "src": "6264:6:44" - }, - "nativeSrc": "6264:21:44", - "nodeType": "YulFunctionCall", - "src": "6264:21:44" - }, - "nativeSrc": "6264:21:44", - "nodeType": "YulExpressionStatement", - "src": "6264:21:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6305:9:44", - "nodeType": "YulIdentifier", - "src": "6305:9:44" - }, - { - "kind": "number", - "nativeSrc": "6316:2:44", - "nodeType": "YulLiteral", - "src": "6316:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6301:3:44", - "nodeType": "YulIdentifier", - "src": "6301:3:44" - }, - "nativeSrc": "6301:18:44", - "nodeType": "YulFunctionCall", - "src": "6301:18:44" - }, - { - "kind": "number", - "nativeSrc": "6321:2:44", - "nodeType": "YulLiteral", - "src": "6321:2:44", - "type": "", - "value": "26" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6294:6:44", - "nodeType": "YulIdentifier", - "src": "6294:6:44" - }, - "nativeSrc": "6294:30:44", - "nodeType": "YulFunctionCall", - "src": "6294:30:44" - }, - "nativeSrc": "6294:30:44", - "nodeType": "YulExpressionStatement", - "src": "6294:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6344:9:44", - "nodeType": "YulIdentifier", - "src": "6344:9:44" - }, - { - "kind": "number", - "nativeSrc": "6355:2:44", - "nodeType": "YulLiteral", - "src": "6355:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6340:3:44", - "nodeType": "YulIdentifier", - "src": "6340:3:44" - }, - "nativeSrc": "6340:18:44", - "nodeType": "YulFunctionCall", - "src": "6340:18:44" - }, - { - "hexValue": "4170706c69636174696f6e20646f6573206e6f74206578697374", - "kind": "string", - "nativeSrc": "6360:28:44", - "nodeType": "YulLiteral", - "src": "6360:28:44", - "type": "", - "value": "Application does not exist" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6333:6:44", - "nodeType": "YulIdentifier", - "src": "6333:6:44" - }, - "nativeSrc": "6333:56:44", - "nodeType": "YulFunctionCall", - "src": "6333:56:44" - }, - "nativeSrc": "6333:56:44", - "nodeType": "YulExpressionStatement", - "src": "6333:56:44" - }, - { - "nativeSrc": "6398:26:44", - "nodeType": "YulAssignment", - "src": "6398:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6410:9:44", - "nodeType": "YulIdentifier", - "src": "6410:9:44" - }, - { - "kind": "number", - "nativeSrc": "6421:2:44", - "nodeType": "YulLiteral", - "src": "6421:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6406:3:44", - "nodeType": "YulIdentifier", - "src": "6406:3:44" - }, - "nativeSrc": "6406:18:44", - "nodeType": "YulFunctionCall", - "src": "6406:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "6398:4:44", - "nodeType": "YulIdentifier", - "src": "6398:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "6080:350:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6231:9:44", - "nodeType": "YulTypedName", - "src": "6231:9:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "6245:4:44", - "nodeType": "YulTypedName", - "src": "6245:4:44", - "type": "" - } - ], - "src": "6080:350:44" - }, - { - "body": { - "nativeSrc": "6490:382:44", - "nodeType": "YulBlock", - "src": "6490:382:44", - "statements": [ - { - "nativeSrc": "6500:22:44", - "nodeType": "YulAssignment", - "src": "6500:22:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6514:1:44", - "nodeType": "YulLiteral", - "src": "6514:1:44", - "type": "", - "value": "1" - }, - { - "name": "data", - "nativeSrc": "6517:4:44", - "nodeType": "YulIdentifier", - "src": "6517:4:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "6510:3:44", - "nodeType": "YulIdentifier", - "src": "6510:3:44" - }, - "nativeSrc": "6510:12:44", - "nodeType": "YulFunctionCall", - "src": "6510:12:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "6500:6:44", - "nodeType": "YulIdentifier", - "src": "6500:6:44" - } - ] - }, - { - "nativeSrc": "6531:38:44", - "nodeType": "YulVariableDeclaration", - "src": "6531:38:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "6561:4:44", - "nodeType": "YulIdentifier", - "src": "6561:4:44" - }, - { - "kind": "number", - "nativeSrc": "6567:1:44", - "nodeType": "YulLiteral", - "src": "6567:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6557:3:44", - "nodeType": "YulIdentifier", - "src": "6557:3:44" - }, - "nativeSrc": "6557:12:44", - "nodeType": "YulFunctionCall", - "src": "6557:12:44" - }, - "variables": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "6535:18:44", - "nodeType": "YulTypedName", - "src": "6535:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6608:31:44", - "nodeType": "YulBlock", - "src": "6608:31:44", - "statements": [ - { - "nativeSrc": "6610:27:44", - "nodeType": "YulAssignment", - "src": "6610:27:44", - "value": { - "arguments": [ - { - "name": "length", - "nativeSrc": "6624:6:44", - "nodeType": "YulIdentifier", - "src": "6624:6:44" - }, - { - "kind": "number", - "nativeSrc": "6632:4:44", - "nodeType": "YulLiteral", - "src": "6632:4:44", - "type": "", - "value": "0x7f" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6620:3:44", - "nodeType": "YulIdentifier", - "src": "6620:3:44" - }, - "nativeSrc": "6620:17:44", - "nodeType": "YulFunctionCall", - "src": "6620:17:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "6610:6:44", - "nodeType": "YulIdentifier", - "src": "6610:6:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "6588:18:44", - "nodeType": "YulIdentifier", - "src": "6588:18:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6581:6:44", - "nodeType": "YulIdentifier", - "src": "6581:6:44" - }, - "nativeSrc": "6581:26:44", - "nodeType": "YulFunctionCall", - "src": "6581:26:44" - }, - "nativeSrc": "6578:61:44", - "nodeType": "YulIf", - "src": "6578:61:44" - }, - { - "body": { - "nativeSrc": "6698:168:44", - "nodeType": "YulBlock", - "src": "6698:168:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6719:1:44", - "nodeType": "YulLiteral", - "src": "6719:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6722:77:44", - "nodeType": "YulLiteral", - "src": "6722:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6712:6:44", - "nodeType": "YulIdentifier", - "src": "6712:6:44" - }, - "nativeSrc": "6712:88:44", - "nodeType": "YulFunctionCall", - "src": "6712:88:44" - }, - "nativeSrc": "6712:88:44", - "nodeType": "YulExpressionStatement", - "src": "6712:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6820:1:44", - "nodeType": "YulLiteral", - "src": "6820:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "6823:4:44", - "nodeType": "YulLiteral", - "src": "6823:4:44", - "type": "", - "value": "0x22" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "6813:6:44", - "nodeType": "YulIdentifier", - "src": "6813:6:44" - }, - "nativeSrc": "6813:15:44", - "nodeType": "YulFunctionCall", - "src": "6813:15:44" - }, - "nativeSrc": "6813:15:44", - "nodeType": "YulExpressionStatement", - "src": "6813:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6848:1:44", - "nodeType": "YulLiteral", - "src": "6848:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6851:4:44", - "nodeType": "YulLiteral", - "src": "6851:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6841:6:44", - "nodeType": "YulIdentifier", - "src": "6841:6:44" - }, - "nativeSrc": "6841:15:44", - "nodeType": "YulFunctionCall", - "src": "6841:15:44" - }, - "nativeSrc": "6841:15:44", - "nodeType": "YulExpressionStatement", - "src": "6841:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "outOfPlaceEncoding", - "nativeSrc": "6654:18:44", - "nodeType": "YulIdentifier", - "src": "6654:18:44" - }, - { - "arguments": [ - { - "name": "length", - "nativeSrc": "6677:6:44", - "nodeType": "YulIdentifier", - "src": "6677:6:44" - }, - { - "kind": "number", - "nativeSrc": "6685:2:44", - "nodeType": "YulLiteral", - "src": "6685:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "6674:2:44", - "nodeType": "YulIdentifier", - "src": "6674:2:44" - }, - "nativeSrc": "6674:14:44", - "nodeType": "YulFunctionCall", - "src": "6674:14:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "6651:2:44", - "nodeType": "YulIdentifier", - "src": "6651:2:44" - }, - "nativeSrc": "6651:38:44", - "nodeType": "YulFunctionCall", - "src": "6651:38:44" - }, - "nativeSrc": "6648:218:44", - "nodeType": "YulIf", - "src": "6648:218:44" - } - ] - }, - "name": "extract_byte_array_length", - "nativeSrc": "6435:437:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "6470:4:44", - "nodeType": "YulTypedName", - "src": "6470:4:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "length", - "nativeSrc": "6479:6:44", - "nodeType": "YulTypedName", - "src": "6479:6:44", - "type": "" - } - ], - "src": "6435:437:44" - }, - { - "body": { - "nativeSrc": "7051:234:44", - "nodeType": "YulBlock", - "src": "7051:234:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7068:9:44", - "nodeType": "YulIdentifier", - "src": "7068:9:44" - }, - { - "kind": "number", - "nativeSrc": "7079:2:44", - "nodeType": "YulLiteral", - "src": "7079:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7061:6:44", - "nodeType": "YulIdentifier", - "src": "7061:6:44" - }, - "nativeSrc": "7061:21:44", - "nodeType": "YulFunctionCall", - "src": "7061:21:44" - }, - "nativeSrc": "7061:21:44", - "nodeType": "YulExpressionStatement", - "src": "7061:21:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7102:9:44", - "nodeType": "YulIdentifier", - "src": "7102:9:44" - }, - { - "kind": "number", - "nativeSrc": "7113:2:44", - "nodeType": "YulLiteral", - "src": "7113:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7098:3:44", - "nodeType": "YulIdentifier", - "src": "7098:3:44" - }, - "nativeSrc": "7098:18:44", - "nodeType": "YulFunctionCall", - "src": "7098:18:44" - }, - { - "kind": "number", - "nativeSrc": "7118:2:44", - "nodeType": "YulLiteral", - "src": "7118:2:44", - "type": "", - "value": "44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7091:6:44", - "nodeType": "YulIdentifier", - "src": "7091:6:44" - }, - "nativeSrc": "7091:30:44", - "nodeType": "YulFunctionCall", - "src": "7091:30:44" - }, - "nativeSrc": "7091:30:44", - "nodeType": "YulExpressionStatement", - "src": "7091:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7141:9:44", - "nodeType": "YulIdentifier", - "src": "7141:9:44" - }, - { - "kind": "number", - "nativeSrc": "7152:2:44", - "nodeType": "YulLiteral", - "src": "7152:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7137:3:44", - "nodeType": "YulIdentifier", - "src": "7137:3:44" - }, - "nativeSrc": "7137:18:44", - "nodeType": "YulFunctionCall", - "src": "7137:18:44" - }, - { - "hexValue": "4164647265737320616c7265616479207573656420666f7220616e6f74686572", - "kind": "string", - "nativeSrc": "7157:34:44", - "nodeType": "YulLiteral", - "src": "7157:34:44", - "type": "", - "value": "Address already used for another" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7130:6:44", - "nodeType": "YulIdentifier", - "src": "7130:6:44" - }, - "nativeSrc": "7130:62:44", - "nodeType": "YulFunctionCall", - "src": "7130:62:44" - }, - "nativeSrc": "7130:62:44", - "nodeType": "YulExpressionStatement", - "src": "7130:62:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7212:9:44", - "nodeType": "YulIdentifier", - "src": "7212:9:44" - }, - { - "kind": "number", - "nativeSrc": "7223:2:44", - "nodeType": "YulLiteral", - "src": "7223:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7208:3:44", - "nodeType": "YulIdentifier", - "src": "7208:3:44" - }, - "nativeSrc": "7208:18:44", - "nodeType": "YulFunctionCall", - "src": "7208:18:44" - }, - { - "hexValue": "206170706c69636174696f6e", - "kind": "string", - "nativeSrc": "7228:14:44", - "nodeType": "YulLiteral", - "src": "7228:14:44", - "type": "", - "value": " application" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7201:6:44", - "nodeType": "YulIdentifier", - "src": "7201:6:44" - }, - "nativeSrc": "7201:42:44", - "nodeType": "YulFunctionCall", - "src": "7201:42:44" - }, - "nativeSrc": "7201:42:44", - "nodeType": "YulExpressionStatement", - "src": "7201:42:44" - }, - { - "nativeSrc": "7252:27:44", - "nodeType": "YulAssignment", - "src": "7252:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7264:9:44", - "nodeType": "YulIdentifier", - "src": "7264:9:44" - }, - { - "kind": "number", - "nativeSrc": "7275:3:44", - "nodeType": "YulLiteral", - "src": "7275:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7260:3:44", - "nodeType": "YulIdentifier", - "src": "7260:3:44" - }, - "nativeSrc": "7260:19:44", - "nodeType": "YulFunctionCall", - "src": "7260:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7252:4:44", - "nodeType": "YulIdentifier", - "src": "7252:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "6877:408:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7028:9:44", - "nodeType": "YulTypedName", - "src": "7028:9:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7042:4:44", - "nodeType": "YulTypedName", - "src": "7042:4:44", - "type": "" - } - ], - "src": "6877:408:44" - }, - { - "body": { - "nativeSrc": "7346:65:44", - "nodeType": "YulBlock", - "src": "7346:65:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7363:1:44", - "nodeType": "YulLiteral", - "src": "7363:1:44", - "type": "", - "value": "0" - }, - { - "name": "ptr", - "nativeSrc": "7366:3:44", - "nodeType": "YulIdentifier", - "src": "7366:3:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7356:6:44", - "nodeType": "YulIdentifier", - "src": "7356:6:44" - }, - "nativeSrc": "7356:14:44", - "nodeType": "YulFunctionCall", - "src": "7356:14:44" - }, - "nativeSrc": "7356:14:44", - "nodeType": "YulExpressionStatement", - "src": "7356:14:44" - }, - { - "nativeSrc": "7379:26:44", - "nodeType": "YulAssignment", - "src": "7379:26:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7397:1:44", - "nodeType": "YulLiteral", - "src": "7397:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7400:4:44", - "nodeType": "YulLiteral", - "src": "7400:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "7387:9:44", - "nodeType": "YulIdentifier", - "src": "7387:9:44" - }, - "nativeSrc": "7387:18:44", - "nodeType": "YulFunctionCall", - "src": "7387:18:44" - }, - "variableNames": [ - { - "name": "data", - "nativeSrc": "7379:4:44", - "nodeType": "YulIdentifier", - "src": "7379:4:44" - } - ] - } - ] - }, - "name": "array_dataslot_string_storage", - "nativeSrc": "7290:121:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "ptr", - "nativeSrc": "7329:3:44", - "nodeType": "YulTypedName", - "src": "7329:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "data", - "nativeSrc": "7337:4:44", - "nodeType": "YulTypedName", - "src": "7337:4:44", - "type": "" - } - ], - "src": "7290:121:44" - }, - { - "body": { - "nativeSrc": "7497:437:44", - "nodeType": "YulBlock", - "src": "7497:437:44", - "statements": [ - { - "body": { - "nativeSrc": "7530:398:44", - "nodeType": "YulBlock", - "src": "7530:398:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7551:1:44", - "nodeType": "YulLiteral", - "src": "7551:1:44", - "type": "", - "value": "0" - }, - { - "name": "array", - "nativeSrc": "7554:5:44", - "nodeType": "YulIdentifier", - "src": "7554:5:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7544:6:44", - "nodeType": "YulIdentifier", - "src": "7544:6:44" - }, - "nativeSrc": "7544:16:44", - "nodeType": "YulFunctionCall", - "src": "7544:16:44" - }, - "nativeSrc": "7544:16:44", - "nodeType": "YulExpressionStatement", - "src": "7544:16:44" - }, - { - "nativeSrc": "7573:30:44", - "nodeType": "YulVariableDeclaration", - "src": "7573:30:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7595:1:44", - "nodeType": "YulLiteral", - "src": "7595:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7598:4:44", - "nodeType": "YulLiteral", - "src": "7598:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "7585:9:44", - "nodeType": "YulIdentifier", - "src": "7585:9:44" - }, - "nativeSrc": "7585:18:44", - "nodeType": "YulFunctionCall", - "src": "7585:18:44" - }, - "variables": [ - { - "name": "data", - "nativeSrc": "7577:4:44", - "nodeType": "YulTypedName", - "src": "7577:4:44", - "type": "" - } - ] - }, - { - "nativeSrc": "7616:57:44", - "nodeType": "YulVariableDeclaration", - "src": "7616:57:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "7639:4:44", - "nodeType": "YulIdentifier", - "src": "7639:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7649:1:44", - "nodeType": "YulLiteral", - "src": "7649:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "7656:10:44", - "nodeType": "YulIdentifier", - "src": "7656:10:44" - }, - { - "kind": "number", - "nativeSrc": "7668:2:44", - "nodeType": "YulLiteral", - "src": "7668:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7652:3:44", - "nodeType": "YulIdentifier", - "src": "7652:3:44" - }, - "nativeSrc": "7652:19:44", - "nodeType": "YulFunctionCall", - "src": "7652:19:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "7645:3:44", - "nodeType": "YulIdentifier", - "src": "7645:3:44" - }, - "nativeSrc": "7645:27:44", - "nodeType": "YulFunctionCall", - "src": "7645:27:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7635:3:44", - "nodeType": "YulIdentifier", - "src": "7635:3:44" - }, - "nativeSrc": "7635:38:44", - "nodeType": "YulFunctionCall", - "src": "7635:38:44" - }, - "variables": [ - { - "name": "deleteStart", - "nativeSrc": "7620:11:44", - "nodeType": "YulTypedName", - "src": "7620:11:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7710:23:44", - "nodeType": "YulBlock", - "src": "7710:23:44", - "statements": [ - { - "nativeSrc": "7712:19:44", - "nodeType": "YulAssignment", - "src": "7712:19:44", - "value": { - "name": "data", - "nativeSrc": "7727:4:44", - "nodeType": "YulIdentifier", - "src": "7727:4:44" - }, - "variableNames": [ - { - "name": "deleteStart", - "nativeSrc": "7712:11:44", - "nodeType": "YulIdentifier", - "src": "7712:11:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "7692:10:44", - "nodeType": "YulIdentifier", - "src": "7692:10:44" - }, - { - "kind": "number", - "nativeSrc": "7704:4:44", - "nodeType": "YulLiteral", - "src": "7704:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "7689:2:44", - "nodeType": "YulIdentifier", - "src": "7689:2:44" - }, - "nativeSrc": "7689:20:44", - "nodeType": "YulFunctionCall", - "src": "7689:20:44" - }, - "nativeSrc": "7686:47:44", - "nodeType": "YulIf", - "src": "7686:47:44" - }, - { - "nativeSrc": "7746:41:44", - "nodeType": "YulVariableDeclaration", - "src": "7746:41:44", - "value": { - "arguments": [ - { - "name": "data", - "nativeSrc": "7760:4:44", - "nodeType": "YulIdentifier", - "src": "7760:4:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7770:1:44", - "nodeType": "YulLiteral", - "src": "7770:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "name": "len", - "nativeSrc": "7777:3:44", - "nodeType": "YulIdentifier", - "src": "7777:3:44" - }, - { - "kind": "number", - "nativeSrc": "7782:2:44", - "nodeType": "YulLiteral", - "src": "7782:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7773:3:44", - "nodeType": "YulIdentifier", - "src": "7773:3:44" - }, - "nativeSrc": "7773:12:44", - "nodeType": "YulFunctionCall", - "src": "7773:12:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "7766:3:44", - "nodeType": "YulIdentifier", - "src": "7766:3:44" - }, - "nativeSrc": "7766:20:44", - "nodeType": "YulFunctionCall", - "src": "7766:20:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7756:3:44", - "nodeType": "YulIdentifier", - "src": "7756:3:44" - }, - "nativeSrc": "7756:31:44", - "nodeType": "YulFunctionCall", - "src": "7756:31:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "7750:2:44", - "nodeType": "YulTypedName", - "src": "7750:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "7800:24:44", - "nodeType": "YulVariableDeclaration", - "src": "7800:24:44", - "value": { - "name": "deleteStart", - "nativeSrc": "7813:11:44", - "nodeType": "YulIdentifier", - "src": "7813:11:44" - }, - "variables": [ - { - "name": "start", - "nativeSrc": "7804:5:44", - "nodeType": "YulTypedName", - "src": "7804:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7898:20:44", - "nodeType": "YulBlock", - "src": "7898:20:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "start", - "nativeSrc": "7907:5:44", - "nodeType": "YulIdentifier", - "src": "7907:5:44" - }, - { - "kind": "number", - "nativeSrc": "7914:1:44", - "nodeType": "YulLiteral", - "src": "7914:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "7900:6:44", - "nodeType": "YulIdentifier", - "src": "7900:6:44" - }, - "nativeSrc": "7900:16:44", - "nodeType": "YulFunctionCall", - "src": "7900:16:44" - }, - "nativeSrc": "7900:16:44", - "nodeType": "YulExpressionStatement", - "src": "7900:16:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "start", - "nativeSrc": "7848:5:44", - "nodeType": "YulIdentifier", - "src": "7848:5:44" - }, - { - "name": "_1", - "nativeSrc": "7855:2:44", - "nodeType": "YulIdentifier", - "src": "7855:2:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "7845:2:44", - "nodeType": "YulIdentifier", - "src": "7845:2:44" - }, - "nativeSrc": "7845:13:44", - "nodeType": "YulFunctionCall", - "src": "7845:13:44" - }, - "nativeSrc": "7837:81:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "7859:26:44", - "nodeType": "YulBlock", - "src": "7859:26:44", - "statements": [ - { - "nativeSrc": "7861:22:44", - "nodeType": "YulAssignment", - "src": "7861:22:44", - "value": { - "arguments": [ - { - "name": "start", - "nativeSrc": "7874:5:44", - "nodeType": "YulIdentifier", - "src": "7874:5:44" - }, - { - "kind": "number", - "nativeSrc": "7881:1:44", - "nodeType": "YulLiteral", - "src": "7881:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7870:3:44", - "nodeType": "YulIdentifier", - "src": "7870:3:44" - }, - "nativeSrc": "7870:13:44", - "nodeType": "YulFunctionCall", - "src": "7870:13:44" - }, - "variableNames": [ - { - "name": "start", - "nativeSrc": "7861:5:44", - "nodeType": "YulIdentifier", - "src": "7861:5:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "7841:3:44", - "nodeType": "YulBlock", - "src": "7841:3:44", - "statements": [] - }, - "src": "7837:81:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "7513:3:44", - "nodeType": "YulIdentifier", - "src": "7513:3:44" - }, - { - "kind": "number", - "nativeSrc": "7518:2:44", - "nodeType": "YulLiteral", - "src": "7518:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7510:2:44", - "nodeType": "YulIdentifier", - "src": "7510:2:44" - }, - "nativeSrc": "7510:11:44", - "nodeType": "YulFunctionCall", - "src": "7510:11:44" - }, - "nativeSrc": "7507:421:44", - "nodeType": "YulIf", - "src": "7507:421:44" - } - ] - }, - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "7416:518:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "7469:5:44", - "nodeType": "YulTypedName", - "src": "7469:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "7476:3:44", - "nodeType": "YulTypedName", - "src": "7476:3:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "7481:10:44", - "nodeType": "YulTypedName", - "src": "7481:10:44", - "type": "" - } - ], - "src": "7416:518:44" - }, - { - "body": { - "nativeSrc": "8024:81:44", - "nodeType": "YulBlock", - "src": "8024:81:44", - "statements": [ - { - "nativeSrc": "8034:65:44", - "nodeType": "YulAssignment", - "src": "8034:65:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "data", - "nativeSrc": "8049:4:44", - "nodeType": "YulIdentifier", - "src": "8049:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8067:1:44", - "nodeType": "YulLiteral", - "src": "8067:1:44", - "type": "", - "value": "3" - }, - { - "name": "len", - "nativeSrc": "8070:3:44", - "nodeType": "YulIdentifier", - "src": "8070:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "8063:3:44", - "nodeType": "YulIdentifier", - "src": "8063:3:44" - }, - "nativeSrc": "8063:11:44", - "nodeType": "YulFunctionCall", - "src": "8063:11:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8080:1:44", - "nodeType": "YulLiteral", - "src": "8080:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "8076:3:44", - "nodeType": "YulIdentifier", - "src": "8076:3:44" - }, - "nativeSrc": "8076:6:44", - "nodeType": "YulFunctionCall", - "src": "8076:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "8059:3:44", - "nodeType": "YulIdentifier", - "src": "8059:3:44" - }, - "nativeSrc": "8059:24:44", - "nodeType": "YulFunctionCall", - "src": "8059:24:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "8055:3:44", - "nodeType": "YulIdentifier", - "src": "8055:3:44" - }, - "nativeSrc": "8055:29:44", - "nodeType": "YulFunctionCall", - "src": "8055:29:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "8045:3:44", - "nodeType": "YulIdentifier", - "src": "8045:3:44" - }, - "nativeSrc": "8045:40:44", - "nodeType": "YulFunctionCall", - "src": "8045:40:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8091:1:44", - "nodeType": "YulLiteral", - "src": "8091:1:44", - "type": "", - "value": "1" - }, - { - "name": "len", - "nativeSrc": "8094:3:44", - "nodeType": "YulIdentifier", - "src": "8094:3:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "8087:3:44", - "nodeType": "YulIdentifier", - "src": "8087:3:44" - }, - "nativeSrc": "8087:11:44", - "nodeType": "YulFunctionCall", - "src": "8087:11:44" - } - ], - "functionName": { - "name": "or", - "nativeSrc": "8042:2:44", - "nodeType": "YulIdentifier", - "src": "8042:2:44" - }, - "nativeSrc": "8042:57:44", - "nodeType": "YulFunctionCall", - "src": "8042:57:44" - }, - "variableNames": [ - { - "name": "used", - "nativeSrc": "8034:4:44", - "nodeType": "YulIdentifier", - "src": "8034:4:44" - } - ] - } - ] - }, - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "7939:166:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "data", - "nativeSrc": "8001:4:44", - "nodeType": "YulTypedName", - "src": "8001:4:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "8007:3:44", - "nodeType": "YulTypedName", - "src": "8007:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "used", - "nativeSrc": "8015:4:44", - "nodeType": "YulTypedName", - "src": "8015:4:44", - "type": "" - } - ], - "src": "7939:166:44" - }, - { - "body": { - "nativeSrc": "8206:1203:44", - "nodeType": "YulBlock", - "src": "8206:1203:44", - "statements": [ - { - "nativeSrc": "8216:24:44", - "nodeType": "YulVariableDeclaration", - "src": "8216:24:44", - "value": { - "arguments": [ - { - "name": "src", - "nativeSrc": "8236:3:44", - "nodeType": "YulIdentifier", - "src": "8236:3:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8230:5:44", - "nodeType": "YulIdentifier", - "src": "8230:5:44" - }, - "nativeSrc": "8230:10:44", - "nodeType": "YulFunctionCall", - "src": "8230:10:44" - }, - "variables": [ - { - "name": "newLen", - "nativeSrc": "8220:6:44", - "nodeType": "YulTypedName", - "src": "8220:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8283:22:44", - "nodeType": "YulBlock", - "src": "8283:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x41", - "nativeSrc": "8285:16:44", - "nodeType": "YulIdentifier", - "src": "8285:16:44" - }, - "nativeSrc": "8285:18:44", - "nodeType": "YulFunctionCall", - "src": "8285:18:44" - }, - "nativeSrc": "8285:18:44", - "nodeType": "YulExpressionStatement", - "src": "8285:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "8255:6:44", - "nodeType": "YulIdentifier", - "src": "8255:6:44" - }, - { - "kind": "number", - "nativeSrc": "8263:18:44", - "nodeType": "YulLiteral", - "src": "8263:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8252:2:44", - "nodeType": "YulIdentifier", - "src": "8252:2:44" - }, - "nativeSrc": "8252:30:44", - "nodeType": "YulFunctionCall", - "src": "8252:30:44" - }, - "nativeSrc": "8249:56:44", - "nodeType": "YulIf", - "src": "8249:56:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "8358:4:44", - "nodeType": "YulIdentifier", - "src": "8358:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "slot", - "nativeSrc": "8396:4:44", - "nodeType": "YulIdentifier", - "src": "8396:4:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "8390:5:44", - "nodeType": "YulIdentifier", - "src": "8390:5:44" - }, - "nativeSrc": "8390:11:44", - "nodeType": "YulFunctionCall", - "src": "8390:11:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "8364:25:44", - "nodeType": "YulIdentifier", - "src": "8364:25:44" - }, - "nativeSrc": "8364:38:44", - "nodeType": "YulFunctionCall", - "src": "8364:38:44" - }, - { - "name": "newLen", - "nativeSrc": "8404:6:44", - "nodeType": "YulIdentifier", - "src": "8404:6:44" - } - ], - "functionName": { - "name": "clean_up_bytearray_end_slots_string_storage", - "nativeSrc": "8314:43:44", - "nodeType": "YulIdentifier", - "src": "8314:43:44" - }, - "nativeSrc": "8314:97:44", - "nodeType": "YulFunctionCall", - "src": "8314:97:44" - }, - "nativeSrc": "8314:97:44", - "nodeType": "YulExpressionStatement", - "src": "8314:97:44" - }, - { - "nativeSrc": "8420:18:44", - "nodeType": "YulVariableDeclaration", - "src": "8420:18:44", - "value": { - "kind": "number", - "nativeSrc": "8437:1:44", - "nodeType": "YulLiteral", - "src": "8437:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "srcOffset", - "nativeSrc": "8424:9:44", - "nodeType": "YulTypedName", - "src": "8424:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8447:17:44", - "nodeType": "YulAssignment", - "src": "8447:17:44", - "value": { - "kind": "number", - "nativeSrc": "8460:4:44", - "nodeType": "YulLiteral", - "src": "8460:4:44", - "type": "", - "value": "0x20" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "8447:9:44", - "nodeType": "YulIdentifier", - "src": "8447:9:44" - } - ] - }, - { - "cases": [ - { - "body": { - "nativeSrc": "8510:642:44", - "nodeType": "YulBlock", - "src": "8510:642:44", - "statements": [ - { - "nativeSrc": "8524:35:44", - "nodeType": "YulVariableDeclaration", - "src": "8524:35:44", - "value": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "8543:6:44", - "nodeType": "YulIdentifier", - "src": "8543:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8555:2:44", - "nodeType": "YulLiteral", - "src": "8555:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "8551:3:44", - "nodeType": "YulIdentifier", - "src": "8551:3:44" - }, - "nativeSrc": "8551:7:44", - "nodeType": "YulFunctionCall", - "src": "8551:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "8539:3:44", - "nodeType": "YulIdentifier", - "src": "8539:3:44" - }, - "nativeSrc": "8539:20:44", - "nodeType": "YulFunctionCall", - "src": "8539:20:44" - }, - "variables": [ - { - "name": "loopEnd", - "nativeSrc": "8528:7:44", - "nodeType": "YulTypedName", - "src": "8528:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8572:49:44", - "nodeType": "YulVariableDeclaration", - "src": "8572:49:44", - "value": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "8616:4:44", - "nodeType": "YulIdentifier", - "src": "8616:4:44" - } - ], - "functionName": { - "name": "array_dataslot_string_storage", - "nativeSrc": "8586:29:44", - "nodeType": "YulIdentifier", - "src": "8586:29:44" - }, - "nativeSrc": "8586:35:44", - "nodeType": "YulFunctionCall", - "src": "8586:35:44" - }, - "variables": [ - { - "name": "dstPtr", - "nativeSrc": "8576:6:44", - "nodeType": "YulTypedName", - "src": "8576:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8634:10:44", - "nodeType": "YulVariableDeclaration", - "src": "8634:10:44", - "value": { - "kind": "number", - "nativeSrc": "8643:1:44", - "nodeType": "YulLiteral", - "src": "8643:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8638:1:44", - "nodeType": "YulTypedName", - "src": "8638:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8714:165:44", - "nodeType": "YulBlock", - "src": "8714:165:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "8739:6:44", - "nodeType": "YulIdentifier", - "src": "8739:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8757:3:44", - "nodeType": "YulIdentifier", - "src": "8757:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "8762:9:44", - "nodeType": "YulIdentifier", - "src": "8762:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8753:3:44", - "nodeType": "YulIdentifier", - "src": "8753:3:44" - }, - "nativeSrc": "8753:19:44", - "nodeType": "YulFunctionCall", - "src": "8753:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8747:5:44", - "nodeType": "YulIdentifier", - "src": "8747:5:44" - }, - "nativeSrc": "8747:26:44", - "nodeType": "YulFunctionCall", - "src": "8747:26:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "8732:6:44", - "nodeType": "YulIdentifier", - "src": "8732:6:44" - }, - "nativeSrc": "8732:42:44", - "nodeType": "YulFunctionCall", - "src": "8732:42:44" - }, - "nativeSrc": "8732:42:44", - "nodeType": "YulExpressionStatement", - "src": "8732:42:44" - }, - { - "nativeSrc": "8791:24:44", - "nodeType": "YulAssignment", - "src": "8791:24:44", - "value": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "8805:6:44", - "nodeType": "YulIdentifier", - "src": "8805:6:44" - }, - { - "kind": "number", - "nativeSrc": "8813:1:44", - "nodeType": "YulLiteral", - "src": "8813:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8801:3:44", - "nodeType": "YulIdentifier", - "src": "8801:3:44" - }, - "nativeSrc": "8801:14:44", - "nodeType": "YulFunctionCall", - "src": "8801:14:44" - }, - "variableNames": [ - { - "name": "dstPtr", - "nativeSrc": "8791:6:44", - "nodeType": "YulIdentifier", - "src": "8791:6:44" - } - ] - }, - { - "nativeSrc": "8832:33:44", - "nodeType": "YulAssignment", - "src": "8832:33:44", - "value": { - "arguments": [ - { - "name": "srcOffset", - "nativeSrc": "8849:9:44", - "nodeType": "YulIdentifier", - "src": "8849:9:44" - }, - { - "kind": "number", - "nativeSrc": "8860:4:44", - "nodeType": "YulLiteral", - "src": "8860:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8845:3:44", - "nodeType": "YulIdentifier", - "src": "8845:3:44" - }, - "nativeSrc": "8845:20:44", - "nodeType": "YulFunctionCall", - "src": "8845:20:44" - }, - "variableNames": [ - { - "name": "srcOffset", - "nativeSrc": "8832:9:44", - "nodeType": "YulIdentifier", - "src": "8832:9:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8668:1:44", - "nodeType": "YulIdentifier", - "src": "8668:1:44" - }, - { - "name": "loopEnd", - "nativeSrc": "8671:7:44", - "nodeType": "YulIdentifier", - "src": "8671:7:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8665:2:44", - "nodeType": "YulIdentifier", - "src": "8665:2:44" - }, - "nativeSrc": "8665:14:44", - "nodeType": "YulFunctionCall", - "src": "8665:14:44" - }, - "nativeSrc": "8657:222:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8680:21:44", - "nodeType": "YulBlock", - "src": "8680:21:44", - "statements": [ - { - "nativeSrc": "8682:17:44", - "nodeType": "YulAssignment", - "src": "8682:17:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8691:1:44", - "nodeType": "YulIdentifier", - "src": "8691:1:44" - }, - { - "kind": "number", - "nativeSrc": "8694:4:44", - "nodeType": "YulLiteral", - "src": "8694:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8687:3:44", - "nodeType": "YulIdentifier", - "src": "8687:3:44" - }, - "nativeSrc": "8687:12:44", - "nodeType": "YulFunctionCall", - "src": "8687:12:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8682:1:44", - "nodeType": "YulIdentifier", - "src": "8682:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "8661:3:44", - "nodeType": "YulBlock", - "src": "8661:3:44", - "statements": [] - }, - "src": "8657:222:44" - }, - { - "body": { - "nativeSrc": "8927:166:44", - "nodeType": "YulBlock", - "src": "8927:166:44", - "statements": [ - { - "nativeSrc": "8945:43:44", - "nodeType": "YulVariableDeclaration", - "src": "8945:43:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8972:3:44", - "nodeType": "YulIdentifier", - "src": "8972:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "8977:9:44", - "nodeType": "YulIdentifier", - "src": "8977:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8968:3:44", - "nodeType": "YulIdentifier", - "src": "8968:3:44" - }, - "nativeSrc": "8968:19:44", - "nodeType": "YulFunctionCall", - "src": "8968:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8962:5:44", - "nodeType": "YulIdentifier", - "src": "8962:5:44" - }, - "nativeSrc": "8962:26:44", - "nodeType": "YulFunctionCall", - "src": "8962:26:44" - }, - "variables": [ - { - "name": "lastValue", - "nativeSrc": "8949:9:44", - "nodeType": "YulTypedName", - "src": "8949:9:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "dstPtr", - "nativeSrc": "9012:6:44", - "nodeType": "YulIdentifier", - "src": "9012:6:44" - }, - { - "arguments": [ - { - "name": "lastValue", - "nativeSrc": "9024:9:44", - "nodeType": "YulIdentifier", - "src": "9024:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9051:1:44", - "nodeType": "YulLiteral", - "src": "9051:1:44", - "type": "", - "value": "3" - }, - { - "name": "newLen", - "nativeSrc": "9054:6:44", - "nodeType": "YulIdentifier", - "src": "9054:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9047:3:44", - "nodeType": "YulIdentifier", - "src": "9047:3:44" - }, - "nativeSrc": "9047:14:44", - "nodeType": "YulFunctionCall", - "src": "9047:14:44" - }, - { - "kind": "number", - "nativeSrc": "9063:3:44", - "nodeType": "YulLiteral", - "src": "9063:3:44", - "type": "", - "value": "248" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9043:3:44", - "nodeType": "YulIdentifier", - "src": "9043:3:44" - }, - "nativeSrc": "9043:24:44", - "nodeType": "YulFunctionCall", - "src": "9043:24:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9073:1:44", - "nodeType": "YulLiteral", - "src": "9073:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9069:3:44", - "nodeType": "YulIdentifier", - "src": "9069:3:44" - }, - "nativeSrc": "9069:6:44", - "nodeType": "YulFunctionCall", - "src": "9069:6:44" - } - ], - "functionName": { - "name": "shr", - "nativeSrc": "9039:3:44", - "nodeType": "YulIdentifier", - "src": "9039:3:44" - }, - "nativeSrc": "9039:37:44", - "nodeType": "YulFunctionCall", - "src": "9039:37:44" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9035:3:44", - "nodeType": "YulIdentifier", - "src": "9035:3:44" - }, - "nativeSrc": "9035:42:44", - "nodeType": "YulFunctionCall", - "src": "9035:42:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9020:3:44", - "nodeType": "YulIdentifier", - "src": "9020:3:44" - }, - "nativeSrc": "9020:58:44", - "nodeType": "YulFunctionCall", - "src": "9020:58:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "9005:6:44", - "nodeType": "YulIdentifier", - "src": "9005:6:44" - }, - "nativeSrc": "9005:74:44", - "nodeType": "YulFunctionCall", - "src": "9005:74:44" - }, - "nativeSrc": "9005:74:44", - "nodeType": "YulExpressionStatement", - "src": "9005:74:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "loopEnd", - "nativeSrc": "8898:7:44", - "nodeType": "YulIdentifier", - "src": "8898:7:44" - }, - { - "name": "newLen", - "nativeSrc": "8907:6:44", - "nodeType": "YulIdentifier", - "src": "8907:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8895:2:44", - "nodeType": "YulIdentifier", - "src": "8895:2:44" - }, - "nativeSrc": "8895:19:44", - "nodeType": "YulFunctionCall", - "src": "8895:19:44" - }, - "nativeSrc": "8892:201:44", - "nodeType": "YulIf", - "src": "8892:201:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "9113:4:44", - "nodeType": "YulIdentifier", - "src": "9113:4:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9127:1:44", - "nodeType": "YulLiteral", - "src": "9127:1:44", - "type": "", - "value": "1" - }, - { - "name": "newLen", - "nativeSrc": "9130:6:44", - "nodeType": "YulIdentifier", - "src": "9130:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9123:3:44", - "nodeType": "YulIdentifier", - "src": "9123:3:44" - }, - "nativeSrc": "9123:14:44", - "nodeType": "YulFunctionCall", - "src": "9123:14:44" - }, - { - "kind": "number", - "nativeSrc": "9139:1:44", - "nodeType": "YulLiteral", - "src": "9139:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9119:3:44", - "nodeType": "YulIdentifier", - "src": "9119:3:44" - }, - "nativeSrc": "9119:22:44", - "nodeType": "YulFunctionCall", - "src": "9119:22:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "9106:6:44", - "nodeType": "YulIdentifier", - "src": "9106:6:44" - }, - "nativeSrc": "9106:36:44", - "nodeType": "YulFunctionCall", - "src": "9106:36:44" - }, - "nativeSrc": "9106:36:44", - "nodeType": "YulExpressionStatement", - "src": "9106:36:44" - } - ] - }, - "nativeSrc": "8503:649:44", - "nodeType": "YulCase", - "src": "8503:649:44", - "value": { - "kind": "number", - "nativeSrc": "8508:1:44", - "nodeType": "YulLiteral", - "src": "8508:1:44", - "type": "", - "value": "1" - } - }, - { - "body": { - "nativeSrc": "9169:234:44", - "nodeType": "YulBlock", - "src": "9169:234:44", - "statements": [ - { - "nativeSrc": "9183:14:44", - "nodeType": "YulVariableDeclaration", - "src": "9183:14:44", - "value": { - "kind": "number", - "nativeSrc": "9196:1:44", - "nodeType": "YulLiteral", - "src": "9196:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "9187:5:44", - "nodeType": "YulTypedName", - "src": "9187:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9232:67:44", - "nodeType": "YulBlock", - "src": "9232:67:44", - "statements": [ - { - "nativeSrc": "9250:35:44", - "nodeType": "YulAssignment", - "src": "9250:35:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "9269:3:44", - "nodeType": "YulIdentifier", - "src": "9269:3:44" - }, - { - "name": "srcOffset", - "nativeSrc": "9274:9:44", - "nodeType": "YulIdentifier", - "src": "9274:9:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9265:3:44", - "nodeType": "YulIdentifier", - "src": "9265:3:44" - }, - "nativeSrc": "9265:19:44", - "nodeType": "YulFunctionCall", - "src": "9265:19:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9259:5:44", - "nodeType": "YulIdentifier", - "src": "9259:5:44" - }, - "nativeSrc": "9259:26:44", - "nodeType": "YulFunctionCall", - "src": "9259:26:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "9250:5:44", - "nodeType": "YulIdentifier", - "src": "9250:5:44" - } - ] - } - ] - }, - "condition": { - "name": "newLen", - "nativeSrc": "9213:6:44", - "nodeType": "YulIdentifier", - "src": "9213:6:44" - }, - "nativeSrc": "9210:89:44", - "nodeType": "YulIf", - "src": "9210:89:44" - }, - { - "expression": { - "arguments": [ - { - "name": "slot", - "nativeSrc": "9319:4:44", - "nodeType": "YulIdentifier", - "src": "9319:4:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "9378:5:44", - "nodeType": "YulIdentifier", - "src": "9378:5:44" - }, - { - "name": "newLen", - "nativeSrc": "9385:6:44", - "nodeType": "YulIdentifier", - "src": "9385:6:44" - } - ], - "functionName": { - "name": "extract_used_part_and_set_length_of_short_byte_array", - "nativeSrc": "9325:52:44", - "nodeType": "YulIdentifier", - "src": "9325:52:44" - }, - "nativeSrc": "9325:67:44", - "nodeType": "YulFunctionCall", - "src": "9325:67:44" - } - ], - "functionName": { - "name": "sstore", - "nativeSrc": "9312:6:44", - "nodeType": "YulIdentifier", - "src": "9312:6:44" - }, - "nativeSrc": "9312:81:44", - "nodeType": "YulFunctionCall", - "src": "9312:81:44" - }, - "nativeSrc": "9312:81:44", - "nodeType": "YulExpressionStatement", - "src": "9312:81:44" - } - ] - }, - "nativeSrc": "9161:242:44", - "nodeType": "YulCase", - "src": "9161:242:44", - "value": "default" - } - ], - "expression": { - "arguments": [ - { - "name": "newLen", - "nativeSrc": "8483:6:44", - "nodeType": "YulIdentifier", - "src": "8483:6:44" - }, - { - "kind": "number", - "nativeSrc": "8491:2:44", - "nodeType": "YulLiteral", - "src": "8491:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8480:2:44", - "nodeType": "YulIdentifier", - "src": "8480:2:44" - }, - "nativeSrc": "8480:14:44", - "nodeType": "YulFunctionCall", - "src": "8480:14:44" - }, - "nativeSrc": "8473:930:44", - "nodeType": "YulSwitch", - "src": "8473:930:44" - } - ] - }, - "name": "copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage", - "nativeSrc": "8110:1299:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot", - "nativeSrc": "8191:4:44", - "nodeType": "YulTypedName", - "src": "8191:4:44", - "type": "" - }, - { - "name": "src", - "nativeSrc": "8197:3:44", - "nodeType": "YulTypedName", - "src": "8197:3:44", - "type": "" - } - ], - "src": "8110:1299:44" - }, - { - "body": { - "nativeSrc": "9491:84:44", - "nodeType": "YulBlock", - "src": "9491:84:44", - "statements": [ - { - "nativeSrc": "9501:68:44", - "nodeType": "YulAssignment", - "src": "9501:68:44", - "value": { - "arguments": [ - { - "name": "slot_value", - "nativeSrc": "9514:10:44", - "nodeType": "YulIdentifier", - "src": "9514:10:44" - }, - { - "kind": "number", - "nativeSrc": "9526:42:44", - "nodeType": "YulLiteral", - "src": "9526:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9510:3:44", - "nodeType": "YulIdentifier", - "src": "9510:3:44" - }, - "nativeSrc": "9510:59:44", - "nodeType": "YulFunctionCall", - "src": "9510:59:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "9501:5:44", - "nodeType": "YulIdentifier", - "src": "9501:5:44" - } - ] - } - ] - }, - "name": "extract_from_storage_value_offsett_address", - "nativeSrc": "9414:161:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "slot_value", - "nativeSrc": "9466:10:44", - "nodeType": "YulTypedName", - "src": "9466:10:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "9481:5:44", - "nodeType": "YulTypedName", - "src": "9481:5:44", - "type": "" - } - ], - "src": "9414:161:44" - }, - { - "body": { - "nativeSrc": "9766:1023:44", - "nodeType": "YulBlock", - "src": "9766:1023:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9783:9:44", - "nodeType": "YulIdentifier", - "src": "9783:9:44" - }, - { - "name": "value0", - "nativeSrc": "9794:6:44", - "nodeType": "YulIdentifier", - "src": "9794:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9776:6:44", - "nodeType": "YulIdentifier", - "src": "9776:6:44" - }, - "nativeSrc": "9776:25:44", - "nodeType": "YulFunctionCall", - "src": "9776:25:44" - }, - "nativeSrc": "9776:25:44", - "nodeType": "YulExpressionStatement", - "src": "9776:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9821:9:44", - "nodeType": "YulIdentifier", - "src": "9821:9:44" - }, - { - "kind": "number", - "nativeSrc": "9832:2:44", - "nodeType": "YulLiteral", - "src": "9832:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9817:3:44", - "nodeType": "YulIdentifier", - "src": "9817:3:44" - }, - "nativeSrc": "9817:18:44", - "nodeType": "YulFunctionCall", - "src": "9817:18:44" - }, - { - "kind": "number", - "nativeSrc": "9837:2:44", - "nodeType": "YulLiteral", - "src": "9837:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9810:6:44", - "nodeType": "YulIdentifier", - "src": "9810:6:44" - }, - "nativeSrc": "9810:30:44", - "nodeType": "YulFunctionCall", - "src": "9810:30:44" - }, - "nativeSrc": "9810:30:44", - "nodeType": "YulExpressionStatement", - "src": "9810:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9860:9:44", - "nodeType": "YulIdentifier", - "src": "9860:9:44" - }, - { - "kind": "number", - "nativeSrc": "9871:2:44", - "nodeType": "YulLiteral", - "src": "9871:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9856:3:44", - "nodeType": "YulIdentifier", - "src": "9856:3:44" - }, - "nativeSrc": "9856:18:44", - "nodeType": "YulFunctionCall", - "src": "9856:18:44" - }, - { - "kind": "number", - "nativeSrc": "9876:2:44", - "nodeType": "YulLiteral", - "src": "9876:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9849:6:44", - "nodeType": "YulIdentifier", - "src": "9849:6:44" - }, - "nativeSrc": "9849:30:44", - "nodeType": "YulFunctionCall", - "src": "9849:30:44" - }, - "nativeSrc": "9849:30:44", - "nodeType": "YulExpressionStatement", - "src": "9849:30:44" - }, - { - "nativeSrc": "9888:12:44", - "nodeType": "YulVariableDeclaration", - "src": "9888:12:44", - "value": { - "kind": "number", - "nativeSrc": "9899:1:44", - "nodeType": "YulLiteral", - "src": "9899:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "ret", - "nativeSrc": "9892:3:44", - "nodeType": "YulTypedName", - "src": "9892:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9909:30:44", - "nodeType": "YulVariableDeclaration", - "src": "9909:30:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "9932:6:44", - "nodeType": "YulIdentifier", - "src": "9932:6:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "9926:5:44", - "nodeType": "YulIdentifier", - "src": "9926:5:44" - }, - "nativeSrc": "9926:13:44", - "nodeType": "YulFunctionCall", - "src": "9926:13:44" - }, - "variables": [ - { - "name": "slotValue", - "nativeSrc": "9913:9:44", - "nodeType": "YulTypedName", - "src": "9913:9:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9948:50:44", - "nodeType": "YulVariableDeclaration", - "src": "9948:50:44", - "value": { - "arguments": [ - { - "name": "slotValue", - "nativeSrc": "9988:9:44", - "nodeType": "YulIdentifier", - "src": "9988:9:44" - } - ], - "functionName": { - "name": "extract_byte_array_length", - "nativeSrc": "9962:25:44", - "nodeType": "YulIdentifier", - "src": "9962:25:44" - }, - "nativeSrc": "9962:36:44", - "nodeType": "YulFunctionCall", - "src": "9962:36:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9952:6:44", - "nodeType": "YulTypedName", - "src": "9952:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10018:9:44", - "nodeType": "YulIdentifier", - "src": "10018:9:44" - }, - { - "kind": "number", - "nativeSrc": "10029:3:44", - "nodeType": "YulLiteral", - "src": "10029:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10014:3:44", - "nodeType": "YulIdentifier", - "src": "10014:3:44" - }, - "nativeSrc": "10014:19:44", - "nodeType": "YulFunctionCall", - "src": "10014:19:44" - }, - { - "name": "length", - "nativeSrc": "10035:6:44", - "nodeType": "YulIdentifier", - "src": "10035:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10007:6:44", - "nodeType": "YulIdentifier", - "src": "10007:6:44" - }, - "nativeSrc": "10007:35:44", - "nodeType": "YulFunctionCall", - "src": "10007:35:44" - }, - "nativeSrc": "10007:35:44", - "nodeType": "YulExpressionStatement", - "src": "10007:35:44" - }, - { - "cases": [ - { - "body": { - "nativeSrc": "10091:153:44", - "nodeType": "YulBlock", - "src": "10091:153:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10116:9:44", - "nodeType": "YulIdentifier", - "src": "10116:9:44" - }, - { - "kind": "number", - "nativeSrc": "10127:3:44", - "nodeType": "YulLiteral", - "src": "10127:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10112:3:44", - "nodeType": "YulIdentifier", - "src": "10112:3:44" - }, - "nativeSrc": "10112:19:44", - "nodeType": "YulFunctionCall", - "src": "10112:19:44" - }, - { - "arguments": [ - { - "name": "slotValue", - "nativeSrc": "10137:9:44", - "nodeType": "YulIdentifier", - "src": "10137:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10152:3:44", - "nodeType": "YulLiteral", - "src": "10152:3:44", - "type": "", - "value": "255" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "10148:3:44", - "nodeType": "YulIdentifier", - "src": "10148:3:44" - }, - "nativeSrc": "10148:8:44", - "nodeType": "YulFunctionCall", - "src": "10148:8:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10133:3:44", - "nodeType": "YulIdentifier", - "src": "10133:3:44" - }, - "nativeSrc": "10133:24:44", - "nodeType": "YulFunctionCall", - "src": "10133:24:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10105:6:44", - "nodeType": "YulIdentifier", - "src": "10105:6:44" - }, - "nativeSrc": "10105:53:44", - "nodeType": "YulFunctionCall", - "src": "10105:53:44" - }, - "nativeSrc": "10105:53:44", - "nodeType": "YulExpressionStatement", - "src": "10105:53:44" - }, - { - "nativeSrc": "10171:63:44", - "nodeType": "YulAssignment", - "src": "10171:63:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10186:9:44", - "nodeType": "YulIdentifier", - "src": "10186:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10201:1:44", - "nodeType": "YulLiteral", - "src": "10201:1:44", - "type": "", - "value": "5" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "10218:6:44", - "nodeType": "YulIdentifier", - "src": "10218:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10211:6:44", - "nodeType": "YulIdentifier", - "src": "10211:6:44" - }, - "nativeSrc": "10211:14:44", - "nodeType": "YulFunctionCall", - "src": "10211:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10204:6:44", - "nodeType": "YulIdentifier", - "src": "10204:6:44" - }, - "nativeSrc": "10204:22:44", - "nodeType": "YulFunctionCall", - "src": "10204:22:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "10197:3:44", - "nodeType": "YulIdentifier", - "src": "10197:3:44" - }, - "nativeSrc": "10197:30:44", - "nodeType": "YulFunctionCall", - "src": "10197:30:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10182:3:44", - "nodeType": "YulIdentifier", - "src": "10182:3:44" - }, - "nativeSrc": "10182:46:44", - "nodeType": "YulFunctionCall", - "src": "10182:46:44" - }, - { - "kind": "number", - "nativeSrc": "10230:3:44", - "nodeType": "YulLiteral", - "src": "10230:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10178:3:44", - "nodeType": "YulIdentifier", - "src": "10178:3:44" - }, - "nativeSrc": "10178:56:44", - "nodeType": "YulFunctionCall", - "src": "10178:56:44" - }, - "variableNames": [ - { - "name": "ret", - "nativeSrc": "10171:3:44", - "nodeType": "YulIdentifier", - "src": "10171:3:44" - } - ] - } - ] - }, - "nativeSrc": "10084:160:44", - "nodeType": "YulCase", - "src": "10084:160:44", - "value": { - "kind": "number", - "nativeSrc": "10089:1:44", - "nodeType": "YulLiteral", - "src": "10089:1:44", - "type": "", - "value": "0" - } - }, - { - "body": { - "nativeSrc": "10260:348:44", - "nodeType": "YulBlock", - "src": "10260:348:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10281:1:44", - "nodeType": "YulLiteral", - "src": "10281:1:44", - "type": "", - "value": "0" - }, - { - "name": "value1", - "nativeSrc": "10284:6:44", - "nodeType": "YulIdentifier", - "src": "10284:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10274:6:44", - "nodeType": "YulIdentifier", - "src": "10274:6:44" - }, - "nativeSrc": "10274:17:44", - "nodeType": "YulFunctionCall", - "src": "10274:17:44" - }, - "nativeSrc": "10274:17:44", - "nodeType": "YulExpressionStatement", - "src": "10274:17:44" - }, - { - "nativeSrc": "10304:31:44", - "nodeType": "YulVariableDeclaration", - "src": "10304:31:44", - "value": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10329:1:44", - "nodeType": "YulLiteral", - "src": "10329:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10332:2:44", - "nodeType": "YulLiteral", - "src": "10332:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "keccak256", - "nativeSrc": "10319:9:44", - "nodeType": "YulIdentifier", - "src": "10319:9:44" - }, - "nativeSrc": "10319:16:44", - "nodeType": "YulFunctionCall", - "src": "10319:16:44" - }, - "variables": [ - { - "name": "dataPos", - "nativeSrc": "10308:7:44", - "nodeType": "YulTypedName", - "src": "10308:7:44", - "type": "" - } - ] - }, - { - "nativeSrc": "10348:10:44", - "nodeType": "YulVariableDeclaration", - "src": "10348:10:44", - "value": { - "kind": "number", - "nativeSrc": "10357:1:44", - "nodeType": "YulLiteral", - "src": "10357:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "10352:1:44", - "nodeType": "YulTypedName", - "src": "10352:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "10425:126:44", - "nodeType": "YulBlock", - "src": "10425:126:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10458:9:44", - "nodeType": "YulIdentifier", - "src": "10458:9:44" - }, - { - "name": "i", - "nativeSrc": "10469:1:44", - "nodeType": "YulIdentifier", - "src": "10469:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10454:3:44", - "nodeType": "YulIdentifier", - "src": "10454:3:44" - }, - "nativeSrc": "10454:17:44", - "nodeType": "YulFunctionCall", - "src": "10454:17:44" - }, - { - "kind": "number", - "nativeSrc": "10473:3:44", - "nodeType": "YulLiteral", - "src": "10473:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10450:3:44", - "nodeType": "YulIdentifier", - "src": "10450:3:44" - }, - "nativeSrc": "10450:27:44", - "nodeType": "YulFunctionCall", - "src": "10450:27:44" - }, - { - "arguments": [ - { - "name": "dataPos", - "nativeSrc": "10485:7:44", - "nodeType": "YulIdentifier", - "src": "10485:7:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "10479:5:44", - "nodeType": "YulIdentifier", - "src": "10479:5:44" - }, - "nativeSrc": "10479:14:44", - "nodeType": "YulFunctionCall", - "src": "10479:14:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10443:6:44", - "nodeType": "YulIdentifier", - "src": "10443:6:44" - }, - "nativeSrc": "10443:51:44", - "nodeType": "YulFunctionCall", - "src": "10443:51:44" - }, - "nativeSrc": "10443:51:44", - "nodeType": "YulExpressionStatement", - "src": "10443:51:44" - }, - { - "nativeSrc": "10511:26:44", - "nodeType": "YulAssignment", - "src": "10511:26:44", - "value": { - "arguments": [ - { - "name": "dataPos", - "nativeSrc": "10526:7:44", - "nodeType": "YulIdentifier", - "src": "10526:7:44" - }, - { - "kind": "number", - "nativeSrc": "10535:1:44", - "nodeType": "YulLiteral", - "src": "10535:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10522:3:44", - "nodeType": "YulIdentifier", - "src": "10522:3:44" - }, - "nativeSrc": "10522:15:44", - "nodeType": "YulFunctionCall", - "src": "10522:15:44" - }, - "variableNames": [ - { - "name": "dataPos", - "nativeSrc": "10511:7:44", - "nodeType": "YulIdentifier", - "src": "10511:7:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "10382:1:44", - "nodeType": "YulIdentifier", - "src": "10382:1:44" - }, - { - "name": "length", - "nativeSrc": "10385:6:44", - "nodeType": "YulIdentifier", - "src": "10385:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "10379:2:44", - "nodeType": "YulIdentifier", - "src": "10379:2:44" - }, - "nativeSrc": "10379:13:44", - "nodeType": "YulFunctionCall", - "src": "10379:13:44" - }, - "nativeSrc": "10371:180:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "10393:19:44", - "nodeType": "YulBlock", - "src": "10393:19:44", - "statements": [ - { - "nativeSrc": "10395:15:44", - "nodeType": "YulAssignment", - "src": "10395:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "10404:1:44", - "nodeType": "YulIdentifier", - "src": "10404:1:44" - }, - { - "kind": "number", - "nativeSrc": "10407:2:44", - "nodeType": "YulLiteral", - "src": "10407:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10400:3:44", - "nodeType": "YulIdentifier", - "src": "10400:3:44" - }, - "nativeSrc": "10400:10:44", - "nodeType": "YulFunctionCall", - "src": "10400:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "10395:1:44", - "nodeType": "YulIdentifier", - "src": "10395:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "10375:3:44", - "nodeType": "YulBlock", - "src": "10375:3:44", - "statements": [] - }, - "src": "10371:180:44" - }, - { - "nativeSrc": "10564:34:44", - "nodeType": "YulAssignment", - "src": "10564:34:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10579:9:44", - "nodeType": "YulIdentifier", - "src": "10579:9:44" - }, - { - "name": "i", - "nativeSrc": "10590:1:44", - "nodeType": "YulIdentifier", - "src": "10590:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10575:3:44", - "nodeType": "YulIdentifier", - "src": "10575:3:44" - }, - "nativeSrc": "10575:17:44", - "nodeType": "YulFunctionCall", - "src": "10575:17:44" - }, - { - "kind": "number", - "nativeSrc": "10594:3:44", - "nodeType": "YulLiteral", - "src": "10594:3:44", - "type": "", - "value": "160" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10571:3:44", - "nodeType": "YulIdentifier", - "src": "10571:3:44" - }, - "nativeSrc": "10571:27:44", - "nodeType": "YulFunctionCall", - "src": "10571:27:44" - }, - "variableNames": [ - { - "name": "ret", - "nativeSrc": "10564:3:44", - "nodeType": "YulIdentifier", - "src": "10564:3:44" - } - ] - } - ] - }, - "nativeSrc": "10253:355:44", - "nodeType": "YulCase", - "src": "10253:355:44", - "value": { - "kind": "number", - "nativeSrc": "10258:1:44", - "nodeType": "YulLiteral", - "src": "10258:1:44", - "type": "", - "value": "1" - } - } - ], - "expression": { - "arguments": [ - { - "name": "slotValue", - "nativeSrc": "10062:9:44", - "nodeType": "YulIdentifier", - "src": "10062:9:44" - }, - { - "kind": "number", - "nativeSrc": "10073:1:44", - "nodeType": "YulLiteral", - "src": "10073:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10058:3:44", - "nodeType": "YulIdentifier", - "src": "10058:3:44" - }, - "nativeSrc": "10058:17:44", - "nodeType": "YulFunctionCall", - "src": "10058:17:44" - }, - "nativeSrc": "10051:557:44", - "nodeType": "YulSwitch", - "src": "10051:557:44" - }, - { - "nativeSrc": "10617:85:44", - "nodeType": "YulVariableDeclaration", - "src": "10617:85:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10690:6:44", - "nodeType": "YulIdentifier", - "src": "10690:6:44" - }, - { - "kind": "number", - "nativeSrc": "10698:1:44", - "nodeType": "YulLiteral", - "src": "10698:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10686:3:44", - "nodeType": "YulIdentifier", - "src": "10686:3:44" - }, - "nativeSrc": "10686:14:44", - "nodeType": "YulFunctionCall", - "src": "10686:14:44" - } - ], - "functionName": { - "name": "sload", - "nativeSrc": "10680:5:44", - "nodeType": "YulIdentifier", - "src": "10680:5:44" - }, - "nativeSrc": "10680:21:44", - "nodeType": "YulFunctionCall", - "src": "10680:21:44" - } - ], - "functionName": { - "name": "extract_from_storage_value_offsett_address", - "nativeSrc": "10637:42:44", - "nodeType": "YulIdentifier", - "src": "10637:42:44" - }, - "nativeSrc": "10637:65:44", - "nodeType": "YulFunctionCall", - "src": "10637:65:44" - }, - "variables": [ - { - "name": "memberValue0", - "nativeSrc": "10621:12:44", - "nodeType": "YulTypedName", - "src": "10621:12:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "memberValue0", - "nativeSrc": "10730:12:44", - "nodeType": "YulIdentifier", - "src": "10730:12:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10748:9:44", - "nodeType": "YulIdentifier", - "src": "10748:9:44" - }, - { - "kind": "number", - "nativeSrc": "10759:2:44", - "nodeType": "YulLiteral", - "src": "10759:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10744:3:44", - "nodeType": "YulIdentifier", - "src": "10744:3:44" - }, - "nativeSrc": "10744:18:44", - "nodeType": "YulFunctionCall", - "src": "10744:18:44" - } - ], - "functionName": { - "name": "abi_encode_address", - "nativeSrc": "10711:18:44", - "nodeType": "YulIdentifier", - "src": "10711:18:44" - }, - "nativeSrc": "10711:52:44", - "nodeType": "YulFunctionCall", - "src": "10711:52:44" - }, - "nativeSrc": "10711:52:44", - "nodeType": "YulExpressionStatement", - "src": "10711:52:44" - }, - { - "nativeSrc": "10772:11:44", - "nodeType": "YulAssignment", - "src": "10772:11:44", - "value": { - "name": "ret", - "nativeSrc": "10780:3:44", - "nodeType": "YulIdentifier", - "src": "10780:3:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10772:4:44", - "nodeType": "YulIdentifier", - "src": "10772:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_uint256_t_struct$_Application_$12901_storage__to_t_uint256_t_struct$_Application_$12901_memory_ptr__fromStack_reversed", - "nativeSrc": "9580:1209:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9727:9:44", - "nodeType": "YulTypedName", - "src": "9727:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "9738:6:44", - "nodeType": "YulTypedName", - "src": "9738:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9746:6:44", - "nodeType": "YulTypedName", - "src": "9746:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9757:4:44", - "nodeType": "YulTypedName", - "src": "9757:4:44", - "type": "" - } - ], - "src": "9580:1209:44" - }, - { - "body": { - "nativeSrc": "10841:242:44", - "nodeType": "YulBlock", - "src": "10841:242:44", - "statements": [ - { - "body": { - "nativeSrc": "10880:168:44", - "nodeType": "YulBlock", - "src": "10880:168:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10901:1:44", - "nodeType": "YulLiteral", - "src": "10901:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10904:77:44", - "nodeType": "YulLiteral", - "src": "10904:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10894:6:44", - "nodeType": "YulIdentifier", - "src": "10894:6:44" - }, - "nativeSrc": "10894:88:44", - "nodeType": "YulFunctionCall", - "src": "10894:88:44" - }, - "nativeSrc": "10894:88:44", - "nodeType": "YulExpressionStatement", - "src": "10894:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11002:1:44", - "nodeType": "YulLiteral", - "src": "11002:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "11005:4:44", - "nodeType": "YulLiteral", - "src": "11005:4:44", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10995:6:44", - "nodeType": "YulIdentifier", - "src": "10995:6:44" - }, - "nativeSrc": "10995:15:44", - "nodeType": "YulFunctionCall", - "src": "10995:15:44" - }, - "nativeSrc": "10995:15:44", - "nodeType": "YulExpressionStatement", - "src": "10995:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11030:1:44", - "nodeType": "YulLiteral", - "src": "11030:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11033:4:44", - "nodeType": "YulLiteral", - "src": "11033:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11023:6:44", - "nodeType": "YulIdentifier", - "src": "11023:6:44" - }, - "nativeSrc": "11023:15:44", - "nodeType": "YulFunctionCall", - "src": "11023:15:44" - }, - "nativeSrc": "11023:15:44", - "nodeType": "YulExpressionStatement", - "src": "11023:15:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10857:5:44", - "nodeType": "YulIdentifier", - "src": "10857:5:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10868:1:44", - "nodeType": "YulLiteral", - "src": "10868:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "10864:3:44", - "nodeType": "YulIdentifier", - "src": "10864:3:44" - }, - "nativeSrc": "10864:6:44", - "nodeType": "YulFunctionCall", - "src": "10864:6:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "10854:2:44", - "nodeType": "YulIdentifier", - "src": "10854:2:44" - }, - "nativeSrc": "10854:17:44", - "nodeType": "YulFunctionCall", - "src": "10854:17:44" - }, - "nativeSrc": "10851:197:44", - "nodeType": "YulIf", - "src": "10851:197:44" - }, - { - "nativeSrc": "11057:20:44", - "nodeType": "YulAssignment", - "src": "11057:20:44", - "value": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11068:5:44", - "nodeType": "YulIdentifier", - "src": "11068:5:44" - }, - { - "kind": "number", - "nativeSrc": "11075:1:44", - "nodeType": "YulLiteral", - "src": "11075:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11064:3:44", - "nodeType": "YulIdentifier", - "src": "11064:3:44" - }, - "nativeSrc": "11064:13:44", - "nodeType": "YulFunctionCall", - "src": "11064:13:44" - }, - "variableNames": [ - { - "name": "ret", - "nativeSrc": "11057:3:44", - "nodeType": "YulIdentifier", - "src": "11057:3:44" - } - ] - } - ] - }, - "name": "increment_t_uint256", - "nativeSrc": "10794:289:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "10823:5:44", - "nodeType": "YulTypedName", - "src": "10823:5:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "ret", - "nativeSrc": "10833:3:44", - "nodeType": "YulTypedName", - "src": "10833:3:44", - "type": "" - } - ], - "src": "10794:289:44" - }, - { - "body": { - "nativeSrc": "11120:152:44", - "nodeType": "YulBlock", - "src": "11120:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11137:1:44", - "nodeType": "YulLiteral", - "src": "11137:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11140:77:44", - "nodeType": "YulLiteral", - "src": "11140:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11130:6:44", - "nodeType": "YulIdentifier", - "src": "11130:6:44" - }, - "nativeSrc": "11130:88:44", - "nodeType": "YulFunctionCall", - "src": "11130:88:44" - }, - "nativeSrc": "11130:88:44", - "nodeType": "YulExpressionStatement", - "src": "11130:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11234:1:44", - "nodeType": "YulLiteral", - "src": "11234:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "11237:4:44", - "nodeType": "YulLiteral", - "src": "11237:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11227:6:44", - "nodeType": "YulIdentifier", - "src": "11227:6:44" - }, - "nativeSrc": "11227:15:44", - "nodeType": "YulFunctionCall", - "src": "11227:15:44" - }, - "nativeSrc": "11227:15:44", - "nodeType": "YulExpressionStatement", - "src": "11227:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11258:1:44", - "nodeType": "YulLiteral", - "src": "11258:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11261:4:44", - "nodeType": "YulLiteral", - "src": "11261:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11251:6:44", - "nodeType": "YulIdentifier", - "src": "11251:6:44" - }, - "nativeSrc": "11251:15:44", - "nodeType": "YulFunctionCall", - "src": "11251:15:44" - }, - "nativeSrc": "11251:15:44", - "nodeType": "YulExpressionStatement", - "src": "11251:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "11088:184:44", - "nodeType": "YulFunctionDefinition", - "src": "11088:184:44" - }, - { - "body": { - "nativeSrc": "11451:225:44", - "nodeType": "YulBlock", - "src": "11451:225:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11468:9:44", - "nodeType": "YulIdentifier", - "src": "11468:9:44" - }, - { - "kind": "number", - "nativeSrc": "11479:2:44", - "nodeType": "YulLiteral", - "src": "11479:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11461:6:44", - "nodeType": "YulIdentifier", - "src": "11461:6:44" - }, - "nativeSrc": "11461:21:44", - "nodeType": "YulFunctionCall", - "src": "11461:21:44" - }, - "nativeSrc": "11461:21:44", - "nodeType": "YulExpressionStatement", - "src": "11461:21:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11502:9:44", - "nodeType": "YulIdentifier", - "src": "11502:9:44" - }, - { - "kind": "number", - "nativeSrc": "11513:2:44", - "nodeType": "YulLiteral", - "src": "11513:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11498:3:44", - "nodeType": "YulIdentifier", - "src": "11498:3:44" - }, - "nativeSrc": "11498:18:44", - "nodeType": "YulFunctionCall", - "src": "11498:18:44" - }, - { - "kind": "number", - "nativeSrc": "11518:2:44", - "nodeType": "YulLiteral", - "src": "11518:2:44", - "type": "", - "value": "35" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11491:6:44", - "nodeType": "YulIdentifier", - "src": "11491:6:44" - }, - "nativeSrc": "11491:30:44", - "nodeType": "YulFunctionCall", - "src": "11491:30:44" - }, - "nativeSrc": "11491:30:44", - "nodeType": "YulExpressionStatement", - "src": "11491:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11541:9:44", - "nodeType": "YulIdentifier", - "src": "11541:9:44" - }, - { - "kind": "number", - "nativeSrc": "11552:2:44", - "nodeType": "YulLiteral", - "src": "11552:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11537:3:44", - "nodeType": "YulIdentifier", - "src": "11537:3:44" - }, - "nativeSrc": "11537:18:44", - "nodeType": "YulFunctionCall", - "src": "11537:18:44" - }, - { - "hexValue": "4163636f756e74207573656420627920616e6f74686572206170706c69636174", - "kind": "string", - "nativeSrc": "11557:34:44", - "nodeType": "YulLiteral", - "src": "11557:34:44", - "type": "", - "value": "Account used by another applicat" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11530:6:44", - "nodeType": "YulIdentifier", - "src": "11530:6:44" - }, - "nativeSrc": "11530:62:44", - "nodeType": "YulFunctionCall", - "src": "11530:62:44" - }, - "nativeSrc": "11530:62:44", - "nodeType": "YulExpressionStatement", - "src": "11530:62:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11612:9:44", - "nodeType": "YulIdentifier", - "src": "11612:9:44" - }, - { - "kind": "number", - "nativeSrc": "11623:2:44", - "nodeType": "YulLiteral", - "src": "11623:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11608:3:44", - "nodeType": "YulIdentifier", - "src": "11608:3:44" - }, - "nativeSrc": "11608:18:44", - "nodeType": "YulFunctionCall", - "src": "11608:18:44" - }, - { - "hexValue": "696f6e", - "kind": "string", - "nativeSrc": "11628:5:44", - "nodeType": "YulLiteral", - "src": "11628:5:44", - "type": "", - "value": "ion" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "11601:6:44", - "nodeType": "YulIdentifier", - "src": "11601:6:44" - }, - "nativeSrc": "11601:33:44", - "nodeType": "YulFunctionCall", - "src": "11601:33:44" - }, - "nativeSrc": "11601:33:44", - "nodeType": "YulExpressionStatement", - "src": "11601:33:44" - }, - { - "nativeSrc": "11643:27:44", - "nodeType": "YulAssignment", - "src": "11643:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11655:9:44", - "nodeType": "YulIdentifier", - "src": "11655:9:44" - }, - { - "kind": "number", - "nativeSrc": "11666:3:44", - "nodeType": "YulLiteral", - "src": "11666:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11651:3:44", - "nodeType": "YulIdentifier", - "src": "11651:3:44" - }, - "nativeSrc": "11651:19:44", - "nodeType": "YulFunctionCall", - "src": "11651:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "11643:4:44", - "nodeType": "YulIdentifier", - "src": "11643:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "11277:399:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11428:9:44", - "nodeType": "YulTypedName", - "src": "11428:9:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "11442:4:44", - "nodeType": "YulTypedName", - "src": "11442:4:44", - "type": "" - } - ], - "src": "11277:399:44" - }, - { - "body": { - "nativeSrc": "11811:201:44", - "nodeType": "YulBlock", - "src": "11811:201:44", - "statements": [ - { - "body": { - "nativeSrc": "11849:16:44", - "nodeType": "YulBlock", - "src": "11849:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11858:1:44", - "nodeType": "YulLiteral", - "src": "11858:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11861:1:44", - "nodeType": "YulLiteral", - "src": "11861:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11851:6:44", - "nodeType": "YulIdentifier", - "src": "11851:6:44" - }, - "nativeSrc": "11851:12:44", - "nodeType": "YulFunctionCall", - "src": "11851:12:44" - }, - "nativeSrc": "11851:12:44", - "nodeType": "YulExpressionStatement", - "src": "11851:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "11827:10:44", - "nodeType": "YulIdentifier", - "src": "11827:10:44" - }, - { - "name": "endIndex", - "nativeSrc": "11839:8:44", - "nodeType": "YulIdentifier", - "src": "11839:8:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11824:2:44", - "nodeType": "YulIdentifier", - "src": "11824:2:44" - }, - "nativeSrc": "11824:24:44", - "nodeType": "YulFunctionCall", - "src": "11824:24:44" - }, - "nativeSrc": "11821:44:44", - "nodeType": "YulIf", - "src": "11821:44:44" - }, - { - "body": { - "nativeSrc": "11898:16:44", - "nodeType": "YulBlock", - "src": "11898:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11907:1:44", - "nodeType": "YulLiteral", - "src": "11907:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11910:1:44", - "nodeType": "YulLiteral", - "src": "11910:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11900:6:44", - "nodeType": "YulIdentifier", - "src": "11900:6:44" - }, - "nativeSrc": "11900:12:44", - "nodeType": "YulFunctionCall", - "src": "11900:12:44" - }, - "nativeSrc": "11900:12:44", - "nodeType": "YulExpressionStatement", - "src": "11900:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "11880:8:44", - "nodeType": "YulIdentifier", - "src": "11880:8:44" - }, - { - "name": "length", - "nativeSrc": "11890:6:44", - "nodeType": "YulIdentifier", - "src": "11890:6:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11877:2:44", - "nodeType": "YulIdentifier", - "src": "11877:2:44" - }, - "nativeSrc": "11877:20:44", - "nodeType": "YulFunctionCall", - "src": "11877:20:44" - }, - "nativeSrc": "11874:40:44", - "nodeType": "YulIf", - "src": "11874:40:44" - }, - { - "nativeSrc": "11923:36:44", - "nodeType": "YulAssignment", - "src": "11923:36:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11940:6:44", - "nodeType": "YulIdentifier", - "src": "11940:6:44" - }, - { - "name": "startIndex", - "nativeSrc": "11948:10:44", - "nodeType": "YulIdentifier", - "src": "11948:10:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11936:3:44", - "nodeType": "YulIdentifier", - "src": "11936:3:44" - }, - "nativeSrc": "11936:23:44", - "nodeType": "YulFunctionCall", - "src": "11936:23:44" - }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "11923:9:44", - "nodeType": "YulIdentifier", - "src": "11923:9:44" - } - ] - }, - { - "nativeSrc": "11968:38:44", - "nodeType": "YulAssignment", - "src": "11968:38:44", - "value": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "11985:8:44", - "nodeType": "YulIdentifier", - "src": "11985:8:44" - }, - { - "name": "startIndex", - "nativeSrc": "11995:10:44", - "nodeType": "YulIdentifier", - "src": "11995:10:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11981:3:44", - "nodeType": "YulIdentifier", - "src": "11981:3:44" - }, - "nativeSrc": "11981:25:44", - "nodeType": "YulFunctionCall", - "src": "11981:25:44" - }, - "variableNames": [ - { - "name": "lengthOut", - "nativeSrc": "11968:9:44", - "nodeType": "YulIdentifier", - "src": "11968:9:44" - } - ] - } - ] - }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "11681:331:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "11745:6:44", - "nodeType": "YulTypedName", - "src": "11745:6:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "11753:6:44", - "nodeType": "YulTypedName", - "src": "11753:6:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "11761:10:44", - "nodeType": "YulTypedName", - "src": "11761:10:44", - "type": "" - }, - { - "name": "endIndex", - "nativeSrc": "11773:8:44", - "nodeType": "YulTypedName", - "src": "11773:8:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "offsetOut", - "nativeSrc": "11786:9:44", - "nodeType": "YulTypedName", - "src": "11786:9:44", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "11797:9:44", - "nodeType": "YulTypedName", - "src": "11797:9:44", - "type": "" - } - ], - "src": "11681:331:44" - }, - { - "body": { - "nativeSrc": "12117:376:44", - "nodeType": "YulBlock", - "src": "12117:376:44", - "statements": [ - { - "nativeSrc": "12127:29:44", - "nodeType": "YulVariableDeclaration", - "src": "12127:29:44", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "12150:5:44", - "nodeType": "YulIdentifier", - "src": "12150:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "12137:12:44", - "nodeType": "YulIdentifier", - "src": "12137:12:44" - }, - "nativeSrc": "12137:19:44", - "nodeType": "YulFunctionCall", - "src": "12137:19:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "12131:2:44", - "nodeType": "YulTypedName", - "src": "12131:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "12165:84:44", - "nodeType": "YulAssignment", - "src": "12165:84:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "12178:2:44", - "nodeType": "YulIdentifier", - "src": "12178:2:44" - }, - { - "kind": "number", - "nativeSrc": "12182:66:44", - "nodeType": "YulLiteral", - "src": "12182:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12174:3:44", - "nodeType": "YulIdentifier", - "src": "12174:3:44" - }, - "nativeSrc": "12174:75:44", - "nodeType": "YulFunctionCall", - "src": "12174:75:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "12165:5:44", - "nodeType": "YulIdentifier", - "src": "12165:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "12280:207:44", - "nodeType": "YulBlock", - "src": "12280:207:44", - "statements": [ - { - "nativeSrc": "12294:183:44", - "nodeType": "YulAssignment", - "src": "12294:183:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "12311:2:44", - "nodeType": "YulIdentifier", - "src": "12311:2:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12323:1:44", - "nodeType": "YulLiteral", - "src": "12323:1:44", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12330:1:44", - "nodeType": "YulLiteral", - "src": "12330:1:44", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "12333:3:44", - "nodeType": "YulIdentifier", - "src": "12333:3:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12326:3:44", - "nodeType": "YulIdentifier", - "src": "12326:3:44" - }, - "nativeSrc": "12326:11:44", - "nodeType": "YulFunctionCall", - "src": "12326:11:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "12319:3:44", - "nodeType": "YulIdentifier", - "src": "12319:3:44" - }, - "nativeSrc": "12319:19:44", - "nodeType": "YulFunctionCall", - "src": "12319:19:44" - }, - { - "kind": "number", - "nativeSrc": "12340:66:44", - "nodeType": "YulLiteral", - "src": "12340:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "12315:3:44", - "nodeType": "YulIdentifier", - "src": "12315:3:44" - }, - "nativeSrc": "12315:92:44", - "nodeType": "YulFunctionCall", - "src": "12315:92:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12307:3:44", - "nodeType": "YulIdentifier", - "src": "12307:3:44" - }, - "nativeSrc": "12307:101:44", - "nodeType": "YulFunctionCall", - "src": "12307:101:44" - }, - { - "kind": "number", - "nativeSrc": "12410:66:44", - "nodeType": "YulLiteral", - "src": "12410:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12303:3:44", - "nodeType": "YulIdentifier", - "src": "12303:3:44" - }, - "nativeSrc": "12303:174:44", - "nodeType": "YulFunctionCall", - "src": "12303:174:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "12294:5:44", - "nodeType": "YulIdentifier", - "src": "12294:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "12264:3:44", - "nodeType": "YulIdentifier", - "src": "12264:3:44" - }, - { - "kind": "number", - "nativeSrc": "12269:1:44", - "nodeType": "YulLiteral", - "src": "12269:1:44", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "12261:2:44", - "nodeType": "YulIdentifier", - "src": "12261:2:44" - }, - "nativeSrc": "12261:10:44", - "nodeType": "YulFunctionCall", - "src": "12261:10:44" - }, - "nativeSrc": "12258:229:44", - "nodeType": "YulIf", - "src": "12258:229:44" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "12017:476:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "12092:5:44", - "nodeType": "YulTypedName", - "src": "12092:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "12099:3:44", - "nodeType": "YulTypedName", - "src": "12099:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "12107:5:44", - "nodeType": "YulTypedName", - "src": "12107:5:44", - "type": "" - } - ], - "src": "12017:476:44" - }, - { - "body": { - "nativeSrc": "12655:351:44", - "nodeType": "YulBlock", - "src": "12655:351:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12672:9:44", - "nodeType": "YulIdentifier", - "src": "12672:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12687:6:44", - "nodeType": "YulIdentifier", - "src": "12687:6:44" - }, - { - "kind": "number", - "nativeSrc": "12695:42:44", - "nodeType": "YulLiteral", - "src": "12695:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12683:3:44", - "nodeType": "YulIdentifier", - "src": "12683:3:44" - }, - "nativeSrc": "12683:55:44", - "nodeType": "YulFunctionCall", - "src": "12683:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12665:6:44", - "nodeType": "YulIdentifier", - "src": "12665:6:44" - }, - "nativeSrc": "12665:74:44", - "nodeType": "YulFunctionCall", - "src": "12665:74:44" - }, - "nativeSrc": "12665:74:44", - "nodeType": "YulExpressionStatement", - "src": "12665:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12759:9:44", - "nodeType": "YulIdentifier", - "src": "12759:9:44" - }, - { - "kind": "number", - "nativeSrc": "12770:2:44", - "nodeType": "YulLiteral", - "src": "12770:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12755:3:44", - "nodeType": "YulIdentifier", - "src": "12755:3:44" - }, - "nativeSrc": "12755:18:44", - "nodeType": "YulFunctionCall", - "src": "12755:18:44" - }, - { - "kind": "number", - "nativeSrc": "12775:2:44", - "nodeType": "YulLiteral", - "src": "12775:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12748:6:44", - "nodeType": "YulIdentifier", - "src": "12748:6:44" - }, - "nativeSrc": "12748:30:44", - "nodeType": "YulFunctionCall", - "src": "12748:30:44" - }, - "nativeSrc": "12748:30:44", - "nodeType": "YulExpressionStatement", - "src": "12748:30:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12798:9:44", - "nodeType": "YulIdentifier", - "src": "12798:9:44" - }, - { - "kind": "number", - "nativeSrc": "12809:2:44", - "nodeType": "YulLiteral", - "src": "12809:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12794:3:44", - "nodeType": "YulIdentifier", - "src": "12794:3:44" - }, - "nativeSrc": "12794:18:44", - "nodeType": "YulFunctionCall", - "src": "12794:18:44" - }, - { - "name": "value2", - "nativeSrc": "12814:6:44", - "nodeType": "YulIdentifier", - "src": "12814:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12787:6:44", - "nodeType": "YulIdentifier", - "src": "12787:6:44" - }, - "nativeSrc": "12787:34:44", - "nodeType": "YulFunctionCall", - "src": "12787:34:44" - }, - "nativeSrc": "12787:34:44", - "nodeType": "YulExpressionStatement", - "src": "12787:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12847:9:44", - "nodeType": "YulIdentifier", - "src": "12847:9:44" - }, - { - "kind": "number", - "nativeSrc": "12858:2:44", - "nodeType": "YulLiteral", - "src": "12858:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12843:3:44", - "nodeType": "YulIdentifier", - "src": "12843:3:44" - }, - "nativeSrc": "12843:18:44", - "nodeType": "YulFunctionCall", - "src": "12843:18:44" - }, - { - "name": "value1", - "nativeSrc": "12863:6:44", - "nodeType": "YulIdentifier", - "src": "12863:6:44" - }, - { - "name": "value2", - "nativeSrc": "12871:6:44", - "nodeType": "YulIdentifier", - "src": "12871:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "12830:12:44", - "nodeType": "YulIdentifier", - "src": "12830:12:44" - }, - "nativeSrc": "12830:48:44", - "nodeType": "YulFunctionCall", - "src": "12830:48:44" - }, - "nativeSrc": "12830:48:44", - "nodeType": "YulExpressionStatement", - "src": "12830:48:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12902:9:44", - "nodeType": "YulIdentifier", - "src": "12902:9:44" - }, - { - "name": "value2", - "nativeSrc": "12913:6:44", - "nodeType": "YulIdentifier", - "src": "12913:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12898:3:44", - "nodeType": "YulIdentifier", - "src": "12898:3:44" - }, - "nativeSrc": "12898:22:44", - "nodeType": "YulFunctionCall", - "src": "12898:22:44" - }, - { - "kind": "number", - "nativeSrc": "12922:2:44", - "nodeType": "YulLiteral", - "src": "12922:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12894:3:44", - "nodeType": "YulIdentifier", - "src": "12894:3:44" - }, - "nativeSrc": "12894:31:44", - "nodeType": "YulFunctionCall", - "src": "12894:31:44" - }, - { - "kind": "number", - "nativeSrc": "12927:1:44", - "nodeType": "YulLiteral", - "src": "12927:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12887:6:44", - "nodeType": "YulIdentifier", - "src": "12887:6:44" - }, - "nativeSrc": "12887:42:44", - "nodeType": "YulFunctionCall", - "src": "12887:42:44" - }, - "nativeSrc": "12887:42:44", - "nodeType": "YulExpressionStatement", - "src": "12887:42:44" - }, - { - "nativeSrc": "12938:62:44", - "nodeType": "YulAssignment", - "src": "12938:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12954:9:44", - "nodeType": "YulIdentifier", - "src": "12954:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "12973:6:44", - "nodeType": "YulIdentifier", - "src": "12973:6:44" - }, - { - "kind": "number", - "nativeSrc": "12981:2:44", - "nodeType": "YulLiteral", - "src": "12981:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12969:3:44", - "nodeType": "YulIdentifier", - "src": "12969:3:44" - }, - "nativeSrc": "12969:15:44", - "nodeType": "YulFunctionCall", - "src": "12969:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12990:2:44", - "nodeType": "YulLiteral", - "src": "12990:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "12986:3:44", - "nodeType": "YulIdentifier", - "src": "12986:3:44" - }, - "nativeSrc": "12986:7:44", - "nodeType": "YulFunctionCall", - "src": "12986:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12965:3:44", - "nodeType": "YulIdentifier", - "src": "12965:3:44" - }, - "nativeSrc": "12965:29:44", - "nodeType": "YulFunctionCall", - "src": "12965:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12950:3:44", - "nodeType": "YulIdentifier", - "src": "12950:3:44" - }, - "nativeSrc": "12950:45:44", - "nodeType": "YulFunctionCall", - "src": "12950:45:44" - }, - { - "kind": "number", - "nativeSrc": "12997:2:44", - "nodeType": "YulLiteral", - "src": "12997:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12946:3:44", - "nodeType": "YulIdentifier", - "src": "12946:3:44" - }, - "nativeSrc": "12946:54:44", - "nodeType": "YulFunctionCall", - "src": "12946:54:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12938:4:44", - "nodeType": "YulIdentifier", - "src": "12938:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_address_t_bytes_calldata_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "12498:508:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12608:9:44", - "nodeType": "YulTypedName", - "src": "12608:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "12619:6:44", - "nodeType": "YulTypedName", - "src": "12619:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "12627:6:44", - "nodeType": "YulTypedName", - "src": "12627:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12635:6:44", - "nodeType": "YulTypedName", - "src": "12635:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12646:4:44", - "nodeType": "YulTypedName", - "src": "12646:4:44", - "type": "" - } - ], - "src": "12498:508:44" - }, - { - "body": { - "nativeSrc": "13166:333:44", - "nodeType": "YulBlock", - "src": "13166:333:44", - "statements": [ - { - "nativeSrc": "13176:26:44", - "nodeType": "YulAssignment", - "src": "13176:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13188:9:44", - "nodeType": "YulIdentifier", - "src": "13188:9:44" - }, - { - "kind": "number", - "nativeSrc": "13199:2:44", - "nodeType": "YulLiteral", - "src": "13199:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13184:3:44", - "nodeType": "YulIdentifier", - "src": "13184:3:44" - }, - "nativeSrc": "13184:18:44", - "nodeType": "YulFunctionCall", - "src": "13184:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13176:4:44", - "nodeType": "YulIdentifier", - "src": "13176:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13218:9:44", - "nodeType": "YulIdentifier", - "src": "13218:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13233:6:44", - "nodeType": "YulIdentifier", - "src": "13233:6:44" - }, - { - "kind": "number", - "nativeSrc": "13241:42:44", - "nodeType": "YulLiteral", - "src": "13241:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13229:3:44", - "nodeType": "YulIdentifier", - "src": "13229:3:44" - }, - "nativeSrc": "13229:55:44", - "nodeType": "YulFunctionCall", - "src": "13229:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13211:6:44", - "nodeType": "YulIdentifier", - "src": "13211:6:44" - }, - "nativeSrc": "13211:74:44", - "nodeType": "YulFunctionCall", - "src": "13211:74:44" - }, - "nativeSrc": "13211:74:44", - "nodeType": "YulExpressionStatement", - "src": "13211:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13305:9:44", - "nodeType": "YulIdentifier", - "src": "13305:9:44" - }, - { - "kind": "number", - "nativeSrc": "13316:2:44", - "nodeType": "YulLiteral", - "src": "13316:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13301:3:44", - "nodeType": "YulIdentifier", - "src": "13301:3:44" - }, - "nativeSrc": "13301:18:44", - "nodeType": "YulFunctionCall", - "src": "13301:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "13325:6:44", - "nodeType": "YulIdentifier", - "src": "13325:6:44" - }, - { - "kind": "number", - "nativeSrc": "13333:42:44", - "nodeType": "YulLiteral", - "src": "13333:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13321:3:44", - "nodeType": "YulIdentifier", - "src": "13321:3:44" - }, - "nativeSrc": "13321:55:44", - "nodeType": "YulFunctionCall", - "src": "13321:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13294:6:44", - "nodeType": "YulIdentifier", - "src": "13294:6:44" - }, - "nativeSrc": "13294:83:44", - "nodeType": "YulFunctionCall", - "src": "13294:83:44" - }, - "nativeSrc": "13294:83:44", - "nodeType": "YulExpressionStatement", - "src": "13294:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13397:9:44", - "nodeType": "YulIdentifier", - "src": "13397:9:44" - }, - { - "kind": "number", - "nativeSrc": "13408:2:44", - "nodeType": "YulLiteral", - "src": "13408:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13393:3:44", - "nodeType": "YulIdentifier", - "src": "13393:3:44" - }, - "nativeSrc": "13393:18:44", - "nodeType": "YulFunctionCall", - "src": "13393:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "13417:6:44", - "nodeType": "YulIdentifier", - "src": "13417:6:44" - }, - { - "kind": "number", - "nativeSrc": "13425:66:44", - "nodeType": "YulLiteral", - "src": "13425:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13413:3:44", - "nodeType": "YulIdentifier", - "src": "13413:3:44" - }, - "nativeSrc": "13413:79:44", - "nodeType": "YulFunctionCall", - "src": "13413:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13386:6:44", - "nodeType": "YulIdentifier", - "src": "13386:6:44" - }, - "nativeSrc": "13386:107:44", - "nodeType": "YulFunctionCall", - "src": "13386:107:44" - }, - "nativeSrc": "13386:107:44", - "nodeType": "YulExpressionStatement", - "src": "13386:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "13011:488:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13119:9:44", - "nodeType": "YulTypedName", - "src": "13119:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "13130:6:44", - "nodeType": "YulTypedName", - "src": "13130:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "13138:6:44", - "nodeType": "YulTypedName", - "src": "13138:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13146:6:44", - "nodeType": "YulTypedName", - "src": "13146:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13157:4:44", - "nodeType": "YulTypedName", - "src": "13157:4:44", - "type": "" - } - ], - "src": "13011:488:44" - }, - { - "body": { - "nativeSrc": "13641:150:44", - "nodeType": "YulBlock", - "src": "13641:150:44", - "statements": [ - { - "nativeSrc": "13651:27:44", - "nodeType": "YulVariableDeclaration", - "src": "13651:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13671:6:44", - "nodeType": "YulIdentifier", - "src": "13671:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13665:5:44", - "nodeType": "YulIdentifier", - "src": "13665:5:44" - }, - "nativeSrc": "13665:13:44", - "nodeType": "YulFunctionCall", - "src": "13665:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "13655:6:44", - "nodeType": "YulTypedName", - "src": "13655:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13726:6:44", - "nodeType": "YulIdentifier", - "src": "13726:6:44" - }, - { - "kind": "number", - "nativeSrc": "13734:4:44", - "nodeType": "YulLiteral", - "src": "13734:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13722:3:44", - "nodeType": "YulIdentifier", - "src": "13722:3:44" - }, - "nativeSrc": "13722:17:44", - "nodeType": "YulFunctionCall", - "src": "13722:17:44" - }, - { - "name": "pos", - "nativeSrc": "13741:3:44", - "nodeType": "YulIdentifier", - "src": "13741:3:44" - }, - { - "name": "length", - "nativeSrc": "13746:6:44", - "nodeType": "YulIdentifier", - "src": "13746:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "13687:34:44", - "nodeType": "YulIdentifier", - "src": "13687:34:44" - }, - "nativeSrc": "13687:66:44", - "nodeType": "YulFunctionCall", - "src": "13687:66:44" - }, - "nativeSrc": "13687:66:44", - "nodeType": "YulExpressionStatement", - "src": "13687:66:44" - }, - { - "nativeSrc": "13762:23:44", - "nodeType": "YulAssignment", - "src": "13762:23:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13773:3:44", - "nodeType": "YulIdentifier", - "src": "13773:3:44" - }, - { - "name": "length", - "nativeSrc": "13778:6:44", - "nodeType": "YulIdentifier", - "src": "13778:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13769:3:44", - "nodeType": "YulIdentifier", - "src": "13769:3:44" - }, - "nativeSrc": "13769:16:44", - "nodeType": "YulFunctionCall", - "src": "13769:16:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "13762:3:44", - "nodeType": "YulIdentifier", - "src": "13762:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "13504:287:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "13617:3:44", - "nodeType": "YulTypedName", - "src": "13617:3:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13622:6:44", - "nodeType": "YulTypedName", - "src": "13622:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "13633:3:44", - "nodeType": "YulTypedName", - "src": "13633:3:44", - "type": "" - } - ], - "src": "13504:287:44" - }, - { - "body": { - "nativeSrc": "13853:107:44", - "nodeType": "YulBlock", - "src": "13853:107:44", - "statements": [ - { - "nativeSrc": "13863:22:44", - "nodeType": "YulAssignment", - "src": "13863:22:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "13878:6:44", - "nodeType": "YulIdentifier", - "src": "13878:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "13872:5:44", - "nodeType": "YulIdentifier", - "src": "13872:5:44" - }, - "nativeSrc": "13872:13:44", - "nodeType": "YulFunctionCall", - "src": "13872:13:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "13863:5:44", - "nodeType": "YulIdentifier", - "src": "13863:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "13938:16:44", - "nodeType": "YulBlock", - "src": "13938:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13947:1:44", - "nodeType": "YulLiteral", - "src": "13947:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "13950:1:44", - "nodeType": "YulLiteral", - "src": "13950:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "13940:6:44", - "nodeType": "YulIdentifier", - "src": "13940:6:44" - }, - "nativeSrc": "13940:12:44", - "nodeType": "YulFunctionCall", - "src": "13940:12:44" - }, - "nativeSrc": "13940:12:44", - "nodeType": "YulExpressionStatement", - "src": "13940:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "13907:5:44", - "nodeType": "YulIdentifier", - "src": "13907:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "13928:5:44", - "nodeType": "YulIdentifier", - "src": "13928:5:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "13921:6:44", - "nodeType": "YulIdentifier", - "src": "13921:6:44" - }, - "nativeSrc": "13921:13:44", - "nodeType": "YulFunctionCall", - "src": "13921:13:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "13914:6:44", - "nodeType": "YulIdentifier", - "src": "13914:6:44" - }, - "nativeSrc": "13914:21:44", - "nodeType": "YulFunctionCall", - "src": "13914:21:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "13904:2:44", - "nodeType": "YulIdentifier", - "src": "13904:2:44" - }, - "nativeSrc": "13904:32:44", - "nodeType": "YulFunctionCall", - "src": "13904:32:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "13897:6:44", - "nodeType": "YulIdentifier", - "src": "13897:6:44" - }, - "nativeSrc": "13897:40:44", - "nodeType": "YulFunctionCall", - "src": "13897:40:44" - }, - "nativeSrc": "13894:60:44", - "nodeType": "YulIf", - "src": "13894:60:44" - } - ] - }, - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "13796:164:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "13832:6:44", - "nodeType": "YulTypedName", - "src": "13832:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "13843:5:44", - "nodeType": "YulTypedName", - "src": "13843:5:44", - "type": "" - } - ], - "src": "13796:164:44" - }, - { - "body": { - "nativeSrc": "14059:265:44", - "nodeType": "YulBlock", - "src": "14059:265:44", - "statements": [ - { - "body": { - "nativeSrc": "14105:16:44", - "nodeType": "YulBlock", - "src": "14105:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14114:1:44", - "nodeType": "YulLiteral", - "src": "14114:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14117:1:44", - "nodeType": "YulLiteral", - "src": "14117:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14107:6:44", - "nodeType": "YulIdentifier", - "src": "14107:6:44" - }, - "nativeSrc": "14107:12:44", - "nodeType": "YulFunctionCall", - "src": "14107:12:44" - }, - "nativeSrc": "14107:12:44", - "nodeType": "YulExpressionStatement", - "src": "14107:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "14080:7:44", - "nodeType": "YulIdentifier", - "src": "14080:7:44" - }, - { - "name": "headStart", - "nativeSrc": "14089:9:44", - "nodeType": "YulIdentifier", - "src": "14089:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14076:3:44", - "nodeType": "YulIdentifier", - "src": "14076:3:44" - }, - "nativeSrc": "14076:23:44", - "nodeType": "YulFunctionCall", - "src": "14076:23:44" - }, - { - "kind": "number", - "nativeSrc": "14101:2:44", - "nodeType": "YulLiteral", - "src": "14101:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14072:3:44", - "nodeType": "YulIdentifier", - "src": "14072:3:44" - }, - "nativeSrc": "14072:32:44", - "nodeType": "YulFunctionCall", - "src": "14072:32:44" - }, - "nativeSrc": "14069:52:44", - "nodeType": "YulIf", - "src": "14069:52:44" - }, - { - "nativeSrc": "14130:47:44", - "nodeType": "YulAssignment", - "src": "14130:47:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14167:9:44", - "nodeType": "YulIdentifier", - "src": "14167:9:44" - } - ], - "functionName": { - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "14140:26:44", - "nodeType": "YulIdentifier", - "src": "14140:26:44" - }, - "nativeSrc": "14140:37:44", - "nodeType": "YulFunctionCall", - "src": "14140:37:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14130:6:44", - "nodeType": "YulIdentifier", - "src": "14130:6:44" - } - ] - }, - { - "nativeSrc": "14186:38:44", - "nodeType": "YulVariableDeclaration", - "src": "14186:38:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14209:9:44", - "nodeType": "YulIdentifier", - "src": "14209:9:44" - }, - { - "kind": "number", - "nativeSrc": "14220:2:44", - "nodeType": "YulLiteral", - "src": "14220:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14205:3:44", - "nodeType": "YulIdentifier", - "src": "14205:3:44" - }, - "nativeSrc": "14205:18:44", - "nodeType": "YulFunctionCall", - "src": "14205:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "14199:5:44", - "nodeType": "YulIdentifier", - "src": "14199:5:44" - }, - "nativeSrc": "14199:25:44", - "nodeType": "YulFunctionCall", - "src": "14199:25:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "14190:5:44", - "nodeType": "YulTypedName", - "src": "14190:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "14278:16:44", - "nodeType": "YulBlock", - "src": "14278:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14287:1:44", - "nodeType": "YulLiteral", - "src": "14287:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14290:1:44", - "nodeType": "YulLiteral", - "src": "14290:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14280:6:44", - "nodeType": "YulIdentifier", - "src": "14280:6:44" - }, - "nativeSrc": "14280:12:44", - "nodeType": "YulFunctionCall", - "src": "14280:12:44" - }, - "nativeSrc": "14280:12:44", - "nodeType": "YulExpressionStatement", - "src": "14280:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "14246:5:44", - "nodeType": "YulIdentifier", - "src": "14246:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "14257:5:44", - "nodeType": "YulIdentifier", - "src": "14257:5:44" - }, - { - "kind": "number", - "nativeSrc": "14264:10:44", - "nodeType": "YulLiteral", - "src": "14264:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14253:3:44", - "nodeType": "YulIdentifier", - "src": "14253:3:44" - }, - "nativeSrc": "14253:22:44", - "nodeType": "YulFunctionCall", - "src": "14253:22:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "14243:2:44", - "nodeType": "YulIdentifier", - "src": "14243:2:44" - }, - "nativeSrc": "14243:33:44", - "nodeType": "YulFunctionCall", - "src": "14243:33:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "14236:6:44", - "nodeType": "YulIdentifier", - "src": "14236:6:44" - }, - "nativeSrc": "14236:41:44", - "nodeType": "YulFunctionCall", - "src": "14236:41:44" - }, - "nativeSrc": "14233:61:44", - "nodeType": "YulIf", - "src": "14233:61:44" - }, - { - "nativeSrc": "14303:15:44", - "nodeType": "YulAssignment", - "src": "14303:15:44", - "value": { - "name": "value", - "nativeSrc": "14313:5:44", - "nodeType": "YulIdentifier", - "src": "14313:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "14303:6:44", - "nodeType": "YulIdentifier", - "src": "14303:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", - "nativeSrc": "13965:359:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14017:9:44", - "nodeType": "YulTypedName", - "src": "14017:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "14028:7:44", - "nodeType": "YulTypedName", - "src": "14028:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "14040:6:44", - "nodeType": "YulTypedName", - "src": "14040:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "14048:6:44", - "nodeType": "YulTypedName", - "src": "14048:6:44", - "type": "" - } - ], - "src": "13965:359:44" - }, - { - "body": { - "nativeSrc": "14407:124:44", - "nodeType": "YulBlock", - "src": "14407:124:44", - "statements": [ - { - "body": { - "nativeSrc": "14453:16:44", - "nodeType": "YulBlock", - "src": "14453:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14462:1:44", - "nodeType": "YulLiteral", - "src": "14462:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14465:1:44", - "nodeType": "YulLiteral", - "src": "14465:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14455:6:44", - "nodeType": "YulIdentifier", - "src": "14455:6:44" - }, - "nativeSrc": "14455:12:44", - "nodeType": "YulFunctionCall", - "src": "14455:12:44" - }, - "nativeSrc": "14455:12:44", - "nodeType": "YulExpressionStatement", - "src": "14455:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "14428:7:44", - "nodeType": "YulIdentifier", - "src": "14428:7:44" - }, - { - "name": "headStart", - "nativeSrc": "14437:9:44", - "nodeType": "YulIdentifier", - "src": "14437:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14424:3:44", - "nodeType": "YulIdentifier", - "src": "14424:3:44" - }, - "nativeSrc": "14424:23:44", - "nodeType": "YulFunctionCall", - "src": "14424:23:44" - }, - { - "kind": "number", - "nativeSrc": "14449:2:44", - "nodeType": "YulLiteral", - "src": "14449:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14420:3:44", - "nodeType": "YulIdentifier", - "src": "14420:3:44" - }, - "nativeSrc": "14420:32:44", - "nodeType": "YulFunctionCall", - "src": "14420:32:44" - }, - "nativeSrc": "14417:52:44", - "nodeType": "YulIf", - "src": "14417:52:44" - }, - { - "nativeSrc": "14478:47:44", - "nodeType": "YulAssignment", - "src": "14478:47:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14515:9:44", - "nodeType": "YulIdentifier", - "src": "14515:9:44" - } - ], - "functionName": { - "name": "abi_decode_bool_fromMemory", - "nativeSrc": "14488:26:44", - "nodeType": "YulIdentifier", - "src": "14488:26:44" - }, - "nativeSrc": "14488:37:44", - "nodeType": "YulFunctionCall", - "src": "14488:37:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14478:6:44", - "nodeType": "YulIdentifier", - "src": "14478:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bool_fromMemory", - "nativeSrc": "14329:202:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14373:9:44", - "nodeType": "YulTypedName", - "src": "14373:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "14384:7:44", - "nodeType": "YulTypedName", - "src": "14384:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "14396:6:44", - "nodeType": "YulTypedName", - "src": "14396:6:44", - "type": "" - } - ], - "src": "14329:202:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_uint256(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\n }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_address(value, pos)\n {\n mstore(pos, and(value, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_struct_Application(value, pos) -> end\n {\n let memberValue0 := mload(value)\n mstore(pos, 0x40)\n let length := mload(memberValue0)\n mstore(add(pos, 0x40), length)\n copy_memory_to_memory_with_cleanup(add(memberValue0, 0x20), add(pos, 96), length)\n mstore(add(pos, 0x20), and(mload(add(value, 0x20)), 0xffffffffffffffffffffffffffffffffffffffff))\n end := add(add(pos, and(add(length, 31), not(31))), 96)\n }\n function abi_encode_tuple_t_struct$_Application_$12901_memory_ptr__to_t_struct$_Application_$12901_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_struct_Application(value0, add(headStart, 32))\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function allocate_memory_1910() -> memPtr\n {\n memPtr := mload(0x40)\n let newFreePtr := add(memPtr, 0x40)\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(0x40, newFreePtr)\n }\n function allocate_memory(size) -> memPtr\n {\n memPtr := mload(64)\n let newFreePtr := add(memPtr, and(add(size, 31), not(31)))\n if or(gt(newFreePtr, 0xffffffffffffffff), lt(newFreePtr, memPtr)) { panic_error_0x41() }\n mstore(64, newFreePtr)\n }\n function abi_decode_address(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_struct_Application(headStart, end) -> value\n {\n if slt(sub(end, headStart), 0x40) { revert(0, 0) }\n value := allocate_memory_1910()\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if iszero(slt(add(_1, 0x1f), end)) { revert(0, 0) }\n let length := calldataload(_1)\n if gt(length, 0xffffffffffffffff) { panic_error_0x41() }\n let array := allocate_memory(add(and(add(length, 0x1f), not(31)), 0x20))\n mstore(array, length)\n if gt(add(add(_1, length), 0x20), end) { revert(0, 0) }\n calldatacopy(add(array, 0x20), add(_1, 0x20), length)\n mstore(add(add(array, length), 0x20), 0)\n mstore(value, array)\n mstore(add(value, 0x20), abi_decode_address(add(headStart, 0x20)))\n }\n function abi_decode_tuple_t_struct$_Application_$12901_memory_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value0 := abi_decode_struct_Application(add(headStart, offset), dataEnd)\n }\n function abi_decode_tuple_t_uint256t_uint256(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\n let value_1 := 0\n value_1 := calldataload(add(headStart, 32))\n value1 := value_1\n }\n function abi_encode_tuple_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__to_t_array$_t_struct$_Application_$12901_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let tail_2 := add(add(headStart, shl(5, length)), 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(63)))\n tail_2 := abi_encode_struct_Application(mload(srcPtr), tail_2)\n srcPtr := add(srcPtr, 32)\n pos := add(pos, 32)\n }\n tail := tail_2\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_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\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, 0xffffffffffffffffffffffffffffffffffffffff))\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_decode_tuple_t_uint256t_struct$_Application_$12901_memory_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := 0\n value := calldataload(headStart)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n value1 := abi_decode_struct_Application(add(headStart, offset), dataEnd)\n }\n function abi_encode_tuple_t_stringliteral_7e7246bbeef53eee678db9d4e37569f55445370ffc727d5e7654d2e980269a7d__to_t_string_memory_ptr__fromStack_reversed(headStart) -> tail\n {\n mstore(headStart, 32)\n mstore(add(headStart, 32), 26)\n mstore(add(headStart, 64), \"Application does not exist\")\n tail := add(headStart, 96)\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, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x22)\n revert(0, 0x24)\n }\n }\n function abi_encode_tuple_t_stringliteral_27f118f88721369707ed28aa74b13885d0dea3fcb2da89936c114f5e48ee602b__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), \"Address already used for another\")\n mstore(add(headStart, 96), \" application\")\n tail := add(headStart, 128)\n }\n function array_dataslot_string_storage(ptr) -> data\n {\n mstore(0, ptr)\n data := keccak256(0, 0x20)\n }\n function clean_up_bytearray_end_slots_string_storage(array, len, startIndex)\n {\n if gt(len, 31)\n {\n mstore(0, array)\n let data := keccak256(0, 0x20)\n let deleteStart := add(data, shr(5, add(startIndex, 31)))\n if lt(startIndex, 0x20) { deleteStart := data }\n let _1 := add(data, shr(5, add(len, 31)))\n let start := deleteStart\n for { } lt(start, _1) { start := add(start, 1) }\n { sstore(start, 0) }\n }\n }\n function extract_used_part_and_set_length_of_short_byte_array(data, len) -> used\n {\n used := or(and(data, not(shr(shl(3, len), not(0)))), shl(1, len))\n }\n function copy_byte_array_to_storage_from_t_string_memory_ptr_to_t_string_storage(slot, src)\n {\n let newLen := mload(src)\n if gt(newLen, 0xffffffffffffffff) { panic_error_0x41() }\n clean_up_bytearray_end_slots_string_storage(slot, extract_byte_array_length(sload(slot)), newLen)\n let srcOffset := 0\n srcOffset := 0x20\n switch gt(newLen, 31)\n case 1 {\n let loopEnd := and(newLen, not(31))\n let dstPtr := array_dataslot_string_storage(slot)\n let i := 0\n for { } lt(i, loopEnd) { i := add(i, 0x20) }\n {\n sstore(dstPtr, mload(add(src, srcOffset)))\n dstPtr := add(dstPtr, 1)\n srcOffset := add(srcOffset, 0x20)\n }\n if lt(loopEnd, newLen)\n {\n let lastValue := mload(add(src, srcOffset))\n sstore(dstPtr, and(lastValue, not(shr(and(shl(3, newLen), 248), not(0)))))\n }\n sstore(slot, add(shl(1, newLen), 1))\n }\n default {\n let value := 0\n if newLen\n {\n value := mload(add(src, srcOffset))\n }\n sstore(slot, extract_used_part_and_set_length_of_short_byte_array(value, newLen))\n }\n }\n function extract_from_storage_value_offsett_address(slot_value) -> value\n {\n value := and(slot_value, 0xffffffffffffffffffffffffffffffffffffffff)\n }\n function abi_encode_tuple_t_uint256_t_struct$_Application_$12901_storage__to_t_uint256_t_struct$_Application_$12901_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, value0)\n mstore(add(headStart, 32), 64)\n mstore(add(headStart, 64), 64)\n let ret := 0\n let slotValue := sload(value1)\n let length := extract_byte_array_length(slotValue)\n mstore(add(headStart, 128), length)\n switch and(slotValue, 1)\n case 0 {\n mstore(add(headStart, 160), and(slotValue, not(255)))\n ret := add(add(headStart, shl(5, iszero(iszero(length)))), 160)\n }\n case 1 {\n mstore(0, value1)\n let dataPos := keccak256(0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 32) }\n {\n mstore(add(add(headStart, i), 160), sload(dataPos))\n dataPos := add(dataPos, 1)\n }\n ret := add(add(headStart, i), 160)\n }\n let memberValue0 := extract_from_storage_value_offsett_address(sload(add(value1, 1)))\n abi_encode_address(memberValue0, add(headStart, 96))\n tail := ret\n }\n function increment_t_uint256(value) -> ret\n {\n if eq(value, not(0))\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n ret := add(value, 1)\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_stringliteral_12f113d02e6209dcb2610af68ed2d4379c26d10f355777e0cf4b832d071bb7ca__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), \"Account used by another applicat\")\n mstore(add(headStart, 96), \"ion\")\n tail := add(headStart, 128)\n }\n function calldata_array_index_range_access_t_bytes_calldata_ptr(offset, length, startIndex, endIndex) -> offsetOut, lengthOut\n {\n if gt(startIndex, endIndex) { revert(0, 0) }\n if gt(endIndex, length) { revert(0, 0) }\n offsetOut := add(offset, startIndex)\n lengthOut := sub(endIndex, startIndex)\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4(array, len) -> value\n {\n let _1 := calldataload(array)\n value := and(_1, 0xffffffff00000000000000000000000000000000000000000000000000000000)\n if lt(len, 4)\n {\n value := and(and(_1, shl(shl(3, sub(4, len)), 0xffffffff00000000000000000000000000000000000000000000000000000000)), 0xffffffff00000000000000000000000000000000000000000000000000000000)\n }\n }\n function abi_encode_tuple_t_address_t_bytes_calldata_ptr__to_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), 64)\n mstore(add(headStart, 64), value2)\n calldatacopy(add(headStart, 96), value1, value2)\n mstore(add(add(headStart, value2), 96), 0)\n tail := add(add(headStart, and(add(value2, 31), not(31))), 96)\n }\n function abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffff00000000000000000000000000000000000000000000000000000000))\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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_decode_bool_fromMemory(offset) -> value\n {\n value := mload(offset)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_boolt_uint32_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n let value := mload(add(headStart, 32))\n if iszero(eq(value, and(value, 0xffffffff))) { revert(0, 0) }\n value1 := value\n }\n function abi_decode_tuple_t_bool_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_bool_fromMemory(headStart)\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610dc6565b61018c565b6040516100c89190610e4a565b60405180910390f35b6100e46100df366004610fa6565b6102d1565b005b6100f96100f4366004610fe3565b610454565b6040516100c89190611005565b6100e4610114366004610dc6565b6106aa565b6100e461012736600461106a565b6107d1565b610134610864565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e4610187366004611085565b6108a1565b6040805180820190915260608152600060208201526000828152600260205260409020600101546001600160a01b031661020d5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600082815260026020526040908190208151808301909252805482908290610234906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610260906110cc565b80156102ad5780601f10610282576101008083540402835291602001916102ad565b820191906000526020600020905b81548152906001019060200180831161029057829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b6102d9610a81565b6102e6335b600036610ac4565b6020808201516001600160a01b031660009081526003909152604090205460ff161561037a5760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e00000000000000000000000000000000000000006064820152608401610204565b60045460009081526002602052604090208151829190819061039c9082611152565b506020918201516001918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905583830151166000908152600383526040808220805460ff1916909317909255600454808252600290935281902090517fc359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa29261042b929091611211565b60405180910390a160048054906000610443836112c7565b919050555061045160018055565b50565b606060008267ffffffffffffffff81111561047157610471610e64565b6040519080825280602002602001820160405280156104b757816020015b60408051808201909152606081526000602082015281526020019060019003908161048f5790505b5090506000845b84821080156104ce575060045481105b156105f1576000818152600260205260409020600101546001600160a01b0316156105df5760008181526002602052604090819020815180830190925280548290829061051a906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610546906110cc565b80156105935780601f1061056857610100808354040283529160200191610593565b820191906000526020600020905b81548152906001019060200180831161057657829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015283518490849081106105c5576105c56112ee565b602002602001018190525081806105db906112c7565b9250505b806105e9816112c7565b9150506104be565b60008267ffffffffffffffff81111561060c5761060c610e64565b60405190808252806020026020018201604052801561065257816020015b60408051808201909152606081526000602082015281526020019060019003908161062a5790505b50905060005b8381101561069f57848181518110610672576106726112ee565b602002602001015182828151811061068c5761068c6112ee565b6020908102919091010152600101610658565b509695505050505050565b6106b2610a81565b6106bb336102de565b6000818152600260205260409020600101546001600160a01b03166107225760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b600081815260026020818152604080842060018101546001600160a01b0316855260038352818520805460ff1916905593859052919052517f3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c6114314930105929161078891849190611211565b60405180910390a16000818152600260205260408120906107a98282610d78565b50600101805473ffffffffffffffffffffffffffffffffffffffff1916905561045160018055565b60005433906001600160a01b031681146108085760405162d1953b60e31b81526001600160a01b0382166004820152602401610204565b816001600160a01b03163b600003610857576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610204565b61086082610bdd565b5050565b60008054600160a01b900460ff1661087c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b6108a9610a81565b6108b2336102de565b6000828152600260205260409020600101546001600160a01b03166109195760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b6020808201516001600160a01b031660009081526003909152604090205460ff1615806109695750602080820151600084815260029092526040909120600101546001600160a01b039081169116145b6109db5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e00000000000000000000000000000000000000000000000000000000006064820152608401610204565b6000828152600260205260409020815182919081906109fa9082611152565b50602091820151600191909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790556000838152600290915260409081902090517e4e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d5262391610a7091859190611211565b60405180910390a161086060018055565b600260015403610abd576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610afa610adc6000546001600160a01b031690565b8630610aec60046000898b611304565b610af59161132e565b610c3e565b9150915081610bd65763ffffffff811615610bb3576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610b6e90889088908890600401611364565b600060405180830381600087803b158015610b8857600080fd5b505af1158015610b9c573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610bd69050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610204565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610cdb91906113a3565b600060405180830381855afa9150503d8060008114610d16576040519150601f19603f3d011682016040523d82523d6000602084013e610d1b565b606091505b50915091508115610d6d576040815110610d4d5780806020019051810190610d4391906113cf565b9094509250610d6d565b6020815110610d6d5780806020019051810190610d6a919061140f565b93505b505094509492505050565b508054610d84906110cc565b6000825580601f10610d94575050565b601f01602090049060005260206000209081019061045191905b80821115610dc25760008155600101610dae565b5090565b600060208284031215610dd857600080fd5b5035919050565b60005b83811015610dfa578181015183820152602001610de2565b50506000910152565b60008151604084528051806040860152610e24816060870160208501610ddf565b6020938401516001600160a01b0316938501939093525050601f01601f19160160600190565b602081526000610e5d6020830184610e03565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610e9d57610e9d610e64565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610ecc57610ecc610e64565b604052919050565b80356001600160a01b0381168114610eeb57600080fd5b919050565b600060408284031215610f0257600080fd5b610f0a610e7a565b9050813567ffffffffffffffff811115610f2357600080fd5b8201601f81018413610f3457600080fd5b803567ffffffffffffffff811115610f4e57610f4e610e64565b610f61601f8201601f1916602001610ea3565b818152856020838501011115610f7657600080fd5b81602084016020830137600060208383010152808452505050610f9b60208301610ed4565b602082015292915050565b600060208284031215610fb857600080fd5b813567ffffffffffffffff811115610fcf57600080fd5b610fdb84828501610ef0565b949350505050565b60008060408385031215610ff657600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561105e57603f19878603018452611049858351610e03565b9450602093840193919091019060010161102d565b50929695505050505050565b60006020828403121561107c57600080fd5b610e5d82610ed4565b6000806040838503121561109857600080fd5b82359150602083013567ffffffffffffffff8111156110b657600080fd5b6110c285828601610ef0565b9150509250929050565b600181811c908216806110e057607f821691505b60208210810361110057634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561114d57806000526020600020601f840160051c8101602085101561112d5750805b601f840160051c820191505b81811015610bd65760008155600101611139565b505050565b815167ffffffffffffffff81111561116c5761116c610e64565b6111808161117a84546110cc565b84611106565b6020601f8211600181146111b4576000831561119c5750848201515b600019600385901b1c1916600184901b178455610bd6565b600084815260208120601f198516915b828110156111e457878501518255602094850194600190920191016111c4565b50848210156112025786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152604080820152600080835461122f816110cc565b806080860152600182166000811461124e576001811461126a5761129e565b60ff19831660a087015260a082151560051b870101935061129e565b86600052602060002060005b8381101561129557815488820160a00152600190910190602001611276565b870160a0019450505b50505060018401546001600160a01b03166001600160a01b038116606085015250949350505050565b6000600182016112e757634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052603260045260246000fd5b6000808585111561131457600080fd5b8386111561132157600080fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561135d576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516113b5818460208701610ddf565b9190910192915050565b80518015158114610eeb57600080fd5b600080604083850312156113e257600080fd5b6113eb836113bf565b9150602083015163ffffffff8116811461140457600080fd5b809150509250929050565b60006020828403121561142157600080fd5b610e5d826113bf56fea2646970667358221220826e9cf44af0961e15bf7a438dede0db4dcaafa25370f45f962b1ba42f663b7664736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0xA3 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x7A9E5E4B GT PUSH2 0x76 JUMPI DUP1 PUSH4 0xBF7E214F GT PUSH2 0x5B JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x14D JUMPI DUP1 PUSH4 0xCEC9D7DA EQ PUSH2 0x168 JUMPI DUP1 PUSH4 0xECDFE9B4 EQ PUSH2 0x179 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0x119 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0x12C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x1F2F4BFD EQ PUSH2 0xA8 JUMPI DUP1 PUSH4 0x36112A14 EQ PUSH2 0xD1 JUMPI DUP1 PUSH4 0x41702A16 EQ PUSH2 0xE6 JUMPI DUP1 PUSH4 0x7823C1E3 EQ PUSH2 0x106 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xBB PUSH2 0xB6 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC6 JUMP JUMPDEST PUSH2 0x18C JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0xE4A JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xDF CALLDATASIZE PUSH1 0x4 PUSH2 0xFA6 JUMP JUMPDEST PUSH2 0x2D1 JUMP JUMPDEST STOP JUMPDEST PUSH2 0xF9 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0xFE3 JUMP JUMPDEST PUSH2 0x454 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0xC8 SWAP2 SWAP1 PUSH2 0x1005 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x114 CALLDATASIZE PUSH1 0x4 PUSH2 0xDC6 JUMP JUMPDEST PUSH2 0x6AA JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x127 CALLDATASIZE PUSH1 0x4 PUSH2 0x106A JUMP JUMPDEST PUSH2 0x7D1 JUMP JUMPDEST PUSH2 0x134 PUSH2 0x864 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH1 0x0 SLOAD PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH1 0x4 SLOAD PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0xC8 JUMP JUMPDEST PUSH2 0xE4 PUSH2 0x187 CALLDATASIZE PUSH1 0x4 PUSH2 0x1085 JUMP JUMPDEST PUSH2 0x8A1 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x20D JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 DUP2 MLOAD DUP1 DUP4 ADD SWAP1 SWAP3 MSTORE DUP1 SLOAD DUP3 SWAP1 DUP3 SWAP1 PUSH2 0x234 SWAP1 PUSH2 0x10CC 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 0x260 SWAP1 PUSH2 0x10CC JUMP JUMPDEST DUP1 ISZERO PUSH2 0x2AD JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x282 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x2AD 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 0x290 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x20 SWAP1 SWAP2 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x2D9 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x2E6 CALLER JUMPDEST PUSH1 0x0 CALLDATASIZE PUSH2 0xAC4 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO PUSH2 0x37A JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x2C PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4164647265737320616C7265616479207573656420666F7220616E6F74686572 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x206170706C69636174696F6E0000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x4 SLOAD PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP2 MLOAD DUP3 SWAP2 SWAP1 DUP2 SWAP1 PUSH2 0x39C SWAP1 DUP3 PUSH2 0x1152 JUMP JUMPDEST POP PUSH1 0x20 SWAP2 DUP3 ADD MLOAD PUSH1 0x1 SWAP2 DUP3 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP3 DUP4 AND OR SWAP1 SSTORE DUP4 DUP4 ADD MLOAD AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 DUP4 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SWAP4 OR SWAP1 SWAP3 SSTORE PUSH1 0x4 SLOAD DUP1 DUP3 MSTORE PUSH1 0x2 SWAP1 SWAP4 MSTORE DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH32 0xC359E19577116E3FC999C169F12688E8C3569477E68D1D3625B322620E74AFA2 SWAP3 PUSH2 0x42B SWAP3 SWAP1 SWAP2 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x4 DUP1 SLOAD SWAP1 PUSH1 0x0 PUSH2 0x443 DUP4 PUSH2 0x12C7 JUMP JUMPDEST SWAP2 SWAP1 POP SSTORE POP PUSH2 0x451 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x471 JUMPI PUSH2 0x471 PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x4B7 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x48F JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 DUP5 JUMPDEST DUP5 DUP3 LT DUP1 ISZERO PUSH2 0x4CE JUMPI POP PUSH1 0x4 SLOAD DUP2 LT JUMPDEST ISZERO PUSH2 0x5F1 JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND ISZERO PUSH2 0x5DF JUMPI PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 DUP2 MLOAD DUP1 DUP4 ADD SWAP1 SWAP3 MSTORE DUP1 SLOAD DUP3 SWAP1 DUP3 SWAP1 PUSH2 0x51A SWAP1 PUSH2 0x10CC 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 0x546 SWAP1 PUSH2 0x10CC JUMP JUMPDEST DUP1 ISZERO PUSH2 0x593 JUMPI DUP1 PUSH1 0x1F LT PUSH2 0x568 JUMPI PUSH2 0x100 DUP1 DUP4 SLOAD DIV MUL DUP4 MSTORE SWAP2 PUSH1 0x20 ADD SWAP2 PUSH2 0x593 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 0x576 JUMPI DUP3 SWAP1 SUB PUSH1 0x1F AND DUP3 ADD SWAP2 JUMPDEST POP POP POP SWAP2 DUP4 MSTORE POP POP PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x20 SWAP1 SWAP2 ADD MSTORE DUP4 MLOAD DUP5 SWAP1 DUP5 SWAP1 DUP2 LT PUSH2 0x5C5 JUMPI PUSH2 0x5C5 PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD DUP2 SWAP1 MSTORE POP DUP2 DUP1 PUSH2 0x5DB SWAP1 PUSH2 0x12C7 JUMP JUMPDEST SWAP3 POP POP JUMPDEST DUP1 PUSH2 0x5E9 DUP2 PUSH2 0x12C7 JUMP JUMPDEST SWAP2 POP POP PUSH2 0x4BE JUMP JUMPDEST PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x60C JUMPI PUSH2 0x60C PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x652 JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 DUP1 MLOAD DUP1 DUP3 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 DUP2 MSTORE PUSH1 0x0 PUSH1 0x20 DUP3 ADD MSTORE DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0x62A JUMPI SWAP1 POP JUMPDEST POP SWAP1 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x69F JUMPI DUP5 DUP2 DUP2 MLOAD DUP2 LT PUSH2 0x672 JUMPI PUSH2 0x672 PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 MUL PUSH1 0x20 ADD ADD MLOAD DUP3 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x68C JUMPI PUSH2 0x68C PUSH2 0x12EE JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0x658 JUMP JUMPDEST POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH2 0x6B2 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x6BB CALLER PUSH2 0x2DE JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x722 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 DUP2 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH1 0x1 DUP2 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP6 MSTORE PUSH1 0x3 DUP4 MSTORE DUP2 DUP6 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE SWAP4 DUP6 SWAP1 MSTORE SWAP2 SWAP1 MSTORE MLOAD PUSH32 0x3211735CDE349F2A8DD1246DD2853DADB2AE6239B23257E5C611431493010592 SWAP2 PUSH2 0x788 SWAP2 DUP5 SWAP2 SWAP1 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SWAP1 PUSH2 0x7A9 DUP3 DUP3 PUSH2 0xD78 JUMP JUMPDEST POP PUSH1 0x1 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE PUSH2 0x451 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x0 SLOAD CALLER SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 EQ PUSH2 0x808 JUMPI PUSH1 0x40 MLOAD PUSH3 0xD1953B PUSH1 0xE3 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x857 JUMPI PUSH1 0x40 MLOAD PUSH32 0xC2F31E5E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST PUSH2 0x860 DUP3 PUSH2 0xBDD JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH1 0x1 PUSH1 0xA0 SHL SWAP1 DIV PUSH1 0xFF AND PUSH2 0x87C JUMPI POP PUSH1 0x0 SWAP1 JUMP JUMPDEST POP PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 SWAP1 JUMP JUMPDEST PUSH2 0x8A9 PUSH2 0xA81 JUMP JUMPDEST PUSH2 0x8B2 CALLER PUSH2 0x2DE JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x919 JUMPI PUSH1 0x40 MLOAD PUSH3 0x461BCD PUSH1 0xE5 SHL DUP2 MSTORE PUSH1 0x20 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1A PUSH1 0x24 DUP3 ADD MSTORE PUSH32 0x4170706C69636174696F6E20646F6573206E6F74206578697374000000000000 PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x3 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND ISZERO DUP1 PUSH2 0x969 JUMPI POP PUSH1 0x20 DUP1 DUP3 ADD MLOAD PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP3 MSTORE PUSH1 0x40 SWAP1 SWAP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 DUP2 AND SWAP2 AND EQ JUMPDEST PUSH2 0x9DB 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 0x4163636F756E74207573656420627920616E6F74686572206170706C69636174 PUSH1 0x44 DUP3 ADD MSTORE PUSH32 0x696F6E0000000000000000000000000000000000000000000000000000000000 PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x204 JUMP JUMPDEST PUSH1 0x0 DUP3 DUP2 MSTORE PUSH1 0x2 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 DUP2 MLOAD DUP3 SWAP2 SWAP1 DUP2 SWAP1 PUSH2 0x9FA SWAP1 DUP3 PUSH2 0x1152 JUMP JUMPDEST POP PUSH1 0x20 SWAP2 DUP3 ADD MLOAD PUSH1 0x1 SWAP2 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP3 AND SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH1 0x0 DUP4 DUP2 MSTORE PUSH1 0x2 SWAP1 SWAP2 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 SWAP1 MLOAD PUSH31 0x4E95F220A896913974681943A6650CA639B4C9C056108C78FECB2C44D52623 SWAP2 PUSH2 0xA70 SWAP2 DUP6 SWAP2 SWAP1 PUSH2 0x1211 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 PUSH2 0x860 PUSH1 0x1 DUP1 SSTORE JUMP JUMPDEST PUSH1 0x2 PUSH1 0x1 SLOAD SUB PUSH2 0xABD JUMPI PUSH1 0x40 MLOAD PUSH32 0x3EE5AEB500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x2 PUSH1 0x1 SSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0xAFA PUSH2 0xADC PUSH1 0x0 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST DUP7 ADDRESS PUSH2 0xAEC PUSH1 0x4 PUSH1 0x0 DUP10 DUP12 PUSH2 0x1304 JUMP JUMPDEST PUSH2 0xAF5 SWAP2 PUSH2 0x132E JUMP JUMPDEST PUSH2 0xC3E JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0xBD6 JUMPI PUSH4 0xFFFFFFFF DUP2 AND ISZERO PUSH2 0xBB3 JUMPI PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF PUSH1 0xA0 SHL NOT DUP2 AND PUSH1 0x1 PUSH1 0xA0 SHL OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD PUSH32 0x94C7D7EE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND SWAP1 PUSH4 0x94C7D7EE SWAP1 PUSH2 0xB6E SWAP1 DUP9 SWAP1 DUP9 SWAP1 DUP9 SWAP1 PUSH1 0x4 ADD PUSH2 0x1364 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0xB88 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0xB9C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP PUSH1 0x0 DUP1 SLOAD PUSH1 0xFF PUSH1 0xA0 SHL NOT AND SWAP1 SSTORE POP PUSH2 0xBD6 SWAP1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH3 0xD1953B PUSH1 0xE3 SHL DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x204 JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH32 0x2F658B440C35314F52658EA8A740E05B284CDC84DC9AE01E891F21B8933E7CAD SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x24 DUP4 ADD MSTORE DUP4 DUP2 AND PUSH1 0x44 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP4 AND PUSH1 0x64 DUP4 ADD MSTORE PUSH1 0x0 SWAP2 DUP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 DUP10 AND SWAP1 PUSH1 0x84 ADD PUSH1 0x40 DUP1 MLOAD PUSH1 0x1F NOT DUP2 DUP5 SUB ADD DUP2 MSTORE SWAP2 DUP2 MSTORE PUSH1 0x20 DUP3 ADD DUP1 MLOAD PUSH28 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF AND PUSH32 0xB700961300000000000000000000000000000000000000000000000000000000 OR SWAP1 MSTORE MLOAD PUSH2 0xCDB SWAP2 SWAP1 PUSH2 0x13A3 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS STATICCALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0xD16 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 0xD1B JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP DUP2 ISZERO PUSH2 0xD6D JUMPI PUSH1 0x40 DUP2 MLOAD LT PUSH2 0xD4D JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xD43 SWAP2 SWAP1 PUSH2 0x13CF JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0xD6D JUMP JUMPDEST PUSH1 0x20 DUP2 MLOAD LT PUSH2 0xD6D JUMPI DUP1 DUP1 PUSH1 0x20 ADD SWAP1 MLOAD DUP2 ADD SWAP1 PUSH2 0xD6A SWAP2 SWAP1 PUSH2 0x140F JUMP JUMPDEST SWAP4 POP JUMPDEST POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST POP DUP1 SLOAD PUSH2 0xD84 SWAP1 PUSH2 0x10CC JUMP JUMPDEST PUSH1 0x0 DUP3 SSTORE DUP1 PUSH1 0x1F LT PUSH2 0xD94 JUMPI POP POP JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x20 SWAP1 DIV SWAP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 SWAP1 DUP2 ADD SWAP1 PUSH2 0x451 SWAP2 SWAP1 JUMPDEST DUP1 DUP3 GT ISZERO PUSH2 0xDC2 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0xDAE JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xDD8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xDFA JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xDE2 JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 DUP2 MLOAD PUSH1 0x40 DUP5 MSTORE DUP1 MLOAD DUP1 PUSH1 0x40 DUP7 ADD MSTORE PUSH2 0xE24 DUP2 PUSH1 0x60 DUP8 ADD PUSH1 0x20 DUP6 ADD PUSH2 0xDDF JUMP JUMPDEST PUSH1 0x20 SWAP4 DUP5 ADD MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP4 DUP6 ADD SWAP4 SWAP1 SWAP4 MSTORE POP POP PUSH1 0x1F ADD PUSH1 0x1F NOT AND ADD PUSH1 0x60 ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xE5D PUSH1 0x20 DUP4 ADD DUP5 PUSH2 0xE03 JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP1 DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0xE9D JUMPI PUSH2 0xE9D PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND DUP2 ADD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT DUP3 DUP3 LT OR ISZERO PUSH2 0xECC JUMPI PUSH2 0xECC PUSH2 0xE64 JUMP JUMPDEST PUSH1 0x40 MSTORE SWAP2 SWAP1 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xEEB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xF02 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xF0A PUSH2 0xE7A JUMP JUMPDEST SWAP1 POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF23 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH1 0x1F DUP2 ADD DUP5 SGT PUSH2 0xF34 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xF4E JUMPI PUSH2 0xF4E PUSH2 0xE64 JUMP JUMPDEST PUSH2 0xF61 PUSH1 0x1F DUP3 ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD PUSH2 0xEA3 JUMP JUMPDEST DUP2 DUP2 MSTORE DUP6 PUSH1 0x20 DUP4 DUP6 ADD ADD GT ISZERO PUSH2 0xF76 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 PUSH1 0x20 DUP5 ADD PUSH1 0x20 DUP4 ADD CALLDATACOPY PUSH1 0x0 PUSH1 0x20 DUP4 DUP4 ADD ADD MSTORE DUP1 DUP5 MSTORE POP POP POP PUSH2 0xF9B PUSH1 0x20 DUP4 ADD PUSH2 0xED4 JUMP JUMPDEST PUSH1 0x20 DUP3 ADD MSTORE SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xFB8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFCF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xFDB DUP5 DUP3 DUP6 ADD PUSH2 0xEF0 JUMP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xFF6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP1 CALLDATALOAD SWAP3 PUSH1 0x20 SWAP1 SWAP2 ADD CALLDATALOAD SWAP2 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x105E JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE PUSH2 0x1049 DUP6 DUP4 MLOAD PUSH2 0xE03 JUMP JUMPDEST SWAP5 POP PUSH1 0x20 SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x102D JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x107C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE5D DUP3 PUSH2 0xED4 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x1098 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x10B6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x10C2 DUP6 DUP3 DUP7 ADD PUSH2 0xEF0 JUMP JUMPDEST SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x1 DUP2 DUP2 SHR SWAP1 DUP3 AND DUP1 PUSH2 0x10E0 JUMPI PUSH1 0x7F DUP3 AND SWAP2 POP JUMPDEST PUSH1 0x20 DUP3 LT DUP2 SUB PUSH2 0x1100 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x22 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x1F DUP3 GT ISZERO PUSH2 0x114D JUMPI DUP1 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP2 ADD PUSH1 0x20 DUP6 LT ISZERO PUSH2 0x112D JUMPI POP DUP1 JUMPDEST PUSH1 0x1F DUP5 ADD PUSH1 0x5 SHR DUP3 ADD SWAP2 POP JUMPDEST DUP2 DUP2 LT ISZERO PUSH2 0xBD6 JUMPI PUSH1 0x0 DUP2 SSTORE PUSH1 0x1 ADD PUSH2 0x1139 JUMP JUMPDEST POP POP POP JUMP JUMPDEST DUP2 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x116C JUMPI PUSH2 0x116C PUSH2 0xE64 JUMP JUMPDEST PUSH2 0x1180 DUP2 PUSH2 0x117A DUP5 SLOAD PUSH2 0x10CC JUMP JUMPDEST DUP5 PUSH2 0x1106 JUMP JUMPDEST PUSH1 0x20 PUSH1 0x1F DUP3 GT PUSH1 0x1 DUP2 EQ PUSH2 0x11B4 JUMPI PUSH1 0x0 DUP4 ISZERO PUSH2 0x119C JUMPI POP DUP5 DUP3 ADD MLOAD JUMPDEST PUSH1 0x0 NOT PUSH1 0x3 DUP6 SWAP1 SHL SHR NOT AND PUSH1 0x1 DUP5 SWAP1 SHL OR DUP5 SSTORE PUSH2 0xBD6 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP2 MSTORE PUSH1 0x20 DUP2 KECCAK256 PUSH1 0x1F NOT DUP6 AND SWAP2 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x11E4 JUMPI DUP8 DUP6 ADD MLOAD DUP3 SSTORE PUSH1 0x20 SWAP5 DUP6 ADD SWAP5 PUSH1 0x1 SWAP1 SWAP3 ADD SWAP2 ADD PUSH2 0x11C4 JUMP JUMPDEST POP DUP5 DUP3 LT ISZERO PUSH2 0x1202 JUMPI DUP7 DUP5 ADD MLOAD PUSH1 0x0 NOT PUSH1 0x3 DUP8 SWAP1 SHL PUSH1 0xF8 AND SHR NOT AND DUP2 SSTORE JUMPDEST POP POP POP POP PUSH1 0x1 SWAP1 DUP2 SHL ADD SWAP1 SSTORE POP JUMP JUMPDEST DUP3 DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 DUP1 DUP3 ADD MSTORE PUSH1 0x0 DUP1 DUP4 SLOAD PUSH2 0x122F DUP2 PUSH2 0x10CC JUMP JUMPDEST DUP1 PUSH1 0x80 DUP7 ADD MSTORE PUSH1 0x1 DUP3 AND PUSH1 0x0 DUP2 EQ PUSH2 0x124E JUMPI PUSH1 0x1 DUP2 EQ PUSH2 0x126A JUMPI PUSH2 0x129E JUMP JUMPDEST PUSH1 0xFF NOT DUP4 AND PUSH1 0xA0 DUP8 ADD MSTORE PUSH1 0xA0 DUP3 ISZERO ISZERO PUSH1 0x5 SHL DUP8 ADD ADD SWAP4 POP PUSH2 0x129E JUMP JUMPDEST DUP7 PUSH1 0x0 MSTORE PUSH1 0x20 PUSH1 0x0 KECCAK256 PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x1295 JUMPI DUP2 SLOAD DUP9 DUP3 ADD PUSH1 0xA0 ADD MSTORE PUSH1 0x1 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x20 ADD PUSH2 0x1276 JUMP JUMPDEST DUP8 ADD PUSH1 0xA0 ADD SWAP5 POP POP JUMPDEST POP POP POP PUSH1 0x1 DUP5 ADD SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x60 DUP6 ADD MSTORE POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x1 DUP3 ADD PUSH2 0x12E7 JUMPI PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST POP PUSH1 0x1 ADD SWAP1 JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x1314 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x1321 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x135D JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND DUP2 MSTORE PUSH1 0x40 PUSH1 0x20 DUP3 ADD MSTORE DUP2 PUSH1 0x40 DUP3 ADD MSTORE DUP2 DUP4 PUSH1 0x60 DUP4 ADD CALLDATACOPY PUSH1 0x0 DUP2 DUP4 ADD PUSH1 0x60 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP3 ADD PUSH1 0x1F NOT AND ADD ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x13B5 DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0xDDF JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST DUP1 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xEEB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x13E2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x13EB DUP4 PUSH2 0x13BF JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD MLOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x1404 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x1421 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xE5D DUP3 PUSH2 0x13BF JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP3 PUSH15 0x9CF44AF0961E15BF7A438DEDE0DB4D 0xCA 0xAF LOG2 MSTORE8 PUSH17 0xF45F962B1BA42F663B7664736F6C634300 ADDMOD BYTE STOP CALLER ", - "sourceMap": "283:2845:37:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2234:205;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;864:525;;;;;;:::i;:::-;;:::i;:::-;;2447:678;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;1932:294::-;;;;;;:::i;:::-;;:::i;3056:362:16:-;;;;;;:::i;:::-;;:::i;3459:156::-;;;:::i;:::-;;;-1:-1:-1;;;;;;5103:79:44;;;5085:98;;5073:2;5058:18;3459:156:16;4941:248:44;2922:93:16;2972:7;2998:10;2922:93;;-1:-1:-1;;;;;2998:10:16;;;5340:74:44;;5328:2;5313:18;2922:93:16;5194:226:44;752:104:37;831:17;;752:104;;5571:25:44;;;5559:2;5544:18;752:104:37;5425:177:44;1397:527:37;;;;;;:::i;:::-;;:::i;2234:205::-;-1:-1:-1;;;;;;;;;;;;;;;;;674:4:37;698:16;;;:12;:16;;;;;:24;;;-1:-1:-1;;;;;698:24:37;2337:60;;;;-1:-1:-1;;;2337:60:37;;6282:2:44;2337:60:37;;;6264:21:44;6321:2;6301:18;;;6294:30;6360:28;6340:18;;;6333:56;6406:18;;2337:60:37;;;;;;;;;2415:16;;;;:12;:16;;;;;;;2408:23;;;;;;;;;;;;2415:16;;2408:23;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2408:23:37;;;-1:-1:-1;;2408:23:37;;;;;;-1:-1:-1;;;;;2408:23:37;;;;;;;2234:205;-1:-1:-1;;2234:205:37:o;864:525::-;2356:21:25;:19;:21::i;:::-;2824:39:16::1;735:10:24::0;2838:12:16::1;809:14:24::0;;2824:13:16::1;:39::i;:::-;1021:22:37::2;::::0;;::::2;::::0;-1:-1:-1;;;;;1009:35:37::2;;::::0;;;:11:::2;:35:::0;;;;;;;::::2;;1008:36;986:130;;;::::0;-1:-1:-1;;;986:130:37;;7079:2:44;986:130:37::2;::::0;::::2;7061:21:44::0;7118:2;7098:18;;;7091:30;7157:34;7137:18;;;7130:62;7228:14;7208:18;;;7201:42;7260:19;;986:130:37::2;6877:408:44::0;986:130:37::2;1140:17;::::0;1127:31:::2;::::0;;;:12:::2;:31;::::0;;;;:48;;1161:14;;1127:31;;;:48:::2;::::0;:31;:48:::2;:::i;:::-;-1:-1:-1::0;1127:48:37::2;::::0;;::::2;::::0;::::2;::::0;;::::2;::::0;;-1:-1:-1;;1127:48:37::2;-1:-1:-1::0;;;;;1127:48:37;;::::2;;::::0;;1198:22;;::::2;::::0;1186:35:::2;-1:-1:-1::0;1186:35:37;;;:11:::2;:35:::0;;;;;;:42;;-1:-1:-1;;1186:42:37::2;::::0;;::::2;::::0;;;1277:17:::2;::::0;1309:31;;;:12:::2;:31:::0;;;;;;1244:107;;::::2;::::0;::::2;::::0;1277:17;;1244:107:::2;:::i;:::-;;;;;;;;1362:17;:19:::0;;;:17:::2;:19;::::0;::::2;:::i;:::-;;;;;;2398:20:25::0;1713:1;2924:21;;2744:208;2398:20;864:525:37;:::o;2447:678::-;2544:20;2577:27;2625:5;2607:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;2607:24:37;;;;;;;;;;;;;;;-1:-1:-1;2577:54:37;-1:-1:-1;2642:10:37;2680:5;2696:225;2711:5;2703;:13;:42;;;;;2728:17;;2720:5;:25;2703:42;2696:225;;;674:4;698:16;;;:12;:16;;;;;:24;;;-1:-1:-1;;;;;698:24:37;:38;2762:126;;2827:19;;;;:12;:19;;;;;;;2811:35;;;;;;;;;;;;2827:19;;2811:35;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;2811:35:37;;;-1:-1:-1;;2811:35:37;;;;;;-1:-1:-1;;;;;2811:35:37;;;;;;:13;;:6;;2818:5;;2811:13;;;;;;:::i;:::-;;;;;;:35;;;;2865:7;;;;;:::i;:::-;;;;2762:126;2902:7;;;;:::i;:::-;;;;2696:225;;;2933:32;2986:5;2968:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;;;;;;;;;;;;;;;;2968:24:37;;;;;;;;;;;;;;;;2933:59;;3008:6;3003:86;3024:5;3020:1;:9;3003:86;;;3068:6;3075:1;3068:9;;;;;;;;:::i;:::-;;;;;;;3051:11;3063:1;3051:14;;;;;;;;:::i;:::-;;;;;;;;;;:26;3031:3;;3003:86;;;-1:-1:-1;3106:11:37;2447:678;-1:-1:-1;;;;;;2447:678:37:o;1932:294::-;2356:21:25;:19;:21::i;:::-;2824:39:16::1;735:10:24::0;2838:12:16::1;656:96:24::0;2824:39:16::1;674:4:37::0;698:16;;;:12;:16;;;;;:24;;;-1:-1:-1;;;;;698:24:37;2012:60:::2;;;::::0;-1:-1:-1;;;2012:60:37;;6282:2:44;2012:60:37::2;::::0;::::2;6264:21:44::0;6321:2;6301:18;;;6294:30;6360:28;6340:18;;;6333:56;6406:18;;2012:60:37::2;6080:350:44::0;2012:60:37::2;2123:5;2095:16:::0;;;:12:::2;:16;::::0;;;;;;;:24:::2;::::0;::::2;::::0;-1:-1:-1;;;;;2095:24:37::2;2083:37:::0;;:11:::2;:37:::0;;;;;:45;;-1:-1:-1;;2083:45:37::2;::::0;;2167:16;;;;;;;2144:40;::::2;::::0;::::2;::::0;2108:2;;2095:16;2144:40:::2;:::i;:::-;;;;;;;;2202:16;::::0;;;:12:::2;:16;::::0;;;;;2195:23:::2;2202:16:::0;;2195:23:::2;:::i;:::-;-1:-1:-1::0;2195:23:37::2;;::::0;;-1:-1:-1;;2195:23:37::2;::::0;;2398:20:25;1713:1;2924:21;;2744:208;3056:362:16;3125:14;2998:10;735::24;;-1:-1:-1;;;;;2998:10:16;3168:21;;3164:92;;3212:33;;-1:-1:-1;;;3212:33:16;;-1:-1:-1;;;;;5358:55:44;;3212:33:16;;;5340:74:44;5313:18;;3212:33:16;5194:226:44;3164:92:16;3269:12;-1:-1:-1;;;;;3269:24:16;;3297:1;3269:29;3265:110;;3321:43;;;;;-1:-1:-1;;;;;5358:55:44;;3321:43:16;;;5340:74:44;5313:18;;3321:43:16;5194:226:44;3265:110:16;3384:27;3398:12;3384:13;:27::i;:::-;3115:303;3056:362;:::o;3459:156::-;3514:6;3539:18;;-1:-1:-1;;;3539:18:16;;;;:69;;-1:-1:-1;3606:1:16;;3459:156::o;3539:69::-;-1:-1:-1;3560:36:16;;3459:156::o;1397:527:37:-;2356:21:25;:19;:21::i;:::-;2824:39:16::1;735:10:24::0;2838:12:16::1;656:96:24::0;2824:39:16::1;674:4:37::0;698:16;;;:12;:16;;;;;:24;;;-1:-1:-1;;;;;698:24:37;1541:60:::2;;;::::0;-1:-1:-1;;;1541:60:37;;6282:2:44;1541:60:37::2;::::0;::::2;6264:21:44::0;6321:2;6301:18;;;6294:30;6360:28;6340:18;;;6333:56;6406:18;;1541:60:37::2;6080:350:44::0;1541:60:37::2;1647:26;::::0;;::::2;::::0;-1:-1:-1;;;;;1635:39:37::2;;::::0;;;:11:::2;:39:::0;;;;;;;::::2;;1634:40;::::0;:115:::2;;-1:-1:-1::0;1723:26:37::2;::::0;;::::2;::::0;1695:16:::2;::::0;;;:12:::2;:16:::0;;;;;;;:24:::2;;::::0;-1:-1:-1;;;;;1695:24:37;;::::2;:54:::0;::::2;;1634:115;1612:200;;;::::0;-1:-1:-1;;;1612:200:37;;11479:2:44;1612:200:37::2;::::0;::::2;11461:21:44::0;11518:2;11498:18;;;11491:30;11557:34;11537:18;;;11530:62;11628:5;11608:18;;;11601:33;11651:19;;1612:200:37::2;11277:399:44::0;1612:200:37::2;1823:16;::::0;;;:12:::2;:16;::::0;;;;:37;;1842:18;;1823:16;;;:37:::2;::::0;:16;:37:::2;:::i;:::-;-1:-1:-1::0;1823:37:37::2;::::0;;::::2;::::0;::::2;::::0;;;::::2;::::0;;-1:-1:-1;;1823:37:37::2;-1:-1:-1::0;;;;;1823:37:37;;::::2;::::0;;;::::2;::::0;;-1:-1:-1;1899:16:37;;;:12:::2;:16:::0;;;;;;;;1876:40;;::::2;::::0;::::2;::::0;1899:16;;;1876:40:::2;:::i;:::-;;;;;;;;2398:20:25::0;1713:1;2924:21;;2744:208;2431:307;1755:1;2558:7;;:18;2554:86;;2599:30;;;;;;;;;;;;;;2554:86;1755:1;2714:7;:17;2431:307::o;4127:594:16:-;4215:14;4231:12;4247:144;4292:11;2972:7;2998:10;-1:-1:-1;;;;;2998:10:16;;2922:93;4292:11;4317:6;4345:4;4371:9;4378:1;4376;4371:4;;:9;:::i;:::-;4364:17;;;:::i;:::-;4247:31;:144::i;:::-;4214:177;;;;4406:9;4401:314;;4435:9;;;;4431:274;;4464:18;:25;;-1:-1:-1;;;;4464:25:16;;-1:-1:-1;;;4464:25:16;;;;4507:60;;;;;-1:-1:-1;;;;;2998:10:16;;;;4507:46;;:60;;4554:6;;4562:4;;;;4507:60;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;;4606:5:16;4585:26;;-1:-1:-1;;;;4585:26:16;;;-1:-1:-1;4431:274:16;;-1:-1:-1;4431:274:16;;4657:33;;-1:-1:-1;;;4657:33:16;;-1:-1:-1;;;;;5358:55:44;;4657:33:16;;;5340:74:44;5313:18;;4657:33:16;5194:226:44;4431:274:16;4204:517;;4127:594;;;:::o;3803:149::-;3875:10;:25;;-1:-1:-1;;3875:25:16;-1:-1:-1;;;;;3875:25:16;;;;;;;;3915:30;;5340:74:44;;;3915:30:16;;5328:2:44;5313:18;3915:30:16;;;;;;;3803:149;:::o;591:636:17:-;856:62;;-1:-1:-1;;;;;13229:55:44;;;856:62:17;;;13211:74:44;13321:55;;;13301:18;;;13294:83;-1:-1:-1;;;;;;13413:79:44;;13393:18;;;13386:107;746:14:17;;;;;;;;822:20;;;13184:18:44;;856:62:17;;;-1:-1:-1;;856:62:17;;;;;;;;;;;;;;;;;;;;822:106;;;856:62;822:106;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;786:142;;;;942:7;938:248;;;984:4;969;:11;:19;965:211;;1040:4;1029:32;;;;;;;;;;;;:::i;:::-;1008:53;;-1:-1:-1;1008:53:17;-1:-1:-1;965:211:17;;;1101:4;1086;:11;:19;1082:94;;1148:4;1137:24;;;;;;;;;;;;:::i;:::-;1125:36;;1082:94;1195:25;;591:636;;;;;;;:::o;-1:-1:-1:-;;;;;;;:::i;:::-;;;;;;;;;;;:::o;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::o;14:226:44:-;73:6;126:2;114:9;105:7;101:23;97:32;94:52;;;142:1;139;132:12;94:52;-1:-1:-1;187:23:44;;14:226;-1:-1:-1;14:226:44:o;245:250::-;330:1;340:113;354:6;351:1;348:13;340:113;;;430:11;;;424:18;411:11;;;404:39;376:2;369:10;340:113;;;-1:-1:-1;;487:1:44;469:16;;462:27;245:250::o;632:476::-;686:3;730:5;724:12;757:4;752:3;745:17;791:12;785:19;836:6;829:4;824:3;820:14;813:30;852:81;926:6;921:2;916:3;912:12;905:4;891:12;887:23;852:81;:::i;:::-;986:4;975:16;;;969:23;-1:-1:-1;;;;;965:72:44;949:14;;;942:96;;;;-1:-1:-1;;1092:2:44;1071:15;-1:-1:-1;;1067:29:44;1058:39;1099:2;1054:48;;632:476::o;1113:272::-;1302:2;1291:9;1284:21;1265:4;1322:57;1375:2;1364:9;1360:18;1352:6;1322:57;:::i;:::-;1314:65;1113:272;-1:-1:-1;;;1113:272:44:o;1390:184::-;-1:-1:-1;;;1439:1:44;1432:88;1539:4;1536:1;1529:15;1563:4;1560:1;1553:15;1579:257;1651:4;1645:11;;;1683:17;;1730:18;1715:34;;1751:22;;;1712:62;1709:88;;;1777:18;;:::i;:::-;1813:4;1806:24;1579:257;:::o;1841:275::-;1912:2;1906:9;1977:2;1958:13;;-1:-1:-1;;1954:27:44;1942:40;;2012:18;1997:34;;2033:22;;;1994:62;1991:88;;;2059:18;;:::i;:::-;2095:2;2088:22;1841:275;;-1:-1:-1;1841:275:44:o;2121:196::-;2189:20;;-1:-1:-1;;;;;2238:54:44;;2228:65;;2218:93;;2307:1;2304;2297:12;2218:93;2121:196;;;:::o;2322:874::-;2380:5;2428:4;2416:9;2411:3;2407:19;2403:30;2400:50;;;2446:1;2443;2436:12;2400:50;2468:22;;:::i;:::-;2459:31;;2526:9;2513:23;2559:18;2551:6;2548:30;2545:50;;;2591:1;2588;2581:12;2545:50;2614:22;;2667:4;2659:13;;2655:23;-1:-1:-1;2645:51:44;;2692:1;2689;2682:12;2645:51;2732:2;2719:16;2758:18;2750:6;2747:30;2744:56;;;2780:18;;:::i;:::-;2822:59;2869:2;2846:17;;-1:-1:-1;;2842:31:44;2875:4;2838:42;2822:59;:::i;:::-;2904:6;2897:5;2890:21;2954:3;2947:4;2938:6;2934:2;2930:15;2926:26;2923:35;2920:55;;;2971:1;2968;2961:12;2920:55;3030:6;3023:4;3019:2;3015:13;3008:4;3001:5;2997:16;2984:53;3084:1;3077:4;3068:6;3061:5;3057:18;3053:29;3046:40;3109:5;3102;3095:20;;;;3149:40;3183:4;3172:9;3168:20;3149:40;:::i;:::-;3142:4;3135:5;3131:16;3124:66;2322:874;;;;:::o;3201:354::-;3290:6;3343:2;3331:9;3322:7;3318:23;3314:32;3311:52;;;3359:1;3356;3349:12;3311:52;3399:9;3386:23;3432:18;3424:6;3421:30;3418:50;;;3464:1;3461;3454:12;3418:50;3487:62;3541:7;3532:6;3521:9;3517:22;3487:62;:::i;:::-;3477:72;3201:354;-1:-1:-1;;;;3201:354:44:o;3560:346::-;3628:6;3636;3689:2;3677:9;3668:7;3664:23;3660:32;3657:52;;;3705:1;3702;3695:12;3657:52;-1:-1:-1;;3750:23:44;;;3870:2;3855:18;;;3842:32;;-1:-1:-1;3560:346:44:o;3911:834::-;4113:4;4161:2;4150:9;4146:18;4191:2;4180:9;4173:21;4214:6;4249;4243:13;4280:6;4272;4265:22;4318:2;4307:9;4303:18;4296:25;;4380:2;4370:6;4367:1;4363:14;4352:9;4348:30;4344:39;4330:53;;4418:2;4410:6;4406:15;4439:1;4449:267;4463:6;4460:1;4457:13;4449:267;;;4556:2;4552:7;4540:9;4532:6;4528:22;4524:36;4519:3;4512:49;4584:52;4629:6;4620;4614:13;4584:52;:::i;:::-;4574:62;-1:-1:-1;4671:2:44;4694:12;;;;4659:15;;;;;4485:1;4478:9;4449:267;;;-1:-1:-1;4733:6:44;;3911:834;-1:-1:-1;;;;;;3911:834:44:o;4750:186::-;4809:6;4862:2;4850:9;4841:7;4837:23;4833:32;4830:52;;;4878:1;4875;4868:12;4830:52;4901:29;4920:9;4901:29;:::i;5607:468::-;5705:6;5713;5766:2;5754:9;5745:7;5741:23;5737:32;5734:52;;;5782:1;5779;5772:12;5734:52;5827:23;;;-1:-1:-1;5925:2:44;5910:18;;5897:32;5952:18;5941:30;;5938:50;;;5984:1;5981;5974:12;5938:50;6007:62;6061:7;6052:6;6041:9;6037:22;6007:62;:::i;:::-;5997:72;;;5607:468;;;;;:::o;6435:437::-;6514:1;6510:12;;;;6557;;;6578:61;;6632:4;6624:6;6620:17;6610:27;;6578:61;6685:2;6677:6;6674:14;6654:18;6651:38;6648:218;;-1:-1:-1;;;6719:1:44;6712:88;6823:4;6820:1;6813:15;6851:4;6848:1;6841:15;6648:218;;6435:437;;;:::o;7416:518::-;7518:2;7513:3;7510:11;7507:421;;;7554:5;7551:1;7544:16;7598:4;7595:1;7585:18;7668:2;7656:10;7652:19;7649:1;7645:27;7639:4;7635:38;7704:4;7692:10;7689:20;7686:47;;;-1:-1:-1;7727:4:44;7686:47;7782:2;7777:3;7773:12;7770:1;7766:20;7760:4;7756:31;7746:41;;7837:81;7855:2;7848:5;7845:13;7837:81;;;7914:1;7900:16;;7881:1;7870:13;7837:81;;7507:421;7416:518;;;:::o;8110:1299::-;8236:3;8230:10;8263:18;8255:6;8252:30;8249:56;;;8285:18;;:::i;:::-;8314:97;8404:6;8364:38;8396:4;8390:11;8364:38;:::i;:::-;8358:4;8314:97;:::i;:::-;8460:4;8491:2;8480:14;;8508:1;8503:649;;;;9196:1;9213:6;9210:89;;;-1:-1:-1;9265:19:44;;;9259:26;9210:89;-1:-1:-1;;8067:1:44;8063:11;;;8059:24;8055:29;8045:40;8091:1;8087:11;;;8042:57;9312:81;;8473:930;;8503:649;7363:1;7356:14;;;7400:4;7387:18;;-1:-1:-1;;8539:20:44;;;8657:222;8671:7;8668:1;8665:14;8657:222;;;8753:19;;;8747:26;8732:42;;8860:4;8845:20;;;;8813:1;8801:14;;;;8687:12;8657:222;;;8661:3;8907:6;8898:7;8895:19;8892:201;;;8968:19;;;8962:26;-1:-1:-1;;9051:1:44;9047:14;;;9063:3;9043:24;9039:37;9035:42;9020:58;9005:74;;8892:201;-1:-1:-1;;;;9139:1:44;9123:14;;;9119:22;9106:36;;-1:-1:-1;8110:1299:44:o;9580:1209::-;9794:6;9783:9;9776:25;9837:2;9832;9821:9;9817:18;9810:30;9876:2;9871;9860:9;9856:18;9849:30;9757:4;9899:1;9932:6;9926:13;9962:36;9988:9;9962:36;:::i;:::-;10035:6;10029:3;10018:9;10014:19;10007:35;10073:1;10062:9;10058:17;10089:1;10084:160;;;;10258:1;10253:355;;;;10051:557;;10084:160;10152:3;10148:8;10137:9;10133:24;10127:3;10116:9;10112:19;10105:53;10230:3;10218:6;10211:14;10204:22;10201:1;10197:30;10186:9;10182:46;10178:56;10171:63;;10084:160;;10253:355;10284:6;10281:1;10274:17;10332:2;10329:1;10319:16;10357:1;10371:180;10385:6;10382:1;10379:13;10371:180;;;10479:14;;10454:17;;;10473:3;10450:27;10443:51;10535:1;10522:15;;;;10407:2;10400:10;10371:180;;;10575:17;;10594:3;10571:27;;-1:-1:-1;;10051:557:44;-1:-1:-1;;;10698:1:44;10686:14;;10680:21;-1:-1:-1;;;;;9510:59:44;-1:-1:-1;;;;;566:54:44;;10759:2;10744:18;;554:67;-1:-1:-1;10780:3:44;9580:1209;-1:-1:-1;;;;9580:1209:44:o;10794:289::-;10833:3;10854:17;;;10851:197;;-1:-1:-1;;;10901:1:44;10894:88;11005:4;11002:1;10995:15;11033:4;11030:1;11023:15;10851:197;-1:-1:-1;11075:1:44;11064:13;;10794:289::o;11088:184::-;-1:-1:-1;;;11137:1:44;11130:88;11237:4;11234:1;11227:15;11261:4;11258:1;11251:15;11681:331;11786:9;11797;11839:8;11827:10;11824:24;11821:44;;;11861:1;11858;11851:12;11821:44;11890:6;11880:8;11877:20;11874:40;;;11910:1;11907;11900:12;11874:40;-1:-1:-1;;11936:23:44;;;11981:25;;;;;-1:-1:-1;11681:331:44:o;12017:476::-;12137:19;;-1:-1:-1;;;;;;12174:75:44;;;12269:1;12261:10;;12258:229;;;-1:-1:-1;;;;;;12340:66:44;12333:3;12330:1;12326:11;12323:1;12319:19;12315:92;12311:2;12307:101;12303:174;12294:183;;12258:229;;12017:476;;;;:::o;12498:508::-;-1:-1:-1;;;;;12687:6:44;12683:55;12672:9;12665:74;12775:2;12770;12759:9;12755:18;12748:30;12814:6;12809:2;12798:9;12794:18;12787:34;12871:6;12863;12858:2;12847:9;12843:18;12830:48;12927:1;12898:22;;;12922:2;12894:31;;;12887:42;;;;12990:2;12969:15;;;-1:-1:-1;;12965:29:44;12950:45;12946:54;;12498:508;-1:-1:-1;;12498:508:44:o;13504:287::-;13633:3;13671:6;13665:13;13687:66;13746:6;13741:3;13734:4;13726:6;13722:17;13687:66;:::i;:::-;13769:16;;;;;13504:287;-1:-1:-1;;13504:287:44:o;13796:164::-;13872:13;;13921;;13914:21;13904:32;;13894:60;;13950:1;13947;13940:12;13965:359;14040:6;14048;14101:2;14089:9;14080:7;14076:23;14072:32;14069:52;;;14117:1;14114;14107:12;14069:52;14140:37;14167:9;14140:37;:::i;:::-;14130:47;;14220:2;14209:9;14205:18;14199:25;14264:10;14257:5;14253:22;14246:5;14243:33;14233:61;;14290:1;14287;14280:12;14233:61;14313:5;14303:15;;;13965:359;;;;;:::o;14329:202::-;14396:6;14449:2;14437:9;14428:7;14424:23;14420:32;14417:52;;;14465:1;14462;14455:12;14417:52;14488:37;14515:9;14488:37;:::i" - }, - "methodIdentifiers": { - "authority()": "bf7e214f", - "createApplication((string,address))": "36112a14", - "deleteApplication(uint256)": "7823c1e3", - "getApplication(uint256)": "1f2f4bfd", - "getApplications(uint256,uint256)": "41702a16", - "getNextApplicationId()": "cec9d7da", - "isConsumingScheduledOp()": "8fb36037", - "setAuthority(address)": "7a9e5e4b", - "updateApplication(uint256,(string,address))": "ecdfe9b4" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAuthority\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AccessManagedInvalidAuthority\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"name\":\"AccessManagedRequiredDelay\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"AccessManagedUnauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"ReentrancyGuardReentrantCall\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"newApplication\",\"type\":\"tuple\"}],\"name\":\"createApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"deleteApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"getApplication\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"limit\",\"type\":\"uint256\"}],\"name\":\"getApplications\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getNextApplicationId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"setAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"updatedApplication\",\"type\":\"tuple\"}],\"name\":\"updateApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"ReentrancyGuardReentrantCall()\":[{\"details\":\"Unauthorized reentrant call.\"}]},\"events\":{\"AuthorityUpdated(address)\":{\"details\":\"Authority that manages this contract was updated.\"}},\"kind\":\"dev\",\"methods\":{\"authority()\":{\"details\":\"Returns the current authority.\"},\"isConsumingScheduledOp()\":{\"details\":\"Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs attacker controlled calls.\"},\"setAuthority(address)\":{\"details\":\"Transfers control to a new authority. The caller must be the current authority.\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/ApplicationManager.sol\":\"ApplicationManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts/access/manager/AccessManaged.sol\":{\"keccak256\":\"0x137a4c22eb762b1580c632f575868d1f3b764291e58702ebe484fa1cef5447dc\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://0ef14292067a6f91705f6cafcfa136870e6332de4bd36924a8679b4211531234\",\"dweb:/ipfs/QmWEBkKmdmDzaTEFRTNvguuWbD1Z3L8P7XV8bcTAkzc4fr\"]},\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":{\"keccak256\":\"0xb3875997b0d8705e29aa20fee88e1dfef93df438794ae1ad8ba2eb016a4dd4e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9e50192f7c7a22829cacfbd14221c3a3d869da64a2333f330d527777f275d9e\",\"dweb:/ipfs/QmaxMQb26ggDmW3SDwJ8y6hRC8dbWbLMpUZBVzZtXqzycJ\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Context.sol\":{\"keccak256\":\"0x493033a8d1b176a037b2cc6a04dad01a5c157722049bbecf632ca876224dd4b2\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6a708e8a5bdb1011c2c381c9a5cfd8a9a956d7d0a9dc1bd8bcdaf52f76ef2f12\",\"dweb:/ipfs/Qmax9WHBnVsZP46ZxEMNRQpLQnrdE4dK8LehML1Py8FowF\"]},\"@openzeppelin/contracts/utils/ReentrancyGuard.sol\":{\"keccak256\":\"0xf980daa263b661ab8ddee7d4fd833c7da7e7995e2c359ff1f17e67e4112f2236\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7448ab095d6940130bcf76ba47a2eab14148c83119523b93dd89f6d84edd6c02\",\"dweb:/ipfs/QmawrZ4voKQjH3oomXT3Kuheb3Mnmo2VvVpxg8Ne5UJUrd\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]},\"contracts/ApplicationManager.sol\":{\"keccak256\":\"0x71cd61e581fa63a2edd895d2f1b1ccc9939171725f418757ac8a6fa96f79d491\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://b5d4022cabdc8d1ae072388bb7b2451a2dd7dc560b815a787572a9e91bb7e52c\",\"dweb:/ipfs/QmPtocwuqgcL3usYLuQEw1zkmiitKSYFQj4PXnd7hiKUai\"]},\"contracts/IApplicationManager.sol\":{\"keccak256\":\"0x093b9dcefef50cb1f2f1f2df26575888ac5dcf32f05b94c19409fb7dce5ae918\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://ef92262e852a899330e75d2061befaf835c2a186887db98a9c29aa3323d96a9b\",\"dweb:/ipfs/QmSmvsmmyq83PTFixkWkrfgUt5LQDCKEeTd5AVgFt4NnLJ\"]}},\"version\":1}" - } - }, - "contracts/IApplicationManager.sol": { - "IApplicationManager": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationCreated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "indexed": false, - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "ApplicationUpdated", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "createApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "deleteApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - } - ], - "name": "getApplication", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "", - "type": "tuple" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "start", - "type": "uint256" - }, - { - "internalType": "uint256", - "name": "limit", - "type": "uint256" - } - ], - "name": "getApplications", - "outputs": [ - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application[]", - "name": "", - "type": "tuple[]" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "getNextApplicationId", - "outputs": [ - { - "internalType": "uint256", - "name": "", - "type": "uint256" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint256", - "name": "id", - "type": "uint256" - }, - { - "components": [ - { - "internalType": "string", - "name": "name", - "type": "string" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "internalType": "struct IApplicationManager.Application", - "name": "application", - "type": "tuple" - } - ], - "name": "updateApplication", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "createApplication((string,address))": "36112a14", - "deleteApplication(uint256)": "7823c1e3", - "getApplication(uint256)": "1f2f4bfd", - "getApplications(uint256,uint256)": "41702a16", - "getNextApplicationId()": "cec9d7da", - "updateApplication(uint256,(string,address))": "ecdfe9b4" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationCreated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"indexed\":false,\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"ApplicationUpdated\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"createApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"deleteApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"}],\"name\":\"getApplication\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"\",\"type\":\"tuple\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"start\",\"type\":\"uint256\"},{\"internalType\":\"uint256\",\"name\":\"limit\",\"type\":\"uint256\"}],\"name\":\"getApplications\",\"outputs\":[{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application[]\",\"name\":\"\",\"type\":\"tuple[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"getNextApplicationId\",\"outputs\":[{\"internalType\":\"uint256\",\"name\":\"\",\"type\":\"uint256\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint256\",\"name\":\"id\",\"type\":\"uint256\"},{\"components\":[{\"internalType\":\"string\",\"name\":\"name\",\"type\":\"string\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"internalType\":\"struct IApplicationManager.Application\",\"name\":\"application\",\"type\":\"tuple\"}],\"name\":\"updateApplication\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/IApplicationManager.sol\":\"IApplicationManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"contracts/IApplicationManager.sol\":{\"keccak256\":\"0x093b9dcefef50cb1f2f1f2df26575888ac5dcf32f05b94c19409fb7dce5ae918\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://ef92262e852a899330e75d2061befaf835c2a186887db98a9c29aa3323d96a9b\",\"dweb:/ipfs/QmSmvsmmyq83PTFixkWkrfgUt5LQDCKEeTd5AVgFt4NnLJ\"]}},\"version\":1}" - } - }, - "contracts/IOIDPermissionManager.sol": { - "IOIDPermissionManager": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionUpdated", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokePermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "deployedBytecode": { - "functionDebugData": {}, - "generatedSources": [], - "immutableReferences": {}, - "linkReferences": {}, - "object": "", - "opcodes": "", - "sourceMap": "" - }, - "methodIdentifiers": { - "grantPermission(bytes32,address)": "bc586456", - "hasPermission(bytes32,address)": "28545c0d", - "revokePermission(bytes32,address)": "a6a8f17b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/IOIDPermissionManager.sol\":\"IOIDPermissionManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x17a1b5a2ca1adc7a7ffabbb4f1ed192622d0dbd58952f9a4b2b33c77538542d3\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://0b52f39e822bc5d66bef42bb591b41ca66fa65824bb3434ad1deb49dc2217e6c\",\"dweb:/ipfs/QmW8tZuZmpEmS6RX9eE9aZf4oEw3ZhuBzGmUYSpjVqAUJ7\"]}},\"version\":1}" - } - }, - "contracts/OIDAccessManager.sol": { - "OIDAccessManager": { - "abi": [ - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerAlreadyScheduled", - "type": "error" - }, - { - "inputs": [], - "name": "AccessManagerBadConfirmation", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerExpired", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAdmin", - "type": "address" - } - ], - "name": "AccessManagerInvalidInitialAdmin", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AccessManagerLockedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerLockedRole", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotReady", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - } - ], - "name": "AccessManagerNotScheduled", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "AccessManagerUnauthorizedAccount", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCall", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "msgsender", - "type": "address" - }, - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "AccessManagerUnauthorizedCancel", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AccessManagerUnauthorizedConsume", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "AddressEmptyCode", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "AddressInsufficientBalance", - "type": "error" - }, - { - "inputs": [], - "name": "FailedInnerCall", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "uint8", - "name": "bits", - "type": "uint8" - }, - { - "internalType": "uint256", - "name": "value", - "type": "uint256" - } - ], - "name": "SafeCastOverflowedUintDowncast", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationCanceled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "name": "OperationExecuted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "indexed": true, - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "schedule", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "indexed": false, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "OperationScheduled", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "RoleAdminChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "RoleGrantDelayChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "indexed": false, - "internalType": "bool", - "name": "newMember", - "type": "bool" - } - ], - "name": "RoleGranted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "RoleGuardianChanged", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": false, - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "RoleLabel", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "indexed": true, - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "RoleRevoked", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "uint32", - "name": "delay", - "type": "uint32" - }, - { - "indexed": false, - "internalType": "uint48", - "name": "since", - "type": "uint48" - } - ], - "name": "TargetAdminDelayUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "TargetClosed", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": true, - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "indexed": false, - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - }, - { - "indexed": true, - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "TargetFunctionRoleUpdated", - "type": "event" - }, - { - "inputs": [], - "name": "ADMIN_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "PUBLIC_ROLE", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "canCall", - "outputs": [ - { - "internalType": "bool", - "name": "immediate", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "cancel", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "consumeScheduledOp", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "execute", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "expiration", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "getAccess", - "outputs": [ - { - "internalType": "uint48", - "name": "since", - "type": "uint48" - }, - { - "internalType": "uint32", - "name": "currentDelay", - "type": "uint32" - }, - { - "internalType": "uint32", - "name": "pendingDelay", - "type": "uint32" - }, - { - "internalType": "uint48", - "name": "effect", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getNonce", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleAdmin", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGrantDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "getRoleGuardian", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "id", - "type": "bytes32" - } - ], - "name": "getSchedule", - "outputs": [ - { - "internalType": "uint48", - "name": "", - "type": "uint48" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "getTargetAdminDelay", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4", - "name": "selector", - "type": "bytes4" - } - ], - "name": "getTargetFunctionRole", - "outputs": [ - { - "internalType": "uint64", - "name": "", - "type": "uint64" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "name": "grantRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasRole", - "outputs": [ - { - "internalType": "bool", - "name": "isMember", - "type": "bool" - }, - { - "internalType": "uint32", - "name": "executionDelay", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "name": "hashOperation", - "outputs": [ - { - "internalType": "bytes32", - "name": "", - "type": "bytes32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "initialize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - } - ], - "name": "isTargetClosed", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "string", - "name": "label", - "type": "string" - } - ], - "name": "labelRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "minSetback", - "outputs": [ - { - "internalType": "uint32", - "name": "", - "type": "uint32" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes[]", - "name": "data", - "type": "bytes[]" - } - ], - "name": "multicall", - "outputs": [ - { - "internalType": "bytes[]", - "name": "results", - "type": "bytes[]" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "callerConfirmation", - "type": "address" - } - ], - "name": "renounceRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokeRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - }, - { - "internalType": "uint48", - "name": "when", - "type": "uint48" - } - ], - "name": "schedule", - "outputs": [ - { - "internalType": "bytes32", - "name": "operationId", - "type": "bytes32" - }, - { - "internalType": "uint32", - "name": "nonce", - "type": "uint32" - } - ], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setGrantDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "admin", - "type": "uint64" - } - ], - "name": "setRoleAdmin", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "guardian", - "type": "uint64" - } - ], - "name": "setRoleGuardian", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "uint32", - "name": "newDelay", - "type": "uint32" - } - ], - "name": "setTargetAdminDelay", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bool", - "name": "closed", - "type": "bool" - } - ], - "name": "setTargetClosed", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "bytes4[]", - "name": "selectors", - "type": "bytes4[]" - }, - { - "internalType": "uint64", - "name": "roleId", - "type": "uint64" - } - ], - "name": "setTargetFunctionRole", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "target", - "type": "address" - }, - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "updateAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "6080604052348015600f57600080fd5b5061322a8061001f6000396000f3fe6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063ac9650d8116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610745578063f801a69814610765578063fe0776f51461079f57600080fd5b8063d1f856ee14610705578063d22b59891461072557600080fd5b8063ac9650d814610666578063b700961314610693578063b7d2b162146106cf578063cc1b6c81146106ef57600080fd5b806394c7d7ee116100ec57806394c7d7ee14610598578063a166aa89146105b8578063a64d95ce14610618578063abd9bd2a1461063857600080fd5b80636d5115bd1461052e57806375b238fc1461054e5780638129fc1c14610563578063853551b81461057857600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a64565b6107bf565b005b34801561023157600080fd5b5061028d610240366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612acb565b610812565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ae6565b61087e565b34801561030c57600080fd5b5061022361031b366004612b24565b610894565b6102cb61032e366004612b94565b610914565b34801561033f57600080fd5b5061022361034e366004612bfd565b610ab3565b34801561035f57600080fd5b5061037361036e366004612c42565b610ad5565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c5e565b610b6d565b3480156103d957600080fd5b506103ed6103e8366004612c91565b610b7f565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c91565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612caa565b610be3565b3480156104be57600080fd5b506102236104cd366004612c5e565b610c20565b3480156104de57600080fd5b5061028d6104ed366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cdd565b610c32565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b50610223610c7e565b34801561058457600080fd5b50610223610593366004612d0b565b610db9565b3480156105a457600080fd5b506102236105b3366004612b94565b610e54565b3480156105c457600080fd5b506106086105d3366004612caa565b6001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561062457600080fd5b50610223610633366004612d29565b610f32565b34801561064457600080fd5b50610658610653366004612d53565b610f44565b6040519081526020016102a2565b34801561067257600080fd5b50610686610681366004612db8565b610f7d565b6040516102a29190612e1e565b34801561069f57600080fd5b506106b36106ae366004612e9e565b611065565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106db57600080fd5b506102236106ea366004612c42565b611172565b3480156106fb57600080fd5b50620697806102cb565b34801561071157600080fd5b506106b3610720366004612c42565b611189565b34801561073157600080fd5b50610223610740366004612ee9565b611207565b34801561075157600080fd5b506102cb610760366004612d53565b611219565b34801561077157600080fd5b50610785610780366004612f07565b6113a3565b6040805192835263ffffffff9091166020830152016102a2565b3480156107ab57600080fd5b506102236107ba366004612c42565b611550565b6107c7611592565b60005b8281101561080b57610803858585848181106107e8576107e8612f7a565b90506020020160208101906107fd9190612f90565b84611627565b6001016107ca565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131d58339815191529061087790600160801b90046001600160701b03166116bd565b9392505050565b610886611592565b61089082826116dc565b5050565b61089c611592565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108f857600080fd5b505af115801561090c573d6000803e3d6000fd5b505050505050565b60006000805160206131d5833981519152338280610934838989896117a9565b915091508115801561094a575063ffffffff8116155b156109b657828861095b89896117fc565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109c4848a8a8a610f44565b9050600063ffffffff83161515806109eb57506109e082610b7f565b65ffffffffffff1615155b156109fc576109f982611814565b90505b6003860154610a518b610a0f8c8c6117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a9b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061197b915050565b50600390960195909555509293505050509392505050565b610abb611592565b610acf8383610ac986610812565b84611a31565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131d583398151915291610b5e90660100000000000090046001600160701b0316611cbc565b979a9199509750945050505050565b610b75611592565b6108908282611cdf565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff16610bce81611d98565b610bd85780610bdb565b60005b949350505050565b6001600160a01b03811660009081526000805160206131d583398151915260208190526040822060010154610877906001600160701b03166116bd565b610c28611592565b6108908282611dc7565b6001600160a01b03821660009081526000805160206131d5833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610cc95750825b905060008267ffffffffffffffff166001148015610ce65750303b155b905081158015610cf4575080155b15610d2b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d5f57845468ff00000000000000001916680100000000000000001785555b610d6833611ea2565b831561080b57845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610dc1611592565b67ffffffffffffffff83161580610de1575067ffffffffffffffff838116145b15610e0b5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610e47929190612fd6565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610eae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed29190612fea565b6001600160e01b03191614610f1e576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109ad565b61080b610f2d85838686610f44565b611814565b610f3a611592565b6108908282611eb6565b600084848484604051602001610f5d9493929190613007565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610fa857610fa8613079565b604051908082528060200260200182016040528015610fdb57816020015b6060815260200190600190039081610fc65790505b50915060005b8381101561105d5761103830868684818110610fff57610fff612f7a565b9050602002810190611011919061308f565b85604051602001611024939291906130d6565b604051602081830303815290604052611ff8565b83828151811061104a5761104a612f7a565b6020908102919091010152600101610fe1565b505092915050565b6000806110a1846001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b156110b15750600090508061116a565b306001600160a01b0386160361112c57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061116a565b60006111388585610c32565b90506000806111478389611189565b915091508161115857600080611162565b63ffffffff811615815b945094505050505b935093915050565b61117a611592565b611184828261206e565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111b25750600190506000611200565b6000806111bf8686610ad5565b5050915091508165ffffffffffff166000141580156111f557506111e1612182565b65ffffffffffff168265ffffffffffff1611155b935091506112009050565b9250929050565b61120f611592565b6108908282612192565b60006000805160206131d5833981519152338261123686866117fc565b9050600061124689898989610f44565b600081815260028601602052604081205491925065ffffffffffff90911690036112865760405163060a299b60e41b8152600481018290526024016109ad565b826001600160a01b0316896001600160a01b03161461133b5760006112ac600085611189565b50905060006112c76112c16102408c87610c32565b86611189565b509050811580156112d6575080155b15611338576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109ad565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131d583398151915233826113c3828a8a8a6117a9565b91505060008163ffffffff166113d7612182565b6113e191906130fd565b905063ffffffff82161580611418575060008765ffffffffffff1611801561141857508065ffffffffffff168765ffffffffffff16105b1561142957828a61095b8b8b6117fc565b6114438765ffffffffffff168265ffffffffffff16612261565b9650611451838b8b8b610f44565b955061145c86612277565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e60405161153b95949392919061311b565b60405180910390a35050505094509492505050565b6001600160a01b038116331461117a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115a183823661230c565b9150915081611184578063ffffffff166000036116175760006115c48136612424565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109ad565b610acf610f2d8430600036610f44565b60006000805160206131d58339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116d2836001600160701b0316611cbc565b5090949350505050565b6000805160206131d5833981519152306001600160a01b03841603611738576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016109ad565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610e4790851515815260200190565b600080306001600160a01b038616036117d0576117c786858561230c565b915091506117f3565b600483106117ec576117e786866106ae87876117fc565b6117c7565b5060009050805b94509492505050565b600061180b600482848661304f565b61087791613166565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff8116906601000000000000900463ffffffff1681840361188f5760405163060a299b60e41b8152600481018690526024016109ad565b611897612182565b65ffffffffffff168265ffffffffffff1611156118e3576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6118ec82611d98565b15611926576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b6060814710156119b9576040517fcd7860590000000000000000000000000000000000000000000000000000000081523060048201526024016109ad565b600080856001600160a01b031684866040516119d5919061319c565b60006040518083038185875af1925050503d8060008114611a12576040519150601f19603f3d011682016040523d82523d6000602084013e611a17565b606091505b5091509150611a27868383612726565b9695505050505050565b60006000805160206131d583398151915267ffffffffffffffff861667fffffffffffffffe1901611a815760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109ad565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b89578563ffffffff16611ad0612182565b611ada91906130fd565b905060405180604001604052808265ffffffffffff168152602001611b088763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c4c565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611bd99166010000000000009091046001600160701b031690879061279b565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611cd284611ccd612182565b612845565b9250925092509193909250565b6000805160206131d583398151915267ffffffffffffffff83161580611d0e575067ffffffffffffffff838116145b15611d385760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611da2612182565b65ffffffffffff16611db762093a80846130fd565b65ffffffffffff16111592915050565b6000805160206131d583398151915267ffffffffffffffff83161580611df6575067ffffffffffffffff838116145b15611e205760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b611eaa612899565b611eb381612902565b50565b6000805160206131d583398151915267ffffffffffffffff831667fffffffffffffffe1901611f045760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff831660009081526001828101602052604082200154611f4090600160801b90046001600160701b0316846206978061279b565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611fea908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612015919061319c565b600060405180830381855af49150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b5091509150612065858383612726565b95945050505050565b60006000805160206131d583398151915267ffffffffffffffff841667fffffffffffffffe19016120be5760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109ad565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612106576000915050610c78565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061218d4261295b565b905090565b6001600160a01b03821660009081526000805160206131d5833981519152602081905260408220600101549091906121d7906001600160701b0316846206978061279b565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611fea565b60008183116122705781610877565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131d58339815191529065ffffffffffff1680158015906122d257506122d081611d98565b155b15611184576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109ad565b60008060048310156123235750600090508061116a565b306001600160a01b038616036123a6576111213061234186866117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b60008060006123b58787612424565b925092509250826123cf576000809450945050505061116a565b6000806123dc848b611189565b91509150816123f65760008096509650505050505061116a565b61240c8363ffffffff168263ffffffff16612261565b63ffffffff8116159b909a5098505050505050505050565b60008080600484101561243f5750600091508190508061271f565b600061244b86866117fc565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124ae57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124e257506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061251657506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254a57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125605760016000809350935093505061271f565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125c157506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125f557506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561263757600061260a60246004888a61304f565b8101906126179190612caa565b9050600061262482610be3565b6001965060009550935061271f92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061269857506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127125760006126ad60246004888a61304f565b8101906126ba9190612acb565b905060016127038267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271f565b6000806000935093509350505b9250925092565b60608261273b57612736826129ab565b610877565b815115801561275257506001600160a01b0384163b155b15612794576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109ad565b5080610877565b60008060006127b2866001600160701b03166116bd565b905060006127ef8563ffffffff168763ffffffff168463ffffffff16116127da5760006127e4565b6127e488856131b8565b63ffffffff16612261565b90508063ffffffff16612800612182565b61280a91906130fd565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c811690871681111561288457828282612889565b816000805b9550955095505050509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16612900576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b61290a612899565b6001600160a01b03811661294d576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109ad565b610890600082600080611a31565b600065ffffffffffff8211156129a7576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109ad565b5090565b8051156129bb5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381168114611eb357600080fd5b60008083601f840112612a1457600080fd5b50813567ffffffffffffffff811115612a2c57600080fd5b6020830191508360208260051b850101111561120057600080fd5b803567ffffffffffffffff81168114612a5f57600080fd5b919050565b60008060008060608587031215612a7a57600080fd5b8435612a85816129ed565b9350602085013567ffffffffffffffff811115612aa157600080fd5b612aad87828801612a02565b9094509250612ac0905060408601612a47565b905092959194509250565b600060208284031215612add57600080fd5b61087782612a47565b60008060408385031215612af957600080fd5b8235612b04816129ed565b915060208301358015158114612b1957600080fd5b809150509250929050565b60008060408385031215612b3757600080fd5b8235612b42816129ed565b91506020830135612b19816129ed565b60008083601f840112612b6457600080fd5b50813567ffffffffffffffff811115612b7c57600080fd5b60208301915083602082850101111561120057600080fd5b600080600060408486031215612ba957600080fd5b8335612bb4816129ed565b9250602084013567ffffffffffffffff811115612bd057600080fd5b612bdc86828701612b52565b9497909650939450505050565b803563ffffffff81168114612a5f57600080fd5b600080600060608486031215612c1257600080fd5b612c1b84612a47565b92506020840135612c2b816129ed565b9150612c3960408501612be9565b90509250925092565b60008060408385031215612c5557600080fd5b612b4283612a47565b60008060408385031215612c7157600080fd5b612c7a83612a47565b9150612c8860208401612a47565b90509250929050565b600060208284031215612ca357600080fd5b5035919050565b600060208284031215612cbc57600080fd5b8135610877816129ed565b6001600160e01b031981168114611eb357600080fd5b60008060408385031215612cf057600080fd5b8235612cfb816129ed565b91506020830135612b1981612cc7565b600080600060408486031215612d2057600080fd5b612bb484612a47565b60008060408385031215612d3c57600080fd5b612d4583612a47565b9150612c8860208401612be9565b60008060008060608587031215612d6957600080fd5b8435612d74816129ed565b93506020850135612d84816129ed565b9250604085013567ffffffffffffffff811115612da057600080fd5b612dac87828801612b52565b95989497509550505050565b60008060208385031215612dcb57600080fd5b823567ffffffffffffffff811115612de257600080fd5b612dee85828601612a02565b90969095509350505050565b60005b83811015612e15578181015183820152602001612dfd565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e9257603f1987860301845281518051808752612e6f816020890160208501612dfa565b601f01601f19169590950160209081019550938401939190910190600101612e46565b50929695505050505050565b600080600060608486031215612eb357600080fd5b8335612ebe816129ed565b92506020840135612ece816129ed565b91506040840135612ede81612cc7565b809150509250925092565b60008060408385031215612efc57600080fd5b8235612d45816129ed565b60008060008060608587031215612f1d57600080fd5b8435612f28816129ed565b9350602085013567ffffffffffffffff811115612f4457600080fd5b612f5087828801612b52565b909450925050604085013565ffffffffffff81168114612f6f57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612fa257600080fd5b813561087781612cc7565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bdb602083018486612fad565b600060208284031215612ffc57600080fd5b815161087781612cc7565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611a27606083018486612fad565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305f57600080fd5b8386111561306c57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e198436030181126130a657600080fd5b83018035915067ffffffffffffffff8211156130c157600080fd5b60200191503681900382131561120057600080fd5b8284823760008382016000815283516130f3818360208801612dfa565b0195945050505050565b65ffffffffffff8181168382160190811115610c7857610c78613039565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b038416604082015260806060820152600061315b608083018486612fad565b979650505050505050565b80356001600160e01b03198116906004841015613195576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131ae818460208701612dfa565b9190910192915050565b63ffffffff8281168282160390811115610c7857610c7861303956fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212205192d975c6c035a0927e0776216e78c6a8e2f8bb6e0a83317153b9e3184599ab64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x322A DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x1FE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6D5115BD GT PUSH2 0x11D JUMPI DUP1 PUSH4 0xAC9650D8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x745 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x765 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x79F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x705 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x725 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x666 JUMPI DUP1 PUSH4 0xB7009613 EQ PUSH2 0x693 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6CF JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6EF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0xEC JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x598 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5B8 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x618 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x638 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x578 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x195 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x164 JUMPI DUP1 PUSH4 0x4665096D EQ PUSH2 0x47C JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x492 JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x4B2 JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x4D2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x3AD JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x3CD JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x404 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x420 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x18FF183C GT PUSH2 0x1D1 JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x300 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x320 JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x333 JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x353 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8D6122D EQ PUSH2 0x203 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x2AB JUMPI DUP1 PUSH4 0x167BD395 EQ PUSH2 0x2E0 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x20F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x21E CALLDATASIZE PUSH1 0x4 PUSH2 0x2A64 JUMP JUMPDEST PUSH2 0x7BF JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH9 0x10000000000000000 SWAP1 DIV AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x2C6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH2 0x812 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2EC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x2FB CALLDATASIZE PUSH1 0x4 PUSH2 0x2AE6 JUMP JUMPDEST PUSH2 0x87E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B24 JUMP JUMPDEST PUSH2 0x894 JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B94 JUMP JUMPDEST PUSH2 0x914 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BFD JUMP JUMPDEST PUSH2 0xAB3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0xAD5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH6 0xFFFFFFFFFFFF SWAP5 DUP6 AND DUP2 MSTORE PUSH4 0xFFFFFFFF SWAP4 DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE SWAP2 SWAP1 SWAP3 AND PUSH1 0x40 DUP3 ADD MSTORE SWAP2 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x3C8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0xB6D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C91 JUMP JUMPDEST PUSH2 0xB7F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x410 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x42C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x43B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C91 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x488 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x49E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x4AD CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAA JUMP JUMPDEST PUSH2 0xBE3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0xC20 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CDD JUMP JUMPDEST PUSH2 0xC32 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x56F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0xC7E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x584 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x593 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D0B JUMP JUMPDEST PUSH2 0xDB9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5A4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x5B3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B94 JUMP JUMPDEST PUSH2 0xE54 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5C4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x608 PUSH2 0x5D3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x624 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x633 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D29 JUMP JUMPDEST PUSH2 0xF32 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x644 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x658 PUSH2 0x653 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D53 JUMP JUMPDEST PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x672 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x686 PUSH2 0x681 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB8 JUMP JUMPDEST PUSH2 0xF7D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E1E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x69F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6B3 PUSH2 0x6AE CALLDATASIZE PUSH1 0x4 PUSH2 0x2E9E JUMP JUMPDEST PUSH2 0x1065 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1172 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6B3 PUSH2 0x720 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1189 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x731 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x740 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE9 JUMP JUMPDEST PUSH2 0x1207 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x751 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x760 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D53 JUMP JUMPDEST PUSH2 0x1219 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x771 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x785 PUSH2 0x780 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F07 JUMP JUMPDEST PUSH2 0x13A3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7BA CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1550 JUMP JUMPDEST PUSH2 0x7C7 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x80B JUMPI PUSH2 0x803 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7E8 JUMPI PUSH2 0x7E8 PUSH2 0x2F7A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x7FD SWAP2 SWAP1 PUSH2 0x2F90 JUMP JUMPDEST DUP5 PUSH2 0x1627 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7CA JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x877 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x886 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x16DC JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x89C PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x7A9E5E4B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x7A9E5E4B SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x8F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x90C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x934 DUP4 DUP10 DUP10 DUP10 PUSH2 0x17A9 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x94A JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9B6 JUMPI DUP3 DUP9 PUSH2 0x95B DUP10 DUP10 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x81C6F24B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x24 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x9C4 DUP5 DUP11 DUP11 DUP11 PUSH2 0xF44 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9EB JUMPI POP PUSH2 0x9E0 DUP3 PUSH2 0xB7F JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0x9FC JUMPI PUSH2 0x9F9 DUP3 PUSH2 0x1814 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA51 DUP12 PUSH2 0xA0F DUP13 DUP13 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST DUP8 PUSH1 0x3 ADD DUP2 SWAP1 SSTORE POP PUSH2 0xA9B DUP12 DUP12 DUP12 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP CALLVALUE SWAP3 POP PUSH2 0x197B SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x3 SWAP1 SWAP7 ADD SWAP6 SWAP1 SWAP6 SSTORE POP SWAP3 SWAP4 POP POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0xABB PUSH2 0x1592 JUMP JUMPDEST PUSH2 0xACF DUP4 DUP4 PUSH2 0xAC9 DUP7 PUSH2 0x812 JUMP JUMPDEST DUP5 PUSH2 0x1A31 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB5E SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1CBC JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB75 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1CDF JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBCE DUP2 PUSH2 0x1D98 JUMP JUMPDEST PUSH2 0xBD8 JUMPI DUP1 PUSH2 0xBDB JUMP JUMPDEST PUSH1 0x0 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x877 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST PUSH2 0xC28 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1DC7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH9 0x10000000000000000 DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xCC9 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xCE6 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xCF4 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xD2B JUMPI PUSH1 0x40 MLOAD PUSH32 0xF92EE8A900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 OR DUP6 SSTORE DUP4 ISZERO PUSH2 0xD5F JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0xD68 CALLER PUSH2 0x1EA2 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x80B JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND DUP6 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0xC7F505B2F371AE2175EE4913F4499E1F2633A7B5936321EED1CDAEB6115181D2 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xDC1 PUSH2 0x1592 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xDE1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xE0B JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xE47 SWAP3 SWAP2 SWAP1 PUSH2 0x2FD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP2 MLOAD CALLER SWAP3 SWAP2 DUP4 SWAP2 PUSH4 0x8FB36037 SWAP2 PUSH1 0x4 DUP1 DUP3 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP1 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xEAE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xED2 SWAP2 SWAP1 PUSH2 0x2FEA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xF1E JUMPI PUSH1 0x40 MLOAD PUSH32 0x320FF74800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x80B PUSH2 0xF2D DUP6 DUP4 DUP7 DUP7 PUSH2 0xF44 JUMP JUMPDEST PUSH2 0x1814 JUMP JUMPDEST PUSH2 0xF3A PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1EB6 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xF5D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3007 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 SWAP1 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFA8 JUMPI PUSH2 0xFA8 PUSH2 0x3079 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xFDB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xFC6 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x105D JUMPI PUSH2 0x1038 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xFFF JUMPI PUSH2 0xFFF PUSH2 0x2F7A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x1011 SWAP2 SWAP1 PUSH2 0x308F JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1024 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30D6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FF8 JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x104A JUMPI PUSH2 0x104A PUSH2 0x2F7A JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xFE1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x10A1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x10B1 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x116A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x112C JUMPI PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP1 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP7 AND DUP3 DUP5 ADD MSTORE DUP3 MLOAD DUP1 DUP4 SUB DUP5 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP3 ADD SWAP1 SWAP3 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ JUMPDEST PUSH1 0x0 SWAP2 POP SWAP2 POP PUSH2 0x116A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1138 DUP6 DUP6 PUSH2 0xC32 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1147 DUP4 DUP10 PUSH2 0x1189 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1158 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1162 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO DUP2 JUMPDEST SWAP5 POP SWAP5 POP POP POP POP JUMPDEST SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x117A PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x1184 DUP3 DUP3 PUSH2 0x206E JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11B2 JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x1200 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11BF DUP7 DUP7 PUSH2 0xAD5 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x11F5 JUMPI POP PUSH2 0x11E1 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x1200 SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x120F PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x2192 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1236 DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1246 DUP10 DUP10 DUP10 DUP10 PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP7 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP2 SWAP3 POP PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND SWAP1 SUB PUSH2 0x1286 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x133B JUMPI PUSH1 0x0 PUSH2 0x12AC PUSH1 0x0 DUP6 PUSH2 0x1189 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12C7 PUSH2 0x12C1 PUSH2 0x240 DUP13 DUP8 PUSH2 0xC32 JUMP JUMPDEST DUP7 PUSH2 0x1189 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12D6 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1338 JUMPI PUSH1 0x40 MLOAD PUSH32 0x3FE2751C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP8 AND PUSH1 0x4 DUP4 ADD MSTORE DUP1 DUP14 AND PUSH1 0x24 DUP4 ADD MSTORE DUP12 AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x9AD JUMP JUMPDEST POP POP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP6 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 DUP2 SWAP1 SSTORE SWAP1 MLOAD PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH4 0xFFFFFFFF AND SWAP2 DUP3 SWAP2 DUP5 SWAP2 PUSH32 0xBD9AC67A6E2F6463B80927326310338BCBB4BDB7936CE1365EA3E01067E7B9F7 SWAP2 LOG3 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13C3 DUP3 DUP11 DUP11 DUP11 PUSH2 0x17A9 JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13D7 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x13E1 SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1418 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1418 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1429 JUMPI DUP3 DUP11 PUSH2 0x95B DUP12 DUP12 PUSH2 0x17FC JUMP JUMPDEST PUSH2 0x1443 DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST SWAP7 POP PUSH2 0x1451 DUP4 DUP12 DUP12 DUP12 PUSH2 0xF44 JUMP JUMPDEST SWAP6 POP PUSH2 0x145C DUP7 PUSH2 0x2277 JUMP JUMPDEST DUP4 PUSH1 0x2 ADD PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH4 0xFFFFFFFF AND PUSH1 0x1 ADD SWAP5 POP DUP7 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH6 0xFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH6 0xFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 PUSH4 0xFFFFFFFF AND DUP7 PUSH32 0x82A2DA5DEE54EA8021C6545B4444620291E07EE83BE6DD57EDB175062715F3B4 DUP10 DUP7 DUP15 DUP15 DUP15 PUSH1 0x40 MLOAD PUSH2 0x153B SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0x117A JUMPI PUSH1 0x40 MLOAD PUSH32 0x5F159E6300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 DUP1 PUSH2 0x15A1 DUP4 DUP3 CALLDATASIZE PUSH2 0x230C JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1184 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1617 JUMPI PUSH1 0x0 PUSH2 0x15C4 DUP2 CALLDATASIZE PUSH2 0x2424 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0xF07E038F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x24 DUP3 ADD MSTORE SWAP1 SWAP3 POP PUSH1 0x44 ADD SWAP1 POP PUSH2 0x9AD JUMP JUMPDEST PUSH2 0xACF PUSH2 0xF2D DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP10 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE SWAP3 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH8 0xFFFFFFFFFFFFFFFF DUP10 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP3 DUP4 MSTORE SWAP4 SWAP5 POP PUSH32 0x9EA6790C7DADFD01C9F8B9762B3682607AF2C7E79E05A9F9FDF5580DDE949151 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x16D2 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1CBC JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SUB PUSH2 0x1738 JUMPI PUSH1 0x40 MLOAD PUSH32 0x5A068BC800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD DUP6 ISZERO ISZERO PUSH1 0x1 PUSH1 0x70 SHL MUL PUSH15 0xFF0000000000000000000000000000 NOT SWAP1 SWAP2 AND OR SWAP1 SSTORE MLOAD PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP1 PUSH2 0xE47 SWAP1 DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x17D0 JUMPI PUSH2 0x17C7 DUP7 DUP6 DUP6 PUSH2 0x230C JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17F3 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17EC JUMPI PUSH2 0x17E7 DUP7 DUP7 PUSH2 0x6AE DUP8 DUP8 PUSH2 0x17FC JUMP JUMPDEST PUSH2 0x17C7 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x180B PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x304F JUMP JUMPDEST PUSH2 0x877 SWAP2 PUSH2 0x3166 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x188F JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x1897 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18E3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x18EC DUP3 PUSH2 0x1D98 JUMP JUMPDEST ISZERO PUSH2 0x1926 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 DUP5 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD PUSH4 0xFFFFFFFF DUP4 AND SWAP2 DUP8 SWAP2 PUSH32 0x76A2A46953689D4861A5D3F6ED883AD7E6AF674A21F8E162707159FC9DDE614D SWAP2 SWAP1 LOG3 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 SELFBALANCE LT ISZERO PUSH2 0x19B9 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x19D5 SWAP2 SWAP1 PUSH2 0x319C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x1A12 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 0x1A17 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1A27 DUP7 DUP4 DUP4 PUSH2 0x2726 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A81 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND ISZERO SWAP1 DUP2 ISZERO PUSH2 0x1B89 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1AD0 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x1ADA SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH6 0xFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1B08 DUP8 PUSH4 0xFFFFFFFF AND PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 DUP2 AND SWAP1 SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE DUP3 MSTORE SWAP1 SWAP2 KECCAK256 DUP4 MLOAD DUP2 SLOAD SWAP5 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 AND PUSH7 0x1000000000000 MUL PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT SWAP1 SWAP4 AND PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x1C4C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP9 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP5 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP12 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH2 0x1BD9 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP4 AND PUSH7 0x1000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000FFFFFFFFFFFF SWAP1 SWAP4 AND SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE SWAP1 POP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF DUP8 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO DUP2 DUP4 ADD MSTORE SWAP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND SWAP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP12 AND SWAP2 PUSH32 0xF98448B987F1428E0E230E1F3C6E2CE15B5693EAF31827FBD0B1EC4B424AE7CF SWAP2 DUP2 SWAP1 SUB PUSH1 0x60 ADD SWAP1 LOG3 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x1CD2 DUP5 PUSH2 0x1CCD PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x2845 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1D0E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D38 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND SWAP5 DUP8 AND SWAP5 DUP6 OR SWAP1 SSTORE MLOAD PUSH32 0x1FD6DD7631312DFAC2205B52913F99DE03B4D7E381D5D27D3DBFE0713E6E6340 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1DA2 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1DB7 PUSH3 0x93A80 DUP5 PUSH2 0x30FD JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DF6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1E20 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF AND PUSH9 0x10000000000000000 SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x1EAA PUSH2 0x2899 JUMP JUMPDEST PUSH2 0x1EB3 DUP2 PUSH2 0x2902 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1F04 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP3 KECCAK256 ADD SLOAD PUSH2 0x1F40 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP1 DUP8 ADD PUSH1 0x20 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP6 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFF0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP6 AND SWAP5 SWAP1 SWAP5 OR SWAP1 SWAP4 SSTORE SWAP2 MLOAD SWAP1 SWAP3 POP PUSH32 0xFEB69018EE8B8FD50EA86348F1267D07673379F72CFFDECCEC63853EE8CE8B48 SWAP1 PUSH2 0x1FEA SWAP1 DUP7 SWAP1 DUP6 SWAP1 PUSH4 0xFFFFFFFF SWAP3 SWAP1 SWAP3 AND DUP3 MSTORE PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x2015 SWAP2 SWAP1 PUSH2 0x319C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2050 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 0x2055 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2065 DUP6 DUP4 DUP4 PUSH2 0x2726 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x20BE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND SWAP1 SUB PUSH2 0x2106 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC78 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND DUP1 DUP6 MSTORE SWAP3 MSTORE DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD SWAP1 SWAP3 SWAP2 PUSH32 0xF229BAA593AF28C41B1D16B748CD7688F0C83AAF92D4BE41C44005DEFE84C166 SWAP2 LOG3 POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x218D TIMESTAMP PUSH2 0x295B JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x21D7 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP7 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH14 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP7 SWAP1 SWAP7 AND SWAP6 SWAP1 SWAP6 OR SWAP1 SWAP5 SSTORE DUP1 MLOAD PUSH4 0xFFFFFFFF DUP9 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP5 AND SWAP5 DUP2 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP2 SWAP4 POP SWAP2 PUSH32 0xA56B76017453F399EC2327BA00375DBFB1FD070FF854341AD6191E6A2E2DE19C SWAP2 ADD PUSH2 0x1FEA JUMP JUMPDEST PUSH1 0x0 DUP2 DUP4 GT PUSH2 0x2270 JUMPI DUP2 PUSH2 0x877 JUMP JUMPDEST POP SWAP1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x22D2 JUMPI POP PUSH2 0x22D0 DUP2 PUSH2 0x1D98 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1184 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2323 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x116A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x23A6 JUMPI PUSH2 0x1121 ADDRESS PUSH2 0x2341 DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x23B5 DUP8 DUP8 PUSH2 0x2424 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 PUSH2 0x23CF JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x116A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23DC DUP5 DUP12 PUSH2 0x1189 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23F6 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x116A JUMP JUMPDEST PUSH2 0x240C DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO SWAP12 SWAP1 SWAP11 POP SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x243F JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271F JUMP JUMPDEST PUSH1 0x0 PUSH2 0x244B DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24AE JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24E2 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2516 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x254A JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2560 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25C1 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25F5 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2637 JUMPI PUSH1 0x0 PUSH2 0x260A PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x304F JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x2617 SWAP2 SWAP1 PUSH2 0x2CAA JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2624 DUP3 PUSH2 0xBE3 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271F SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2698 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2712 JUMPI PUSH1 0x0 PUSH2 0x26AD PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x304F JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26BA SWAP2 SWAP1 PUSH2 0x2ACB JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x2703 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST PUSH1 0x0 SWAP5 POP SWAP5 POP SWAP5 POP POP POP PUSH2 0x271F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273B JUMPI PUSH2 0x2736 DUP3 PUSH2 0x29AB JUMP JUMPDEST PUSH2 0x877 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2752 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2794 JUMPI PUSH1 0x40 MLOAD PUSH32 0x9996B31500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST POP DUP1 PUSH2 0x877 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B2 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EF DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27DA JUMPI PUSH1 0x0 PUSH2 0x27E4 JUMP JUMPDEST PUSH2 0x27E4 DUP9 DUP6 PUSH2 0x31B8 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x2800 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x280A SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP3 POP PUSH4 0xFFFFFFFF DUP7 AND PUSH1 0x20 DUP4 SWAP1 SHL PUSH8 0xFFFFFFFF00000000 AND PUSH1 0x40 DUP6 SWAP1 SHL PUSH14 0xFFFFFFFFFFFF0000000000000000 AND OR OR SWAP4 POP POP POP SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP7 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP7 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP9 SWAP1 SHR DUP2 AND SWAP1 DUP8 AND DUP2 GT ISZERO PUSH2 0x2884 JUMPI DUP3 DUP3 DUP3 PUSH2 0x2889 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2900 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x290A PUSH2 0x2899 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x294D JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x890 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1A31 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x29A7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x6DFCC65000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x30 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9AD JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29BB JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x1EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A14 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A2C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2A7A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A85 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AAD DUP8 DUP3 DUP9 ADD PUSH2 0x2A02 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AC0 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2ADD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x877 DUP3 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B04 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B19 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B37 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B42 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B19 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B64 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B7C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BB4 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BDC DUP7 DUP3 DUP8 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C12 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C1B DUP5 PUSH2 0x2A47 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C2B DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH2 0x2C39 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE9 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C55 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B42 DUP4 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C71 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C7A DUP4 PUSH2 0x2A47 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C88 PUSH1 0x20 DUP5 ADD PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CA3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CBC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x877 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x1EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CFB DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B19 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BB4 DUP5 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D45 DUP4 PUSH2 0x2A47 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C88 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE9 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D74 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D84 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DA0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DAC DUP8 DUP3 DUP9 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DE2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DEE DUP6 DUP3 DUP7 ADD PUSH2 0x2A02 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E15 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DFD JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2E92 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E6F DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DFA JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP6 SWAP1 SWAP6 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP6 POP SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x2E46 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EBE DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2ECE DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2EDE DUP2 PUSH2 0x2CC7 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D45 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F1D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F28 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F44 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F50 DUP8 DUP3 DUP9 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F6F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP7 SWAP3 SWAP6 POP SWAP1 SWAP4 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x877 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xBDB PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x877 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x60 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x1A27 PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x305F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x306C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x30A6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30F3 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DFA JUMP JUMPDEST ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP2 DUP2 AND DUP4 DUP3 AND ADD SWAP1 DUP2 GT ISZERO PUSH2 0xC78 JUMPI PUSH2 0xC78 PUSH2 0x3039 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP7 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x80 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x315B PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x3195 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x31AE DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DFA JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0xC78 JUMPI PUSH2 0xC78 PUSH2 0x3039 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 MLOAD SWAP3 0xD9 PUSH22 0xC6C035A0927E0776216E78C6A8E2F8BB6E0A83317153 0xB9 0xE3 XOR GASLIMIT SWAP10 0xAB PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "232:152:41:-:0;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@ADMIN_ROLE_4479": { - "entryPoint": null, - "id": 4479, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@PUBLIC_ROLE_4486": { - "entryPoint": null, - "id": 4486, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@__AccessManager_init_4536": { - "entryPoint": 7842, - "id": 4536, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@__AccessManager_init_unchained_4566": { - "entryPoint": 10498, - "id": 4566, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_canCallExtended_6338": { - "entryPoint": 6057, - "id": 6338, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@_canCallSelf_6433": { - "entryPoint": 8972, - "id": 6433, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@_checkAuthorized_6146": { - "entryPoint": 5522, - "id": 6146, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkInitializing_6689": { - "entryPoint": 10393, - "id": 6689, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_checkNotScheduled_5721": { - "entryPoint": 8823, - "id": 5721, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkSelector_6493": { - "entryPoint": 6140, - "id": 6493, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_consumeScheduledOp_6052": { - "entryPoint": 6164, - "id": 6052, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_contextSuffixLength_6812": { - "entryPoint": null, - "id": 6812, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAccessManagerStorage_4516": { - "entryPoint": null, - "id": 4516, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getAdminRestrictions_6293": { - "entryPoint": 9252, - "id": 6293, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getFullAt_12405": { - "entryPoint": 10309, - "id": 12405, - "parameterSlots": 2, - "returnSlots": 3 - }, - "@_getInitializableStorage_6766": { - "entryPoint": null, - "id": 6766, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_grantRole_5131": { - "entryPoint": 6705, - "id": 5131, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@_hashExecutionId_6512": { - "entryPoint": null, - "id": 6512, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExecuting_6458": { - "entryPoint": null, - "id": 6458, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_isExpired_6476": { - "entryPoint": 7576, - "id": 6476, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@_isInitializing_6757": { - "entryPoint": null, - "id": 6757, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgData_6804": { - "entryPoint": null, - "id": 6804, - "parameterSlots": 0, - "returnSlots": 2 - }, - "@_msgSender_6795": { - "entryPoint": null, - "id": 6795, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_revert_7968": { - "entryPoint": 10667, - "id": 7968, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_revokeRole_5187": { - "entryPoint": 8302, - "id": 5187, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@_setGrantDelay_5324": { - "entryPoint": 7862, - "id": 5324, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleAdmin_5229": { - "entryPoint": 7391, - "id": 5229, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setRoleGuardian_5271": { - "entryPoint": 7623, - "id": 5271, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetAdminDelay_5453": { - "entryPoint": 8594, - "id": 5453, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetClosed_5510": { - "entryPoint": 5852, - "id": 5510, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@_setTargetFunctionRole_5393": { - "entryPoint": 5671, - "id": 5393, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@canCall_4633": { - "entryPoint": 4197, - "id": 4633, - "parameterSlots": 3, - "returnSlots": 2 - }, - "@cancel_5941": { - "entryPoint": 4633, - "id": 5941, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@consumeScheduledOp_5978": { - "entryPoint": 3668, - "id": 5978, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@execute_5830": { - "entryPoint": 2324, - "id": 5830, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@expiration_4642": { - "entryPoint": null, - "id": 4642, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@functionCallWithValue_7836": { - "entryPoint": 6523, - "id": 7836, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@functionDelegateCall_7888": { - "entryPoint": 8184, - "id": 7888, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@getAccess_4840": { - "entryPoint": 2773, - "id": 4840, - "parameterSlots": 2, - "returnSlots": 4 - }, - "@getFull_12425": { - "entryPoint": 7356, - "id": 12425, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@getNonce_5561": { - "entryPoint": null, - "id": 5561, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleAdmin_4741": { - "entryPoint": null, - "id": 4741, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGrantDelay_4785": { - "entryPoint": 2066, - "id": 4785, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getRoleGuardian_4762": { - "entryPoint": null, - "id": 4762, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getSchedule_5540": { - "entryPoint": 2943, - "id": 5540, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetAdminDelay_4720": { - "entryPoint": 3043, - "id": 4720, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@getTargetFunctionRole_4697": { - "entryPoint": 3122, - "id": 4697, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@get_12443": { - "entryPoint": 5821, - "id": 12443, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@grantRole_4935": { - "entryPoint": 2739, - "id": 4935, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@hasRole_4884": { - "entryPoint": 4489, - "id": 4884, - "parameterSlots": 2, - "returnSlots": 2 - }, - "@hashOperation_6074": { - "entryPoint": 3908, - "id": 6074, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@initialize_13030": { - "entryPoint": 3198, - "id": 13030, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@isTargetClosed_4672": { - "entryPoint": null, - "id": 4672, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@labelRole_4913": { - "entryPoint": 3513, - "id": 4913, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@max_9587": { - "entryPoint": 8801, - "id": 9587, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@minSetback_4651": { - "entryPoint": null, - "id": 4651, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@multicall_6915": { - "entryPoint": 3965, - "id": 6915, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@pack_12588": { - "entryPoint": null, - "id": 12588, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@renounceRole_4974": { - "entryPoint": 5456, - "id": 4974, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@revokeRole_4951": { - "entryPoint": 4466, - "id": 4951, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@schedule_5686": { - "entryPoint": 5027, - "id": 5686, - "parameterSlots": 4, - "returnSlots": 2 - }, - "@setGrantDelay_5022": { - "entryPoint": 3890, - "id": 5022, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleAdmin_4990": { - "entryPoint": 2925, - "id": 4990, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setRoleGuardian_5006": { - "entryPoint": 3104, - "id": 5006, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetAdminDelay_5409": { - "entryPoint": 4615, - "id": 5409, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetClosed_5469": { - "entryPoint": 2174, - "id": 5469, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@setTargetFunctionRole_5359": { - "entryPoint": 1983, - "id": 5359, - "parameterSlots": 4, - "returnSlots": 0 - }, - "@timestamp_12336": { - "entryPoint": 8578, - "id": 12336, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@toDelay_12366": { - "entryPoint": null, - "id": 12366, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@toUint48_11209": { - "entryPoint": 10587, - "id": 11209, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@unpack_12550": { - "entryPoint": null, - "id": 12550, - "parameterSlots": 1, - "returnSlots": 3 - }, - "@updateAuthority_6092": { - "entryPoint": 2196, - "id": 6092, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@verifyCallResultFromTarget_7928": { - "entryPoint": 10022, - "id": 7928, - "parameterSlots": 3, - "returnSlots": 1 - }, - "@withUpdate_12499": { - "entryPoint": 10139, - "id": 12499, - "parameterSlots": 3, - "returnSlots": 2 - }, - "abi_decode_array_bytes4_dyn_calldata": { - "entryPoint": 10754, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_bytes_calldata": { - "entryPoint": 11090, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 11434, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_address_payable": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_addresst_address": { - "entryPoint": 11044, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_addresst_bytes4": { - "entryPoint": 11934, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr": { - "entryPoint": 11603, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64": { - "entryPoint": 10852, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_bool": { - "entryPoint": 10982, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes4": { - "entryPoint": 11485, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptr": { - "entryPoint": 11156, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48": { - "entryPoint": 12039, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_addresst_uint32": { - "entryPoint": 12009, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr": { - "entryPoint": 11704, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_bytes32": { - "entryPoint": 11409, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4": { - "entryPoint": 12176, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_bytes4_fromMemory": { - "entryPoint": 12266, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64": { - "entryPoint": 10955, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_uint64t_address": { - "entryPoint": 11330, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_addresst_uint32": { - "entryPoint": 11261, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_string_calldata_ptr": { - "entryPoint": 11531, - "id": null, - "parameterSlots": 2, - "returnSlots": 3 - }, - "abi_decode_tuple_t_uint64t_uint32": { - "entryPoint": 11561, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_uint64t_uint64": { - "entryPoint": 11358, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_uint32": { - "entryPoint": 11241, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_decode_uint64": { - "entryPoint": 10823, - "id": null, - "parameterSlots": 1, - "returnSlots": 1 - }, - "abi_encode_string_calldata": { - "entryPoint": 12205, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 12502, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 12700, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 12295, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed": { - "entryPoint": 11806, - "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_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 12246, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 4, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed": { - "entryPoint": 12571, - "id": null, - "parameterSlots": 6, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 5, - "returnSlots": 1 - }, - "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_bytes_calldata_ptr": { - "entryPoint": 12431, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "calldata_array_index_range_access_t_bytes_calldata_ptr": { - "entryPoint": 12367, - "id": null, - "parameterSlots": 4, - "returnSlots": 2 - }, - "checked_add_t_uint48": { - "entryPoint": 12541, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint256": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "checked_sub_t_uint32": { - "entryPoint": 12728, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4": { - "entryPoint": 12646, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 11770, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x11": { - "entryPoint": 12345, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 12154, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 12409, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "validator_revert_address": { - "entryPoint": 10733, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - }, - "validator_revert_bytes4": { - "entryPoint": 11463, - "id": null, - "parameterSlots": 1, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:21064:44", - "nodeType": "YulBlock", - "src": "0:21064:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "59:109:44", - "nodeType": "YulBlock", - "src": "59:109:44", - "statements": [ - { - "body": { - "nativeSrc": "146:16:44", - "nodeType": "YulBlock", - "src": "146:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "155:1:44", - "nodeType": "YulLiteral", - "src": "155:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "158:1:44", - "nodeType": "YulLiteral", - "src": "158:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "148:6:44", - "nodeType": "YulIdentifier", - "src": "148:6:44" - }, - "nativeSrc": "148:12:44", - "nodeType": "YulFunctionCall", - "src": "148:12:44" - }, - "nativeSrc": "148:12:44", - "nodeType": "YulExpressionStatement", - "src": "148:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "82:5:44", - "nodeType": "YulIdentifier", - "src": "82:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "93:5:44", - "nodeType": "YulIdentifier", - "src": "93:5:44" - }, - { - "kind": "number", - "nativeSrc": "100:42:44", - "nodeType": "YulLiteral", - "src": "100:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "89:3:44", - "nodeType": "YulIdentifier", - "src": "89:3:44" - }, - "nativeSrc": "89:54:44", - "nodeType": "YulFunctionCall", - "src": "89:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "79:2:44", - "nodeType": "YulIdentifier", - "src": "79:2:44" - }, - "nativeSrc": "79:65:44", - "nodeType": "YulFunctionCall", - "src": "79:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "72:6:44", - "nodeType": "YulIdentifier", - "src": "72:6:44" - }, - "nativeSrc": "72:73:44", - "nodeType": "YulFunctionCall", - "src": "72:73:44" - }, - "nativeSrc": "69:93:44", - "nodeType": "YulIf", - "src": "69:93:44" - } - ] - }, - "name": "validator_revert_address", - "nativeSrc": "14:154:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "48:5:44", - "nodeType": "YulTypedName", - "src": "48:5:44", - "type": "" - } - ], - "src": "14:154:44" - }, - { - "body": { - "nativeSrc": "256:283:44", - "nodeType": "YulBlock", - "src": "256:283:44", - "statements": [ - { - "body": { - "nativeSrc": "305:16:44", - "nodeType": "YulBlock", - "src": "305:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "314:1:44", - "nodeType": "YulLiteral", - "src": "314:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "317:1:44", - "nodeType": "YulLiteral", - "src": "317:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "307:6:44", - "nodeType": "YulIdentifier", - "src": "307:6:44" - }, - "nativeSrc": "307:12:44", - "nodeType": "YulFunctionCall", - "src": "307:12:44" - }, - "nativeSrc": "307:12:44", - "nodeType": "YulExpressionStatement", - "src": "307:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "284:6:44", - "nodeType": "YulIdentifier", - "src": "284:6:44" - }, - { - "kind": "number", - "nativeSrc": "292:4:44", - "nodeType": "YulLiteral", - "src": "292:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "280:3:44", - "nodeType": "YulIdentifier", - "src": "280:3:44" - }, - "nativeSrc": "280:17:44", - "nodeType": "YulFunctionCall", - "src": "280:17:44" - }, - { - "name": "end", - "nativeSrc": "299:3:44", - "nodeType": "YulIdentifier", - "src": "299:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "276:3:44", - "nodeType": "YulIdentifier", - "src": "276:3:44" - }, - "nativeSrc": "276:27:44", - "nodeType": "YulFunctionCall", - "src": "276:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "269:6:44", - "nodeType": "YulIdentifier", - "src": "269:6:44" - }, - "nativeSrc": "269:35:44", - "nodeType": "YulFunctionCall", - "src": "269:35:44" - }, - "nativeSrc": "266:55:44", - "nodeType": "YulIf", - "src": "266:55:44" - }, - { - "nativeSrc": "330:30:44", - "nodeType": "YulAssignment", - "src": "330:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "353:6:44", - "nodeType": "YulIdentifier", - "src": "353:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "340:12:44", - "nodeType": "YulIdentifier", - "src": "340:12:44" - }, - "nativeSrc": "340:20:44", - "nodeType": "YulFunctionCall", - "src": "340:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "330:6:44", - "nodeType": "YulIdentifier", - "src": "330:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "403:16:44", - "nodeType": "YulBlock", - "src": "403:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "412:1:44", - "nodeType": "YulLiteral", - "src": "412:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "415:1:44", - "nodeType": "YulLiteral", - "src": "415:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "405:6:44", - "nodeType": "YulIdentifier", - "src": "405:6:44" - }, - "nativeSrc": "405:12:44", - "nodeType": "YulFunctionCall", - "src": "405:12:44" - }, - "nativeSrc": "405:12:44", - "nodeType": "YulExpressionStatement", - "src": "405:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "375:6:44", - "nodeType": "YulIdentifier", - "src": "375:6:44" - }, - { - "kind": "number", - "nativeSrc": "383:18:44", - "nodeType": "YulLiteral", - "src": "383:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "372:2:44", - "nodeType": "YulIdentifier", - "src": "372:2:44" - }, - "nativeSrc": "372:30:44", - "nodeType": "YulFunctionCall", - "src": "372:30:44" - }, - "nativeSrc": "369:50:44", - "nodeType": "YulIf", - "src": "369:50:44" - }, - { - "nativeSrc": "428:29:44", - "nodeType": "YulAssignment", - "src": "428:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "444:6:44", - "nodeType": "YulIdentifier", - "src": "444:6:44" - }, - { - "kind": "number", - "nativeSrc": "452:4:44", - "nodeType": "YulLiteral", - "src": "452:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "440:3:44", - "nodeType": "YulIdentifier", - "src": "440:3:44" - }, - "nativeSrc": "440:17:44", - "nodeType": "YulFunctionCall", - "src": "440:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "428:8:44", - "nodeType": "YulIdentifier", - "src": "428:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "517:16:44", - "nodeType": "YulBlock", - "src": "517:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "526:1:44", - "nodeType": "YulLiteral", - "src": "526:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "529:1:44", - "nodeType": "YulLiteral", - "src": "529:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "519:6:44", - "nodeType": "YulIdentifier", - "src": "519:6:44" - }, - "nativeSrc": "519:12:44", - "nodeType": "YulFunctionCall", - "src": "519:12:44" - }, - "nativeSrc": "519:12:44", - "nodeType": "YulExpressionStatement", - "src": "519:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "480:6:44", - "nodeType": "YulIdentifier", - "src": "480:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "492:1:44", - "nodeType": "YulLiteral", - "src": "492:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "495:6:44", - "nodeType": "YulIdentifier", - "src": "495:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "488:3:44", - "nodeType": "YulIdentifier", - "src": "488:3:44" - }, - "nativeSrc": "488:14:44", - "nodeType": "YulFunctionCall", - "src": "488:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "476:3:44", - "nodeType": "YulIdentifier", - "src": "476:3:44" - }, - "nativeSrc": "476:27:44", - "nodeType": "YulFunctionCall", - "src": "476:27:44" - }, - { - "kind": "number", - "nativeSrc": "505:4:44", - "nodeType": "YulLiteral", - "src": "505:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "472:3:44", - "nodeType": "YulIdentifier", - "src": "472:3:44" - }, - "nativeSrc": "472:38:44", - "nodeType": "YulFunctionCall", - "src": "472:38:44" - }, - { - "name": "end", - "nativeSrc": "512:3:44", - "nodeType": "YulIdentifier", - "src": "512:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "469:2:44", - "nodeType": "YulIdentifier", - "src": "469:2:44" - }, - "nativeSrc": "469:47:44", - "nodeType": "YulFunctionCall", - "src": "469:47:44" - }, - "nativeSrc": "466:67:44", - "nodeType": "YulIf", - "src": "466:67:44" - } - ] - }, - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "173:366:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "219:6:44", - "nodeType": "YulTypedName", - "src": "219:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "227:3:44", - "nodeType": "YulTypedName", - "src": "227:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "235:8:44", - "nodeType": "YulTypedName", - "src": "235:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "245:6:44", - "nodeType": "YulTypedName", - "src": "245:6:44", - "type": "" - } - ], - "src": "173:366:44" - }, - { - "body": { - "nativeSrc": "592:123:44", - "nodeType": "YulBlock", - "src": "592:123:44", - "statements": [ - { - "nativeSrc": "602:29:44", - "nodeType": "YulAssignment", - "src": "602:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "624:6:44", - "nodeType": "YulIdentifier", - "src": "624:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "611:12:44", - "nodeType": "YulIdentifier", - "src": "611:12:44" - }, - "nativeSrc": "611:20:44", - "nodeType": "YulFunctionCall", - "src": "611:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "602:5:44", - "nodeType": "YulIdentifier", - "src": "602:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "693:16:44", - "nodeType": "YulBlock", - "src": "693:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "702:1:44", - "nodeType": "YulLiteral", - "src": "702:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "705:1:44", - "nodeType": "YulLiteral", - "src": "705:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "695:6:44", - "nodeType": "YulIdentifier", - "src": "695:6:44" - }, - "nativeSrc": "695:12:44", - "nodeType": "YulFunctionCall", - "src": "695:12:44" - }, - "nativeSrc": "695:12:44", - "nodeType": "YulExpressionStatement", - "src": "695:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "653:5:44", - "nodeType": "YulIdentifier", - "src": "653:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "664:5:44", - "nodeType": "YulIdentifier", - "src": "664:5:44" - }, - { - "kind": "number", - "nativeSrc": "671:18:44", - "nodeType": "YulLiteral", - "src": "671:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "660:3:44", - "nodeType": "YulIdentifier", - "src": "660:3:44" - }, - "nativeSrc": "660:30:44", - "nodeType": "YulFunctionCall", - "src": "660:30:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "650:2:44", - "nodeType": "YulIdentifier", - "src": "650:2:44" - }, - "nativeSrc": "650:41:44", - "nodeType": "YulFunctionCall", - "src": "650:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "643:6:44", - "nodeType": "YulIdentifier", - "src": "643:6:44" - }, - "nativeSrc": "643:49:44", - "nodeType": "YulFunctionCall", - "src": "643:49:44" - }, - "nativeSrc": "640:69:44", - "nodeType": "YulIf", - "src": "640:69:44" - } - ] - }, - "name": "abi_decode_uint64", - "nativeSrc": "544:171:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "571:6:44", - "nodeType": "YulTypedName", - "src": "571:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "582:5:44", - "nodeType": "YulTypedName", - "src": "582:5:44", - "type": "" - } - ], - "src": "544:171:44" - }, - { - "body": { - "nativeSrc": "857:505:44", - "nodeType": "YulBlock", - "src": "857:505:44", - "statements": [ - { - "body": { - "nativeSrc": "903:16:44", - "nodeType": "YulBlock", - "src": "903:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "912:1:44", - "nodeType": "YulLiteral", - "src": "912:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "915:1:44", - "nodeType": "YulLiteral", - "src": "915:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "905:6:44", - "nodeType": "YulIdentifier", - "src": "905:6:44" - }, - "nativeSrc": "905:12:44", - "nodeType": "YulFunctionCall", - "src": "905:12:44" - }, - "nativeSrc": "905:12:44", - "nodeType": "YulExpressionStatement", - "src": "905:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "878:7:44", - "nodeType": "YulIdentifier", - "src": "878:7:44" - }, - { - "name": "headStart", - "nativeSrc": "887:9:44", - "nodeType": "YulIdentifier", - "src": "887:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "874:3:44", - "nodeType": "YulIdentifier", - "src": "874:3:44" - }, - "nativeSrc": "874:23:44", - "nodeType": "YulFunctionCall", - "src": "874:23:44" - }, - { - "kind": "number", - "nativeSrc": "899:2:44", - "nodeType": "YulLiteral", - "src": "899:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "870:3:44", - "nodeType": "YulIdentifier", - "src": "870:3:44" - }, - "nativeSrc": "870:32:44", - "nodeType": "YulFunctionCall", - "src": "870:32:44" - }, - "nativeSrc": "867:52:44", - "nodeType": "YulIf", - "src": "867:52:44" - }, - { - "nativeSrc": "928:36:44", - "nodeType": "YulVariableDeclaration", - "src": "928:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "954:9:44", - "nodeType": "YulIdentifier", - "src": "954:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "941:12:44", - "nodeType": "YulIdentifier", - "src": "941:12:44" - }, - "nativeSrc": "941:23:44", - "nodeType": "YulFunctionCall", - "src": "941:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "932:5:44", - "nodeType": "YulTypedName", - "src": "932:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "998:5:44", - "nodeType": "YulIdentifier", - "src": "998:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "973:24:44", - "nodeType": "YulIdentifier", - "src": "973:24:44" - }, - "nativeSrc": "973:31:44", - "nodeType": "YulFunctionCall", - "src": "973:31:44" - }, - "nativeSrc": "973:31:44", - "nodeType": "YulExpressionStatement", - "src": "973:31:44" - }, - { - "nativeSrc": "1013:15:44", - "nodeType": "YulAssignment", - "src": "1013:15:44", - "value": { - "name": "value", - "nativeSrc": "1023:5:44", - "nodeType": "YulIdentifier", - "src": "1023:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1013:6:44", - "nodeType": "YulIdentifier", - "src": "1013:6:44" - } - ] - }, - { - "nativeSrc": "1037:46:44", - "nodeType": "YulVariableDeclaration", - "src": "1037:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1068:9:44", - "nodeType": "YulIdentifier", - "src": "1068:9:44" - }, - { - "kind": "number", - "nativeSrc": "1079:2:44", - "nodeType": "YulLiteral", - "src": "1079:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1064:3:44", - "nodeType": "YulIdentifier", - "src": "1064:3:44" - }, - "nativeSrc": "1064:18:44", - "nodeType": "YulFunctionCall", - "src": "1064:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1051:12:44", - "nodeType": "YulIdentifier", - "src": "1051:12:44" - }, - "nativeSrc": "1051:32:44", - "nodeType": "YulFunctionCall", - "src": "1051:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1041:6:44", - "nodeType": "YulTypedName", - "src": "1041:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1126:16:44", - "nodeType": "YulBlock", - "src": "1126:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1135:1:44", - "nodeType": "YulLiteral", - "src": "1135:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1138:1:44", - "nodeType": "YulLiteral", - "src": "1138:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1128:6:44", - "nodeType": "YulIdentifier", - "src": "1128:6:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulFunctionCall", - "src": "1128:12:44" - }, - "nativeSrc": "1128:12:44", - "nodeType": "YulExpressionStatement", - "src": "1128:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1098:6:44", - "nodeType": "YulIdentifier", - "src": "1098:6:44" - }, - { - "kind": "number", - "nativeSrc": "1106:18:44", - "nodeType": "YulLiteral", - "src": "1106:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1095:2:44", - "nodeType": "YulIdentifier", - "src": "1095:2:44" - }, - "nativeSrc": "1095:30:44", - "nodeType": "YulFunctionCall", - "src": "1095:30:44" - }, - "nativeSrc": "1092:50:44", - "nodeType": "YulIf", - "src": "1092:50:44" - }, - { - "nativeSrc": "1151:95:44", - "nodeType": "YulVariableDeclaration", - "src": "1151:95:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1218:9:44", - "nodeType": "YulIdentifier", - "src": "1218:9:44" - }, - { - "name": "offset", - "nativeSrc": "1229:6:44", - "nodeType": "YulIdentifier", - "src": "1229:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1214:3:44", - "nodeType": "YulIdentifier", - "src": "1214:3:44" - }, - "nativeSrc": "1214:22:44", - "nodeType": "YulFunctionCall", - "src": "1214:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "1238:7:44", - "nodeType": "YulIdentifier", - "src": "1238:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "1177:36:44", - "nodeType": "YulIdentifier", - "src": "1177:36:44" - }, - "nativeSrc": "1177:69:44", - "nodeType": "YulFunctionCall", - "src": "1177:69:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "1155:8:44", - "nodeType": "YulTypedName", - "src": "1155:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "1165:8:44", - "nodeType": "YulTypedName", - "src": "1165:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "1255:18:44", - "nodeType": "YulAssignment", - "src": "1255:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "1265:8:44", - "nodeType": "YulIdentifier", - "src": "1265:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "1255:6:44", - "nodeType": "YulIdentifier", - "src": "1255:6:44" - } - ] - }, - { - "nativeSrc": "1282:18:44", - "nodeType": "YulAssignment", - "src": "1282:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "1292:8:44", - "nodeType": "YulIdentifier", - "src": "1292:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "1282:6:44", - "nodeType": "YulIdentifier", - "src": "1282:6:44" - } - ] - }, - { - "nativeSrc": "1309:47:44", - "nodeType": "YulAssignment", - "src": "1309:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1341:9:44", - "nodeType": "YulIdentifier", - "src": "1341:9:44" - }, - { - "kind": "number", - "nativeSrc": "1352:2:44", - "nodeType": "YulLiteral", - "src": "1352:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1337:3:44", - "nodeType": "YulIdentifier", - "src": "1337:3:44" - }, - "nativeSrc": "1337:18:44", - "nodeType": "YulFunctionCall", - "src": "1337:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1319:17:44", - "nodeType": "YulIdentifier", - "src": "1319:17:44" - }, - "nativeSrc": "1319:37:44", - "nodeType": "YulFunctionCall", - "src": "1319:37:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "1309:6:44", - "nodeType": "YulIdentifier", - "src": "1309:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64", - "nativeSrc": "720:642:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "799:9:44", - "nodeType": "YulTypedName", - "src": "799:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "810:7:44", - "nodeType": "YulTypedName", - "src": "810:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "822:6:44", - "nodeType": "YulTypedName", - "src": "822:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "830:6:44", - "nodeType": "YulTypedName", - "src": "830:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "838:6:44", - "nodeType": "YulTypedName", - "src": "838:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "846:6:44", - "nodeType": "YulTypedName", - "src": "846:6:44", - "type": "" - } - ], - "src": "720:642:44" - }, - { - "body": { - "nativeSrc": "1436:115:44", - "nodeType": "YulBlock", - "src": "1436:115:44", - "statements": [ - { - "body": { - "nativeSrc": "1482:16:44", - "nodeType": "YulBlock", - "src": "1482:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1491:1:44", - "nodeType": "YulLiteral", - "src": "1491:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1494:1:44", - "nodeType": "YulLiteral", - "src": "1494:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1484:6:44", - "nodeType": "YulIdentifier", - "src": "1484:6:44" - }, - "nativeSrc": "1484:12:44", - "nodeType": "YulFunctionCall", - "src": "1484:12:44" - }, - "nativeSrc": "1484:12:44", - "nodeType": "YulExpressionStatement", - "src": "1484:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1457:7:44", - "nodeType": "YulIdentifier", - "src": "1457:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1466:9:44", - "nodeType": "YulIdentifier", - "src": "1466:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1453:3:44", - "nodeType": "YulIdentifier", - "src": "1453:3:44" - }, - "nativeSrc": "1453:23:44", - "nodeType": "YulFunctionCall", - "src": "1453:23:44" - }, - { - "kind": "number", - "nativeSrc": "1478:2:44", - "nodeType": "YulLiteral", - "src": "1478:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1449:3:44", - "nodeType": "YulIdentifier", - "src": "1449:3:44" - }, - "nativeSrc": "1449:32:44", - "nodeType": "YulFunctionCall", - "src": "1449:32:44" - }, - "nativeSrc": "1446:52:44", - "nodeType": "YulIf", - "src": "1446:52:44" - }, - { - "nativeSrc": "1507:38:44", - "nodeType": "YulAssignment", - "src": "1507:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1535:9:44", - "nodeType": "YulIdentifier", - "src": "1535:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "1517:17:44", - "nodeType": "YulIdentifier", - "src": "1517:17:44" - }, - "nativeSrc": "1517:28:44", - "nodeType": "YulFunctionCall", - "src": "1517:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "1507:6:44", - "nodeType": "YulIdentifier", - "src": "1507:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64", - "nativeSrc": "1367:184:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1402:9:44", - "nodeType": "YulTypedName", - "src": "1402:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1413:7:44", - "nodeType": "YulTypedName", - "src": "1413:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1425:6:44", - "nodeType": "YulTypedName", - "src": "1425:6:44", - "type": "" - } - ], - "src": "1367:184:44" - }, - { - "body": { - "nativeSrc": "1655:101:44", - "nodeType": "YulBlock", - "src": "1655:101:44", - "statements": [ - { - "nativeSrc": "1665:26:44", - "nodeType": "YulAssignment", - "src": "1665:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1677:9:44", - "nodeType": "YulIdentifier", - "src": "1677:9:44" - }, - { - "kind": "number", - "nativeSrc": "1688:2:44", - "nodeType": "YulLiteral", - "src": "1688:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1673:3:44", - "nodeType": "YulIdentifier", - "src": "1673:3:44" - }, - "nativeSrc": "1673:18:44", - "nodeType": "YulFunctionCall", - "src": "1673:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1665:4:44", - "nodeType": "YulIdentifier", - "src": "1665:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1707:9:44", - "nodeType": "YulIdentifier", - "src": "1707:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1722:6:44", - "nodeType": "YulIdentifier", - "src": "1722:6:44" - }, - { - "kind": "number", - "nativeSrc": "1730:18:44", - "nodeType": "YulLiteral", - "src": "1730:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1718:3:44", - "nodeType": "YulIdentifier", - "src": "1718:3:44" - }, - "nativeSrc": "1718:31:44", - "nodeType": "YulFunctionCall", - "src": "1718:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1700:6:44", - "nodeType": "YulIdentifier", - "src": "1700:6:44" - }, - "nativeSrc": "1700:50:44", - "nodeType": "YulFunctionCall", - "src": "1700:50:44" - }, - "nativeSrc": "1700:50:44", - "nodeType": "YulExpressionStatement", - "src": "1700:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed", - "nativeSrc": "1556:200:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1624:9:44", - "nodeType": "YulTypedName", - "src": "1624:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1635:6:44", - "nodeType": "YulTypedName", - "src": "1635:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1646:4:44", - "nodeType": "YulTypedName", - "src": "1646:4:44", - "type": "" - } - ], - "src": "1556:200:44" - }, - { - "body": { - "nativeSrc": "1860:93:44", - "nodeType": "YulBlock", - "src": "1860:93:44", - "statements": [ - { - "nativeSrc": "1870:26:44", - "nodeType": "YulAssignment", - "src": "1870:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1882:9:44", - "nodeType": "YulIdentifier", - "src": "1882:9:44" - }, - { - "kind": "number", - "nativeSrc": "1893:2:44", - "nodeType": "YulLiteral", - "src": "1893:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1878:3:44", - "nodeType": "YulIdentifier", - "src": "1878:3:44" - }, - "nativeSrc": "1878:18:44", - "nodeType": "YulFunctionCall", - "src": "1878:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1870:4:44", - "nodeType": "YulIdentifier", - "src": "1870:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1912:9:44", - "nodeType": "YulIdentifier", - "src": "1912:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1927:6:44", - "nodeType": "YulIdentifier", - "src": "1927:6:44" - }, - { - "kind": "number", - "nativeSrc": "1935:10:44", - "nodeType": "YulLiteral", - "src": "1935:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1923:3:44", - "nodeType": "YulIdentifier", - "src": "1923:3:44" - }, - "nativeSrc": "1923:23:44", - "nodeType": "YulFunctionCall", - "src": "1923:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1905:6:44", - "nodeType": "YulIdentifier", - "src": "1905:6:44" - }, - "nativeSrc": "1905:42:44", - "nodeType": "YulFunctionCall", - "src": "1905:42:44" - }, - "nativeSrc": "1905:42:44", - "nodeType": "YulExpressionStatement", - "src": "1905:42:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed", - "nativeSrc": "1761:192:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1829:9:44", - "nodeType": "YulTypedName", - "src": "1829:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1840:6:44", - "nodeType": "YulTypedName", - "src": "1840:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1851:4:44", - "nodeType": "YulTypedName", - "src": "1851:4:44", - "type": "" - } - ], - "src": "1761:192:44" - }, - { - "body": { - "nativeSrc": "2042:332:44", - "nodeType": "YulBlock", - "src": "2042:332:44", - "statements": [ - { - "body": { - "nativeSrc": "2088:16:44", - "nodeType": "YulBlock", - "src": "2088:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2097:1:44", - "nodeType": "YulLiteral", - "src": "2097:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2100:1:44", - "nodeType": "YulLiteral", - "src": "2100:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2090:6:44", - "nodeType": "YulIdentifier", - "src": "2090:6:44" - }, - "nativeSrc": "2090:12:44", - "nodeType": "YulFunctionCall", - "src": "2090:12:44" - }, - "nativeSrc": "2090:12:44", - "nodeType": "YulExpressionStatement", - "src": "2090:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2063:7:44", - "nodeType": "YulIdentifier", - "src": "2063:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2072:9:44", - "nodeType": "YulIdentifier", - "src": "2072:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2059:3:44", - "nodeType": "YulIdentifier", - "src": "2059:3:44" - }, - "nativeSrc": "2059:23:44", - "nodeType": "YulFunctionCall", - "src": "2059:23:44" - }, - { - "kind": "number", - "nativeSrc": "2084:2:44", - "nodeType": "YulLiteral", - "src": "2084:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2055:3:44", - "nodeType": "YulIdentifier", - "src": "2055:3:44" - }, - "nativeSrc": "2055:32:44", - "nodeType": "YulFunctionCall", - "src": "2055:32:44" - }, - "nativeSrc": "2052:52:44", - "nodeType": "YulIf", - "src": "2052:52:44" - }, - { - "nativeSrc": "2113:36:44", - "nodeType": "YulVariableDeclaration", - "src": "2113:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2139:9:44", - "nodeType": "YulIdentifier", - "src": "2139:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2126:12:44", - "nodeType": "YulIdentifier", - "src": "2126:12:44" - }, - "nativeSrc": "2126:23:44", - "nodeType": "YulFunctionCall", - "src": "2126:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2117:5:44", - "nodeType": "YulTypedName", - "src": "2117:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2183:5:44", - "nodeType": "YulIdentifier", - "src": "2183:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2158:24:44", - "nodeType": "YulIdentifier", - "src": "2158:24:44" - }, - "nativeSrc": "2158:31:44", - "nodeType": "YulFunctionCall", - "src": "2158:31:44" - }, - "nativeSrc": "2158:31:44", - "nodeType": "YulExpressionStatement", - "src": "2158:31:44" - }, - { - "nativeSrc": "2198:15:44", - "nodeType": "YulAssignment", - "src": "2198:15:44", - "value": { - "name": "value", - "nativeSrc": "2208:5:44", - "nodeType": "YulIdentifier", - "src": "2208:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2198:6:44", - "nodeType": "YulIdentifier", - "src": "2198:6:44" - } - ] - }, - { - "nativeSrc": "2222:47:44", - "nodeType": "YulVariableDeclaration", - "src": "2222:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2254:9:44", - "nodeType": "YulIdentifier", - "src": "2254:9:44" - }, - { - "kind": "number", - "nativeSrc": "2265:2:44", - "nodeType": "YulLiteral", - "src": "2265:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2250:3:44", - "nodeType": "YulIdentifier", - "src": "2250:3:44" - }, - "nativeSrc": "2250:18:44", - "nodeType": "YulFunctionCall", - "src": "2250:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2237:12:44", - "nodeType": "YulIdentifier", - "src": "2237:12:44" - }, - "nativeSrc": "2237:32:44", - "nodeType": "YulFunctionCall", - "src": "2237:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2226:7:44", - "nodeType": "YulTypedName", - "src": "2226:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2326:16:44", - "nodeType": "YulBlock", - "src": "2326:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2335:1:44", - "nodeType": "YulLiteral", - "src": "2335:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2338:1:44", - "nodeType": "YulLiteral", - "src": "2338:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2328:6:44", - "nodeType": "YulIdentifier", - "src": "2328:6:44" - }, - "nativeSrc": "2328:12:44", - "nodeType": "YulFunctionCall", - "src": "2328:12:44" - }, - "nativeSrc": "2328:12:44", - "nodeType": "YulExpressionStatement", - "src": "2328:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2291:7:44", - "nodeType": "YulIdentifier", - "src": "2291:7:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2314:7:44", - "nodeType": "YulIdentifier", - "src": "2314:7:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2307:6:44", - "nodeType": "YulIdentifier", - "src": "2307:6:44" - }, - "nativeSrc": "2307:15:44", - "nodeType": "YulFunctionCall", - "src": "2307:15:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2300:6:44", - "nodeType": "YulIdentifier", - "src": "2300:6:44" - }, - "nativeSrc": "2300:23:44", - "nodeType": "YulFunctionCall", - "src": "2300:23:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "2288:2:44", - "nodeType": "YulIdentifier", - "src": "2288:2:44" - }, - "nativeSrc": "2288:36:44", - "nodeType": "YulFunctionCall", - "src": "2288:36:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2281:6:44", - "nodeType": "YulIdentifier", - "src": "2281:6:44" - }, - "nativeSrc": "2281:44:44", - "nodeType": "YulFunctionCall", - "src": "2281:44:44" - }, - "nativeSrc": "2278:64:44", - "nodeType": "YulIf", - "src": "2278:64:44" - }, - { - "nativeSrc": "2351:17:44", - "nodeType": "YulAssignment", - "src": "2351:17:44", - "value": { - "name": "value_1", - "nativeSrc": "2361:7:44", - "nodeType": "YulIdentifier", - "src": "2361:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2351:6:44", - "nodeType": "YulIdentifier", - "src": "2351:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bool", - "nativeSrc": "1958:416:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2000:9:44", - "nodeType": "YulTypedName", - "src": "2000:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2011:7:44", - "nodeType": "YulTypedName", - "src": "2011:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2023:6:44", - "nodeType": "YulTypedName", - "src": "2023:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2031:6:44", - "nodeType": "YulTypedName", - "src": "2031:6:44", - "type": "" - } - ], - "src": "1958:416:44" - }, - { - "body": { - "nativeSrc": "2466:301:44", - "nodeType": "YulBlock", - "src": "2466:301:44", - "statements": [ - { - "body": { - "nativeSrc": "2512:16:44", - "nodeType": "YulBlock", - "src": "2512:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2521:1:44", - "nodeType": "YulLiteral", - "src": "2521:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2524:1:44", - "nodeType": "YulLiteral", - "src": "2524:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2514:6:44", - "nodeType": "YulIdentifier", - "src": "2514:6:44" - }, - "nativeSrc": "2514:12:44", - "nodeType": "YulFunctionCall", - "src": "2514:12:44" - }, - "nativeSrc": "2514:12:44", - "nodeType": "YulExpressionStatement", - "src": "2514:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "2487:7:44", - "nodeType": "YulIdentifier", - "src": "2487:7:44" - }, - { - "name": "headStart", - "nativeSrc": "2496:9:44", - "nodeType": "YulIdentifier", - "src": "2496:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "2483:3:44", - "nodeType": "YulIdentifier", - "src": "2483:3:44" - }, - "nativeSrc": "2483:23:44", - "nodeType": "YulFunctionCall", - "src": "2483:23:44" - }, - { - "kind": "number", - "nativeSrc": "2508:2:44", - "nodeType": "YulLiteral", - "src": "2508:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2479:3:44", - "nodeType": "YulIdentifier", - "src": "2479:3:44" - }, - "nativeSrc": "2479:32:44", - "nodeType": "YulFunctionCall", - "src": "2479:32:44" - }, - "nativeSrc": "2476:52:44", - "nodeType": "YulIf", - "src": "2476:52:44" - }, - { - "nativeSrc": "2537:36:44", - "nodeType": "YulVariableDeclaration", - "src": "2537:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2563:9:44", - "nodeType": "YulIdentifier", - "src": "2563:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2550:12:44", - "nodeType": "YulIdentifier", - "src": "2550:12:44" - }, - "nativeSrc": "2550:23:44", - "nodeType": "YulFunctionCall", - "src": "2550:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "2541:5:44", - "nodeType": "YulTypedName", - "src": "2541:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "2607:5:44", - "nodeType": "YulIdentifier", - "src": "2607:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2582:24:44", - "nodeType": "YulIdentifier", - "src": "2582:24:44" - }, - "nativeSrc": "2582:31:44", - "nodeType": "YulFunctionCall", - "src": "2582:31:44" - }, - "nativeSrc": "2582:31:44", - "nodeType": "YulExpressionStatement", - "src": "2582:31:44" - }, - { - "nativeSrc": "2622:15:44", - "nodeType": "YulAssignment", - "src": "2622:15:44", - "value": { - "name": "value", - "nativeSrc": "2632:5:44", - "nodeType": "YulIdentifier", - "src": "2632:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2622:6:44", - "nodeType": "YulIdentifier", - "src": "2622:6:44" - } - ] - }, - { - "nativeSrc": "2646:47:44", - "nodeType": "YulVariableDeclaration", - "src": "2646:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2678:9:44", - "nodeType": "YulIdentifier", - "src": "2678:9:44" - }, - { - "kind": "number", - "nativeSrc": "2689:2:44", - "nodeType": "YulLiteral", - "src": "2689:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2674:3:44", - "nodeType": "YulIdentifier", - "src": "2674:3:44" - }, - "nativeSrc": "2674:18:44", - "nodeType": "YulFunctionCall", - "src": "2674:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2661:12:44", - "nodeType": "YulIdentifier", - "src": "2661:12:44" - }, - "nativeSrc": "2661:32:44", - "nodeType": "YulFunctionCall", - "src": "2661:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "2650:7:44", - "nodeType": "YulTypedName", - "src": "2650:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "2727:7:44", - "nodeType": "YulIdentifier", - "src": "2727:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "2702:24:44", - "nodeType": "YulIdentifier", - "src": "2702:24:44" - }, - "nativeSrc": "2702:33:44", - "nodeType": "YulFunctionCall", - "src": "2702:33:44" - }, - "nativeSrc": "2702:33:44", - "nodeType": "YulExpressionStatement", - "src": "2702:33:44" - }, - { - "nativeSrc": "2744:17:44", - "nodeType": "YulAssignment", - "src": "2744:17:44", - "value": { - "name": "value_1", - "nativeSrc": "2754:7:44", - "nodeType": "YulIdentifier", - "src": "2754:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2744:6:44", - "nodeType": "YulIdentifier", - "src": "2744:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_address", - "nativeSrc": "2379:388:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2424:9:44", - "nodeType": "YulTypedName", - "src": "2424:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "2435:7:44", - "nodeType": "YulTypedName", - "src": "2435:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "2447:6:44", - "nodeType": "YulTypedName", - "src": "2447:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "2455:6:44", - "nodeType": "YulTypedName", - "src": "2455:6:44", - "type": "" - } - ], - "src": "2379:388:44" - }, - { - "body": { - "nativeSrc": "2844:275:44", - "nodeType": "YulBlock", - "src": "2844:275:44", - "statements": [ - { - "body": { - "nativeSrc": "2893:16:44", - "nodeType": "YulBlock", - "src": "2893:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2902:1:44", - "nodeType": "YulLiteral", - "src": "2902:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2905:1:44", - "nodeType": "YulLiteral", - "src": "2905:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2895:6:44", - "nodeType": "YulIdentifier", - "src": "2895:6:44" - }, - "nativeSrc": "2895:12:44", - "nodeType": "YulFunctionCall", - "src": "2895:12:44" - }, - "nativeSrc": "2895:12:44", - "nodeType": "YulExpressionStatement", - "src": "2895:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2872:6:44", - "nodeType": "YulIdentifier", - "src": "2872:6:44" - }, - { - "kind": "number", - "nativeSrc": "2880:4:44", - "nodeType": "YulLiteral", - "src": "2880:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2868:3:44", - "nodeType": "YulIdentifier", - "src": "2868:3:44" - }, - "nativeSrc": "2868:17:44", - "nodeType": "YulFunctionCall", - "src": "2868:17:44" - }, - { - "name": "end", - "nativeSrc": "2887:3:44", - "nodeType": "YulIdentifier", - "src": "2887:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "2864:3:44", - "nodeType": "YulIdentifier", - "src": "2864:3:44" - }, - "nativeSrc": "2864:27:44", - "nodeType": "YulFunctionCall", - "src": "2864:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2857:6:44", - "nodeType": "YulIdentifier", - "src": "2857:6:44" - }, - "nativeSrc": "2857:35:44", - "nodeType": "YulFunctionCall", - "src": "2857:35:44" - }, - "nativeSrc": "2854:55:44", - "nodeType": "YulIf", - "src": "2854:55:44" - }, - { - "nativeSrc": "2918:30:44", - "nodeType": "YulAssignment", - "src": "2918:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "2941:6:44", - "nodeType": "YulIdentifier", - "src": "2941:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2928:12:44", - "nodeType": "YulIdentifier", - "src": "2928:12:44" - }, - "nativeSrc": "2928:20:44", - "nodeType": "YulFunctionCall", - "src": "2928:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "2918:6:44", - "nodeType": "YulIdentifier", - "src": "2918:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "2991:16:44", - "nodeType": "YulBlock", - "src": "2991:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3000:1:44", - "nodeType": "YulLiteral", - "src": "3000:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3003:1:44", - "nodeType": "YulLiteral", - "src": "3003:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2993:6:44", - "nodeType": "YulIdentifier", - "src": "2993:6:44" - }, - "nativeSrc": "2993:12:44", - "nodeType": "YulFunctionCall", - "src": "2993:12:44" - }, - "nativeSrc": "2993:12:44", - "nodeType": "YulExpressionStatement", - "src": "2993:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "2963:6:44", - "nodeType": "YulIdentifier", - "src": "2963:6:44" - }, - { - "kind": "number", - "nativeSrc": "2971:18:44", - "nodeType": "YulLiteral", - "src": "2971:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2960:2:44", - "nodeType": "YulIdentifier", - "src": "2960:2:44" - }, - "nativeSrc": "2960:30:44", - "nodeType": "YulFunctionCall", - "src": "2960:30:44" - }, - "nativeSrc": "2957:50:44", - "nodeType": "YulIf", - "src": "2957:50:44" - }, - { - "nativeSrc": "3016:29:44", - "nodeType": "YulAssignment", - "src": "3016:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3032:6:44", - "nodeType": "YulIdentifier", - "src": "3032:6:44" - }, - { - "kind": "number", - "nativeSrc": "3040:4:44", - "nodeType": "YulLiteral", - "src": "3040:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3028:3:44", - "nodeType": "YulIdentifier", - "src": "3028:3:44" - }, - "nativeSrc": "3028:17:44", - "nodeType": "YulFunctionCall", - "src": "3028:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "3016:8:44", - "nodeType": "YulIdentifier", - "src": "3016:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "3097:16:44", - "nodeType": "YulBlock", - "src": "3097:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3106:1:44", - "nodeType": "YulLiteral", - "src": "3106:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3109:1:44", - "nodeType": "YulLiteral", - "src": "3109:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3099:6:44", - "nodeType": "YulIdentifier", - "src": "3099:6:44" - }, - "nativeSrc": "3099:12:44", - "nodeType": "YulFunctionCall", - "src": "3099:12:44" - }, - "nativeSrc": "3099:12:44", - "nodeType": "YulExpressionStatement", - "src": "3099:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3068:6:44", - "nodeType": "YulIdentifier", - "src": "3068:6:44" - }, - { - "name": "length", - "nativeSrc": "3076:6:44", - "nodeType": "YulIdentifier", - "src": "3076:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3064:3:44", - "nodeType": "YulIdentifier", - "src": "3064:3:44" - }, - "nativeSrc": "3064:19:44", - "nodeType": "YulFunctionCall", - "src": "3064:19:44" - }, - { - "kind": "number", - "nativeSrc": "3085:4:44", - "nodeType": "YulLiteral", - "src": "3085:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3060:3:44", - "nodeType": "YulIdentifier", - "src": "3060:3:44" - }, - "nativeSrc": "3060:30:44", - "nodeType": "YulFunctionCall", - "src": "3060:30:44" - }, - { - "name": "end", - "nativeSrc": "3092:3:44", - "nodeType": "YulIdentifier", - "src": "3092:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3057:2:44", - "nodeType": "YulIdentifier", - "src": "3057:2:44" - }, - "nativeSrc": "3057:39:44", - "nodeType": "YulFunctionCall", - "src": "3057:39:44" - }, - "nativeSrc": "3054:59:44", - "nodeType": "YulIf", - "src": "3054:59:44" - } - ] - }, - "name": "abi_decode_bytes_calldata", - "nativeSrc": "2772:347:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "2807:6:44", - "nodeType": "YulTypedName", - "src": "2807:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "2815:3:44", - "nodeType": "YulTypedName", - "src": "2815:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "2823:8:44", - "nodeType": "YulTypedName", - "src": "2823:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "2833:6:44", - "nodeType": "YulTypedName", - "src": "2833:6:44", - "type": "" - } - ], - "src": "2772:347:44" - }, - { - "body": { - "nativeSrc": "3230:438:44", - "nodeType": "YulBlock", - "src": "3230:438:44", - "statements": [ - { - "body": { - "nativeSrc": "3276:16:44", - "nodeType": "YulBlock", - "src": "3276:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3285:1:44", - "nodeType": "YulLiteral", - "src": "3285:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3288:1:44", - "nodeType": "YulLiteral", - "src": "3288:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3278:6:44", - "nodeType": "YulIdentifier", - "src": "3278:6:44" - }, - "nativeSrc": "3278:12:44", - "nodeType": "YulFunctionCall", - "src": "3278:12:44" - }, - "nativeSrc": "3278:12:44", - "nodeType": "YulExpressionStatement", - "src": "3278:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3251:7:44", - "nodeType": "YulIdentifier", - "src": "3251:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3260:9:44", - "nodeType": "YulIdentifier", - "src": "3260:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3247:3:44", - "nodeType": "YulIdentifier", - "src": "3247:3:44" - }, - "nativeSrc": "3247:23:44", - "nodeType": "YulFunctionCall", - "src": "3247:23:44" - }, - { - "kind": "number", - "nativeSrc": "3272:2:44", - "nodeType": "YulLiteral", - "src": "3272:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3243:3:44", - "nodeType": "YulIdentifier", - "src": "3243:3:44" - }, - "nativeSrc": "3243:32:44", - "nodeType": "YulFunctionCall", - "src": "3243:32:44" - }, - "nativeSrc": "3240:52:44", - "nodeType": "YulIf", - "src": "3240:52:44" - }, - { - "nativeSrc": "3301:36:44", - "nodeType": "YulVariableDeclaration", - "src": "3301:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3327:9:44", - "nodeType": "YulIdentifier", - "src": "3327:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3314:12:44", - "nodeType": "YulIdentifier", - "src": "3314:12:44" - }, - "nativeSrc": "3314:23:44", - "nodeType": "YulFunctionCall", - "src": "3314:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "3305:5:44", - "nodeType": "YulTypedName", - "src": "3305:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "3371:5:44", - "nodeType": "YulIdentifier", - "src": "3371:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "3346:24:44", - "nodeType": "YulIdentifier", - "src": "3346:24:44" - }, - "nativeSrc": "3346:31:44", - "nodeType": "YulFunctionCall", - "src": "3346:31:44" - }, - "nativeSrc": "3346:31:44", - "nodeType": "YulExpressionStatement", - "src": "3346:31:44" - }, - { - "nativeSrc": "3386:15:44", - "nodeType": "YulAssignment", - "src": "3386:15:44", - "value": { - "name": "value", - "nativeSrc": "3396:5:44", - "nodeType": "YulIdentifier", - "src": "3396:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3386:6:44", - "nodeType": "YulIdentifier", - "src": "3386:6:44" - } - ] - }, - { - "nativeSrc": "3410:46:44", - "nodeType": "YulVariableDeclaration", - "src": "3410:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3441:9:44", - "nodeType": "YulIdentifier", - "src": "3441:9:44" - }, - { - "kind": "number", - "nativeSrc": "3452:2:44", - "nodeType": "YulLiteral", - "src": "3452:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3437:3:44", - "nodeType": "YulIdentifier", - "src": "3437:3:44" - }, - "nativeSrc": "3437:18:44", - "nodeType": "YulFunctionCall", - "src": "3437:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3424:12:44", - "nodeType": "YulIdentifier", - "src": "3424:12:44" - }, - "nativeSrc": "3424:32:44", - "nodeType": "YulFunctionCall", - "src": "3424:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3414:6:44", - "nodeType": "YulTypedName", - "src": "3414:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3499:16:44", - "nodeType": "YulBlock", - "src": "3499:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3508:1:44", - "nodeType": "YulLiteral", - "src": "3508:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3511:1:44", - "nodeType": "YulLiteral", - "src": "3511:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3501:6:44", - "nodeType": "YulIdentifier", - "src": "3501:6:44" - }, - "nativeSrc": "3501:12:44", - "nodeType": "YulFunctionCall", - "src": "3501:12:44" - }, - "nativeSrc": "3501:12:44", - "nodeType": "YulExpressionStatement", - "src": "3501:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3471:6:44", - "nodeType": "YulIdentifier", - "src": "3471:6:44" - }, - { - "kind": "number", - "nativeSrc": "3479:18:44", - "nodeType": "YulLiteral", - "src": "3479:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3468:2:44", - "nodeType": "YulIdentifier", - "src": "3468:2:44" - }, - "nativeSrc": "3468:30:44", - "nodeType": "YulFunctionCall", - "src": "3468:30:44" - }, - "nativeSrc": "3465:50:44", - "nodeType": "YulIf", - "src": "3465:50:44" - }, - { - "nativeSrc": "3524:84:44", - "nodeType": "YulVariableDeclaration", - "src": "3524:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3580:9:44", - "nodeType": "YulIdentifier", - "src": "3580:9:44" - }, - { - "name": "offset", - "nativeSrc": "3591:6:44", - "nodeType": "YulIdentifier", - "src": "3591:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3576:3:44", - "nodeType": "YulIdentifier", - "src": "3576:3:44" - }, - "nativeSrc": "3576:22:44", - "nodeType": "YulFunctionCall", - "src": "3576:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "3600:7:44", - "nodeType": "YulIdentifier", - "src": "3600:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "3550:25:44", - "nodeType": "YulIdentifier", - "src": "3550:25:44" - }, - "nativeSrc": "3550:58:44", - "nodeType": "YulFunctionCall", - "src": "3550:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "3528:8:44", - "nodeType": "YulTypedName", - "src": "3528:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "3538:8:44", - "nodeType": "YulTypedName", - "src": "3538:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "3617:18:44", - "nodeType": "YulAssignment", - "src": "3617:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "3627:8:44", - "nodeType": "YulIdentifier", - "src": "3627:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "3617:6:44", - "nodeType": "YulIdentifier", - "src": "3617:6:44" - } - ] - }, - { - "nativeSrc": "3644:18:44", - "nodeType": "YulAssignment", - "src": "3644:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "3654:8:44", - "nodeType": "YulIdentifier", - "src": "3654:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "3644:6:44", - "nodeType": "YulIdentifier", - "src": "3644:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptr", - "nativeSrc": "3124:544:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3180:9:44", - "nodeType": "YulTypedName", - "src": "3180:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3191:7:44", - "nodeType": "YulTypedName", - "src": "3191:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3203:6:44", - "nodeType": "YulTypedName", - "src": "3203:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3211:6:44", - "nodeType": "YulTypedName", - "src": "3211:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3219:6:44", - "nodeType": "YulTypedName", - "src": "3219:6:44", - "type": "" - } - ], - "src": "3124:544:44" - }, - { - "body": { - "nativeSrc": "3721:115:44", - "nodeType": "YulBlock", - "src": "3721:115:44", - "statements": [ - { - "nativeSrc": "3731:29:44", - "nodeType": "YulAssignment", - "src": "3731:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3753:6:44", - "nodeType": "YulIdentifier", - "src": "3753:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3740:12:44", - "nodeType": "YulIdentifier", - "src": "3740:12:44" - }, - "nativeSrc": "3740:20:44", - "nodeType": "YulFunctionCall", - "src": "3740:20:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "3731:5:44", - "nodeType": "YulIdentifier", - "src": "3731:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "3814:16:44", - "nodeType": "YulBlock", - "src": "3814:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3823:1:44", - "nodeType": "YulLiteral", - "src": "3823:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3826:1:44", - "nodeType": "YulLiteral", - "src": "3826:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3816:6:44", - "nodeType": "YulIdentifier", - "src": "3816:6:44" - }, - "nativeSrc": "3816:12:44", - "nodeType": "YulFunctionCall", - "src": "3816:12:44" - }, - "nativeSrc": "3816:12:44", - "nodeType": "YulExpressionStatement", - "src": "3816:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3782:5:44", - "nodeType": "YulIdentifier", - "src": "3782:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "3793:5:44", - "nodeType": "YulIdentifier", - "src": "3793:5:44" - }, - { - "kind": "number", - "nativeSrc": "3800:10:44", - "nodeType": "YulLiteral", - "src": "3800:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3789:3:44", - "nodeType": "YulIdentifier", - "src": "3789:3:44" - }, - "nativeSrc": "3789:22:44", - "nodeType": "YulFunctionCall", - "src": "3789:22:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "3779:2:44", - "nodeType": "YulIdentifier", - "src": "3779:2:44" - }, - "nativeSrc": "3779:33:44", - "nodeType": "YulFunctionCall", - "src": "3779:33:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "3772:6:44", - "nodeType": "YulIdentifier", - "src": "3772:6:44" - }, - "nativeSrc": "3772:41:44", - "nodeType": "YulFunctionCall", - "src": "3772:41:44" - }, - "nativeSrc": "3769:61:44", - "nodeType": "YulIf", - "src": "3769:61:44" - } - ] - }, - "name": "abi_decode_uint32", - "nativeSrc": "3673:163:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "3700:6:44", - "nodeType": "YulTypedName", - "src": "3700:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "3711:5:44", - "nodeType": "YulTypedName", - "src": "3711:5:44", - "type": "" - } - ], - "src": "3673:163:44" - }, - { - "body": { - "nativeSrc": "3943:289:44", - "nodeType": "YulBlock", - "src": "3943:289:44", - "statements": [ - { - "body": { - "nativeSrc": "3989:16:44", - "nodeType": "YulBlock", - "src": "3989:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3998:1:44", - "nodeType": "YulLiteral", - "src": "3998:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4001:1:44", - "nodeType": "YulLiteral", - "src": "4001:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3991:6:44", - "nodeType": "YulIdentifier", - "src": "3991:6:44" - }, - "nativeSrc": "3991:12:44", - "nodeType": "YulFunctionCall", - "src": "3991:12:44" - }, - "nativeSrc": "3991:12:44", - "nodeType": "YulExpressionStatement", - "src": "3991:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3964:7:44", - "nodeType": "YulIdentifier", - "src": "3964:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3973:9:44", - "nodeType": "YulIdentifier", - "src": "3973:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3960:3:44", - "nodeType": "YulIdentifier", - "src": "3960:3:44" - }, - "nativeSrc": "3960:23:44", - "nodeType": "YulFunctionCall", - "src": "3960:23:44" - }, - { - "kind": "number", - "nativeSrc": "3985:2:44", - "nodeType": "YulLiteral", - "src": "3985:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3956:3:44", - "nodeType": "YulIdentifier", - "src": "3956:3:44" - }, - "nativeSrc": "3956:32:44", - "nodeType": "YulFunctionCall", - "src": "3956:32:44" - }, - "nativeSrc": "3953:52:44", - "nodeType": "YulIf", - "src": "3953:52:44" - }, - { - "nativeSrc": "4014:38:44", - "nodeType": "YulAssignment", - "src": "4014:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4042:9:44", - "nodeType": "YulIdentifier", - "src": "4042:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4024:17:44", - "nodeType": "YulIdentifier", - "src": "4024:17:44" - }, - "nativeSrc": "4024:28:44", - "nodeType": "YulFunctionCall", - "src": "4024:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4014:6:44", - "nodeType": "YulIdentifier", - "src": "4014:6:44" - } - ] - }, - { - "nativeSrc": "4061:45:44", - "nodeType": "YulVariableDeclaration", - "src": "4061:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4091:9:44", - "nodeType": "YulIdentifier", - "src": "4091:9:44" - }, - { - "kind": "number", - "nativeSrc": "4102:2:44", - "nodeType": "YulLiteral", - "src": "4102:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4087:3:44", - "nodeType": "YulIdentifier", - "src": "4087:3:44" - }, - "nativeSrc": "4087:18:44", - "nodeType": "YulFunctionCall", - "src": "4087:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4074:12:44", - "nodeType": "YulIdentifier", - "src": "4074:12:44" - }, - "nativeSrc": "4074:32:44", - "nodeType": "YulFunctionCall", - "src": "4074:32:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4065:5:44", - "nodeType": "YulTypedName", - "src": "4065:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4140:5:44", - "nodeType": "YulIdentifier", - "src": "4140:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4115:24:44", - "nodeType": "YulIdentifier", - "src": "4115:24:44" - }, - "nativeSrc": "4115:31:44", - "nodeType": "YulFunctionCall", - "src": "4115:31:44" - }, - "nativeSrc": "4115:31:44", - "nodeType": "YulExpressionStatement", - "src": "4115:31:44" - }, - { - "nativeSrc": "4155:15:44", - "nodeType": "YulAssignment", - "src": "4155:15:44", - "value": { - "name": "value", - "nativeSrc": "4165:5:44", - "nodeType": "YulIdentifier", - "src": "4165:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4155:6:44", - "nodeType": "YulIdentifier", - "src": "4155:6:44" - } - ] - }, - { - "nativeSrc": "4179:47:44", - "nodeType": "YulAssignment", - "src": "4179:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4211:9:44", - "nodeType": "YulIdentifier", - "src": "4211:9:44" - }, - { - "kind": "number", - "nativeSrc": "4222:2:44", - "nodeType": "YulLiteral", - "src": "4222:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4207:3:44", - "nodeType": "YulIdentifier", - "src": "4207:3:44" - }, - "nativeSrc": "4207:18:44", - "nodeType": "YulFunctionCall", - "src": "4207:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "4189:17:44", - "nodeType": "YulIdentifier", - "src": "4189:17:44" - }, - "nativeSrc": "4189:37:44", - "nodeType": "YulFunctionCall", - "src": "4189:37:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "4179:6:44", - "nodeType": "YulIdentifier", - "src": "4179:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_addresst_uint32", - "nativeSrc": "3841:391:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3893:9:44", - "nodeType": "YulTypedName", - "src": "3893:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3904:7:44", - "nodeType": "YulTypedName", - "src": "3904:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3916:6:44", - "nodeType": "YulTypedName", - "src": "3916:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3924:6:44", - "nodeType": "YulTypedName", - "src": "3924:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3932:6:44", - "nodeType": "YulTypedName", - "src": "3932:6:44", - "type": "" - } - ], - "src": "3841:391:44" - }, - { - "body": { - "nativeSrc": "4323:233:44", - "nodeType": "YulBlock", - "src": "4323:233:44", - "statements": [ - { - "body": { - "nativeSrc": "4369:16:44", - "nodeType": "YulBlock", - "src": "4369:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4378:1:44", - "nodeType": "YulLiteral", - "src": "4378:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4381:1:44", - "nodeType": "YulLiteral", - "src": "4381:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4371:6:44", - "nodeType": "YulIdentifier", - "src": "4371:6:44" - }, - "nativeSrc": "4371:12:44", - "nodeType": "YulFunctionCall", - "src": "4371:12:44" - }, - "nativeSrc": "4371:12:44", - "nodeType": "YulExpressionStatement", - "src": "4371:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "4344:7:44", - "nodeType": "YulIdentifier", - "src": "4344:7:44" - }, - { - "name": "headStart", - "nativeSrc": "4353:9:44", - "nodeType": "YulIdentifier", - "src": "4353:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4340:3:44", - "nodeType": "YulIdentifier", - "src": "4340:3:44" - }, - "nativeSrc": "4340:23:44", - "nodeType": "YulFunctionCall", - "src": "4340:23:44" - }, - { - "kind": "number", - "nativeSrc": "4365:2:44", - "nodeType": "YulLiteral", - "src": "4365:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4336:3:44", - "nodeType": "YulIdentifier", - "src": "4336:3:44" - }, - "nativeSrc": "4336:32:44", - "nodeType": "YulFunctionCall", - "src": "4336:32:44" - }, - "nativeSrc": "4333:52:44", - "nodeType": "YulIf", - "src": "4333:52:44" - }, - { - "nativeSrc": "4394:38:44", - "nodeType": "YulAssignment", - "src": "4394:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4422:9:44", - "nodeType": "YulIdentifier", - "src": "4422:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "4404:17:44", - "nodeType": "YulIdentifier", - "src": "4404:17:44" - }, - "nativeSrc": "4404:28:44", - "nodeType": "YulFunctionCall", - "src": "4404:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "4394:6:44", - "nodeType": "YulIdentifier", - "src": "4394:6:44" - } - ] - }, - { - "nativeSrc": "4441:45:44", - "nodeType": "YulVariableDeclaration", - "src": "4441:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4471:9:44", - "nodeType": "YulIdentifier", - "src": "4471:9:44" - }, - { - "kind": "number", - "nativeSrc": "4482:2:44", - "nodeType": "YulLiteral", - "src": "4482:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4467:3:44", - "nodeType": "YulIdentifier", - "src": "4467:3:44" - }, - "nativeSrc": "4467:18:44", - "nodeType": "YulFunctionCall", - "src": "4467:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4454:12:44", - "nodeType": "YulIdentifier", - "src": "4454:12:44" - }, - "nativeSrc": "4454:32:44", - "nodeType": "YulFunctionCall", - "src": "4454:32:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "4445:5:44", - "nodeType": "YulTypedName", - "src": "4445:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "4520:5:44", - "nodeType": "YulIdentifier", - "src": "4520:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "4495:24:44", - "nodeType": "YulIdentifier", - "src": "4495:24:44" - }, - "nativeSrc": "4495:31:44", - "nodeType": "YulFunctionCall", - "src": "4495:31:44" - }, - "nativeSrc": "4495:31:44", - "nodeType": "YulExpressionStatement", - "src": "4495:31:44" - }, - { - "nativeSrc": "4535:15:44", - "nodeType": "YulAssignment", - "src": "4535:15:44", - "value": { - "name": "value", - "nativeSrc": "4545:5:44", - "nodeType": "YulIdentifier", - "src": "4545:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "4535:6:44", - "nodeType": "YulIdentifier", - "src": "4535:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_address", - "nativeSrc": "4237:319:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4281:9:44", - "nodeType": "YulTypedName", - "src": "4281:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "4292:7:44", - "nodeType": "YulTypedName", - "src": "4292:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "4304:6:44", - "nodeType": "YulTypedName", - "src": "4304:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4312:6:44", - "nodeType": "YulTypedName", - "src": "4312:6:44", - "type": "" - } - ], - "src": "4237:319:44" - }, - { - "body": { - "nativeSrc": "4738:282:44", - "nodeType": "YulBlock", - "src": "4738:282:44", - "statements": [ - { - "nativeSrc": "4748:27:44", - "nodeType": "YulAssignment", - "src": "4748:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4760:9:44", - "nodeType": "YulIdentifier", - "src": "4760:9:44" - }, - { - "kind": "number", - "nativeSrc": "4771:3:44", - "nodeType": "YulLiteral", - "src": "4771:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4756:3:44", - "nodeType": "YulIdentifier", - "src": "4756:3:44" - }, - "nativeSrc": "4756:19:44", - "nodeType": "YulFunctionCall", - "src": "4756:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "4748:4:44", - "nodeType": "YulIdentifier", - "src": "4748:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4791:9:44", - "nodeType": "YulIdentifier", - "src": "4791:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4806:6:44", - "nodeType": "YulIdentifier", - "src": "4806:6:44" - }, - { - "kind": "number", - "nativeSrc": "4814:14:44", - "nodeType": "YulLiteral", - "src": "4814:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4802:3:44", - "nodeType": "YulIdentifier", - "src": "4802:3:44" - }, - "nativeSrc": "4802:27:44", - "nodeType": "YulFunctionCall", - "src": "4802:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4784:6:44", - "nodeType": "YulIdentifier", - "src": "4784:6:44" - }, - "nativeSrc": "4784:46:44", - "nodeType": "YulFunctionCall", - "src": "4784:46:44" - }, - "nativeSrc": "4784:46:44", - "nodeType": "YulExpressionStatement", - "src": "4784:46:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4850:9:44", - "nodeType": "YulIdentifier", - "src": "4850:9:44" - }, - { - "kind": "number", - "nativeSrc": "4861:2:44", - "nodeType": "YulLiteral", - "src": "4861:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4846:3:44", - "nodeType": "YulIdentifier", - "src": "4846:3:44" - }, - "nativeSrc": "4846:18:44", - "nodeType": "YulFunctionCall", - "src": "4846:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4870:6:44", - "nodeType": "YulIdentifier", - "src": "4870:6:44" - }, - { - "kind": "number", - "nativeSrc": "4878:10:44", - "nodeType": "YulLiteral", - "src": "4878:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4866:3:44", - "nodeType": "YulIdentifier", - "src": "4866:3:44" - }, - "nativeSrc": "4866:23:44", - "nodeType": "YulFunctionCall", - "src": "4866:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4839:6:44", - "nodeType": "YulIdentifier", - "src": "4839:6:44" - }, - "nativeSrc": "4839:51:44", - "nodeType": "YulFunctionCall", - "src": "4839:51:44" - }, - "nativeSrc": "4839:51:44", - "nodeType": "YulExpressionStatement", - "src": "4839:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4910:9:44", - "nodeType": "YulIdentifier", - "src": "4910:9:44" - }, - { - "kind": "number", - "nativeSrc": "4921:2:44", - "nodeType": "YulLiteral", - "src": "4921:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4906:3:44", - "nodeType": "YulIdentifier", - "src": "4906:3:44" - }, - "nativeSrc": "4906:18:44", - "nodeType": "YulFunctionCall", - "src": "4906:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4930:6:44", - "nodeType": "YulIdentifier", - "src": "4930:6:44" - }, - { - "kind": "number", - "nativeSrc": "4938:10:44", - "nodeType": "YulLiteral", - "src": "4938:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4926:3:44", - "nodeType": "YulIdentifier", - "src": "4926:3:44" - }, - "nativeSrc": "4926:23:44", - "nodeType": "YulFunctionCall", - "src": "4926:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4899:6:44", - "nodeType": "YulIdentifier", - "src": "4899:6:44" - }, - "nativeSrc": "4899:51:44", - "nodeType": "YulFunctionCall", - "src": "4899:51:44" - }, - "nativeSrc": "4899:51:44", - "nodeType": "YulExpressionStatement", - "src": "4899:51:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "4970:9:44", - "nodeType": "YulIdentifier", - "src": "4970:9:44" - }, - { - "kind": "number", - "nativeSrc": "4981:2:44", - "nodeType": "YulLiteral", - "src": "4981:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4966:3:44", - "nodeType": "YulIdentifier", - "src": "4966:3:44" - }, - "nativeSrc": "4966:18:44", - "nodeType": "YulFunctionCall", - "src": "4966:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "4990:6:44", - "nodeType": "YulIdentifier", - "src": "4990:6:44" - }, - { - "kind": "number", - "nativeSrc": "4998:14:44", - "nodeType": "YulLiteral", - "src": "4998:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "4986:3:44", - "nodeType": "YulIdentifier", - "src": "4986:3:44" - }, - "nativeSrc": "4986:27:44", - "nodeType": "YulFunctionCall", - "src": "4986:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4959:6:44", - "nodeType": "YulIdentifier", - "src": "4959:6:44" - }, - "nativeSrc": "4959:55:44", - "nodeType": "YulFunctionCall", - "src": "4959:55:44" - }, - "nativeSrc": "4959:55:44", - "nodeType": "YulExpressionStatement", - "src": "4959:55:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "4561:459:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "4683:9:44", - "nodeType": "YulTypedName", - "src": "4683:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "4694:6:44", - "nodeType": "YulTypedName", - "src": "4694:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "4702:6:44", - "nodeType": "YulTypedName", - "src": "4702:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "4710:6:44", - "nodeType": "YulTypedName", - "src": "4710:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "4718:6:44", - "nodeType": "YulTypedName", - "src": "4718:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "4729:4:44", - "nodeType": "YulTypedName", - "src": "4729:4:44", - "type": "" - } - ], - "src": "4561:459:44" - }, - { - "body": { - "nativeSrc": "5110:171:44", - "nodeType": "YulBlock", - "src": "5110:171:44", - "statements": [ - { - "body": { - "nativeSrc": "5156:16:44", - "nodeType": "YulBlock", - "src": "5156:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5165:1:44", - "nodeType": "YulLiteral", - "src": "5165:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5168:1:44", - "nodeType": "YulLiteral", - "src": "5168:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5158:6:44", - "nodeType": "YulIdentifier", - "src": "5158:6:44" - }, - "nativeSrc": "5158:12:44", - "nodeType": "YulFunctionCall", - "src": "5158:12:44" - }, - "nativeSrc": "5158:12:44", - "nodeType": "YulExpressionStatement", - "src": "5158:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5131:7:44", - "nodeType": "YulIdentifier", - "src": "5131:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5140:9:44", - "nodeType": "YulIdentifier", - "src": "5140:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5127:3:44", - "nodeType": "YulIdentifier", - "src": "5127:3:44" - }, - "nativeSrc": "5127:23:44", - "nodeType": "YulFunctionCall", - "src": "5127:23:44" - }, - { - "kind": "number", - "nativeSrc": "5152:2:44", - "nodeType": "YulLiteral", - "src": "5152:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5123:3:44", - "nodeType": "YulIdentifier", - "src": "5123:3:44" - }, - "nativeSrc": "5123:32:44", - "nodeType": "YulFunctionCall", - "src": "5123:32:44" - }, - "nativeSrc": "5120:52:44", - "nodeType": "YulIf", - "src": "5120:52:44" - }, - { - "nativeSrc": "5181:38:44", - "nodeType": "YulAssignment", - "src": "5181:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5209:9:44", - "nodeType": "YulIdentifier", - "src": "5209:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5191:17:44", - "nodeType": "YulIdentifier", - "src": "5191:17:44" - }, - "nativeSrc": "5191:28:44", - "nodeType": "YulFunctionCall", - "src": "5191:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5181:6:44", - "nodeType": "YulIdentifier", - "src": "5181:6:44" - } - ] - }, - { - "nativeSrc": "5228:47:44", - "nodeType": "YulAssignment", - "src": "5228:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5260:9:44", - "nodeType": "YulIdentifier", - "src": "5260:9:44" - }, - { - "kind": "number", - "nativeSrc": "5271:2:44", - "nodeType": "YulLiteral", - "src": "5271:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5256:3:44", - "nodeType": "YulIdentifier", - "src": "5256:3:44" - }, - "nativeSrc": "5256:18:44", - "nodeType": "YulFunctionCall", - "src": "5256:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "5238:17:44", - "nodeType": "YulIdentifier", - "src": "5238:17:44" - }, - "nativeSrc": "5238:37:44", - "nodeType": "YulFunctionCall", - "src": "5238:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "5228:6:44", - "nodeType": "YulIdentifier", - "src": "5228:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint64", - "nativeSrc": "5025:256:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5068:9:44", - "nodeType": "YulTypedName", - "src": "5068:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5079:7:44", - "nodeType": "YulTypedName", - "src": "5079:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5091:6:44", - "nodeType": "YulTypedName", - "src": "5091:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5099:6:44", - "nodeType": "YulTypedName", - "src": "5099:6:44", - "type": "" - } - ], - "src": "5025:256:44" - }, - { - "body": { - "nativeSrc": "5356:110:44", - "nodeType": "YulBlock", - "src": "5356:110:44", - "statements": [ - { - "body": { - "nativeSrc": "5402:16:44", - "nodeType": "YulBlock", - "src": "5402:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5411:1:44", - "nodeType": "YulLiteral", - "src": "5411:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5414:1:44", - "nodeType": "YulLiteral", - "src": "5414:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5404:6:44", - "nodeType": "YulIdentifier", - "src": "5404:6:44" - }, - "nativeSrc": "5404:12:44", - "nodeType": "YulFunctionCall", - "src": "5404:12:44" - }, - "nativeSrc": "5404:12:44", - "nodeType": "YulExpressionStatement", - "src": "5404:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5377:7:44", - "nodeType": "YulIdentifier", - "src": "5377:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5386:9:44", - "nodeType": "YulIdentifier", - "src": "5386:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5373:3:44", - "nodeType": "YulIdentifier", - "src": "5373:3:44" - }, - "nativeSrc": "5373:23:44", - "nodeType": "YulFunctionCall", - "src": "5373:23:44" - }, - { - "kind": "number", - "nativeSrc": "5398:2:44", - "nodeType": "YulLiteral", - "src": "5398:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5369:3:44", - "nodeType": "YulIdentifier", - "src": "5369:3:44" - }, - "nativeSrc": "5369:32:44", - "nodeType": "YulFunctionCall", - "src": "5369:32:44" - }, - "nativeSrc": "5366:52:44", - "nodeType": "YulIf", - "src": "5366:52:44" - }, - { - "nativeSrc": "5427:33:44", - "nodeType": "YulAssignment", - "src": "5427:33:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5450:9:44", - "nodeType": "YulIdentifier", - "src": "5450:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5437:12:44", - "nodeType": "YulIdentifier", - "src": "5437:12:44" - }, - "nativeSrc": "5437:23:44", - "nodeType": "YulFunctionCall", - "src": "5437:23:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5427:6:44", - "nodeType": "YulIdentifier", - "src": "5427:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32", - "nativeSrc": "5286:180:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5322:9:44", - "nodeType": "YulTypedName", - "src": "5322:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5333:7:44", - "nodeType": "YulTypedName", - "src": "5333:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5345:6:44", - "nodeType": "YulTypedName", - "src": "5345:6:44", - "type": "" - } - ], - "src": "5286:180:44" - }, - { - "body": { - "nativeSrc": "5570:97:44", - "nodeType": "YulBlock", - "src": "5570:97:44", - "statements": [ - { - "nativeSrc": "5580:26:44", - "nodeType": "YulAssignment", - "src": "5580:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5592:9:44", - "nodeType": "YulIdentifier", - "src": "5592:9:44" - }, - { - "kind": "number", - "nativeSrc": "5603:2:44", - "nodeType": "YulLiteral", - "src": "5603:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5588:3:44", - "nodeType": "YulIdentifier", - "src": "5588:3:44" - }, - "nativeSrc": "5588:18:44", - "nodeType": "YulFunctionCall", - "src": "5588:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5580:4:44", - "nodeType": "YulIdentifier", - "src": "5580:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5622:9:44", - "nodeType": "YulIdentifier", - "src": "5622:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5637:6:44", - "nodeType": "YulIdentifier", - "src": "5637:6:44" - }, - { - "kind": "number", - "nativeSrc": "5645:14:44", - "nodeType": "YulLiteral", - "src": "5645:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5633:3:44", - "nodeType": "YulIdentifier", - "src": "5633:3:44" - }, - "nativeSrc": "5633:27:44", - "nodeType": "YulFunctionCall", - "src": "5633:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5615:6:44", - "nodeType": "YulIdentifier", - "src": "5615:6:44" - }, - "nativeSrc": "5615:46:44", - "nodeType": "YulFunctionCall", - "src": "5615:46:44" - }, - "nativeSrc": "5615:46:44", - "nodeType": "YulExpressionStatement", - "src": "5615:46:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed", - "nativeSrc": "5471:196:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5539:9:44", - "nodeType": "YulTypedName", - "src": "5539:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5550:6:44", - "nodeType": "YulTypedName", - "src": "5550:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5561:4:44", - "nodeType": "YulTypedName", - "src": "5561:4:44", - "type": "" - } - ], - "src": "5471:196:44" - }, - { - "body": { - "nativeSrc": "5742:177:44", - "nodeType": "YulBlock", - "src": "5742:177:44", - "statements": [ - { - "body": { - "nativeSrc": "5788:16:44", - "nodeType": "YulBlock", - "src": "5788:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5797:1:44", - "nodeType": "YulLiteral", - "src": "5797:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5800:1:44", - "nodeType": "YulLiteral", - "src": "5800:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5790:6:44", - "nodeType": "YulIdentifier", - "src": "5790:6:44" - }, - "nativeSrc": "5790:12:44", - "nodeType": "YulFunctionCall", - "src": "5790:12:44" - }, - "nativeSrc": "5790:12:44", - "nodeType": "YulExpressionStatement", - "src": "5790:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "5763:7:44", - "nodeType": "YulIdentifier", - "src": "5763:7:44" - }, - { - "name": "headStart", - "nativeSrc": "5772:9:44", - "nodeType": "YulIdentifier", - "src": "5772:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "5759:3:44", - "nodeType": "YulIdentifier", - "src": "5759:3:44" - }, - "nativeSrc": "5759:23:44", - "nodeType": "YulFunctionCall", - "src": "5759:23:44" - }, - { - "kind": "number", - "nativeSrc": "5784:2:44", - "nodeType": "YulLiteral", - "src": "5784:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "5755:3:44", - "nodeType": "YulIdentifier", - "src": "5755:3:44" - }, - "nativeSrc": "5755:32:44", - "nodeType": "YulFunctionCall", - "src": "5755:32:44" - }, - "nativeSrc": "5752:52:44", - "nodeType": "YulIf", - "src": "5752:52:44" - }, - { - "nativeSrc": "5813:36:44", - "nodeType": "YulVariableDeclaration", - "src": "5813:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5839:9:44", - "nodeType": "YulIdentifier", - "src": "5839:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "5826:12:44", - "nodeType": "YulIdentifier", - "src": "5826:12:44" - }, - "nativeSrc": "5826:23:44", - "nodeType": "YulFunctionCall", - "src": "5826:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "5817:5:44", - "nodeType": "YulTypedName", - "src": "5817:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "5883:5:44", - "nodeType": "YulIdentifier", - "src": "5883:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "5858:24:44", - "nodeType": "YulIdentifier", - "src": "5858:24:44" - }, - "nativeSrc": "5858:31:44", - "nodeType": "YulFunctionCall", - "src": "5858:31:44" - }, - "nativeSrc": "5858:31:44", - "nodeType": "YulExpressionStatement", - "src": "5858:31:44" - }, - { - "nativeSrc": "5898:15:44", - "nodeType": "YulAssignment", - "src": "5898:15:44", - "value": { - "name": "value", - "nativeSrc": "5908:5:44", - "nodeType": "YulIdentifier", - "src": "5908:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "5898:6:44", - "nodeType": "YulIdentifier", - "src": "5898:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "5672:247:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5708:9:44", - "nodeType": "YulTypedName", - "src": "5708:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "5719:7:44", - "nodeType": "YulTypedName", - "src": "5719:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "5731:6:44", - "nodeType": "YulTypedName", - "src": "5731:6:44", - "type": "" - } - ], - "src": "5672:247:44" - }, - { - "body": { - "nativeSrc": "5968:133:44", - "nodeType": "YulBlock", - "src": "5968:133:44", - "statements": [ - { - "body": { - "nativeSrc": "6079:16:44", - "nodeType": "YulBlock", - "src": "6079:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6088:1:44", - "nodeType": "YulLiteral", - "src": "6088:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6091:1:44", - "nodeType": "YulLiteral", - "src": "6091:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6081:6:44", - "nodeType": "YulIdentifier", - "src": "6081:6:44" - }, - "nativeSrc": "6081:12:44", - "nodeType": "YulFunctionCall", - "src": "6081:12:44" - }, - "nativeSrc": "6081:12:44", - "nodeType": "YulExpressionStatement", - "src": "6081:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "5991:5:44", - "nodeType": "YulIdentifier", - "src": "5991:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6002:5:44", - "nodeType": "YulIdentifier", - "src": "6002:5:44" - }, - { - "kind": "number", - "nativeSrc": "6009:66:44", - "nodeType": "YulLiteral", - "src": "6009:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5998:3:44", - "nodeType": "YulIdentifier", - "src": "5998:3:44" - }, - "nativeSrc": "5998:78:44", - "nodeType": "YulFunctionCall", - "src": "5998:78:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "5988:2:44", - "nodeType": "YulIdentifier", - "src": "5988:2:44" - }, - "nativeSrc": "5988:89:44", - "nodeType": "YulFunctionCall", - "src": "5988:89:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "5981:6:44", - "nodeType": "YulIdentifier", - "src": "5981:6:44" - }, - "nativeSrc": "5981:97:44", - "nodeType": "YulFunctionCall", - "src": "5981:97:44" - }, - "nativeSrc": "5978:117:44", - "nodeType": "YulIf", - "src": "5978:117:44" - } - ] - }, - "name": "validator_revert_bytes4", - "nativeSrc": "5924:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "value", - "nativeSrc": "5957:5:44", - "nodeType": "YulTypedName", - "src": "5957:5:44", - "type": "" - } - ], - "src": "5924:177:44" - }, - { - "body": { - "nativeSrc": "6192:300:44", - "nodeType": "YulBlock", - "src": "6192:300:44", - "statements": [ - { - "body": { - "nativeSrc": "6238:16:44", - "nodeType": "YulBlock", - "src": "6238:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6247:1:44", - "nodeType": "YulLiteral", - "src": "6247:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6250:1:44", - "nodeType": "YulLiteral", - "src": "6250:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6240:6:44", - "nodeType": "YulIdentifier", - "src": "6240:6:44" - }, - "nativeSrc": "6240:12:44", - "nodeType": "YulFunctionCall", - "src": "6240:12:44" - }, - "nativeSrc": "6240:12:44", - "nodeType": "YulExpressionStatement", - "src": "6240:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6213:7:44", - "nodeType": "YulIdentifier", - "src": "6213:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6222:9:44", - "nodeType": "YulIdentifier", - "src": "6222:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6209:3:44", - "nodeType": "YulIdentifier", - "src": "6209:3:44" - }, - "nativeSrc": "6209:23:44", - "nodeType": "YulFunctionCall", - "src": "6209:23:44" - }, - { - "kind": "number", - "nativeSrc": "6234:2:44", - "nodeType": "YulLiteral", - "src": "6234:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6205:3:44", - "nodeType": "YulIdentifier", - "src": "6205:3:44" - }, - "nativeSrc": "6205:32:44", - "nodeType": "YulFunctionCall", - "src": "6205:32:44" - }, - "nativeSrc": "6202:52:44", - "nodeType": "YulIf", - "src": "6202:52:44" - }, - { - "nativeSrc": "6263:36:44", - "nodeType": "YulVariableDeclaration", - "src": "6263:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6289:9:44", - "nodeType": "YulIdentifier", - "src": "6289:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6276:12:44", - "nodeType": "YulIdentifier", - "src": "6276:12:44" - }, - "nativeSrc": "6276:23:44", - "nodeType": "YulFunctionCall", - "src": "6276:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6267:5:44", - "nodeType": "YulTypedName", - "src": "6267:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "6333:5:44", - "nodeType": "YulIdentifier", - "src": "6333:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "6308:24:44", - "nodeType": "YulIdentifier", - "src": "6308:24:44" - }, - "nativeSrc": "6308:31:44", - "nodeType": "YulFunctionCall", - "src": "6308:31:44" - }, - "nativeSrc": "6308:31:44", - "nodeType": "YulExpressionStatement", - "src": "6308:31:44" - }, - { - "nativeSrc": "6348:15:44", - "nodeType": "YulAssignment", - "src": "6348:15:44", - "value": { - "name": "value", - "nativeSrc": "6358:5:44", - "nodeType": "YulIdentifier", - "src": "6358:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6348:6:44", - "nodeType": "YulIdentifier", - "src": "6348:6:44" - } - ] - }, - { - "nativeSrc": "6372:47:44", - "nodeType": "YulVariableDeclaration", - "src": "6372:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6404:9:44", - "nodeType": "YulIdentifier", - "src": "6404:9:44" - }, - { - "kind": "number", - "nativeSrc": "6415:2:44", - "nodeType": "YulLiteral", - "src": "6415:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6400:3:44", - "nodeType": "YulIdentifier", - "src": "6400:3:44" - }, - "nativeSrc": "6400:18:44", - "nodeType": "YulFunctionCall", - "src": "6400:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6387:12:44", - "nodeType": "YulIdentifier", - "src": "6387:12:44" - }, - "nativeSrc": "6387:32:44", - "nodeType": "YulFunctionCall", - "src": "6387:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "6376:7:44", - "nodeType": "YulTypedName", - "src": "6376:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6452:7:44", - "nodeType": "YulIdentifier", - "src": "6452:7:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "6428:23:44", - "nodeType": "YulIdentifier", - "src": "6428:23:44" - }, - "nativeSrc": "6428:32:44", - "nodeType": "YulFunctionCall", - "src": "6428:32:44" - }, - "nativeSrc": "6428:32:44", - "nodeType": "YulExpressionStatement", - "src": "6428:32:44" - }, - { - "nativeSrc": "6469:17:44", - "nodeType": "YulAssignment", - "src": "6469:17:44", - "value": { - "name": "value_1", - "nativeSrc": "6479:7:44", - "nodeType": "YulIdentifier", - "src": "6479:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6469:6:44", - "nodeType": "YulIdentifier", - "src": "6469:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes4", - "nativeSrc": "6106:386:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6150:9:44", - "nodeType": "YulTypedName", - "src": "6150:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6161:7:44", - "nodeType": "YulTypedName", - "src": "6161:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6173:6:44", - "nodeType": "YulTypedName", - "src": "6173:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6181:6:44", - "nodeType": "YulTypedName", - "src": "6181:6:44", - "type": "" - } - ], - "src": "6106:386:44" - }, - { - "body": { - "nativeSrc": "6603:376:44", - "nodeType": "YulBlock", - "src": "6603:376:44", - "statements": [ - { - "body": { - "nativeSrc": "6649:16:44", - "nodeType": "YulBlock", - "src": "6649:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6658:1:44", - "nodeType": "YulLiteral", - "src": "6658:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6661:1:44", - "nodeType": "YulLiteral", - "src": "6661:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6651:6:44", - "nodeType": "YulIdentifier", - "src": "6651:6:44" - }, - "nativeSrc": "6651:12:44", - "nodeType": "YulFunctionCall", - "src": "6651:12:44" - }, - "nativeSrc": "6651:12:44", - "nodeType": "YulExpressionStatement", - "src": "6651:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6624:7:44", - "nodeType": "YulIdentifier", - "src": "6624:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6633:9:44", - "nodeType": "YulIdentifier", - "src": "6633:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6620:3:44", - "nodeType": "YulIdentifier", - "src": "6620:3:44" - }, - "nativeSrc": "6620:23:44", - "nodeType": "YulFunctionCall", - "src": "6620:23:44" - }, - { - "kind": "number", - "nativeSrc": "6645:2:44", - "nodeType": "YulLiteral", - "src": "6645:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6616:3:44", - "nodeType": "YulIdentifier", - "src": "6616:3:44" - }, - "nativeSrc": "6616:32:44", - "nodeType": "YulFunctionCall", - "src": "6616:32:44" - }, - "nativeSrc": "6613:52:44", - "nodeType": "YulIf", - "src": "6613:52:44" - }, - { - "nativeSrc": "6674:38:44", - "nodeType": "YulAssignment", - "src": "6674:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6702:9:44", - "nodeType": "YulIdentifier", - "src": "6702:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "6684:17:44", - "nodeType": "YulIdentifier", - "src": "6684:17:44" - }, - "nativeSrc": "6684:28:44", - "nodeType": "YulFunctionCall", - "src": "6684:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6674:6:44", - "nodeType": "YulIdentifier", - "src": "6674:6:44" - } - ] - }, - { - "nativeSrc": "6721:46:44", - "nodeType": "YulVariableDeclaration", - "src": "6721:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6752:9:44", - "nodeType": "YulIdentifier", - "src": "6752:9:44" - }, - { - "kind": "number", - "nativeSrc": "6763:2:44", - "nodeType": "YulLiteral", - "src": "6763:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6748:3:44", - "nodeType": "YulIdentifier", - "src": "6748:3:44" - }, - "nativeSrc": "6748:18:44", - "nodeType": "YulFunctionCall", - "src": "6748:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "6735:12:44", - "nodeType": "YulIdentifier", - "src": "6735:12:44" - }, - "nativeSrc": "6735:32:44", - "nodeType": "YulFunctionCall", - "src": "6735:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "6725:6:44", - "nodeType": "YulTypedName", - "src": "6725:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6810:16:44", - "nodeType": "YulBlock", - "src": "6810:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6819:1:44", - "nodeType": "YulLiteral", - "src": "6819:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6822:1:44", - "nodeType": "YulLiteral", - "src": "6822:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6812:6:44", - "nodeType": "YulIdentifier", - "src": "6812:6:44" - }, - "nativeSrc": "6812:12:44", - "nodeType": "YulFunctionCall", - "src": "6812:12:44" - }, - "nativeSrc": "6812:12:44", - "nodeType": "YulExpressionStatement", - "src": "6812:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "6782:6:44", - "nodeType": "YulIdentifier", - "src": "6782:6:44" - }, - { - "kind": "number", - "nativeSrc": "6790:18:44", - "nodeType": "YulLiteral", - "src": "6790:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "6779:2:44", - "nodeType": "YulIdentifier", - "src": "6779:2:44" - }, - "nativeSrc": "6779:30:44", - "nodeType": "YulFunctionCall", - "src": "6779:30:44" - }, - "nativeSrc": "6776:50:44", - "nodeType": "YulIf", - "src": "6776:50:44" - }, - { - "nativeSrc": "6835:84:44", - "nodeType": "YulVariableDeclaration", - "src": "6835:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6891:9:44", - "nodeType": "YulIdentifier", - "src": "6891:9:44" - }, - { - "name": "offset", - "nativeSrc": "6902:6:44", - "nodeType": "YulIdentifier", - "src": "6902:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6887:3:44", - "nodeType": "YulIdentifier", - "src": "6887:3:44" - }, - "nativeSrc": "6887:22:44", - "nodeType": "YulFunctionCall", - "src": "6887:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "6911:7:44", - "nodeType": "YulIdentifier", - "src": "6911:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "6861:25:44", - "nodeType": "YulIdentifier", - "src": "6861:25:44" - }, - "nativeSrc": "6861:58:44", - "nodeType": "YulFunctionCall", - "src": "6861:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "6839:8:44", - "nodeType": "YulTypedName", - "src": "6839:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "6849:8:44", - "nodeType": "YulTypedName", - "src": "6849:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "6928:18:44", - "nodeType": "YulAssignment", - "src": "6928:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "6938:8:44", - "nodeType": "YulIdentifier", - "src": "6938:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6928:6:44", - "nodeType": "YulIdentifier", - "src": "6928:6:44" - } - ] - }, - { - "nativeSrc": "6955:18:44", - "nodeType": "YulAssignment", - "src": "6955:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "6965:8:44", - "nodeType": "YulIdentifier", - "src": "6965:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "6955:6:44", - "nodeType": "YulIdentifier", - "src": "6955:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_string_calldata_ptr", - "nativeSrc": "6497:482:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6553:9:44", - "nodeType": "YulTypedName", - "src": "6553:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6564:7:44", - "nodeType": "YulTypedName", - "src": "6564:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6576:6:44", - "nodeType": "YulTypedName", - "src": "6576:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6584:6:44", - "nodeType": "YulTypedName", - "src": "6584:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "6592:6:44", - "nodeType": "YulTypedName", - "src": "6592:6:44", - "type": "" - } - ], - "src": "6497:482:44" - }, - { - "body": { - "nativeSrc": "7079:92:44", - "nodeType": "YulBlock", - "src": "7079:92:44", - "statements": [ - { - "nativeSrc": "7089:26:44", - "nodeType": "YulAssignment", - "src": "7089:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7101:9:44", - "nodeType": "YulIdentifier", - "src": "7101:9:44" - }, - { - "kind": "number", - "nativeSrc": "7112:2:44", - "nodeType": "YulLiteral", - "src": "7112:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7097:3:44", - "nodeType": "YulIdentifier", - "src": "7097:3:44" - }, - "nativeSrc": "7097:18:44", - "nodeType": "YulFunctionCall", - "src": "7097:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "7089:4:44", - "nodeType": "YulIdentifier", - "src": "7089:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7131:9:44", - "nodeType": "YulIdentifier", - "src": "7131:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "7156:6:44", - "nodeType": "YulIdentifier", - "src": "7156:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7149:6:44", - "nodeType": "YulIdentifier", - "src": "7149:6:44" - }, - "nativeSrc": "7149:14:44", - "nodeType": "YulFunctionCall", - "src": "7149:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "7142:6:44", - "nodeType": "YulIdentifier", - "src": "7142:6:44" - }, - "nativeSrc": "7142:22:44", - "nodeType": "YulFunctionCall", - "src": "7142:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "7124:6:44", - "nodeType": "YulIdentifier", - "src": "7124:6:44" - }, - "nativeSrc": "7124:41:44", - "nodeType": "YulFunctionCall", - "src": "7124:41:44" - }, - "nativeSrc": "7124:41:44", - "nodeType": "YulExpressionStatement", - "src": "7124:41:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "6984:187:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7048:9:44", - "nodeType": "YulTypedName", - "src": "7048:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "7059:6:44", - "nodeType": "YulTypedName", - "src": "7059:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "7070:4:44", - "nodeType": "YulTypedName", - "src": "7070:4:44", - "type": "" - } - ], - "src": "6984:187:44" - }, - { - "body": { - "nativeSrc": "7261:171:44", - "nodeType": "YulBlock", - "src": "7261:171:44", - "statements": [ - { - "body": { - "nativeSrc": "7307:16:44", - "nodeType": "YulBlock", - "src": "7307:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7316:1:44", - "nodeType": "YulLiteral", - "src": "7316:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7319:1:44", - "nodeType": "YulLiteral", - "src": "7319:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7309:6:44", - "nodeType": "YulIdentifier", - "src": "7309:6:44" - }, - "nativeSrc": "7309:12:44", - "nodeType": "YulFunctionCall", - "src": "7309:12:44" - }, - "nativeSrc": "7309:12:44", - "nodeType": "YulExpressionStatement", - "src": "7309:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7282:7:44", - "nodeType": "YulIdentifier", - "src": "7282:7:44" - }, - { - "name": "headStart", - "nativeSrc": "7291:9:44", - "nodeType": "YulIdentifier", - "src": "7291:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7278:3:44", - "nodeType": "YulIdentifier", - "src": "7278:3:44" - }, - "nativeSrc": "7278:23:44", - "nodeType": "YulFunctionCall", - "src": "7278:23:44" - }, - { - "kind": "number", - "nativeSrc": "7303:2:44", - "nodeType": "YulLiteral", - "src": "7303:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7274:3:44", - "nodeType": "YulIdentifier", - "src": "7274:3:44" - }, - "nativeSrc": "7274:32:44", - "nodeType": "YulFunctionCall", - "src": "7274:32:44" - }, - "nativeSrc": "7271:52:44", - "nodeType": "YulIf", - "src": "7271:52:44" - }, - { - "nativeSrc": "7332:38:44", - "nodeType": "YulAssignment", - "src": "7332:38:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7360:9:44", - "nodeType": "YulIdentifier", - "src": "7360:9:44" - } - ], - "functionName": { - "name": "abi_decode_uint64", - "nativeSrc": "7342:17:44", - "nodeType": "YulIdentifier", - "src": "7342:17:44" - }, - "nativeSrc": "7342:28:44", - "nodeType": "YulFunctionCall", - "src": "7342:28:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7332:6:44", - "nodeType": "YulIdentifier", - "src": "7332:6:44" - } - ] - }, - { - "nativeSrc": "7379:47:44", - "nodeType": "YulAssignment", - "src": "7379:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7411:9:44", - "nodeType": "YulIdentifier", - "src": "7411:9:44" - }, - { - "kind": "number", - "nativeSrc": "7422:2:44", - "nodeType": "YulLiteral", - "src": "7422:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7407:3:44", - "nodeType": "YulIdentifier", - "src": "7407:3:44" - }, - "nativeSrc": "7407:18:44", - "nodeType": "YulFunctionCall", - "src": "7407:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "7389:17:44", - "nodeType": "YulIdentifier", - "src": "7389:17:44" - }, - "nativeSrc": "7389:37:44", - "nodeType": "YulFunctionCall", - "src": "7389:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7379:6:44", - "nodeType": "YulIdentifier", - "src": "7379:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_uint64t_uint32", - "nativeSrc": "7176:256:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7219:9:44", - "nodeType": "YulTypedName", - "src": "7219:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7230:7:44", - "nodeType": "YulTypedName", - "src": "7230:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7242:6:44", - "nodeType": "YulTypedName", - "src": "7242:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7250:6:44", - "nodeType": "YulTypedName", - "src": "7250:6:44", - "type": "" - } - ], - "src": "7176:256:44" - }, - { - "body": { - "nativeSrc": "7560:562:44", - "nodeType": "YulBlock", - "src": "7560:562:44", - "statements": [ - { - "body": { - "nativeSrc": "7606:16:44", - "nodeType": "YulBlock", - "src": "7606:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7615:1:44", - "nodeType": "YulLiteral", - "src": "7615:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7618:1:44", - "nodeType": "YulLiteral", - "src": "7618:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7608:6:44", - "nodeType": "YulIdentifier", - "src": "7608:6:44" - }, - "nativeSrc": "7608:12:44", - "nodeType": "YulFunctionCall", - "src": "7608:12:44" - }, - "nativeSrc": "7608:12:44", - "nodeType": "YulExpressionStatement", - "src": "7608:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "7581:7:44", - "nodeType": "YulIdentifier", - "src": "7581:7:44" - }, - { - "name": "headStart", - "nativeSrc": "7590:9:44", - "nodeType": "YulIdentifier", - "src": "7590:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "7577:3:44", - "nodeType": "YulIdentifier", - "src": "7577:3:44" - }, - "nativeSrc": "7577:23:44", - "nodeType": "YulFunctionCall", - "src": "7577:23:44" - }, - { - "kind": "number", - "nativeSrc": "7602:2:44", - "nodeType": "YulLiteral", - "src": "7602:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "7573:3:44", - "nodeType": "YulIdentifier", - "src": "7573:3:44" - }, - "nativeSrc": "7573:32:44", - "nodeType": "YulFunctionCall", - "src": "7573:32:44" - }, - "nativeSrc": "7570:52:44", - "nodeType": "YulIf", - "src": "7570:52:44" - }, - { - "nativeSrc": "7631:36:44", - "nodeType": "YulVariableDeclaration", - "src": "7631:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7657:9:44", - "nodeType": "YulIdentifier", - "src": "7657:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7644:12:44", - "nodeType": "YulIdentifier", - "src": "7644:12:44" - }, - "nativeSrc": "7644:23:44", - "nodeType": "YulFunctionCall", - "src": "7644:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "7635:5:44", - "nodeType": "YulTypedName", - "src": "7635:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "7701:5:44", - "nodeType": "YulIdentifier", - "src": "7701:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7676:24:44", - "nodeType": "YulIdentifier", - "src": "7676:24:44" - }, - "nativeSrc": "7676:31:44", - "nodeType": "YulFunctionCall", - "src": "7676:31:44" - }, - "nativeSrc": "7676:31:44", - "nodeType": "YulExpressionStatement", - "src": "7676:31:44" - }, - { - "nativeSrc": "7716:15:44", - "nodeType": "YulAssignment", - "src": "7716:15:44", - "value": { - "name": "value", - "nativeSrc": "7726:5:44", - "nodeType": "YulIdentifier", - "src": "7726:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "7716:6:44", - "nodeType": "YulIdentifier", - "src": "7716:6:44" - } - ] - }, - { - "nativeSrc": "7740:47:44", - "nodeType": "YulVariableDeclaration", - "src": "7740:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7772:9:44", - "nodeType": "YulIdentifier", - "src": "7772:9:44" - }, - { - "kind": "number", - "nativeSrc": "7783:2:44", - "nodeType": "YulLiteral", - "src": "7783:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7768:3:44", - "nodeType": "YulIdentifier", - "src": "7768:3:44" - }, - "nativeSrc": "7768:18:44", - "nodeType": "YulFunctionCall", - "src": "7768:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7755:12:44", - "nodeType": "YulIdentifier", - "src": "7755:12:44" - }, - "nativeSrc": "7755:32:44", - "nodeType": "YulFunctionCall", - "src": "7755:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "7744:7:44", - "nodeType": "YulTypedName", - "src": "7744:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "7821:7:44", - "nodeType": "YulIdentifier", - "src": "7821:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "7796:24:44", - "nodeType": "YulIdentifier", - "src": "7796:24:44" - }, - "nativeSrc": "7796:33:44", - "nodeType": "YulFunctionCall", - "src": "7796:33:44" - }, - "nativeSrc": "7796:33:44", - "nodeType": "YulExpressionStatement", - "src": "7796:33:44" - }, - { - "nativeSrc": "7838:17:44", - "nodeType": "YulAssignment", - "src": "7838:17:44", - "value": { - "name": "value_1", - "nativeSrc": "7848:7:44", - "nodeType": "YulIdentifier", - "src": "7848:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "7838:6:44", - "nodeType": "YulIdentifier", - "src": "7838:6:44" - } - ] - }, - { - "nativeSrc": "7864:46:44", - "nodeType": "YulVariableDeclaration", - "src": "7864:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "7895:9:44", - "nodeType": "YulIdentifier", - "src": "7895:9:44" - }, - { - "kind": "number", - "nativeSrc": "7906:2:44", - "nodeType": "YulLiteral", - "src": "7906:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "7891:3:44", - "nodeType": "YulIdentifier", - "src": "7891:3:44" - }, - "nativeSrc": "7891:18:44", - "nodeType": "YulFunctionCall", - "src": "7891:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "7878:12:44", - "nodeType": "YulIdentifier", - "src": "7878:12:44" - }, - "nativeSrc": "7878:32:44", - "nodeType": "YulFunctionCall", - "src": "7878:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "7868:6:44", - "nodeType": "YulTypedName", - "src": "7868:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "7953:16:44", - "nodeType": "YulBlock", - "src": "7953:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "7962:1:44", - "nodeType": "YulLiteral", - "src": "7962:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "7965:1:44", - "nodeType": "YulLiteral", - "src": "7965:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "7955:6:44", - "nodeType": "YulIdentifier", - "src": "7955:6:44" - }, - "nativeSrc": "7955:12:44", - "nodeType": "YulFunctionCall", - "src": "7955:12:44" - }, - "nativeSrc": "7955:12:44", - "nodeType": "YulExpressionStatement", - "src": "7955:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "7925:6:44", - "nodeType": "YulIdentifier", - "src": "7925:6:44" - }, - { - "kind": "number", - "nativeSrc": "7933:18:44", - "nodeType": "YulLiteral", - "src": "7933:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "7922:2:44", - "nodeType": "YulIdentifier", - "src": "7922:2:44" - }, - "nativeSrc": "7922:30:44", - "nodeType": "YulFunctionCall", - "src": "7922:30:44" - }, - "nativeSrc": "7919:50:44", - "nodeType": "YulIf", - "src": "7919:50:44" - }, - { - "nativeSrc": "7978:84:44", - "nodeType": "YulVariableDeclaration", - "src": "7978:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8034:9:44", - "nodeType": "YulIdentifier", - "src": "8034:9:44" - }, - { - "name": "offset", - "nativeSrc": "8045:6:44", - "nodeType": "YulIdentifier", - "src": "8045:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8030:3:44", - "nodeType": "YulIdentifier", - "src": "8030:3:44" - }, - "nativeSrc": "8030:22:44", - "nodeType": "YulFunctionCall", - "src": "8030:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "8054:7:44", - "nodeType": "YulIdentifier", - "src": "8054:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "8004:25:44", - "nodeType": "YulIdentifier", - "src": "8004:25:44" - }, - "nativeSrc": "8004:58:44", - "nodeType": "YulFunctionCall", - "src": "8004:58:44" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "7982:8:44", - "nodeType": "YulTypedName", - "src": "7982:8:44", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "7992:8:44", - "nodeType": "YulTypedName", - "src": "7992:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8071:18:44", - "nodeType": "YulAssignment", - "src": "8071:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "8081:8:44", - "nodeType": "YulIdentifier", - "src": "8081:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "8071:6:44", - "nodeType": "YulIdentifier", - "src": "8071:6:44" - } - ] - }, - { - "nativeSrc": "8098:18:44", - "nodeType": "YulAssignment", - "src": "8098:18:44", - "value": { - "name": "value3_1", - "nativeSrc": "8108:8:44", - "nodeType": "YulIdentifier", - "src": "8108:8:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "8098:6:44", - "nodeType": "YulIdentifier", - "src": "8098:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr", - "nativeSrc": "7437:685:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "7502:9:44", - "nodeType": "YulTypedName", - "src": "7502:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "7513:7:44", - "nodeType": "YulTypedName", - "src": "7513:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "7525:6:44", - "nodeType": "YulTypedName", - "src": "7525:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "7533:6:44", - "nodeType": "YulTypedName", - "src": "7533:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "7541:6:44", - "nodeType": "YulTypedName", - "src": "7541:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "7549:6:44", - "nodeType": "YulTypedName", - "src": "7549:6:44", - "type": "" - } - ], - "src": "7437:685:44" - }, - { - "body": { - "nativeSrc": "8228:76:44", - "nodeType": "YulBlock", - "src": "8228:76:44", - "statements": [ - { - "nativeSrc": "8238:26:44", - "nodeType": "YulAssignment", - "src": "8238:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8250:9:44", - "nodeType": "YulIdentifier", - "src": "8250:9:44" - }, - { - "kind": "number", - "nativeSrc": "8261:2:44", - "nodeType": "YulLiteral", - "src": "8261:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8246:3:44", - "nodeType": "YulIdentifier", - "src": "8246:3:44" - }, - "nativeSrc": "8246:18:44", - "nodeType": "YulFunctionCall", - "src": "8246:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "8238:4:44", - "nodeType": "YulIdentifier", - "src": "8238:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8280:9:44", - "nodeType": "YulIdentifier", - "src": "8280:9:44" - }, - { - "name": "value0", - "nativeSrc": "8291:6:44", - "nodeType": "YulIdentifier", - "src": "8291:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8273:6:44", - "nodeType": "YulIdentifier", - "src": "8273:6:44" - }, - "nativeSrc": "8273:25:44", - "nodeType": "YulFunctionCall", - "src": "8273:25:44" - }, - "nativeSrc": "8273:25:44", - "nodeType": "YulExpressionStatement", - "src": "8273:25:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed", - "nativeSrc": "8127:177:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8197:9:44", - "nodeType": "YulTypedName", - "src": "8197:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "8208:6:44", - "nodeType": "YulTypedName", - "src": "8208:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "8219:4:44", - "nodeType": "YulTypedName", - "src": "8219:4:44", - "type": "" - } - ], - "src": "8127:177:44" - }, - { - "body": { - "nativeSrc": "8425:331:44", - "nodeType": "YulBlock", - "src": "8425:331:44", - "statements": [ - { - "body": { - "nativeSrc": "8471:16:44", - "nodeType": "YulBlock", - "src": "8471:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8480:1:44", - "nodeType": "YulLiteral", - "src": "8480:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8483:1:44", - "nodeType": "YulLiteral", - "src": "8483:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8473:6:44", - "nodeType": "YulIdentifier", - "src": "8473:6:44" - }, - "nativeSrc": "8473:12:44", - "nodeType": "YulFunctionCall", - "src": "8473:12:44" - }, - "nativeSrc": "8473:12:44", - "nodeType": "YulExpressionStatement", - "src": "8473:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "8446:7:44", - "nodeType": "YulIdentifier", - "src": "8446:7:44" - }, - { - "name": "headStart", - "nativeSrc": "8455:9:44", - "nodeType": "YulIdentifier", - "src": "8455:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "8442:3:44", - "nodeType": "YulIdentifier", - "src": "8442:3:44" - }, - "nativeSrc": "8442:23:44", - "nodeType": "YulFunctionCall", - "src": "8442:23:44" - }, - { - "kind": "number", - "nativeSrc": "8467:2:44", - "nodeType": "YulLiteral", - "src": "8467:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "8438:3:44", - "nodeType": "YulIdentifier", - "src": "8438:3:44" - }, - "nativeSrc": "8438:32:44", - "nodeType": "YulFunctionCall", - "src": "8438:32:44" - }, - "nativeSrc": "8435:52:44", - "nodeType": "YulIf", - "src": "8435:52:44" - }, - { - "nativeSrc": "8496:37:44", - "nodeType": "YulVariableDeclaration", - "src": "8496:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8523:9:44", - "nodeType": "YulIdentifier", - "src": "8523:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "8510:12:44", - "nodeType": "YulIdentifier", - "src": "8510:12:44" - }, - "nativeSrc": "8510:23:44", - "nodeType": "YulFunctionCall", - "src": "8510:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "8500:6:44", - "nodeType": "YulTypedName", - "src": "8500:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8576:16:44", - "nodeType": "YulBlock", - "src": "8576:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "8585:1:44", - "nodeType": "YulLiteral", - "src": "8585:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "8588:1:44", - "nodeType": "YulLiteral", - "src": "8588:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "8578:6:44", - "nodeType": "YulIdentifier", - "src": "8578:6:44" - }, - "nativeSrc": "8578:12:44", - "nodeType": "YulFunctionCall", - "src": "8578:12:44" - }, - "nativeSrc": "8578:12:44", - "nodeType": "YulExpressionStatement", - "src": "8578:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "8548:6:44", - "nodeType": "YulIdentifier", - "src": "8548:6:44" - }, - { - "kind": "number", - "nativeSrc": "8556:18:44", - "nodeType": "YulLiteral", - "src": "8556:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "8545:2:44", - "nodeType": "YulIdentifier", - "src": "8545:2:44" - }, - "nativeSrc": "8545:30:44", - "nodeType": "YulFunctionCall", - "src": "8545:30:44" - }, - "nativeSrc": "8542:50:44", - "nodeType": "YulIf", - "src": "8542:50:44" - }, - { - "nativeSrc": "8601:95:44", - "nodeType": "YulVariableDeclaration", - "src": "8601:95:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "8668:9:44", - "nodeType": "YulIdentifier", - "src": "8668:9:44" - }, - { - "name": "offset", - "nativeSrc": "8679:6:44", - "nodeType": "YulIdentifier", - "src": "8679:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8664:3:44", - "nodeType": "YulIdentifier", - "src": "8664:3:44" - }, - "nativeSrc": "8664:22:44", - "nodeType": "YulFunctionCall", - "src": "8664:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "8688:7:44", - "nodeType": "YulIdentifier", - "src": "8688:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_bytes4_dyn_calldata", - "nativeSrc": "8627:36:44", - "nodeType": "YulIdentifier", - "src": "8627:36:44" - }, - "nativeSrc": "8627:69:44", - "nodeType": "YulFunctionCall", - "src": "8627:69:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "8605:8:44", - "nodeType": "YulTypedName", - "src": "8605:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "8615:8:44", - "nodeType": "YulTypedName", - "src": "8615:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "8705:18:44", - "nodeType": "YulAssignment", - "src": "8705:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "8715:8:44", - "nodeType": "YulIdentifier", - "src": "8715:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "8705:6:44", - "nodeType": "YulIdentifier", - "src": "8705:6:44" - } - ] - }, - { - "nativeSrc": "8732:18:44", - "nodeType": "YulAssignment", - "src": "8732:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "8742:8:44", - "nodeType": "YulIdentifier", - "src": "8742:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "8732:6:44", - "nodeType": "YulIdentifier", - "src": "8732:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr", - "nativeSrc": "8309:447:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "8383:9:44", - "nodeType": "YulTypedName", - "src": "8383:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "8394:7:44", - "nodeType": "YulTypedName", - "src": "8394:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "8406:6:44", - "nodeType": "YulTypedName", - "src": "8406:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "8414:6:44", - "nodeType": "YulTypedName", - "src": "8414:6:44", - "type": "" - } - ], - "src": "8309:447:44" - }, - { - "body": { - "nativeSrc": "8827:184:44", - "nodeType": "YulBlock", - "src": "8827:184:44", - "statements": [ - { - "nativeSrc": "8837:10:44", - "nodeType": "YulVariableDeclaration", - "src": "8837:10:44", - "value": { - "kind": "number", - "nativeSrc": "8846:1:44", - "nodeType": "YulLiteral", - "src": "8846:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "8841:1:44", - "nodeType": "YulTypedName", - "src": "8841:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "8906:63:44", - "nodeType": "YulBlock", - "src": "8906:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8931:3:44", - "nodeType": "YulIdentifier", - "src": "8931:3:44" - }, - { - "name": "i", - "nativeSrc": "8936:1:44", - "nodeType": "YulIdentifier", - "src": "8936:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8927:3:44", - "nodeType": "YulIdentifier", - "src": "8927:3:44" - }, - "nativeSrc": "8927:11:44", - "nodeType": "YulFunctionCall", - "src": "8927:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "8950:3:44", - "nodeType": "YulIdentifier", - "src": "8950:3:44" - }, - { - "name": "i", - "nativeSrc": "8955:1:44", - "nodeType": "YulIdentifier", - "src": "8955:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8946:3:44", - "nodeType": "YulIdentifier", - "src": "8946:3:44" - }, - "nativeSrc": "8946:11:44", - "nodeType": "YulFunctionCall", - "src": "8946:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "8940:5:44", - "nodeType": "YulIdentifier", - "src": "8940:5:44" - }, - "nativeSrc": "8940:18:44", - "nodeType": "YulFunctionCall", - "src": "8940:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8920:6:44", - "nodeType": "YulIdentifier", - "src": "8920:6:44" - }, - "nativeSrc": "8920:39:44", - "nodeType": "YulFunctionCall", - "src": "8920:39:44" - }, - "nativeSrc": "8920:39:44", - "nodeType": "YulExpressionStatement", - "src": "8920:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8867:1:44", - "nodeType": "YulIdentifier", - "src": "8867:1:44" - }, - { - "name": "length", - "nativeSrc": "8870:6:44", - "nodeType": "YulIdentifier", - "src": "8870:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "8864:2:44", - "nodeType": "YulIdentifier", - "src": "8864:2:44" - }, - "nativeSrc": "8864:13:44", - "nodeType": "YulFunctionCall", - "src": "8864:13:44" - }, - "nativeSrc": "8856:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "8878:19:44", - "nodeType": "YulBlock", - "src": "8878:19:44", - "statements": [ - { - "nativeSrc": "8880:15:44", - "nodeType": "YulAssignment", - "src": "8880:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "8889:1:44", - "nodeType": "YulIdentifier", - "src": "8889:1:44" - }, - { - "kind": "number", - "nativeSrc": "8892:2:44", - "nodeType": "YulLiteral", - "src": "8892:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8885:3:44", - "nodeType": "YulIdentifier", - "src": "8885:3:44" - }, - "nativeSrc": "8885:10:44", - "nodeType": "YulFunctionCall", - "src": "8885:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "8880:1:44", - "nodeType": "YulIdentifier", - "src": "8880:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "8860:3:44", - "nodeType": "YulBlock", - "src": "8860:3:44", - "statements": [] - }, - "src": "8856:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "8989:3:44", - "nodeType": "YulIdentifier", - "src": "8989:3:44" - }, - { - "name": "length", - "nativeSrc": "8994:6:44", - "nodeType": "YulIdentifier", - "src": "8994:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "8985:3:44", - "nodeType": "YulIdentifier", - "src": "8985:3:44" - }, - "nativeSrc": "8985:16:44", - "nodeType": "YulFunctionCall", - "src": "8985:16:44" - }, - { - "kind": "number", - "nativeSrc": "9003:1:44", - "nodeType": "YulLiteral", - "src": "9003:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "8978:6:44", - "nodeType": "YulIdentifier", - "src": "8978:6:44" - }, - "nativeSrc": "8978:27:44", - "nodeType": "YulFunctionCall", - "src": "8978:27:44" - }, - "nativeSrc": "8978:27:44", - "nodeType": "YulExpressionStatement", - "src": "8978:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "8761:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "8805:3:44", - "nodeType": "YulTypedName", - "src": "8805:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "8810:3:44", - "nodeType": "YulTypedName", - "src": "8810:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "8815:6:44", - "nodeType": "YulTypedName", - "src": "8815:6:44", - "type": "" - } - ], - "src": "8761:250:44" - }, - { - "body": { - "nativeSrc": "9185:822:44", - "nodeType": "YulBlock", - "src": "9185:822:44", - "statements": [ - { - "nativeSrc": "9195:32:44", - "nodeType": "YulVariableDeclaration", - "src": "9195:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9213:9:44", - "nodeType": "YulIdentifier", - "src": "9213:9:44" - }, - { - "kind": "number", - "nativeSrc": "9224:2:44", - "nodeType": "YulLiteral", - "src": "9224:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9209:3:44", - "nodeType": "YulIdentifier", - "src": "9209:3:44" - }, - "nativeSrc": "9209:18:44", - "nodeType": "YulFunctionCall", - "src": "9209:18:44" - }, - "variables": [ - { - "name": "tail_1", - "nativeSrc": "9199:6:44", - "nodeType": "YulTypedName", - "src": "9199:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9243:9:44", - "nodeType": "YulIdentifier", - "src": "9243:9:44" - }, - { - "kind": "number", - "nativeSrc": "9254:2:44", - "nodeType": "YulLiteral", - "src": "9254:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9236:6:44", - "nodeType": "YulIdentifier", - "src": "9236:6:44" - }, - "nativeSrc": "9236:21:44", - "nodeType": "YulFunctionCall", - "src": "9236:21:44" - }, - "nativeSrc": "9236:21:44", - "nodeType": "YulExpressionStatement", - "src": "9236:21:44" - }, - { - "nativeSrc": "9266:17:44", - "nodeType": "YulVariableDeclaration", - "src": "9266:17:44", - "value": { - "name": "tail_1", - "nativeSrc": "9277:6:44", - "nodeType": "YulIdentifier", - "src": "9277:6:44" - }, - "variables": [ - { - "name": "pos", - "nativeSrc": "9270:3:44", - "nodeType": "YulTypedName", - "src": "9270:3:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9292:27:44", - "nodeType": "YulVariableDeclaration", - "src": "9292:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9312:6:44", - "nodeType": "YulIdentifier", - "src": "9312:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9306:5:44", - "nodeType": "YulIdentifier", - "src": "9306:5:44" - }, - "nativeSrc": "9306:13:44", - "nodeType": "YulFunctionCall", - "src": "9306:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "9296:6:44", - "nodeType": "YulTypedName", - "src": "9296:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_1", - "nativeSrc": "9335:6:44", - "nodeType": "YulIdentifier", - "src": "9335:6:44" - }, - { - "name": "length", - "nativeSrc": "9343:6:44", - "nodeType": "YulIdentifier", - "src": "9343:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9328:6:44", - "nodeType": "YulIdentifier", - "src": "9328:6:44" - }, - "nativeSrc": "9328:22:44", - "nodeType": "YulFunctionCall", - "src": "9328:22:44" - }, - "nativeSrc": "9328:22:44", - "nodeType": "YulExpressionStatement", - "src": "9328:22:44" - }, - { - "nativeSrc": "9359:25:44", - "nodeType": "YulAssignment", - "src": "9359:25:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9370:9:44", - "nodeType": "YulIdentifier", - "src": "9370:9:44" - }, - { - "kind": "number", - "nativeSrc": "9381:2:44", - "nodeType": "YulLiteral", - "src": "9381:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9366:3:44", - "nodeType": "YulIdentifier", - "src": "9366:3:44" - }, - "nativeSrc": "9366:18:44", - "nodeType": "YulFunctionCall", - "src": "9366:18:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9359:3:44", - "nodeType": "YulIdentifier", - "src": "9359:3:44" - } - ] - }, - { - "nativeSrc": "9393:53:44", - "nodeType": "YulVariableDeclaration", - "src": "9393:53:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "9415:9:44", - "nodeType": "YulIdentifier", - "src": "9415:9:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9430:1:44", - "nodeType": "YulLiteral", - "src": "9430:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "9433:6:44", - "nodeType": "YulIdentifier", - "src": "9433:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "9426:3:44", - "nodeType": "YulIdentifier", - "src": "9426:3:44" - }, - "nativeSrc": "9426:14:44", - "nodeType": "YulFunctionCall", - "src": "9426:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9411:3:44", - "nodeType": "YulIdentifier", - "src": "9411:3:44" - }, - "nativeSrc": "9411:30:44", - "nodeType": "YulFunctionCall", - "src": "9411:30:44" - }, - { - "kind": "number", - "nativeSrc": "9443:2:44", - "nodeType": "YulLiteral", - "src": "9443:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9407:3:44", - "nodeType": "YulIdentifier", - "src": "9407:3:44" - }, - "nativeSrc": "9407:39:44", - "nodeType": "YulFunctionCall", - "src": "9407:39:44" - }, - "variables": [ - { - "name": "tail_2", - "nativeSrc": "9397:6:44", - "nodeType": "YulTypedName", - "src": "9397:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9455:29:44", - "nodeType": "YulVariableDeclaration", - "src": "9455:29:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "9473:6:44", - "nodeType": "YulIdentifier", - "src": "9473:6:44" - }, - { - "kind": "number", - "nativeSrc": "9481:2:44", - "nodeType": "YulLiteral", - "src": "9481:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9469:3:44", - "nodeType": "YulIdentifier", - "src": "9469:3:44" - }, - "nativeSrc": "9469:15:44", - "nodeType": "YulFunctionCall", - "src": "9469:15:44" - }, - "variables": [ - { - "name": "srcPtr", - "nativeSrc": "9459:6:44", - "nodeType": "YulTypedName", - "src": "9459:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9493:10:44", - "nodeType": "YulVariableDeclaration", - "src": "9493:10:44", - "value": { - "kind": "number", - "nativeSrc": "9502:1:44", - "nodeType": "YulLiteral", - "src": "9502:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "9497:1:44", - "nodeType": "YulTypedName", - "src": "9497:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "9561:417:44", - "nodeType": "YulBlock", - "src": "9561:417:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9582:3:44", - "nodeType": "YulIdentifier", - "src": "9582:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9595:6:44", - "nodeType": "YulIdentifier", - "src": "9595:6:44" - }, - { - "name": "headStart", - "nativeSrc": "9603:9:44", - "nodeType": "YulIdentifier", - "src": "9603:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "9591:3:44", - "nodeType": "YulIdentifier", - "src": "9591:3:44" - }, - "nativeSrc": "9591:22:44", - "nodeType": "YulFunctionCall", - "src": "9591:22:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9619:2:44", - "nodeType": "YulLiteral", - "src": "9619:2:44", - "type": "", - "value": "63" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9615:3:44", - "nodeType": "YulIdentifier", - "src": "9615:3:44" - }, - "nativeSrc": "9615:7:44", - "nodeType": "YulFunctionCall", - "src": "9615:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9587:3:44", - "nodeType": "YulIdentifier", - "src": "9587:3:44" - }, - "nativeSrc": "9587:36:44", - "nodeType": "YulFunctionCall", - "src": "9587:36:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9575:6:44", - "nodeType": "YulIdentifier", - "src": "9575:6:44" - }, - "nativeSrc": "9575:49:44", - "nodeType": "YulFunctionCall", - "src": "9575:49:44" - }, - "nativeSrc": "9575:49:44", - "nodeType": "YulExpressionStatement", - "src": "9575:49:44" - }, - { - "nativeSrc": "9637:23:44", - "nodeType": "YulVariableDeclaration", - "src": "9637:23:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9653:6:44", - "nodeType": "YulIdentifier", - "src": "9653:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9647:5:44", - "nodeType": "YulIdentifier", - "src": "9647:5:44" - }, - "nativeSrc": "9647:13:44", - "nodeType": "YulFunctionCall", - "src": "9647:13:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "9641:2:44", - "nodeType": "YulTypedName", - "src": "9641:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "9673:25:44", - "nodeType": "YulVariableDeclaration", - "src": "9673:25:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9695:2:44", - "nodeType": "YulIdentifier", - "src": "9695:2:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "9689:5:44", - "nodeType": "YulIdentifier", - "src": "9689:5:44" - }, - "nativeSrc": "9689:9:44", - "nodeType": "YulFunctionCall", - "src": "9689:9:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "9677:8:44", - "nodeType": "YulTypedName", - "src": "9677:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9718:6:44", - "nodeType": "YulIdentifier", - "src": "9718:6:44" - }, - { - "name": "length_1", - "nativeSrc": "9726:8:44", - "nodeType": "YulIdentifier", - "src": "9726:8:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "9711:6:44", - "nodeType": "YulIdentifier", - "src": "9711:6:44" - }, - "nativeSrc": "9711:24:44", - "nodeType": "YulFunctionCall", - "src": "9711:24:44" - }, - "nativeSrc": "9711:24:44", - "nodeType": "YulExpressionStatement", - "src": "9711:24:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "9787:2:44", - "nodeType": "YulIdentifier", - "src": "9787:2:44" - }, - { - "kind": "number", - "nativeSrc": "9791:2:44", - "nodeType": "YulLiteral", - "src": "9791:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9783:3:44", - "nodeType": "YulIdentifier", - "src": "9783:3:44" - }, - "nativeSrc": "9783:11:44", - "nodeType": "YulFunctionCall", - "src": "9783:11:44" - }, - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9800:6:44", - "nodeType": "YulIdentifier", - "src": "9800:6:44" - }, - { - "kind": "number", - "nativeSrc": "9808:2:44", - "nodeType": "YulLiteral", - "src": "9808:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9796:3:44", - "nodeType": "YulIdentifier", - "src": "9796:3:44" - }, - "nativeSrc": "9796:15:44", - "nodeType": "YulFunctionCall", - "src": "9796:15:44" - }, - { - "name": "length_1", - "nativeSrc": "9813:8:44", - "nodeType": "YulIdentifier", - "src": "9813:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "9748:34:44", - "nodeType": "YulIdentifier", - "src": "9748:34:44" - }, - "nativeSrc": "9748:74:44", - "nodeType": "YulFunctionCall", - "src": "9748:74:44" - }, - "nativeSrc": "9748:74:44", - "nodeType": "YulExpressionStatement", - "src": "9748:74:44" - }, - { - "nativeSrc": "9835:63:44", - "nodeType": "YulAssignment", - "src": "9835:63:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "tail_2", - "nativeSrc": "9853:6:44", - "nodeType": "YulIdentifier", - "src": "9853:6:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length_1", - "nativeSrc": "9869:8:44", - "nodeType": "YulIdentifier", - "src": "9869:8:44" - }, - { - "kind": "number", - "nativeSrc": "9879:2:44", - "nodeType": "YulLiteral", - "src": "9879:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9865:3:44", - "nodeType": "YulIdentifier", - "src": "9865:3:44" - }, - "nativeSrc": "9865:17:44", - "nodeType": "YulFunctionCall", - "src": "9865:17:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "9888:2:44", - "nodeType": "YulLiteral", - "src": "9888:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "9884:3:44", - "nodeType": "YulIdentifier", - "src": "9884:3:44" - }, - "nativeSrc": "9884:7:44", - "nodeType": "YulFunctionCall", - "src": "9884:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "9861:3:44", - "nodeType": "YulIdentifier", - "src": "9861:3:44" - }, - "nativeSrc": "9861:31:44", - "nodeType": "YulFunctionCall", - "src": "9861:31:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9849:3:44", - "nodeType": "YulIdentifier", - "src": "9849:3:44" - }, - "nativeSrc": "9849:44:44", - "nodeType": "YulFunctionCall", - "src": "9849:44:44" - }, - { - "kind": "number", - "nativeSrc": "9895:2:44", - "nodeType": "YulLiteral", - "src": "9895:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9845:3:44", - "nodeType": "YulIdentifier", - "src": "9845:3:44" - }, - "nativeSrc": "9845:53:44", - "nodeType": "YulFunctionCall", - "src": "9845:53:44" - }, - "variableNames": [ - { - "name": "tail_2", - "nativeSrc": "9835:6:44", - "nodeType": "YulIdentifier", - "src": "9835:6:44" - } - ] - }, - { - "nativeSrc": "9911:25:44", - "nodeType": "YulAssignment", - "src": "9911:25:44", - "value": { - "arguments": [ - { - "name": "srcPtr", - "nativeSrc": "9925:6:44", - "nodeType": "YulIdentifier", - "src": "9925:6:44" - }, - { - "kind": "number", - "nativeSrc": "9933:2:44", - "nodeType": "YulLiteral", - "src": "9933:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9921:3:44", - "nodeType": "YulIdentifier", - "src": "9921:3:44" - }, - "nativeSrc": "9921:15:44", - "nodeType": "YulFunctionCall", - "src": "9921:15:44" - }, - "variableNames": [ - { - "name": "srcPtr", - "nativeSrc": "9911:6:44", - "nodeType": "YulIdentifier", - "src": "9911:6:44" - } - ] - }, - { - "nativeSrc": "9949:19:44", - "nodeType": "YulAssignment", - "src": "9949:19:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "9960:3:44", - "nodeType": "YulIdentifier", - "src": "9960:3:44" - }, - { - "kind": "number", - "nativeSrc": "9965:2:44", - "nodeType": "YulLiteral", - "src": "9965:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9956:3:44", - "nodeType": "YulIdentifier", - "src": "9956:3:44" - }, - "nativeSrc": "9956:12:44", - "nodeType": "YulFunctionCall", - "src": "9956:12:44" - }, - "variableNames": [ - { - "name": "pos", - "nativeSrc": "9949:3:44", - "nodeType": "YulIdentifier", - "src": "9949:3:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9523:1:44", - "nodeType": "YulIdentifier", - "src": "9523:1:44" - }, - { - "name": "length", - "nativeSrc": "9526:6:44", - "nodeType": "YulIdentifier", - "src": "9526:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "9520:2:44", - "nodeType": "YulIdentifier", - "src": "9520:2:44" - }, - "nativeSrc": "9520:13:44", - "nodeType": "YulFunctionCall", - "src": "9520:13:44" - }, - "nativeSrc": "9512:466:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "9534:18:44", - "nodeType": "YulBlock", - "src": "9534:18:44", - "statements": [ - { - "nativeSrc": "9536:14:44", - "nodeType": "YulAssignment", - "src": "9536:14:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "9545:1:44", - "nodeType": "YulIdentifier", - "src": "9545:1:44" - }, - { - "kind": "number", - "nativeSrc": "9548:1:44", - "nodeType": "YulLiteral", - "src": "9548:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "9541:3:44", - "nodeType": "YulIdentifier", - "src": "9541:3:44" - }, - "nativeSrc": "9541:9:44", - "nodeType": "YulFunctionCall", - "src": "9541:9:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "9536:1:44", - "nodeType": "YulIdentifier", - "src": "9536:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "9516:3:44", - "nodeType": "YulBlock", - "src": "9516:3:44", - "statements": [] - }, - "src": "9512:466:44" - }, - { - "nativeSrc": "9987:14:44", - "nodeType": "YulAssignment", - "src": "9987:14:44", - "value": { - "name": "tail_2", - "nativeSrc": "9995:6:44", - "nodeType": "YulIdentifier", - "src": "9995:6:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "9987:4:44", - "nodeType": "YulIdentifier", - "src": "9987:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed", - "nativeSrc": "9016:991:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "9154:9:44", - "nodeType": "YulTypedName", - "src": "9154:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "9165:6:44", - "nodeType": "YulTypedName", - "src": "9165:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "9176:4:44", - "nodeType": "YulTypedName", - "src": "9176:4:44", - "type": "" - } - ], - "src": "9016:991:44" - }, - { - "body": { - "nativeSrc": "10115:424:44", - "nodeType": "YulBlock", - "src": "10115:424:44", - "statements": [ - { - "body": { - "nativeSrc": "10161:16:44", - "nodeType": "YulBlock", - "src": "10161:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10170:1:44", - "nodeType": "YulLiteral", - "src": "10170:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10173:1:44", - "nodeType": "YulLiteral", - "src": "10173:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10163:6:44", - "nodeType": "YulIdentifier", - "src": "10163:6:44" - }, - "nativeSrc": "10163:12:44", - "nodeType": "YulFunctionCall", - "src": "10163:12:44" - }, - "nativeSrc": "10163:12:44", - "nodeType": "YulExpressionStatement", - "src": "10163:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10136:7:44", - "nodeType": "YulIdentifier", - "src": "10136:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10145:9:44", - "nodeType": "YulIdentifier", - "src": "10145:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10132:3:44", - "nodeType": "YulIdentifier", - "src": "10132:3:44" - }, - "nativeSrc": "10132:23:44", - "nodeType": "YulFunctionCall", - "src": "10132:23:44" - }, - { - "kind": "number", - "nativeSrc": "10157:2:44", - "nodeType": "YulLiteral", - "src": "10157:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10128:3:44", - "nodeType": "YulIdentifier", - "src": "10128:3:44" - }, - "nativeSrc": "10128:32:44", - "nodeType": "YulFunctionCall", - "src": "10128:32:44" - }, - "nativeSrc": "10125:52:44", - "nodeType": "YulIf", - "src": "10125:52:44" - }, - { - "nativeSrc": "10186:36:44", - "nodeType": "YulVariableDeclaration", - "src": "10186:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10212:9:44", - "nodeType": "YulIdentifier", - "src": "10212:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10199:12:44", - "nodeType": "YulIdentifier", - "src": "10199:12:44" - }, - "nativeSrc": "10199:23:44", - "nodeType": "YulFunctionCall", - "src": "10199:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10190:5:44", - "nodeType": "YulTypedName", - "src": "10190:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "10256:5:44", - "nodeType": "YulIdentifier", - "src": "10256:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10231:24:44", - "nodeType": "YulIdentifier", - "src": "10231:24:44" - }, - "nativeSrc": "10231:31:44", - "nodeType": "YulFunctionCall", - "src": "10231:31:44" - }, - "nativeSrc": "10231:31:44", - "nodeType": "YulExpressionStatement", - "src": "10231:31:44" - }, - { - "nativeSrc": "10271:15:44", - "nodeType": "YulAssignment", - "src": "10271:15:44", - "value": { - "name": "value", - "nativeSrc": "10281:5:44", - "nodeType": "YulIdentifier", - "src": "10281:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "10271:6:44", - "nodeType": "YulIdentifier", - "src": "10271:6:44" - } - ] - }, - { - "nativeSrc": "10295:47:44", - "nodeType": "YulVariableDeclaration", - "src": "10295:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10327:9:44", - "nodeType": "YulIdentifier", - "src": "10327:9:44" - }, - { - "kind": "number", - "nativeSrc": "10338:2:44", - "nodeType": "YulLiteral", - "src": "10338:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10323:3:44", - "nodeType": "YulIdentifier", - "src": "10323:3:44" - }, - "nativeSrc": "10323:18:44", - "nodeType": "YulFunctionCall", - "src": "10323:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10310:12:44", - "nodeType": "YulIdentifier", - "src": "10310:12:44" - }, - "nativeSrc": "10310:32:44", - "nodeType": "YulFunctionCall", - "src": "10310:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "10299:7:44", - "nodeType": "YulTypedName", - "src": "10299:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "10376:7:44", - "nodeType": "YulIdentifier", - "src": "10376:7:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "10351:24:44", - "nodeType": "YulIdentifier", - "src": "10351:24:44" - }, - "nativeSrc": "10351:33:44", - "nodeType": "YulFunctionCall", - "src": "10351:33:44" - }, - "nativeSrc": "10351:33:44", - "nodeType": "YulExpressionStatement", - "src": "10351:33:44" - }, - { - "nativeSrc": "10393:17:44", - "nodeType": "YulAssignment", - "src": "10393:17:44", - "value": { - "name": "value_1", - "nativeSrc": "10403:7:44", - "nodeType": "YulIdentifier", - "src": "10403:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "10393:6:44", - "nodeType": "YulIdentifier", - "src": "10393:6:44" - } - ] - }, - { - "nativeSrc": "10419:47:44", - "nodeType": "YulVariableDeclaration", - "src": "10419:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10451:9:44", - "nodeType": "YulIdentifier", - "src": "10451:9:44" - }, - { - "kind": "number", - "nativeSrc": "10462:2:44", - "nodeType": "YulLiteral", - "src": "10462:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10447:3:44", - "nodeType": "YulIdentifier", - "src": "10447:3:44" - }, - "nativeSrc": "10447:18:44", - "nodeType": "YulFunctionCall", - "src": "10447:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10434:12:44", - "nodeType": "YulIdentifier", - "src": "10434:12:44" - }, - "nativeSrc": "10434:32:44", - "nodeType": "YulFunctionCall", - "src": "10434:32:44" - }, - "variables": [ - { - "name": "value_2", - "nativeSrc": "10423:7:44", - "nodeType": "YulTypedName", - "src": "10423:7:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value_2", - "nativeSrc": "10499:7:44", - "nodeType": "YulIdentifier", - "src": "10499:7:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "10475:23:44", - "nodeType": "YulIdentifier", - "src": "10475:23:44" - }, - "nativeSrc": "10475:32:44", - "nodeType": "YulFunctionCall", - "src": "10475:32:44" - }, - "nativeSrc": "10475:32:44", - "nodeType": "YulExpressionStatement", - "src": "10475:32:44" - }, - { - "nativeSrc": "10516:17:44", - "nodeType": "YulAssignment", - "src": "10516:17:44", - "value": { - "name": "value_2", - "nativeSrc": "10526:7:44", - "nodeType": "YulIdentifier", - "src": "10526:7:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "10516:6:44", - "nodeType": "YulIdentifier", - "src": "10516:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_addresst_bytes4", - "nativeSrc": "10012:527:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10065:9:44", - "nodeType": "YulTypedName", - "src": "10065:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10076:7:44", - "nodeType": "YulTypedName", - "src": "10076:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10088:6:44", - "nodeType": "YulTypedName", - "src": "10088:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10096:6:44", - "nodeType": "YulTypedName", - "src": "10096:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "10104:6:44", - "nodeType": "YulTypedName", - "src": "10104:6:44", - "type": "" - } - ], - "src": "10012:527:44" - }, - { - "body": { - "nativeSrc": "10665:152:44", - "nodeType": "YulBlock", - "src": "10665:152:44", - "statements": [ - { - "nativeSrc": "10675:26:44", - "nodeType": "YulAssignment", - "src": "10675:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10687:9:44", - "nodeType": "YulIdentifier", - "src": "10687:9:44" - }, - { - "kind": "number", - "nativeSrc": "10698:2:44", - "nodeType": "YulLiteral", - "src": "10698:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10683:3:44", - "nodeType": "YulIdentifier", - "src": "10683:3:44" - }, - "nativeSrc": "10683:18:44", - "nodeType": "YulFunctionCall", - "src": "10683:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "10675:4:44", - "nodeType": "YulIdentifier", - "src": "10675:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10717:9:44", - "nodeType": "YulIdentifier", - "src": "10717:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "10742:6:44", - "nodeType": "YulIdentifier", - "src": "10742:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10735:6:44", - "nodeType": "YulIdentifier", - "src": "10735:6:44" - }, - "nativeSrc": "10735:14:44", - "nodeType": "YulFunctionCall", - "src": "10735:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "10728:6:44", - "nodeType": "YulIdentifier", - "src": "10728:6:44" - }, - "nativeSrc": "10728:22:44", - "nodeType": "YulFunctionCall", - "src": "10728:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10710:6:44", - "nodeType": "YulIdentifier", - "src": "10710:6:44" - }, - "nativeSrc": "10710:41:44", - "nodeType": "YulFunctionCall", - "src": "10710:41:44" - }, - "nativeSrc": "10710:41:44", - "nodeType": "YulExpressionStatement", - "src": "10710:41:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "10771:9:44", - "nodeType": "YulIdentifier", - "src": "10771:9:44" - }, - { - "kind": "number", - "nativeSrc": "10782:2:44", - "nodeType": "YulLiteral", - "src": "10782:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "10767:3:44", - "nodeType": "YulIdentifier", - "src": "10767:3:44" - }, - "nativeSrc": "10767:18:44", - "nodeType": "YulFunctionCall", - "src": "10767:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "10791:6:44", - "nodeType": "YulIdentifier", - "src": "10791:6:44" - }, - { - "kind": "number", - "nativeSrc": "10799:10:44", - "nodeType": "YulLiteral", - "src": "10799:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "10787:3:44", - "nodeType": "YulIdentifier", - "src": "10787:3:44" - }, - "nativeSrc": "10787:23:44", - "nodeType": "YulFunctionCall", - "src": "10787:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "10760:6:44", - "nodeType": "YulIdentifier", - "src": "10760:6:44" - }, - "nativeSrc": "10760:51:44", - "nodeType": "YulFunctionCall", - "src": "10760:51:44" - }, - "nativeSrc": "10760:51:44", - "nodeType": "YulExpressionStatement", - "src": "10760:51:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed", - "nativeSrc": "10544:273:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10626:9:44", - "nodeType": "YulTypedName", - "src": "10626:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10637:6:44", - "nodeType": "YulTypedName", - "src": "10637:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "10645:6:44", - "nodeType": "YulTypedName", - "src": "10645:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "10656:4:44", - "nodeType": "YulTypedName", - "src": "10656:4:44", - "type": "" - } - ], - "src": "10544:273:44" - }, - { - "body": { - "nativeSrc": "10908:233:44", - "nodeType": "YulBlock", - "src": "10908:233:44", - "statements": [ - { - "body": { - "nativeSrc": "10954:16:44", - "nodeType": "YulBlock", - "src": "10954:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "10963:1:44", - "nodeType": "YulLiteral", - "src": "10963:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "10966:1:44", - "nodeType": "YulLiteral", - "src": "10966:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "10956:6:44", - "nodeType": "YulIdentifier", - "src": "10956:6:44" - }, - "nativeSrc": "10956:12:44", - "nodeType": "YulFunctionCall", - "src": "10956:12:44" - }, - "nativeSrc": "10956:12:44", - "nodeType": "YulExpressionStatement", - "src": "10956:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "10929:7:44", - "nodeType": "YulIdentifier", - "src": "10929:7:44" - }, - { - "name": "headStart", - "nativeSrc": "10938:9:44", - "nodeType": "YulIdentifier", - "src": "10938:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "10925:3:44", - "nodeType": "YulIdentifier", - "src": "10925:3:44" - }, - "nativeSrc": "10925:23:44", - "nodeType": "YulFunctionCall", - "src": "10925:23:44" - }, - { - "kind": "number", - "nativeSrc": "10950:2:44", - "nodeType": "YulLiteral", - "src": "10950:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "10921:3:44", - "nodeType": "YulIdentifier", - "src": "10921:3:44" - }, - "nativeSrc": "10921:32:44", - "nodeType": "YulFunctionCall", - "src": "10921:32:44" - }, - "nativeSrc": "10918:52:44", - "nodeType": "YulIf", - "src": "10918:52:44" - }, - { - "nativeSrc": "10979:36:44", - "nodeType": "YulVariableDeclaration", - "src": "10979:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11005:9:44", - "nodeType": "YulIdentifier", - "src": "11005:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "10992:12:44", - "nodeType": "YulIdentifier", - "src": "10992:12:44" - }, - "nativeSrc": "10992:23:44", - "nodeType": "YulFunctionCall", - "src": "10992:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "10983:5:44", - "nodeType": "YulTypedName", - "src": "10983:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11049:5:44", - "nodeType": "YulIdentifier", - "src": "11049:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11024:24:44", - "nodeType": "YulIdentifier", - "src": "11024:24:44" - }, - "nativeSrc": "11024:31:44", - "nodeType": "YulFunctionCall", - "src": "11024:31:44" - }, - "nativeSrc": "11024:31:44", - "nodeType": "YulExpressionStatement", - "src": "11024:31:44" - }, - { - "nativeSrc": "11064:15:44", - "nodeType": "YulAssignment", - "src": "11064:15:44", - "value": { - "name": "value", - "nativeSrc": "11074:5:44", - "nodeType": "YulIdentifier", - "src": "11074:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11064:6:44", - "nodeType": "YulIdentifier", - "src": "11064:6:44" - } - ] - }, - { - "nativeSrc": "11088:47:44", - "nodeType": "YulAssignment", - "src": "11088:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11120:9:44", - "nodeType": "YulIdentifier", - "src": "11120:9:44" - }, - { - "kind": "number", - "nativeSrc": "11131:2:44", - "nodeType": "YulLiteral", - "src": "11131:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11116:3:44", - "nodeType": "YulIdentifier", - "src": "11116:3:44" - }, - "nativeSrc": "11116:18:44", - "nodeType": "YulFunctionCall", - "src": "11116:18:44" - } - ], - "functionName": { - "name": "abi_decode_uint32", - "nativeSrc": "11098:17:44", - "nodeType": "YulIdentifier", - "src": "11098:17:44" - }, - "nativeSrc": "11098:37:44", - "nodeType": "YulFunctionCall", - "src": "11098:37:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11088:6:44", - "nodeType": "YulIdentifier", - "src": "11088:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_uint32", - "nativeSrc": "10822:319:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "10866:9:44", - "nodeType": "YulTypedName", - "src": "10866:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "10877:7:44", - "nodeType": "YulTypedName", - "src": "10877:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "10889:6:44", - "nodeType": "YulTypedName", - "src": "10889:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "10897:6:44", - "nodeType": "YulTypedName", - "src": "10897:6:44", - "type": "" - } - ], - "src": "10822:319:44" - }, - { - "body": { - "nativeSrc": "11268:598:44", - "nodeType": "YulBlock", - "src": "11268:598:44", - "statements": [ - { - "body": { - "nativeSrc": "11314:16:44", - "nodeType": "YulBlock", - "src": "11314:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11323:1:44", - "nodeType": "YulLiteral", - "src": "11323:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11326:1:44", - "nodeType": "YulLiteral", - "src": "11326:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11316:6:44", - "nodeType": "YulIdentifier", - "src": "11316:6:44" - }, - "nativeSrc": "11316:12:44", - "nodeType": "YulFunctionCall", - "src": "11316:12:44" - }, - "nativeSrc": "11316:12:44", - "nodeType": "YulExpressionStatement", - "src": "11316:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "11289:7:44", - "nodeType": "YulIdentifier", - "src": "11289:7:44" - }, - { - "name": "headStart", - "nativeSrc": "11298:9:44", - "nodeType": "YulIdentifier", - "src": "11298:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "11285:3:44", - "nodeType": "YulIdentifier", - "src": "11285:3:44" - }, - "nativeSrc": "11285:23:44", - "nodeType": "YulFunctionCall", - "src": "11285:23:44" - }, - { - "kind": "number", - "nativeSrc": "11310:2:44", - "nodeType": "YulLiteral", - "src": "11310:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "11281:3:44", - "nodeType": "YulIdentifier", - "src": "11281:3:44" - }, - "nativeSrc": "11281:32:44", - "nodeType": "YulFunctionCall", - "src": "11281:32:44" - }, - "nativeSrc": "11278:52:44", - "nodeType": "YulIf", - "src": "11278:52:44" - }, - { - "nativeSrc": "11339:36:44", - "nodeType": "YulVariableDeclaration", - "src": "11339:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11365:9:44", - "nodeType": "YulIdentifier", - "src": "11365:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11352:12:44", - "nodeType": "YulIdentifier", - "src": "11352:12:44" - }, - "nativeSrc": "11352:23:44", - "nodeType": "YulFunctionCall", - "src": "11352:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "11343:5:44", - "nodeType": "YulTypedName", - "src": "11343:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "11409:5:44", - "nodeType": "YulIdentifier", - "src": "11409:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "11384:24:44", - "nodeType": "YulIdentifier", - "src": "11384:24:44" - }, - "nativeSrc": "11384:31:44", - "nodeType": "YulFunctionCall", - "src": "11384:31:44" - }, - "nativeSrc": "11384:31:44", - "nodeType": "YulExpressionStatement", - "src": "11384:31:44" - }, - { - "nativeSrc": "11424:15:44", - "nodeType": "YulAssignment", - "src": "11424:15:44", - "value": { - "name": "value", - "nativeSrc": "11434:5:44", - "nodeType": "YulIdentifier", - "src": "11434:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "11424:6:44", - "nodeType": "YulIdentifier", - "src": "11424:6:44" - } - ] - }, - { - "nativeSrc": "11448:46:44", - "nodeType": "YulVariableDeclaration", - "src": "11448:46:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11479:9:44", - "nodeType": "YulIdentifier", - "src": "11479:9:44" - }, - { - "kind": "number", - "nativeSrc": "11490:2:44", - "nodeType": "YulLiteral", - "src": "11490:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11475:3:44", - "nodeType": "YulIdentifier", - "src": "11475:3:44" - }, - "nativeSrc": "11475:18:44", - "nodeType": "YulFunctionCall", - "src": "11475:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11462:12:44", - "nodeType": "YulIdentifier", - "src": "11462:12:44" - }, - "nativeSrc": "11462:32:44", - "nodeType": "YulFunctionCall", - "src": "11462:32:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "11452:6:44", - "nodeType": "YulTypedName", - "src": "11452:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11537:16:44", - "nodeType": "YulBlock", - "src": "11537:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11546:1:44", - "nodeType": "YulLiteral", - "src": "11546:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11549:1:44", - "nodeType": "YulLiteral", - "src": "11549:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11539:6:44", - "nodeType": "YulIdentifier", - "src": "11539:6:44" - }, - "nativeSrc": "11539:12:44", - "nodeType": "YulFunctionCall", - "src": "11539:12:44" - }, - "nativeSrc": "11539:12:44", - "nodeType": "YulExpressionStatement", - "src": "11539:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "11509:6:44", - "nodeType": "YulIdentifier", - "src": "11509:6:44" - }, - { - "kind": "number", - "nativeSrc": "11517:18:44", - "nodeType": "YulLiteral", - "src": "11517:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "11506:2:44", - "nodeType": "YulIdentifier", - "src": "11506:2:44" - }, - "nativeSrc": "11506:30:44", - "nodeType": "YulFunctionCall", - "src": "11506:30:44" - }, - "nativeSrc": "11503:50:44", - "nodeType": "YulIf", - "src": "11503:50:44" - }, - { - "nativeSrc": "11562:84:44", - "nodeType": "YulVariableDeclaration", - "src": "11562:84:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11618:9:44", - "nodeType": "YulIdentifier", - "src": "11618:9:44" - }, - { - "name": "offset", - "nativeSrc": "11629:6:44", - "nodeType": "YulIdentifier", - "src": "11629:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11614:3:44", - "nodeType": "YulIdentifier", - "src": "11614:3:44" - }, - "nativeSrc": "11614:22:44", - "nodeType": "YulFunctionCall", - "src": "11614:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "11638:7:44", - "nodeType": "YulIdentifier", - "src": "11638:7:44" - } - ], - "functionName": { - "name": "abi_decode_bytes_calldata", - "nativeSrc": "11588:25:44", - "nodeType": "YulIdentifier", - "src": "11588:25:44" - }, - "nativeSrc": "11588:58:44", - "nodeType": "YulFunctionCall", - "src": "11588:58:44" - }, - "variables": [ - { - "name": "value1_1", - "nativeSrc": "11566:8:44", - "nodeType": "YulTypedName", - "src": "11566:8:44", - "type": "" - }, - { - "name": "value2_1", - "nativeSrc": "11576:8:44", - "nodeType": "YulTypedName", - "src": "11576:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "11655:18:44", - "nodeType": "YulAssignment", - "src": "11655:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "11665:8:44", - "nodeType": "YulIdentifier", - "src": "11665:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "11655:6:44", - "nodeType": "YulIdentifier", - "src": "11655:6:44" - } - ] - }, - { - "nativeSrc": "11682:18:44", - "nodeType": "YulAssignment", - "src": "11682:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "11692:8:44", - "nodeType": "YulIdentifier", - "src": "11692:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "11682:6:44", - "nodeType": "YulIdentifier", - "src": "11682:6:44" - } - ] - }, - { - "nativeSrc": "11709:47:44", - "nodeType": "YulVariableDeclaration", - "src": "11709:47:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "11741:9:44", - "nodeType": "YulIdentifier", - "src": "11741:9:44" - }, - { - "kind": "number", - "nativeSrc": "11752:2:44", - "nodeType": "YulLiteral", - "src": "11752:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "11737:3:44", - "nodeType": "YulIdentifier", - "src": "11737:3:44" - }, - "nativeSrc": "11737:18:44", - "nodeType": "YulFunctionCall", - "src": "11737:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "11724:12:44", - "nodeType": "YulIdentifier", - "src": "11724:12:44" - }, - "nativeSrc": "11724:32:44", - "nodeType": "YulFunctionCall", - "src": "11724:32:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "11713:7:44", - "nodeType": "YulTypedName", - "src": "11713:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "11818:16:44", - "nodeType": "YulBlock", - "src": "11818:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "11827:1:44", - "nodeType": "YulLiteral", - "src": "11827:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "11830:1:44", - "nodeType": "YulLiteral", - "src": "11830:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "11820:6:44", - "nodeType": "YulIdentifier", - "src": "11820:6:44" - }, - "nativeSrc": "11820:12:44", - "nodeType": "YulFunctionCall", - "src": "11820:12:44" - }, - "nativeSrc": "11820:12:44", - "nodeType": "YulExpressionStatement", - "src": "11820:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11778:7:44", - "nodeType": "YulIdentifier", - "src": "11778:7:44" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "11791:7:44", - "nodeType": "YulIdentifier", - "src": "11791:7:44" - }, - { - "kind": "number", - "nativeSrc": "11800:14:44", - "nodeType": "YulLiteral", - "src": "11800:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "11787:3:44", - "nodeType": "YulIdentifier", - "src": "11787:3:44" - }, - "nativeSrc": "11787:28:44", - "nodeType": "YulFunctionCall", - "src": "11787:28:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "11775:2:44", - "nodeType": "YulIdentifier", - "src": "11775:2:44" - }, - "nativeSrc": "11775:41:44", - "nodeType": "YulFunctionCall", - "src": "11775:41:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "11768:6:44", - "nodeType": "YulIdentifier", - "src": "11768:6:44" - }, - "nativeSrc": "11768:49:44", - "nodeType": "YulFunctionCall", - "src": "11768:49:44" - }, - "nativeSrc": "11765:69:44", - "nodeType": "YulIf", - "src": "11765:69:44" - }, - { - "nativeSrc": "11843:17:44", - "nodeType": "YulAssignment", - "src": "11843:17:44", - "value": { - "name": "value_1", - "nativeSrc": "11853:7:44", - "nodeType": "YulIdentifier", - "src": "11853:7:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "11843:6:44", - "nodeType": "YulIdentifier", - "src": "11843:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48", - "nativeSrc": "11146:720:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11210:9:44", - "nodeType": "YulTypedName", - "src": "11210:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "11221:7:44", - "nodeType": "YulTypedName", - "src": "11221:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "11233:6:44", - "nodeType": "YulTypedName", - "src": "11233:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11241:6:44", - "nodeType": "YulTypedName", - "src": "11241:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "11249:6:44", - "nodeType": "YulTypedName", - "src": "11249:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "11257:6:44", - "nodeType": "YulTypedName", - "src": "11257:6:44", - "type": "" - } - ], - "src": "11146:720:44" - }, - { - "body": { - "nativeSrc": "11998:136:44", - "nodeType": "YulBlock", - "src": "11998:136:44", - "statements": [ - { - "nativeSrc": "12008:26:44", - "nodeType": "YulAssignment", - "src": "12008:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12020:9:44", - "nodeType": "YulIdentifier", - "src": "12020:9:44" - }, - { - "kind": "number", - "nativeSrc": "12031:2:44", - "nodeType": "YulLiteral", - "src": "12031:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12016:3:44", - "nodeType": "YulIdentifier", - "src": "12016:3:44" - }, - "nativeSrc": "12016:18:44", - "nodeType": "YulFunctionCall", - "src": "12016:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12008:4:44", - "nodeType": "YulIdentifier", - "src": "12008:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12050:9:44", - "nodeType": "YulIdentifier", - "src": "12050:9:44" - }, - { - "name": "value0", - "nativeSrc": "12061:6:44", - "nodeType": "YulIdentifier", - "src": "12061:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12043:6:44", - "nodeType": "YulIdentifier", - "src": "12043:6:44" - }, - "nativeSrc": "12043:25:44", - "nodeType": "YulFunctionCall", - "src": "12043:25:44" - }, - "nativeSrc": "12043:25:44", - "nodeType": "YulExpressionStatement", - "src": "12043:25:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12088:9:44", - "nodeType": "YulIdentifier", - "src": "12088:9:44" - }, - { - "kind": "number", - "nativeSrc": "12099:2:44", - "nodeType": "YulLiteral", - "src": "12099:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12084:3:44", - "nodeType": "YulIdentifier", - "src": "12084:3:44" - }, - "nativeSrc": "12084:18:44", - "nodeType": "YulFunctionCall", - "src": "12084:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "12108:6:44", - "nodeType": "YulIdentifier", - "src": "12108:6:44" - }, - { - "kind": "number", - "nativeSrc": "12116:10:44", - "nodeType": "YulLiteral", - "src": "12116:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12104:3:44", - "nodeType": "YulIdentifier", - "src": "12104:3:44" - }, - "nativeSrc": "12104:23:44", - "nodeType": "YulFunctionCall", - "src": "12104:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12077:6:44", - "nodeType": "YulIdentifier", - "src": "12077:6:44" - }, - "nativeSrc": "12077:51:44", - "nodeType": "YulFunctionCall", - "src": "12077:51:44" - }, - "nativeSrc": "12077:51:44", - "nodeType": "YulExpressionStatement", - "src": "12077:51:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed", - "nativeSrc": "11871:263:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "11959:9:44", - "nodeType": "YulTypedName", - "src": "11959:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "11970:6:44", - "nodeType": "YulTypedName", - "src": "11970:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "11978:6:44", - "nodeType": "YulTypedName", - "src": "11978:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "11989:4:44", - "nodeType": "YulTypedName", - "src": "11989:4:44", - "type": "" - } - ], - "src": "11871:263:44" - }, - { - "body": { - "nativeSrc": "12171:152:44", - "nodeType": "YulBlock", - "src": "12171:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12188:1:44", - "nodeType": "YulLiteral", - "src": "12188:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12191:77:44", - "nodeType": "YulLiteral", - "src": "12191:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12181:6:44", - "nodeType": "YulIdentifier", - "src": "12181:6:44" - }, - "nativeSrc": "12181:88:44", - "nodeType": "YulFunctionCall", - "src": "12181:88:44" - }, - "nativeSrc": "12181:88:44", - "nodeType": "YulExpressionStatement", - "src": "12181:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12285:1:44", - "nodeType": "YulLiteral", - "src": "12285:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "12288:4:44", - "nodeType": "YulLiteral", - "src": "12288:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12278:6:44", - "nodeType": "YulIdentifier", - "src": "12278:6:44" - }, - "nativeSrc": "12278:15:44", - "nodeType": "YulFunctionCall", - "src": "12278:15:44" - }, - "nativeSrc": "12278:15:44", - "nodeType": "YulExpressionStatement", - "src": "12278:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12309:1:44", - "nodeType": "YulLiteral", - "src": "12309:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12312:4:44", - "nodeType": "YulLiteral", - "src": "12312:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12302:6:44", - "nodeType": "YulIdentifier", - "src": "12302:6:44" - }, - "nativeSrc": "12302:15:44", - "nodeType": "YulFunctionCall", - "src": "12302:15:44" - }, - "nativeSrc": "12302:15:44", - "nodeType": "YulExpressionStatement", - "src": "12302:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "12139:184:44", - "nodeType": "YulFunctionDefinition", - "src": "12139:184:44" - }, - { - "body": { - "nativeSrc": "12397:176:44", - "nodeType": "YulBlock", - "src": "12397:176:44", - "statements": [ - { - "body": { - "nativeSrc": "12443:16:44", - "nodeType": "YulBlock", - "src": "12443:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "12452:1:44", - "nodeType": "YulLiteral", - "src": "12452:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "12455:1:44", - "nodeType": "YulLiteral", - "src": "12455:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "12445:6:44", - "nodeType": "YulIdentifier", - "src": "12445:6:44" - }, - "nativeSrc": "12445:12:44", - "nodeType": "YulFunctionCall", - "src": "12445:12:44" - }, - "nativeSrc": "12445:12:44", - "nodeType": "YulExpressionStatement", - "src": "12445:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "12418:7:44", - "nodeType": "YulIdentifier", - "src": "12418:7:44" - }, - { - "name": "headStart", - "nativeSrc": "12427:9:44", - "nodeType": "YulIdentifier", - "src": "12427:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "12414:3:44", - "nodeType": "YulIdentifier", - "src": "12414:3:44" - }, - "nativeSrc": "12414:23:44", - "nodeType": "YulFunctionCall", - "src": "12414:23:44" - }, - { - "kind": "number", - "nativeSrc": "12439:2:44", - "nodeType": "YulLiteral", - "src": "12439:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "12410:3:44", - "nodeType": "YulIdentifier", - "src": "12410:3:44" - }, - "nativeSrc": "12410:32:44", - "nodeType": "YulFunctionCall", - "src": "12410:32:44" - }, - "nativeSrc": "12407:52:44", - "nodeType": "YulIf", - "src": "12407:52:44" - }, - { - "nativeSrc": "12468:36:44", - "nodeType": "YulVariableDeclaration", - "src": "12468:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12494:9:44", - "nodeType": "YulIdentifier", - "src": "12494:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "12481:12:44", - "nodeType": "YulIdentifier", - "src": "12481:12:44" - }, - "nativeSrc": "12481:23:44", - "nodeType": "YulFunctionCall", - "src": "12481:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "12472:5:44", - "nodeType": "YulTypedName", - "src": "12472:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "12537:5:44", - "nodeType": "YulIdentifier", - "src": "12537:5:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "12513:23:44", - "nodeType": "YulIdentifier", - "src": "12513:23:44" - }, - "nativeSrc": "12513:30:44", - "nodeType": "YulFunctionCall", - "src": "12513:30:44" - }, - "nativeSrc": "12513:30:44", - "nodeType": "YulExpressionStatement", - "src": "12513:30:44" - }, - { - "nativeSrc": "12552:15:44", - "nodeType": "YulAssignment", - "src": "12552:15:44", - "value": { - "name": "value", - "nativeSrc": "12562:5:44", - "nodeType": "YulIdentifier", - "src": "12562:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "12552:6:44", - "nodeType": "YulIdentifier", - "src": "12552:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4", - "nativeSrc": "12328:245:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12363:9:44", - "nodeType": "YulTypedName", - "src": "12363:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "12374:7:44", - "nodeType": "YulTypedName", - "src": "12374:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "12386:6:44", - "nodeType": "YulTypedName", - "src": "12386:6:44", - "type": "" - } - ], - "src": "12328:245:44" - }, - { - "body": { - "nativeSrc": "12679:125:44", - "nodeType": "YulBlock", - "src": "12679:125:44", - "statements": [ - { - "nativeSrc": "12689:26:44", - "nodeType": "YulAssignment", - "src": "12689:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12701:9:44", - "nodeType": "YulIdentifier", - "src": "12701:9:44" - }, - { - "kind": "number", - "nativeSrc": "12712:2:44", - "nodeType": "YulLiteral", - "src": "12712:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12697:3:44", - "nodeType": "YulIdentifier", - "src": "12697:3:44" - }, - "nativeSrc": "12697:18:44", - "nodeType": "YulFunctionCall", - "src": "12697:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12689:4:44", - "nodeType": "YulIdentifier", - "src": "12689:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12731:9:44", - "nodeType": "YulIdentifier", - "src": "12731:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "12746:6:44", - "nodeType": "YulIdentifier", - "src": "12746:6:44" - }, - { - "kind": "number", - "nativeSrc": "12754:42:44", - "nodeType": "YulLiteral", - "src": "12754:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "12742:3:44", - "nodeType": "YulIdentifier", - "src": "12742:3:44" - }, - "nativeSrc": "12742:55:44", - "nodeType": "YulFunctionCall", - "src": "12742:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "12724:6:44", - "nodeType": "YulIdentifier", - "src": "12724:6:44" - }, - "nativeSrc": "12724:74:44", - "nodeType": "YulFunctionCall", - "src": "12724:74:44" - }, - "nativeSrc": "12724:74:44", - "nodeType": "YulExpressionStatement", - "src": "12724:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "12578:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12648:9:44", - "nodeType": "YulTypedName", - "src": "12648:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12659:6:44", - "nodeType": "YulTypedName", - "src": "12659:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12670:4:44", - "nodeType": "YulTypedName", - "src": "12670:4:44", - "type": "" - } - ], - "src": "12578:226:44" - }, - { - "body": { - "nativeSrc": "12964:333:44", - "nodeType": "YulBlock", - "src": "12964:333:44", - "statements": [ - { - "nativeSrc": "12974:26:44", - "nodeType": "YulAssignment", - "src": "12974:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "12986:9:44", - "nodeType": "YulIdentifier", - "src": "12986:9:44" - }, - { - "kind": "number", - "nativeSrc": "12997:2:44", - "nodeType": "YulLiteral", - "src": "12997:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "12982:3:44", - "nodeType": "YulIdentifier", - "src": "12982:3:44" - }, - "nativeSrc": "12982:18:44", - "nodeType": "YulFunctionCall", - "src": "12982:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "12974:4:44", - "nodeType": "YulIdentifier", - "src": "12974:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13016:9:44", - "nodeType": "YulIdentifier", - "src": "13016:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13031:6:44", - "nodeType": "YulIdentifier", - "src": "13031:6:44" - }, - { - "kind": "number", - "nativeSrc": "13039:42:44", - "nodeType": "YulLiteral", - "src": "13039:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13027:3:44", - "nodeType": "YulIdentifier", - "src": "13027:3:44" - }, - "nativeSrc": "13027:55:44", - "nodeType": "YulFunctionCall", - "src": "13027:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13009:6:44", - "nodeType": "YulIdentifier", - "src": "13009:6:44" - }, - "nativeSrc": "13009:74:44", - "nodeType": "YulFunctionCall", - "src": "13009:74:44" - }, - "nativeSrc": "13009:74:44", - "nodeType": "YulExpressionStatement", - "src": "13009:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13103:9:44", - "nodeType": "YulIdentifier", - "src": "13103:9:44" - }, - { - "kind": "number", - "nativeSrc": "13114:2:44", - "nodeType": "YulLiteral", - "src": "13114:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13099:3:44", - "nodeType": "YulIdentifier", - "src": "13099:3:44" - }, - "nativeSrc": "13099:18:44", - "nodeType": "YulFunctionCall", - "src": "13099:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "13123:6:44", - "nodeType": "YulIdentifier", - "src": "13123:6:44" - }, - { - "kind": "number", - "nativeSrc": "13131:42:44", - "nodeType": "YulLiteral", - "src": "13131:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13119:3:44", - "nodeType": "YulIdentifier", - "src": "13119:3:44" - }, - "nativeSrc": "13119:55:44", - "nodeType": "YulFunctionCall", - "src": "13119:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13092:6:44", - "nodeType": "YulIdentifier", - "src": "13092:6:44" - }, - "nativeSrc": "13092:83:44", - "nodeType": "YulFunctionCall", - "src": "13092:83:44" - }, - "nativeSrc": "13092:83:44", - "nodeType": "YulExpressionStatement", - "src": "13092:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13195:9:44", - "nodeType": "YulIdentifier", - "src": "13195:9:44" - }, - { - "kind": "number", - "nativeSrc": "13206:2:44", - "nodeType": "YulLiteral", - "src": "13206:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13191:3:44", - "nodeType": "YulIdentifier", - "src": "13191:3:44" - }, - "nativeSrc": "13191:18:44", - "nodeType": "YulFunctionCall", - "src": "13191:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "13215:6:44", - "nodeType": "YulIdentifier", - "src": "13215:6:44" - }, - { - "kind": "number", - "nativeSrc": "13223:66:44", - "nodeType": "YulLiteral", - "src": "13223:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13211:3:44", - "nodeType": "YulIdentifier", - "src": "13211:3:44" - }, - "nativeSrc": "13211:79:44", - "nodeType": "YulFunctionCall", - "src": "13211:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13184:6:44", - "nodeType": "YulIdentifier", - "src": "13184:6:44" - }, - "nativeSrc": "13184:107:44", - "nodeType": "YulFunctionCall", - "src": "13184:107:44" - }, - "nativeSrc": "13184:107:44", - "nodeType": "YulExpressionStatement", - "src": "13184:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "12809:488:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "12917:9:44", - "nodeType": "YulTypedName", - "src": "12917:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "12928:6:44", - "nodeType": "YulTypedName", - "src": "12928:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "12936:6:44", - "nodeType": "YulTypedName", - "src": "12936:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "12944:6:44", - "nodeType": "YulTypedName", - "src": "12944:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "12955:4:44", - "nodeType": "YulTypedName", - "src": "12955:4:44", - "type": "" - } - ], - "src": "12809:488:44" - }, - { - "body": { - "nativeSrc": "13410:101:44", - "nodeType": "YulBlock", - "src": "13410:101:44", - "statements": [ - { - "nativeSrc": "13420:26:44", - "nodeType": "YulAssignment", - "src": "13420:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13432:9:44", - "nodeType": "YulIdentifier", - "src": "13432:9:44" - }, - { - "kind": "number", - "nativeSrc": "13443:2:44", - "nodeType": "YulLiteral", - "src": "13443:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13428:3:44", - "nodeType": "YulIdentifier", - "src": "13428:3:44" - }, - "nativeSrc": "13428:18:44", - "nodeType": "YulFunctionCall", - "src": "13428:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13420:4:44", - "nodeType": "YulIdentifier", - "src": "13420:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13462:9:44", - "nodeType": "YulIdentifier", - "src": "13462:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13477:6:44", - "nodeType": "YulIdentifier", - "src": "13477:6:44" - }, - { - "kind": "number", - "nativeSrc": "13485:18:44", - "nodeType": "YulLiteral", - "src": "13485:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13473:3:44", - "nodeType": "YulIdentifier", - "src": "13473:3:44" - }, - "nativeSrc": "13473:31:44", - "nodeType": "YulFunctionCall", - "src": "13473:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13455:6:44", - "nodeType": "YulIdentifier", - "src": "13455:6:44" - }, - "nativeSrc": "13455:50:44", - "nodeType": "YulFunctionCall", - "src": "13455:50:44" - }, - "nativeSrc": "13455:50:44", - "nodeType": "YulExpressionStatement", - "src": "13455:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", - "nativeSrc": "13302:209:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13379:9:44", - "nodeType": "YulTypedName", - "src": "13379:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13390:6:44", - "nodeType": "YulTypedName", - "src": "13390:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13401:4:44", - "nodeType": "YulTypedName", - "src": "13401:4:44", - "type": "" - } - ], - "src": "13302:209:44" - }, - { - "body": { - "nativeSrc": "13583:200:44", - "nodeType": "YulBlock", - "src": "13583:200:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13600:3:44", - "nodeType": "YulIdentifier", - "src": "13600:3:44" - }, - { - "name": "length", - "nativeSrc": "13605:6:44", - "nodeType": "YulIdentifier", - "src": "13605:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13593:6:44", - "nodeType": "YulIdentifier", - "src": "13593:6:44" - }, - "nativeSrc": "13593:19:44", - "nodeType": "YulFunctionCall", - "src": "13593:19:44" - }, - "nativeSrc": "13593:19:44", - "nodeType": "YulExpressionStatement", - "src": "13593:19:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13638:3:44", - "nodeType": "YulIdentifier", - "src": "13638:3:44" - }, - { - "kind": "number", - "nativeSrc": "13643:4:44", - "nodeType": "YulLiteral", - "src": "13643:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13634:3:44", - "nodeType": "YulIdentifier", - "src": "13634:3:44" - }, - "nativeSrc": "13634:14:44", - "nodeType": "YulFunctionCall", - "src": "13634:14:44" - }, - { - "name": "start", - "nativeSrc": "13650:5:44", - "nodeType": "YulIdentifier", - "src": "13650:5:44" - }, - { - "name": "length", - "nativeSrc": "13657:6:44", - "nodeType": "YulIdentifier", - "src": "13657:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "13621:12:44", - "nodeType": "YulIdentifier", - "src": "13621:12:44" - }, - "nativeSrc": "13621:43:44", - "nodeType": "YulFunctionCall", - "src": "13621:43:44" - }, - "nativeSrc": "13621:43:44", - "nodeType": "YulExpressionStatement", - "src": "13621:43:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13688:3:44", - "nodeType": "YulIdentifier", - "src": "13688:3:44" - }, - { - "name": "length", - "nativeSrc": "13693:6:44", - "nodeType": "YulIdentifier", - "src": "13693:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13684:3:44", - "nodeType": "YulIdentifier", - "src": "13684:3:44" - }, - "nativeSrc": "13684:16:44", - "nodeType": "YulFunctionCall", - "src": "13684:16:44" - }, - { - "kind": "number", - "nativeSrc": "13702:4:44", - "nodeType": "YulLiteral", - "src": "13702:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13680:3:44", - "nodeType": "YulIdentifier", - "src": "13680:3:44" - }, - "nativeSrc": "13680:27:44", - "nodeType": "YulFunctionCall", - "src": "13680:27:44" - }, - { - "kind": "number", - "nativeSrc": "13709:1:44", - "nodeType": "YulLiteral", - "src": "13709:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13673:6:44", - "nodeType": "YulIdentifier", - "src": "13673:6:44" - }, - "nativeSrc": "13673:38:44", - "nodeType": "YulFunctionCall", - "src": "13673:38:44" - }, - "nativeSrc": "13673:38:44", - "nodeType": "YulExpressionStatement", - "src": "13673:38:44" - }, - { - "nativeSrc": "13720:57:44", - "nodeType": "YulAssignment", - "src": "13720:57:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "pos", - "nativeSrc": "13735:3:44", - "nodeType": "YulIdentifier", - "src": "13735:3:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "13748:6:44", - "nodeType": "YulIdentifier", - "src": "13748:6:44" - }, - { - "kind": "number", - "nativeSrc": "13756:2:44", - "nodeType": "YulLiteral", - "src": "13756:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13744:3:44", - "nodeType": "YulIdentifier", - "src": "13744:3:44" - }, - "nativeSrc": "13744:15:44", - "nodeType": "YulFunctionCall", - "src": "13744:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "13765:2:44", - "nodeType": "YulLiteral", - "src": "13765:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "13761:3:44", - "nodeType": "YulIdentifier", - "src": "13761:3:44" - }, - "nativeSrc": "13761:7:44", - "nodeType": "YulFunctionCall", - "src": "13761:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "13740:3:44", - "nodeType": "YulIdentifier", - "src": "13740:3:44" - }, - "nativeSrc": "13740:29:44", - "nodeType": "YulFunctionCall", - "src": "13740:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13731:3:44", - "nodeType": "YulIdentifier", - "src": "13731:3:44" - }, - "nativeSrc": "13731:39:44", - "nodeType": "YulFunctionCall", - "src": "13731:39:44" - }, - { - "kind": "number", - "nativeSrc": "13772:4:44", - "nodeType": "YulLiteral", - "src": "13772:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "13727:3:44", - "nodeType": "YulIdentifier", - "src": "13727:3:44" - }, - "nativeSrc": "13727:50:44", - "nodeType": "YulFunctionCall", - "src": "13727:50:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "13720:3:44", - "nodeType": "YulIdentifier", - "src": "13720:3:44" - } - ] - } - ] - }, - "name": "abi_encode_string_calldata", - "nativeSrc": "13516:267:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "start", - "nativeSrc": "13552:5:44", - "nodeType": "YulTypedName", - "src": "13552:5:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "13559:6:44", - "nodeType": "YulTypedName", - "src": "13559:6:44", - "type": "" - }, - { - "name": "pos", - "nativeSrc": "13567:3:44", - "nodeType": "YulTypedName", - "src": "13567:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "13575:3:44", - "nodeType": "YulTypedName", - "src": "13575:3:44", - "type": "" - } - ], - "src": "13516:267:44" - }, - { - "body": { - "nativeSrc": "13919:116:44", - "nodeType": "YulBlock", - "src": "13919:116:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "13936:9:44", - "nodeType": "YulIdentifier", - "src": "13936:9:44" - }, - { - "kind": "number", - "nativeSrc": "13947:2:44", - "nodeType": "YulLiteral", - "src": "13947:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "13929:6:44", - "nodeType": "YulIdentifier", - "src": "13929:6:44" - }, - "nativeSrc": "13929:21:44", - "nodeType": "YulFunctionCall", - "src": "13929:21:44" - }, - "nativeSrc": "13929:21:44", - "nodeType": "YulExpressionStatement", - "src": "13929:21:44" - }, - { - "nativeSrc": "13959:70:44", - "nodeType": "YulAssignment", - "src": "13959:70:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "13994:6:44", - "nodeType": "YulIdentifier", - "src": "13994:6:44" - }, - { - "name": "value1", - "nativeSrc": "14002:6:44", - "nodeType": "YulIdentifier", - "src": "14002:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14014:9:44", - "nodeType": "YulIdentifier", - "src": "14014:9:44" - }, - { - "kind": "number", - "nativeSrc": "14025:2:44", - "nodeType": "YulLiteral", - "src": "14025:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14010:3:44", - "nodeType": "YulIdentifier", - "src": "14010:3:44" - }, - "nativeSrc": "14010:18:44", - "nodeType": "YulFunctionCall", - "src": "14010:18:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "13967:26:44", - "nodeType": "YulIdentifier", - "src": "13967:26:44" - }, - "nativeSrc": "13967:62:44", - "nodeType": "YulFunctionCall", - "src": "13967:62:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "13959:4:44", - "nodeType": "YulIdentifier", - "src": "13959:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "13788:247:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "13880:9:44", - "nodeType": "YulTypedName", - "src": "13880:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "13891:6:44", - "nodeType": "YulTypedName", - "src": "13891:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "13899:6:44", - "nodeType": "YulTypedName", - "src": "13899:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "13910:4:44", - "nodeType": "YulTypedName", - "src": "13910:4:44", - "type": "" - } - ], - "src": "13788:247:44" - }, - { - "body": { - "nativeSrc": "14120:169:44", - "nodeType": "YulBlock", - "src": "14120:169:44", - "statements": [ - { - "body": { - "nativeSrc": "14166:16:44", - "nodeType": "YulBlock", - "src": "14166:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14175:1:44", - "nodeType": "YulLiteral", - "src": "14175:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14178:1:44", - "nodeType": "YulLiteral", - "src": "14178:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14168:6:44", - "nodeType": "YulIdentifier", - "src": "14168:6:44" - }, - "nativeSrc": "14168:12:44", - "nodeType": "YulFunctionCall", - "src": "14168:12:44" - }, - "nativeSrc": "14168:12:44", - "nodeType": "YulExpressionStatement", - "src": "14168:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "14141:7:44", - "nodeType": "YulIdentifier", - "src": "14141:7:44" - }, - { - "name": "headStart", - "nativeSrc": "14150:9:44", - "nodeType": "YulIdentifier", - "src": "14150:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "14137:3:44", - "nodeType": "YulIdentifier", - "src": "14137:3:44" - }, - "nativeSrc": "14137:23:44", - "nodeType": "YulFunctionCall", - "src": "14137:23:44" - }, - { - "kind": "number", - "nativeSrc": "14162:2:44", - "nodeType": "YulLiteral", - "src": "14162:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "14133:3:44", - "nodeType": "YulIdentifier", - "src": "14133:3:44" - }, - "nativeSrc": "14133:32:44", - "nodeType": "YulFunctionCall", - "src": "14133:32:44" - }, - "nativeSrc": "14130:52:44", - "nodeType": "YulIf", - "src": "14130:52:44" - }, - { - "nativeSrc": "14191:29:44", - "nodeType": "YulVariableDeclaration", - "src": "14191:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14210:9:44", - "nodeType": "YulIdentifier", - "src": "14210:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "14204:5:44", - "nodeType": "YulIdentifier", - "src": "14204:5:44" - }, - "nativeSrc": "14204:16:44", - "nodeType": "YulFunctionCall", - "src": "14204:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "14195:5:44", - "nodeType": "YulTypedName", - "src": "14195:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "14253:5:44", - "nodeType": "YulIdentifier", - "src": "14253:5:44" - } - ], - "functionName": { - "name": "validator_revert_bytes4", - "nativeSrc": "14229:23:44", - "nodeType": "YulIdentifier", - "src": "14229:23:44" - }, - "nativeSrc": "14229:30:44", - "nodeType": "YulFunctionCall", - "src": "14229:30:44" - }, - "nativeSrc": "14229:30:44", - "nodeType": "YulExpressionStatement", - "src": "14229:30:44" - }, - { - "nativeSrc": "14268:15:44", - "nodeType": "YulAssignment", - "src": "14268:15:44", - "value": { - "name": "value", - "nativeSrc": "14278:5:44", - "nodeType": "YulIdentifier", - "src": "14278:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "14268:6:44", - "nodeType": "YulIdentifier", - "src": "14268:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes4_fromMemory", - "nativeSrc": "14040:249:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14086:9:44", - "nodeType": "YulTypedName", - "src": "14086:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "14097:7:44", - "nodeType": "YulTypedName", - "src": "14097:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "14109:6:44", - "nodeType": "YulTypedName", - "src": "14109:6:44", - "type": "" - } - ], - "src": "14040:249:44" - }, - { - "body": { - "nativeSrc": "14479:300:44", - "nodeType": "YulBlock", - "src": "14479:300:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14496:9:44", - "nodeType": "YulIdentifier", - "src": "14496:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "14511:6:44", - "nodeType": "YulIdentifier", - "src": "14511:6:44" - }, - { - "kind": "number", - "nativeSrc": "14519:42:44", - "nodeType": "YulLiteral", - "src": "14519:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14507:3:44", - "nodeType": "YulIdentifier", - "src": "14507:3:44" - }, - "nativeSrc": "14507:55:44", - "nodeType": "YulFunctionCall", - "src": "14507:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14489:6:44", - "nodeType": "YulIdentifier", - "src": "14489:6:44" - }, - "nativeSrc": "14489:74:44", - "nodeType": "YulFunctionCall", - "src": "14489:74:44" - }, - "nativeSrc": "14489:74:44", - "nodeType": "YulExpressionStatement", - "src": "14489:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14583:9:44", - "nodeType": "YulIdentifier", - "src": "14583:9:44" - }, - { - "kind": "number", - "nativeSrc": "14594:2:44", - "nodeType": "YulLiteral", - "src": "14594:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14579:3:44", - "nodeType": "YulIdentifier", - "src": "14579:3:44" - }, - "nativeSrc": "14579:18:44", - "nodeType": "YulFunctionCall", - "src": "14579:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "14603:6:44", - "nodeType": "YulIdentifier", - "src": "14603:6:44" - }, - { - "kind": "number", - "nativeSrc": "14611:42:44", - "nodeType": "YulLiteral", - "src": "14611:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "14599:3:44", - "nodeType": "YulIdentifier", - "src": "14599:3:44" - }, - "nativeSrc": "14599:55:44", - "nodeType": "YulFunctionCall", - "src": "14599:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14572:6:44", - "nodeType": "YulIdentifier", - "src": "14572:6:44" - }, - "nativeSrc": "14572:83:44", - "nodeType": "YulFunctionCall", - "src": "14572:83:44" - }, - "nativeSrc": "14572:83:44", - "nodeType": "YulExpressionStatement", - "src": "14572:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14675:9:44", - "nodeType": "YulIdentifier", - "src": "14675:9:44" - }, - { - "kind": "number", - "nativeSrc": "14686:2:44", - "nodeType": "YulLiteral", - "src": "14686:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14671:3:44", - "nodeType": "YulIdentifier", - "src": "14671:3:44" - }, - "nativeSrc": "14671:18:44", - "nodeType": "YulFunctionCall", - "src": "14671:18:44" - }, - { - "kind": "number", - "nativeSrc": "14691:2:44", - "nodeType": "YulLiteral", - "src": "14691:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14664:6:44", - "nodeType": "YulIdentifier", - "src": "14664:6:44" - }, - "nativeSrc": "14664:30:44", - "nodeType": "YulFunctionCall", - "src": "14664:30:44" - }, - "nativeSrc": "14664:30:44", - "nodeType": "YulExpressionStatement", - "src": "14664:30:44" - }, - { - "nativeSrc": "14703:70:44", - "nodeType": "YulAssignment", - "src": "14703:70:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "14738:6:44", - "nodeType": "YulIdentifier", - "src": "14738:6:44" - }, - { - "name": "value3", - "nativeSrc": "14746:6:44", - "nodeType": "YulIdentifier", - "src": "14746:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "14758:9:44", - "nodeType": "YulIdentifier", - "src": "14758:9:44" - }, - { - "kind": "number", - "nativeSrc": "14769:2:44", - "nodeType": "YulLiteral", - "src": "14769:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "14754:3:44", - "nodeType": "YulIdentifier", - "src": "14754:3:44" - }, - "nativeSrc": "14754:18:44", - "nodeType": "YulFunctionCall", - "src": "14754:18:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "14711:26:44", - "nodeType": "YulIdentifier", - "src": "14711:26:44" - }, - "nativeSrc": "14711:62:44", - "nodeType": "YulFunctionCall", - "src": "14711:62:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "14703:4:44", - "nodeType": "YulIdentifier", - "src": "14703:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "14294:485:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "14424:9:44", - "nodeType": "YulTypedName", - "src": "14424:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "14435:6:44", - "nodeType": "YulTypedName", - "src": "14435:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "14443:6:44", - "nodeType": "YulTypedName", - "src": "14443:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "14451:6:44", - "nodeType": "YulTypedName", - "src": "14451:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "14459:6:44", - "nodeType": "YulTypedName", - "src": "14459:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "14470:4:44", - "nodeType": "YulTypedName", - "src": "14470:4:44", - "type": "" - } - ], - "src": "14294:485:44" - }, - { - "body": { - "nativeSrc": "14816:152:44", - "nodeType": "YulBlock", - "src": "14816:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14833:1:44", - "nodeType": "YulLiteral", - "src": "14833:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14836:77:44", - "nodeType": "YulLiteral", - "src": "14836:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14826:6:44", - "nodeType": "YulIdentifier", - "src": "14826:6:44" - }, - "nativeSrc": "14826:88:44", - "nodeType": "YulFunctionCall", - "src": "14826:88:44" - }, - "nativeSrc": "14826:88:44", - "nodeType": "YulExpressionStatement", - "src": "14826:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14930:1:44", - "nodeType": "YulLiteral", - "src": "14930:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "14933:4:44", - "nodeType": "YulLiteral", - "src": "14933:4:44", - "type": "", - "value": "0x11" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "14923:6:44", - "nodeType": "YulIdentifier", - "src": "14923:6:44" - }, - "nativeSrc": "14923:15:44", - "nodeType": "YulFunctionCall", - "src": "14923:15:44" - }, - "nativeSrc": "14923:15:44", - "nodeType": "YulExpressionStatement", - "src": "14923:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "14954:1:44", - "nodeType": "YulLiteral", - "src": "14954:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "14957:4:44", - "nodeType": "YulLiteral", - "src": "14957:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "14947:6:44", - "nodeType": "YulIdentifier", - "src": "14947:6:44" - }, - "nativeSrc": "14947:15:44", - "nodeType": "YulFunctionCall", - "src": "14947:15:44" - }, - "nativeSrc": "14947:15:44", - "nodeType": "YulExpressionStatement", - "src": "14947:15:44" - } - ] - }, - "name": "panic_error_0x11", - "nativeSrc": "14784:184:44", - "nodeType": "YulFunctionDefinition", - "src": "14784:184:44" - }, - { - "body": { - "nativeSrc": "15022:79:44", - "nodeType": "YulBlock", - "src": "15022:79:44", - "statements": [ - { - "nativeSrc": "15032:17:44", - "nodeType": "YulAssignment", - "src": "15032:17:44", - "value": { - "arguments": [ - { - "name": "x", - "nativeSrc": "15044:1:44", - "nodeType": "YulIdentifier", - "src": "15044:1:44" - }, - { - "name": "y", - "nativeSrc": "15047:1:44", - "nodeType": "YulIdentifier", - "src": "15047:1:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15040:3:44", - "nodeType": "YulIdentifier", - "src": "15040:3:44" - }, - "nativeSrc": "15040:9:44", - "nodeType": "YulFunctionCall", - "src": "15040:9:44" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "15032:4:44", - "nodeType": "YulIdentifier", - "src": "15032:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "15073:22:44", - "nodeType": "YulBlock", - "src": "15073:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "15075:16:44", - "nodeType": "YulIdentifier", - "src": "15075:16:44" - }, - "nativeSrc": "15075:18:44", - "nodeType": "YulFunctionCall", - "src": "15075:18:44" - }, - "nativeSrc": "15075:18:44", - "nodeType": "YulExpressionStatement", - "src": "15075:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "15064:4:44", - "nodeType": "YulIdentifier", - "src": "15064:4:44" - }, - { - "name": "x", - "nativeSrc": "15070:1:44", - "nodeType": "YulIdentifier", - "src": "15070:1:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15061:2:44", - "nodeType": "YulIdentifier", - "src": "15061:2:44" - }, - "nativeSrc": "15061:11:44", - "nodeType": "YulFunctionCall", - "src": "15061:11:44" - }, - "nativeSrc": "15058:37:44", - "nodeType": "YulIf", - "src": "15058:37:44" - } - ] - }, - "name": "checked_sub_t_uint256", - "nativeSrc": "14973:128:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "15004:1:44", - "nodeType": "YulTypedName", - "src": "15004:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "15007:1:44", - "nodeType": "YulTypedName", - "src": "15007:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "15013:4:44", - "nodeType": "YulTypedName", - "src": "15013:4:44", - "type": "" - } - ], - "src": "14973:128:44" - }, - { - "body": { - "nativeSrc": "15236:201:44", - "nodeType": "YulBlock", - "src": "15236:201:44", - "statements": [ - { - "body": { - "nativeSrc": "15274:16:44", - "nodeType": "YulBlock", - "src": "15274:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15283:1:44", - "nodeType": "YulLiteral", - "src": "15283:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15286:1:44", - "nodeType": "YulLiteral", - "src": "15286:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15276:6:44", - "nodeType": "YulIdentifier", - "src": "15276:6:44" - }, - "nativeSrc": "15276:12:44", - "nodeType": "YulFunctionCall", - "src": "15276:12:44" - }, - "nativeSrc": "15276:12:44", - "nodeType": "YulExpressionStatement", - "src": "15276:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "startIndex", - "nativeSrc": "15252:10:44", - "nodeType": "YulIdentifier", - "src": "15252:10:44" - }, - { - "name": "endIndex", - "nativeSrc": "15264:8:44", - "nodeType": "YulIdentifier", - "src": "15264:8:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15249:2:44", - "nodeType": "YulIdentifier", - "src": "15249:2:44" - }, - "nativeSrc": "15249:24:44", - "nodeType": "YulFunctionCall", - "src": "15249:24:44" - }, - "nativeSrc": "15246:44:44", - "nodeType": "YulIf", - "src": "15246:44:44" - }, - { - "body": { - "nativeSrc": "15323:16:44", - "nodeType": "YulBlock", - "src": "15323:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15332:1:44", - "nodeType": "YulLiteral", - "src": "15332:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15335:1:44", - "nodeType": "YulLiteral", - "src": "15335:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15325:6:44", - "nodeType": "YulIdentifier", - "src": "15325:6:44" - }, - "nativeSrc": "15325:12:44", - "nodeType": "YulFunctionCall", - "src": "15325:12:44" - }, - "nativeSrc": "15325:12:44", - "nodeType": "YulExpressionStatement", - "src": "15325:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15305:8:44", - "nodeType": "YulIdentifier", - "src": "15305:8:44" - }, - { - "name": "length", - "nativeSrc": "15315:6:44", - "nodeType": "YulIdentifier", - "src": "15315:6:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15302:2:44", - "nodeType": "YulIdentifier", - "src": "15302:2:44" - }, - "nativeSrc": "15302:20:44", - "nodeType": "YulFunctionCall", - "src": "15302:20:44" - }, - "nativeSrc": "15299:40:44", - "nodeType": "YulIf", - "src": "15299:40:44" - }, - { - "nativeSrc": "15348:36:44", - "nodeType": "YulAssignment", - "src": "15348:36:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "15365:6:44", - "nodeType": "YulIdentifier", - "src": "15365:6:44" - }, - { - "name": "startIndex", - "nativeSrc": "15373:10:44", - "nodeType": "YulIdentifier", - "src": "15373:10:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15361:3:44", - "nodeType": "YulIdentifier", - "src": "15361:3:44" - }, - "nativeSrc": "15361:23:44", - "nodeType": "YulFunctionCall", - "src": "15361:23:44" - }, - "variableNames": [ - { - "name": "offsetOut", - "nativeSrc": "15348:9:44", - "nodeType": "YulIdentifier", - "src": "15348:9:44" - } - ] - }, - { - "nativeSrc": "15393:38:44", - "nodeType": "YulAssignment", - "src": "15393:38:44", - "value": { - "arguments": [ - { - "name": "endIndex", - "nativeSrc": "15410:8:44", - "nodeType": "YulIdentifier", - "src": "15410:8:44" - }, - { - "name": "startIndex", - "nativeSrc": "15420:10:44", - "nodeType": "YulIdentifier", - "src": "15420:10:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15406:3:44", - "nodeType": "YulIdentifier", - "src": "15406:3:44" - }, - "nativeSrc": "15406:25:44", - "nodeType": "YulFunctionCall", - "src": "15406:25:44" - }, - "variableNames": [ - { - "name": "lengthOut", - "nativeSrc": "15393:9:44", - "nodeType": "YulIdentifier", - "src": "15393:9:44" - } - ] - } - ] - }, - "name": "calldata_array_index_range_access_t_bytes_calldata_ptr", - "nativeSrc": "15106:331:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "15170:6:44", - "nodeType": "YulTypedName", - "src": "15170:6:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15178:6:44", - "nodeType": "YulTypedName", - "src": "15178:6:44", - "type": "" - }, - { - "name": "startIndex", - "nativeSrc": "15186:10:44", - "nodeType": "YulTypedName", - "src": "15186:10:44", - "type": "" - }, - { - "name": "endIndex", - "nativeSrc": "15198:8:44", - "nodeType": "YulTypedName", - "src": "15198:8:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "offsetOut", - "nativeSrc": "15211:9:44", - "nodeType": "YulTypedName", - "src": "15211:9:44", - "type": "" - }, - { - "name": "lengthOut", - "nativeSrc": "15222:9:44", - "nodeType": "YulTypedName", - "src": "15222:9:44", - "type": "" - } - ], - "src": "15106:331:44" - }, - { - "body": { - "nativeSrc": "15474:152:44", - "nodeType": "YulBlock", - "src": "15474:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15491:1:44", - "nodeType": "YulLiteral", - "src": "15491:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15494:77:44", - "nodeType": "YulLiteral", - "src": "15494:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15484:6:44", - "nodeType": "YulIdentifier", - "src": "15484:6:44" - }, - "nativeSrc": "15484:88:44", - "nodeType": "YulFunctionCall", - "src": "15484:88:44" - }, - "nativeSrc": "15484:88:44", - "nodeType": "YulExpressionStatement", - "src": "15484:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15588:1:44", - "nodeType": "YulLiteral", - "src": "15588:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "15591:4:44", - "nodeType": "YulLiteral", - "src": "15591:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "15581:6:44", - "nodeType": "YulIdentifier", - "src": "15581:6:44" - }, - "nativeSrc": "15581:15:44", - "nodeType": "YulFunctionCall", - "src": "15581:15:44" - }, - "nativeSrc": "15581:15:44", - "nodeType": "YulExpressionStatement", - "src": "15581:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15612:1:44", - "nodeType": "YulLiteral", - "src": "15612:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15615:4:44", - "nodeType": "YulLiteral", - "src": "15615:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15605:6:44", - "nodeType": "YulIdentifier", - "src": "15605:6:44" - }, - "nativeSrc": "15605:15:44", - "nodeType": "YulFunctionCall", - "src": "15605:15:44" - }, - "nativeSrc": "15605:15:44", - "nodeType": "YulExpressionStatement", - "src": "15605:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "15442:184:44", - "nodeType": "YulFunctionDefinition", - "src": "15442:184:44" - }, - { - "body": { - "nativeSrc": "15725:427:44", - "nodeType": "YulBlock", - "src": "15725:427:44", - "statements": [ - { - "nativeSrc": "15735:51:44", - "nodeType": "YulVariableDeclaration", - "src": "15735:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "15774:11:44", - "nodeType": "YulIdentifier", - "src": "15774:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15761:12:44", - "nodeType": "YulIdentifier", - "src": "15761:12:44" - }, - "nativeSrc": "15761:25:44", - "nodeType": "YulFunctionCall", - "src": "15761:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15739:18:44", - "nodeType": "YulTypedName", - "src": "15739:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "15875:16:44", - "nodeType": "YulBlock", - "src": "15875:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15884:1:44", - "nodeType": "YulLiteral", - "src": "15884:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "15887:1:44", - "nodeType": "YulLiteral", - "src": "15887:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "15877:6:44", - "nodeType": "YulIdentifier", - "src": "15877:6:44" - }, - "nativeSrc": "15877:12:44", - "nodeType": "YulFunctionCall", - "src": "15877:12:44" - }, - "nativeSrc": "15877:12:44", - "nodeType": "YulExpressionStatement", - "src": "15877:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "15809:18:44", - "nodeType": "YulIdentifier", - "src": "15809:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "15837:12:44", - "nodeType": "YulIdentifier", - "src": "15837:12:44" - }, - "nativeSrc": "15837:14:44", - "nodeType": "YulFunctionCall", - "src": "15837:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "15853:8:44", - "nodeType": "YulIdentifier", - "src": "15853:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "15833:3:44", - "nodeType": "YulIdentifier", - "src": "15833:3:44" - }, - "nativeSrc": "15833:29:44", - "nodeType": "YulFunctionCall", - "src": "15833:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "15868:2:44", - "nodeType": "YulLiteral", - "src": "15868:2:44", - "type": "", - "value": "30" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "15864:3:44", - "nodeType": "YulIdentifier", - "src": "15864:3:44" - }, - "nativeSrc": "15864:7:44", - "nodeType": "YulFunctionCall", - "src": "15864:7:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15829:3:44", - "nodeType": "YulIdentifier", - "src": "15829:3:44" - }, - "nativeSrc": "15829:43:44", - "nodeType": "YulFunctionCall", - "src": "15829:43:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "15805:3:44", - "nodeType": "YulIdentifier", - "src": "15805:3:44" - }, - "nativeSrc": "15805:68:44", - "nodeType": "YulFunctionCall", - "src": "15805:68:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "15798:6:44", - "nodeType": "YulIdentifier", - "src": "15798:6:44" - }, - "nativeSrc": "15798:76:44", - "nodeType": "YulFunctionCall", - "src": "15798:76:44" - }, - "nativeSrc": "15795:96:44", - "nodeType": "YulIf", - "src": "15795:96:44" - }, - { - "nativeSrc": "15900:47:44", - "nodeType": "YulVariableDeclaration", - "src": "15900:47:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "15918:8:44", - "nodeType": "YulIdentifier", - "src": "15918:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "15928:18:44", - "nodeType": "YulIdentifier", - "src": "15928:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "15914:3:44", - "nodeType": "YulIdentifier", - "src": "15914:3:44" - }, - "nativeSrc": "15914:33:44", - "nodeType": "YulFunctionCall", - "src": "15914:33:44" - }, - "variables": [ - { - "name": "addr_1", - "nativeSrc": "15904:6:44", - "nodeType": "YulTypedName", - "src": "15904:6:44", - "type": "" - } - ] - }, - { - "nativeSrc": "15956:30:44", - "nodeType": "YulAssignment", - "src": "15956:30:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "15979:6:44", - "nodeType": "YulIdentifier", - "src": "15979:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "15966:12:44", - "nodeType": "YulIdentifier", - "src": "15966:12:44" - }, - "nativeSrc": "15966:20:44", - "nodeType": "YulFunctionCall", - "src": "15966:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "15956:6:44", - "nodeType": "YulIdentifier", - "src": "15956:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "16029:16:44", - "nodeType": "YulBlock", - "src": "16029:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16038:1:44", - "nodeType": "YulLiteral", - "src": "16038:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16041:1:44", - "nodeType": "YulLiteral", - "src": "16041:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16031:6:44", - "nodeType": "YulIdentifier", - "src": "16031:6:44" - }, - "nativeSrc": "16031:12:44", - "nodeType": "YulFunctionCall", - "src": "16031:12:44" - }, - "nativeSrc": "16031:12:44", - "nodeType": "YulExpressionStatement", - "src": "16031:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "16001:6:44", - "nodeType": "YulIdentifier", - "src": "16001:6:44" - }, - { - "kind": "number", - "nativeSrc": "16009:18:44", - "nodeType": "YulLiteral", - "src": "16009:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "15998:2:44", - "nodeType": "YulIdentifier", - "src": "15998:2:44" - }, - "nativeSrc": "15998:30:44", - "nodeType": "YulFunctionCall", - "src": "15998:30:44" - }, - "nativeSrc": "15995:50:44", - "nodeType": "YulIf", - "src": "15995:50:44" - }, - { - "nativeSrc": "16054:25:44", - "nodeType": "YulAssignment", - "src": "16054:25:44", - "value": { - "arguments": [ - { - "name": "addr_1", - "nativeSrc": "16066:6:44", - "nodeType": "YulIdentifier", - "src": "16066:6:44" - }, - { - "kind": "number", - "nativeSrc": "16074:4:44", - "nodeType": "YulLiteral", - "src": "16074:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16062:3:44", - "nodeType": "YulIdentifier", - "src": "16062:3:44" - }, - "nativeSrc": "16062:17:44", - "nodeType": "YulFunctionCall", - "src": "16062:17:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "16054:4:44", - "nodeType": "YulIdentifier", - "src": "16054:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "16130:16:44", - "nodeType": "YulBlock", - "src": "16130:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "16139:1:44", - "nodeType": "YulLiteral", - "src": "16139:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "16142:1:44", - "nodeType": "YulLiteral", - "src": "16142:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "16132:6:44", - "nodeType": "YulIdentifier", - "src": "16132:6:44" - }, - "nativeSrc": "16132:12:44", - "nodeType": "YulFunctionCall", - "src": "16132:12:44" - }, - "nativeSrc": "16132:12:44", - "nodeType": "YulExpressionStatement", - "src": "16132:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "addr", - "nativeSrc": "16095:4:44", - "nodeType": "YulIdentifier", - "src": "16095:4:44" - }, - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "16105:12:44", - "nodeType": "YulIdentifier", - "src": "16105:12:44" - }, - "nativeSrc": "16105:14:44", - "nodeType": "YulFunctionCall", - "src": "16105:14:44" - }, - { - "name": "length", - "nativeSrc": "16121:6:44", - "nodeType": "YulIdentifier", - "src": "16121:6:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "16101:3:44", - "nodeType": "YulIdentifier", - "src": "16101:3:44" - }, - "nativeSrc": "16101:27:44", - "nodeType": "YulFunctionCall", - "src": "16101:27:44" - } - ], - "functionName": { - "name": "sgt", - "nativeSrc": "16091:3:44", - "nodeType": "YulIdentifier", - "src": "16091:3:44" - }, - "nativeSrc": "16091:38:44", - "nodeType": "YulFunctionCall", - "src": "16091:38:44" - }, - "nativeSrc": "16088:58:44", - "nodeType": "YulIf", - "src": "16088:58:44" - } - ] - }, - "name": "access_calldata_tail_t_bytes_calldata_ptr", - "nativeSrc": "15631:521:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "15682:8:44", - "nodeType": "YulTypedName", - "src": "15682:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "15692:11:44", - "nodeType": "YulTypedName", - "src": "15692:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "15708:4:44", - "nodeType": "YulTypedName", - "src": "15708:4:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "15714:6:44", - "nodeType": "YulTypedName", - "src": "15714:6:44", - "type": "" - } - ], - "src": "15631:521:44" - }, - { - "body": { - "nativeSrc": "16350:247:44", - "nodeType": "YulBlock", - "src": "16350:247:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16373:3:44", - "nodeType": "YulIdentifier", - "src": "16373:3:44" - }, - { - "name": "value0", - "nativeSrc": "16378:6:44", - "nodeType": "YulIdentifier", - "src": "16378:6:44" - }, - { - "name": "value1", - "nativeSrc": "16386:6:44", - "nodeType": "YulIdentifier", - "src": "16386:6:44" - } - ], - "functionName": { - "name": "calldatacopy", - "nativeSrc": "16360:12:44", - "nodeType": "YulIdentifier", - "src": "16360:12:44" - }, - "nativeSrc": "16360:33:44", - "nodeType": "YulFunctionCall", - "src": "16360:33:44" - }, - "nativeSrc": "16360:33:44", - "nodeType": "YulExpressionStatement", - "src": "16360:33:44" - }, - { - "nativeSrc": "16402:26:44", - "nodeType": "YulVariableDeclaration", - "src": "16402:26:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "16416:3:44", - "nodeType": "YulIdentifier", - "src": "16416:3:44" - }, - { - "name": "value1", - "nativeSrc": "16421:6:44", - "nodeType": "YulIdentifier", - "src": "16421:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16412:3:44", - "nodeType": "YulIdentifier", - "src": "16412:3:44" - }, - "nativeSrc": "16412:16:44", - "nodeType": "YulFunctionCall", - "src": "16412:16:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "16406:2:44", - "nodeType": "YulTypedName", - "src": "16406:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16444:2:44", - "nodeType": "YulIdentifier", - "src": "16444:2:44" - }, - { - "kind": "number", - "nativeSrc": "16448:1:44", - "nodeType": "YulLiteral", - "src": "16448:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16437:6:44", - "nodeType": "YulIdentifier", - "src": "16437:6:44" - }, - "nativeSrc": "16437:13:44", - "nodeType": "YulFunctionCall", - "src": "16437:13:44" - }, - "nativeSrc": "16437:13:44", - "nodeType": "YulExpressionStatement", - "src": "16437:13:44" - }, - { - "nativeSrc": "16459:27:44", - "nodeType": "YulVariableDeclaration", - "src": "16459:27:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16479:6:44", - "nodeType": "YulIdentifier", - "src": "16479:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "16473:5:44", - "nodeType": "YulIdentifier", - "src": "16473:5:44" - }, - "nativeSrc": "16473:13:44", - "nodeType": "YulFunctionCall", - "src": "16473:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "16463:6:44", - "nodeType": "YulTypedName", - "src": "16463:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "16534:6:44", - "nodeType": "YulIdentifier", - "src": "16534:6:44" - }, - { - "kind": "number", - "nativeSrc": "16542:4:44", - "nodeType": "YulLiteral", - "src": "16542:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16530:3:44", - "nodeType": "YulIdentifier", - "src": "16530:3:44" - }, - "nativeSrc": "16530:17:44", - "nodeType": "YulFunctionCall", - "src": "16530:17:44" - }, - { - "name": "_1", - "nativeSrc": "16549:2:44", - "nodeType": "YulIdentifier", - "src": "16549:2:44" - }, - { - "name": "length", - "nativeSrc": "16553:6:44", - "nodeType": "YulIdentifier", - "src": "16553:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "16495:34:44", - "nodeType": "YulIdentifier", - "src": "16495:34:44" - }, - "nativeSrc": "16495:65:44", - "nodeType": "YulFunctionCall", - "src": "16495:65:44" - }, - "nativeSrc": "16495:65:44", - "nodeType": "YulExpressionStatement", - "src": "16495:65:44" - }, - { - "nativeSrc": "16569:22:44", - "nodeType": "YulAssignment", - "src": "16569:22:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "16580:2:44", - "nodeType": "YulIdentifier", - "src": "16580:2:44" - }, - { - "name": "length", - "nativeSrc": "16584:6:44", - "nodeType": "YulIdentifier", - "src": "16584:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16576:3:44", - "nodeType": "YulIdentifier", - "src": "16576:3:44" - }, - "nativeSrc": "16576:15:44", - "nodeType": "YulFunctionCall", - "src": "16576:15:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "16569:3:44", - "nodeType": "YulIdentifier", - "src": "16569:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "16157:440:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "16310:3:44", - "nodeType": "YulTypedName", - "src": "16310:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16315:6:44", - "nodeType": "YulTypedName", - "src": "16315:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16323:6:44", - "nodeType": "YulTypedName", - "src": "16323:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16331:6:44", - "nodeType": "YulTypedName", - "src": "16331:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "16342:3:44", - "nodeType": "YulTypedName", - "src": "16342:3:44", - "type": "" - } - ], - "src": "16157:440:44" - }, - { - "body": { - "nativeSrc": "16785:426:44", - "nodeType": "YulBlock", - "src": "16785:426:44", - "statements": [ - { - "nativeSrc": "16795:27:44", - "nodeType": "YulAssignment", - "src": "16795:27:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16807:9:44", - "nodeType": "YulIdentifier", - "src": "16807:9:44" - }, - { - "kind": "number", - "nativeSrc": "16818:3:44", - "nodeType": "YulLiteral", - "src": "16818:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16803:3:44", - "nodeType": "YulIdentifier", - "src": "16803:3:44" - }, - "nativeSrc": "16803:19:44", - "nodeType": "YulFunctionCall", - "src": "16803:19:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "16795:4:44", - "nodeType": "YulIdentifier", - "src": "16795:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16838:9:44", - "nodeType": "YulIdentifier", - "src": "16838:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "16853:6:44", - "nodeType": "YulIdentifier", - "src": "16853:6:44" - }, - { - "kind": "number", - "nativeSrc": "16861:42:44", - "nodeType": "YulLiteral", - "src": "16861:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16849:3:44", - "nodeType": "YulIdentifier", - "src": "16849:3:44" - }, - "nativeSrc": "16849:55:44", - "nodeType": "YulFunctionCall", - "src": "16849:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16831:6:44", - "nodeType": "YulIdentifier", - "src": "16831:6:44" - }, - "nativeSrc": "16831:74:44", - "nodeType": "YulFunctionCall", - "src": "16831:74:44" - }, - "nativeSrc": "16831:74:44", - "nodeType": "YulExpressionStatement", - "src": "16831:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "16925:9:44", - "nodeType": "YulIdentifier", - "src": "16925:9:44" - }, - { - "kind": "number", - "nativeSrc": "16936:2:44", - "nodeType": "YulLiteral", - "src": "16936:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "16921:3:44", - "nodeType": "YulIdentifier", - "src": "16921:3:44" - }, - "nativeSrc": "16921:18:44", - "nodeType": "YulFunctionCall", - "src": "16921:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "16945:6:44", - "nodeType": "YulIdentifier", - "src": "16945:6:44" - }, - { - "kind": "number", - "nativeSrc": "16953:42:44", - "nodeType": "YulLiteral", - "src": "16953:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "16941:3:44", - "nodeType": "YulIdentifier", - "src": "16941:3:44" - }, - "nativeSrc": "16941:55:44", - "nodeType": "YulFunctionCall", - "src": "16941:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "16914:6:44", - "nodeType": "YulIdentifier", - "src": "16914:6:44" - }, - "nativeSrc": "16914:83:44", - "nodeType": "YulFunctionCall", - "src": "16914:83:44" - }, - "nativeSrc": "16914:83:44", - "nodeType": "YulExpressionStatement", - "src": "16914:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17017:9:44", - "nodeType": "YulIdentifier", - "src": "17017:9:44" - }, - { - "kind": "number", - "nativeSrc": "17028:2:44", - "nodeType": "YulLiteral", - "src": "17028:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17013:3:44", - "nodeType": "YulIdentifier", - "src": "17013:3:44" - }, - "nativeSrc": "17013:18:44", - "nodeType": "YulFunctionCall", - "src": "17013:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17037:6:44", - "nodeType": "YulIdentifier", - "src": "17037:6:44" - }, - { - "kind": "number", - "nativeSrc": "17045:42:44", - "nodeType": "YulLiteral", - "src": "17045:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17033:3:44", - "nodeType": "YulIdentifier", - "src": "17033:3:44" - }, - "nativeSrc": "17033:55:44", - "nodeType": "YulFunctionCall", - "src": "17033:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17006:6:44", - "nodeType": "YulIdentifier", - "src": "17006:6:44" - }, - "nativeSrc": "17006:83:44", - "nodeType": "YulFunctionCall", - "src": "17006:83:44" - }, - "nativeSrc": "17006:83:44", - "nodeType": "YulExpressionStatement", - "src": "17006:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17109:9:44", - "nodeType": "YulIdentifier", - "src": "17109:9:44" - }, - { - "kind": "number", - "nativeSrc": "17120:2:44", - "nodeType": "YulLiteral", - "src": "17120:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17105:3:44", - "nodeType": "YulIdentifier", - "src": "17105:3:44" - }, - "nativeSrc": "17105:18:44", - "nodeType": "YulFunctionCall", - "src": "17105:18:44" - }, - { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17129:6:44", - "nodeType": "YulIdentifier", - "src": "17129:6:44" - }, - { - "kind": "number", - "nativeSrc": "17137:66:44", - "nodeType": "YulLiteral", - "src": "17137:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17125:3:44", - "nodeType": "YulIdentifier", - "src": "17125:3:44" - }, - "nativeSrc": "17125:79:44", - "nodeType": "YulFunctionCall", - "src": "17125:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17098:6:44", - "nodeType": "YulIdentifier", - "src": "17098:6:44" - }, - "nativeSrc": "17098:107:44", - "nodeType": "YulFunctionCall", - "src": "17098:107:44" - }, - "nativeSrc": "17098:107:44", - "nodeType": "YulExpressionStatement", - "src": "17098:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "16602:609:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "16730:9:44", - "nodeType": "YulTypedName", - "src": "16730:9:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "16741:6:44", - "nodeType": "YulTypedName", - "src": "16741:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "16749:6:44", - "nodeType": "YulTypedName", - "src": "16749:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "16757:6:44", - "nodeType": "YulTypedName", - "src": "16757:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "16765:6:44", - "nodeType": "YulTypedName", - "src": "16765:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "16776:4:44", - "nodeType": "YulTypedName", - "src": "16776:4:44", - "type": "" - } - ], - "src": "16602:609:44" - }, - { - "body": { - "nativeSrc": "17263:132:44", - "nodeType": "YulBlock", - "src": "17263:132:44", - "statements": [ - { - "nativeSrc": "17273:58:44", - "nodeType": "YulAssignment", - "src": "17273:58:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "17288:1:44", - "nodeType": "YulIdentifier", - "src": "17288:1:44" - }, - { - "kind": "number", - "nativeSrc": "17291:14:44", - "nodeType": "YulLiteral", - "src": "17291:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17284:3:44", - "nodeType": "YulIdentifier", - "src": "17284:3:44" - }, - "nativeSrc": "17284:22:44", - "nodeType": "YulFunctionCall", - "src": "17284:22:44" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "17312:1:44", - "nodeType": "YulIdentifier", - "src": "17312:1:44" - }, - { - "kind": "number", - "nativeSrc": "17315:14:44", - "nodeType": "YulLiteral", - "src": "17315:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17308:3:44", - "nodeType": "YulIdentifier", - "src": "17308:3:44" - }, - "nativeSrc": "17308:22:44", - "nodeType": "YulFunctionCall", - "src": "17308:22:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17280:3:44", - "nodeType": "YulIdentifier", - "src": "17280:3:44" - }, - "nativeSrc": "17280:51:44", - "nodeType": "YulFunctionCall", - "src": "17280:51:44" - }, - "variableNames": [ - { - "name": "sum", - "nativeSrc": "17273:3:44", - "nodeType": "YulIdentifier", - "src": "17273:3:44" - } - ] - }, - { - "body": { - "nativeSrc": "17367:22:44", - "nodeType": "YulBlock", - "src": "17367:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "17369:16:44", - "nodeType": "YulIdentifier", - "src": "17369:16:44" - }, - "nativeSrc": "17369:18:44", - "nodeType": "YulFunctionCall", - "src": "17369:18:44" - }, - "nativeSrc": "17369:18:44", - "nodeType": "YulExpressionStatement", - "src": "17369:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "sum", - "nativeSrc": "17346:3:44", - "nodeType": "YulIdentifier", - "src": "17346:3:44" - }, - { - "kind": "number", - "nativeSrc": "17351:14:44", - "nodeType": "YulLiteral", - "src": "17351:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "17343:2:44", - "nodeType": "YulIdentifier", - "src": "17343:2:44" - }, - "nativeSrc": "17343:23:44", - "nodeType": "YulFunctionCall", - "src": "17343:23:44" - }, - "nativeSrc": "17340:49:44", - "nodeType": "YulIf", - "src": "17340:49:44" - } - ] - }, - "name": "checked_add_t_uint48", - "nativeSrc": "17216:179:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "17246:1:44", - "nodeType": "YulTypedName", - "src": "17246:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "17249:1:44", - "nodeType": "YulTypedName", - "src": "17249:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "sum", - "nativeSrc": "17255:3:44", - "nodeType": "YulTypedName", - "src": "17255:3:44", - "type": "" - } - ], - "src": "17216:179:44" - }, - { - "body": { - "nativeSrc": "17611:366:44", - "nodeType": "YulBlock", - "src": "17611:366:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17628:9:44", - "nodeType": "YulIdentifier", - "src": "17628:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "17643:6:44", - "nodeType": "YulIdentifier", - "src": "17643:6:44" - }, - { - "kind": "number", - "nativeSrc": "17651:14:44", - "nodeType": "YulLiteral", - "src": "17651:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17639:3:44", - "nodeType": "YulIdentifier", - "src": "17639:3:44" - }, - "nativeSrc": "17639:27:44", - "nodeType": "YulFunctionCall", - "src": "17639:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17621:6:44", - "nodeType": "YulIdentifier", - "src": "17621:6:44" - }, - "nativeSrc": "17621:46:44", - "nodeType": "YulFunctionCall", - "src": "17621:46:44" - }, - "nativeSrc": "17621:46:44", - "nodeType": "YulExpressionStatement", - "src": "17621:46:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17687:9:44", - "nodeType": "YulIdentifier", - "src": "17687:9:44" - }, - { - "kind": "number", - "nativeSrc": "17698:2:44", - "nodeType": "YulLiteral", - "src": "17698:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17683:3:44", - "nodeType": "YulIdentifier", - "src": "17683:3:44" - }, - "nativeSrc": "17683:18:44", - "nodeType": "YulFunctionCall", - "src": "17683:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "17707:6:44", - "nodeType": "YulIdentifier", - "src": "17707:6:44" - }, - { - "kind": "number", - "nativeSrc": "17715:42:44", - "nodeType": "YulLiteral", - "src": "17715:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17703:3:44", - "nodeType": "YulIdentifier", - "src": "17703:3:44" - }, - "nativeSrc": "17703:55:44", - "nodeType": "YulFunctionCall", - "src": "17703:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17676:6:44", - "nodeType": "YulIdentifier", - "src": "17676:6:44" - }, - "nativeSrc": "17676:83:44", - "nodeType": "YulFunctionCall", - "src": "17676:83:44" - }, - "nativeSrc": "17676:83:44", - "nodeType": "YulExpressionStatement", - "src": "17676:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17779:9:44", - "nodeType": "YulIdentifier", - "src": "17779:9:44" - }, - { - "kind": "number", - "nativeSrc": "17790:2:44", - "nodeType": "YulLiteral", - "src": "17790:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17775:3:44", - "nodeType": "YulIdentifier", - "src": "17775:3:44" - }, - "nativeSrc": "17775:18:44", - "nodeType": "YulFunctionCall", - "src": "17775:18:44" - }, - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "17799:6:44", - "nodeType": "YulIdentifier", - "src": "17799:6:44" - }, - { - "kind": "number", - "nativeSrc": "17807:42:44", - "nodeType": "YulLiteral", - "src": "17807:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "17795:3:44", - "nodeType": "YulIdentifier", - "src": "17795:3:44" - }, - "nativeSrc": "17795:55:44", - "nodeType": "YulFunctionCall", - "src": "17795:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17768:6:44", - "nodeType": "YulIdentifier", - "src": "17768:6:44" - }, - "nativeSrc": "17768:83:44", - "nodeType": "YulFunctionCall", - "src": "17768:83:44" - }, - "nativeSrc": "17768:83:44", - "nodeType": "YulExpressionStatement", - "src": "17768:83:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17871:9:44", - "nodeType": "YulIdentifier", - "src": "17871:9:44" - }, - { - "kind": "number", - "nativeSrc": "17882:2:44", - "nodeType": "YulLiteral", - "src": "17882:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17867:3:44", - "nodeType": "YulIdentifier", - "src": "17867:3:44" - }, - "nativeSrc": "17867:18:44", - "nodeType": "YulFunctionCall", - "src": "17867:18:44" - }, - { - "kind": "number", - "nativeSrc": "17887:3:44", - "nodeType": "YulLiteral", - "src": "17887:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "17860:6:44", - "nodeType": "YulIdentifier", - "src": "17860:6:44" - }, - "nativeSrc": "17860:31:44", - "nodeType": "YulFunctionCall", - "src": "17860:31:44" - }, - "nativeSrc": "17860:31:44", - "nodeType": "YulExpressionStatement", - "src": "17860:31:44" - }, - { - "nativeSrc": "17900:71:44", - "nodeType": "YulAssignment", - "src": "17900:71:44", - "value": { - "arguments": [ - { - "name": "value3", - "nativeSrc": "17935:6:44", - "nodeType": "YulIdentifier", - "src": "17935:6:44" - }, - { - "name": "value4", - "nativeSrc": "17943:6:44", - "nodeType": "YulIdentifier", - "src": "17943:6:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "17955:9:44", - "nodeType": "YulIdentifier", - "src": "17955:9:44" - }, - { - "kind": "number", - "nativeSrc": "17966:3:44", - "nodeType": "YulLiteral", - "src": "17966:3:44", - "type": "", - "value": "128" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "17951:3:44", - "nodeType": "YulIdentifier", - "src": "17951:3:44" - }, - "nativeSrc": "17951:19:44", - "nodeType": "YulFunctionCall", - "src": "17951:19:44" - } - ], - "functionName": { - "name": "abi_encode_string_calldata", - "nativeSrc": "17908:26:44", - "nodeType": "YulIdentifier", - "src": "17908:26:44" - }, - "nativeSrc": "17908:63:44", - "nodeType": "YulFunctionCall", - "src": "17908:63:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "17900:4:44", - "nodeType": "YulIdentifier", - "src": "17900:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed", - "nativeSrc": "17400:577:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "17548:9:44", - "nodeType": "YulTypedName", - "src": "17548:9:44", - "type": "" - }, - { - "name": "value4", - "nativeSrc": "17559:6:44", - "nodeType": "YulTypedName", - "src": "17559:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "17567:6:44", - "nodeType": "YulTypedName", - "src": "17567:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "17575:6:44", - "nodeType": "YulTypedName", - "src": "17575:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "17583:6:44", - "nodeType": "YulTypedName", - "src": "17583:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "17591:6:44", - "nodeType": "YulTypedName", - "src": "17591:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "17602:4:44", - "nodeType": "YulTypedName", - "src": "17602:4:44", - "type": "" - } - ], - "src": "17400:577:44" - }, - { - "body": { - "nativeSrc": "18109:193:44", - "nodeType": "YulBlock", - "src": "18109:193:44", - "statements": [ - { - "nativeSrc": "18119:26:44", - "nodeType": "YulAssignment", - "src": "18119:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18131:9:44", - "nodeType": "YulIdentifier", - "src": "18131:9:44" - }, - { - "kind": "number", - "nativeSrc": "18142:2:44", - "nodeType": "YulLiteral", - "src": "18142:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18127:3:44", - "nodeType": "YulIdentifier", - "src": "18127:3:44" - }, - "nativeSrc": "18127:18:44", - "nodeType": "YulFunctionCall", - "src": "18127:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18119:4:44", - "nodeType": "YulIdentifier", - "src": "18119:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18161:9:44", - "nodeType": "YulIdentifier", - "src": "18161:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18176:6:44", - "nodeType": "YulIdentifier", - "src": "18176:6:44" - }, - { - "kind": "number", - "nativeSrc": "18184:42:44", - "nodeType": "YulLiteral", - "src": "18184:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18172:3:44", - "nodeType": "YulIdentifier", - "src": "18172:3:44" - }, - "nativeSrc": "18172:55:44", - "nodeType": "YulFunctionCall", - "src": "18172:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18154:6:44", - "nodeType": "YulIdentifier", - "src": "18154:6:44" - }, - "nativeSrc": "18154:74:44", - "nodeType": "YulFunctionCall", - "src": "18154:74:44" - }, - "nativeSrc": "18154:74:44", - "nodeType": "YulExpressionStatement", - "src": "18154:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18248:9:44", - "nodeType": "YulIdentifier", - "src": "18248:9:44" - }, - { - "kind": "number", - "nativeSrc": "18259:2:44", - "nodeType": "YulLiteral", - "src": "18259:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18244:3:44", - "nodeType": "YulIdentifier", - "src": "18244:3:44" - }, - "nativeSrc": "18244:18:44", - "nodeType": "YulFunctionCall", - "src": "18244:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "18268:6:44", - "nodeType": "YulIdentifier", - "src": "18268:6:44" - }, - { - "kind": "number", - "nativeSrc": "18276:18:44", - "nodeType": "YulLiteral", - "src": "18276:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18264:3:44", - "nodeType": "YulIdentifier", - "src": "18264:3:44" - }, - "nativeSrc": "18264:31:44", - "nodeType": "YulFunctionCall", - "src": "18264:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18237:6:44", - "nodeType": "YulIdentifier", - "src": "18237:6:44" - }, - "nativeSrc": "18237:59:44", - "nodeType": "YulFunctionCall", - "src": "18237:59:44" - }, - "nativeSrc": "18237:59:44", - "nodeType": "YulExpressionStatement", - "src": "18237:59:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed", - "nativeSrc": "17982:320:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18070:9:44", - "nodeType": "YulTypedName", - "src": "18070:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "18081:6:44", - "nodeType": "YulTypedName", - "src": "18081:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18089:6:44", - "nodeType": "YulTypedName", - "src": "18089:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18100:4:44", - "nodeType": "YulTypedName", - "src": "18100:4:44", - "type": "" - } - ], - "src": "17982:320:44" - }, - { - "body": { - "nativeSrc": "18406:149:44", - "nodeType": "YulBlock", - "src": "18406:149:44", - "statements": [ - { - "nativeSrc": "18416:26:44", - "nodeType": "YulAssignment", - "src": "18416:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18428:9:44", - "nodeType": "YulIdentifier", - "src": "18428:9:44" - }, - { - "kind": "number", - "nativeSrc": "18439:2:44", - "nodeType": "YulLiteral", - "src": "18439:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "18424:3:44", - "nodeType": "YulIdentifier", - "src": "18424:3:44" - }, - "nativeSrc": "18424:18:44", - "nodeType": "YulFunctionCall", - "src": "18424:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "18416:4:44", - "nodeType": "YulIdentifier", - "src": "18416:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "18458:9:44", - "nodeType": "YulIdentifier", - "src": "18458:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "18473:6:44", - "nodeType": "YulIdentifier", - "src": "18473:6:44" - }, - { - "kind": "number", - "nativeSrc": "18481:66:44", - "nodeType": "YulLiteral", - "src": "18481:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18469:3:44", - "nodeType": "YulIdentifier", - "src": "18469:3:44" - }, - "nativeSrc": "18469:79:44", - "nodeType": "YulFunctionCall", - "src": "18469:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "18451:6:44", - "nodeType": "YulIdentifier", - "src": "18451:6:44" - }, - "nativeSrc": "18451:98:44", - "nodeType": "YulFunctionCall", - "src": "18451:98:44" - }, - "nativeSrc": "18451:98:44", - "nodeType": "YulExpressionStatement", - "src": "18451:98:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "18307:248:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "18375:9:44", - "nodeType": "YulTypedName", - "src": "18375:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "18386:6:44", - "nodeType": "YulTypedName", - "src": "18386:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "18397:4:44", - "nodeType": "YulTypedName", - "src": "18397:4:44", - "type": "" - } - ], - "src": "18307:248:44" - }, - { - "body": { - "nativeSrc": "18660:376:44", - "nodeType": "YulBlock", - "src": "18660:376:44", - "statements": [ - { - "nativeSrc": "18670:29:44", - "nodeType": "YulVariableDeclaration", - "src": "18670:29:44", - "value": { - "arguments": [ - { - "name": "array", - "nativeSrc": "18693:5:44", - "nodeType": "YulIdentifier", - "src": "18693:5:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "18680:12:44", - "nodeType": "YulIdentifier", - "src": "18680:12:44" - }, - "nativeSrc": "18680:19:44", - "nodeType": "YulFunctionCall", - "src": "18680:19:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "18674:2:44", - "nodeType": "YulTypedName", - "src": "18674:2:44", - "type": "" - } - ] - }, - { - "nativeSrc": "18708:84:44", - "nodeType": "YulAssignment", - "src": "18708:84:44", - "value": { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18721:2:44", - "nodeType": "YulIdentifier", - "src": "18721:2:44" - }, - { - "kind": "number", - "nativeSrc": "18725:66:44", - "nodeType": "YulLiteral", - "src": "18725:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18717:3:44", - "nodeType": "YulIdentifier", - "src": "18717:3:44" - }, - "nativeSrc": "18717:75:44", - "nodeType": "YulFunctionCall", - "src": "18717:75:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18708:5:44", - "nodeType": "YulIdentifier", - "src": "18708:5:44" - } - ] - }, - { - "body": { - "nativeSrc": "18823:207:44", - "nodeType": "YulBlock", - "src": "18823:207:44", - "statements": [ - { - "nativeSrc": "18837:183:44", - "nodeType": "YulAssignment", - "src": "18837:183:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "18854:2:44", - "nodeType": "YulIdentifier", - "src": "18854:2:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18866:1:44", - "nodeType": "YulLiteral", - "src": "18866:1:44", - "type": "", - "value": "3" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "18873:1:44", - "nodeType": "YulLiteral", - "src": "18873:1:44", - "type": "", - "value": "4" - }, - { - "name": "len", - "nativeSrc": "18876:3:44", - "nodeType": "YulIdentifier", - "src": "18876:3:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "18869:3:44", - "nodeType": "YulIdentifier", - "src": "18869:3:44" - }, - "nativeSrc": "18869:11:44", - "nodeType": "YulFunctionCall", - "src": "18869:11:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18862:3:44", - "nodeType": "YulIdentifier", - "src": "18862:3:44" - }, - "nativeSrc": "18862:19:44", - "nodeType": "YulFunctionCall", - "src": "18862:19:44" - }, - { - "kind": "number", - "nativeSrc": "18883:66:44", - "nodeType": "YulLiteral", - "src": "18883:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "18858:3:44", - "nodeType": "YulIdentifier", - "src": "18858:3:44" - }, - "nativeSrc": "18858:92:44", - "nodeType": "YulFunctionCall", - "src": "18858:92:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18850:3:44", - "nodeType": "YulIdentifier", - "src": "18850:3:44" - }, - "nativeSrc": "18850:101:44", - "nodeType": "YulFunctionCall", - "src": "18850:101:44" - }, - { - "kind": "number", - "nativeSrc": "18953:66:44", - "nodeType": "YulLiteral", - "src": "18953:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "18846:3:44", - "nodeType": "YulIdentifier", - "src": "18846:3:44" - }, - "nativeSrc": "18846:174:44", - "nodeType": "YulFunctionCall", - "src": "18846:174:44" - }, - "variableNames": [ - { - "name": "value", - "nativeSrc": "18837:5:44", - "nodeType": "YulIdentifier", - "src": "18837:5:44" - } - ] - } - ] - }, - "condition": { - "arguments": [ - { - "name": "len", - "nativeSrc": "18807:3:44", - "nodeType": "YulIdentifier", - "src": "18807:3:44" - }, - { - "kind": "number", - "nativeSrc": "18812:1:44", - "nodeType": "YulLiteral", - "src": "18812:1:44", - "type": "", - "value": "4" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "18804:2:44", - "nodeType": "YulIdentifier", - "src": "18804:2:44" - }, - "nativeSrc": "18804:10:44", - "nodeType": "YulFunctionCall", - "src": "18804:10:44" - }, - "nativeSrc": "18801:229:44", - "nodeType": "YulIf", - "src": "18801:229:44" - } - ] - }, - "name": "convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4", - "nativeSrc": "18560:476:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "array", - "nativeSrc": "18635:5:44", - "nodeType": "YulTypedName", - "src": "18635:5:44", - "type": "" - }, - { - "name": "len", - "nativeSrc": "18642:3:44", - "nodeType": "YulTypedName", - "src": "18642:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value", - "nativeSrc": "18650:5:44", - "nodeType": "YulTypedName", - "src": "18650:5:44", - "type": "" - } - ], - "src": "18560:476:44" - }, - { - "body": { - "nativeSrc": "19168:241:44", - "nodeType": "YulBlock", - "src": "19168:241:44", - "statements": [ - { - "nativeSrc": "19178:26:44", - "nodeType": "YulAssignment", - "src": "19178:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19190:9:44", - "nodeType": "YulIdentifier", - "src": "19190:9:44" - }, - { - "kind": "number", - "nativeSrc": "19201:2:44", - "nodeType": "YulLiteral", - "src": "19201:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19186:3:44", - "nodeType": "YulIdentifier", - "src": "19186:3:44" - }, - "nativeSrc": "19186:18:44", - "nodeType": "YulFunctionCall", - "src": "19186:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19178:4:44", - "nodeType": "YulIdentifier", - "src": "19178:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19220:9:44", - "nodeType": "YulIdentifier", - "src": "19220:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19235:6:44", - "nodeType": "YulIdentifier", - "src": "19235:6:44" - }, - { - "kind": "number", - "nativeSrc": "19243:42:44", - "nodeType": "YulLiteral", - "src": "19243:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19231:3:44", - "nodeType": "YulIdentifier", - "src": "19231:3:44" - }, - "nativeSrc": "19231:55:44", - "nodeType": "YulFunctionCall", - "src": "19231:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19213:6:44", - "nodeType": "YulIdentifier", - "src": "19213:6:44" - }, - "nativeSrc": "19213:74:44", - "nodeType": "YulFunctionCall", - "src": "19213:74:44" - }, - "nativeSrc": "19213:74:44", - "nodeType": "YulExpressionStatement", - "src": "19213:74:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19307:9:44", - "nodeType": "YulIdentifier", - "src": "19307:9:44" - }, - { - "kind": "number", - "nativeSrc": "19318:2:44", - "nodeType": "YulLiteral", - "src": "19318:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19303:3:44", - "nodeType": "YulIdentifier", - "src": "19303:3:44" - }, - "nativeSrc": "19303:18:44", - "nodeType": "YulFunctionCall", - "src": "19303:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19327:6:44", - "nodeType": "YulIdentifier", - "src": "19327:6:44" - }, - { - "kind": "number", - "nativeSrc": "19335:66:44", - "nodeType": "YulLiteral", - "src": "19335:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19323:3:44", - "nodeType": "YulIdentifier", - "src": "19323:3:44" - }, - "nativeSrc": "19323:79:44", - "nodeType": "YulFunctionCall", - "src": "19323:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19296:6:44", - "nodeType": "YulIdentifier", - "src": "19296:6:44" - }, - "nativeSrc": "19296:107:44", - "nodeType": "YulFunctionCall", - "src": "19296:107:44" - }, - "nativeSrc": "19296:107:44", - "nodeType": "YulExpressionStatement", - "src": "19296:107:44" - } - ] - }, - "name": "abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed", - "nativeSrc": "19041:368:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19129:9:44", - "nodeType": "YulTypedName", - "src": "19129:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19140:6:44", - "nodeType": "YulTypedName", - "src": "19140:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19148:6:44", - "nodeType": "YulTypedName", - "src": "19148:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19159:4:44", - "nodeType": "YulTypedName", - "src": "19159:4:44", - "type": "" - } - ], - "src": "19041:368:44" - }, - { - "body": { - "nativeSrc": "19551:150:44", - "nodeType": "YulBlock", - "src": "19551:150:44", - "statements": [ - { - "nativeSrc": "19561:27:44", - "nodeType": "YulVariableDeclaration", - "src": "19561:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19581:6:44", - "nodeType": "YulIdentifier", - "src": "19581:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "19575:5:44", - "nodeType": "YulIdentifier", - "src": "19575:5:44" - }, - "nativeSrc": "19575:13:44", - "nodeType": "YulFunctionCall", - "src": "19575:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "19565:6:44", - "nodeType": "YulTypedName", - "src": "19565:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19636:6:44", - "nodeType": "YulIdentifier", - "src": "19636:6:44" - }, - { - "kind": "number", - "nativeSrc": "19644:4:44", - "nodeType": "YulLiteral", - "src": "19644:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19632:3:44", - "nodeType": "YulIdentifier", - "src": "19632:3:44" - }, - "nativeSrc": "19632:17:44", - "nodeType": "YulFunctionCall", - "src": "19632:17:44" - }, - { - "name": "pos", - "nativeSrc": "19651:3:44", - "nodeType": "YulIdentifier", - "src": "19651:3:44" - }, - { - "name": "length", - "nativeSrc": "19656:6:44", - "nodeType": "YulIdentifier", - "src": "19656:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "19597:34:44", - "nodeType": "YulIdentifier", - "src": "19597:34:44" - }, - "nativeSrc": "19597:66:44", - "nodeType": "YulFunctionCall", - "src": "19597:66:44" - }, - "nativeSrc": "19597:66:44", - "nodeType": "YulExpressionStatement", - "src": "19597:66:44" - }, - { - "nativeSrc": "19672:23:44", - "nodeType": "YulAssignment", - "src": "19672:23:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "19683:3:44", - "nodeType": "YulIdentifier", - "src": "19683:3:44" - }, - { - "name": "length", - "nativeSrc": "19688:6:44", - "nodeType": "YulIdentifier", - "src": "19688:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19679:3:44", - "nodeType": "YulIdentifier", - "src": "19679:3:44" - }, - "nativeSrc": "19679:16:44", - "nodeType": "YulFunctionCall", - "src": "19679:16:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "19672:3:44", - "nodeType": "YulIdentifier", - "src": "19672:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_bytes_memory_ptr__to_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "19414:287:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "19527:3:44", - "nodeType": "YulTypedName", - "src": "19527:3:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19532:6:44", - "nodeType": "YulTypedName", - "src": "19532:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "19543:3:44", - "nodeType": "YulTypedName", - "src": "19543:3:44", - "type": "" - } - ], - "src": "19414:287:44" - }, - { - "body": { - "nativeSrc": "19853:216:44", - "nodeType": "YulBlock", - "src": "19853:216:44", - "statements": [ - { - "nativeSrc": "19863:26:44", - "nodeType": "YulAssignment", - "src": "19863:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19875:9:44", - "nodeType": "YulIdentifier", - "src": "19875:9:44" - }, - { - "kind": "number", - "nativeSrc": "19886:2:44", - "nodeType": "YulLiteral", - "src": "19886:2:44", - "type": "", - "value": "96" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19871:3:44", - "nodeType": "YulIdentifier", - "src": "19871:3:44" - }, - "nativeSrc": "19871:18:44", - "nodeType": "YulFunctionCall", - "src": "19871:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "19863:4:44", - "nodeType": "YulIdentifier", - "src": "19863:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19905:9:44", - "nodeType": "YulIdentifier", - "src": "19905:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "19920:6:44", - "nodeType": "YulIdentifier", - "src": "19920:6:44" - }, - { - "kind": "number", - "nativeSrc": "19928:10:44", - "nodeType": "YulLiteral", - "src": "19928:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19916:3:44", - "nodeType": "YulIdentifier", - "src": "19916:3:44" - }, - "nativeSrc": "19916:23:44", - "nodeType": "YulFunctionCall", - "src": "19916:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19898:6:44", - "nodeType": "YulIdentifier", - "src": "19898:6:44" - }, - "nativeSrc": "19898:42:44", - "nodeType": "YulFunctionCall", - "src": "19898:42:44" - }, - "nativeSrc": "19898:42:44", - "nodeType": "YulExpressionStatement", - "src": "19898:42:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "19960:9:44", - "nodeType": "YulIdentifier", - "src": "19960:9:44" - }, - { - "kind": "number", - "nativeSrc": "19971:2:44", - "nodeType": "YulLiteral", - "src": "19971:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "19956:3:44", - "nodeType": "YulIdentifier", - "src": "19956:3:44" - }, - "nativeSrc": "19956:18:44", - "nodeType": "YulFunctionCall", - "src": "19956:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "19980:6:44", - "nodeType": "YulIdentifier", - "src": "19980:6:44" - }, - { - "kind": "number", - "nativeSrc": "19988:14:44", - "nodeType": "YulLiteral", - "src": "19988:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "19976:3:44", - "nodeType": "YulIdentifier", - "src": "19976:3:44" - }, - "nativeSrc": "19976:27:44", - "nodeType": "YulFunctionCall", - "src": "19976:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "19949:6:44", - "nodeType": "YulIdentifier", - "src": "19949:6:44" - }, - "nativeSrc": "19949:55:44", - "nodeType": "YulFunctionCall", - "src": "19949:55:44" - }, - "nativeSrc": "19949:55:44", - "nodeType": "YulExpressionStatement", - "src": "19949:55:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20024:9:44", - "nodeType": "YulIdentifier", - "src": "20024:9:44" - }, - { - "kind": "number", - "nativeSrc": "20035:2:44", - "nodeType": "YulLiteral", - "src": "20035:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20020:3:44", - "nodeType": "YulIdentifier", - "src": "20020:3:44" - }, - "nativeSrc": "20020:18:44", - "nodeType": "YulFunctionCall", - "src": "20020:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "20054:6:44", - "nodeType": "YulIdentifier", - "src": "20054:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20047:6:44", - "nodeType": "YulIdentifier", - "src": "20047:6:44" - }, - "nativeSrc": "20047:14:44", - "nodeType": "YulFunctionCall", - "src": "20047:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "20040:6:44", - "nodeType": "YulIdentifier", - "src": "20040:6:44" - }, - "nativeSrc": "20040:22:44", - "nodeType": "YulFunctionCall", - "src": "20040:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20013:6:44", - "nodeType": "YulIdentifier", - "src": "20013:6:44" - }, - "nativeSrc": "20013:50:44", - "nodeType": "YulFunctionCall", - "src": "20013:50:44" - }, - "nativeSrc": "20013:50:44", - "nodeType": "YulExpressionStatement", - "src": "20013:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed", - "nativeSrc": "19706:363:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "19806:9:44", - "nodeType": "YulTypedName", - "src": "19806:9:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "19817:6:44", - "nodeType": "YulTypedName", - "src": "19817:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "19825:6:44", - "nodeType": "YulTypedName", - "src": "19825:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "19833:6:44", - "nodeType": "YulTypedName", - "src": "19833:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "19844:4:44", - "nodeType": "YulTypedName", - "src": "19844:4:44", - "type": "" - } - ], - "src": "19706:363:44" - }, - { - "body": { - "nativeSrc": "20199:157:44", - "nodeType": "YulBlock", - "src": "20199:157:44", - "statements": [ - { - "nativeSrc": "20209:26:44", - "nodeType": "YulAssignment", - "src": "20209:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20221:9:44", - "nodeType": "YulIdentifier", - "src": "20221:9:44" - }, - { - "kind": "number", - "nativeSrc": "20232:2:44", - "nodeType": "YulLiteral", - "src": "20232:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20217:3:44", - "nodeType": "YulIdentifier", - "src": "20217:3:44" - }, - "nativeSrc": "20217:18:44", - "nodeType": "YulFunctionCall", - "src": "20217:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20209:4:44", - "nodeType": "YulIdentifier", - "src": "20209:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20251:9:44", - "nodeType": "YulIdentifier", - "src": "20251:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20266:6:44", - "nodeType": "YulIdentifier", - "src": "20266:6:44" - }, - { - "kind": "number", - "nativeSrc": "20274:10:44", - "nodeType": "YulLiteral", - "src": "20274:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20262:3:44", - "nodeType": "YulIdentifier", - "src": "20262:3:44" - }, - "nativeSrc": "20262:23:44", - "nodeType": "YulFunctionCall", - "src": "20262:23:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20244:6:44", - "nodeType": "YulIdentifier", - "src": "20244:6:44" - }, - "nativeSrc": "20244:42:44", - "nodeType": "YulFunctionCall", - "src": "20244:42:44" - }, - "nativeSrc": "20244:42:44", - "nodeType": "YulExpressionStatement", - "src": "20244:42:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20306:9:44", - "nodeType": "YulIdentifier", - "src": "20306:9:44" - }, - { - "kind": "number", - "nativeSrc": "20317:2:44", - "nodeType": "YulLiteral", - "src": "20317:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20302:3:44", - "nodeType": "YulIdentifier", - "src": "20302:3:44" - }, - "nativeSrc": "20302:18:44", - "nodeType": "YulFunctionCall", - "src": "20302:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "20326:6:44", - "nodeType": "YulIdentifier", - "src": "20326:6:44" - }, - { - "kind": "number", - "nativeSrc": "20334:14:44", - "nodeType": "YulLiteral", - "src": "20334:14:44", - "type": "", - "value": "0xffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20322:3:44", - "nodeType": "YulIdentifier", - "src": "20322:3:44" - }, - "nativeSrc": "20322:27:44", - "nodeType": "YulFunctionCall", - "src": "20322:27:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20295:6:44", - "nodeType": "YulIdentifier", - "src": "20295:6:44" - }, - "nativeSrc": "20295:55:44", - "nodeType": "YulFunctionCall", - "src": "20295:55:44" - }, - "nativeSrc": "20295:55:44", - "nodeType": "YulExpressionStatement", - "src": "20295:55:44" - } - ] - }, - "name": "abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed", - "nativeSrc": "20074:282:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20160:9:44", - "nodeType": "YulTypedName", - "src": "20160:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20171:6:44", - "nodeType": "YulTypedName", - "src": "20171:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20179:6:44", - "nodeType": "YulTypedName", - "src": "20179:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20190:4:44", - "nodeType": "YulTypedName", - "src": "20190:4:44", - "type": "" - } - ], - "src": "20074:282:44" - }, - { - "body": { - "nativeSrc": "20439:177:44", - "nodeType": "YulBlock", - "src": "20439:177:44", - "statements": [ - { - "body": { - "nativeSrc": "20485:16:44", - "nodeType": "YulBlock", - "src": "20485:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "20494:1:44", - "nodeType": "YulLiteral", - "src": "20494:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "20497:1:44", - "nodeType": "YulLiteral", - "src": "20497:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "20487:6:44", - "nodeType": "YulIdentifier", - "src": "20487:6:44" - }, - "nativeSrc": "20487:12:44", - "nodeType": "YulFunctionCall", - "src": "20487:12:44" - }, - "nativeSrc": "20487:12:44", - "nodeType": "YulExpressionStatement", - "src": "20487:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "20460:7:44", - "nodeType": "YulIdentifier", - "src": "20460:7:44" - }, - { - "name": "headStart", - "nativeSrc": "20469:9:44", - "nodeType": "YulIdentifier", - "src": "20469:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20456:3:44", - "nodeType": "YulIdentifier", - "src": "20456:3:44" - }, - "nativeSrc": "20456:23:44", - "nodeType": "YulFunctionCall", - "src": "20456:23:44" - }, - { - "kind": "number", - "nativeSrc": "20481:2:44", - "nodeType": "YulLiteral", - "src": "20481:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "20452:3:44", - "nodeType": "YulIdentifier", - "src": "20452:3:44" - }, - "nativeSrc": "20452:32:44", - "nodeType": "YulFunctionCall", - "src": "20452:32:44" - }, - "nativeSrc": "20449:52:44", - "nodeType": "YulIf", - "src": "20449:52:44" - }, - { - "nativeSrc": "20510:36:44", - "nodeType": "YulVariableDeclaration", - "src": "20510:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20536:9:44", - "nodeType": "YulIdentifier", - "src": "20536:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "20523:12:44", - "nodeType": "YulIdentifier", - "src": "20523:12:44" - }, - "nativeSrc": "20523:23:44", - "nodeType": "YulFunctionCall", - "src": "20523:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "20514:5:44", - "nodeType": "YulTypedName", - "src": "20514:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "value", - "nativeSrc": "20580:5:44", - "nodeType": "YulIdentifier", - "src": "20580:5:44" - } - ], - "functionName": { - "name": "validator_revert_address", - "nativeSrc": "20555:24:44", - "nodeType": "YulIdentifier", - "src": "20555:24:44" - }, - "nativeSrc": "20555:31:44", - "nodeType": "YulFunctionCall", - "src": "20555:31:44" - }, - "nativeSrc": "20555:31:44", - "nodeType": "YulExpressionStatement", - "src": "20555:31:44" - }, - { - "nativeSrc": "20595:15:44", - "nodeType": "YulAssignment", - "src": "20595:15:44", - "value": { - "name": "value", - "nativeSrc": "20605:5:44", - "nodeType": "YulIdentifier", - "src": "20605:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "20595:6:44", - "nodeType": "YulIdentifier", - "src": "20595:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address_payable", - "nativeSrc": "20361:255:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20405:9:44", - "nodeType": "YulTypedName", - "src": "20405:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "20416:7:44", - "nodeType": "YulTypedName", - "src": "20416:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "20428:6:44", - "nodeType": "YulTypedName", - "src": "20428:6:44", - "type": "" - } - ], - "src": "20361:255:44" - }, - { - "body": { - "nativeSrc": "20669:122:44", - "nodeType": "YulBlock", - "src": "20669:122:44", - "statements": [ - { - "nativeSrc": "20679:51:44", - "nodeType": "YulAssignment", - "src": "20679:51:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "x", - "nativeSrc": "20695:1:44", - "nodeType": "YulIdentifier", - "src": "20695:1:44" - }, - { - "kind": "number", - "nativeSrc": "20698:10:44", - "nodeType": "YulLiteral", - "src": "20698:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20691:3:44", - "nodeType": "YulIdentifier", - "src": "20691:3:44" - }, - "nativeSrc": "20691:18:44", - "nodeType": "YulFunctionCall", - "src": "20691:18:44" - }, - { - "arguments": [ - { - "name": "y", - "nativeSrc": "20715:1:44", - "nodeType": "YulIdentifier", - "src": "20715:1:44" - }, - { - "kind": "number", - "nativeSrc": "20718:10:44", - "nodeType": "YulLiteral", - "src": "20718:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20711:3:44", - "nodeType": "YulIdentifier", - "src": "20711:3:44" - }, - "nativeSrc": "20711:18:44", - "nodeType": "YulFunctionCall", - "src": "20711:18:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "20687:3:44", - "nodeType": "YulIdentifier", - "src": "20687:3:44" - }, - "nativeSrc": "20687:43:44", - "nodeType": "YulFunctionCall", - "src": "20687:43:44" - }, - "variableNames": [ - { - "name": "diff", - "nativeSrc": "20679:4:44", - "nodeType": "YulIdentifier", - "src": "20679:4:44" - } - ] - }, - { - "body": { - "nativeSrc": "20763:22:44", - "nodeType": "YulBlock", - "src": "20763:22:44", - "statements": [ - { - "expression": { - "arguments": [], - "functionName": { - "name": "panic_error_0x11", - "nativeSrc": "20765:16:44", - "nodeType": "YulIdentifier", - "src": "20765:16:44" - }, - "nativeSrc": "20765:18:44", - "nodeType": "YulFunctionCall", - "src": "20765:18:44" - }, - "nativeSrc": "20765:18:44", - "nodeType": "YulExpressionStatement", - "src": "20765:18:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "diff", - "nativeSrc": "20745:4:44", - "nodeType": "YulIdentifier", - "src": "20745:4:44" - }, - { - "kind": "number", - "nativeSrc": "20751:10:44", - "nodeType": "YulLiteral", - "src": "20751:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "20742:2:44", - "nodeType": "YulIdentifier", - "src": "20742:2:44" - }, - "nativeSrc": "20742:20:44", - "nodeType": "YulFunctionCall", - "src": "20742:20:44" - }, - "nativeSrc": "20739:46:44", - "nodeType": "YulIf", - "src": "20739:46:44" - } - ] - }, - "name": "checked_sub_t_uint32", - "nativeSrc": "20621:170:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "x", - "nativeSrc": "20651:1:44", - "nodeType": "YulTypedName", - "src": "20651:1:44", - "type": "" - }, - { - "name": "y", - "nativeSrc": "20654:1:44", - "nodeType": "YulTypedName", - "src": "20654:1:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "diff", - "nativeSrc": "20660:4:44", - "nodeType": "YulTypedName", - "src": "20660:4:44", - "type": "" - } - ], - "src": "20621:170:44" - }, - { - "body": { - "nativeSrc": "20932:130:44", - "nodeType": "YulBlock", - "src": "20932:130:44", - "statements": [ - { - "nativeSrc": "20942:26:44", - "nodeType": "YulAssignment", - "src": "20942:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20954:9:44", - "nodeType": "YulIdentifier", - "src": "20954:9:44" - }, - { - "kind": "number", - "nativeSrc": "20965:2:44", - "nodeType": "YulLiteral", - "src": "20965:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "20950:3:44", - "nodeType": "YulIdentifier", - "src": "20950:3:44" - }, - "nativeSrc": "20950:18:44", - "nodeType": "YulFunctionCall", - "src": "20950:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "20942:4:44", - "nodeType": "YulIdentifier", - "src": "20942:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "20984:9:44", - "nodeType": "YulIdentifier", - "src": "20984:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "20999:6:44", - "nodeType": "YulIdentifier", - "src": "20999:6:44" - }, - { - "kind": "number", - "nativeSrc": "21007:4:44", - "nodeType": "YulLiteral", - "src": "21007:4:44", - "type": "", - "value": "0xff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "20995:3:44", - "nodeType": "YulIdentifier", - "src": "20995:3:44" - }, - "nativeSrc": "20995:17:44", - "nodeType": "YulFunctionCall", - "src": "20995:17:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "20977:6:44", - "nodeType": "YulIdentifier", - "src": "20977:6:44" - }, - "nativeSrc": "20977:36:44", - "nodeType": "YulFunctionCall", - "src": "20977:36:44" - }, - "nativeSrc": "20977:36:44", - "nodeType": "YulExpressionStatement", - "src": "20977:36:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "21033:9:44", - "nodeType": "YulIdentifier", - "src": "21033:9:44" - }, - { - "kind": "number", - "nativeSrc": "21044:2:44", - "nodeType": "YulLiteral", - "src": "21044:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "21029:3:44", - "nodeType": "YulIdentifier", - "src": "21029:3:44" - }, - "nativeSrc": "21029:18:44", - "nodeType": "YulFunctionCall", - "src": "21029:18:44" - }, - { - "name": "value1", - "nativeSrc": "21049:6:44", - "nodeType": "YulIdentifier", - "src": "21049:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "21022:6:44", - "nodeType": "YulIdentifier", - "src": "21022:6:44" - }, - "nativeSrc": "21022:34:44", - "nodeType": "YulFunctionCall", - "src": "21022:34:44" - }, - "nativeSrc": "21022:34:44", - "nodeType": "YulExpressionStatement", - "src": "21022:34:44" - } - ] - }, - "name": "abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed", - "nativeSrc": "20796:266:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "20893:9:44", - "nodeType": "YulTypedName", - "src": "20893:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "20904:6:44", - "nodeType": "YulTypedName", - "src": "20904:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "20912:6:44", - "nodeType": "YulTypedName", - "src": "20912:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "20923:4:44", - "nodeType": "YulTypedName", - "src": "20923:4:44", - "type": "" - } - ], - "src": "20796:266:44" - } - ] - }, - "contents": "{\n { }\n function validator_revert_address(value)\n {\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_array_bytes4_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_uint64(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffffffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_array$_t_bytes4_$dyn_calldata_ptrt_uint64(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_array_bytes4_dyn_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n value3 := abi_decode_uint64(add(headStart, 64))\n }\n function abi_decode_tuple_t_uint64(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n }\n function abi_encode_tuple_t_uint64__to_t_uint64__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_uint32__to_t_uint32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_bool(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n if iszero(eq(value_1, iszero(iszero(value_1)))) { revert(0, 0) }\n value1 := value_1\n }\n function abi_decode_tuple_t_addresst_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n }\n function abi_decode_bytes_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, length), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n }\n function abi_decode_uint32(offset) -> value\n {\n value := calldataload(offset)\n if iszero(eq(value, and(value, 0xffffffff))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_uint64t_addresst_uint32(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let value := calldataload(add(headStart, 32))\n validator_revert_address(value)\n value1 := value\n value2 := abi_decode_uint32(add(headStart, 64))\n }\n function abi_decode_tuple_t_uint64t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let value := calldataload(add(headStart, 32))\n validator_revert_address(value)\n value1 := value\n }\n function abi_encode_tuple_t_uint48_t_uint32_t_uint32_t_uint48__to_t_uint48_t_uint32_t_uint32_t_uint48__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, and(value0, 0xffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffff))\n mstore(add(headStart, 96), and(value3, 0xffffffffffff))\n }\n function abi_decode_tuple_t_uint64t_uint64(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n value1 := abi_decode_uint64(add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes32(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n value0 := calldataload(headStart)\n }\n function abi_encode_tuple_t_uint48__to_t_uint48__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffff))\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function validator_revert_bytes4(value)\n {\n if iszero(eq(value, and(value, 0xffffffff00000000000000000000000000000000000000000000000000000000))) { revert(0, 0) }\n }\n function abi_decode_tuple_t_addresst_bytes4(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_bytes4(value_1)\n value1 := value_1\n }\n function abi_decode_tuple_t_uint64t_string_calldata_ptr(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_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_decode_tuple_t_uint64t_uint32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := abi_decode_uint64(headStart)\n value1 := abi_decode_uint32(add(headStart, 32))\n }\n function abi_decode_tuple_t_addresst_addresst_bytes_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let offset := calldataload(add(headStart, 64))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value2 := value2_1\n value3 := value3_1\n }\n function abi_encode_tuple_t_bytes32__to_t_bytes32__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, value0)\n }\n function abi_decode_tuple_t_array$_t_bytes_calldata_ptr_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_bytes4_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\n }\n function abi_encode_tuple_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__to_t_array$_t_bytes_memory_ptr_$dyn_memory_ptr__fromStack_reversed(headStart, value0) -> tail\n {\n let tail_1 := add(headStart, 32)\n mstore(headStart, 32)\n let pos := tail_1\n let length := mload(value0)\n mstore(tail_1, length)\n pos := add(headStart, 64)\n let tail_2 := add(add(headStart, shl(5, length)), 64)\n let srcPtr := add(value0, 32)\n let i := 0\n for { } lt(i, length) { i := add(i, 1) }\n {\n mstore(pos, add(sub(tail_2, headStart), not(63)))\n let _1 := mload(srcPtr)\n let length_1 := mload(_1)\n mstore(tail_2, length_1)\n copy_memory_to_memory_with_cleanup(add(_1, 32), add(tail_2, 32), length_1)\n tail_2 := add(add(tail_2, and(add(length_1, 31), not(31))), 32)\n srcPtr := add(srcPtr, 32)\n pos := add(pos, 32)\n }\n tail := tail_2\n }\n function abi_decode_tuple_t_addresst_addresst_bytes4(headStart, dataEnd) -> value0, value1, value2\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let value_1 := calldataload(add(headStart, 32))\n validator_revert_address(value_1)\n value1 := value_1\n let value_2 := calldataload(add(headStart, 64))\n validator_revert_bytes4(value_2)\n value2 := value_2\n }\n function abi_encode_tuple_t_bool_t_uint32__to_t_bool_t_uint32__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, iszero(iszero(value0)))\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n }\n function abi_decode_tuple_t_addresst_uint32(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n value1 := abi_decode_uint32(add(headStart, 32))\n }\n function abi_decode_tuple_t_addresst_bytes_calldata_ptrt_uint48(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 96) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n let offset := calldataload(add(headStart, 32))\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value1_1, value2_1 := abi_decode_bytes_calldata(add(headStart, offset), dataEnd)\n value1 := value1_1\n value2 := value2_1\n let value_1 := calldataload(add(headStart, 64))\n if iszero(eq(value_1, and(value_1, 0xffffffffffff))) { revert(0, 0) }\n value3 := value_1\n }\n function abi_encode_tuple_t_bytes32_t_uint32__to_t_bytes32_t_uint32__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, value0)\n mstore(add(headStart, 32), and(value1, 0xffffffff))\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function abi_decode_tuple_t_bytes4(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_bytes4(value)\n value0 := value\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, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_encode_tuple_t_address_t_address_t_bytes4__to_t_address_t_address_t_bytes4__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n }\n function abi_encode_string_calldata(start, length, pos) -> end\n {\n mstore(pos, length)\n calldatacopy(add(pos, 0x20), start, length)\n mstore(add(add(pos, length), 0x20), 0)\n end := add(add(pos, and(add(length, 31), not(31))), 0x20)\n }\n function abi_encode_tuple_t_string_calldata_ptr__to_t_string_memory_ptr__fromStack_reversed(headStart, value1, value0) -> tail\n {\n mstore(headStart, 32)\n tail := abi_encode_string_calldata(value0, value1, add(headStart, 32))\n }\n function abi_decode_tuple_t_bytes4_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n validator_revert_bytes4(value)\n value0 := value\n }\n function abi_encode_tuple_t_address_t_address_t_bytes_calldata_ptr__to_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), 96)\n tail := abi_encode_string_calldata(value2, value3, add(headStart, 96))\n }\n function panic_error_0x11()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x11)\n revert(0, 0x24)\n }\n function checked_sub_t_uint256(x, y) -> diff\n {\n diff := sub(x, y)\n if gt(diff, x) { panic_error_0x11() }\n }\n function calldata_array_index_range_access_t_bytes_calldata_ptr(offset, length, startIndex, endIndex) -> offsetOut, lengthOut\n {\n if gt(startIndex, endIndex) { revert(0, 0) }\n if gt(endIndex, length) { revert(0, 0) }\n offsetOut := add(offset, startIndex)\n lengthOut := sub(endIndex, startIndex)\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function access_calldata_tail_t_bytes_calldata_ptr(base_ref, ptr_to_tail) -> addr, length\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(30)))) { revert(0, 0) }\n let addr_1 := add(base_ref, rel_offset_of_tail)\n length := calldataload(addr_1)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n addr := add(addr_1, 0x20)\n if sgt(addr, sub(calldatasize(), length)) { revert(0, 0) }\n }\n function abi_encode_tuple_packed_t_bytes_calldata_ptr_t_bytes_memory_ptr__to_t_bytes_memory_ptr_t_bytes_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n calldatacopy(pos, value0, value1)\n let _1 := add(pos, value1)\n mstore(_1, 0)\n let length := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), _1, length)\n end := add(_1, length)\n }\n function abi_encode_tuple_t_address_t_address_t_address_t_bytes4__to_t_address_t_address_t_address_t_bytes4__fromStack_reversed(headStart, value3, value2, value1, value0) -> tail\n {\n tail := add(headStart, 128)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), and(value3, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function checked_add_t_uint48(x, y) -> sum\n {\n sum := add(and(x, 0xffffffffffff), and(y, 0xffffffffffff))\n if gt(sum, 0xffffffffffff) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_uint48_t_address_t_address_t_bytes_calldata_ptr__to_t_uint48_t_address_t_address_t_bytes_memory_ptr__fromStack_reversed(headStart, value4, value3, value2, value1, value0) -> tail\n {\n mstore(headStart, and(value0, 0xffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 64), and(value2, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 96), 128)\n tail := abi_encode_string_calldata(value3, value4, add(headStart, 128))\n }\n function abi_encode_tuple_t_address_t_uint64__to_t_address_t_uint64__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffff))\n }\n function abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\n }\n function convert_bytes_to_fixedbytes_from_t_bytes_calldata_ptr_to_t_bytes4(array, len) -> value\n {\n let _1 := calldataload(array)\n value := and(_1, 0xffffffff00000000000000000000000000000000000000000000000000000000)\n if lt(len, 4)\n {\n value := and(and(_1, shl(shl(3, sub(4, len)), 0xffffffff00000000000000000000000000000000000000000000000000000000)), 0xffffffff00000000000000000000000000000000000000000000000000000000)\n }\n }\n function abi_encode_tuple_t_address_t_bytes4__to_t_address_t_bytes4__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffff00000000000000000000000000000000000000000000000000000000))\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_with_cleanup(add(value0, 0x20), pos, length)\n end := add(pos, length)\n }\n function abi_encode_tuple_t_uint32_t_uint48_t_bool__to_t_uint32_t_uint48_t_bool__fromStack_reversed(headStart, value2, value1, value0) -> tail\n {\n tail := add(headStart, 96)\n mstore(headStart, and(value0, 0xffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffff))\n mstore(add(headStart, 64), iszero(iszero(value2)))\n }\n function abi_encode_tuple_t_uint32_t_uint48__to_t_uint32_t_uint48__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffff))\n }\n function abi_decode_tuple_t_address_payable(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n validator_revert_address(value)\n value0 := value\n }\n function checked_sub_t_uint32(x, y) -> diff\n {\n diff := sub(and(x, 0xffffffff), and(y, 0xffffffff))\n if gt(diff, 0xffffffff) { panic_error_0x11() }\n }\n function abi_encode_tuple_t_rational_48_by_1_t_uint256__to_t_uint8_t_uint256__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xff))\n mstore(add(headStart, 32), value1)\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063ac9650d8116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610745578063f801a69814610765578063fe0776f51461079f57600080fd5b8063d1f856ee14610705578063d22b59891461072557600080fd5b8063ac9650d814610666578063b700961314610693578063b7d2b162146106cf578063cc1b6c81146106ef57600080fd5b806394c7d7ee116100ec57806394c7d7ee14610598578063a166aa89146105b8578063a64d95ce14610618578063abd9bd2a1461063857600080fd5b80636d5115bd1461052e57806375b238fc1461054e5780638129fc1c14610563578063853551b81461057857600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a64565b6107bf565b005b34801561023157600080fd5b5061028d610240366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612acb565b610812565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ae6565b61087e565b34801561030c57600080fd5b5061022361031b366004612b24565b610894565b6102cb61032e366004612b94565b610914565b34801561033f57600080fd5b5061022361034e366004612bfd565b610ab3565b34801561035f57600080fd5b5061037361036e366004612c42565b610ad5565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c5e565b610b6d565b3480156103d957600080fd5b506103ed6103e8366004612c91565b610b7f565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c91565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612caa565b610be3565b3480156104be57600080fd5b506102236104cd366004612c5e565b610c20565b3480156104de57600080fd5b5061028d6104ed366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cdd565b610c32565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b50610223610c7e565b34801561058457600080fd5b50610223610593366004612d0b565b610db9565b3480156105a457600080fd5b506102236105b3366004612b94565b610e54565b3480156105c457600080fd5b506106086105d3366004612caa565b6001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561062457600080fd5b50610223610633366004612d29565b610f32565b34801561064457600080fd5b50610658610653366004612d53565b610f44565b6040519081526020016102a2565b34801561067257600080fd5b50610686610681366004612db8565b610f7d565b6040516102a29190612e1e565b34801561069f57600080fd5b506106b36106ae366004612e9e565b611065565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106db57600080fd5b506102236106ea366004612c42565b611172565b3480156106fb57600080fd5b50620697806102cb565b34801561071157600080fd5b506106b3610720366004612c42565b611189565b34801561073157600080fd5b50610223610740366004612ee9565b611207565b34801561075157600080fd5b506102cb610760366004612d53565b611219565b34801561077157600080fd5b50610785610780366004612f07565b6113a3565b6040805192835263ffffffff9091166020830152016102a2565b3480156107ab57600080fd5b506102236107ba366004612c42565b611550565b6107c7611592565b60005b8281101561080b57610803858585848181106107e8576107e8612f7a565b90506020020160208101906107fd9190612f90565b84611627565b6001016107ca565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131d58339815191529061087790600160801b90046001600160701b03166116bd565b9392505050565b610886611592565b61089082826116dc565b5050565b61089c611592565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108f857600080fd5b505af115801561090c573d6000803e3d6000fd5b505050505050565b60006000805160206131d5833981519152338280610934838989896117a9565b915091508115801561094a575063ffffffff8116155b156109b657828861095b89896117fc565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109c4848a8a8a610f44565b9050600063ffffffff83161515806109eb57506109e082610b7f565b65ffffffffffff1615155b156109fc576109f982611814565b90505b6003860154610a518b610a0f8c8c6117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a9b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061197b915050565b50600390960195909555509293505050509392505050565b610abb611592565b610acf8383610ac986610812565b84611a31565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131d583398151915291610b5e90660100000000000090046001600160701b0316611cbc565b979a9199509750945050505050565b610b75611592565b6108908282611cdf565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff16610bce81611d98565b610bd85780610bdb565b60005b949350505050565b6001600160a01b03811660009081526000805160206131d583398151915260208190526040822060010154610877906001600160701b03166116bd565b610c28611592565b6108908282611dc7565b6001600160a01b03821660009081526000805160206131d5833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610cc95750825b905060008267ffffffffffffffff166001148015610ce65750303b155b905081158015610cf4575080155b15610d2b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d5f57845468ff00000000000000001916680100000000000000001785555b610d6833611ea2565b831561080b57845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610dc1611592565b67ffffffffffffffff83161580610de1575067ffffffffffffffff838116145b15610e0b5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610e47929190612fd6565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610eae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed29190612fea565b6001600160e01b03191614610f1e576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109ad565b61080b610f2d85838686610f44565b611814565b610f3a611592565b6108908282611eb6565b600084848484604051602001610f5d9493929190613007565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610fa857610fa8613079565b604051908082528060200260200182016040528015610fdb57816020015b6060815260200190600190039081610fc65790505b50915060005b8381101561105d5761103830868684818110610fff57610fff612f7a565b9050602002810190611011919061308f565b85604051602001611024939291906130d6565b604051602081830303815290604052611ff8565b83828151811061104a5761104a612f7a565b6020908102919091010152600101610fe1565b505092915050565b6000806110a1846001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b156110b15750600090508061116a565b306001600160a01b0386160361112c57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061116a565b60006111388585610c32565b90506000806111478389611189565b915091508161115857600080611162565b63ffffffff811615815b945094505050505b935093915050565b61117a611592565b611184828261206e565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111b25750600190506000611200565b6000806111bf8686610ad5565b5050915091508165ffffffffffff166000141580156111f557506111e1612182565b65ffffffffffff168265ffffffffffff1611155b935091506112009050565b9250929050565b61120f611592565b6108908282612192565b60006000805160206131d5833981519152338261123686866117fc565b9050600061124689898989610f44565b600081815260028601602052604081205491925065ffffffffffff90911690036112865760405163060a299b60e41b8152600481018290526024016109ad565b826001600160a01b0316896001600160a01b03161461133b5760006112ac600085611189565b50905060006112c76112c16102408c87610c32565b86611189565b509050811580156112d6575080155b15611338576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109ad565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131d583398151915233826113c3828a8a8a6117a9565b91505060008163ffffffff166113d7612182565b6113e191906130fd565b905063ffffffff82161580611418575060008765ffffffffffff1611801561141857508065ffffffffffff168765ffffffffffff16105b1561142957828a61095b8b8b6117fc565b6114438765ffffffffffff168265ffffffffffff16612261565b9650611451838b8b8b610f44565b955061145c86612277565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e60405161153b95949392919061311b565b60405180910390a35050505094509492505050565b6001600160a01b038116331461117a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115a183823661230c565b9150915081611184578063ffffffff166000036116175760006115c48136612424565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109ad565b610acf610f2d8430600036610f44565b60006000805160206131d58339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116d2836001600160701b0316611cbc565b5090949350505050565b6000805160206131d5833981519152306001600160a01b03841603611738576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016109ad565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610e4790851515815260200190565b600080306001600160a01b038616036117d0576117c786858561230c565b915091506117f3565b600483106117ec576117e786866106ae87876117fc565b6117c7565b5060009050805b94509492505050565b600061180b600482848661304f565b61087791613166565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff8116906601000000000000900463ffffffff1681840361188f5760405163060a299b60e41b8152600481018690526024016109ad565b611897612182565b65ffffffffffff168265ffffffffffff1611156118e3576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6118ec82611d98565b15611926576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b6060814710156119b9576040517fcd7860590000000000000000000000000000000000000000000000000000000081523060048201526024016109ad565b600080856001600160a01b031684866040516119d5919061319c565b60006040518083038185875af1925050503d8060008114611a12576040519150601f19603f3d011682016040523d82523d6000602084013e611a17565b606091505b5091509150611a27868383612726565b9695505050505050565b60006000805160206131d583398151915267ffffffffffffffff861667fffffffffffffffe1901611a815760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109ad565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b89578563ffffffff16611ad0612182565b611ada91906130fd565b905060405180604001604052808265ffffffffffff168152602001611b088763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c4c565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611bd99166010000000000009091046001600160701b031690879061279b565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611cd284611ccd612182565b612845565b9250925092509193909250565b6000805160206131d583398151915267ffffffffffffffff83161580611d0e575067ffffffffffffffff838116145b15611d385760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611da2612182565b65ffffffffffff16611db762093a80846130fd565b65ffffffffffff16111592915050565b6000805160206131d583398151915267ffffffffffffffff83161580611df6575067ffffffffffffffff838116145b15611e205760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b611eaa612899565b611eb381612902565b50565b6000805160206131d583398151915267ffffffffffffffff831667fffffffffffffffe1901611f045760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff831660009081526001828101602052604082200154611f4090600160801b90046001600160701b0316846206978061279b565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611fea908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612015919061319c565b600060405180830381855af49150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b5091509150612065858383612726565b95945050505050565b60006000805160206131d583398151915267ffffffffffffffff841667fffffffffffffffe19016120be5760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109ad565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612106576000915050610c78565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061218d4261295b565b905090565b6001600160a01b03821660009081526000805160206131d5833981519152602081905260408220600101549091906121d7906001600160701b0316846206978061279b565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611fea565b60008183116122705781610877565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131d58339815191529065ffffffffffff1680158015906122d257506122d081611d98565b155b15611184576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109ad565b60008060048310156123235750600090508061116a565b306001600160a01b038616036123a6576111213061234186866117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b60008060006123b58787612424565b925092509250826123cf576000809450945050505061116a565b6000806123dc848b611189565b91509150816123f65760008096509650505050505061116a565b61240c8363ffffffff168263ffffffff16612261565b63ffffffff8116159b909a5098505050505050505050565b60008080600484101561243f5750600091508190508061271f565b600061244b86866117fc565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124ae57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124e257506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061251657506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254a57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125605760016000809350935093505061271f565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125c157506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125f557506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561263757600061260a60246004888a61304f565b8101906126179190612caa565b9050600061262482610be3565b6001965060009550935061271f92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061269857506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127125760006126ad60246004888a61304f565b8101906126ba9190612acb565b905060016127038267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271f565b6000806000935093509350505b9250925092565b60608261273b57612736826129ab565b610877565b815115801561275257506001600160a01b0384163b155b15612794576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109ad565b5080610877565b60008060006127b2866001600160701b03166116bd565b905060006127ef8563ffffffff168763ffffffff168463ffffffff16116127da5760006127e4565b6127e488856131b8565b63ffffffff16612261565b90508063ffffffff16612800612182565b61280a91906130fd565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c811690871681111561288457828282612889565b816000805b9550955095505050509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16612900576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b61290a612899565b6001600160a01b03811661294d576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109ad565b610890600082600080611a31565b600065ffffffffffff8211156129a7576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109ad565b5090565b8051156129bb5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381168114611eb357600080fd5b60008083601f840112612a1457600080fd5b50813567ffffffffffffffff811115612a2c57600080fd5b6020830191508360208260051b850101111561120057600080fd5b803567ffffffffffffffff81168114612a5f57600080fd5b919050565b60008060008060608587031215612a7a57600080fd5b8435612a85816129ed565b9350602085013567ffffffffffffffff811115612aa157600080fd5b612aad87828801612a02565b9094509250612ac0905060408601612a47565b905092959194509250565b600060208284031215612add57600080fd5b61087782612a47565b60008060408385031215612af957600080fd5b8235612b04816129ed565b915060208301358015158114612b1957600080fd5b809150509250929050565b60008060408385031215612b3757600080fd5b8235612b42816129ed565b91506020830135612b19816129ed565b60008083601f840112612b6457600080fd5b50813567ffffffffffffffff811115612b7c57600080fd5b60208301915083602082850101111561120057600080fd5b600080600060408486031215612ba957600080fd5b8335612bb4816129ed565b9250602084013567ffffffffffffffff811115612bd057600080fd5b612bdc86828701612b52565b9497909650939450505050565b803563ffffffff81168114612a5f57600080fd5b600080600060608486031215612c1257600080fd5b612c1b84612a47565b92506020840135612c2b816129ed565b9150612c3960408501612be9565b90509250925092565b60008060408385031215612c5557600080fd5b612b4283612a47565b60008060408385031215612c7157600080fd5b612c7a83612a47565b9150612c8860208401612a47565b90509250929050565b600060208284031215612ca357600080fd5b5035919050565b600060208284031215612cbc57600080fd5b8135610877816129ed565b6001600160e01b031981168114611eb357600080fd5b60008060408385031215612cf057600080fd5b8235612cfb816129ed565b91506020830135612b1981612cc7565b600080600060408486031215612d2057600080fd5b612bb484612a47565b60008060408385031215612d3c57600080fd5b612d4583612a47565b9150612c8860208401612be9565b60008060008060608587031215612d6957600080fd5b8435612d74816129ed565b93506020850135612d84816129ed565b9250604085013567ffffffffffffffff811115612da057600080fd5b612dac87828801612b52565b95989497509550505050565b60008060208385031215612dcb57600080fd5b823567ffffffffffffffff811115612de257600080fd5b612dee85828601612a02565b90969095509350505050565b60005b83811015612e15578181015183820152602001612dfd565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e9257603f1987860301845281518051808752612e6f816020890160208501612dfa565b601f01601f19169590950160209081019550938401939190910190600101612e46565b50929695505050505050565b600080600060608486031215612eb357600080fd5b8335612ebe816129ed565b92506020840135612ece816129ed565b91506040840135612ede81612cc7565b809150509250925092565b60008060408385031215612efc57600080fd5b8235612d45816129ed565b60008060008060608587031215612f1d57600080fd5b8435612f28816129ed565b9350602085013567ffffffffffffffff811115612f4457600080fd5b612f5087828801612b52565b909450925050604085013565ffffffffffff81168114612f6f57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612fa257600080fd5b813561087781612cc7565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bdb602083018486612fad565b600060208284031215612ffc57600080fd5b815161087781612cc7565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611a27606083018486612fad565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305f57600080fd5b8386111561306c57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e198436030181126130a657600080fd5b83018035915067ffffffffffffffff8211156130c157600080fd5b60200191503681900382131561120057600080fd5b8284823760008382016000815283516130f3818360208801612dfa565b0195945050505050565b65ffffffffffff8181168382160190811115610c7857610c78613039565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b038416604082015260806060820152600061315b608083018486612fad565b979650505050505050565b80356001600160e01b03198116906004841015613195576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131ae818460208701612dfa565b9190910192915050565b63ffffffff8281168282160390811115610c7857610c7861303956fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212205192d975c6c035a0927e0776216e78c6a8e2f8bb6e0a83317153b9e3184599ab64736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0x1FE JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x6D5115BD GT PUSH2 0x11D JUMPI DUP1 PUSH4 0xAC9650D8 GT PUSH2 0xB0 JUMPI DUP1 PUSH4 0xD1F856EE GT PUSH2 0x7F JUMPI DUP1 PUSH4 0xD6BB62C6 GT PUSH2 0x64 JUMPI DUP1 PUSH4 0xD6BB62C6 EQ PUSH2 0x745 JUMPI DUP1 PUSH4 0xF801A698 EQ PUSH2 0x765 JUMPI DUP1 PUSH4 0xFE0776F5 EQ PUSH2 0x79F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xD1F856EE EQ PUSH2 0x705 JUMPI DUP1 PUSH4 0xD22B5989 EQ PUSH2 0x725 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0xAC9650D8 EQ PUSH2 0x666 JUMPI DUP1 PUSH4 0xB7009613 EQ PUSH2 0x693 JUMPI DUP1 PUSH4 0xB7D2B162 EQ PUSH2 0x6CF JUMPI DUP1 PUSH4 0xCC1B6C81 EQ PUSH2 0x6EF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x94C7D7EE GT PUSH2 0xEC JUMPI DUP1 PUSH4 0x94C7D7EE EQ PUSH2 0x598 JUMPI DUP1 PUSH4 0xA166AA89 EQ PUSH2 0x5B8 JUMPI DUP1 PUSH4 0xA64D95CE EQ PUSH2 0x618 JUMPI DUP1 PUSH4 0xABD9BD2A EQ PUSH2 0x638 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x6D5115BD EQ PUSH2 0x52E JUMPI DUP1 PUSH4 0x75B238FC EQ PUSH2 0x54E JUMPI DUP1 PUSH4 0x8129FC1C EQ PUSH2 0x563 JUMPI DUP1 PUSH4 0x853551B8 EQ PUSH2 0x578 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 GT PUSH2 0x195 JUMPI DUP1 PUSH4 0x4665096D GT PUSH2 0x164 JUMPI DUP1 PUSH4 0x4665096D EQ PUSH2 0x47C JUMPI DUP1 PUSH4 0x4C1DA1E2 EQ PUSH2 0x492 JUMPI DUP1 PUSH4 0x52962952 EQ PUSH2 0x4B2 JUMPI DUP1 PUSH4 0x530DD456 EQ PUSH2 0x4D2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x30CAE187 EQ PUSH2 0x3AD JUMPI DUP1 PUSH4 0x3ADC277A EQ PUSH2 0x3CD JUMPI DUP1 PUSH4 0x3CA7C02A EQ PUSH2 0x404 JUMPI DUP1 PUSH4 0x4136A33C EQ PUSH2 0x420 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x18FF183C GT PUSH2 0x1D1 JUMPI DUP1 PUSH4 0x18FF183C EQ PUSH2 0x300 JUMPI DUP1 PUSH4 0x1CFF79CD EQ PUSH2 0x320 JUMPI DUP1 PUSH4 0x25C471A0 EQ PUSH2 0x333 JUMPI DUP1 PUSH4 0x3078F114 EQ PUSH2 0x353 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8D6122D EQ PUSH2 0x203 JUMPI DUP1 PUSH4 0xB0A93BA EQ PUSH2 0x225 JUMPI DUP1 PUSH4 0x12BE8727 EQ PUSH2 0x2AB JUMPI DUP1 PUSH4 0x167BD395 EQ PUSH2 0x2E0 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x20F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x21E CALLDATASIZE PUSH1 0x4 PUSH2 0x2A64 JUMP JUMPDEST PUSH2 0x7BF JUMP JUMPDEST STOP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x231 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x240 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH9 0x10000000000000000 SWAP1 DIV AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2B7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x2C6 CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH2 0x812 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x2EC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x2FB CALLDATASIZE PUSH1 0x4 PUSH2 0x2AE6 JUMP JUMPDEST PUSH2 0x87E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x30C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x31B CALLDATASIZE PUSH1 0x4 PUSH2 0x2B24 JUMP JUMPDEST PUSH2 0x894 JUMP JUMPDEST PUSH2 0x2CB PUSH2 0x32E CALLDATASIZE PUSH1 0x4 PUSH2 0x2B94 JUMP JUMPDEST PUSH2 0x914 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x33F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x34E CALLDATASIZE PUSH1 0x4 PUSH2 0x2BFD JUMP JUMPDEST PUSH2 0xAB3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x35F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x373 PUSH2 0x36E CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0xAD5 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH6 0xFFFFFFFFFFFF SWAP5 DUP6 AND DUP2 MSTORE PUSH4 0xFFFFFFFF SWAP4 DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE SWAP2 SWAP1 SWAP3 AND PUSH1 0x40 DUP3 ADD MSTORE SWAP2 AND PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x80 ADD SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3B9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x3C8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0xB6D JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x3D9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x3ED PUSH2 0x3E8 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C91 JUMP JUMPDEST PUSH2 0xB7F JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x410 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH8 0xFFFFFFFFFFFFFFFF DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x42C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x43B CALLDATASIZE PUSH1 0x4 PUSH2 0x2C91 JUMP JUMPDEST PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x488 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x93A80 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x49E JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x4AD CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAA JUMP JUMPDEST PUSH2 0xBE3 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4BE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x4CD CALLDATASIZE PUSH1 0x4 PUSH2 0x2C5E JUMP JUMPDEST PUSH2 0xC20 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x4DE JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x4ED CALLDATASIZE PUSH1 0x4 PUSH2 0x2ACB JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x53A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH2 0x549 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CDD JUMP JUMPDEST PUSH2 0xC32 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x55A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x28D PUSH1 0x0 DUP2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x56F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0xC7E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x584 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x593 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D0B JUMP JUMPDEST PUSH2 0xDB9 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5A4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x5B3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2B94 JUMP JUMPDEST PUSH2 0xE54 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x5C4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x608 PUSH2 0x5D3 CALLDATASIZE PUSH1 0x4 PUSH2 0x2CAA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x624 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x633 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D29 JUMP JUMPDEST PUSH2 0xF32 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x644 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x658 PUSH2 0x653 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D53 JUMP JUMPDEST PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x672 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x686 PUSH2 0x681 CALLDATASIZE PUSH1 0x4 PUSH2 0x2DB8 JUMP JUMPDEST PUSH2 0xF7D JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x2A2 SWAP2 SWAP1 PUSH2 0x2E1E JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x69F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6B3 PUSH2 0x6AE CALLDATASIZE PUSH1 0x4 PUSH2 0x2E9E JUMP JUMPDEST PUSH2 0x1065 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 ISZERO ISZERO DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6DB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x6EA CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1172 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x6FB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH3 0x69780 PUSH2 0x2CB JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x711 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x6B3 PUSH2 0x720 CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1189 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x731 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x740 CALLDATASIZE PUSH1 0x4 PUSH2 0x2EE9 JUMP JUMPDEST PUSH2 0x1207 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x751 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x2CB PUSH2 0x760 CALLDATASIZE PUSH1 0x4 PUSH2 0x2D53 JUMP JUMPDEST PUSH2 0x1219 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x771 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x785 PUSH2 0x780 CALLDATASIZE PUSH1 0x4 PUSH2 0x2F07 JUMP JUMPDEST PUSH2 0x13A3 JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD SWAP3 DUP4 MSTORE PUSH4 0xFFFFFFFF SWAP1 SWAP2 AND PUSH1 0x20 DUP4 ADD MSTORE ADD PUSH2 0x2A2 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x7AB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x223 PUSH2 0x7BA CALLDATASIZE PUSH1 0x4 PUSH2 0x2C42 JUMP JUMPDEST PUSH2 0x1550 JUMP JUMPDEST PUSH2 0x7C7 PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x80B JUMPI PUSH2 0x803 DUP6 DUP6 DUP6 DUP5 DUP2 DUP2 LT PUSH2 0x7E8 JUMPI PUSH2 0x7E8 PUSH2 0x2F7A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD PUSH1 0x20 DUP2 ADD SWAP1 PUSH2 0x7FD SWAP2 SWAP1 PUSH2 0x2F90 JUMP JUMPDEST DUP5 PUSH2 0x1627 JUMP JUMPDEST PUSH1 0x1 ADD PUSH2 0x7CA JUMP JUMPDEST POP POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH2 0x877 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x886 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x16DC JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH2 0x89C PUSH2 0x1592 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x7A9E5E4B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 DUP2 AND PUSH1 0x4 DUP4 ADD MSTORE DUP4 AND SWAP1 PUSH4 0x7A9E5E4B SWAP1 PUSH1 0x24 ADD PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 PUSH1 0x0 DUP8 DUP1 EXTCODESIZE ISZERO DUP1 ISZERO PUSH2 0x8F8 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP GAS CALL ISZERO DUP1 ISZERO PUSH2 0x90C JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 DUP1 PUSH2 0x934 DUP4 DUP10 DUP10 DUP10 PUSH2 0x17A9 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x94A JUMPI POP PUSH4 0xFFFFFFFF DUP2 AND ISZERO JUMPDEST ISZERO PUSH2 0x9B6 JUMPI DUP3 DUP9 PUSH2 0x95B DUP10 DUP10 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x81C6F24B00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE SWAP3 SWAP1 SWAP2 AND PUSH1 0x24 DUP4 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x64 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x0 PUSH2 0x9C4 DUP5 DUP11 DUP11 DUP11 PUSH2 0xF44 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH4 0xFFFFFFFF DUP4 AND ISZERO ISZERO DUP1 PUSH2 0x9EB JUMPI POP PUSH2 0x9E0 DUP3 PUSH2 0xB7F JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND ISZERO ISZERO JUMPDEST ISZERO PUSH2 0x9FC JUMPI PUSH2 0x9F9 DUP3 PUSH2 0x1814 JUMP JUMPDEST SWAP1 POP JUMPDEST PUSH1 0x3 DUP7 ADD SLOAD PUSH2 0xA51 DUP12 PUSH2 0xA0F DUP13 DUP13 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 SWAP1 JUMP JUMPDEST DUP8 PUSH1 0x3 ADD DUP2 SWAP1 SSTORE POP PUSH2 0xA9B DUP12 DUP12 DUP12 DUP1 DUP1 PUSH1 0x1F ADD PUSH1 0x20 DUP1 SWAP2 DIV MUL PUSH1 0x20 ADD PUSH1 0x40 MLOAD SWAP1 DUP2 ADD PUSH1 0x40 MSTORE DUP1 SWAP4 SWAP3 SWAP2 SWAP1 DUP2 DUP2 MSTORE PUSH1 0x20 ADD DUP4 DUP4 DUP1 DUP3 DUP5 CALLDATACOPY PUSH1 0x0 SWAP3 ADD SWAP2 SWAP1 SWAP2 MSTORE POP CALLVALUE SWAP3 POP PUSH2 0x197B SWAP2 POP POP JUMP JUMPDEST POP PUSH1 0x3 SWAP1 SWAP7 ADD SWAP6 SWAP1 SWAP6 SSTORE POP SWAP3 SWAP4 POP POP POP POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0xABB PUSH2 0x1592 JUMP JUMPDEST PUSH2 0xACF DUP4 DUP4 PUSH2 0xAC9 DUP7 PUSH2 0x812 JUMP JUMPDEST DUP5 PUSH2 0x1A31 JUMP JUMPDEST POP POP POP POP JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP3 SWAP2 DUP3 SWAP2 DUP3 SWAP2 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP2 PUSH2 0xB5E SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1CBC JUMP JUMPDEST SWAP8 SWAP11 SWAP2 SWAP10 POP SWAP8 POP SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xB75 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1CDF JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0xBCE DUP2 PUSH2 0x1D98 JUMP JUMPDEST PUSH2 0xBD8 JUMPI DUP1 PUSH2 0xBDB JUMP JUMPDEST PUSH1 0x0 JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH2 0x877 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST PUSH2 0xC28 PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1DC7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF AND JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH9 0x10000000000000000 DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0xCC9 JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0xCE6 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0xCF4 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0xD2B JUMPI PUSH1 0x40 MLOAD PUSH32 0xF92EE8A900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 OR DUP6 SSTORE DUP4 ISZERO PUSH2 0xD5F JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0xD68 CALLER PUSH2 0x1EA2 JUMP JUMPDEST DUP4 ISZERO PUSH2 0x80B JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND DUP6 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0xC7F505B2F371AE2175EE4913F4499E1F2633A7B5936321EED1CDAEB6115181D2 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 POP POP POP POP POP JUMP JUMPDEST PUSH2 0xDC1 PUSH2 0x1592 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0xDE1 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0xE0B JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH32 0x1256F5B5ECB89CAEC12DB449738F2FBCD1BA5806CF38F35413F4E5C15BF6A450 DUP4 DUP4 PUSH1 0x40 MLOAD PUSH2 0xE47 SWAP3 SWAP2 SWAP1 PUSH2 0x2FD6 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 DUP1 DUP3 MSTORE SWAP2 MLOAD CALLER SWAP3 SWAP2 DUP4 SWAP2 PUSH4 0x8FB36037 SWAP2 PUSH1 0x4 DUP1 DUP3 ADD SWAP3 PUSH1 0x20 SWAP3 SWAP1 SWAP2 SWAP1 DUP3 SWAP1 SUB ADD DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xEAE JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xED2 SWAP2 SWAP1 PUSH2 0x2FEA JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT AND EQ PUSH2 0xF1E JUMPI PUSH1 0x40 MLOAD PUSH32 0x320FF74800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x80B PUSH2 0xF2D DUP6 DUP4 DUP7 DUP7 PUSH2 0xF44 JUMP JUMPDEST PUSH2 0x1814 JUMP JUMPDEST PUSH2 0xF3A PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x1EB6 JUMP JUMPDEST PUSH1 0x0 DUP5 DUP5 DUP5 DUP5 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0xF5D SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x3007 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE DUP1 MLOAD SWAP1 PUSH1 0x20 ADD KECCAK256 SWAP1 POP SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x0 DUP2 MSTORE PUSH1 0x20 DUP2 ADD SWAP1 SWAP2 MSTORE PUSH1 0x60 SWAP1 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xFA8 JUMPI PUSH2 0xFA8 PUSH2 0x3079 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x20 MUL PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0xFDB JUMPI DUP2 PUSH1 0x20 ADD JUMPDEST PUSH1 0x60 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 PUSH1 0x1 SWAP1 SUB SWAP1 DUP2 PUSH2 0xFC6 JUMPI SWAP1 POP JUMPDEST POP SWAP2 POP PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x105D JUMPI PUSH2 0x1038 ADDRESS DUP7 DUP7 DUP5 DUP2 DUP2 LT PUSH2 0xFFF JUMPI PUSH2 0xFFF PUSH2 0x2F7A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x1011 SWAP2 SWAP1 PUSH2 0x308F JUMP JUMPDEST DUP6 PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x1024 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x30D6 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE PUSH2 0x1FF8 JUMP JUMPDEST DUP4 DUP3 DUP2 MLOAD DUP2 LT PUSH2 0x104A JUMPI PUSH2 0x104A PUSH2 0x2F7A JUMP JUMPDEST PUSH1 0x20 SWAP1 DUP2 MUL SWAP2 SWAP1 SWAP2 ADD ADD MSTORE PUSH1 0x1 ADD PUSH2 0xFE1 JUMP JUMPDEST POP POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x10A1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD PUSH1 0x1 PUSH1 0x70 SHL SWAP1 DIV PUSH1 0xFF AND SWAP1 JUMP JUMPDEST ISZERO PUSH2 0x10B1 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x116A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x112C JUMPI PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x20 DUP1 DUP4 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP7 AND DUP3 DUP5 ADD MSTORE DUP3 MLOAD DUP1 DUP4 SUB DUP5 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP3 ADD SWAP1 SWAP3 MSTORE DUP1 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ JUMPDEST PUSH1 0x0 SWAP2 POP SWAP2 POP PUSH2 0x116A JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1138 DUP6 DUP6 PUSH2 0xC32 JUMP JUMPDEST SWAP1 POP PUSH1 0x0 DUP1 PUSH2 0x1147 DUP4 DUP10 PUSH2 0x1189 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1158 JUMPI PUSH1 0x0 DUP1 PUSH2 0x1162 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO DUP2 JUMPDEST SWAP5 POP SWAP5 POP POP POP POP JUMPDEST SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH2 0x117A PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x1184 DUP3 DUP3 PUSH2 0x206E JUMP JUMPDEST POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH8 0xFFFFFFFFFFFFFFFE NOT PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND ADD PUSH2 0x11B2 JUMPI POP PUSH1 0x1 SWAP1 POP PUSH1 0x0 PUSH2 0x1200 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x11BF DUP7 DUP7 PUSH2 0xAD5 JUMP JUMPDEST POP POP SWAP2 POP SWAP2 POP DUP2 PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x0 EQ ISZERO DUP1 ISZERO PUSH2 0x11F5 JUMPI POP PUSH2 0x11E1 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO JUMPDEST SWAP4 POP SWAP2 POP PUSH2 0x1200 SWAP1 POP JUMP JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH2 0x120F PUSH2 0x1592 JUMP JUMPDEST PUSH2 0x890 DUP3 DUP3 PUSH2 0x2192 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x1236 DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x1246 DUP10 DUP10 DUP10 DUP10 PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP7 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD SWAP2 SWAP3 POP PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND SWAP1 SUB PUSH2 0x1286 JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP3 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST DUP3 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP10 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x133B JUMPI PUSH1 0x0 PUSH2 0x12AC PUSH1 0x0 DUP6 PUSH2 0x1189 JUMP JUMPDEST POP SWAP1 POP PUSH1 0x0 PUSH2 0x12C7 PUSH2 0x12C1 PUSH2 0x240 DUP13 DUP8 PUSH2 0xC32 JUMP JUMPDEST DUP7 PUSH2 0x1189 JUMP JUMPDEST POP SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x12D6 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x1338 JUMPI PUSH1 0x40 MLOAD PUSH32 0x3FE2751C00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP1 DUP8 AND PUSH1 0x4 DUP4 ADD MSTORE DUP1 DUP14 AND PUSH1 0x24 DUP4 ADD MSTORE DUP12 AND PUSH1 0x44 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP6 AND PUSH1 0x64 DUP3 ADD MSTORE PUSH1 0x84 ADD PUSH2 0x9AD JUMP JUMPDEST POP POP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x2 DUP6 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 DUP2 SWAP1 SSTORE SWAP1 MLOAD PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH4 0xFFFFFFFF AND SWAP2 DUP3 SWAP2 DUP5 SWAP2 PUSH32 0xBD9AC67A6E2F6463B80927326310338BCBB4BDB7936CE1365EA3E01067E7B9F7 SWAP2 LOG3 SWAP10 SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE CALLER DUP3 PUSH2 0x13C3 DUP3 DUP11 DUP11 DUP11 PUSH2 0x17A9 JUMP JUMPDEST SWAP2 POP POP PUSH1 0x0 DUP2 PUSH4 0xFFFFFFFF AND PUSH2 0x13D7 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x13E1 SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP1 POP PUSH4 0xFFFFFFFF DUP3 AND ISZERO DUP1 PUSH2 0x1418 JUMPI POP PUSH1 0x0 DUP8 PUSH6 0xFFFFFFFFFFFF AND GT DUP1 ISZERO PUSH2 0x1418 JUMPI POP DUP1 PUSH6 0xFFFFFFFFFFFF AND DUP8 PUSH6 0xFFFFFFFFFFFF AND LT JUMPDEST ISZERO PUSH2 0x1429 JUMPI DUP3 DUP11 PUSH2 0x95B DUP12 DUP12 PUSH2 0x17FC JUMP JUMPDEST PUSH2 0x1443 DUP8 PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST SWAP7 POP PUSH2 0x1451 DUP4 DUP12 DUP12 DUP12 PUSH2 0xF44 JUMP JUMPDEST SWAP6 POP PUSH2 0x145C DUP7 PUSH2 0x2277 JUMP JUMPDEST DUP4 PUSH1 0x2 ADD PUSH1 0x0 DUP8 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 SWAP1 SLOAD SWAP1 PUSH2 0x100 EXP SWAP1 DIV PUSH4 0xFFFFFFFF AND PUSH1 0x1 ADD SWAP5 POP DUP7 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x0 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH6 0xFFFFFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH6 0xFFFFFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 DUP5 PUSH1 0x2 ADD PUSH1 0x0 DUP9 DUP2 MSTORE PUSH1 0x20 ADD SWAP1 DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x0 KECCAK256 PUSH1 0x0 ADD PUSH1 0x6 PUSH2 0x100 EXP DUP2 SLOAD DUP2 PUSH4 0xFFFFFFFF MUL NOT AND SWAP1 DUP4 PUSH4 0xFFFFFFFF AND MUL OR SWAP1 SSTORE POP DUP5 PUSH4 0xFFFFFFFF AND DUP7 PUSH32 0x82A2DA5DEE54EA8021C6545B4444620291E07EE83BE6DD57EDB175062715F3B4 DUP10 DUP7 DUP15 DUP15 DUP15 PUSH1 0x40 MLOAD PUSH2 0x153B SWAP6 SWAP5 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0x311B JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND CALLER EQ PUSH2 0x117A JUMPI PUSH1 0x40 MLOAD PUSH32 0x5F159E6300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLER PUSH1 0x0 DUP1 PUSH2 0x15A1 DUP4 DUP3 CALLDATASIZE PUSH2 0x230C JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x1184 JUMPI DUP1 PUSH4 0xFFFFFFFF AND PUSH1 0x0 SUB PUSH2 0x1617 JUMPI PUSH1 0x0 PUSH2 0x15C4 DUP2 CALLDATASIZE PUSH2 0x2424 JUMP JUMPDEST POP PUSH1 0x40 MLOAD PUSH32 0xF07E038F00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP3 AND PUSH1 0x24 DUP3 ADD MSTORE SWAP1 SWAP3 POP PUSH1 0x44 ADD SWAP1 POP PUSH2 0x9AD JUMP JUMPDEST PUSH2 0xACF PUSH2 0xF2D DUP5 ADDRESS PUSH1 0x0 CALLDATASIZE PUSH2 0xF44 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP10 AND DUP1 DUP6 MSTORE SWAP1 DUP4 MSTORE SWAP3 DUP2 SWAP1 KECCAK256 DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH8 0xFFFFFFFFFFFFFFFF DUP10 AND SWAP1 DUP2 OR SWAP1 SWAP2 SSTORE SWAP1 MLOAD SWAP3 DUP4 MSTORE SWAP4 SWAP5 POP PUSH32 0x9EA6790C7DADFD01C9F8B9762B3682607AF2C7E79E05A9F9FDF5580DDE949151 SWAP2 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG3 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x16D2 DUP4 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x1CBC JUMP JUMPDEST POP SWAP1 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND SUB PUSH2 0x1738 JUMPI PUSH1 0x40 MLOAD PUSH32 0x5A068BC800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP4 SWAP1 MSTORE PUSH1 0x40 SWAP1 DUP2 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD DUP6 ISZERO ISZERO PUSH1 0x1 PUSH1 0x70 SHL MUL PUSH15 0xFF0000000000000000000000000000 NOT SWAP1 SWAP2 AND OR SWAP1 SSTORE MLOAD PUSH32 0x90D4E7BB7E5D933792B3562E1741306F8BE94837E1348DACEF9B6F1DF56EB138 SWAP1 PUSH2 0xE47 SWAP1 DUP6 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x17D0 JUMPI PUSH2 0x17C7 DUP7 DUP6 DUP6 PUSH2 0x230C JUMP JUMPDEST SWAP2 POP SWAP2 POP PUSH2 0x17F3 JUMP JUMPDEST PUSH1 0x4 DUP4 LT PUSH2 0x17EC JUMPI PUSH2 0x17E7 DUP7 DUP7 PUSH2 0x6AE DUP8 DUP8 PUSH2 0x17FC JUMP JUMPDEST PUSH2 0x17C7 JUMP JUMPDEST POP PUSH1 0x0 SWAP1 POP DUP1 JUMPDEST SWAP5 POP SWAP5 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x180B PUSH1 0x4 DUP3 DUP5 DUP7 PUSH2 0x304F JUMP JUMPDEST PUSH2 0x877 SWAP2 PUSH2 0x3166 JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 DUP2 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF DUP2 AND SWAP1 PUSH7 0x1000000000000 SWAP1 DIV PUSH4 0xFFFFFFFF AND DUP2 DUP5 SUB PUSH2 0x188F JUMPI PUSH1 0x40 MLOAD PUSH4 0x60A299B PUSH1 0xE4 SHL DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x1897 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND DUP3 PUSH6 0xFFFFFFFFFFFF AND GT ISZERO PUSH2 0x18E3 JUMPI PUSH1 0x40 MLOAD PUSH32 0x18CB6B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x18EC DUP3 PUSH2 0x1D98 JUMP JUMPDEST ISZERO PUSH2 0x1926 JUMPI PUSH1 0x40 MLOAD PUSH32 0x78A5D6E400000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP7 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP6 DUP2 MSTORE PUSH1 0x2 DUP5 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP3 KECCAK256 DUP1 SLOAD PUSH6 0xFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD PUSH4 0xFFFFFFFF DUP4 AND SWAP2 DUP8 SWAP2 PUSH32 0x76A2A46953689D4861A5D3F6ED883AD7E6AF674A21F8E162707159FC9DDE614D SWAP2 SWAP1 LOG3 SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 DUP2 SELFBALANCE LT ISZERO PUSH2 0x19B9 JUMPI PUSH1 0x40 MLOAD PUSH32 0xCD78605900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE ADDRESS PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP1 DUP6 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 DUP7 PUSH1 0x40 MLOAD PUSH2 0x19D5 SWAP2 SWAP1 PUSH2 0x319C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 DUP8 GAS CALL SWAP3 POP POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x1A12 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 0x1A17 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x1A27 DUP7 DUP4 DUP4 PUSH2 0x2726 JUMP JUMPDEST SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1A81 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP8 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND ISZERO SWAP1 DUP2 ISZERO PUSH2 0x1B89 JUMPI DUP6 PUSH4 0xFFFFFFFF AND PUSH2 0x1AD0 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x1ADA SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP1 POP PUSH1 0x40 MLOAD DUP1 PUSH1 0x40 ADD PUSH1 0x40 MSTORE DUP1 DUP3 PUSH6 0xFFFFFFFFFFFF AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x1B08 DUP8 PUSH4 0xFFFFFFFF AND PUSH4 0xFFFFFFFF AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 DUP2 AND SWAP1 SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE DUP3 MSTORE SWAP1 SWAP2 KECCAK256 DUP4 MLOAD DUP2 SLOAD SWAP5 SWAP1 SWAP3 ADD MLOAD SWAP1 SWAP3 AND PUSH7 0x1000000000000 MUL PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT SWAP1 SWAP4 AND PUSH6 0xFFFFFFFFFFFF SWAP1 SWAP2 AND OR SWAP2 SWAP1 SWAP2 OR SWAP1 SSTORE PUSH2 0x1C4C JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP9 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP5 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP12 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH2 0x1BD9 SWAP2 PUSH7 0x1000000000000 SWAP1 SWAP2 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND SWAP1 DUP8 SWAP1 PUSH2 0x279B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP11 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP7 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP14 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP4 AND PUSH7 0x1000000000000 MUL PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000FFFFFFFFFFFF SWAP1 SWAP4 AND SWAP3 SWAP1 SWAP3 OR SWAP1 SWAP2 SSTORE SWAP1 POP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH4 0xFFFFFFFF DUP8 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP4 AND PUSH1 0x20 DUP3 ADD MSTORE DUP4 ISZERO ISZERO DUP2 DUP4 ADD MSTORE SWAP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP10 AND SWAP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP12 AND SWAP2 PUSH32 0xF98448B987F1428E0E230E1F3C6E2CE15B5693EAF31827FBD0B1EC4B424AE7CF SWAP2 DUP2 SWAP1 SUB PUSH1 0x60 ADD SWAP1 LOG3 POP SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x1CD2 DUP5 PUSH2 0x1CCD PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x2845 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP SWAP2 SWAP4 SWAP1 SWAP3 POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1D0E JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1D38 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND SWAP5 DUP8 AND SWAP5 DUP6 OR SWAP1 SSTORE MLOAD PUSH32 0x1FD6DD7631312DFAC2205B52913F99DE03B4D7E381D5D27D3DBFE0713E6E6340 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x1DA2 PUSH2 0x2182 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND PUSH2 0x1DB7 PUSH3 0x93A80 DUP5 PUSH2 0x30FD JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF AND GT ISZERO SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND ISZERO DUP1 PUSH2 0x1DF6 JUMPI POP PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND EQ JUMPDEST ISZERO PUSH2 0x1E20 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 DUP2 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP5 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 SWAP1 SWAP2 ADD DUP1 SLOAD PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000FFFFFFFFFFFFFFFF AND PUSH9 0x10000000000000000 SWAP6 DUP9 AND SWAP6 DUP7 MUL OR SWAP1 SSTORE MLOAD PUSH32 0x7A8059630B897B5DE4C08ADE69F8B90C3EAD1F8596D62D10B6C4D14A0AFB4AE2 SWAP2 SWAP1 LOG3 POP POP POP JUMP JUMPDEST PUSH2 0x1EAA PUSH2 0x2899 JUMP JUMPDEST PUSH2 0x1EB3 DUP2 PUSH2 0x2902 JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x1F04 JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP4 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 DUP2 ADD PUSH1 0x20 MSTORE PUSH1 0x40 DUP3 KECCAK256 ADD SLOAD PUSH2 0x1F40 SWAP1 PUSH1 0x1 PUSH1 0x80 SHL SWAP1 DIV PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279B JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP1 DUP8 ADD PUSH1 0x20 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 ADD DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP1 SWAP6 AND PUSH1 0x1 PUSH1 0x80 SHL MUL PUSH32 0xFFFF0000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP6 AND SWAP5 SWAP1 SWAP5 OR SWAP1 SWAP4 SSTORE SWAP2 MLOAD SWAP1 SWAP3 POP PUSH32 0xFEB69018EE8B8FD50EA86348F1267D07673379F72CFFDECCEC63853EE8CE8B48 SWAP1 PUSH2 0x1FEA SWAP1 DUP7 SWAP1 DUP6 SWAP1 PUSH4 0xFFFFFFFF SWAP3 SWAP1 SWAP3 AND DUP3 MSTORE PUSH6 0xFFFFFFFFFFFF AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x40 ADD SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG2 POP POP POP POP JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 DUP1 DUP5 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP5 PUSH1 0x40 MLOAD PUSH2 0x2015 SWAP2 SWAP1 PUSH2 0x319C JUMP JUMPDEST PUSH1 0x0 PUSH1 0x40 MLOAD DUP1 DUP4 SUB DUP2 DUP6 GAS DELEGATECALL SWAP2 POP POP RETURNDATASIZE DUP1 PUSH1 0x0 DUP2 EQ PUSH2 0x2050 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 0x2055 JUMP JUMPDEST PUSH1 0x60 SWAP2 POP JUMPDEST POP SWAP2 POP SWAP2 POP PUSH2 0x2065 DUP6 DUP4 DUP4 PUSH2 0x2726 JUMP JUMPDEST SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH8 0xFFFFFFFFFFFFFFFE NOT ADD PUSH2 0x20BE JUMPI PUSH1 0x40 MLOAD PUSH4 0x61C6A43 PUSH1 0xE2 SHL DUP2 MSTORE PUSH8 0xFFFFFFFFFFFFFFFF DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x1 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP8 AND DUP5 MSTORE SWAP1 SWAP2 MSTORE DUP2 KECCAK256 SLOAD PUSH6 0xFFFFFFFFFFFF AND SWAP1 SUB PUSH2 0x2106 JUMPI PUSH1 0x0 SWAP2 POP POP PUSH2 0xC78 JUMP JUMPDEST PUSH8 0xFFFFFFFFFFFFFFFF DUP5 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x1 DUP4 ADD PUSH1 0x20 SWAP1 DUP2 MSTORE PUSH1 0x40 DUP1 DUP4 KECCAK256 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP9 AND DUP1 DUP6 MSTORE SWAP3 MSTORE DUP1 DUP4 KECCAK256 DUP1 SLOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND SWAP1 SSTORE MLOAD SWAP1 SWAP3 SWAP2 PUSH32 0xF229BAA593AF28C41B1D16B748CD7688F0C83AAF92D4BE41C44005DEFE84C166 SWAP2 LOG3 POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x218D TIMESTAMP PUSH2 0x295B JUMP JUMPDEST SWAP1 POP SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE PUSH1 0x20 DUP2 SWAP1 MSTORE PUSH1 0x40 DUP3 KECCAK256 PUSH1 0x1 ADD SLOAD SWAP1 SWAP2 SWAP1 PUSH2 0x21D7 SWAP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND DUP5 PUSH3 0x69780 PUSH2 0x279B JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND PUSH1 0x0 DUP2 DUP2 MSTORE PUSH1 0x20 DUP7 DUP2 MSTORE PUSH1 0x40 SWAP2 DUP3 SWAP1 KECCAK256 PUSH1 0x1 ADD DUP1 SLOAD PUSH14 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB SWAP7 SWAP1 SWAP7 AND SWAP6 SWAP1 SWAP6 OR SWAP1 SWAP5 SSTORE DUP1 MLOAD PUSH4 0xFFFFFFFF DUP9 AND DUP2 MSTORE PUSH6 0xFFFFFFFFFFFF DUP5 AND SWAP5 DUP2 ADD SWAP5 SWAP1 SWAP5 MSTORE SWAP2 SWAP4 POP SWAP2 PUSH32 0xA56B76017453F399EC2327BA00375DBFB1FD070FF854341AD6191E6A2E2DE19C SWAP2 ADD PUSH2 0x1FEA JUMP JUMPDEST PUSH1 0x0 DUP2 DUP4 GT PUSH2 0x2270 JUMPI DUP2 PUSH2 0x877 JUMP JUMPDEST POP SWAP1 SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP2 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD02 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 SLOAD PUSH1 0x0 DUP1 MLOAD PUSH1 0x20 PUSH2 0x31D5 DUP4 CODECOPY DUP2 MLOAD SWAP2 MSTORE SWAP1 PUSH6 0xFFFFFFFFFFFF AND DUP1 ISZERO DUP1 ISZERO SWAP1 PUSH2 0x22D2 JUMPI POP PUSH2 0x22D0 DUP2 PUSH2 0x1D98 JUMP JUMPDEST ISZERO JUMPDEST ISZERO PUSH2 0x1184 JUMPI PUSH1 0x40 MLOAD PUSH32 0x813E945900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 DUP2 ADD DUP5 SWAP1 MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x4 DUP4 LT ISZERO PUSH2 0x2323 JUMPI POP PUSH1 0x0 SWAP1 POP DUP1 PUSH2 0x116A JUMP JUMPDEST ADDRESS PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP7 AND SUB PUSH2 0x23A6 JUMPI PUSH2 0x1121 ADDRESS PUSH2 0x2341 DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST PUSH1 0x40 DUP1 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP4 SWAP1 SWAP4 AND PUSH1 0x20 DUP1 DUP6 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT SWAP3 SWAP1 SWAP3 AND DUP4 DUP3 ADD MSTORE DUP1 MLOAD DUP1 DUP5 SUB DUP3 ADD DUP2 MSTORE PUSH1 0x60 SWAP1 SWAP4 ADD SWAP1 MSTORE DUP2 MLOAD SWAP2 ADD KECCAK256 PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD03 SLOAD EQ SWAP1 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x23B5 DUP8 DUP8 PUSH2 0x2424 JUMP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 POP DUP3 PUSH2 0x23CF JUMPI PUSH1 0x0 DUP1 SWAP5 POP SWAP5 POP POP POP POP PUSH2 0x116A JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH2 0x23DC DUP5 DUP12 PUSH2 0x1189 JUMP JUMPDEST SWAP2 POP SWAP2 POP DUP2 PUSH2 0x23F6 JUMPI PUSH1 0x0 DUP1 SWAP7 POP SWAP7 POP POP POP POP POP POP PUSH2 0x116A JUMP JUMPDEST PUSH2 0x240C DUP4 PUSH4 0xFFFFFFFF AND DUP3 PUSH4 0xFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP2 AND ISZERO SWAP12 SWAP1 SWAP11 POP SWAP9 POP POP POP POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x243F JUMPI POP PUSH1 0x0 SWAP2 POP DUP2 SWAP1 POP DUP1 PUSH2 0x271F JUMP JUMPDEST PUSH1 0x0 PUSH2 0x244B DUP7 DUP7 PUSH2 0x17FC JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x853551B800000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x24AE JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x30CAE18700000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x24E2 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x5296295200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x2516 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xA64D95CE00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x254A JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xD22B598900000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2560 JUMPI PUSH1 0x1 PUSH1 0x0 DUP1 SWAP4 POP SWAP4 POP SWAP4 POP POP PUSH2 0x271F JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x18FF183C00000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x25C1 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x167BD39500000000000000000000000000000000000000000000000000000000 EQ JUMPDEST DUP1 PUSH2 0x25F5 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x8D6122D00000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2637 JUMPI PUSH1 0x0 PUSH2 0x260A PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x304F JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x2617 SWAP2 SWAP1 PUSH2 0x2CAA JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x2624 DUP3 PUSH2 0xBE3 JUMP JUMPDEST PUSH1 0x1 SWAP7 POP PUSH1 0x0 SWAP6 POP SWAP4 POP PUSH2 0x271F SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0x25C471A000000000000000000000000000000000000000000000000000000000 EQ DUP1 PUSH2 0x2698 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND PUSH32 0xB7D2B16200000000000000000000000000000000000000000000000000000000 EQ JUMPDEST ISZERO PUSH2 0x2712 JUMPI PUSH1 0x0 PUSH2 0x26AD PUSH1 0x24 PUSH1 0x4 DUP9 DUP11 PUSH2 0x304F JUMP JUMPDEST DUP2 ADD SWAP1 PUSH2 0x26BA SWAP2 SWAP1 PUSH2 0x2ACB JUMP JUMPDEST SWAP1 POP PUSH1 0x1 PUSH2 0x2703 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF SWAP1 DUP2 AND PUSH1 0x0 SWAP1 DUP2 MSTORE PUSH32 0x40C6C8C28789853C7EFD823AB20824BBD71718A8A5915E855F6F288C9A26AD01 PUSH1 0x20 MSTORE PUSH1 0x40 SWAP1 KECCAK256 PUSH1 0x1 ADD SLOAD AND SWAP1 JUMP JUMPDEST PUSH1 0x0 SWAP5 POP SWAP5 POP SWAP5 POP POP POP PUSH2 0x271F JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 SWAP4 POP SWAP4 POP SWAP4 POP POP JUMPDEST SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x60 DUP3 PUSH2 0x273B JUMPI PUSH2 0x2736 DUP3 PUSH2 0x29AB JUMP JUMPDEST PUSH2 0x877 JUMP JUMPDEST DUP2 MLOAD ISZERO DUP1 ISZERO PUSH2 0x2752 JUMPI POP PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND EXTCODESIZE ISZERO JUMPDEST ISZERO PUSH2 0x2794 JUMPI PUSH1 0x40 MLOAD PUSH32 0x9996B31500000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST POP DUP1 PUSH2 0x877 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH2 0x27B2 DUP7 PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB AND PUSH2 0x16BD JUMP JUMPDEST SWAP1 POP PUSH1 0x0 PUSH2 0x27EF DUP6 PUSH4 0xFFFFFFFF AND DUP8 PUSH4 0xFFFFFFFF AND DUP5 PUSH4 0xFFFFFFFF AND GT PUSH2 0x27DA JUMPI PUSH1 0x0 PUSH2 0x27E4 JUMP JUMPDEST PUSH2 0x27E4 DUP9 DUP6 PUSH2 0x31B8 JUMP JUMPDEST PUSH4 0xFFFFFFFF AND PUSH2 0x2261 JUMP JUMPDEST SWAP1 POP DUP1 PUSH4 0xFFFFFFFF AND PUSH2 0x2800 PUSH2 0x2182 JUMP JUMPDEST PUSH2 0x280A SWAP2 SWAP1 PUSH2 0x30FD JUMP JUMPDEST SWAP3 POP PUSH4 0xFFFFFFFF DUP7 AND PUSH1 0x20 DUP4 SWAP1 SHL PUSH8 0xFFFFFFFF00000000 AND PUSH1 0x40 DUP6 SWAP1 SHL PUSH14 0xFFFFFFFFFFFF0000000000000000 AND OR OR SWAP4 POP POP POP SWAP4 POP SWAP4 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP1 PUSH10 0xFFFFFFFFFFFFFFFFFFFF PUSH1 0x20 DUP7 SWAP1 SHR AND PUSH1 0x1 PUSH1 0x1 PUSH1 0x70 SHL SUB DUP7 AND PUSH6 0xFFFFFFFFFFFF PUSH1 0x40 DUP9 SWAP1 SHR DUP2 AND SWAP1 DUP8 AND DUP2 GT ISZERO PUSH2 0x2884 JUMPI DUP3 DUP3 DUP3 PUSH2 0x2889 JUMP JUMPDEST DUP2 PUSH1 0x0 DUP1 JUMPDEST SWAP6 POP SWAP6 POP SWAP6 POP POP POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x2900 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH2 0x290A PUSH2 0x2899 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x294D JUMPI PUSH1 0x40 MLOAD PUSH32 0x813ADA200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x0 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x9AD JUMP JUMPDEST PUSH2 0x890 PUSH1 0x0 DUP3 PUSH1 0x0 DUP1 PUSH2 0x1A31 JUMP JUMPDEST PUSH1 0x0 PUSH6 0xFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x29A7 JUMPI PUSH1 0x40 MLOAD PUSH32 0x6DFCC65000000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x30 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 DUP2 ADD DUP4 SWAP1 MSTORE PUSH1 0x44 ADD PUSH2 0x9AD JUMP JUMPDEST POP SWAP1 JUMP JUMPDEST DUP1 MLOAD ISZERO PUSH2 0x29BB JUMPI DUP1 MLOAD DUP1 DUP3 PUSH1 0x20 ADD REVERT JUMPDEST PUSH1 0x40 MLOAD PUSH32 0x1425EA4200000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0x1EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2A14 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2A2C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2A7A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2A85 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2AA1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2AAD DUP8 DUP3 DUP9 ADD PUSH2 0x2A02 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP PUSH2 0x2AC0 SWAP1 POP PUSH1 0x40 DUP7 ADD PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP SWAP3 SWAP6 SWAP2 SWAP5 POP SWAP3 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2ADD JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x877 DUP3 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2AF9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B04 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0x2B19 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2B37 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2B42 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B19 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0x2B64 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2B7C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 DUP6 ADD ADD GT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2BA9 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2BB4 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2BD0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BDC DUP7 DUP3 DUP8 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP5 SWAP8 SWAP1 SWAP7 POP SWAP4 SWAP5 POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2A5F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2C12 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C1B DUP5 PUSH2 0x2A47 JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2C2B DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH2 0x2C39 PUSH1 0x40 DUP6 ADD PUSH2 0x2BE9 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C55 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2B42 DUP4 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2C71 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2C7A DUP4 PUSH2 0x2A47 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C88 PUSH1 0x20 DUP5 ADD PUSH2 0x2A47 JUMP JUMPDEST SWAP1 POP SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CA3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP CALLDATALOAD SWAP2 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2CBC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x877 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND DUP2 EQ PUSH2 0x1EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2CF0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2CFB DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH2 0x2B19 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x40 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2D20 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2BB4 DUP5 PUSH2 0x2A47 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2D3C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2D45 DUP4 PUSH2 0x2A47 JUMP JUMPDEST SWAP2 POP PUSH2 0x2C88 PUSH1 0x20 DUP5 ADD PUSH2 0x2BE9 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2D69 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2D74 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH2 0x2D84 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DA0 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DAC DUP8 DUP3 DUP9 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x20 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2DCB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2DE2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2DEE DUP6 DUP3 DUP7 ADD PUSH2 0x2A02 JUMP JUMPDEST SWAP1 SWAP7 SWAP1 SWAP6 POP SWAP4 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0x2E15 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0x2DFD JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 ADD PUSH1 0x20 DUP4 MSTORE DUP1 DUP5 MLOAD DUP1 DUP4 MSTORE PUSH1 0x40 DUP6 ADD SWAP2 POP PUSH1 0x40 DUP2 PUSH1 0x5 SHL DUP7 ADD ADD SWAP3 POP PUSH1 0x20 DUP7 ADD PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x2E92 JUMPI PUSH1 0x3F NOT DUP8 DUP7 SUB ADD DUP5 MSTORE DUP2 MLOAD DUP1 MLOAD DUP1 DUP8 MSTORE PUSH2 0x2E6F DUP2 PUSH1 0x20 DUP10 ADD PUSH1 0x20 DUP6 ADD PUSH2 0x2DFA JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP6 SWAP1 SWAP6 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP6 POP SWAP4 DUP5 ADD SWAP4 SWAP2 SWAP1 SWAP2 ADD SWAP1 PUSH1 0x1 ADD PUSH2 0x2E46 JUMP JUMPDEST POP SWAP3 SWAP7 SWAP6 POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 PUSH1 0x60 DUP5 DUP7 SUB SLT ISZERO PUSH2 0x2EB3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 CALLDATALOAD PUSH2 0x2EBE DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP3 POP PUSH1 0x20 DUP5 ADD CALLDATALOAD PUSH2 0x2ECE DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP2 POP PUSH1 0x40 DUP5 ADD CALLDATALOAD PUSH2 0x2EDE DUP2 PUSH2 0x2CC7 JUMP JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 POP SWAP3 JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x2EFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD PUSH2 0x2D45 DUP2 PUSH2 0x29ED JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x60 DUP6 DUP8 SUB SLT ISZERO PUSH2 0x2F1D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH2 0x2F28 DUP2 PUSH2 0x29ED JUMP JUMPDEST SWAP4 POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x2F44 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x2F50 DUP8 DUP3 DUP9 ADD PUSH2 0x2B52 JUMP JUMPDEST SWAP1 SWAP5 POP SWAP3 POP POP PUSH1 0x40 DUP6 ADD CALLDATALOAD PUSH6 0xFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x2F6F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP7 SWAP3 SWAP6 POP SWAP1 SWAP4 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH2 0x877 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST DUP2 DUP4 MSTORE DUP2 DUP2 PUSH1 0x20 DUP6 ADD CALLDATACOPY POP PUSH1 0x0 DUP3 DUP3 ADD PUSH1 0x20 SWAP1 DUP2 ADD SWAP2 SWAP1 SWAP2 MSTORE PUSH1 0x1F SWAP1 SWAP2 ADD PUSH1 0x1F NOT AND SWAP1 SWAP2 ADD ADD SWAP1 JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 PUSH2 0xBDB PUSH1 0x20 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x2FFC JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH2 0x877 DUP2 PUSH2 0x2CC7 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x60 PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x1A27 PUSH1 0x60 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x11 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP6 DUP6 GT ISZERO PUSH2 0x305F JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 DUP7 GT ISZERO PUSH2 0x306C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP POP DUP3 ADD SWAP4 SWAP2 SWAP1 SWAP3 SUB SWAP2 POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 DUP4 CALLDATALOAD PUSH1 0x1E NOT DUP5 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0x30A6 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP4 ADD DUP1 CALLDATALOAD SWAP2 POP PUSH8 0xFFFFFFFFFFFFFFFF DUP3 GT ISZERO PUSH2 0x30C1 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 ADD SWAP2 POP CALLDATASIZE DUP2 SWAP1 SUB DUP3 SGT ISZERO PUSH2 0x1200 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 DUP5 DUP3 CALLDATACOPY PUSH1 0x0 DUP4 DUP3 ADD PUSH1 0x0 DUP2 MSTORE DUP4 MLOAD PUSH2 0x30F3 DUP2 DUP4 PUSH1 0x20 DUP9 ADD PUSH2 0x2DFA JUMP JUMPDEST ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP2 DUP2 AND DUP4 DUP3 AND ADD SWAP1 DUP2 GT ISZERO PUSH2 0xC78 JUMPI PUSH2 0xC78 PUSH2 0x3039 JUMP JUMPDEST PUSH6 0xFFFFFFFFFFFF DUP7 AND DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP6 AND PUSH1 0x20 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 AND PUSH1 0x40 DUP3 ADD MSTORE PUSH1 0x80 PUSH1 0x60 DUP3 ADD MSTORE PUSH1 0x0 PUSH2 0x315B PUSH1 0x80 DUP4 ADD DUP5 DUP7 PUSH2 0x2FAD JUMP JUMPDEST SWAP8 SWAP7 POP POP POP POP POP POP POP JUMP JUMPDEST DUP1 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP2 AND SWAP1 PUSH1 0x4 DUP5 LT ISZERO PUSH2 0x3195 JUMPI PUSH1 0x1 PUSH1 0x1 PUSH1 0xE0 SHL SUB NOT DUP1 DUP6 PUSH1 0x4 SUB PUSH1 0x3 SHL SHL DUP3 AND AND SWAP2 POP JUMPDEST POP SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 DUP3 MLOAD PUSH2 0x31AE DUP2 DUP5 PUSH1 0x20 DUP8 ADD PUSH2 0x2DFA JUMP JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0xFFFFFFFF DUP3 DUP2 AND DUP3 DUP3 AND SUB SWAP1 DUP2 GT ISZERO PUSH2 0xC78 JUMPI PUSH2 0xC78 PUSH2 0x3039 JUMP INVALID BLOCKHASH 0xC6 0xC8 0xC2 DUP8 DUP10 DUP6 EXTCODECOPY PUSH31 0xFD823AB20824BBD71718A8A5915E855F6F288C9A26AD00A264697066735822 SLT KECCAK256 MLOAD SWAP3 0xD9 PUSH22 0xC6C035A0927E0776216E78C6A8E2F8BB6E0A83317153 0xB9 0xE3 XOR GASLIMIT SWAP10 0xAB PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "232:152:41:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;16720:291:12;;;;;;;;;;-1:-1:-1;16720:291:12;;;;;:::i;:::-;;:::i;:::-;;9527:195;;;;;;;;;;-1:-1:-1;9527:195:12;;;;;:::i;:::-;9690:16;;;;9596:6;9690:16;;;:8;:16;;;;;:8;:25;;;;;;;9527:195;;;;1730:18:44;1718:31;;;1700:50;;1688:2;1673:18;9527:195:12;;;;;;;;9763:205;;;;;;;;;;-1:-1:-1;9763:205:12;;;;;:::i;:::-;;:::i;:::-;;;1935:10:44;1923:23;;;1905:42;;1893:2;1878:18;9763:205:12;1761:192:44;18333:133:12;;;;;;;;;;-1:-1:-1;18333:133:12;;;;;:::i;:::-;;:::i;26177:159::-;;;;;;;;;;-1:-1:-1;26177:159:12;;;;;:::i;:::-;;:::i;21897:1315::-;;;;;;:::i;:::-;;:::i;11404:191::-;;;;;;;;;;-1:-1:-1;11404:191:12;;;;;:::i;:::-;;:::i;10009:479::-;;;;;;;;;;-1:-1:-1;10009:479:12;;;;;:::i;:::-;;:::i;:::-;;;;;;;;;4814:14:44;4802:27;;;4784:46;;4878:10;4866:23;;;4861:2;4846:18;;4839:51;4926:23;;;;4921:2;4906:18;;4899:51;4986:27;;4981:2;4966:18;;4959:55;4771:3;4756:19;;4561:459;12092:126:12;;;;;;;;;;-1:-1:-1;12092:126:12;;;;;:::i;:::-;;:::i;19136:255::-;;;;;;;;;;-1:-1:-1;19136:255:12;;;;;:::i;:::-;;:::i;:::-;;;5645:14:44;5633:27;;;5615:46;;5603:2;5588:18;19136:255:12;5471:196:44;5573:53:12;;;;;;;;;;;;5610:16;5573:53;;19432:182;;;;;;;;;;-1:-1:-1;19432:182:12;;;;;:::i;:::-;19491:6;19585:16;;;:12;:16;;;;;:22;;;;;;;19432:182;8275:90;;;;;;;;;;-1:-1:-1;8351:7:12;8275:90;;9046:210;;;;;;;;;;-1:-1:-1;9046:210:12;;;;;:::i;:::-;;:::i;12259:138::-;;;;;;;;;;-1:-1:-1;12259:138:12;;;;;:::i;:::-;;:::i;9297:189::-;;;;;;;;;;-1:-1:-1;9297:189:12;;;;;:::i;:::-;9457:16;;;;9363:6;9457:16;;;:8;:16;;;;;:8;:22;;;;9297:189;8770:235;;;;;;;;;;-1:-1:-1;8770:235:12;;;;;:::i;:::-;;:::i;5510:52::-;;;;;;;;;;;;5546:16;5510:52;;292:90:41;;;;;;;;;;;;;:::i;11107:256:12:-;;;;;;;;;;-1:-1:-1;11107:256:12;;;;;:::i;:::-;;:::i;24477:376::-;;;;;;;;;;-1:-1:-1;24477:376:12;;;;;:::i;:::-;;:::i;8536:193::-;;;;;;;;;;-1:-1:-1;8536:193:12;;;;;:::i;:::-;-1:-1:-1;;;;;8697:18:12;8605:4;8697:18;;;-1:-1:-1;;;;;;;;;;;8697:18:12;;;;;:25;;;-1:-1:-1;;;8697:25:12;;;;;8536:193;;;;7149:14:44;;7142:22;7124:41;;7112:2;7097:18;8536:193:12;6984:187:44;12438:134:12;;;;;;;;;;-1:-1:-1;12438:134:12;;;;;:::i;:::-;;:::i;25835:181::-;;;;;;;;;;-1:-1:-1;25835:181:12;;;;;:::i;:::-;;:::i;:::-;;;8273:25:44;;;8261:2;8246:18;25835:181:12;8127:177:44;1502:484:15;;;;;;;;;;-1:-1:-1;1502:484:15;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;7432:802:12:-;;;;;;;;;;-1:-1:-1;7432:802:12;;;;;:::i;:::-;;:::i;:::-;;;;10735:14:44;;10728:22;10710:41;;10799:10;10787:23;;;10782:2;10767:18;;10760:51;10683:18;7432:802:12;10544:273:44;11636:127:12;;;;;;;;;;-1:-1:-1;11636:127:12;;;;;:::i;:::-;;:::i;8406:89::-;;;;;;;;;;-1:-1:-1;8482:6:12;8406:89;;10529:418;;;;;;;;;;-1:-1:-1;10529:418:12;;;;;:::i;:::-;;:::i;17510:147::-;;;;;;;;;;-1:-1:-1;17510:147:12;;;;;:::i;:::-;;:::i;23253:1183::-;;;;;;;;;;-1:-1:-1;23253:1183:12;;;;;:::i;:::-;;:::i;19655:1440::-;;;;;;;;;;-1:-1:-1;19655:1440:12;;;;;:::i;:::-;;:::i;:::-;;;;12043:25:44;;;12116:10;12104:23;;;12099:2;12084:18;;12077:51;12016:18;19655:1440:12;11871:263:44;11804:247:12;;;;;;;;;;-1:-1:-1;11804:247:12;;;;;:::i;:::-;;:::i;16720:291::-;6747:18;:16;:18::i;:::-;16886:9:::1;16881:124;16901:20:::0;;::::1;16881:124;;;16942:52;16965:6;16973:9;;16983:1;16973:12;;;;;;;:::i;:::-;;;;;;;;;;;;;;:::i;:::-;16987:6;16942:22;:52::i;:::-;16923:3;;16881:124;;;;16720:291:::0;;;;:::o;9763:205::-;9928:16;;;9834:6;9928:16;;;:8;:16;;;;;:8;:27;;-1:-1:-1;;;;;;;;;;;6501:28:12;9928:33;;-1:-1:-1;;;9928:27:12;;-1:-1:-1;;;;;9928:27:12;:31;:33::i;:::-;9921:40;9763:205;-1:-1:-1;;;9763:205:12:o;18333:133::-;6747:18;:16;:18::i;:::-;18427:32:::1;18444:6;18452;18427:16;:32::i;:::-;18333:133:::0;;:::o;26177:159::-;6747:18;:16;:18::i;:::-;26280:49:::1;::::0;;;;-1:-1:-1;;;;;12742:55:44;;;26280:49:12::1;::::0;::::1;12724:74:44::0;26280:35:12;::::1;::::0;::::1;::::0;12697:18:44;;26280:49:12::1;;;;;;;;;;;;;;;;;::::0;::::1;;;;;;;;;;;;::::0;::::1;;;;;;;;;26177:159:::0;;:::o;21897:1315::-;21983:6;-1:-1:-1;;;;;;;;;;;966:10:14;21983:6:12;;22225:38;966:10:14;22250:6:12;22258:4;;22225:16;:38::i;:::-;22190:73;;;;22326:9;22325:10;:26;;;;-1:-1:-1;22339:12:12;;;;22325:26;22321:131;;;22404:6;22412;22420:20;22435:4;;22420:14;:20::i;:::-;22374:67;;;;;-1:-1:-1;;;;;13027:55:44;;;22374:67:12;;;13009:74:44;13119:55;;;;13099:18;;;13092:83;-1:-1:-1;;;;;;13211:79:44;13191:18;;;13184:107;12982:18;;22374:67:12;;;;;;;;22321:131;22462:19;22484:35;22498:6;22506;22514:4;;22484:13;:35::i;:::-;22462:57;-1:-1:-1;22529:12:12;22721;;;;;;:45;;;22737:24;22749:11;22737;:24::i;:::-;:29;;;;22721:45;22717:116;;;22790:32;22810:11;22790:19;:32::i;:::-;22782:40;;22717:116;22925:14;;;;22966:46;22983:6;22991:20;23006:4;;22991:14;:20::i;:::-;32007:28;;;-1:-1:-1;;;;;19231:55:44;;;;32007:28:12;;;;19213:74:44;;;;-1:-1:-1;;;;;;19323:79:44;;;;19303:18;;;19296:107;32007:28:12;;;;;;;;;19186:18:44;;;;32007:28:12;;31997:39;;;;;;31890:153;22966:46;22949:1;:14;;:63;;;;23047:54;23077:6;23085:4;;23047:54;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;23091:9:12;;-1:-1:-1;23047:29:12;;-1:-1:-1;;23047:54:12:i;:::-;-1:-1:-1;23148:14:12;;;;:34;;;;-1:-1:-1;23200:5:12;;-1:-1:-1;;;;21897:1315:12;;;;;:::o;11404:191::-;6747:18;:16;:18::i;:::-;11518:70:::1;11529:6;11537:7;11546:25;11564:6;11546:17;:25::i;:::-;11573:14;11518:10;:70::i;:::-;;11404:191:::0;;;:::o;10009:479::-;10285:16;;;10111:12;10285:16;;;:8;:16;;;;;;;;-1:-1:-1;;;;;10285:33:12;;;;;;;;;10337:12;;;;;;10111;;;;;-1:-1:-1;;;;;;;;;;;6501:28:12;10398:22;;:12;;;-1:-1:-1;;;;;10398:12:12;:20;:22::i;:::-;10009:479;;10359:61;;-1:-1:-1;10359:61:12;-1:-1:-1;10009:479:12;-1:-1:-1;;;;;10009:479:12:o;12092:126::-;6747:18;:16;:18::i;:::-;12183:28:::1;12197:6;12205:5;12183:13;:28::i;19136:255::-:0;19198:6;19304:16;;;:12;:16;;;;;:26;-1:-1:-1;;;;;;;;;;;6501:28:12;19304:26;;19347:21;19304:26;19347:10;:21::i;:::-;:37;;19375:9;19347:37;;;19371:1;19347:37;19340:44;19136:255;-1:-1:-1;;;;19136:255:12:o;9046:210::-;-1:-1:-1;;;;;9214:18:12;;9120:6;9214:18;;;-1:-1:-1;;;;;;;;;;;9214:18:12;;;;;;;:29;;;:35;;-1:-1:-1;;;;;9214:29:12;:33;:35::i;12259:138::-;6747:18;:16;:18::i;:::-;12356:34:::1;12373:6;12381:8;12356:16;:34::i;8770:235::-:0;-1:-1:-1;;;;;8957:18:12;;8863:6;8957:18;;;-1:-1:-1;;;;;;;;;;;8957:18:12;;;;;;;;-1:-1:-1;;;;;;8957:41:12;;;;;;;;;;;;8770:235;;;;;:::o;292:90:41:-;8870:21:13;4302:15;;;;;;;4301:16;;4348:14;;4158:30;4726:16;;:34;;;;;4746:14;4726:34;4706:54;;4770:17;4790:11;:16;;4805:1;4790:16;:50;;;;-1:-1:-1;4818:4:13;4810:25;:30;4790:50;4770:70;;4856:12;4855:13;:30;;;;;4873:12;4872:13;4855:30;4851:91;;;4908:23;;;;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;;;;;4979:67;343:32:41::1;364:10;343:20;:32::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;1700:50:44;;5142:14:13;;1688:2:44;1673:18;5142:14:13;;;;;;;4092:1081;;;;;292:90:41:o;11107:256:12:-;6747:18;:16;:18::i;:::-;11208:20:::1;::::0;::::1;::::0;;:45:::1;;-1:-1:-1::0;5610:16:12::1;11232:21:::0;;::::1;;11208:45;11204:114;;;11276:31;::::0;-1:-1:-1;;;11276:31:12;;1730:18:44;1718:31;;11276::12::1;::::0;::::1;1700:50:44::0;1673:18;;11276:31:12::1;1556:200:44::0;11204:114:12::1;11342:6;11332:24;;;11350:5;;11332:24;;;;;;;:::i;:::-;;;;;;;;11107:256:::0;;;:::o;24477:376::-;24610:47;;;24661:46;24610:47;;;;;966:10:14;;24661:46:12;966:10:14;;24661:46:12;;24610:47;;;;;;;;;;;;;;;966:10:14;24610:47:12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;-1:-1:-1;;;;;;24610:97:12;;24606:175;;24730:40;;;;;-1:-1:-1;;;;;12742:55:44;;24730:40:12;;;12724:74:44;12697:18;;24730:40:12;12578:226:44;24606:175:12;24790:56;24810:35;24824:6;24832;24840:4;;24810:13;:35::i;:::-;24790:19;:56::i;12438:134::-;6747:18;:16;:18::i;:::-;12533:32:::1;12548:6;12556:8;12533:14;:32::i;25835:181::-:0;25940:7;25987:6;25995;26003:4;;25976:32;;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;25966:43;;;;;;25959:50;;25835:181;;;;;;:::o;1502:484:15:-;1668:12;;;1604:20;1668:12;;;;;;;;1570:22;;1779:4;1767:24;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1757:34;;1806:9;1801:155;1821:15;;;1801:155;;;1870:75;1907:4;1927;;1932:1;1927:7;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;1936;1914:30;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1870:28;:75::i;:::-;1857:7;1865:1;1857:10;;;;;;;;:::i;:::-;;;;;;;;;;:88;1838:3;;1801:155;;;;1965:14;1502:484;;;;:::o;7432:802:12:-;7557:14;7573:12;7601:22;7616:6;-1:-1:-1;;;;;8697:18:12;8605:4;8697:18;;;-1:-1:-1;;;;;;;;;;;8697:18:12;;;;;:25;;;-1:-1:-1;;;8697:25:12;;;;;8536:193;7601:22;7597:631;;;-1:-1:-1;7647:5:12;;-1:-1:-1;7647:5:12;7639:17;;7597:631;7695:4;-1:-1:-1;;;;;7677:23:12;;;7673:555;;32007:28;;;-1:-1:-1;;;;;19231:55:44;;32007:28:12;;;;19213:74:44;;;;-1:-1:-1;;;;;;19323:79:44;;19303:18;;;19296:107;32007:28:12;;;;;;;;;19186:18:44;;;;32007:28:12;;;31997:39;;;;;31293:14;;:52;7943:30;7975:1;7935:42;;;;;;7673:555;8008:13;8024:39;8046:6;8054:8;8024:21;:39::i;:::-;8008:55;;8078:13;8093:19;8116:23;8124:6;8132;8116:7;:23::i;:::-;8077:62;;;;8160:8;:57;;8208:5;8215:1;8160:57;;;8172:17;;;;:12;8160:57;8153:64;;;;;;;7673:555;7432:802;;;;;;:::o;11636:127::-;6747:18;:16;:18::i;:::-;11728:28:::1;11740:6;11748:7;11728:11;:28::i;:::-;;11636:127:::0;;:::o;10529:418::-;10629:13;;-1:-1:-1;;5610:16:12;10681:21;;;10677:264;;-1:-1:-1;10726:4:12;;-1:-1:-1;10732:1:12;10718:16;;10677:264;10766:19;10787;10814:26;10824:6;10832:7;10814:9;:26::i;:::-;10765:75;;;;;;10862:12;:17;;10878:1;10862:17;;:53;;;;;10899:16;:14;:16::i;:::-;10883:32;;:12;:32;;;;10862:53;10854:76;-1:-1:-1;10917:12:12;-1:-1:-1;10854:76:12;;-1:-1:-1;10854:76:12;10677:264;10529:418;;;;;:::o;17510:147::-;6747:18;:16;:18::i;:::-;17612:38:::1;17633:6;17641:8;17612:20;:38::i;23253:1183::-:0;23346:6;-1:-1:-1;;;;;;;;;;;966:10:14;23346:6:12;23493:20;23508:4;;23493:14;:20::i;:::-;23475:38;;23524:19;23546:35;23560:6;23568;23576:4;;23546:13;:35::i;:::-;23595:25;;;;:12;;;:25;;;;;:35;23524:57;;-1:-1:-1;23595:35:12;;;;:40;;23591:616;;23658:38;;-1:-1:-1;;;23658:38:12;;;;;8273:25:44;;;8246:18;;23658:38:12;8127:177:44;23591:616:12;23727:9;-1:-1:-1;;;;;23717:19:12;:6;-1:-1:-1;;;;;23717:19:12;;23713:494;;23886:12;23904:30;5546:16;23924:9;23904:7;:30::i;:::-;23885:49;;;23949:15;23970:76;23978:56;23994:39;24016:6;24024:8;23994:21;:39::i;23978:56::-;24036:9;23970:7;:76::i;:::-;23948:98;;;24065:7;24064:8;:23;;;;;24077:10;24076:11;24064:23;24060:137;;;24114:68;;;;;-1:-1:-1;;;;;16849:55:44;;;24114:68:12;;;16831:74:44;16941:55;;;16921:18;;;16914:83;17033:55;;17013:18;;;17006:83;-1:-1:-1;;;;;;17125:79:44;;17105:18;;;17098:107;16803:19;;24114:68:12;16602:609:44;24060:137:12;23738:469;;23713:494;24224:25;;;;:12;;;:25;;;;;;24217:42;;-1:-1:-1;;24217:42:12;;;;;24369:37;;24323:31;;;;;;;;;24224:25;;24369:37;;;24424:5;23253:1183;-1:-1:-1;;;;;;;;;23253:1183:12:o;19655:1440::-;19777:19;;-1:-1:-1;;;;;;;;;;;966:10:14;19777:19:12;20032:38;966:10:14;20057:6:12;20065:4;;20032:16;:38::i;:::-;20011:59;;;20081:14;20117:7;20098:26;;:16;:14;:16::i;:::-;:26;;;;:::i;:::-;20081:43;-1:-1:-1;20223:12:12;;;;;:44;;;20247:1;20240:4;:8;;;:26;;;;;20259:7;20252:14;;:4;:14;;;20240:26;20219:149;;;20320:6;20328;20336:20;20351:4;;20336:14;:20::i;20219:149::-;20440:23;20449:4;20440:23;;20455:7;20440:23;;:8;:23::i;:::-;20426:38;;20584:35;20598:6;20606;20614:4;;20584:13;:35::i;:::-;20570:49;;20630:31;20649:11;20630:18;:31::i;:::-;20783:1;:12;;:25;20796:11;20783:25;;;;;;;;;;;:31;;;;;;;;;;;;20817:1;20783:35;20775:43;;20876:4;20838:1;:12;;:25;20851:11;20838:25;;;;;;;;;;;:35;;;:42;;;;;;;;;;;;;;;;;;20924:5;20890:1;:12;;:25;20903:11;20890:25;;;;;;;;;;;:31;;;:39;;;;;;;;;;;;;;;;;;20976:5;20944:66;;20963:11;20944:66;20983:4;20989:6;20997;21005:4;;20944:66;;;;;;;;;;:::i;:::-;;;;;;;;19812:1283;;;;19655:1440;;;;;;;:::o;11804:247::-;-1:-1:-1;;;;;11898:34:12;;966:10:14;11898:34:12;11894:102;;11955:30;;;;;;;;;;;;;;26556:503;966:10:14;26602:14:12;;26674:32;966:10:14;26602:14:12;1040::14;26674:12:12;:32::i;:::-;26641:65;;;;26721:9;26716:337;;26750:5;:10;;26759:1;26750:10;26746:297;;26783:19;26808:33;26783:19;1040:14:14;26808:21:12;:33::i;:::-;-1:-1:-1;26866:54:12;;;;;-1:-1:-1;;;;;18172:55:44;;26866:54:12;;;18154:74:44;18276:18;18264:31;;18244:18;;;18237:59;26780:61:12;;-1:-1:-1;18127:18:44;;;-1:-1:-1;26866:54:12;17982:320:44;26746:297:12;26959:69;26979:48;26993:6;27009:4;1040:14:14;;25835:181:12;:::i;17170:299::-;17277:30;-1:-1:-1;;;;;;;;;;;;;;;;17346:18:12;;:10;:18;;;;;;;;;;;-1:-1:-1;;;;;;17346:41:12;;;;;;;;;;;;:50;;-1:-1:-1;;17346:50:12;;;;;;;;;;17411:51;;18451:98:44;;;17346:18:12;;-1:-1:-1;17411:51:12;;18424:18:44;17411:51:12;;;;;;;17267:202;17170:299;;;:::o;3548:130:36:-;3596:6;3615:12;3635:14;:4;-1:-1:-1;;;;;3635:12:36;;:14::i;:::-;-1:-1:-1;3614:35:36;;3548:130;-1:-1:-1;;;;3548:130:36:o;18636:339:12:-;-1:-1:-1;;;;;;;;;;;18809:4:12;-1:-1:-1;;;;;18791:23:12;;;18787:95;;18837:34;;;;;-1:-1:-1;;;;;12742:55:44;;18837:34:12;;;12724:74:44;12697:18;;18837:34:12;12578:226:44;18787:95:12;-1:-1:-1;;;;;18891:18:12;;:10;:18;;;;;;;;;;;;:25;;:34;;;;;-1:-1:-1;;;18891:34:12;-1:-1:-1;;18891:34:12;;;;;;18940:28;;;;;18919:6;7149:14:44;7142:22;7124:41;;7112:2;7097:18;;6984:187;29524:378:12;29655:14;;29717:4;-1:-1:-1;;;;;29699:23:12;;;29695:201;;29745:26;29758:6;29766:4;;29745:12;:26::i;:::-;29738:33;;;;;;29695:201;29823:1;29809:15;;:76;;29840:45;29848:6;29856;29864:20;29879:4;;29864:14;:20::i;29840:45::-;29809:76;;;-1:-1:-1;29828:5:12;;-1:-1:-1;29828:5:12;29695:201;29524:378;;;;;;;:::o;31700:116::-;31767:6;31799:9;31806:1;31767:6;31799:4;;:9;:::i;:::-;31792:17;;;:::i;25043:751::-;25119:6;25225:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6501:28:12;25225:35;;;;25285:31;;;;;25331:14;;;25327:294;;25368:38;;-1:-1:-1;;;25368:38:12;;;;;8273:25:44;;;8246:18;;25368:38:12;8127:177:44;25327:294:12;25439:16;:14;:16::i;:::-;25427:28;;:9;:28;;;25423:198;;;25478:34;;;;;;;;8273:25:44;;;8246:18;;25478:34:12;8127:177:44;25423:198:12;25533:21;25544:9;25533:10;:21::i;:::-;25529:92;;;25577:33;;;;;;;;8273:25:44;;;8246:18;;25577:33:12;8127:177:44;25529:92:12;25638:25;;;;:12;;;:25;;;;;;25631:42;;-1:-1:-1;;25631:42:12;;;25727:37;;;;;25651:11;;25727:37;;25638:25;25727:37;25782:5;25043:751;-1:-1:-1;;;;25043:751:12:o;3180:392:23:-;3279:12;3331:5;3307:21;:29;3303:108;;;3359:41;;;;;3394:4;3359:41;;;12724:74:44;12697:18;;3359:41:23;12578:226:44;3303:108:23;3421:12;3435:23;3462:6;-1:-1:-1;;;;;3462:11:23;3481:5;3488:4;3462:31;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;3420:73;;;;3510:55;3537:6;3545:7;3554:10;3510:26;:55::i;:::-;3503:62;3180:392;-1:-1:-1;;;;;;3180:392:23:o;12749:1138:12:-;12907:4;-1:-1:-1;;;;;;;;;;;5610:16:12;12996:21;;-1:-1:-1;;12996:21:12;12992:90;;13040:31;;-1:-1:-1;;;13040:31:12;;1730:18:44;1718:31;;13040::12;;;1700:50:44;1673:18;;13040:31:12;1556:200:44;12992:90:12;13109:16;;;13092:14;13109:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13109:33:12;;;;;;;;;:39;;;:44;;13186:591;;;;13242:10;13223:29;;:16;:14;:16::i;:::-;:29;;;;:::i;:::-;13215:37;;13302:55;;;;;;;;13317:5;13302:55;;;;;;13331:24;:14;:22;;2589:20:36;;;2508:108;13331:24:12;-1:-1:-1;;;;;13302:55:12;;;;;;13266:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13266:33:12;;;;;;;;;:91;;;;;;;;;;;;;;-1:-1:-1;;13266:91:12;;;;;;;;;;;;;;13186:591;;;13651:16;;;13751:1;13651:16;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13651:33:12;;;;;;;;;:39;:115;;:39;;;;-1:-1:-1;;;;;13651:39:12;;13719:14;;13651:50;:115::i;:::-;13601:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;13601:33:12;;;;;;;;;13600:166;;-1:-1:-1;;;;;13600:166:12;;;;;;;;;;;;;;;;;-1:-1:-1;13186:591:12;13792:62;;;19928:10:44;19916:23;;19898:42;;19988:14;19976:27;;19971:2;19956:18;;19949:55;20047:14;;20040:22;20020:18;;;20013:50;13792:62:12;;-1:-1:-1;;;;;13792:62:12;;;;;;;;;;;;19886:2:44;13792:62:12;;;-1:-1:-1;13871:9:12;12749:1138;-1:-1:-1;;;;;;12749:1138:12:o;3362:129:36:-;3414:6;3422;3430;3455:29;3466:4;3472:11;:9;:11::i;:::-;3455:10;:29::i;:::-;3448:36;;;;;;3362:129;;;;;:::o;14916:356:12:-;-1:-1:-1;;;;;;;;;;;15068:20:12;;;;;:45;;-1:-1:-1;5610:16:12;15092:21;;;;15068:45;15064:114;;;15136:31;;-1:-1:-1;;;15136:31:12;;1730:18:44;1718:31;;15136::12;;;1700:50:44;1673:18;;15136:31:12;1556:200:44;15064:114:12;15188:16;;;;;;;;:8;;;;:16;;;;;;:22;;;:30;;-1:-1:-1;;15188:30:12;;;;;;;;;15234:31;;;15188:16;15234:31;14985:287;14916:356;;:::o;31456:134::-;31516:4;31567:16;:14;:16::i;:::-;31539:44;;:24;8351:7;31539:9;:24;:::i;:::-;:44;;;;;31456:134;-1:-1:-1;;31456:134:12:o;15591:374::-;-1:-1:-1;;;;;;;;;;;15749:20:12;;;;;:45;;-1:-1:-1;5610:16:12;15773:21;;;;15749:45;15745:114;;;15817:31;;-1:-1:-1;;;15817:31:12;;1730:18:44;1718:31;;15817::12;;;1700:50:44;1673:18;;15817:31:12;1556:200:44;15745:114:12;15869:16;;;;;;;;:8;;;;:16;;;;;;:25;;;:36;;;;;;;;;;;;;;15921:37;;;15869:16;15921:37;15666:299;15591:374;;:::o;6789:139::-;6931:20:13;:18;:20::i;:::-;6877:44:12::1;6908:12;6877:30;:44::i;:::-;6789:139:::0;:::o;16112:447::-;-1:-1:-1;;;;;;;;;;;5610:16:12;16268:21;;-1:-1:-1;;16268:21:12;16264:90;;16312:31;;-1:-1:-1;;;16312:31:12;;1730:18:44;1718:31;;16312::12;;;1700:50:44;1673:18;;16312:31:12;1556:200:44;16264:90:12;16427:16;;;16364:13;16427:16;;;:8;;;;:16;;;;;:27;;:62;;-1:-1:-1;;;16427:27:12;;-1:-1:-1;;;;;16427:27:12;16466:8;8482:6;16427:38;:62::i;:::-;16388:16;;;;;;;:8;;;;:16;;;;;;;:27;16387:102;;-1:-1:-1;;;;;16387:102:12;;;-1:-1:-1;;;16387:102:12;;;;;;;;;;;;16505:47;;16387:102;;-1:-1:-1;16505:47:12;;;;16535:8;;16387:102;;20274:10:44;20262:23;;;;20244:42;;20334:14;20322:27;20317:2;20302:18;;20295:55;20232:2;20217:18;;20074:282;16505:47:12;;;;;;;;16185:374;;16112:447;;:::o;4106:253:23:-;4189:12;4214;4228:23;4255:6;-1:-1:-1;;;;;4255:19:23;4275:4;4255:25;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4213:67;;;;4297:55;4324:6;4332:7;4341:10;4297:26;:55::i;:::-;4290:62;4106:253;-1:-1:-1;;;;;4106:253:23:o;14148:473:12:-;14227:4;-1:-1:-1;;;;;;;;;;;5610:16:12;14316:21;;-1:-1:-1;;14316:21:12;14312:90;;14360:31;;-1:-1:-1;;;14360:31:12;;1730:18:44;1718:31;;14360::12;;;1700:50:44;1673:18;;14360:31:12;1556:200:44;14312:90:12;14416:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14416:33:12;;;;;;;;;:39;;;:44;;14412:87;;14483:5;14476:12;;;;;14412:87;14516:16;;;;;;;:8;;;:16;;;;;;;;-1:-1:-1;;;;;14516:33:12;;;;;;;;;;14509:40;;-1:-1:-1;;14509:40:12;;;14565:28;14516:33;;:16;14565:28;;;-1:-1:-1;14610:4:12;;14148:473;-1:-1:-1;;;14148:473:12:o;750:110:36:-;794:6;819:34;837:15;819:17;:34::i;:::-;812:41;;750:110;:::o;17812:360:12:-;-1:-1:-1;;;;;18036:18:12;;17902:30;18036:18;;;-1:-1:-1;;;;;;;;;;;18036:18:12;;;;;;;:29;;;6501:28;;17902:30;18036:64;;-1:-1:-1;;;;;18036:29:12;18077:8;8482:6;18036:40;:64::i;:::-;-1:-1:-1;;;;;17995:18:12;;:10;:18;;;;;;;;;;;;:29;;17994:106;;-1:-1:-1;;17994:106:12;-1:-1:-1;;;;;17994:106:12;;;;;;;;;;;18116:49;;20274:10:44;20262:23;;20244:42;;20334:14;20322:27;;20302:18;;;20295:55;;;;17994:106:12;;-1:-1:-1;17995:18:12;18116:49;;20217:18:44;18116:49:12;20074:282:44;2382:104:33;2440:7;2470:1;2466;:5;:13;;2478:1;2466:13;;;-1:-1:-1;2474:1:33;;2382:104;-1:-1:-1;2382:104:33:o;21284:343:12:-;21356:30;21448:25;;;:12;:25;;;;;:35;-1:-1:-1;;;;;;;;;;;6501:28:12;21448:35;;21497:18;;;;;:48;;;21520:25;21531:13;21520:10;:25::i;:::-;21519:26;21497:48;21493:128;;;21568:42;;;;;;;;8273:25:44;;;8246:18;;21568:42:12;8127:177:44;30012:992:12;30093:14;;30151:1;30137:15;;30133:63;;;-1:-1:-1;30176:5:12;;-1:-1:-1;30176:5:12;30168:17;;30133:63;30228:4;-1:-1:-1;;;;;30210:23:12;;;30206:334;;30476:49;30497:4;30504:20;30519:4;;30504:14;:20::i;:::-;32007:28;;;-1:-1:-1;;;;;19231:55:44;;;;32007:28:12;;;;19213:74:44;;;;-1:-1:-1;;;;;;19323:79:44;;;;19303:18;;;19296:107;32007:28:12;;;;;;;;;19186:18:44;;;;32007:28:12;;31997:39;;;;;31293:14;;:52;;31124:228;30206:334;30551:12;30565:13;30580:21;30605:27;30627:4;;30605:21;:27::i;:::-;30550:82;;;;;;30647:7;30642:56;;30678:5;30685:1;30670:17;;;;;;;;;30642:56;30709:11;30722:21;30747:23;30755:6;30763;30747:7;:23::i;:::-;30708:62;;;;30785:6;30780:55;;30815:5;30822:1;30807:17;;;;;;;;;;;30780:55;30920:40;30929:14;30920:40;;30945:14;30920:40;;:8;:40::i;:::-;30979:10;;;;;;;-1:-1:-1;30012:992:12;-1:-1:-1;;;;;;;;;30012:992:12:o;27465:1628::-;27553:15;;;27641:1;27627:15;;27623:66;;;-1:-1:-1;27666:5:12;;-1:-1:-1;27666:5:12;;-1:-1:-1;27666:5:12;27658:20;;27623:66;27699:15;27717:20;27732:4;;27717:14;:20::i;:::-;27699:38;-1:-1:-1;;;;;;;27857:35:12;;27869:23;27857:35;;:89;;-1:-1:-1;;;;;;;27908:38:12;;27920:26;27908:38;27857:89;:146;;;-1:-1:-1;;;;;;;27962:41:12;;27974:29;27962:41;27857:146;:201;;;-1:-1:-1;;;;;;;28019:39:12;;28031:27;28019:39;27857:201;:262;;;-1:-1:-1;;;;;;;28074:45:12;;28086:33;28074:45;27857:262;27840:343;;;28152:4;5546:16;28170:1;28144:28;;;;;;;;;27840:343;-1:-1:-1;;;;;;28290:41:12;;28302:29;28290:41;;:98;;-1:-1:-1;;;;;;;28347:41:12;;28359:29;28347:41;28290:98;:161;;;-1:-1:-1;;;;;;;28404:47:12;;28416:35;28404:47;28290:161;28273:414;;;28519:14;28547:15;28557:4;28552;28547;;:15;:::i;:::-;28536:38;;;;;;;:::i;:::-;28519:55;;28588:12;28603:27;28623:6;28603:19;:27::i;:::-;28652:4;;-1:-1:-1;5546:16:12;;-1:-1:-1;28588:42:12;-1:-1:-1;28644:32:12;;-1:-1:-1;;;28644:32:12;28273:414;-1:-1:-1;;;;;;28806:35:12;;28818:23;28806:35;;:75;;-1:-1:-1;;;;;;;28845:36:12;;28857:24;28845:36;28806:75;28802:254;;;28940:13;28967:15;28977:4;28972;28967;;:15;:::i;:::-;28956:37;;;;;;;:::i;:::-;28940:53;;29015:4;29021:20;29034:6;9457:16;;;;9363:6;9457:16;;;:8;:16;;;;;:8;:22;;;;9297:189;29021:20;29043:1;29007:38;;;;;;;;;;28802:254;29074:5;29081:1;29084;29066:20;;;;;;;27465:1628;;;;;;:::o;4625:582:23:-;4769:12;4798:7;4793:408;;4821:19;4829:10;4821:7;:19::i;:::-;4793:408;;;5045:17;;:22;:49;;;;-1:-1:-1;;;;;;5071:18:23;;;:23;5045:49;5041:119;;;5121:24;;;;;-1:-1:-1;;;;;12742:55:44;;5121:24:23;;;12724:74:44;12697:18;;5121:24:23;12578:226:44;5041:119:23;-1:-1:-1;5180:10:23;5173:17;;3972:390:36;4093:18;4113:13;4138:12;4153:10;:4;-1:-1:-1;;;;;4153:8:36;;:10::i;:::-;4138:25;;4173:14;4197:61;4206:10;4197:61;;4226:8;4218:16;;:5;:16;;;:39;;4256:1;4218:39;;;4237:16;4245:8;4237:5;:16;:::i;:::-;4197:61;;:8;:61::i;:::-;4173:86;;4292:7;4278:21;;:11;:9;:11::i;:::-;:21;;;;:::i;:::-;4269:30;-1:-1:-1;5065:19:36;;;5059:2;5035:26;;;;;5028:2;5009:21;;;;;5008:54;:76;4309:46;;;;3972:390;;;;;;:::o;2868:276::-;2940:6;;;4703:9;4710:2;4703:9;;;;-1:-1:-1;;;;;3031:11:36;;4739:9;4746:2;4739:9;;;;;;3061:19;;;;;:76;;3105:11;3118:10;3130:6;3061:76;;;3084:10;3096:1;3099;3061:76;3054:83;;;;;;;;;2868:276;;;;;:::o;7084:141:13:-;8870:21;8560:40;;;;;;7146:73;;7191:17;;;;;;;;;;;;;;7146:73;7084:141::o;6934:337:12:-;6931:20:13;:18;:20::i;:::-;-1:-1:-1;;;;;7036:26:12;::::1;7032:108;;7085:44;::::0;::::1;::::0;;7126:1:::1;7085:44;::::0;::::1;12724:74:44::0;12697:18;;7085:44:12::1;12578:226:44::0;7032:108:12::1;7222:42;5546:16;7245:12;7259:1;7262::::0;7222:10:::1;:42::i;14291:213:34:-:0;14347:6;14377:16;14369:24;;14365:103;;;14416:41;;;;;14447:2;14416:41;;;20977:36:44;21029:18;;;21022:34;;;20950:18;;14416:41:34;20796:266:44;14365:103:34;-1:-1:-1;14491:5:34;14291:213::o;5743:516:23:-;5874:17;;:21;5870:383;;6102:10;6096:17;6158:15;6145:10;6141:2;6137:19;6130:44;5870:383;6225:17;;;;;;;;;;;;;;14:154:44;-1:-1:-1;;;;;93:5:44;89:54;82:5;79:65;69:93;;158:1;155;148:12;173:366;235:8;245:6;299:3;292:4;284:6;280:17;276:27;266:55;;317:1;314;307:12;266:55;-1:-1:-1;340:20:44;;383:18;372:30;;369:50;;;415:1;412;405:12;369:50;452:4;444:6;440:17;428:29;;512:3;505:4;495:6;492:1;488:14;480:6;476:27;472:38;469:47;466:67;;;529:1;526;519:12;544:171;611:20;;671:18;660:30;;650:41;;640:69;;705:1;702;695:12;640:69;544:171;;;:::o;720:642::-;822:6;830;838;846;899:2;887:9;878:7;874:23;870:32;867:52;;;915:1;912;905:12;867:52;954:9;941:23;973:31;998:5;973:31;:::i;:::-;1023:5;-1:-1:-1;1079:2:44;1064:18;;1051:32;1106:18;1095:30;;1092:50;;;1138:1;1135;1128:12;1092:50;1177:69;1238:7;1229:6;1218:9;1214:22;1177:69;:::i;:::-;1265:8;;-1:-1:-1;1151:95:44;-1:-1:-1;1319:37:44;;-1:-1:-1;1352:2:44;1337:18;;1319:37;:::i;:::-;1309:47;;720:642;;;;;;;:::o;1367:184::-;1425:6;1478:2;1466:9;1457:7;1453:23;1449:32;1446:52;;;1494:1;1491;1484:12;1446:52;1517:28;1535:9;1517:28;:::i;1958:416::-;2023:6;2031;2084:2;2072:9;2063:7;2059:23;2055:32;2052:52;;;2100:1;2097;2090:12;2052:52;2139:9;2126:23;2158:31;2183:5;2158:31;:::i;:::-;2208:5;-1:-1:-1;2265:2:44;2250:18;;2237:32;2307:15;;2300:23;2288:36;;2278:64;;2338:1;2335;2328:12;2278:64;2361:7;2351:17;;;1958:416;;;;;:::o;2379:388::-;2447:6;2455;2508:2;2496:9;2487:7;2483:23;2479:32;2476:52;;;2524:1;2521;2514:12;2476:52;2563:9;2550:23;2582:31;2607:5;2582:31;:::i;:::-;2632:5;-1:-1:-1;2689:2:44;2674:18;;2661:32;2702:33;2661:32;2702:33;:::i;2772:347::-;2823:8;2833:6;2887:3;2880:4;2872:6;2868:17;2864:27;2854:55;;2905:1;2902;2895:12;2854:55;-1:-1:-1;2928:20:44;;2971:18;2960:30;;2957:50;;;3003:1;3000;2993:12;2957:50;3040:4;3032:6;3028:17;3016:29;;3092:3;3085:4;3076:6;3068;3064:19;3060:30;3057:39;3054:59;;;3109:1;3106;3099:12;3124:544;3203:6;3211;3219;3272:2;3260:9;3251:7;3247:23;3243:32;3240:52;;;3288:1;3285;3278:12;3240:52;3327:9;3314:23;3346:31;3371:5;3346:31;:::i;:::-;3396:5;-1:-1:-1;3452:2:44;3437:18;;3424:32;3479:18;3468:30;;3465:50;;;3511:1;3508;3501:12;3465:50;3550:58;3600:7;3591:6;3580:9;3576:22;3550:58;:::i;:::-;3124:544;;3627:8;;-1:-1:-1;3524:84:44;;-1:-1:-1;;;;3124:544:44:o;3673:163::-;3740:20;;3800:10;3789:22;;3779:33;;3769:61;;3826:1;3823;3816:12;3841:391;3916:6;3924;3932;3985:2;3973:9;3964:7;3960:23;3956:32;3953:52;;;4001:1;3998;3991:12;3953:52;4024:28;4042:9;4024:28;:::i;:::-;4014:38;;4102:2;4091:9;4087:18;4074:32;4115:31;4140:5;4115:31;:::i;:::-;4165:5;-1:-1:-1;4189:37:44;4222:2;4207:18;;4189:37;:::i;:::-;4179:47;;3841:391;;;;;:::o;4237:319::-;4304:6;4312;4365:2;4353:9;4344:7;4340:23;4336:32;4333:52;;;4381:1;4378;4371:12;4333:52;4404:28;4422:9;4404:28;:::i;5025:256::-;5091:6;5099;5152:2;5140:9;5131:7;5127:23;5123:32;5120:52;;;5168:1;5165;5158:12;5120:52;5191:28;5209:9;5191:28;:::i;:::-;5181:38;;5238:37;5271:2;5260:9;5256:18;5238:37;:::i;:::-;5228:47;;5025:256;;;;;:::o;5286:180::-;5345:6;5398:2;5386:9;5377:7;5373:23;5369:32;5366:52;;;5414:1;5411;5404:12;5366:52;-1:-1:-1;5437:23:44;;5286:180;-1:-1:-1;5286:180:44:o;5672:247::-;5731:6;5784:2;5772:9;5763:7;5759:23;5755:32;5752:52;;;5800:1;5797;5790:12;5752:52;5839:9;5826:23;5858:31;5883:5;5858:31;:::i;5924:177::-;-1:-1:-1;;;;;;6002:5:44;5998:78;5991:5;5988:89;5978:117;;6091:1;6088;6081:12;6106:386;6173:6;6181;6234:2;6222:9;6213:7;6209:23;6205:32;6202:52;;;6250:1;6247;6240:12;6202:52;6289:9;6276:23;6308:31;6333:5;6308:31;:::i;:::-;6358:5;-1:-1:-1;6415:2:44;6400:18;;6387:32;6428;6387;6428;:::i;6497:482::-;6576:6;6584;6592;6645:2;6633:9;6624:7;6620:23;6616:32;6613:52;;;6661:1;6658;6651:12;6613:52;6684:28;6702:9;6684:28;:::i;7176:256::-;7242:6;7250;7303:2;7291:9;7282:7;7278:23;7274:32;7271:52;;;7319:1;7316;7309:12;7271:52;7342:28;7360:9;7342:28;:::i;:::-;7332:38;;7389:37;7422:2;7411:9;7407:18;7389:37;:::i;7437:685::-;7525:6;7533;7541;7549;7602:2;7590:9;7581:7;7577:23;7573:32;7570:52;;;7618:1;7615;7608:12;7570:52;7657:9;7644:23;7676:31;7701:5;7676:31;:::i;:::-;7726:5;-1:-1:-1;7783:2:44;7768:18;;7755:32;7796:33;7755:32;7796:33;:::i;:::-;7848:7;-1:-1:-1;7906:2:44;7891:18;;7878:32;7933:18;7922:30;;7919:50;;;7965:1;7962;7955:12;7919:50;8004:58;8054:7;8045:6;8034:9;8030:22;8004:58;:::i;:::-;7437:685;;;;-1:-1:-1;8081:8:44;-1:-1:-1;;;;7437:685:44:o;8309:447::-;8406:6;8414;8467:2;8455:9;8446:7;8442:23;8438:32;8435:52;;;8483:1;8480;8473:12;8435:52;8523:9;8510:23;8556:18;8548:6;8545:30;8542:50;;;8588:1;8585;8578:12;8542:50;8627:69;8688:7;8679:6;8668:9;8664:22;8627:69;:::i;:::-;8715:8;;8601:95;;-1:-1:-1;8309:447:44;-1:-1:-1;;;;8309:447:44:o;8761:250::-;8846:1;8856:113;8870:6;8867:1;8864:13;8856:113;;;8946:11;;;8940:18;8927:11;;;8920:39;8892:2;8885:10;8856:113;;;-1:-1:-1;;9003:1:44;8985:16;;8978:27;8761:250::o;9016:991::-;9176:4;9224:2;9213:9;9209:18;9254:2;9243:9;9236:21;9277:6;9312;9306:13;9343:6;9335;9328:22;9381:2;9370:9;9366:18;9359:25;;9443:2;9433:6;9430:1;9426:14;9415:9;9411:30;9407:39;9393:53;;9481:2;9473:6;9469:15;9502:1;9512:466;9526:6;9523:1;9520:13;9512:466;;;9619:2;9615:7;9603:9;9595:6;9591:22;9587:36;9582:3;9575:49;9653:6;9647:13;9695:2;9689:9;9726:8;9718:6;9711:24;9748:74;9813:8;9808:2;9800:6;9796:15;9791:2;9787;9783:11;9748:74;:::i;:::-;9888:2;9865:17;-1:-1:-1;;9861:31:44;9849:44;;;;9895:2;9845:53;;;;-1:-1:-1;9956:12:44;;;;9921:15;;;;;9548:1;9541:9;9512:466;;;-1:-1:-1;9995:6:44;;9016:991;-1:-1:-1;;;;;;9016:991:44:o;10012:527::-;10088:6;10096;10104;10157:2;10145:9;10136:7;10132:23;10128:32;10125:52;;;10173:1;10170;10163:12;10125:52;10212:9;10199:23;10231:31;10256:5;10231:31;:::i;:::-;10281:5;-1:-1:-1;10338:2:44;10323:18;;10310:32;10351:33;10310:32;10351:33;:::i;:::-;10403:7;-1:-1:-1;10462:2:44;10447:18;;10434:32;10475;10434;10475;:::i;:::-;10526:7;10516:17;;;10012:527;;;;;:::o;10822:319::-;10889:6;10897;10950:2;10938:9;10929:7;10925:23;10921:32;10918:52;;;10966:1;10963;10956:12;10918:52;11005:9;10992:23;11024:31;11049:5;11024:31;:::i;11146:720::-;11233:6;11241;11249;11257;11310:2;11298:9;11289:7;11285:23;11281:32;11278:52;;;11326:1;11323;11316:12;11278:52;11365:9;11352:23;11384:31;11409:5;11384:31;:::i;:::-;11434:5;-1:-1:-1;11490:2:44;11475:18;;11462:32;11517:18;11506:30;;11503:50;;;11549:1;11546;11539:12;11503:50;11588:58;11638:7;11629:6;11618:9;11614:22;11588:58;:::i;:::-;11665:8;;-1:-1:-1;11562:84:44;-1:-1:-1;;11752:2:44;11737:18;;11724:32;11800:14;11787:28;;11775:41;;11765:69;;11830:1;11827;11820:12;11765:69;11146:720;;;;-1:-1:-1;11146:720:44;;-1:-1:-1;;11146:720:44:o;12139:184::-;-1:-1:-1;;;12188:1:44;12181:88;12288:4;12285:1;12278:15;12312:4;12309:1;12302:15;12328:245;12386:6;12439:2;12427:9;12418:7;12414:23;12410:32;12407:52;;;12455:1;12452;12445:12;12407:52;12494:9;12481:23;12513:30;12537:5;12513:30;:::i;13516:267::-;13605:6;13600:3;13593:19;13657:6;13650:5;13643:4;13638:3;13634:14;13621:43;-1:-1:-1;13709:1:44;13684:16;;;13702:4;13680:27;;;13673:38;;;;13765:2;13744:15;;;-1:-1:-1;;13740:29:44;13731:39;;;13727:50;;13516:267::o;13788:247::-;13947:2;13936:9;13929:21;13910:4;13967:62;14025:2;14014:9;14010:18;14002:6;13994;13967:62;:::i;14040:249::-;14109:6;14162:2;14150:9;14141:7;14137:23;14133:32;14130:52;;;14178:1;14175;14168:12;14130:52;14210:9;14204:16;14229:30;14253:5;14229:30;:::i;14294:485::-;-1:-1:-1;;;;;14511:6:44;14507:55;14496:9;14489:74;-1:-1:-1;;;;;14603:6:44;14599:55;14594:2;14583:9;14579:18;14572:83;14691:2;14686;14675:9;14671:18;14664:30;14470:4;14711:62;14769:2;14758:9;14754:18;14746:6;14738;14711:62;:::i;14784:184::-;-1:-1:-1;;;14833:1:44;14826:88;14933:4;14930:1;14923:15;14957:4;14954:1;14947:15;15106:331;15211:9;15222;15264:8;15252:10;15249:24;15246:44;;;15286:1;15283;15276:12;15246:44;15315:6;15305:8;15302:20;15299:40;;;15335:1;15332;15325:12;15299:40;-1:-1:-1;;15361:23:44;;;15406:25;;;;;-1:-1:-1;15106:331:44:o;15442:184::-;-1:-1:-1;;;15491:1:44;15484:88;15591:4;15588:1;15581:15;15615:4;15612:1;15605:15;15631:521;15708:4;15714:6;15774:11;15761:25;15868:2;15864:7;15853:8;15837:14;15833:29;15829:43;15809:18;15805:68;15795:96;;15887:1;15884;15877:12;15795:96;15914:33;;15966:20;;;-1:-1:-1;16009:18:44;15998:30;;15995:50;;;16041:1;16038;16031:12;15995:50;16074:4;16062:17;;-1:-1:-1;16105:14:44;16101:27;;;16091:38;;16088:58;;;16142:1;16139;16132:12;16157:440;16386:6;16378;16373:3;16360:33;16342:3;16421:6;16416:3;16412:16;16448:1;16444:2;16437:13;16479:6;16473:13;16495:65;16553:6;16549:2;16542:4;16534:6;16530:17;16495:65;:::i;:::-;16576:15;;16157:440;-1:-1:-1;;;;;16157:440:44:o;17216:179::-;17315:14;17284:22;;;17308;;;17280:51;;17343:23;;17340:49;;;17369:18;;:::i;17400:577::-;17651:14;17643:6;17639:27;17628:9;17621:46;-1:-1:-1;;;;;17707:6:44;17703:55;17698:2;17687:9;17683:18;17676:83;-1:-1:-1;;;;;17799:6:44;17795:55;17790:2;17779:9;17775:18;17768:83;17887:3;17882:2;17871:9;17867:18;17860:31;17602:4;17908:63;17966:3;17955:9;17951:19;17943:6;17935;17908:63;:::i;:::-;17900:71;17400:577;-1:-1:-1;;;;;;;17400:577:44:o;18560:476::-;18680:19;;-1:-1:-1;;;;;;18717:75:44;;;18812:1;18804:10;;18801:229;;;-1:-1:-1;;;;;;18883:66:44;18876:3;18873:1;18869:11;18866:1;18862:19;18858:92;18854:2;18850:101;18846:174;18837:183;;18801:229;;18560:476;;;;:::o;19414:287::-;19543:3;19581:6;19575:13;19597:66;19656:6;19651:3;19644:4;19636:6;19632:17;19597:66;:::i;:::-;19679:16;;;;;19414:287;-1:-1:-1;;19414:287:44:o;20621:170::-;20718:10;20711:18;;;20691;;;20687:43;;20742:20;;20739:46;;;20765:18;;:::i" - }, - "methodIdentifiers": { - "ADMIN_ROLE()": "75b238fc", - "PUBLIC_ROLE()": "3ca7c02a", - "canCall(address,address,bytes4)": "b7009613", - "cancel(address,address,bytes)": "d6bb62c6", - "consumeScheduledOp(address,bytes)": "94c7d7ee", - "execute(address,bytes)": "1cff79cd", - "expiration()": "4665096d", - "getAccess(uint64,address)": "3078f114", - "getNonce(bytes32)": "4136a33c", - "getRoleAdmin(uint64)": "530dd456", - "getRoleGrantDelay(uint64)": "12be8727", - "getRoleGuardian(uint64)": "0b0a93ba", - "getSchedule(bytes32)": "3adc277a", - "getTargetAdminDelay(address)": "4c1da1e2", - "getTargetFunctionRole(address,bytes4)": "6d5115bd", - "grantRole(uint64,address,uint32)": "25c471a0", - "hasRole(uint64,address)": "d1f856ee", - "hashOperation(address,address,bytes)": "abd9bd2a", - "initialize()": "8129fc1c", - "isTargetClosed(address)": "a166aa89", - "labelRole(uint64,string)": "853551b8", - "minSetback()": "cc1b6c81", - "multicall(bytes[])": "ac9650d8", - "renounceRole(uint64,address)": "fe0776f5", - "revokeRole(uint64,address)": "b7d2b162", - "schedule(address,bytes,uint48)": "f801a698", - "setGrantDelay(uint64,uint32)": "a64d95ce", - "setRoleAdmin(uint64,uint64)": "30cae187", - "setRoleGuardian(uint64,uint64)": "52962952", - "setTargetAdminDelay(address,uint32)": "d22b5989", - "setTargetClosed(address,bool)": "167bd395", - "setTargetFunctionRole(address,bytes4[],uint64)": "08d6122d", - "updateAuthority(address,address)": "18ff183c" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerAlreadyScheduled\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"AccessManagerBadConfirmation\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerExpired\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAdmin\",\"type\":\"address\"}],\"name\":\"AccessManagerInvalidInitialAdmin\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AccessManagerLockedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerLockedRole\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotReady\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"}],\"name\":\"AccessManagerNotScheduled\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"AccessManagerUnauthorizedAccount\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCall\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"msgsender\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"AccessManagerUnauthorizedCancel\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AccessManagerUnauthorizedConsume\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"AddressEmptyCode\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"AddressInsufficientBalance\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"FailedInnerCall\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"uint8\",\"name\":\"bits\",\"type\":\"uint8\"},{\"internalType\":\"uint256\",\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"SafeCastOverflowedUintDowncast\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationCanceled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"name\":\"OperationExecuted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"indexed\":true,\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"schedule\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"OperationScheduled\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"RoleAdminChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"RoleGrantDelayChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"newMember\",\"type\":\"bool\"}],\"name\":\"RoleGranted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"RoleGuardianChanged\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":false,\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"RoleLabel\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"indexed\":true,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"RoleRevoked\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"},{\"indexed\":false,\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"}],\"name\":\"TargetAdminDelayUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"TargetClosed\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"},{\"indexed\":true,\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"TargetFunctionRoleUpdated\",\"type\":\"event\"},{\"inputs\":[],\"name\":\"ADMIN_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"PUBLIC_ROLE\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"canCall\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"immediate\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"cancel\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"consumeScheduledOp\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"execute\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"expiration\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"getAccess\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"since\",\"type\":\"uint48\"},{\"internalType\":\"uint32\",\"name\":\"currentDelay\",\"type\":\"uint32\"},{\"internalType\":\"uint32\",\"name\":\"pendingDelay\",\"type\":\"uint32\"},{\"internalType\":\"uint48\",\"name\":\"effect\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getNonce\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleAdmin\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGrantDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"getRoleGuardian\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"id\",\"type\":\"bytes32\"}],\"name\":\"getSchedule\",\"outputs\":[{\"internalType\":\"uint48\",\"name\":\"\",\"type\":\"uint48\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"getTargetAdminDelay\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4\",\"name\":\"selector\",\"type\":\"bytes4\"}],\"name\":\"getTargetFunctionRole\",\"outputs\":[{\"internalType\":\"uint64\",\"name\":\"\",\"type\":\"uint64\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"executionDelay\",\"type\":\"uint32\"}],\"name\":\"grantRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasRole\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"isMember\",\"type\":\"bool\"},{\"internalType\":\"uint32\",\"name\":\"executionDelay\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"name\":\"hashOperation\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"\",\"type\":\"bytes32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"}],\"name\":\"isTargetClosed\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"string\",\"name\":\"label\",\"type\":\"string\"}],\"name\":\"labelRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"minSetback\",\"outputs\":[{\"internalType\":\"uint32\",\"name\":\"\",\"type\":\"uint32\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes[]\",\"name\":\"data\",\"type\":\"bytes[]\"}],\"name\":\"multicall\",\"outputs\":[{\"internalType\":\"bytes[]\",\"name\":\"results\",\"type\":\"bytes[]\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"callerConfirmation\",\"type\":\"address\"}],\"name\":\"renounceRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokeRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"},{\"internalType\":\"uint48\",\"name\":\"when\",\"type\":\"uint48\"}],\"name\":\"schedule\",\"outputs\":[{\"internalType\":\"bytes32\",\"name\":\"operationId\",\"type\":\"bytes32\"},{\"internalType\":\"uint32\",\"name\":\"nonce\",\"type\":\"uint32\"}],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setGrantDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"admin\",\"type\":\"uint64\"}],\"name\":\"setRoleAdmin\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"guardian\",\"type\":\"uint64\"}],\"name\":\"setRoleGuardian\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"newDelay\",\"type\":\"uint32\"}],\"name\":\"setTargetAdminDelay\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"closed\",\"type\":\"bool\"}],\"name\":\"setTargetClosed\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"bytes4[]\",\"name\":\"selectors\",\"type\":\"bytes4[]\"},{\"internalType\":\"uint64\",\"name\":\"roleId\",\"type\":\"uint64\"}],\"name\":\"setTargetFunctionRole\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"target\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"updateAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"errors\":{\"AddressEmptyCode(address)\":[{\"details\":\"There's no code at `target` (it is not a contract).\"}],\"AddressInsufficientBalance(address)\":[{\"details\":\"The ETH balance of the account is not enough to perform the operation.\"}],\"FailedInnerCall()\":[{\"details\":\"A call to an address target failed. The target may have reverted.\"}],\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}],\"SafeCastOverflowedUintDowncast(uint8,uint256)\":[{\"details\":\"Value doesn't fit in an uint of `bits` size.\"}]},\"events\":{\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"},\"OperationCanceled(bytes32,uint32)\":{\"details\":\"A scheduled operation was canceled.\"},\"OperationExecuted(bytes32,uint32)\":{\"details\":\"A scheduled operation was executed.\"},\"OperationScheduled(bytes32,uint32,uint48,address,address,bytes)\":{\"details\":\"A delayed operation was scheduled.\"},\"RoleAdminChanged(uint64,uint64)\":{\"details\":\"Role acting as admin over a given `roleId` is updated.\"},\"RoleGrantDelayChanged(uint64,uint32,uint48)\":{\"details\":\"Grant delay for a given `roleId` will be updated to `delay` when `since` is reached.\"},\"RoleGranted(uint64,address,uint32,uint48,bool)\":{\"details\":\"Emitted when `account` is granted `roleId`. NOTE: The meaning of the `since` argument depends on the `newMember` argument. If the role is granted to a new member, the `since` argument indicates when the account becomes a member of the role, otherwise it indicates the execution delay for this account and roleId is updated.\"},\"RoleGuardianChanged(uint64,uint64)\":{\"details\":\"Role acting as guardian over a given `roleId` is updated.\"},\"RoleLabel(uint64,string)\":{\"details\":\"Informational labelling for a roleId.\"},\"RoleRevoked(uint64,address)\":{\"details\":\"Emitted when `account` membership or `roleId` is revoked. Unlike granting, revoking is instantaneous.\"},\"TargetAdminDelayUpdated(address,uint32,uint48)\":{\"details\":\"Admin delay for a given `target` will be updated to `delay` when `since` is reached.\"},\"TargetClosed(address,bool)\":{\"details\":\"Target mode is updated (true = closed, false = open).\"},\"TargetFunctionRoleUpdated(address,bytes4,uint64)\":{\"details\":\"Role required to invoke `selector` on `target` is updated to `roleId`.\"}},\"kind\":\"dev\",\"methods\":{\"canCall(address,address,bytes4)\":{\"details\":\"Check if an address (`caller`) is authorised to call a given function on a given contract directly (with no restriction). Additionally, it returns the delay needed to perform the call indirectly through the {schedule} & {execute} workflow. This function is usually called by the targeted contract to control immediate execution of restricted functions. Therefore we only return true if the call can be performed without any delay. If the call is subject to a previously set delay (not zero), then the function should return false and the caller should schedule the operation for future execution. If `immediate` is true, the delay can be disregarded and the operation can be immediately executed, otherwise the operation can be executed if and only if delay is greater than 0. NOTE: The IAuthority interface does not include the `uint32` delay. This is an extension of that interface that is backward compatible. Some contracts may thus ignore the second return argument. In that case they will fail to identify the indirect workflow, and will consider calls that require a delay to be forbidden. NOTE: This function does not report the permissions of this manager itself. These are defined by the {_canCallSelf} function instead.\"},\"cancel(address,address,bytes)\":{\"details\":\"Cancel a scheduled (delayed) operation. Returns the nonce that identifies the previously scheduled operation that is cancelled. Requirements: - the caller must be the proposer, a guardian of the targeted function, or a global admin Emits a {OperationCanceled} event.\"},\"consumeScheduledOp(address,bytes)\":{\"details\":\"Consume a scheduled operation targeting the caller. If such an operation exists, mark it as consumed (emit an {OperationExecuted} event and clean the state). Otherwise, throw an error. This is useful for contract that want to enforce that calls targeting them were scheduled on the manager, with all the verifications that it implies. Emit a {OperationExecuted} event.\"},\"execute(address,bytes)\":{\"details\":\"Execute a function that is delay restricted, provided it was properly scheduled beforehand, or the execution delay is 0. Returns the nonce that identifies the previously scheduled operation that is executed, or 0 if the operation wasn't previously scheduled (if the caller doesn't have an execution delay). Emits an {OperationExecuted} event only if the call was scheduled and delayed.\"},\"expiration()\":{\"details\":\"Expiration delay for scheduled proposals. Defaults to 1 week. IMPORTANT: Avoid overriding the expiration with 0. Otherwise every contract proposal will be expired immediately, disabling any scheduling usage.\"},\"getAccess(uint64,address)\":{\"details\":\"Get the access details for a given account for a given role. These details include the timepoint at which membership becomes active, and the delay applied to all operation by this user that requires this permission level. Returns: [0] Timestamp at which the account membership becomes valid. 0 means role is not granted. [1] Current execution delay for the account. [2] Pending execution delay for the account. [3] Timestamp at which the pending execution delay will become active. 0 means no delay update is scheduled.\"},\"getNonce(bytes32)\":{\"details\":\"Return the nonce for the latest scheduled operation with a given id. Returns 0 if the operation has never been scheduled.\"},\"getRoleAdmin(uint64)\":{\"details\":\"Get the id of the role that acts as an admin for the given role. The admin permission is required to grant the role, revoke the role and update the execution delay to execute an operation that is restricted to this role.\"},\"getRoleGrantDelay(uint64)\":{\"details\":\"Get the role current grant delay. Its value may change at any point without an event emitted following a call to {setGrantDelay}. Changes to this value, including effect timepoint are notified in advance by the {RoleGrantDelayChanged} event.\"},\"getRoleGuardian(uint64)\":{\"details\":\"Get the role that acts as a guardian for a given role. The guardian permission allows canceling operations that have been scheduled under the role.\"},\"getSchedule(bytes32)\":{\"details\":\"Return the timepoint at which a scheduled operation will be ready for execution. This returns 0 if the operation is not yet scheduled, has expired, was executed, or was canceled.\"},\"getTargetAdminDelay(address)\":{\"details\":\"Get the admin delay for a target contract. Changes to contract configuration are subject to this delay.\"},\"getTargetFunctionRole(address,bytes4)\":{\"details\":\"Get the role required to call a function.\"},\"grantRole(uint64,address,uint32)\":{\"details\":\"Add `account` to `roleId`, or change its execution delay. This gives the account the authorization to call any function that is restricted to this role. An optional execution delay (in seconds) can be set. If that delay is non 0, the user is required to schedule any operation that is restricted to members of this role. The user will only be able to execute the operation after the delay has passed, before it has expired. During this period, admin and guardians can cancel the operation (see {cancel}). If the account has already been granted this role, the execution delay will be updated. This update is not immediate and follows the delay rules. For example, if a user currently has a delay of 3 hours, and this is called to reduce that delay to 1 hour, the new delay will take some time to take effect, enforcing that any operation executed in the 3 hours that follows this update was indeed scheduled before this update. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - granted role must not be the `PUBLIC_ROLE` Emits a {RoleGranted} event.\"},\"hasRole(uint64,address)\":{\"details\":\"Check if a given account currently has the permission level corresponding to a given role. Note that this permission might be associated with an execution delay. {getAccess} can provide more details.\"},\"hashOperation(address,address,bytes)\":{\"details\":\"Hashing function for delayed operations.\"},\"isTargetClosed(address)\":{\"details\":\"Get whether the contract is closed disabling any access. Otherwise role permissions are applied.\"},\"labelRole(uint64,string)\":{\"details\":\"Give a label to a role, for improved role discoverability by UIs. Requirements: - the caller must be a global admin Emits a {RoleLabel} event.\"},\"minSetback()\":{\"details\":\"Minimum setback for all delay updates, with the exception of execution delays. It can be increased without setback (and reset via {revokeRole} in the case event of an accidental increase). Defaults to 5 days.\"},\"multicall(bytes[])\":{\"custom:oz-upgrades-unsafe-allow-reachable\":\"delegatecall\",\"details\":\"Receives and executes a batch of function calls on this contract.\"},\"renounceRole(uint64,address)\":{\"details\":\"Renounce role permissions for the calling account with immediate effect. If the sender is not in the role this call has no effect. Requirements: - the caller must be `callerConfirmation`. Emits a {RoleRevoked} event if the account had the role.\"},\"revokeRole(uint64,address)\":{\"details\":\"Remove an account from a role, with immediate effect. If the account does not have the role, this call has no effect. Requirements: - the caller must be an admin for the role (see {getRoleAdmin}) - revoked role must not be the `PUBLIC_ROLE` Emits a {RoleRevoked} event if the account had the role.\"},\"schedule(address,bytes,uint48)\":{\"details\":\"Schedule a delayed operation for future execution, and return the operation identifier. It is possible to choose the timestamp at which the operation becomes executable as long as it satisfies the execution delays required for the caller. The special value zero will automatically set the earliest possible time. Returns the `operationId` that was scheduled. Since this value is a hash of the parameters, it can reoccur when the same parameters are used; if this is relevant, the returned `nonce` can be used to uniquely identify this scheduled operation from other occurrences of the same `operationId` in invocations of {execute} and {cancel}. Emits a {OperationScheduled} event. NOTE: It is not possible to concurrently schedule more than one operation with the same `target` and `data`. If this is necessary, a random byte can be appended to `data` to act as a salt that will be ignored by the target contract if it is using standard Solidity ABI encoding.\"},\"setGrantDelay(uint64,uint32)\":{\"details\":\"Update the delay for granting a `roleId`. Requirements: - the caller must be a global admin Emits a {RoleGrantDelayChanged} event.\"},\"setRoleAdmin(uint64,uint64)\":{\"details\":\"Change admin role for a given role. Requirements: - the caller must be a global admin Emits a {RoleAdminChanged} event\"},\"setRoleGuardian(uint64,uint64)\":{\"details\":\"Change guardian role for a given role. Requirements: - the caller must be a global admin Emits a {RoleGuardianChanged} event\"},\"setTargetAdminDelay(address,uint32)\":{\"details\":\"Set the delay for changing the configuration of a given target contract. Requirements: - the caller must be a global admin Emits a {TargetAdminDelayUpdated} event.\"},\"setTargetClosed(address,bool)\":{\"details\":\"Set the closed flag for a contract. Requirements: - the caller must be a global admin Emits a {TargetClosed} event.\"},\"setTargetFunctionRole(address,bytes4[],uint64)\":{\"details\":\"Set the role required to call functions identified by the `selectors` in the `target` contract. Requirements: - the caller must be a global admin Emits a {TargetFunctionRoleUpdated} event per selector.\"},\"updateAuthority(address,address)\":{\"details\":\"Changes the authority of a target managed by this manager instance. Requirements: - the caller must be a global admin\"}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/OIDAccessManager.sol\":\"OIDAccessManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagerUpgradeable.sol\":{\"keccak256\":\"0x3ebff6e378e5673e3ae6a4c6f6526b7bffdcf51eaa4dfb38cabb6a8dfce22a76\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4b79c18646afc9a2bc3fdbe0fedaf99cb1a9b7f7148e59a1a9656e75d19dda68\",\"dweb:/ipfs/QmcikHNj52NHcqhwDH83PnAyii9ChT6rQzUK68Gvd7GpCR\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"@openzeppelin/contracts-upgradeable/utils/MulticallUpgradeable.sol\":{\"keccak256\":\"0x1545b1796f0b94f811d95b8b208c0668dacfc7768247d22b63161a47c4c5ef4e\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://a1dccf7856b960b2ed7565906b457812ad8d29a15d403f17702ac7e090680300\",\"dweb:/ipfs/QmUqqibiekFv84mdq7zeyRF56mLJbFyFUxWKTrz8Twzkpn\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/utils/Address.sol\":{\"keccak256\":\"0xaf28a975a78550e45f65e559a3ad6a5ad43b9b8a37366999abd1b7084eb70721\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b7bd24e224f67f65bfadf85dc2929fa965456bb2415478bd0125471b5ce35245\",\"dweb:/ipfs/QmRaydGr8BTHs1kvaZfsNU69pKzUAGFrvABn1KiRSbE51y\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]},\"contracts/OIDAccessManager.sol\":{\"keccak256\":\"0xc2ed8f9f71e1d25785ec38bcef2dc0dff67709e518676b2449419c40d2238052\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://5da774281e154135c77e44c495c35155cc0cfbdfc57fdd062b819a035189e7f9\",\"dweb:/ipfs/QmYJprrTBCRLycFyAq66GmB8qXoePMgafMP8oNSMX1zAgs\"]}},\"version\":1}" - } - }, - "contracts/OIDPermissionManager.sol": { - "OIDPermissionManager": { - "abi": [ - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionDeleted", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "indexed": false, - "internalType": "address", - "name": "account", - "type": "address" - }, - { - "indexed": false, - "internalType": "bool", - "name": "granted", - "type": "bool" - } - ], - "name": "PermissionUpdated", - "type": "event" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "grantPermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "hasPermission", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "account", - "type": "address" - } - ], - "name": "revokePermission", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - } - ], - "evm": { - "bytecode": { - "functionDebugData": {}, - "generatedSources": [], - "linkReferences": {}, - "object": "6080604052348015600f57600080fd5b506101ae8061001f6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806328545c0d14610046578063a6a8f17b1461009e578063bc586456146100e6575b600080fd5b61008a61005436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b604051901515815260200160405180910390f35b6100e46100ac36600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19169055565b005b6100e46100f436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19166001179055565b6000806040838503121561014257600080fd5b82359150602083013573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b80915050925092905056fea2646970667358221220c36eef78e1e9e395e5d79e35ebd6c7b112a45eb667b35a6503ca1d76ad51e1a664736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH1 0xF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1AE DUP1 PUSH2 0x1F PUSH1 0x0 CODECOPY PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x28545C0D EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x9E JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0xE6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x8A PUSH2 0x54 CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP4 SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xAC CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE4 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x142 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xC3 PUSH15 0xEF78E1E9E395E5D79E35EBD6C7B112 LOG4 MCOPY 0xB6 PUSH8 0xB35A6503CA1D76AD MLOAD 0xE1 0xA6 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "132:545:42:-:0;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@grantPermission_13059": { - "entryPoint": null, - "id": 13059, - "parameterSlots": 2, - "returnSlots": 0 - }, - "@hasPermission_13093": { - "entryPoint": null, - "id": 13093, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@revokePermission_13076": { - "entryPoint": null, - "id": 13076, - "parameterSlots": 2, - "returnSlots": 0 - }, - "abi_decode_tuple_t_bytes32t_address": { - "entryPoint": 303, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:585:44", - "nodeType": "YulBlock", - "src": "0:585:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "101:290:44", - "nodeType": "YulBlock", - "src": "101:290:44", - "statements": [ - { - "body": { - "nativeSrc": "147:16:44", - "nodeType": "YulBlock", - "src": "147:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "156:1:44", - "nodeType": "YulLiteral", - "src": "156:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "159:1:44", - "nodeType": "YulLiteral", - "src": "159:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "149:6:44", - "nodeType": "YulIdentifier", - "src": "149:6:44" - }, - "nativeSrc": "149:12:44", - "nodeType": "YulFunctionCall", - "src": "149:12:44" - }, - "nativeSrc": "149:12:44", - "nodeType": "YulExpressionStatement", - "src": "149:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "122:7:44", - "nodeType": "YulIdentifier", - "src": "122:7:44" - }, - { - "name": "headStart", - "nativeSrc": "131:9:44", - "nodeType": "YulIdentifier", - "src": "131:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "118:3:44", - "nodeType": "YulIdentifier", - "src": "118:3:44" - }, - "nativeSrc": "118:23:44", - "nodeType": "YulFunctionCall", - "src": "118:23:44" - }, - { - "kind": "number", - "nativeSrc": "143:2:44", - "nodeType": "YulLiteral", - "src": "143:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "114:3:44", - "nodeType": "YulIdentifier", - "src": "114:3:44" - }, - "nativeSrc": "114:32:44", - "nodeType": "YulFunctionCall", - "src": "114:32:44" - }, - "nativeSrc": "111:52:44", - "nodeType": "YulIf", - "src": "111:52:44" - }, - { - "nativeSrc": "172:33:44", - "nodeType": "YulAssignment", - "src": "172:33:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "195:9:44", - "nodeType": "YulIdentifier", - "src": "195:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "182:12:44", - "nodeType": "YulIdentifier", - "src": "182:12:44" - }, - "nativeSrc": "182:23:44", - "nodeType": "YulFunctionCall", - "src": "182:23:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "172:6:44", - "nodeType": "YulIdentifier", - "src": "172:6:44" - } - ] - }, - { - "nativeSrc": "214:45:44", - "nodeType": "YulVariableDeclaration", - "src": "214:45:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "244:9:44", - "nodeType": "YulIdentifier", - "src": "244:9:44" - }, - { - "kind": "number", - "nativeSrc": "255:2:44", - "nodeType": "YulLiteral", - "src": "255:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "240:3:44", - "nodeType": "YulIdentifier", - "src": "240:3:44" - }, - "nativeSrc": "240:18:44", - "nodeType": "YulFunctionCall", - "src": "240:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "227:12:44", - "nodeType": "YulIdentifier", - "src": "227:12:44" - }, - "nativeSrc": "227:32:44", - "nodeType": "YulFunctionCall", - "src": "227:32:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "218:5:44", - "nodeType": "YulTypedName", - "src": "218:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "345:16:44", - "nodeType": "YulBlock", - "src": "345:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "354:1:44", - "nodeType": "YulLiteral", - "src": "354:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "357:1:44", - "nodeType": "YulLiteral", - "src": "357:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "347:6:44", - "nodeType": "YulIdentifier", - "src": "347:6:44" - }, - "nativeSrc": "347:12:44", - "nodeType": "YulFunctionCall", - "src": "347:12:44" - }, - "nativeSrc": "347:12:44", - "nodeType": "YulExpressionStatement", - "src": "347:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "281:5:44", - "nodeType": "YulIdentifier", - "src": "281:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "292:5:44", - "nodeType": "YulIdentifier", - "src": "292:5:44" - }, - { - "kind": "number", - "nativeSrc": "299:42:44", - "nodeType": "YulLiteral", - "src": "299:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "288:3:44", - "nodeType": "YulIdentifier", - "src": "288:3:44" - }, - "nativeSrc": "288:54:44", - "nodeType": "YulFunctionCall", - "src": "288:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "278:2:44", - "nodeType": "YulIdentifier", - "src": "278:2:44" - }, - "nativeSrc": "278:65:44", - "nodeType": "YulFunctionCall", - "src": "278:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "271:6:44", - "nodeType": "YulIdentifier", - "src": "271:6:44" - }, - "nativeSrc": "271:73:44", - "nodeType": "YulFunctionCall", - "src": "271:73:44" - }, - "nativeSrc": "268:93:44", - "nodeType": "YulIf", - "src": "268:93:44" - }, - { - "nativeSrc": "370:15:44", - "nodeType": "YulAssignment", - "src": "370:15:44", - "value": { - "name": "value", - "nativeSrc": "380:5:44", - "nodeType": "YulIdentifier", - "src": "380:5:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "370:6:44", - "nodeType": "YulIdentifier", - "src": "370:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_bytes32t_address", - "nativeSrc": "14:377:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "59:9:44", - "nodeType": "YulTypedName", - "src": "59:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "70:7:44", - "nodeType": "YulTypedName", - "src": "70:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "82:6:44", - "nodeType": "YulTypedName", - "src": "82:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "90:6:44", - "nodeType": "YulTypedName", - "src": "90:6:44", - "type": "" - } - ], - "src": "14:377:44" - }, - { - "body": { - "nativeSrc": "491:92:44", - "nodeType": "YulBlock", - "src": "491:92:44", - "statements": [ - { - "nativeSrc": "501:26:44", - "nodeType": "YulAssignment", - "src": "501:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "513:9:44", - "nodeType": "YulIdentifier", - "src": "513:9:44" - }, - { - "kind": "number", - "nativeSrc": "524:2:44", - "nodeType": "YulLiteral", - "src": "524:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "509:3:44", - "nodeType": "YulIdentifier", - "src": "509:3:44" - }, - "nativeSrc": "509:18:44", - "nodeType": "YulFunctionCall", - "src": "509:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "501:4:44", - "nodeType": "YulIdentifier", - "src": "501:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "543:9:44", - "nodeType": "YulIdentifier", - "src": "543:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "568:6:44", - "nodeType": "YulIdentifier", - "src": "568:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "561:6:44", - "nodeType": "YulIdentifier", - "src": "561:6:44" - }, - "nativeSrc": "561:14:44", - "nodeType": "YulFunctionCall", - "src": "561:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "554:6:44", - "nodeType": "YulIdentifier", - "src": "554:6:44" - }, - "nativeSrc": "554:22:44", - "nodeType": "YulFunctionCall", - "src": "554:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "536:6:44", - "nodeType": "YulIdentifier", - "src": "536:6:44" - }, - "nativeSrc": "536:41:44", - "nodeType": "YulFunctionCall", - "src": "536:41:44" - }, - "nativeSrc": "536:41:44", - "nodeType": "YulExpressionStatement", - "src": "536:41:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "396:187:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "460:9:44", - "nodeType": "YulTypedName", - "src": "460:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "471:6:44", - "nodeType": "YulTypedName", - "src": "471:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "482:4:44", - "nodeType": "YulTypedName", - "src": "482:4:44", - "type": "" - } - ], - "src": "396:187:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_bytes32t_address(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n value0 := calldataload(headStart)\n let value := calldataload(add(headStart, 32))\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n value1 := value\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}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": {}, - "linkReferences": {}, - "object": "608060405234801561001057600080fd5b50600436106100415760003560e01c806328545c0d14610046578063a6a8f17b1461009e578063bc586456146100e6575b600080fd5b61008a61005436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b604051901515815260200160405180910390f35b6100e46100ac36600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19169055565b005b6100e46100f436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19166001179055565b6000806040838503121561014257600080fd5b82359150602083013573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b80915050925092905056fea2646970667358221220c36eef78e1e9e395e5d79e35ebd6c7b112a45eb667b35a6503ca1d76ad51e1a664736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x10 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x4 CALLDATASIZE LT PUSH2 0x41 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x28545C0D EQ PUSH2 0x46 JUMPI DUP1 PUSH4 0xA6A8F17B EQ PUSH2 0x9E JUMPI DUP1 PUSH4 0xBC586456 EQ PUSH2 0xE6 JUMPI JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0x8A PUSH2 0x54 CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP4 SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 SLOAD PUSH1 0xFF AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST PUSH2 0xE4 PUSH2 0xAC CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND SWAP1 SSTORE JUMP JUMPDEST STOP JUMPDEST PUSH2 0xE4 PUSH2 0xF4 CALLDATASIZE PUSH1 0x4 PUSH2 0x12F JUMP JUMPDEST PUSH1 0x0 SWAP2 DUP3 MSTORE PUSH1 0x20 DUP3 DUP2 MSTORE PUSH1 0x40 DUP1 DUP5 KECCAK256 PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF SWAP1 SWAP4 AND DUP5 MSTORE SWAP2 SWAP1 MSTORE SWAP1 KECCAK256 DUP1 SLOAD PUSH1 0xFF NOT AND PUSH1 0x1 OR SWAP1 SSTORE JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0x142 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 CALLDATALOAD SWAP2 POP PUSH1 0x20 DUP4 ADD CALLDATALOAD PUSH20 0xFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0x16D JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 0xC3 PUSH15 0xEF78E1E9E395E5D79E35EBD6C7B112 LOG4 MCOPY 0xB6 PUSH8 0xB35A6503CA1D76AD MLOAD 0xE1 0xA6 PUSH5 0x736F6C6343 STOP ADDMOD BYTE STOP CALLER ", - "sourceMap": "132:545:42:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;513:162;;;;;;:::i;:::-;620:4;643:16;;;;;;;;;;;:25;;;;;;;;;;;;;;;;513:162;;;;561:14:44;;554:22;536:41;;524:2;509:18;513:162:42;;;;;;;383:124;;;;;;:::i;:::-;495:5;467:16;;;;;;;;;;;:25;;;;;;;;;;;:33;;-1:-1:-1;;467:33:42;;;383:124;;;264:113;;;;;;:::i;:::-;338:11;:16;;;;;;;;;;;:25;;;;;;;;;;;:32;;-1:-1:-1;;338:32:42;366:4;338:32;;;264:113;14:377:44;82:6;90;143:2;131:9;122:7;118:23;114:32;111:52;;;159:1;156;149:12;111:52;195:9;182:23;172:33;;255:2;244:9;240:18;227:32;299:42;292:5;288:54;281:5;278:65;268:93;;357:1;354;347:12;268:93;380:5;370:15;;;14:377;;;;;:::o" - }, - "methodIdentifiers": { - "grantPermission(bytes32,address)": "bc586456", - "hasPermission(bytes32,address)": "28545c0d", - "revokePermission(bytes32,address)": "a6a8f17b" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionDeleted\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"indexed\":false,\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"},{\"indexed\":false,\"internalType\":\"bool\",\"name\":\"granted\",\"type\":\"bool\"}],\"name\":\"PermissionUpdated\",\"type\":\"event\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"grantPermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"hasPermission\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"account\",\"type\":\"address\"}],\"name\":\"revokePermission\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"}],\"devdoc\":{\"kind\":\"dev\",\"methods\":{},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/OIDPermissionManager.sol\":\"OIDPermissionManager\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"contracts/IOIDPermissionManager.sol\":{\"keccak256\":\"0x17a1b5a2ca1adc7a7ffabbb4f1ed192622d0dbd58952f9a4b2b33c77538542d3\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://0b52f39e822bc5d66bef42bb591b41ca66fa65824bb3434ad1deb49dc2217e6c\",\"dweb:/ipfs/QmW8tZuZmpEmS6RX9eE9aZf4oEw3ZhuBzGmUYSpjVqAUJ7\"]},\"contracts/OIDPermissionManager.sol\":{\"keccak256\":\"0x2cf4de6538f5caf89bb41592527f12c41159fbaf637aa9e6e6b91fe289f6f3b5\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://279a97f21df0e2b0231e200e2ee049b6d062841c6fae39e387859a3d189b89ee\",\"dweb:/ipfs/QmVEMxnPWDUVKyKt14VaHxeoXf7jVfJUv2qrF39o3W1ZLs\"]}},\"version\":1}" - } - }, - "contracts/OIDResolver.sol": { - "OIDResolver": { - "abi": [ - { - "inputs": [ - { - "internalType": "contract IEAS", - "name": "initialEAS", - "type": "address" - } - ], - "stateMutability": "nonpayable", - "type": "constructor" - }, - { - "inputs": [], - "name": "AccessDenied", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AccessManagedInvalidAuthority", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - }, - { - "internalType": "uint32", - "name": "delay", - "type": "uint32" - } - ], - "name": "AccessManagedRequiredDelay", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "caller", - "type": "address" - } - ], - "name": "AccessManagedUnauthorized", - "type": "error" - }, - { - "inputs": [], - "name": "InsufficientValue", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidEAS", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidInitialization", - "type": "error" - }, - { - "inputs": [], - "name": "InvalidLength", - "type": "error" - }, - { - "inputs": [], - "name": "NotInitializing", - "type": "error" - }, - { - "inputs": [], - "name": "NotPayable", - "type": "error" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "attester", - "type": "address" - } - ], - "name": "UnauthorizedAttester", - "type": "error" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "address", - "name": "authority", - "type": "address" - } - ], - "name": "AuthorityUpdated", - "type": "event" - }, - { - "anonymous": false, - "inputs": [ - { - "indexed": false, - "internalType": "uint64", - "name": "version", - "type": "uint64" - } - ], - "name": "Initialized", - "type": "event" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "attest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [], - "name": "authority", - "outputs": [ - { - "internalType": "address", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "eas", - "outputs": [ - { - "internalType": "contract IEAS", - "name": "", - "type": "address" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "initialAuthority", - "type": "address" - } - ], - "name": "initialize", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "isConsumingScheduledOp", - "outputs": [ - { - "internalType": "bytes4", - "name": "", - "type": "bytes4" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "inputs": [], - "name": "isPayable", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "pure", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiAttest", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation[]", - "name": "attestations", - "type": "tuple[]" - }, - { - "internalType": "uint256[]", - "name": "values", - "type": "uint256[]" - } - ], - "name": "multiRevoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "components": [ - { - "internalType": "bytes32", - "name": "uid", - "type": "bytes32" - }, - { - "internalType": "bytes32", - "name": "schema", - "type": "bytes32" - }, - { - "internalType": "uint64", - "name": "time", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "expirationTime", - "type": "uint64" - }, - { - "internalType": "uint64", - "name": "revocationTime", - "type": "uint64" - }, - { - "internalType": "bytes32", - "name": "refUID", - "type": "bytes32" - }, - { - "internalType": "address", - "name": "recipient", - "type": "address" - }, - { - "internalType": "address", - "name": "attester", - "type": "address" - }, - { - "internalType": "bool", - "name": "revocable", - "type": "bool" - }, - { - "internalType": "bytes", - "name": "data", - "type": "bytes" - } - ], - "internalType": "struct Attestation", - "name": "attestation", - "type": "tuple" - } - ], - "name": "revoke", - "outputs": [ - { - "internalType": "bool", - "name": "", - "type": "bool" - } - ], - "stateMutability": "payable", - "type": "function" - }, - { - "inputs": [ - { - "internalType": "address", - "name": "newAuthority", - "type": "address" - } - ], - "name": "setAuthority", - "outputs": [], - "stateMutability": "nonpayable", - "type": "function" - }, - { - "inputs": [], - "name": "version", - "outputs": [ - { - "internalType": "string", - "name": "", - "type": "string" - } - ], - "stateMutability": "view", - "type": "function" - }, - { - "stateMutability": "payable", - "type": "receive" - } - ], - "evm": { - "bytecode": { - "functionDebugData": { - "@_13124": { - "entryPoint": null, - "id": 13124, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_2559": { - "entryPoint": null, - "id": 2559, - "parameterSlots": 3, - "returnSlots": 0 - }, - "@_3891": { - "entryPoint": null, - "id": 3891, - "parameterSlots": 1, - "returnSlots": 0 - }, - "abi_decode_tuple_t_contract$_IEAS_$2326_fromMemory": { - "entryPoint": 121, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:319:44", - "nodeType": "YulBlock", - "src": "0:319:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "108:209:44", - "nodeType": "YulBlock", - "src": "108:209:44", - "statements": [ - { - "body": { - "nativeSrc": "154:16:44", - "nodeType": "YulBlock", - "src": "154:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "163:1:44", - "nodeType": "YulLiteral", - "src": "163:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "166:1:44", - "nodeType": "YulLiteral", - "src": "166:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "156:6:44", - "nodeType": "YulIdentifier", - "src": "156:6:44" - }, - "nativeSrc": "156:12:44", - "nodeType": "YulFunctionCall", - "src": "156:12:44" - }, - "nativeSrc": "156:12:44", - "nodeType": "YulExpressionStatement", - "src": "156:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "129:7:44", - "nodeType": "YulIdentifier", - "src": "129:7:44" - }, - { - "name": "headStart", - "nativeSrc": "138:9:44", - "nodeType": "YulIdentifier", - "src": "138:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "125:3:44", - "nodeType": "YulIdentifier", - "src": "125:3:44" - }, - "nativeSrc": "125:23:44", - "nodeType": "YulFunctionCall", - "src": "125:23:44" - }, - { - "kind": "number", - "nativeSrc": "150:2:44", - "nodeType": "YulLiteral", - "src": "150:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "121:3:44", - "nodeType": "YulIdentifier", - "src": "121:3:44" - }, - "nativeSrc": "121:32:44", - "nodeType": "YulFunctionCall", - "src": "121:32:44" - }, - "nativeSrc": "118:52:44", - "nodeType": "YulIf", - "src": "118:52:44" - }, - { - "nativeSrc": "179:29:44", - "nodeType": "YulVariableDeclaration", - "src": "179:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "198:9:44", - "nodeType": "YulIdentifier", - "src": "198:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "192:5:44", - "nodeType": "YulIdentifier", - "src": "192:5:44" - }, - "nativeSrc": "192:16:44", - "nodeType": "YulFunctionCall", - "src": "192:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "183:5:44", - "nodeType": "YulTypedName", - "src": "183:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "271:16:44", - "nodeType": "YulBlock", - "src": "271:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "280:1:44", - "nodeType": "YulLiteral", - "src": "280:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "283:1:44", - "nodeType": "YulLiteral", - "src": "283:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "273:6:44", - "nodeType": "YulIdentifier", - "src": "273:6:44" - }, - "nativeSrc": "273:12:44", - "nodeType": "YulFunctionCall", - "src": "273:12:44" - }, - "nativeSrc": "273:12:44", - "nodeType": "YulExpressionStatement", - "src": "273:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "230:5:44", - "nodeType": "YulIdentifier", - "src": "230:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "241:5:44", - "nodeType": "YulIdentifier", - "src": "241:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "256:3:44", - "nodeType": "YulLiteral", - "src": "256:3:44", - "type": "", - "value": "160" - }, - { - "kind": "number", - "nativeSrc": "261:1:44", - "nodeType": "YulLiteral", - "src": "261:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "252:3:44", - "nodeType": "YulIdentifier", - "src": "252:3:44" - }, - "nativeSrc": "252:11:44", - "nodeType": "YulFunctionCall", - "src": "252:11:44" - }, - { - "kind": "number", - "nativeSrc": "265:1:44", - "nodeType": "YulLiteral", - "src": "265:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "248:3:44", - "nodeType": "YulIdentifier", - "src": "248:3:44" - }, - "nativeSrc": "248:19:44", - "nodeType": "YulFunctionCall", - "src": "248:19:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "237:3:44", - "nodeType": "YulIdentifier", - "src": "237:3:44" - }, - "nativeSrc": "237:31:44", - "nodeType": "YulFunctionCall", - "src": "237:31:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "227:2:44", - "nodeType": "YulIdentifier", - "src": "227:2:44" - }, - "nativeSrc": "227:42:44", - "nodeType": "YulFunctionCall", - "src": "227:42:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "220:6:44", - "nodeType": "YulIdentifier", - "src": "220:6:44" - }, - "nativeSrc": "220:50:44", - "nodeType": "YulFunctionCall", - "src": "220:50:44" - }, - "nativeSrc": "217:70:44", - "nodeType": "YulIf", - "src": "217:70:44" - }, - { - "nativeSrc": "296:15:44", - "nodeType": "YulAssignment", - "src": "296:15:44", - "value": { - "name": "value", - "nativeSrc": "306:5:44", - "nodeType": "YulIdentifier", - "src": "306:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "296:6:44", - "nodeType": "YulIdentifier", - "src": "296:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_contract$_IEAS_$2326_fromMemory", - "nativeSrc": "14:303:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "74:9:44", - "nodeType": "YulTypedName", - "src": "74:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "85:7:44", - "nodeType": "YulTypedName", - "src": "85:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "97:6:44", - "nodeType": "YulTypedName", - "src": "97:6:44", - "type": "" - } - ], - "src": "14:303:44" - } - ] - }, - "contents": "{\n { }\n function abi_decode_tuple_t_contract$_IEAS_$2326_fromMemory(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, and(value, sub(shl(160, 1), 1)))) { revert(0, 0) }\n value0 := value\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "linkReferences": {}, - "object": "61010060405234801561001157600080fd5b50604051610f4e380380610f4e83398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610e656100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610e656000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610bdf565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c12565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610c8e565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610c8e565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c12565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610cff565b61076e565b6101a361029e366004610cff565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610d3b565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610d9a565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610d9a565b90506020028101906104ca9190610db0565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610d9a565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610d9a565b905060200281019061060e9190610db0565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610dd1565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c12565b61094081610a40565b5060019392505050565b610952610b43565b61095b81610baa565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6040517fd1f856ee000000000000000000000000000000000000000000000000000000008152600260048201526001600160a01b038481166024830152919091169063d1f856ee906044016040805180830381865afa158015610ada573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610afe9190610de7565b5090508061042a576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610bb2610b43565b61095b81610835565b60005b83811015610bd6578181015183820152602001610bbe565b50506000910152565b6020815260008251806020840152610bfe816040850160208701610bbb565b601f01601f19169190910160400192915050565b600060208284031215610c2457600080fd5b81356001600160a01b0381168114610c3b57600080fd5b9392505050565b60008083601f840112610c5457600080fd5b50813567ffffffffffffffff811115610c6c57600080fd5b6020830191508360208260051b8501011115610c8757600080fd5b9250929050565b60008060008060408587031215610ca457600080fd5b843567ffffffffffffffff811115610cbb57600080fd5b610cc787828801610c42565b909550935050602085013567ffffffffffffffff811115610ce757600080fd5b610cf387828801610c42565b95989497509550505050565b600060208284031215610d1157600080fd5b813567ffffffffffffffff811115610d2857600080fd5b82016101408185031215610c3b57600080fd5b60008451610d4d818460208901610bbb565b601760f91b9083019081528451610d6b816001840160208901610bbb565b601760f91b600192909101918201528351610d8d816002840160208801610bbb565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610dc757600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610dfa57600080fd5b82518015158114610e0a57600080fd5b602084015190925063ffffffff81168114610e2457600080fd5b80915050925092905056fea26469706673582212208aba21ae7ee1238709c93d31f39e7ab30d96d3cf4e9cca3f608314eba16bb66264736f6c634300081a0033", - "opcodes": "PUSH2 0x100 PUSH1 0x40 MSTORE CALLVALUE DUP1 ISZERO PUSH2 0x11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x40 MLOAD PUSH2 0xF4E CODESIZE SUB DUP1 PUSH2 0xF4E DUP4 CODECOPY DUP2 ADD PUSH1 0x40 DUP2 SWAP1 MSTORE PUSH2 0x30 SWAP2 PUSH2 0x79 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x80 MSTORE PUSH1 0x3 PUSH1 0xA0 MSTORE PUSH1 0x0 PUSH1 0xC0 MSTORE DUP1 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND PUSH2 0x67 JUMPI PUSH1 0x40 MLOAD PUSH4 0x41BC07FF PUSH1 0xE1 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH1 0xE0 MSTORE POP PUSH2 0xA9 JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0x8B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xA2 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x80 MLOAD PUSH1 0xA0 MLOAD PUSH1 0xC0 MLOAD PUSH1 0xE0 MLOAD PUSH2 0xE65 PUSH2 0xE9 PUSH1 0x0 CODECOPY PUSH1 0x0 DUP2 DUP2 PUSH2 0x158 ADD MSTORE PUSH2 0x8CB ADD MSTORE PUSH1 0x0 PUSH2 0x2FC ADD MSTORE PUSH1 0x0 PUSH2 0x2D3 ADD MSTORE PUSH1 0x0 PUSH2 0x2AA ADD MSTORE PUSH2 0xE65 PUSH1 0x0 RETURN INVALID PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x91DB0B7E GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xCE46E046 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xCE46E046 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xE49617E1 EQ PUSH2 0x27D JUMPI DUP1 PUSH4 0xE60C3505 EQ PUSH2 0x290 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x91DB0B7E EQ PUSH2 0x1F9 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x20C JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x249 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8150864D GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0x149 JUMPI DUP1 PUSH4 0x88E5B2D9 EQ PUSH2 0x190 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0x1B3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0xFE JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0x129 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLDATASIZE PUSH2 0xF9 JUMPI PUSH1 0x40 MLOAD PUSH32 0x1574F9F300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x113 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x120 SWAP2 SWAP1 PUSH2 0xBDF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x135 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF7 PUSH2 0x144 CALLDATASIZE PUSH1 0x4 PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x346 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x155 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x19E CALLDATASIZE PUSH1 0x4 PUSH2 0xC8E JUMP JUMPDEST PUSH2 0x42E JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1C8 PUSH2 0x4FD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x207 CALLDATASIZE PUSH1 0x4 PUSH2 0xC8E JUMP JUMPDEST PUSH2 0x572 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x218 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x178 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x255 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF7 PUSH2 0x264 CALLDATASIZE PUSH1 0x4 PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x631 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x275 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 PUSH2 0x1A3 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x28B CALLDATASIZE PUSH1 0x4 PUSH2 0xCFF JUMP JUMPDEST PUSH2 0x76E JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x29E CALLDATASIZE PUSH1 0x4 PUSH2 0xCFF JUMP JUMPDEST PUSH2 0x781 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x2CE PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH2 0x2F7 PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH2 0x320 PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x332 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0xD3B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST CALLER PUSH2 0x378 PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x3D2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x68CA9D800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x421 JUMPI PUSH1 0x40 MLOAD PUSH32 0xC2F31E5E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST PUSH2 0x42A DUP3 PUSH2 0x835 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x438 PUSH2 0x8C0 JUMP JUMPDEST DUP4 DUP3 DUP2 EQ PUSH2 0x459 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLVALUE PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x4ED JUMPI PUSH1 0x0 DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x479 JUMPI PUSH2 0x479 PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD SWAP1 POP DUP3 DUP2 GT ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4D0 DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x4B8 JUMPI PUSH2 0x4B8 PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x4CA SWAP2 SWAP1 PUSH2 0xDB0 JUMP JUMPDEST POP PUSH1 0x1 SWAP1 JUMP JUMPDEST PUSH2 0x4E1 JUMPI PUSH1 0x0 SWAP5 POP POP POP POP POP PUSH2 0x4F5 JUMP JUMPDEST SWAP1 SWAP2 SUB SWAP1 PUSH1 0x1 ADD PUSH2 0x45D JUMP JUMPDEST POP PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 DUP1 SLOAD PUSH1 0x0 SWAP2 SWAP1 PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x54A JUMPI PUSH1 0x0 PUSH2 0x56C JUMP JUMPDEST PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 JUMPDEST SWAP2 POP POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x57C PUSH2 0x8C0 JUMP JUMPDEST DUP4 DUP3 DUP2 EQ PUSH2 0x59D JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLVALUE PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x4ED JUMPI PUSH1 0x0 DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x5BD JUMPI PUSH2 0x5BD PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD SWAP1 POP DUP3 DUP2 GT ISZERO PUSH2 0x5E7 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x614 DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x5FC JUMPI PUSH2 0x5FC PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x60E SWAP2 SWAP1 PUSH2 0xDB0 JUMP JUMPDEST DUP3 PUSH2 0x924 JUMP JUMPDEST PUSH2 0x625 JUMPI PUSH1 0x0 SWAP5 POP POP POP POP POP PUSH2 0x4F5 JUMP JUMPDEST SWAP1 SWAP2 SUB SWAP1 PUSH1 0x1 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH9 0x10000000000000000 DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x67C JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x699 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x6A7 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x6DE JUMPI PUSH1 0x40 MLOAD PUSH32 0xF92EE8A900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 OR DUP6 SSTORE DUP4 ISZERO PUSH2 0x712 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x71B DUP7 PUSH2 0x94A JUMP JUMPDEST DUP4 ISZERO PUSH2 0x766 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND DUP6 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0xC7F505B2F371AE2175EE4913F4499E1F2633A7B5936321EED1CDAEB6115181D2 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x778 PUSH2 0x8C0 JUMP JUMPDEST PUSH1 0x1 JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x78B PUSH2 0x8C0 JUMP JUMPDEST PUSH2 0x77B DUP3 CALLVALUE PUSH2 0x924 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x7A2 DUP4 PUSH2 0x95E JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x7C2 JUMPI PUSH2 0x7C2 PUSH2 0xDD1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x7EC JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x7F6 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 OR DUP3 SSTORE PUSH1 0x40 DUP1 MLOAD SWAP2 DUP3 MSTORE MLOAD PUSH32 0x2F658B440C35314F52658EA8A740E05B284CDC84DC9AE01E891F21B8933E7CAD SWAP2 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 LOG1 POP POP JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0x922 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x937 PUSH2 0x100 DUP5 ADD PUSH1 0xE0 DUP6 ADD PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x940 DUP2 PUSH2 0xA40 JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x952 PUSH2 0xB43 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0xBAA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x9A7 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x9D3 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x9F1 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0xA09 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0xA1D JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0xA2F JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x77B JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xA73 PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD1F856EE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x24 DUP4 ADD MSTORE SWAP2 SWAP1 SWAP2 AND SWAP1 PUSH4 0xD1F856EE SWAP1 PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xADA JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xAFE SWAP2 SWAP1 PUSH2 0xDE7 JUMP JUMPDEST POP SWAP1 POP DUP1 PUSH2 0x42A JUMPI PUSH1 0x40 MLOAD PUSH32 0x93693B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x922 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBB2 PUSH2 0xB43 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0x835 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xBD6 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xBBE JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0xBFE DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC24 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xC3B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xC54 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC6C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0xC87 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x40 DUP6 DUP8 SUB SLT ISZERO PUSH2 0xCA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCBB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xCC7 DUP8 DUP3 DUP9 ADD PUSH2 0xC42 JUMP JUMPDEST SWAP1 SWAP6 POP SWAP4 POP POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCE7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xCF3 DUP8 DUP3 DUP9 ADD PUSH2 0xC42 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0xC3B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0xD4D DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0xD6B DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0xD8D DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0xBBB JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH2 0x13E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0xDC7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDFA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xE0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xE24 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP11 0xBA 0x21 0xAE PUSH31 0xE1238709C93D31F39E7AB30D96D3CF4E9CCA3F608314EBA16BB66264736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "615:1127:43:-:0;;;737:58;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;680:1:10;759:14:6;;683:1:10;783:14:6;;686:1:10;807:14:6;;781:10:43;-1:-1:-1;;;;;703:26:10;::::1;699:76;;752:12;;-1:-1:-1::0;;;752:12:10::1;;;;;;;;;;;699:76;-1:-1:-1::0;;;;;785:10:10::1;;::::0;-1:-1:-1;615:1127:43;;14:303:44;97:6;150:2;138:9;129:7;125:23;121:32;118:52;;;166:1;163;156:12;118:52;192:16;;-1:-1:-1;;;;;237:31:44;;227:42;;217:70;;283:1;280;273:12;217:70;306:5;14:303;-1:-1:-1;;;14:303:44:o;:::-;615:1127:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;" - }, - "deployedBytecode": { - "functionDebugData": { - "@_3921": { - "entryPoint": null, - "id": 3921, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@__AccessManaged_init_4212": { - "entryPoint": 2378, - "id": 4212, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@__AccessManaged_init_unchained_4224": { - "entryPoint": 2986, - "id": 4224, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkAttester_13212": { - "entryPoint": 2624, - "id": 13212, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@_checkInitializing_6689": { - "entryPoint": 2883, - "id": 6689, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_getAccessManagedStorage_4199": { - "entryPoint": null, - "id": 4199, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_getInitializableStorage_6766": { - "entryPoint": null, - "id": 6766, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_isInitializing_6757": { - "entryPoint": null, - "id": 6757, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_msgSender_6795": { - "entryPoint": null, - "id": 6795, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@_onlyEAS_4160": { - "entryPoint": 2240, - "id": 4160, - "parameterSlots": 0, - "returnSlots": 0 - }, - "@_setAuthority_4336": { - "entryPoint": 2101, - "id": 4336, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@attest_3939": { - "entryPoint": 1921, - "id": 3939, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@authority_4252": { - "entryPoint": null, - "id": 4252, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@eas_13187": { - "entryPoint": null, - "id": 13187, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@initialize_13146": { - "entryPoint": 1585, - "id": 13146, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@isConsumingScheduledOp_4313": { - "entryPoint": 1277, - "id": 4313, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@isPayable_3908": { - "entryPoint": null, - "id": 3908, - "parameterSlots": 0, - "returnSlots": 1 - }, - "@log10_10274": { - "entryPoint": 2398, - "id": 10274, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@multiAttest_4021": { - "entryPoint": 1394, - "id": 4021, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@multiRevoke_4121": { - "entryPoint": 1070, - "id": 4121, - "parameterSlots": 4, - "returnSlots": 1 - }, - "@onAttest_13164": { - "entryPoint": 2340, - "id": 13164, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@onRevoke_13178": { - "entryPoint": null, - "id": 13178, - "parameterSlots": 2, - "returnSlots": 1 - }, - "@revoke_4039": { - "entryPoint": 1902, - "id": 4039, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@setAuthority_4289": { - "entryPoint": 838, - "id": 4289, - "parameterSlots": 1, - "returnSlots": 0 - }, - "@toString_8463": { - "entryPoint": 1941, - "id": 8463, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@uncheckedInc_65": { - "entryPoint": null, - "id": 65, - "parameterSlots": 1, - "returnSlots": 1 - }, - "@version_2587": { - "entryPoint": 675, - "id": 2587, - "parameterSlots": 0, - "returnSlots": 1 - }, - "abi_decode_array_struct_Attestation_calldata_dyn_calldata": { - "entryPoint": 3138, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_address": { - "entryPoint": 3090, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_decode_tuple_t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr": { - "entryPoint": 3214, - "id": null, - "parameterSlots": 2, - "returnSlots": 4 - }, - "abi_decode_tuple_t_boolt_uint32_fromMemory": { - "entryPoint": 3559, - "id": null, - "parameterSlots": 2, - "returnSlots": 2 - }, - "abi_decode_tuple_t_struct$_Attestation_$49_calldata_ptr": { - "entryPoint": 3327, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed": { - "entryPoint": 3387, - "id": null, - "parameterSlots": 4, - "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_bytes4__to_t_bytes4__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "abi_encode_tuple_t_rational_2_by_1_t_address__to_t_uint64_t_address__fromStack_reversed": { - "entryPoint": null, - "id": null, - "parameterSlots": 3, - "returnSlots": 1 - }, - "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed": { - "entryPoint": 3039, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "access_calldata_tail_t_struct$_Attestation_$49_calldata_ptr": { - "entryPoint": 3504, - "id": null, - "parameterSlots": 2, - "returnSlots": 1 - }, - "copy_memory_to_memory_with_cleanup": { - "entryPoint": 3003, - "id": null, - "parameterSlots": 3, - "returnSlots": 0 - }, - "panic_error_0x12": { - "entryPoint": null, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x32": { - "entryPoint": 3482, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - }, - "panic_error_0x41": { - "entryPoint": 3537, - "id": null, - "parameterSlots": 0, - "returnSlots": 0 - } - }, - "generatedSources": [ - { - "ast": { - "nativeSrc": "0:6415:44", - "nodeType": "YulBlock", - "src": "0:6415:44", - "statements": [ - { - "nativeSrc": "6:3:44", - "nodeType": "YulBlock", - "src": "6:3:44", - "statements": [] - }, - { - "body": { - "nativeSrc": "80:184:44", - "nodeType": "YulBlock", - "src": "80:184:44", - "statements": [ - { - "nativeSrc": "90:10:44", - "nodeType": "YulVariableDeclaration", - "src": "90:10:44", - "value": { - "kind": "number", - "nativeSrc": "99:1:44", - "nodeType": "YulLiteral", - "src": "99:1:44", - "type": "", - "value": "0" - }, - "variables": [ - { - "name": "i", - "nativeSrc": "94:1:44", - "nodeType": "YulTypedName", - "src": "94:1:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "159:63:44", - "nodeType": "YulBlock", - "src": "159:63:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "184:3:44", - "nodeType": "YulIdentifier", - "src": "184:3:44" - }, - { - "name": "i", - "nativeSrc": "189:1:44", - "nodeType": "YulIdentifier", - "src": "189:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "180:3:44", - "nodeType": "YulIdentifier", - "src": "180:3:44" - }, - "nativeSrc": "180:11:44", - "nodeType": "YulFunctionCall", - "src": "180:11:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "src", - "nativeSrc": "203:3:44", - "nodeType": "YulIdentifier", - "src": "203:3:44" - }, - { - "name": "i", - "nativeSrc": "208:1:44", - "nodeType": "YulIdentifier", - "src": "208:1:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "199:3:44", - "nodeType": "YulIdentifier", - "src": "199:3:44" - }, - "nativeSrc": "199:11:44", - "nodeType": "YulFunctionCall", - "src": "199:11:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "193:5:44", - "nodeType": "YulIdentifier", - "src": "193:5:44" - }, - "nativeSrc": "193:18:44", - "nodeType": "YulFunctionCall", - "src": "193:18:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "173:6:44", - "nodeType": "YulIdentifier", - "src": "173:6:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulFunctionCall", - "src": "173:39:44" - }, - "nativeSrc": "173:39:44", - "nodeType": "YulExpressionStatement", - "src": "173:39:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "i", - "nativeSrc": "120:1:44", - "nodeType": "YulIdentifier", - "src": "120:1:44" - }, - { - "name": "length", - "nativeSrc": "123:6:44", - "nodeType": "YulIdentifier", - "src": "123:6:44" - } - ], - "functionName": { - "name": "lt", - "nativeSrc": "117:2:44", - "nodeType": "YulIdentifier", - "src": "117:2:44" - }, - "nativeSrc": "117:13:44", - "nodeType": "YulFunctionCall", - "src": "117:13:44" - }, - "nativeSrc": "109:113:44", - "nodeType": "YulForLoop", - "post": { - "nativeSrc": "131:19:44", - "nodeType": "YulBlock", - "src": "131:19:44", - "statements": [ - { - "nativeSrc": "133:15:44", - "nodeType": "YulAssignment", - "src": "133:15:44", - "value": { - "arguments": [ - { - "name": "i", - "nativeSrc": "142:1:44", - "nodeType": "YulIdentifier", - "src": "142:1:44" - }, - { - "kind": "number", - "nativeSrc": "145:2:44", - "nodeType": "YulLiteral", - "src": "145:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "138:3:44", - "nodeType": "YulIdentifier", - "src": "138:3:44" - }, - "nativeSrc": "138:10:44", - "nodeType": "YulFunctionCall", - "src": "138:10:44" - }, - "variableNames": [ - { - "name": "i", - "nativeSrc": "133:1:44", - "nodeType": "YulIdentifier", - "src": "133:1:44" - } - ] - } - ] - }, - "pre": { - "nativeSrc": "113:3:44", - "nodeType": "YulBlock", - "src": "113:3:44", - "statements": [] - }, - "src": "109:113:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "dst", - "nativeSrc": "242:3:44", - "nodeType": "YulIdentifier", - "src": "242:3:44" - }, - { - "name": "length", - "nativeSrc": "247:6:44", - "nodeType": "YulIdentifier", - "src": "247:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "238:3:44", - "nodeType": "YulIdentifier", - "src": "238:3:44" - }, - "nativeSrc": "238:16:44", - "nodeType": "YulFunctionCall", - "src": "238:16:44" - }, - { - "kind": "number", - "nativeSrc": "256:1:44", - "nodeType": "YulLiteral", - "src": "256:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "231:6:44", - "nodeType": "YulIdentifier", - "src": "231:6:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulFunctionCall", - "src": "231:27:44" - }, - "nativeSrc": "231:27:44", - "nodeType": "YulExpressionStatement", - "src": "231:27:44" - } - ] - }, - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "14:250:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "src", - "nativeSrc": "58:3:44", - "nodeType": "YulTypedName", - "src": "58:3:44", - "type": "" - }, - { - "name": "dst", - "nativeSrc": "63:3:44", - "nodeType": "YulTypedName", - "src": "63:3:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "68:6:44", - "nodeType": "YulTypedName", - "src": "68:6:44", - "type": "" - } - ], - "src": "14:250:44" - }, - { - "body": { - "nativeSrc": "390:275:44", - "nodeType": "YulBlock", - "src": "390:275:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "407:9:44", - "nodeType": "YulIdentifier", - "src": "407:9:44" - }, - { - "kind": "number", - "nativeSrc": "418:2:44", - "nodeType": "YulLiteral", - "src": "418:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "400:6:44", - "nodeType": "YulIdentifier", - "src": "400:6:44" - }, - "nativeSrc": "400:21:44", - "nodeType": "YulFunctionCall", - "src": "400:21:44" - }, - "nativeSrc": "400:21:44", - "nodeType": "YulExpressionStatement", - "src": "400:21:44" - }, - { - "nativeSrc": "430:27:44", - "nodeType": "YulVariableDeclaration", - "src": "430:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "450:6:44", - "nodeType": "YulIdentifier", - "src": "450:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "444:5:44", - "nodeType": "YulIdentifier", - "src": "444:5:44" - }, - "nativeSrc": "444:13:44", - "nodeType": "YulFunctionCall", - "src": "444:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "434:6:44", - "nodeType": "YulTypedName", - "src": "434:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "477:9:44", - "nodeType": "YulIdentifier", - "src": "477:9:44" - }, - { - "kind": "number", - "nativeSrc": "488:2:44", - "nodeType": "YulLiteral", - "src": "488:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "473:3:44", - "nodeType": "YulIdentifier", - "src": "473:3:44" - }, - "nativeSrc": "473:18:44", - "nodeType": "YulFunctionCall", - "src": "473:18:44" - }, - { - "name": "length", - "nativeSrc": "493:6:44", - "nodeType": "YulIdentifier", - "src": "493:6:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "466:6:44", - "nodeType": "YulIdentifier", - "src": "466:6:44" - }, - "nativeSrc": "466:34:44", - "nodeType": "YulFunctionCall", - "src": "466:34:44" - }, - "nativeSrc": "466:34:44", - "nodeType": "YulExpressionStatement", - "src": "466:34:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "548:6:44", - "nodeType": "YulIdentifier", - "src": "548:6:44" - }, - { - "kind": "number", - "nativeSrc": "556:2:44", - "nodeType": "YulLiteral", - "src": "556:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "544:3:44", - "nodeType": "YulIdentifier", - "src": "544:3:44" - }, - "nativeSrc": "544:15:44", - "nodeType": "YulFunctionCall", - "src": "544:15:44" - }, - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "565:9:44", - "nodeType": "YulIdentifier", - "src": "565:9:44" - }, - { - "kind": "number", - "nativeSrc": "576:2:44", - "nodeType": "YulLiteral", - "src": "576:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "561:3:44", - "nodeType": "YulIdentifier", - "src": "561:3:44" - }, - "nativeSrc": "561:18:44", - "nodeType": "YulFunctionCall", - "src": "561:18:44" - }, - { - "name": "length", - "nativeSrc": "581:6:44", - "nodeType": "YulIdentifier", - "src": "581:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "509:34:44", - "nodeType": "YulIdentifier", - "src": "509:34:44" - }, - "nativeSrc": "509:79:44", - "nodeType": "YulFunctionCall", - "src": "509:79:44" - }, - "nativeSrc": "509:79:44", - "nodeType": "YulExpressionStatement", - "src": "509:79:44" - }, - { - "nativeSrc": "597:62:44", - "nodeType": "YulAssignment", - "src": "597:62:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "613:9:44", - "nodeType": "YulIdentifier", - "src": "613:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "length", - "nativeSrc": "632:6:44", - "nodeType": "YulIdentifier", - "src": "632:6:44" - }, - { - "kind": "number", - "nativeSrc": "640:2:44", - "nodeType": "YulLiteral", - "src": "640:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "628:3:44", - "nodeType": "YulIdentifier", - "src": "628:3:44" - }, - "nativeSrc": "628:15:44", - "nodeType": "YulFunctionCall", - "src": "628:15:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "649:2:44", - "nodeType": "YulLiteral", - "src": "649:2:44", - "type": "", - "value": "31" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "645:3:44", - "nodeType": "YulIdentifier", - "src": "645:3:44" - }, - "nativeSrc": "645:7:44", - "nodeType": "YulFunctionCall", - "src": "645:7:44" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "624:3:44", - "nodeType": "YulIdentifier", - "src": "624:3:44" - }, - "nativeSrc": "624:29:44", - "nodeType": "YulFunctionCall", - "src": "624:29:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "609:3:44", - "nodeType": "YulIdentifier", - "src": "609:3:44" - }, - "nativeSrc": "609:45:44", - "nodeType": "YulFunctionCall", - "src": "609:45:44" - }, - { - "kind": "number", - "nativeSrc": "656:2:44", - "nodeType": "YulLiteral", - "src": "656:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "605:3:44", - "nodeType": "YulIdentifier", - "src": "605:3:44" - }, - "nativeSrc": "605:54:44", - "nodeType": "YulFunctionCall", - "src": "605:54:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "597:4:44", - "nodeType": "YulIdentifier", - "src": "597:4:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack_reversed", - "nativeSrc": "269:396:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "359:9:44", - "nodeType": "YulTypedName", - "src": "359:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "370:6:44", - "nodeType": "YulTypedName", - "src": "370:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "381:4:44", - "nodeType": "YulTypedName", - "src": "381:4:44", - "type": "" - } - ], - "src": "269:396:44" - }, - { - "body": { - "nativeSrc": "740:239:44", - "nodeType": "YulBlock", - "src": "740:239:44", - "statements": [ - { - "body": { - "nativeSrc": "786:16:44", - "nodeType": "YulBlock", - "src": "786:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "795:1:44", - "nodeType": "YulLiteral", - "src": "795:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "798:1:44", - "nodeType": "YulLiteral", - "src": "798:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "788:6:44", - "nodeType": "YulIdentifier", - "src": "788:6:44" - }, - "nativeSrc": "788:12:44", - "nodeType": "YulFunctionCall", - "src": "788:12:44" - }, - "nativeSrc": "788:12:44", - "nodeType": "YulExpressionStatement", - "src": "788:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "761:7:44", - "nodeType": "YulIdentifier", - "src": "761:7:44" - }, - { - "name": "headStart", - "nativeSrc": "770:9:44", - "nodeType": "YulIdentifier", - "src": "770:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "757:3:44", - "nodeType": "YulIdentifier", - "src": "757:3:44" - }, - "nativeSrc": "757:23:44", - "nodeType": "YulFunctionCall", - "src": "757:23:44" - }, - { - "kind": "number", - "nativeSrc": "782:2:44", - "nodeType": "YulLiteral", - "src": "782:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "753:3:44", - "nodeType": "YulIdentifier", - "src": "753:3:44" - }, - "nativeSrc": "753:32:44", - "nodeType": "YulFunctionCall", - "src": "753:32:44" - }, - "nativeSrc": "750:52:44", - "nodeType": "YulIf", - "src": "750:52:44" - }, - { - "nativeSrc": "811:36:44", - "nodeType": "YulVariableDeclaration", - "src": "811:36:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "837:9:44", - "nodeType": "YulIdentifier", - "src": "837:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "824:12:44", - "nodeType": "YulIdentifier", - "src": "824:12:44" - }, - "nativeSrc": "824:23:44", - "nodeType": "YulFunctionCall", - "src": "824:23:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "815:5:44", - "nodeType": "YulTypedName", - "src": "815:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "933:16:44", - "nodeType": "YulBlock", - "src": "933:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "942:1:44", - "nodeType": "YulLiteral", - "src": "942:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "945:1:44", - "nodeType": "YulLiteral", - "src": "945:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "935:6:44", - "nodeType": "YulIdentifier", - "src": "935:6:44" - }, - "nativeSrc": "935:12:44", - "nodeType": "YulFunctionCall", - "src": "935:12:44" - }, - "nativeSrc": "935:12:44", - "nodeType": "YulExpressionStatement", - "src": "935:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "869:5:44", - "nodeType": "YulIdentifier", - "src": "869:5:44" - }, - { - "arguments": [ - { - "name": "value", - "nativeSrc": "880:5:44", - "nodeType": "YulIdentifier", - "src": "880:5:44" - }, - { - "kind": "number", - "nativeSrc": "887:42:44", - "nodeType": "YulLiteral", - "src": "887:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "876:3:44", - "nodeType": "YulIdentifier", - "src": "876:3:44" - }, - "nativeSrc": "876:54:44", - "nodeType": "YulFunctionCall", - "src": "876:54:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "866:2:44", - "nodeType": "YulIdentifier", - "src": "866:2:44" - }, - "nativeSrc": "866:65:44", - "nodeType": "YulFunctionCall", - "src": "866:65:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "859:6:44", - "nodeType": "YulIdentifier", - "src": "859:6:44" - }, - "nativeSrc": "859:73:44", - "nodeType": "YulFunctionCall", - "src": "859:73:44" - }, - "nativeSrc": "856:93:44", - "nodeType": "YulIf", - "src": "856:93:44" - }, - { - "nativeSrc": "958:15:44", - "nodeType": "YulAssignment", - "src": "958:15:44", - "value": { - "name": "value", - "nativeSrc": "968:5:44", - "nodeType": "YulIdentifier", - "src": "968:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "958:6:44", - "nodeType": "YulIdentifier", - "src": "958:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_address", - "nativeSrc": "670:309:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "706:9:44", - "nodeType": "YulTypedName", - "src": "706:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "717:7:44", - "nodeType": "YulTypedName", - "src": "717:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "729:6:44", - "nodeType": "YulTypedName", - "src": "729:6:44", - "type": "" - } - ], - "src": "670:309:44" - }, - { - "body": { - "nativeSrc": "1098:125:44", - "nodeType": "YulBlock", - "src": "1098:125:44", - "statements": [ - { - "nativeSrc": "1108:26:44", - "nodeType": "YulAssignment", - "src": "1108:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1120:9:44", - "nodeType": "YulIdentifier", - "src": "1120:9:44" - }, - { - "kind": "number", - "nativeSrc": "1131:2:44", - "nodeType": "YulLiteral", - "src": "1131:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1116:3:44", - "nodeType": "YulIdentifier", - "src": "1116:3:44" - }, - "nativeSrc": "1116:18:44", - "nodeType": "YulFunctionCall", - "src": "1116:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "1108:4:44", - "nodeType": "YulIdentifier", - "src": "1108:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1150:9:44", - "nodeType": "YulIdentifier", - "src": "1150:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "1165:6:44", - "nodeType": "YulIdentifier", - "src": "1165:6:44" - }, - { - "kind": "number", - "nativeSrc": "1173:42:44", - "nodeType": "YulLiteral", - "src": "1173:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "1161:3:44", - "nodeType": "YulIdentifier", - "src": "1161:3:44" - }, - "nativeSrc": "1161:55:44", - "nodeType": "YulFunctionCall", - "src": "1161:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "1143:6:44", - "nodeType": "YulIdentifier", - "src": "1143:6:44" - }, - "nativeSrc": "1143:74:44", - "nodeType": "YulFunctionCall", - "src": "1143:74:44" - }, - "nativeSrc": "1143:74:44", - "nodeType": "YulExpressionStatement", - "src": "1143:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed", - "nativeSrc": "984:239:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1067:9:44", - "nodeType": "YulTypedName", - "src": "1067:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "1078:6:44", - "nodeType": "YulTypedName", - "src": "1078:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "1089:4:44", - "nodeType": "YulTypedName", - "src": "1089:4:44", - "type": "" - } - ], - "src": "984:239:44" - }, - { - "body": { - "nativeSrc": "1332:283:44", - "nodeType": "YulBlock", - "src": "1332:283:44", - "statements": [ - { - "body": { - "nativeSrc": "1381:16:44", - "nodeType": "YulBlock", - "src": "1381:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1390:1:44", - "nodeType": "YulLiteral", - "src": "1390:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1393:1:44", - "nodeType": "YulLiteral", - "src": "1393:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1383:6:44", - "nodeType": "YulIdentifier", - "src": "1383:6:44" - }, - "nativeSrc": "1383:12:44", - "nodeType": "YulFunctionCall", - "src": "1383:12:44" - }, - "nativeSrc": "1383:12:44", - "nodeType": "YulExpressionStatement", - "src": "1383:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1360:6:44", - "nodeType": "YulIdentifier", - "src": "1360:6:44" - }, - { - "kind": "number", - "nativeSrc": "1368:4:44", - "nodeType": "YulLiteral", - "src": "1368:4:44", - "type": "", - "value": "0x1f" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1356:3:44", - "nodeType": "YulIdentifier", - "src": "1356:3:44" - }, - "nativeSrc": "1356:17:44", - "nodeType": "YulFunctionCall", - "src": "1356:17:44" - }, - { - "name": "end", - "nativeSrc": "1375:3:44", - "nodeType": "YulIdentifier", - "src": "1375:3:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1352:3:44", - "nodeType": "YulIdentifier", - "src": "1352:3:44" - }, - "nativeSrc": "1352:27:44", - "nodeType": "YulFunctionCall", - "src": "1352:27:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "1345:6:44", - "nodeType": "YulIdentifier", - "src": "1345:6:44" - }, - "nativeSrc": "1345:35:44", - "nodeType": "YulFunctionCall", - "src": "1345:35:44" - }, - "nativeSrc": "1342:55:44", - "nodeType": "YulIf", - "src": "1342:55:44" - }, - { - "nativeSrc": "1406:30:44", - "nodeType": "YulAssignment", - "src": "1406:30:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1429:6:44", - "nodeType": "YulIdentifier", - "src": "1429:6:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1416:12:44", - "nodeType": "YulIdentifier", - "src": "1416:12:44" - }, - "nativeSrc": "1416:20:44", - "nodeType": "YulFunctionCall", - "src": "1416:20:44" - }, - "variableNames": [ - { - "name": "length", - "nativeSrc": "1406:6:44", - "nodeType": "YulIdentifier", - "src": "1406:6:44" - } - ] - }, - { - "body": { - "nativeSrc": "1479:16:44", - "nodeType": "YulBlock", - "src": "1479:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1488:1:44", - "nodeType": "YulLiteral", - "src": "1488:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1491:1:44", - "nodeType": "YulLiteral", - "src": "1491:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1481:6:44", - "nodeType": "YulIdentifier", - "src": "1481:6:44" - }, - "nativeSrc": "1481:12:44", - "nodeType": "YulFunctionCall", - "src": "1481:12:44" - }, - "nativeSrc": "1481:12:44", - "nodeType": "YulExpressionStatement", - "src": "1481:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "length", - "nativeSrc": "1451:6:44", - "nodeType": "YulIdentifier", - "src": "1451:6:44" - }, - { - "kind": "number", - "nativeSrc": "1459:18:44", - "nodeType": "YulLiteral", - "src": "1459:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1448:2:44", - "nodeType": "YulIdentifier", - "src": "1448:2:44" - }, - "nativeSrc": "1448:30:44", - "nodeType": "YulFunctionCall", - "src": "1448:30:44" - }, - "nativeSrc": "1445:50:44", - "nodeType": "YulIf", - "src": "1445:50:44" - }, - { - "nativeSrc": "1504:29:44", - "nodeType": "YulAssignment", - "src": "1504:29:44", - "value": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1520:6:44", - "nodeType": "YulIdentifier", - "src": "1520:6:44" - }, - { - "kind": "number", - "nativeSrc": "1528:4:44", - "nodeType": "YulLiteral", - "src": "1528:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1516:3:44", - "nodeType": "YulIdentifier", - "src": "1516:3:44" - }, - "nativeSrc": "1516:17:44", - "nodeType": "YulFunctionCall", - "src": "1516:17:44" - }, - "variableNames": [ - { - "name": "arrayPos", - "nativeSrc": "1504:8:44", - "nodeType": "YulIdentifier", - "src": "1504:8:44" - } - ] - }, - { - "body": { - "nativeSrc": "1593:16:44", - "nodeType": "YulBlock", - "src": "1593:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1602:1:44", - "nodeType": "YulLiteral", - "src": "1602:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1605:1:44", - "nodeType": "YulLiteral", - "src": "1605:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1595:6:44", - "nodeType": "YulIdentifier", - "src": "1595:6:44" - }, - "nativeSrc": "1595:12:44", - "nodeType": "YulFunctionCall", - "src": "1595:12:44" - }, - "nativeSrc": "1595:12:44", - "nodeType": "YulExpressionStatement", - "src": "1595:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1556:6:44", - "nodeType": "YulIdentifier", - "src": "1556:6:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1568:1:44", - "nodeType": "YulLiteral", - "src": "1568:1:44", - "type": "", - "value": "5" - }, - { - "name": "length", - "nativeSrc": "1571:6:44", - "nodeType": "YulIdentifier", - "src": "1571:6:44" - } - ], - "functionName": { - "name": "shl", - "nativeSrc": "1564:3:44", - "nodeType": "YulIdentifier", - "src": "1564:3:44" - }, - "nativeSrc": "1564:14:44", - "nodeType": "YulFunctionCall", - "src": "1564:14:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1552:3:44", - "nodeType": "YulIdentifier", - "src": "1552:3:44" - }, - "nativeSrc": "1552:27:44", - "nodeType": "YulFunctionCall", - "src": "1552:27:44" - }, - { - "kind": "number", - "nativeSrc": "1581:4:44", - "nodeType": "YulLiteral", - "src": "1581:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "1548:3:44", - "nodeType": "YulIdentifier", - "src": "1548:3:44" - }, - "nativeSrc": "1548:38:44", - "nodeType": "YulFunctionCall", - "src": "1548:38:44" - }, - { - "name": "end", - "nativeSrc": "1588:3:44", - "nodeType": "YulIdentifier", - "src": "1588:3:44" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1545:2:44", - "nodeType": "YulIdentifier", - "src": "1545:2:44" - }, - "nativeSrc": "1545:47:44", - "nodeType": "YulFunctionCall", - "src": "1545:47:44" - }, - "nativeSrc": "1542:67:44", - "nodeType": "YulIf", - "src": "1542:67:44" - } - ] - }, - "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", - "nativeSrc": "1228:387:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "offset", - "nativeSrc": "1295:6:44", - "nodeType": "YulTypedName", - "src": "1295:6:44", - "type": "" - }, - { - "name": "end", - "nativeSrc": "1303:3:44", - "nodeType": "YulTypedName", - "src": "1303:3:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "arrayPos", - "nativeSrc": "1311:8:44", - "nodeType": "YulTypedName", - "src": "1311:8:44", - "type": "" - }, - { - "name": "length", - "nativeSrc": "1321:6:44", - "nodeType": "YulTypedName", - "src": "1321:6:44", - "type": "" - } - ], - "src": "1228:387:44" - }, - { - "body": { - "nativeSrc": "1806:651:44", - "nodeType": "YulBlock", - "src": "1806:651:44", - "statements": [ - { - "body": { - "nativeSrc": "1852:16:44", - "nodeType": "YulBlock", - "src": "1852:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1861:1:44", - "nodeType": "YulLiteral", - "src": "1861:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1864:1:44", - "nodeType": "YulLiteral", - "src": "1864:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1854:6:44", - "nodeType": "YulIdentifier", - "src": "1854:6:44" - }, - "nativeSrc": "1854:12:44", - "nodeType": "YulFunctionCall", - "src": "1854:12:44" - }, - "nativeSrc": "1854:12:44", - "nodeType": "YulExpressionStatement", - "src": "1854:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "1827:7:44", - "nodeType": "YulIdentifier", - "src": "1827:7:44" - }, - { - "name": "headStart", - "nativeSrc": "1836:9:44", - "nodeType": "YulIdentifier", - "src": "1836:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "1823:3:44", - "nodeType": "YulIdentifier", - "src": "1823:3:44" - }, - "nativeSrc": "1823:23:44", - "nodeType": "YulFunctionCall", - "src": "1823:23:44" - }, - { - "kind": "number", - "nativeSrc": "1848:2:44", - "nodeType": "YulLiteral", - "src": "1848:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "1819:3:44", - "nodeType": "YulIdentifier", - "src": "1819:3:44" - }, - "nativeSrc": "1819:32:44", - "nodeType": "YulFunctionCall", - "src": "1819:32:44" - }, - "nativeSrc": "1816:52:44", - "nodeType": "YulIf", - "src": "1816:52:44" - }, - { - "nativeSrc": "1877:37:44", - "nodeType": "YulVariableDeclaration", - "src": "1877:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "1904:9:44", - "nodeType": "YulIdentifier", - "src": "1904:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "1891:12:44", - "nodeType": "YulIdentifier", - "src": "1891:12:44" - }, - "nativeSrc": "1891:23:44", - "nodeType": "YulFunctionCall", - "src": "1891:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "1881:6:44", - "nodeType": "YulTypedName", - "src": "1881:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "1957:16:44", - "nodeType": "YulBlock", - "src": "1957:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "1966:1:44", - "nodeType": "YulLiteral", - "src": "1966:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "1969:1:44", - "nodeType": "YulLiteral", - "src": "1969:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "1959:6:44", - "nodeType": "YulIdentifier", - "src": "1959:6:44" - }, - "nativeSrc": "1959:12:44", - "nodeType": "YulFunctionCall", - "src": "1959:12:44" - }, - "nativeSrc": "1959:12:44", - "nodeType": "YulExpressionStatement", - "src": "1959:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "1929:6:44", - "nodeType": "YulIdentifier", - "src": "1929:6:44" - }, - { - "kind": "number", - "nativeSrc": "1937:18:44", - "nodeType": "YulLiteral", - "src": "1937:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "1926:2:44", - "nodeType": "YulIdentifier", - "src": "1926:2:44" - }, - "nativeSrc": "1926:30:44", - "nodeType": "YulFunctionCall", - "src": "1926:30:44" - }, - "nativeSrc": "1923:50:44", - "nodeType": "YulIf", - "src": "1923:50:44" - }, - { - "nativeSrc": "1982:116:44", - "nodeType": "YulVariableDeclaration", - "src": "1982:116:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2070:9:44", - "nodeType": "YulIdentifier", - "src": "2070:9:44" - }, - { - "name": "offset", - "nativeSrc": "2081:6:44", - "nodeType": "YulIdentifier", - "src": "2081:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2066:3:44", - "nodeType": "YulIdentifier", - "src": "2066:3:44" - }, - "nativeSrc": "2066:22:44", - "nodeType": "YulFunctionCall", - "src": "2066:22:44" - }, - { - "name": "dataEnd", - "nativeSrc": "2090:7:44", - "nodeType": "YulIdentifier", - "src": "2090:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", - "nativeSrc": "2008:57:44", - "nodeType": "YulIdentifier", - "src": "2008:57:44" - }, - "nativeSrc": "2008:90:44", - "nodeType": "YulFunctionCall", - "src": "2008:90:44" - }, - "variables": [ - { - "name": "value0_1", - "nativeSrc": "1986:8:44", - "nodeType": "YulTypedName", - "src": "1986:8:44", - "type": "" - }, - { - "name": "value1_1", - "nativeSrc": "1996:8:44", - "nodeType": "YulTypedName", - "src": "1996:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2107:18:44", - "nodeType": "YulAssignment", - "src": "2107:18:44", - "value": { - "name": "value0_1", - "nativeSrc": "2117:8:44", - "nodeType": "YulIdentifier", - "src": "2117:8:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "2107:6:44", - "nodeType": "YulIdentifier", - "src": "2107:6:44" - } - ] - }, - { - "nativeSrc": "2134:18:44", - "nodeType": "YulAssignment", - "src": "2134:18:44", - "value": { - "name": "value1_1", - "nativeSrc": "2144:8:44", - "nodeType": "YulIdentifier", - "src": "2144:8:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "2134:6:44", - "nodeType": "YulIdentifier", - "src": "2134:6:44" - } - ] - }, - { - "nativeSrc": "2161:48:44", - "nodeType": "YulVariableDeclaration", - "src": "2161:48:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2194:9:44", - "nodeType": "YulIdentifier", - "src": "2194:9:44" - }, - { - "kind": "number", - "nativeSrc": "2205:2:44", - "nodeType": "YulLiteral", - "src": "2205:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2190:3:44", - "nodeType": "YulIdentifier", - "src": "2190:3:44" - }, - "nativeSrc": "2190:18:44", - "nodeType": "YulFunctionCall", - "src": "2190:18:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "2177:12:44", - "nodeType": "YulIdentifier", - "src": "2177:12:44" - }, - "nativeSrc": "2177:32:44", - "nodeType": "YulFunctionCall", - "src": "2177:32:44" - }, - "variables": [ - { - "name": "offset_1", - "nativeSrc": "2165:8:44", - "nodeType": "YulTypedName", - "src": "2165:8:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "2254:16:44", - "nodeType": "YulBlock", - "src": "2254:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "2263:1:44", - "nodeType": "YulLiteral", - "src": "2263:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "2266:1:44", - "nodeType": "YulLiteral", - "src": "2266:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "2256:6:44", - "nodeType": "YulIdentifier", - "src": "2256:6:44" - }, - "nativeSrc": "2256:12:44", - "nodeType": "YulFunctionCall", - "src": "2256:12:44" - }, - "nativeSrc": "2256:12:44", - "nodeType": "YulExpressionStatement", - "src": "2256:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset_1", - "nativeSrc": "2224:8:44", - "nodeType": "YulIdentifier", - "src": "2224:8:44" - }, - { - "kind": "number", - "nativeSrc": "2234:18:44", - "nodeType": "YulLiteral", - "src": "2234:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "2221:2:44", - "nodeType": "YulIdentifier", - "src": "2221:2:44" - }, - "nativeSrc": "2221:32:44", - "nodeType": "YulFunctionCall", - "src": "2221:32:44" - }, - "nativeSrc": "2218:52:44", - "nodeType": "YulIf", - "src": "2218:52:44" - }, - { - "nativeSrc": "2279:118:44", - "nodeType": "YulVariableDeclaration", - "src": "2279:118:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2367:9:44", - "nodeType": "YulIdentifier", - "src": "2367:9:44" - }, - { - "name": "offset_1", - "nativeSrc": "2378:8:44", - "nodeType": "YulIdentifier", - "src": "2378:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2363:3:44", - "nodeType": "YulIdentifier", - "src": "2363:3:44" - }, - "nativeSrc": "2363:24:44", - "nodeType": "YulFunctionCall", - "src": "2363:24:44" - }, - { - "name": "dataEnd", - "nativeSrc": "2389:7:44", - "nodeType": "YulIdentifier", - "src": "2389:7:44" - } - ], - "functionName": { - "name": "abi_decode_array_struct_Attestation_calldata_dyn_calldata", - "nativeSrc": "2305:57:44", - "nodeType": "YulIdentifier", - "src": "2305:57:44" - }, - "nativeSrc": "2305:92:44", - "nodeType": "YulFunctionCall", - "src": "2305:92:44" - }, - "variables": [ - { - "name": "value2_1", - "nativeSrc": "2283:8:44", - "nodeType": "YulTypedName", - "src": "2283:8:44", - "type": "" - }, - { - "name": "value3_1", - "nativeSrc": "2293:8:44", - "nodeType": "YulTypedName", - "src": "2293:8:44", - "type": "" - } - ] - }, - { - "nativeSrc": "2406:18:44", - "nodeType": "YulAssignment", - "src": "2406:18:44", - "value": { - "name": "value2_1", - "nativeSrc": "2416:8:44", - "nodeType": "YulIdentifier", - "src": "2416:8:44" - }, - "variableNames": [ - { - "name": "value2", - "nativeSrc": "2406:6:44", - "nodeType": "YulIdentifier", - "src": "2406:6:44" - } - ] - }, - { - "nativeSrc": "2433:18:44", - "nodeType": "YulAssignment", - "src": "2433:18:44", - "value": { - "name": "value3_1", - "nativeSrc": "2443:8:44", - "nodeType": "YulIdentifier", - "src": "2443:8:44" - }, - "variableNames": [ - { - "name": "value3", - "nativeSrc": "2433:6:44", - "nodeType": "YulIdentifier", - "src": "2433:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr", - "nativeSrc": "1620:837:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "1748:9:44", - "nodeType": "YulTypedName", - "src": "1748:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "1759:7:44", - "nodeType": "YulTypedName", - "src": "1759:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "1771:6:44", - "nodeType": "YulTypedName", - "src": "1771:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "1779:6:44", - "nodeType": "YulTypedName", - "src": "1779:6:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "1787:6:44", - "nodeType": "YulTypedName", - "src": "1787:6:44", - "type": "" - }, - { - "name": "value3", - "nativeSrc": "1795:6:44", - "nodeType": "YulTypedName", - "src": "1795:6:44", - "type": "" - } - ], - "src": "1620:837:44" - }, - { - "body": { - "nativeSrc": "2557:92:44", - "nodeType": "YulBlock", - "src": "2557:92:44", - "statements": [ - { - "nativeSrc": "2567:26:44", - "nodeType": "YulAssignment", - "src": "2567:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2579:9:44", - "nodeType": "YulIdentifier", - "src": "2579:9:44" - }, - { - "kind": "number", - "nativeSrc": "2590:2:44", - "nodeType": "YulLiteral", - "src": "2590:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2575:3:44", - "nodeType": "YulIdentifier", - "src": "2575:3:44" - }, - "nativeSrc": "2575:18:44", - "nodeType": "YulFunctionCall", - "src": "2575:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2567:4:44", - "nodeType": "YulIdentifier", - "src": "2567:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2609:9:44", - "nodeType": "YulIdentifier", - "src": "2609:9:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2634:6:44", - "nodeType": "YulIdentifier", - "src": "2634:6:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2627:6:44", - "nodeType": "YulIdentifier", - "src": "2627:6:44" - }, - "nativeSrc": "2627:14:44", - "nodeType": "YulFunctionCall", - "src": "2627:14:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "2620:6:44", - "nodeType": "YulIdentifier", - "src": "2620:6:44" - }, - "nativeSrc": "2620:22:44", - "nodeType": "YulFunctionCall", - "src": "2620:22:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2602:6:44", - "nodeType": "YulIdentifier", - "src": "2602:6:44" - }, - "nativeSrc": "2602:41:44", - "nodeType": "YulFunctionCall", - "src": "2602:41:44" - }, - "nativeSrc": "2602:41:44", - "nodeType": "YulExpressionStatement", - "src": "2602:41:44" - } - ] - }, - "name": "abi_encode_tuple_t_bool__to_t_bool__fromStack_reversed", - "nativeSrc": "2462:187:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2526:9:44", - "nodeType": "YulTypedName", - "src": "2526:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2537:6:44", - "nodeType": "YulTypedName", - "src": "2537:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2548:4:44", - "nodeType": "YulTypedName", - "src": "2548:4:44", - "type": "" - } - ], - "src": "2462:187:44" - }, - { - "body": { - "nativeSrc": "2753:149:44", - "nodeType": "YulBlock", - "src": "2753:149:44", - "statements": [ - { - "nativeSrc": "2763:26:44", - "nodeType": "YulAssignment", - "src": "2763:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2775:9:44", - "nodeType": "YulIdentifier", - "src": "2775:9:44" - }, - { - "kind": "number", - "nativeSrc": "2786:2:44", - "nodeType": "YulLiteral", - "src": "2786:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "2771:3:44", - "nodeType": "YulIdentifier", - "src": "2771:3:44" - }, - "nativeSrc": "2771:18:44", - "nodeType": "YulFunctionCall", - "src": "2771:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "2763:4:44", - "nodeType": "YulIdentifier", - "src": "2763:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "2805:9:44", - "nodeType": "YulIdentifier", - "src": "2805:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "2820:6:44", - "nodeType": "YulIdentifier", - "src": "2820:6:44" - }, - { - "kind": "number", - "nativeSrc": "2828:66:44", - "nodeType": "YulLiteral", - "src": "2828:66:44", - "type": "", - "value": "0xffffffff00000000000000000000000000000000000000000000000000000000" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "2816:3:44", - "nodeType": "YulIdentifier", - "src": "2816:3:44" - }, - "nativeSrc": "2816:79:44", - "nodeType": "YulFunctionCall", - "src": "2816:79:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "2798:6:44", - "nodeType": "YulIdentifier", - "src": "2798:6:44" - }, - "nativeSrc": "2798:98:44", - "nodeType": "YulFunctionCall", - "src": "2798:98:44" - }, - "nativeSrc": "2798:98:44", - "nodeType": "YulExpressionStatement", - "src": "2798:98:44" - } - ] - }, - "name": "abi_encode_tuple_t_bytes4__to_t_bytes4__fromStack_reversed", - "nativeSrc": "2654:248:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2722:9:44", - "nodeType": "YulTypedName", - "src": "2722:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2733:6:44", - "nodeType": "YulTypedName", - "src": "2733:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2744:4:44", - "nodeType": "YulTypedName", - "src": "2744:4:44", - "type": "" - } - ], - "src": "2654:248:44" - }, - { - "body": { - "nativeSrc": "3008:125:44", - "nodeType": "YulBlock", - "src": "3008:125:44", - "statements": [ - { - "nativeSrc": "3018:26:44", - "nodeType": "YulAssignment", - "src": "3018:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3030:9:44", - "nodeType": "YulIdentifier", - "src": "3030:9:44" - }, - { - "kind": "number", - "nativeSrc": "3041:2:44", - "nodeType": "YulLiteral", - "src": "3041:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3026:3:44", - "nodeType": "YulIdentifier", - "src": "3026:3:44" - }, - "nativeSrc": "3026:18:44", - "nodeType": "YulFunctionCall", - "src": "3026:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "3018:4:44", - "nodeType": "YulIdentifier", - "src": "3018:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3060:9:44", - "nodeType": "YulIdentifier", - "src": "3060:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3075:6:44", - "nodeType": "YulIdentifier", - "src": "3075:6:44" - }, - { - "kind": "number", - "nativeSrc": "3083:42:44", - "nodeType": "YulLiteral", - "src": "3083:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "3071:3:44", - "nodeType": "YulIdentifier", - "src": "3071:3:44" - }, - "nativeSrc": "3071:55:44", - "nodeType": "YulFunctionCall", - "src": "3071:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "3053:6:44", - "nodeType": "YulIdentifier", - "src": "3053:6:44" - }, - "nativeSrc": "3053:74:44", - "nodeType": "YulFunctionCall", - "src": "3053:74:44" - }, - "nativeSrc": "3053:74:44", - "nodeType": "YulExpressionStatement", - "src": "3053:74:44" - } - ] - }, - "name": "abi_encode_tuple_t_address__to_t_address__fromStack_reversed", - "nativeSrc": "2907:226:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "2977:9:44", - "nodeType": "YulTypedName", - "src": "2977:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "2988:6:44", - "nodeType": "YulTypedName", - "src": "2988:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "2999:4:44", - "nodeType": "YulTypedName", - "src": "2999:4:44", - "type": "" - } - ], - "src": "2907:226:44" - }, - { - "body": { - "nativeSrc": "3237:290:44", - "nodeType": "YulBlock", - "src": "3237:290:44", - "statements": [ - { - "body": { - "nativeSrc": "3283:16:44", - "nodeType": "YulBlock", - "src": "3283:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3292:1:44", - "nodeType": "YulLiteral", - "src": "3292:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3295:1:44", - "nodeType": "YulLiteral", - "src": "3295:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3285:6:44", - "nodeType": "YulIdentifier", - "src": "3285:6:44" - }, - "nativeSrc": "3285:12:44", - "nodeType": "YulFunctionCall", - "src": "3285:12:44" - }, - "nativeSrc": "3285:12:44", - "nodeType": "YulExpressionStatement", - "src": "3285:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3258:7:44", - "nodeType": "YulIdentifier", - "src": "3258:7:44" - }, - { - "name": "headStart", - "nativeSrc": "3267:9:44", - "nodeType": "YulIdentifier", - "src": "3267:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3254:3:44", - "nodeType": "YulIdentifier", - "src": "3254:3:44" - }, - "nativeSrc": "3254:23:44", - "nodeType": "YulFunctionCall", - "src": "3254:23:44" - }, - { - "kind": "number", - "nativeSrc": "3279:2:44", - "nodeType": "YulLiteral", - "src": "3279:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3250:3:44", - "nodeType": "YulIdentifier", - "src": "3250:3:44" - }, - "nativeSrc": "3250:32:44", - "nodeType": "YulFunctionCall", - "src": "3250:32:44" - }, - "nativeSrc": "3247:52:44", - "nodeType": "YulIf", - "src": "3247:52:44" - }, - { - "nativeSrc": "3308:37:44", - "nodeType": "YulVariableDeclaration", - "src": "3308:37:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3335:9:44", - "nodeType": "YulIdentifier", - "src": "3335:9:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "3322:12:44", - "nodeType": "YulIdentifier", - "src": "3322:12:44" - }, - "nativeSrc": "3322:23:44", - "nodeType": "YulFunctionCall", - "src": "3322:23:44" - }, - "variables": [ - { - "name": "offset", - "nativeSrc": "3312:6:44", - "nodeType": "YulTypedName", - "src": "3312:6:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3388:16:44", - "nodeType": "YulBlock", - "src": "3388:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3397:1:44", - "nodeType": "YulLiteral", - "src": "3397:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3400:1:44", - "nodeType": "YulLiteral", - "src": "3400:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3390:6:44", - "nodeType": "YulIdentifier", - "src": "3390:6:44" - }, - "nativeSrc": "3390:12:44", - "nodeType": "YulFunctionCall", - "src": "3390:12:44" - }, - "nativeSrc": "3390:12:44", - "nodeType": "YulExpressionStatement", - "src": "3390:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "name": "offset", - "nativeSrc": "3360:6:44", - "nodeType": "YulIdentifier", - "src": "3360:6:44" - }, - { - "kind": "number", - "nativeSrc": "3368:18:44", - "nodeType": "YulLiteral", - "src": "3368:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "gt", - "nativeSrc": "3357:2:44", - "nodeType": "YulIdentifier", - "src": "3357:2:44" - }, - "nativeSrc": "3357:30:44", - "nodeType": "YulFunctionCall", - "src": "3357:30:44" - }, - "nativeSrc": "3354:50:44", - "nodeType": "YulIf", - "src": "3354:50:44" - }, - { - "nativeSrc": "3413:32:44", - "nodeType": "YulVariableDeclaration", - "src": "3413:32:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "3427:9:44", - "nodeType": "YulIdentifier", - "src": "3427:9:44" - }, - { - "name": "offset", - "nativeSrc": "3438:6:44", - "nodeType": "YulIdentifier", - "src": "3438:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "3423:3:44", - "nodeType": "YulIdentifier", - "src": "3423:3:44" - }, - "nativeSrc": "3423:22:44", - "nodeType": "YulFunctionCall", - "src": "3423:22:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "3417:2:44", - "nodeType": "YulTypedName", - "src": "3417:2:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "3484:16:44", - "nodeType": "YulBlock", - "src": "3484:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "3493:1:44", - "nodeType": "YulLiteral", - "src": "3493:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "3496:1:44", - "nodeType": "YulLiteral", - "src": "3496:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "3486:6:44", - "nodeType": "YulIdentifier", - "src": "3486:6:44" - }, - "nativeSrc": "3486:12:44", - "nodeType": "YulFunctionCall", - "src": "3486:12:44" - }, - "nativeSrc": "3486:12:44", - "nodeType": "YulExpressionStatement", - "src": "3486:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "3465:7:44", - "nodeType": "YulIdentifier", - "src": "3465:7:44" - }, - { - "name": "_1", - "nativeSrc": "3474:2:44", - "nodeType": "YulIdentifier", - "src": "3474:2:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "3461:3:44", - "nodeType": "YulIdentifier", - "src": "3461:3:44" - }, - "nativeSrc": "3461:16:44", - "nodeType": "YulFunctionCall", - "src": "3461:16:44" - }, - { - "kind": "number", - "nativeSrc": "3479:3:44", - "nodeType": "YulLiteral", - "src": "3479:3:44", - "type": "", - "value": "320" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "3457:3:44", - "nodeType": "YulIdentifier", - "src": "3457:3:44" - }, - "nativeSrc": "3457:26:44", - "nodeType": "YulFunctionCall", - "src": "3457:26:44" - }, - "nativeSrc": "3454:46:44", - "nodeType": "YulIf", - "src": "3454:46:44" - }, - { - "nativeSrc": "3509:12:44", - "nodeType": "YulAssignment", - "src": "3509:12:44", - "value": { - "name": "_1", - "nativeSrc": "3519:2:44", - "nodeType": "YulIdentifier", - "src": "3519:2:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "3509:6:44", - "nodeType": "YulIdentifier", - "src": "3509:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_struct$_Attestation_$49_calldata_ptr", - "nativeSrc": "3138:389:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "3203:9:44", - "nodeType": "YulTypedName", - "src": "3203:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "3214:7:44", - "nodeType": "YulTypedName", - "src": "3214:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "3226:6:44", - "nodeType": "YulTypedName", - "src": "3226:6:44", - "type": "" - } - ], - "src": "3138:389:44" - }, - { - "body": { - "nativeSrc": "3969:550:44", - "nodeType": "YulBlock", - "src": "3969:550:44", - "statements": [ - { - "nativeSrc": "3979:27:44", - "nodeType": "YulVariableDeclaration", - "src": "3979:27:44", - "value": { - "arguments": [ - { - "name": "value0", - "nativeSrc": "3999:6:44", - "nodeType": "YulIdentifier", - "src": "3999:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "3993:5:44", - "nodeType": "YulIdentifier", - "src": "3993:5:44" - }, - "nativeSrc": "3993:13:44", - "nodeType": "YulFunctionCall", - "src": "3993:13:44" - }, - "variables": [ - { - "name": "length", - "nativeSrc": "3983:6:44", - "nodeType": "YulTypedName", - "src": "3983:6:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "4054:6:44", - "nodeType": "YulIdentifier", - "src": "4054:6:44" - }, - { - "kind": "number", - "nativeSrc": "4062:4:44", - "nodeType": "YulLiteral", - "src": "4062:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4050:3:44", - "nodeType": "YulIdentifier", - "src": "4050:3:44" - }, - "nativeSrc": "4050:17:44", - "nodeType": "YulFunctionCall", - "src": "4050:17:44" - }, - { - "name": "pos", - "nativeSrc": "4069:3:44", - "nodeType": "YulIdentifier", - "src": "4069:3:44" - }, - { - "name": "length", - "nativeSrc": "4074:6:44", - "nodeType": "YulIdentifier", - "src": "4074:6:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "4015:34:44", - "nodeType": "YulIdentifier", - "src": "4015:34:44" - }, - "nativeSrc": "4015:66:44", - "nodeType": "YulFunctionCall", - "src": "4015:66:44" - }, - "nativeSrc": "4015:66:44", - "nodeType": "YulExpressionStatement", - "src": "4015:66:44" - }, - { - "nativeSrc": "4090:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4090:29:44", - "value": { - "arguments": [ - { - "name": "pos", - "nativeSrc": "4107:3:44", - "nodeType": "YulIdentifier", - "src": "4107:3:44" - }, - { - "name": "length", - "nativeSrc": "4112:6:44", - "nodeType": "YulIdentifier", - "src": "4112:6:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4103:3:44", - "nodeType": "YulIdentifier", - "src": "4103:3:44" - }, - "nativeSrc": "4103:16:44", - "nodeType": "YulFunctionCall", - "src": "4103:16:44" - }, - "variables": [ - { - "name": "end_1", - "nativeSrc": "4094:5:44", - "nodeType": "YulTypedName", - "src": "4094:5:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "4135:5:44", - "nodeType": "YulIdentifier", - "src": "4135:5:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "4142:3:44", - "nodeType": "YulLiteral", - "src": "4142:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4128:6:44", - "nodeType": "YulIdentifier", - "src": "4128:6:44" - }, - "nativeSrc": "4128:18:44", - "nodeType": "YulFunctionCall", - "src": "4128:18:44" - }, - "nativeSrc": "4128:18:44", - "nodeType": "YulExpressionStatement", - "src": "4128:18:44" - }, - { - "nativeSrc": "4155:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4155:29:44", - "value": { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4177:6:44", - "nodeType": "YulIdentifier", - "src": "4177:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4171:5:44", - "nodeType": "YulIdentifier", - "src": "4171:5:44" - }, - "nativeSrc": "4171:13:44", - "nodeType": "YulFunctionCall", - "src": "4171:13:44" - }, - "variables": [ - { - "name": "length_1", - "nativeSrc": "4159:8:44", - "nodeType": "YulTypedName", - "src": "4159:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "4232:6:44", - "nodeType": "YulIdentifier", - "src": "4232:6:44" - }, - { - "kind": "number", - "nativeSrc": "4240:4:44", - "nodeType": "YulLiteral", - "src": "4240:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4228:3:44", - "nodeType": "YulIdentifier", - "src": "4228:3:44" - }, - "nativeSrc": "4228:17:44", - "nodeType": "YulFunctionCall", - "src": "4228:17:44" - }, - { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "4251:5:44", - "nodeType": "YulIdentifier", - "src": "4251:5:44" - }, - { - "kind": "number", - "nativeSrc": "4258:1:44", - "nodeType": "YulLiteral", - "src": "4258:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4247:3:44", - "nodeType": "YulIdentifier", - "src": "4247:3:44" - }, - "nativeSrc": "4247:13:44", - "nodeType": "YulFunctionCall", - "src": "4247:13:44" - }, - { - "name": "length_1", - "nativeSrc": "4262:8:44", - "nodeType": "YulIdentifier", - "src": "4262:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "4193:34:44", - "nodeType": "YulIdentifier", - "src": "4193:34:44" - }, - "nativeSrc": "4193:78:44", - "nodeType": "YulFunctionCall", - "src": "4193:78:44" - }, - "nativeSrc": "4193:78:44", - "nodeType": "YulExpressionStatement", - "src": "4193:78:44" - }, - { - "nativeSrc": "4280:30:44", - "nodeType": "YulVariableDeclaration", - "src": "4280:30:44", - "value": { - "arguments": [ - { - "name": "end_1", - "nativeSrc": "4294:5:44", - "nodeType": "YulIdentifier", - "src": "4294:5:44" - }, - { - "name": "length_1", - "nativeSrc": "4301:8:44", - "nodeType": "YulIdentifier", - "src": "4301:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4290:3:44", - "nodeType": "YulIdentifier", - "src": "4290:3:44" - }, - "nativeSrc": "4290:20:44", - "nodeType": "YulFunctionCall", - "src": "4290:20:44" - }, - "variables": [ - { - "name": "_1", - "nativeSrc": "4284:2:44", - "nodeType": "YulTypedName", - "src": "4284:2:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4330:2:44", - "nodeType": "YulIdentifier", - "src": "4330:2:44" - }, - { - "kind": "number", - "nativeSrc": "4334:1:44", - "nodeType": "YulLiteral", - "src": "4334:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4326:3:44", - "nodeType": "YulIdentifier", - "src": "4326:3:44" - }, - "nativeSrc": "4326:10:44", - "nodeType": "YulFunctionCall", - "src": "4326:10:44" - }, - { - "hexValue": "2e", - "kind": "string", - "nativeSrc": "4338:3:44", - "nodeType": "YulLiteral", - "src": "4338:3:44", - "type": "", - "value": "." - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4319:6:44", - "nodeType": "YulIdentifier", - "src": "4319:6:44" - }, - "nativeSrc": "4319:23:44", - "nodeType": "YulFunctionCall", - "src": "4319:23:44" - }, - "nativeSrc": "4319:23:44", - "nodeType": "YulExpressionStatement", - "src": "4319:23:44" - }, - { - "nativeSrc": "4351:29:44", - "nodeType": "YulVariableDeclaration", - "src": "4351:29:44", - "value": { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4373:6:44", - "nodeType": "YulIdentifier", - "src": "4373:6:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "4367:5:44", - "nodeType": "YulIdentifier", - "src": "4367:5:44" - }, - "nativeSrc": "4367:13:44", - "nodeType": "YulFunctionCall", - "src": "4367:13:44" - }, - "variables": [ - { - "name": "length_2", - "nativeSrc": "4355:8:44", - "nodeType": "YulTypedName", - "src": "4355:8:44", - "type": "" - } - ] - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "value2", - "nativeSrc": "4428:6:44", - "nodeType": "YulIdentifier", - "src": "4428:6:44" - }, - { - "kind": "number", - "nativeSrc": "4436:4:44", - "nodeType": "YulLiteral", - "src": "4436:4:44", - "type": "", - "value": "0x20" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4424:3:44", - "nodeType": "YulIdentifier", - "src": "4424:3:44" - }, - "nativeSrc": "4424:17:44", - "nodeType": "YulFunctionCall", - "src": "4424:17:44" - }, - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4447:2:44", - "nodeType": "YulIdentifier", - "src": "4447:2:44" - }, - { - "kind": "number", - "nativeSrc": "4451:1:44", - "nodeType": "YulLiteral", - "src": "4451:1:44", - "type": "", - "value": "2" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4443:3:44", - "nodeType": "YulIdentifier", - "src": "4443:3:44" - }, - "nativeSrc": "4443:10:44", - "nodeType": "YulFunctionCall", - "src": "4443:10:44" - }, - { - "name": "length_2", - "nativeSrc": "4455:8:44", - "nodeType": "YulIdentifier", - "src": "4455:8:44" - } - ], - "functionName": { - "name": "copy_memory_to_memory_with_cleanup", - "nativeSrc": "4389:34:44", - "nodeType": "YulIdentifier", - "src": "4389:34:44" - }, - "nativeSrc": "4389:75:44", - "nodeType": "YulFunctionCall", - "src": "4389:75:44" - }, - "nativeSrc": "4389:75:44", - "nodeType": "YulExpressionStatement", - "src": "4389:75:44" - }, - { - "nativeSrc": "4473:40:44", - "nodeType": "YulAssignment", - "src": "4473:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "arguments": [ - { - "name": "_1", - "nativeSrc": "4492:2:44", - "nodeType": "YulIdentifier", - "src": "4492:2:44" - }, - { - "name": "length_2", - "nativeSrc": "4496:8:44", - "nodeType": "YulIdentifier", - "src": "4496:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4488:3:44", - "nodeType": "YulIdentifier", - "src": "4488:3:44" - }, - "nativeSrc": "4488:17:44", - "nodeType": "YulFunctionCall", - "src": "4488:17:44" - }, - { - "kind": "number", - "nativeSrc": "4507:1:44", - "nodeType": "YulLiteral", - "src": "4507:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4484:3:44", - "nodeType": "YulIdentifier", - "src": "4484:3:44" - }, - "nativeSrc": "4484:25:44", - "nodeType": "YulFunctionCall", - "src": "4484:25:44" - }, - { - "kind": "number", - "nativeSrc": "4511:1:44", - "nodeType": "YulLiteral", - "src": "4511:1:44", - "type": "", - "value": "1" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4480:3:44", - "nodeType": "YulIdentifier", - "src": "4480:3:44" - }, - "nativeSrc": "4480:33:44", - "nodeType": "YulFunctionCall", - "src": "4480:33:44" - }, - "variableNames": [ - { - "name": "end", - "nativeSrc": "4473:3:44", - "nodeType": "YulIdentifier", - "src": "4473:3:44" - } - ] - } - ] - }, - "name": "abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed", - "nativeSrc": "3532:987:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "pos", - "nativeSrc": "3929:3:44", - "nodeType": "YulTypedName", - "src": "3929:3:44", - "type": "" - }, - { - "name": "value2", - "nativeSrc": "3934:6:44", - "nodeType": "YulTypedName", - "src": "3934:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "3942:6:44", - "nodeType": "YulTypedName", - "src": "3942:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "3950:6:44", - "nodeType": "YulTypedName", - "src": "3950:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "end", - "nativeSrc": "3961:3:44", - "nodeType": "YulTypedName", - "src": "3961:3:44", - "type": "" - } - ], - "src": "3532:987:44" - }, - { - "body": { - "nativeSrc": "4556:152:44", - "nodeType": "YulBlock", - "src": "4556:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4573:1:44", - "nodeType": "YulLiteral", - "src": "4573:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4576:77:44", - "nodeType": "YulLiteral", - "src": "4576:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4566:6:44", - "nodeType": "YulIdentifier", - "src": "4566:6:44" - }, - "nativeSrc": "4566:88:44", - "nodeType": "YulFunctionCall", - "src": "4566:88:44" - }, - "nativeSrc": "4566:88:44", - "nodeType": "YulExpressionStatement", - "src": "4566:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4670:1:44", - "nodeType": "YulLiteral", - "src": "4670:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "4673:4:44", - "nodeType": "YulLiteral", - "src": "4673:4:44", - "type": "", - "value": "0x32" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "4663:6:44", - "nodeType": "YulIdentifier", - "src": "4663:6:44" - }, - "nativeSrc": "4663:15:44", - "nodeType": "YulFunctionCall", - "src": "4663:15:44" - }, - "nativeSrc": "4663:15:44", - "nodeType": "YulExpressionStatement", - "src": "4663:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4694:1:44", - "nodeType": "YulLiteral", - "src": "4694:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4697:4:44", - "nodeType": "YulLiteral", - "src": "4697:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4687:6:44", - "nodeType": "YulIdentifier", - "src": "4687:6:44" - }, - "nativeSrc": "4687:15:44", - "nodeType": "YulFunctionCall", - "src": "4687:15:44" - }, - "nativeSrc": "4687:15:44", - "nodeType": "YulExpressionStatement", - "src": "4687:15:44" - } - ] - }, - "name": "panic_error_0x32", - "nativeSrc": "4524:184:44", - "nodeType": "YulFunctionDefinition", - "src": "4524:184:44" - }, - { - "body": { - "nativeSrc": "4817:223:44", - "nodeType": "YulBlock", - "src": "4817:223:44", - "statements": [ - { - "nativeSrc": "4827:51:44", - "nodeType": "YulVariableDeclaration", - "src": "4827:51:44", - "value": { - "arguments": [ - { - "name": "ptr_to_tail", - "nativeSrc": "4866:11:44", - "nodeType": "YulIdentifier", - "src": "4866:11:44" - } - ], - "functionName": { - "name": "calldataload", - "nativeSrc": "4853:12:44", - "nodeType": "YulIdentifier", - "src": "4853:12:44" - }, - "nativeSrc": "4853:25:44", - "nodeType": "YulFunctionCall", - "src": "4853:25:44" - }, - "variables": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "4831:18:44", - "nodeType": "YulTypedName", - "src": "4831:18:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "4968:16:44", - "nodeType": "YulBlock", - "src": "4968:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4977:1:44", - "nodeType": "YulLiteral", - "src": "4977:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "4980:1:44", - "nodeType": "YulLiteral", - "src": "4980:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "4970:6:44", - "nodeType": "YulIdentifier", - "src": "4970:6:44" - }, - "nativeSrc": "4970:12:44", - "nodeType": "YulFunctionCall", - "src": "4970:12:44" - }, - "nativeSrc": "4970:12:44", - "nodeType": "YulExpressionStatement", - "src": "4970:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "rel_offset_of_tail", - "nativeSrc": "4901:18:44", - "nodeType": "YulIdentifier", - "src": "4901:18:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "arguments": [], - "functionName": { - "name": "calldatasize", - "nativeSrc": "4929:12:44", - "nodeType": "YulIdentifier", - "src": "4929:12:44" - }, - "nativeSrc": "4929:14:44", - "nodeType": "YulFunctionCall", - "src": "4929:14:44" - }, - { - "name": "base_ref", - "nativeSrc": "4945:8:44", - "nodeType": "YulIdentifier", - "src": "4945:8:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "4925:3:44", - "nodeType": "YulIdentifier", - "src": "4925:3:44" - }, - "nativeSrc": "4925:29:44", - "nodeType": "YulFunctionCall", - "src": "4925:29:44" - }, - { - "arguments": [ - { - "kind": "number", - "nativeSrc": "4960:3:44", - "nodeType": "YulLiteral", - "src": "4960:3:44", - "type": "", - "value": "318" - } - ], - "functionName": { - "name": "not", - "nativeSrc": "4956:3:44", - "nodeType": "YulIdentifier", - "src": "4956:3:44" - }, - "nativeSrc": "4956:8:44", - "nodeType": "YulFunctionCall", - "src": "4956:8:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "4921:3:44", - "nodeType": "YulIdentifier", - "src": "4921:3:44" - }, - "nativeSrc": "4921:44:44", - "nodeType": "YulFunctionCall", - "src": "4921:44:44" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "4897:3:44", - "nodeType": "YulIdentifier", - "src": "4897:3:44" - }, - "nativeSrc": "4897:69:44", - "nodeType": "YulFunctionCall", - "src": "4897:69:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "4890:6:44", - "nodeType": "YulIdentifier", - "src": "4890:6:44" - }, - "nativeSrc": "4890:77:44", - "nodeType": "YulFunctionCall", - "src": "4890:77:44" - }, - "nativeSrc": "4887:97:44", - "nodeType": "YulIf", - "src": "4887:97:44" - }, - { - "nativeSrc": "4993:41:44", - "nodeType": "YulAssignment", - "src": "4993:41:44", - "value": { - "arguments": [ - { - "name": "base_ref", - "nativeSrc": "5005:8:44", - "nodeType": "YulIdentifier", - "src": "5005:8:44" - }, - { - "name": "rel_offset_of_tail", - "nativeSrc": "5015:18:44", - "nodeType": "YulIdentifier", - "src": "5015:18:44" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5001:3:44", - "nodeType": "YulIdentifier", - "src": "5001:3:44" - }, - "nativeSrc": "5001:33:44", - "nodeType": "YulFunctionCall", - "src": "5001:33:44" - }, - "variableNames": [ - { - "name": "addr", - "nativeSrc": "4993:4:44", - "nodeType": "YulIdentifier", - "src": "4993:4:44" - } - ] - } - ] - }, - "name": "access_calldata_tail_t_struct$_Attestation_$49_calldata_ptr", - "nativeSrc": "4713:327:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "base_ref", - "nativeSrc": "4782:8:44", - "nodeType": "YulTypedName", - "src": "4782:8:44", - "type": "" - }, - { - "name": "ptr_to_tail", - "nativeSrc": "4792:11:44", - "nodeType": "YulTypedName", - "src": "4792:11:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "addr", - "nativeSrc": "4808:4:44", - "nodeType": "YulTypedName", - "src": "4808:4:44", - "type": "" - } - ], - "src": "4713:327:44" - }, - { - "body": { - "nativeSrc": "5153:101:44", - "nodeType": "YulBlock", - "src": "5153:101:44", - "statements": [ - { - "nativeSrc": "5163:26:44", - "nodeType": "YulAssignment", - "src": "5163:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5175:9:44", - "nodeType": "YulIdentifier", - "src": "5175:9:44" - }, - { - "kind": "number", - "nativeSrc": "5186:2:44", - "nodeType": "YulLiteral", - "src": "5186:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5171:3:44", - "nodeType": "YulIdentifier", - "src": "5171:3:44" - }, - "nativeSrc": "5171:18:44", - "nodeType": "YulFunctionCall", - "src": "5171:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5163:4:44", - "nodeType": "YulIdentifier", - "src": "5163:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5205:9:44", - "nodeType": "YulIdentifier", - "src": "5205:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5220:6:44", - "nodeType": "YulIdentifier", - "src": "5220:6:44" - }, - { - "kind": "number", - "nativeSrc": "5228:18:44", - "nodeType": "YulLiteral", - "src": "5228:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5216:3:44", - "nodeType": "YulIdentifier", - "src": "5216:3:44" - }, - "nativeSrc": "5216:31:44", - "nodeType": "YulFunctionCall", - "src": "5216:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5198:6:44", - "nodeType": "YulIdentifier", - "src": "5198:6:44" - }, - "nativeSrc": "5198:50:44", - "nodeType": "YulFunctionCall", - "src": "5198:50:44" - }, - "nativeSrc": "5198:50:44", - "nodeType": "YulExpressionStatement", - "src": "5198:50:44" - } - ] - }, - "name": "abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed", - "nativeSrc": "5045:209:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5122:9:44", - "nodeType": "YulTypedName", - "src": "5122:9:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5133:6:44", - "nodeType": "YulTypedName", - "src": "5133:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5144:4:44", - "nodeType": "YulTypedName", - "src": "5144:4:44", - "type": "" - } - ], - "src": "5045:209:44" - }, - { - "body": { - "nativeSrc": "5291:152:44", - "nodeType": "YulBlock", - "src": "5291:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5308:1:44", - "nodeType": "YulLiteral", - "src": "5308:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5311:77:44", - "nodeType": "YulLiteral", - "src": "5311:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5301:6:44", - "nodeType": "YulIdentifier", - "src": "5301:6:44" - }, - "nativeSrc": "5301:88:44", - "nodeType": "YulFunctionCall", - "src": "5301:88:44" - }, - "nativeSrc": "5301:88:44", - "nodeType": "YulExpressionStatement", - "src": "5301:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5405:1:44", - "nodeType": "YulLiteral", - "src": "5405:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "5408:4:44", - "nodeType": "YulLiteral", - "src": "5408:4:44", - "type": "", - "value": "0x41" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5398:6:44", - "nodeType": "YulIdentifier", - "src": "5398:6:44" - }, - "nativeSrc": "5398:15:44", - "nodeType": "YulFunctionCall", - "src": "5398:15:44" - }, - "nativeSrc": "5398:15:44", - "nodeType": "YulExpressionStatement", - "src": "5398:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5429:1:44", - "nodeType": "YulLiteral", - "src": "5429:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5432:4:44", - "nodeType": "YulLiteral", - "src": "5432:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5422:6:44", - "nodeType": "YulIdentifier", - "src": "5422:6:44" - }, - "nativeSrc": "5422:15:44", - "nodeType": "YulFunctionCall", - "src": "5422:15:44" - }, - "nativeSrc": "5422:15:44", - "nodeType": "YulExpressionStatement", - "src": "5422:15:44" - } - ] - }, - "name": "panic_error_0x41", - "nativeSrc": "5259:184:44", - "nodeType": "YulFunctionDefinition", - "src": "5259:184:44" - }, - { - "body": { - "nativeSrc": "5480:152:44", - "nodeType": "YulBlock", - "src": "5480:152:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5497:1:44", - "nodeType": "YulLiteral", - "src": "5497:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5500:77:44", - "nodeType": "YulLiteral", - "src": "5500:77:44", - "type": "", - "value": "35408467139433450592217433187231851964531694900788300625387963629091585785856" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5490:6:44", - "nodeType": "YulIdentifier", - "src": "5490:6:44" - }, - "nativeSrc": "5490:88:44", - "nodeType": "YulFunctionCall", - "src": "5490:88:44" - }, - "nativeSrc": "5490:88:44", - "nodeType": "YulExpressionStatement", - "src": "5490:88:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5594:1:44", - "nodeType": "YulLiteral", - "src": "5594:1:44", - "type": "", - "value": "4" - }, - { - "kind": "number", - "nativeSrc": "5597:4:44", - "nodeType": "YulLiteral", - "src": "5597:4:44", - "type": "", - "value": "0x12" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5587:6:44", - "nodeType": "YulIdentifier", - "src": "5587:6:44" - }, - "nativeSrc": "5587:15:44", - "nodeType": "YulFunctionCall", - "src": "5587:15:44" - }, - "nativeSrc": "5587:15:44", - "nodeType": "YulExpressionStatement", - "src": "5587:15:44" - }, - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "5618:1:44", - "nodeType": "YulLiteral", - "src": "5618:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "5621:4:44", - "nodeType": "YulLiteral", - "src": "5621:4:44", - "type": "", - "value": "0x24" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "5611:6:44", - "nodeType": "YulIdentifier", - "src": "5611:6:44" - }, - "nativeSrc": "5611:15:44", - "nodeType": "YulFunctionCall", - "src": "5611:15:44" - }, - "nativeSrc": "5611:15:44", - "nodeType": "YulExpressionStatement", - "src": "5611:15:44" - } - ] - }, - "name": "panic_error_0x12", - "nativeSrc": "5448:184:44", - "nodeType": "YulFunctionDefinition", - "src": "5448:184:44" - }, - { - "body": { - "nativeSrc": "5773:193:44", - "nodeType": "YulBlock", - "src": "5773:193:44", - "statements": [ - { - "nativeSrc": "5783:26:44", - "nodeType": "YulAssignment", - "src": "5783:26:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5795:9:44", - "nodeType": "YulIdentifier", - "src": "5795:9:44" - }, - { - "kind": "number", - "nativeSrc": "5806:2:44", - "nodeType": "YulLiteral", - "src": "5806:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5791:3:44", - "nodeType": "YulIdentifier", - "src": "5791:3:44" - }, - "nativeSrc": "5791:18:44", - "nodeType": "YulFunctionCall", - "src": "5791:18:44" - }, - "variableNames": [ - { - "name": "tail", - "nativeSrc": "5783:4:44", - "nodeType": "YulIdentifier", - "src": "5783:4:44" - } - ] - }, - { - "expression": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5825:9:44", - "nodeType": "YulIdentifier", - "src": "5825:9:44" - }, - { - "arguments": [ - { - "name": "value0", - "nativeSrc": "5840:6:44", - "nodeType": "YulIdentifier", - "src": "5840:6:44" - }, - { - "kind": "number", - "nativeSrc": "5848:18:44", - "nodeType": "YulLiteral", - "src": "5848:18:44", - "type": "", - "value": "0xffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5836:3:44", - "nodeType": "YulIdentifier", - "src": "5836:3:44" - }, - "nativeSrc": "5836:31:44", - "nodeType": "YulFunctionCall", - "src": "5836:31:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5818:6:44", - "nodeType": "YulIdentifier", - "src": "5818:6:44" - }, - "nativeSrc": "5818:50:44", - "nodeType": "YulFunctionCall", - "src": "5818:50:44" - }, - "nativeSrc": "5818:50:44", - "nodeType": "YulExpressionStatement", - "src": "5818:50:44" - }, - { - "expression": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "5888:9:44", - "nodeType": "YulIdentifier", - "src": "5888:9:44" - }, - { - "kind": "number", - "nativeSrc": "5899:2:44", - "nodeType": "YulLiteral", - "src": "5899:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "5884:3:44", - "nodeType": "YulIdentifier", - "src": "5884:3:44" - }, - "nativeSrc": "5884:18:44", - "nodeType": "YulFunctionCall", - "src": "5884:18:44" - }, - { - "arguments": [ - { - "name": "value1", - "nativeSrc": "5908:6:44", - "nodeType": "YulIdentifier", - "src": "5908:6:44" - }, - { - "kind": "number", - "nativeSrc": "5916:42:44", - "nodeType": "YulLiteral", - "src": "5916:42:44", - "type": "", - "value": "0xffffffffffffffffffffffffffffffffffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "5904:3:44", - "nodeType": "YulIdentifier", - "src": "5904:3:44" - }, - "nativeSrc": "5904:55:44", - "nodeType": "YulFunctionCall", - "src": "5904:55:44" - } - ], - "functionName": { - "name": "mstore", - "nativeSrc": "5877:6:44", - "nodeType": "YulIdentifier", - "src": "5877:6:44" - }, - "nativeSrc": "5877:83:44", - "nodeType": "YulFunctionCall", - "src": "5877:83:44" - }, - "nativeSrc": "5877:83:44", - "nodeType": "YulExpressionStatement", - "src": "5877:83:44" - } - ] - }, - "name": "abi_encode_tuple_t_rational_2_by_1_t_address__to_t_uint64_t_address__fromStack_reversed", - "nativeSrc": "5637:329:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "5734:9:44", - "nodeType": "YulTypedName", - "src": "5734:9:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "5745:6:44", - "nodeType": "YulTypedName", - "src": "5745:6:44", - "type": "" - }, - { - "name": "value0", - "nativeSrc": "5753:6:44", - "nodeType": "YulTypedName", - "src": "5753:6:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "tail", - "nativeSrc": "5764:4:44", - "nodeType": "YulTypedName", - "src": "5764:4:44", - "type": "" - } - ], - "src": "5637:329:44" - }, - { - "body": { - "nativeSrc": "6065:348:44", - "nodeType": "YulBlock", - "src": "6065:348:44", - "statements": [ - { - "body": { - "nativeSrc": "6111:16:44", - "nodeType": "YulBlock", - "src": "6111:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6120:1:44", - "nodeType": "YulLiteral", - "src": "6120:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6123:1:44", - "nodeType": "YulLiteral", - "src": "6123:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6113:6:44", - "nodeType": "YulIdentifier", - "src": "6113:6:44" - }, - "nativeSrc": "6113:12:44", - "nodeType": "YulFunctionCall", - "src": "6113:12:44" - }, - "nativeSrc": "6113:12:44", - "nodeType": "YulExpressionStatement", - "src": "6113:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "dataEnd", - "nativeSrc": "6086:7:44", - "nodeType": "YulIdentifier", - "src": "6086:7:44" - }, - { - "name": "headStart", - "nativeSrc": "6095:9:44", - "nodeType": "YulIdentifier", - "src": "6095:9:44" - } - ], - "functionName": { - "name": "sub", - "nativeSrc": "6082:3:44", - "nodeType": "YulIdentifier", - "src": "6082:3:44" - }, - "nativeSrc": "6082:23:44", - "nodeType": "YulFunctionCall", - "src": "6082:23:44" - }, - { - "kind": "number", - "nativeSrc": "6107:2:44", - "nodeType": "YulLiteral", - "src": "6107:2:44", - "type": "", - "value": "64" - } - ], - "functionName": { - "name": "slt", - "nativeSrc": "6078:3:44", - "nodeType": "YulIdentifier", - "src": "6078:3:44" - }, - "nativeSrc": "6078:32:44", - "nodeType": "YulFunctionCall", - "src": "6078:32:44" - }, - "nativeSrc": "6075:52:44", - "nodeType": "YulIf", - "src": "6075:52:44" - }, - { - "nativeSrc": "6136:29:44", - "nodeType": "YulVariableDeclaration", - "src": "6136:29:44", - "value": { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6155:9:44", - "nodeType": "YulIdentifier", - "src": "6155:9:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6149:5:44", - "nodeType": "YulIdentifier", - "src": "6149:5:44" - }, - "nativeSrc": "6149:16:44", - "nodeType": "YulFunctionCall", - "src": "6149:16:44" - }, - "variables": [ - { - "name": "value", - "nativeSrc": "6140:5:44", - "nodeType": "YulTypedName", - "src": "6140:5:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6218:16:44", - "nodeType": "YulBlock", - "src": "6218:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6227:1:44", - "nodeType": "YulLiteral", - "src": "6227:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6230:1:44", - "nodeType": "YulLiteral", - "src": "6230:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6220:6:44", - "nodeType": "YulIdentifier", - "src": "6220:6:44" - }, - "nativeSrc": "6220:12:44", - "nodeType": "YulFunctionCall", - "src": "6220:12:44" - }, - "nativeSrc": "6220:12:44", - "nodeType": "YulExpressionStatement", - "src": "6220:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6187:5:44", - "nodeType": "YulIdentifier", - "src": "6187:5:44" - }, - { - "arguments": [ - { - "arguments": [ - { - "name": "value", - "nativeSrc": "6208:5:44", - "nodeType": "YulIdentifier", - "src": "6208:5:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6201:6:44", - "nodeType": "YulIdentifier", - "src": "6201:6:44" - }, - "nativeSrc": "6201:13:44", - "nodeType": "YulFunctionCall", - "src": "6201:13:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6194:6:44", - "nodeType": "YulIdentifier", - "src": "6194:6:44" - }, - "nativeSrc": "6194:21:44", - "nodeType": "YulFunctionCall", - "src": "6194:21:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "6184:2:44", - "nodeType": "YulIdentifier", - "src": "6184:2:44" - }, - "nativeSrc": "6184:32:44", - "nodeType": "YulFunctionCall", - "src": "6184:32:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6177:6:44", - "nodeType": "YulIdentifier", - "src": "6177:6:44" - }, - "nativeSrc": "6177:40:44", - "nodeType": "YulFunctionCall", - "src": "6177:40:44" - }, - "nativeSrc": "6174:60:44", - "nodeType": "YulIf", - "src": "6174:60:44" - }, - { - "nativeSrc": "6243:15:44", - "nodeType": "YulAssignment", - "src": "6243:15:44", - "value": { - "name": "value", - "nativeSrc": "6253:5:44", - "nodeType": "YulIdentifier", - "src": "6253:5:44" - }, - "variableNames": [ - { - "name": "value0", - "nativeSrc": "6243:6:44", - "nodeType": "YulIdentifier", - "src": "6243:6:44" - } - ] - }, - { - "nativeSrc": "6267:40:44", - "nodeType": "YulVariableDeclaration", - "src": "6267:40:44", - "value": { - "arguments": [ - { - "arguments": [ - { - "name": "headStart", - "nativeSrc": "6292:9:44", - "nodeType": "YulIdentifier", - "src": "6292:9:44" - }, - { - "kind": "number", - "nativeSrc": "6303:2:44", - "nodeType": "YulLiteral", - "src": "6303:2:44", - "type": "", - "value": "32" - } - ], - "functionName": { - "name": "add", - "nativeSrc": "6288:3:44", - "nodeType": "YulIdentifier", - "src": "6288:3:44" - }, - "nativeSrc": "6288:18:44", - "nodeType": "YulFunctionCall", - "src": "6288:18:44" - } - ], - "functionName": { - "name": "mload", - "nativeSrc": "6282:5:44", - "nodeType": "YulIdentifier", - "src": "6282:5:44" - }, - "nativeSrc": "6282:25:44", - "nodeType": "YulFunctionCall", - "src": "6282:25:44" - }, - "variables": [ - { - "name": "value_1", - "nativeSrc": "6271:7:44", - "nodeType": "YulTypedName", - "src": "6271:7:44", - "type": "" - } - ] - }, - { - "body": { - "nativeSrc": "6365:16:44", - "nodeType": "YulBlock", - "src": "6365:16:44", - "statements": [ - { - "expression": { - "arguments": [ - { - "kind": "number", - "nativeSrc": "6374:1:44", - "nodeType": "YulLiteral", - "src": "6374:1:44", - "type": "", - "value": "0" - }, - { - "kind": "number", - "nativeSrc": "6377:1:44", - "nodeType": "YulLiteral", - "src": "6377:1:44", - "type": "", - "value": "0" - } - ], - "functionName": { - "name": "revert", - "nativeSrc": "6367:6:44", - "nodeType": "YulIdentifier", - "src": "6367:6:44" - }, - "nativeSrc": "6367:12:44", - "nodeType": "YulFunctionCall", - "src": "6367:12:44" - }, - "nativeSrc": "6367:12:44", - "nodeType": "YulExpressionStatement", - "src": "6367:12:44" - } - ] - }, - "condition": { - "arguments": [ - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6329:7:44", - "nodeType": "YulIdentifier", - "src": "6329:7:44" - }, - { - "arguments": [ - { - "name": "value_1", - "nativeSrc": "6342:7:44", - "nodeType": "YulIdentifier", - "src": "6342:7:44" - }, - { - "kind": "number", - "nativeSrc": "6351:10:44", - "nodeType": "YulLiteral", - "src": "6351:10:44", - "type": "", - "value": "0xffffffff" - } - ], - "functionName": { - "name": "and", - "nativeSrc": "6338:3:44", - "nodeType": "YulIdentifier", - "src": "6338:3:44" - }, - "nativeSrc": "6338:24:44", - "nodeType": "YulFunctionCall", - "src": "6338:24:44" - } - ], - "functionName": { - "name": "eq", - "nativeSrc": "6326:2:44", - "nodeType": "YulIdentifier", - "src": "6326:2:44" - }, - "nativeSrc": "6326:37:44", - "nodeType": "YulFunctionCall", - "src": "6326:37:44" - } - ], - "functionName": { - "name": "iszero", - "nativeSrc": "6319:6:44", - "nodeType": "YulIdentifier", - "src": "6319:6:44" - }, - "nativeSrc": "6319:45:44", - "nodeType": "YulFunctionCall", - "src": "6319:45:44" - }, - "nativeSrc": "6316:65:44", - "nodeType": "YulIf", - "src": "6316:65:44" - }, - { - "nativeSrc": "6390:17:44", - "nodeType": "YulAssignment", - "src": "6390:17:44", - "value": { - "name": "value_1", - "nativeSrc": "6400:7:44", - "nodeType": "YulIdentifier", - "src": "6400:7:44" - }, - "variableNames": [ - { - "name": "value1", - "nativeSrc": "6390:6:44", - "nodeType": "YulIdentifier", - "src": "6390:6:44" - } - ] - } - ] - }, - "name": "abi_decode_tuple_t_boolt_uint32_fromMemory", - "nativeSrc": "5971:442:44", - "nodeType": "YulFunctionDefinition", - "parameters": [ - { - "name": "headStart", - "nativeSrc": "6023:9:44", - "nodeType": "YulTypedName", - "src": "6023:9:44", - "type": "" - }, - { - "name": "dataEnd", - "nativeSrc": "6034:7:44", - "nodeType": "YulTypedName", - "src": "6034:7:44", - "type": "" - } - ], - "returnVariables": [ - { - "name": "value0", - "nativeSrc": "6046:6:44", - "nodeType": "YulTypedName", - "src": "6046:6:44", - "type": "" - }, - { - "name": "value1", - "nativeSrc": "6054:6:44", - "nodeType": "YulTypedName", - "src": "6054:6:44", - "type": "" - } - ], - "src": "5971:442:44" - } - ] - }, - "contents": "{\n { }\n function copy_memory_to_memory_with_cleanup(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 mstore(add(dst, length), 0)\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_with_cleanup(add(value0, 32), add(headStart, 64), length)\n tail := add(add(headStart, and(add(length, 31), not(31))), 64)\n }\n function abi_decode_tuple_t_address(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let value := calldataload(headStart)\n if iszero(eq(value, and(value, 0xffffffffffffffffffffffffffffffffffffffff))) { revert(0, 0) }\n value0 := value\n }\n function abi_encode_tuple_t_contract$_IEAS_$2326__to_t_address__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_array_struct_Attestation_calldata_dyn_calldata(offset, end) -> arrayPos, length\n {\n if iszero(slt(add(offset, 0x1f), end)) { revert(0, 0) }\n length := calldataload(offset)\n if gt(length, 0xffffffffffffffff) { revert(0, 0) }\n arrayPos := add(offset, 0x20)\n if gt(add(add(offset, shl(5, length)), 0x20), end) { revert(0, 0) }\n }\n function abi_decode_tuple_t_array$_t_struct$_Attestation_$49_calldata_ptr_$dyn_calldata_ptrt_array$_t_uint256_$dyn_calldata_ptr(headStart, dataEnd) -> value0, value1, value2, value3\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let value0_1, value1_1 := abi_decode_array_struct_Attestation_calldata_dyn_calldata(add(headStart, offset), dataEnd)\n value0 := value0_1\n value1 := value1_1\n let offset_1 := calldataload(add(headStart, 32))\n if gt(offset_1, 0xffffffffffffffff) { revert(0, 0) }\n let value2_1, value3_1 := abi_decode_array_struct_Attestation_calldata_dyn_calldata(add(headStart, offset_1), dataEnd)\n value2 := value2_1\n value3 := value3_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_bytes4__to_t_bytes4__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffff00000000000000000000000000000000000000000000000000000000))\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, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_struct$_Attestation_$49_calldata_ptr(headStart, dataEnd) -> value0\n {\n if slt(sub(dataEnd, headStart), 32) { revert(0, 0) }\n let offset := calldataload(headStart)\n if gt(offset, 0xffffffffffffffff) { revert(0, 0) }\n let _1 := add(headStart, offset)\n if slt(sub(dataEnd, _1), 320) { revert(0, 0) }\n value0 := _1\n }\n function abi_encode_tuple_packed_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr_t_stringliteral_6f010af653ebe3cb07d297a4ef13366103d392ceffa68dd48232e6e9ff2187bf_t_string_memory_ptr__to_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr_t_string_memory_ptr__nonPadded_inplace_fromStack_reversed(pos, value2, value1, value0) -> end\n {\n let length := mload(value0)\n copy_memory_to_memory_with_cleanup(add(value0, 0x20), pos, length)\n let end_1 := add(pos, length)\n mstore(end_1, \".\")\n let length_1 := mload(value1)\n copy_memory_to_memory_with_cleanup(add(value1, 0x20), add(end_1, 1), length_1)\n let _1 := add(end_1, length_1)\n mstore(add(_1, 1), \".\")\n let length_2 := mload(value2)\n copy_memory_to_memory_with_cleanup(add(value2, 0x20), add(_1, 2), length_2)\n end := add(add(add(_1, length_2), 1), 1)\n }\n function panic_error_0x32()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x32)\n revert(0, 0x24)\n }\n function access_calldata_tail_t_struct$_Attestation_$49_calldata_ptr(base_ref, ptr_to_tail) -> addr\n {\n let rel_offset_of_tail := calldataload(ptr_to_tail)\n if iszero(slt(rel_offset_of_tail, add(sub(calldatasize(), base_ref), not(318)))) { revert(0, 0) }\n addr := add(base_ref, rel_offset_of_tail)\n }\n function abi_encode_tuple_t_rational_1_by_1__to_t_uint64__fromStack_reversed(headStart, value0) -> tail\n {\n tail := add(headStart, 32)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n }\n function panic_error_0x41()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x41)\n revert(0, 0x24)\n }\n function panic_error_0x12()\n {\n mstore(0, 35408467139433450592217433187231851964531694900788300625387963629091585785856)\n mstore(4, 0x12)\n revert(0, 0x24)\n }\n function abi_encode_tuple_t_rational_2_by_1_t_address__to_t_uint64_t_address__fromStack_reversed(headStart, value1, value0) -> tail\n {\n tail := add(headStart, 64)\n mstore(headStart, and(value0, 0xffffffffffffffff))\n mstore(add(headStart, 32), and(value1, 0xffffffffffffffffffffffffffffffffffffffff))\n }\n function abi_decode_tuple_t_boolt_uint32_fromMemory(headStart, dataEnd) -> value0, value1\n {\n if slt(sub(dataEnd, headStart), 64) { revert(0, 0) }\n let value := mload(headStart)\n if iszero(eq(value, iszero(iszero(value)))) { revert(0, 0) }\n value0 := value\n let value_1 := mload(add(headStart, 32))\n if iszero(eq(value_1, and(value_1, 0xffffffff))) { revert(0, 0) }\n value1 := value_1\n }\n}", - "id": 44, - "language": "Yul", - "name": "#utility.yul" - } - ], - "immutableReferences": { - "2532": [ - { - "length": 32, - "start": 682 - } - ], - "2534": [ - { - "length": 32, - "start": 723 - } - ], - "2536": [ - { - "length": 32, - "start": 764 - } - ], - "3860": [ - { - "length": 32, - "start": 344 - }, - { - "length": 32, - "start": 2251 - } - ] - }, - "linkReferences": {}, - "object": "6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610bdf565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c12565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610c8e565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610c8e565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c12565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610cff565b61076e565b6101a361029e366004610cff565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610d3b565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610d9a565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610d9a565b90506020028101906104ca9190610db0565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610d9a565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610d9a565b905060200281019061060e9190610db0565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610dd1565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c12565b61094081610a40565b5060019392505050565b610952610b43565b61095b81610baa565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6040517fd1f856ee000000000000000000000000000000000000000000000000000000008152600260048201526001600160a01b038481166024830152919091169063d1f856ee906044016040805180830381865afa158015610ada573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610afe9190610de7565b5090508061042a576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610bb2610b43565b61095b81610835565b60005b83811015610bd6578181015183820152602001610bbe565b50506000910152565b6020815260008251806020840152610bfe816040850160208701610bbb565b601f01601f19169190910160400192915050565b600060208284031215610c2457600080fd5b81356001600160a01b0381168114610c3b57600080fd5b9392505050565b60008083601f840112610c5457600080fd5b50813567ffffffffffffffff811115610c6c57600080fd5b6020830191508360208260051b8501011115610c8757600080fd5b9250929050565b60008060008060408587031215610ca457600080fd5b843567ffffffffffffffff811115610cbb57600080fd5b610cc787828801610c42565b909550935050602085013567ffffffffffffffff811115610ce757600080fd5b610cf387828801610c42565b95989497509550505050565b600060208284031215610d1157600080fd5b813567ffffffffffffffff811115610d2857600080fd5b82016101408185031215610c3b57600080fd5b60008451610d4d818460208901610bbb565b601760f91b9083019081528451610d6b816001840160208901610bbb565b601760f91b600192909101918201528351610d8d816002840160208801610bbb565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610dc757600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610dfa57600080fd5b82518015158114610e0a57600080fd5b602084015190925063ffffffff81168114610e2457600080fd5b80915050925092905056fea26469706673582212208aba21ae7ee1238709c93d31f39e7ab30d96d3cf4e9cca3f608314eba16bb66264736f6c634300081a0033", - "opcodes": "PUSH1 0x80 PUSH1 0x40 MSTORE PUSH1 0x4 CALLDATASIZE LT PUSH2 0xC0 JUMPI PUSH1 0x0 CALLDATALOAD PUSH1 0xE0 SHR DUP1 PUSH4 0x91DB0B7E GT PUSH2 0x74 JUMPI DUP1 PUSH4 0xCE46E046 GT PUSH2 0x4E JUMPI DUP1 PUSH4 0xCE46E046 EQ PUSH2 0x269 JUMPI DUP1 PUSH4 0xE49617E1 EQ PUSH2 0x27D JUMPI DUP1 PUSH4 0xE60C3505 EQ PUSH2 0x290 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x91DB0B7E EQ PUSH2 0x1F9 JUMPI DUP1 PUSH4 0xBF7E214F EQ PUSH2 0x20C JUMPI DUP1 PUSH4 0xC4D66DE8 EQ PUSH2 0x249 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x8150864D GT PUSH2 0xA5 JUMPI DUP1 PUSH4 0x8150864D EQ PUSH2 0x149 JUMPI DUP1 PUSH4 0x88E5B2D9 EQ PUSH2 0x190 JUMPI DUP1 PUSH4 0x8FB36037 EQ PUSH2 0x1B3 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 PUSH4 0x54FD4D50 EQ PUSH2 0xFE JUMPI DUP1 PUSH4 0x7A9E5E4B EQ PUSH2 0x129 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST CALLDATASIZE PUSH2 0xF9 JUMPI PUSH1 0x40 MLOAD PUSH32 0x1574F9F300000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST STOP JUMPDEST PUSH1 0x0 DUP1 REVERT JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x10A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x113 PUSH2 0x2A3 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH2 0x120 SWAP2 SWAP1 PUSH2 0xBDF JUMP JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 RETURN JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x135 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF7 PUSH2 0x144 CALLDATASIZE PUSH1 0x4 PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x346 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x155 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0x0 JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x19E CALLDATASIZE PUSH1 0x4 PUSH2 0xC8E JUMP JUMPDEST PUSH2 0x42E JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 ISZERO ISZERO DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x1BF JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0x1C8 PUSH2 0x4FD JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xFFFFFFFF00000000000000000000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 MSTORE PUSH1 0x20 ADD PUSH2 0x120 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x207 CALLDATASIZE PUSH1 0x4 PUSH2 0xC8E JUMP JUMPDEST PUSH2 0x572 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x218 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND PUSH2 0x178 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x255 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH2 0xF7 PUSH2 0x264 CALLDATASIZE PUSH1 0x4 PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x631 JUMP JUMPDEST CALLVALUE DUP1 ISZERO PUSH2 0x275 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP PUSH1 0x0 PUSH2 0x1A3 JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x28B CALLDATASIZE PUSH1 0x4 PUSH2 0xCFF JUMP JUMPDEST PUSH2 0x76E JUMP JUMPDEST PUSH2 0x1A3 PUSH2 0x29E CALLDATASIZE PUSH1 0x4 PUSH2 0xCFF JUMP JUMPDEST PUSH2 0x781 JUMP JUMPDEST PUSH1 0x60 PUSH2 0x2CE PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH2 0x2F7 PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH2 0x320 PUSH32 0x0 PUSH2 0x795 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 ADD PUSH2 0x332 SWAP4 SWAP3 SWAP2 SWAP1 PUSH2 0xD3B JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH1 0x20 DUP2 DUP4 SUB SUB DUP2 MSTORE SWAP1 PUSH1 0x40 MSTORE SWAP1 POP SWAP1 JUMP JUMPDEST CALLER PUSH2 0x378 PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EQ PUSH2 0x3D2 JUMPI PUSH1 0x40 MLOAD PUSH32 0x68CA9D800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP3 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD JUMPDEST PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP2 PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND EXTCODESIZE PUSH1 0x0 SUB PUSH2 0x421 JUMPI PUSH1 0x40 MLOAD PUSH32 0xC2F31E5E00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST PUSH2 0x42A DUP3 PUSH2 0x835 JUMP JUMPDEST POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x438 PUSH2 0x8C0 JUMP JUMPDEST DUP4 DUP3 DUP2 EQ PUSH2 0x459 JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLVALUE PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x4ED JUMPI PUSH1 0x0 DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x479 JUMPI PUSH2 0x479 PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD SWAP1 POP DUP3 DUP2 GT ISZERO PUSH2 0x4A3 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x4D0 DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x4B8 JUMPI PUSH2 0x4B8 PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x4CA SWAP2 SWAP1 PUSH2 0xDB0 JUMP JUMPDEST POP PUSH1 0x1 SWAP1 JUMP JUMPDEST PUSH2 0x4E1 JUMPI PUSH1 0x0 SWAP5 POP POP POP POP POP PUSH2 0x4F5 JUMP JUMPDEST SWAP1 SWAP2 SUB SWAP1 PUSH1 0x1 ADD PUSH2 0x45D JUMP JUMPDEST POP PUSH1 0x1 SWAP3 POP POP POP JUMPDEST SWAP5 SWAP4 POP POP POP POP JUMP JUMPDEST PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 DUP1 SLOAD PUSH1 0x0 SWAP2 SWAP1 PUSH21 0x10000000000000000000000000000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x54A JUMPI PUSH1 0x0 PUSH2 0x56C JUMP JUMPDEST PUSH32 0x8FB3603700000000000000000000000000000000000000000000000000000000 JUMPDEST SWAP2 POP POP SWAP1 JUMP JUMPDEST PUSH1 0x0 PUSH2 0x57C PUSH2 0x8C0 JUMP JUMPDEST DUP4 DUP3 DUP2 EQ PUSH2 0x59D JUMPI PUSH1 0x40 MLOAD PUSH4 0x251F56A1 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST CALLVALUE PUSH1 0x0 JUMPDEST DUP3 DUP2 LT ISZERO PUSH2 0x4ED JUMPI PUSH1 0x0 DUP7 DUP7 DUP4 DUP2 DUP2 LT PUSH2 0x5BD JUMPI PUSH2 0x5BD PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL ADD CALLDATALOAD SWAP1 POP DUP3 DUP2 GT ISZERO PUSH2 0x5E7 JUMPI PUSH1 0x40 MLOAD PUSH4 0x44044A5 PUSH1 0xE2 SHL DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0x614 DUP10 DUP10 DUP5 DUP2 DUP2 LT PUSH2 0x5FC JUMPI PUSH2 0x5FC PUSH2 0xD9A JUMP JUMPDEST SWAP1 POP PUSH1 0x20 MUL DUP2 ADD SWAP1 PUSH2 0x60E SWAP2 SWAP1 PUSH2 0xDB0 JUMP JUMPDEST DUP3 PUSH2 0x924 JUMP JUMPDEST PUSH2 0x625 JUMPI PUSH1 0x0 SWAP5 POP POP POP POP POP PUSH2 0x4F5 JUMP JUMPDEST SWAP1 SWAP2 SUB SWAP1 PUSH1 0x1 ADD PUSH2 0x5A1 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 DUP1 SLOAD PUSH9 0x10000000000000000 DUP2 DIV PUSH1 0xFF AND ISZERO SWAP1 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x0 DUP2 ISZERO DUP1 ISZERO PUSH2 0x67C JUMPI POP DUP3 JUMPDEST SWAP1 POP PUSH1 0x0 DUP3 PUSH8 0xFFFFFFFFFFFFFFFF AND PUSH1 0x1 EQ DUP1 ISZERO PUSH2 0x699 JUMPI POP ADDRESS EXTCODESIZE ISZERO JUMPDEST SWAP1 POP DUP2 ISZERO DUP1 ISZERO PUSH2 0x6A7 JUMPI POP DUP1 ISZERO JUMPDEST ISZERO PUSH2 0x6DE JUMPI PUSH1 0x40 MLOAD PUSH32 0xF92EE8A900000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST DUP5 SLOAD PUSH8 0xFFFFFFFFFFFFFFFF NOT AND PUSH1 0x1 OR DUP6 SSTORE DUP4 ISZERO PUSH2 0x712 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND PUSH9 0x10000000000000000 OR DUP6 SSTORE JUMPDEST PUSH2 0x71B DUP7 PUSH2 0x94A JUMP JUMPDEST DUP4 ISZERO PUSH2 0x766 JUMPI DUP5 SLOAD PUSH9 0xFF0000000000000000 NOT AND DUP6 SSTORE PUSH1 0x40 MLOAD PUSH1 0x1 DUP2 MSTORE PUSH32 0xC7F505B2F371AE2175EE4913F4499E1F2633A7B5936321EED1CDAEB6115181D2 SWAP1 PUSH1 0x20 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 LOG1 JUMPDEST POP POP POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x778 PUSH2 0x8C0 JUMP JUMPDEST PUSH1 0x1 JUMPDEST SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0x78B PUSH2 0x8C0 JUMP JUMPDEST PUSH2 0x77B DUP3 CALLVALUE PUSH2 0x924 JUMP JUMPDEST PUSH1 0x60 PUSH1 0x0 PUSH2 0x7A2 DUP4 PUSH2 0x95E JUMP JUMPDEST PUSH1 0x1 ADD SWAP1 POP PUSH1 0x0 DUP2 PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0x7C2 JUMPI PUSH2 0x7C2 PUSH2 0xDD1 JUMP JUMPDEST PUSH1 0x40 MLOAD SWAP1 DUP1 DUP3 MSTORE DUP1 PUSH1 0x1F ADD PUSH1 0x1F NOT AND PUSH1 0x20 ADD DUP3 ADD PUSH1 0x40 MSTORE DUP1 ISZERO PUSH2 0x7EC JUMPI PUSH1 0x20 DUP3 ADD DUP2 DUP1 CALLDATASIZE DUP4 CALLDATACOPY ADD SWAP1 POP JUMPDEST POP SWAP1 POP DUP2 DUP2 ADD PUSH1 0x20 ADD JUMPDEST PUSH1 0x0 NOT ADD PUSH32 0x3031323334353637383961626364656600000000000000000000000000000000 PUSH1 0xA DUP7 MOD BYTE DUP2 MSTORE8 PUSH1 0xA DUP6 DIV SWAP5 POP DUP5 PUSH2 0x7F6 JUMPI POP SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 DUP1 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH32 0xFFFFFFFFFFFFFFFFFFFFFFFF0000000000000000000000000000000000000000 SWAP1 SWAP2 AND DUP2 OR DUP3 SSTORE PUSH1 0x40 DUP1 MLOAD SWAP2 DUP3 MSTORE MLOAD PUSH32 0x2F658B440C35314F52658EA8A740E05B284CDC84DC9AE01E891F21B8933E7CAD SWAP2 DUP2 SWAP1 SUB PUSH1 0x20 ADD SWAP1 LOG1 POP POP JUMP JUMPDEST CALLER PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB PUSH32 0x0 AND EQ PUSH2 0x922 JUMPI PUSH1 0x40 MLOAD PUSH32 0x4CA8886700000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST JUMP JUMPDEST PUSH1 0x0 PUSH2 0x937 PUSH2 0x100 DUP5 ADD PUSH1 0xE0 DUP6 ADD PUSH2 0xC12 JUMP JUMPDEST PUSH2 0x940 DUP2 PUSH2 0xA40 JUMP JUMPDEST POP PUSH1 0x1 SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH2 0x952 PUSH2 0xB43 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0xBAA JUMP JUMPDEST POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 LT PUSH2 0x9A7 JUMPI PUSH27 0x184F03E93FF9F4DAA797ED6E38ED64BF6A1F010000000000000000 DUP4 DIV SWAP3 POP PUSH1 0x40 ADD JUMPDEST PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 LT PUSH2 0x9D3 JUMPI PUSH14 0x4EE2D6D415B85ACEF8100000000 DUP4 DIV SWAP3 POP PUSH1 0x20 ADD JUMPDEST PUSH7 0x2386F26FC10000 DUP4 LT PUSH2 0x9F1 JUMPI PUSH7 0x2386F26FC10000 DUP4 DIV SWAP3 POP PUSH1 0x10 ADD JUMPDEST PUSH4 0x5F5E100 DUP4 LT PUSH2 0xA09 JUMPI PUSH4 0x5F5E100 DUP4 DIV SWAP3 POP PUSH1 0x8 ADD JUMPDEST PUSH2 0x2710 DUP4 LT PUSH2 0xA1D JUMPI PUSH2 0x2710 DUP4 DIV SWAP3 POP PUSH1 0x4 ADD JUMPDEST PUSH1 0x64 DUP4 LT PUSH2 0xA2F JUMPI PUSH1 0x64 DUP4 DIV SWAP3 POP PUSH1 0x2 ADD JUMPDEST PUSH1 0xA DUP4 LT PUSH2 0x77B JUMPI PUSH1 0x1 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH2 0xA73 PUSH32 0xF3177357AB46D8AF007AB3FDB9AF81DA189E1068FEFDC0073DCA88A2CAB40A00 SLOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB AND SWAP1 JUMP JUMPDEST PUSH1 0x40 MLOAD PUSH32 0xD1F856EE00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x2 PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP5 DUP2 AND PUSH1 0x24 DUP4 ADD MSTORE SWAP2 SWAP1 SWAP2 AND SWAP1 PUSH4 0xD1F856EE SWAP1 PUSH1 0x44 ADD PUSH1 0x40 DUP1 MLOAD DUP1 DUP4 SUB DUP2 DUP7 GAS STATICCALL ISZERO DUP1 ISZERO PUSH2 0xADA JUMPI RETURNDATASIZE PUSH1 0x0 DUP1 RETURNDATACOPY RETURNDATASIZE PUSH1 0x0 REVERT JUMPDEST POP POP POP POP PUSH1 0x40 MLOAD RETURNDATASIZE PUSH1 0x1F NOT PUSH1 0x1F DUP3 ADD AND DUP3 ADD DUP1 PUSH1 0x40 MSTORE POP DUP2 ADD SWAP1 PUSH2 0xAFE SWAP2 SWAP1 PUSH2 0xDE7 JUMP JUMPDEST POP SWAP1 POP DUP1 PUSH2 0x42A JUMPI PUSH1 0x40 MLOAD PUSH32 0x93693B7A00000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP4 AND PUSH1 0x4 DUP3 ADD MSTORE PUSH1 0x24 ADD PUSH2 0x3C9 JUMP JUMPDEST PUSH32 0xF0C57E16840DF040F15088DC2F81FE391C3923BEC73E23A9662EFC9C229C6A00 SLOAD PUSH9 0x10000000000000000 SWAP1 DIV PUSH1 0xFF AND PUSH2 0x922 JUMPI PUSH1 0x40 MLOAD PUSH32 0xD7E6BCF800000000000000000000000000000000000000000000000000000000 DUP2 MSTORE PUSH1 0x4 ADD PUSH1 0x40 MLOAD DUP1 SWAP2 SUB SWAP1 REVERT JUMPDEST PUSH2 0xBB2 PUSH2 0xB43 JUMP JUMPDEST PUSH2 0x95B DUP2 PUSH2 0x835 JUMP JUMPDEST PUSH1 0x0 JUMPDEST DUP4 DUP2 LT ISZERO PUSH2 0xBD6 JUMPI DUP2 DUP2 ADD MLOAD DUP4 DUP3 ADD MSTORE PUSH1 0x20 ADD PUSH2 0xBBE JUMP JUMPDEST POP POP PUSH1 0x0 SWAP2 ADD MSTORE JUMP JUMPDEST PUSH1 0x20 DUP2 MSTORE PUSH1 0x0 DUP3 MLOAD DUP1 PUSH1 0x20 DUP5 ADD MSTORE PUSH2 0xBFE DUP2 PUSH1 0x40 DUP6 ADD PUSH1 0x20 DUP8 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x1F ADD PUSH1 0x1F NOT AND SWAP2 SWAP1 SWAP2 ADD PUSH1 0x40 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xC24 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH1 0x1 PUSH1 0x1 PUSH1 0xA0 SHL SUB DUP2 AND DUP2 EQ PUSH2 0xC3B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP4 SWAP3 POP POP POP JUMP JUMPDEST PUSH1 0x0 DUP1 DUP4 PUSH1 0x1F DUP5 ADD SLT PUSH2 0xC54 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST POP DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xC6C JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP4 ADD SWAP2 POP DUP4 PUSH1 0x20 DUP3 PUSH1 0x5 SHL DUP6 ADD ADD GT ISZERO PUSH2 0xC87 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP3 POP SWAP3 SWAP1 POP JUMP JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x0 DUP1 PUSH1 0x40 DUP6 DUP8 SUB SLT ISZERO PUSH2 0xCA4 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP5 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCBB JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xCC7 DUP8 DUP3 DUP9 ADD PUSH2 0xC42 JUMP JUMPDEST SWAP1 SWAP6 POP SWAP4 POP POP PUSH1 0x20 DUP6 ADD CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xCE7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH2 0xCF3 DUP8 DUP3 DUP9 ADD PUSH2 0xC42 JUMP JUMPDEST SWAP6 SWAP9 SWAP5 SWAP8 POP SWAP6 POP POP POP POP JUMP JUMPDEST PUSH1 0x0 PUSH1 0x20 DUP3 DUP5 SUB SLT ISZERO PUSH2 0xD11 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP2 CALLDATALOAD PUSH8 0xFFFFFFFFFFFFFFFF DUP2 GT ISZERO PUSH2 0xD28 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 ADD PUSH2 0x140 DUP2 DUP6 SUB SLT ISZERO PUSH2 0xC3B JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x0 DUP5 MLOAD PUSH2 0xD4D DUP2 DUP5 PUSH1 0x20 DUP10 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL SWAP1 DUP4 ADD SWAP1 DUP2 MSTORE DUP5 MLOAD PUSH2 0xD6B DUP2 PUSH1 0x1 DUP5 ADD PUSH1 0x20 DUP10 ADD PUSH2 0xBBB JUMP JUMPDEST PUSH1 0x17 PUSH1 0xF9 SHL PUSH1 0x1 SWAP3 SWAP1 SWAP2 ADD SWAP2 DUP3 ADD MSTORE DUP4 MLOAD PUSH2 0xD8D DUP2 PUSH1 0x2 DUP5 ADD PUSH1 0x20 DUP9 ADD PUSH2 0xBBB JUMP JUMPDEST ADD PUSH1 0x2 ADD SWAP6 SWAP5 POP POP POP POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x32 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP3 CALLDATALOAD PUSH2 0x13E NOT DUP4 CALLDATASIZE SUB ADD DUP2 SLT PUSH2 0xDC7 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST SWAP2 SWAP1 SWAP2 ADD SWAP3 SWAP2 POP POP JUMP JUMPDEST PUSH4 0x4E487B71 PUSH1 0xE0 SHL PUSH1 0x0 MSTORE PUSH1 0x41 PUSH1 0x4 MSTORE PUSH1 0x24 PUSH1 0x0 REVERT JUMPDEST PUSH1 0x0 DUP1 PUSH1 0x40 DUP4 DUP6 SUB SLT ISZERO PUSH2 0xDFA JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP3 MLOAD DUP1 ISZERO ISZERO DUP2 EQ PUSH2 0xE0A JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST PUSH1 0x20 DUP5 ADD MLOAD SWAP1 SWAP3 POP PUSH4 0xFFFFFFFF DUP2 AND DUP2 EQ PUSH2 0xE24 JUMPI PUSH1 0x0 DUP1 REVERT JUMPDEST DUP1 SWAP2 POP POP SWAP3 POP SWAP3 SWAP1 POP JUMP INVALID LOG2 PUSH5 0x6970667358 0x22 SLT KECCAK256 DUP11 0xBA 0x21 0xAE PUSH31 0xE1238709C93D31F39E7AB30D96D3CF4E9CCA3F608314EBA16BB66264736F6C PUSH4 0x4300081A STOP CALLER ", - "sourceMap": "615:1127:43:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;1178:12:10;;;;;;;;;;;;;;1139:62;615:1127:43;;;;;945:235:6;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;4145:362:11;;;;;;;;;;-1:-1:-1;4145:362:11;;;;;:::i;:::-;;:::i;1434:70:43:-;;;;;;;;;;-1:-1:-1;1493:4:43;1434:70;;;-1:-1:-1;;;;;1161:55:44;;;1143:74;;1131:2;1116:18;1434:70:43;984:239:44;3128:1460:10;;;;;;:::i;:::-;;:::i;:::-;;;2627:14:44;;2620:22;2602:41;;2590:2;2575:18;3128:1460:10;2462:187:44;4548:227:11;;;;;;;;;;;;;:::i;:::-;;;2828:66:44;2816:79;;;2798:98;;2786:2;2771:18;4548:227:11;2654:248:44;1437:1461:10;;;;;;:::i;:::-;;:::i;3940:164:11:-;;;;;;;;;;-1:-1:-1;1815:28:11;4085:12;-1:-1:-1;;;;;4085:12:11;3940:164;;900:120:43;;;;;;;;;;-1:-1:-1;900:120:43;;;;;:::i;:::-;;:::i;976:85:10:-;;;;;;;;;;-1:-1:-1;1026:4:10;976:85;;2940:146;;;;;;:::i;:::-;;:::i;1249:::-;;;;;;:::i;:::-;;:::i;945:235:6:-;987:13;1072:24;1089:6;1072:16;:24::i;:::-;1103;1120:6;1103:16;:24::i;:::-;1134;1151:6;1134:16;:24::i;:::-;1055:104;;;;;;;;;;:::i;:::-;;;;;;;;;;;;;1012:161;;945:235;:::o;4145:362:11:-;966:10:14;4267:11:11;1815:28;4085:12;-1:-1:-1;;;;;4085:12:11;;3940:164;4267:11;-1:-1:-1;;;;;4257:21:11;:6;-1:-1:-1;;;;;4257:21:11;;4253:92;;4301:33;;;;;-1:-1:-1;;;;;1161:55:44;;4301:33:11;;;1143:74:44;1116:18;;4301:33:11;;;;;;;;4253:92;4358:12;-1:-1:-1;;;;;4358:24:11;;4386:1;4358:29;4354:110;;4410:43;;;;;-1:-1:-1;;;;;1161:55:44;;4410:43:11;;;1143:74:44;1116:18;;4410:43:11;984:239:44;4354:110:11;4473:27;4487:12;4473:13;:27::i;:::-;4204:303;4145:362;:::o;3128:1460:10:-;3269:4;905:10;:8;:10::i;:::-;3302:12;3335:23;;::::1;3331:76;;3381:15;;-1:-1:-1::0;;;3381:15:10::1;;;;;;;;;;;3331:76;3839:9;3814:22;3859:701;3883:6;3879:1;:10;3859:701;;;4016:13;4032:6;;4039:1;4032:9;;;;;;;:::i;:::-;;;;;;;4016:25;;4067:14;4059:5;:22;4055:87;;;4108:19;;-1:-1:-1::0;;;4108:19:10::1;;;;;;;;;;;4055:87;4270:32;4279:12;;4292:1;4279:15;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;-1:-1:-1::0;1417:4:43;;1270:158;4270:32:10::1;4265:84;;4329:5;4322:12;;;;;;;;4265:84;4512:23:::0;;::::1;::::0;1489:1:0;1485:5;3859:701:10::1;;;;4577:4;4570:11;;;;926:1;3128:1460:::0;;;;;;:::o;4548:227:11:-;1815:28;4697:20;;4603:6;;1815:28;4697:20;;;;;:71;;4766:1;4697:71;;;4720:36;4697:71;4690:78;;;4548:227;:::o;1437:1461:10:-;1578:4;905:10;:8;:10::i;:::-;1611:12;1644:23;;::::1;1640:76;;1690:15;;-1:-1:-1::0;;;1690:15:10::1;;;;;;;;;;;1640:76;2148:9;2123:22;2168:702;2192:6;2188:1;:10;2168:702;;;2325:13;2341:6;;2348:1;2341:9;;;;;;;:::i;:::-;;;;;;;2325:25;;2376:14;2368:5;:22;2364:87;;;2417:19;;-1:-1:-1::0;;;2417:19:10::1;;;;;;;;;;;2364:87;2580:32;2589:12;;2602:1;2589:15;;;;;;;:::i;:::-;;;;;;;;;;;;:::i;:::-;2606:5;2580:8;:32::i;:::-;2575:84;;2639:5;2632:12;;;;;;;;2575:84;2822:23:::0;;::::1;::::0;1489:1:0;1485:5;2168:702:10::1;;900:120:43::0;8870:21:13;4302:15;;;;;;;4301:16;;4348:14;;4158:30;4726:16;;:34;;;;;4746:14;4726:34;4706:54;;4770:17;4790:11;:16;;4805:1;4790:16;:50;;;;-1:-1:-1;4818:4:13;4810:25;:30;4790:50;4770:70;;4856:12;4855:13;:30;;;;;4873:12;4872:13;4855:30;4851:91;;;4908:23;;;;;;;;;;;;;;4851:91;4951:18;;-1:-1:-1;;4951:18:13;4968:1;4951:18;;;4979:67;;;;5013:22;;-1:-1:-1;;5013:22:13;;;;;4979:67;975:38:43::1;996:16;975:20;:38::i;:::-;5070:14:13::0;5066:101;;;5100:23;;-1:-1:-1;;5100:23:13;;;5142:14;;-1:-1:-1;5198:50:44;;5142:14:13;;5186:2:44;5171:18;5142:14:13;;;;;;;5066:101;4092:1081;;;;;900:120:43;:::o;2940:146:10:-;3024:4;905:10;:8;:10::i;:::-;1417:4:43;3047:32:10::1;3040:39:::0;2940:146;-1:-1:-1;;2940:146:10:o;1249:::-;1333:4;905:10;:8;:10::i;:::-;1356:32:::1;1365:11;1378:9;1356:8;:32::i;637:698:28:-:0;693:13;742:14;759:17;770:5;759:10;:17::i;:::-;779:1;759:21;742:38;;794:20;828:6;817:18;;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;-1:-1:-1;817:18:28;-1:-1:-1;794:41:28;-1:-1:-1;955:28:28;;;971:2;955:28;1010:282;-1:-1:-1;;1041:5:28;1180:10;1175:2;1164:14;;1159:32;1041:5;1146:46;1236:2;1227:11;;;-1:-1:-1;1256:21:28;1010:282;1256:21;-1:-1:-1;1312:6:28;637:698;-1:-1:-1;;;637:698:28:o;4963:220:11:-;1815:28;5104:27;;-1:-1:-1;;;;;5104:27:11;;;;;;;;;;5146:30;;;1143:74:44;;;5146:30:11;;;;;;1131:2:44;5146:30:11;;;5025:158;4963:220;:::o;6035:128:10:-;6082:10;-1:-1:-1;;;;;6104:4:10;6082:27;;6078:79;;6132:14;;;;;;;;;;;;;;6078:79;6035:128::o;1026:238:43:-;1226:4;1187:20;;;;;;;;:::i;:::-;852:24;867:8;852:14;:24::i;:::-;-1:-1:-1;1253:4:43::1;::::0;1026:238;-1:-1:-1;;;1026:238:43:o;1953:147:11:-;6931:20:13;:18;:20::i;:::-;2045:48:11::1;2076:16;2045:30;:48::i;:::-;1953:147:::0;:::o;12214:916:33:-;12267:7;;12351:8;12342:17;;12338:103;;12388:8;12379:17;;;-1:-1:-1;12424:2:33;12414:12;12338:103;12467:8;12458:5;:17;12454:103;;12504:8;12495:17;;;-1:-1:-1;12540:2:33;12530:12;12454:103;12583:8;12574:5;:17;12570:103;;12620:8;12611:17;;;-1:-1:-1;12656:2:33;12646:12;12570:103;12699:7;12690:5;:16;12686:100;;12735:7;12726:16;;;-1:-1:-1;12770:1:33;12760:11;12686:100;12812:7;12803:5;:16;12799:100;;12848:7;12839:16;;;-1:-1:-1;12883:1:33;12873:11;12799:100;12925:7;12916:5;:16;12912:100;;12961:7;12952:16;;;-1:-1:-1;12996:1:33;12986:11;12912:100;13038:7;13029:5;:16;13025:66;;13075:1;13065:11;13117:6;12214:916;-1:-1:-1;;12214:916:33:o;1510:230:43:-;1580:13;1614:11;1815:28:11;4085:12;-1:-1:-1;;;;;4085:12:11;;3940:164;1614:11:43;1599:48;;;;;1635:1;1599:48;;;5818:50:44;-1:-1:-1;;;;;5904:55:44;;;5884:18;;;5877:83;1599:35:43;;;;;;;5791:18:44;;1599:48:43;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1579:68;;;1662:8;1657:77;;1693:30;;;;;-1:-1:-1;;;;;1161:55:44;;1693:30:43;;;1143:74:44;1116:18;;1693:30:43;984:239:44;7084:141:13;8870:21;8560:40;;;;;;7146:73;;7191:17;;;;;;;;;;;;;;2106:140:11;6931:20:13;:18;:20::i;:::-;2208:31:11::1;2222:16;2208:13;:31::i;14:250:44:-:0;99:1;109:113;123:6;120:1;117:13;109:113;;;199:11;;;193:18;180:11;;;173:39;145:2;138:10;109:113;;;-1:-1:-1;;256:1:44;238:16;;231:27;14:250::o;269:396::-;418:2;407:9;400:21;381:4;450:6;444:13;493:6;488:2;477:9;473:18;466:34;509:79;581:6;576:2;565:9;561:18;556:2;548:6;544:15;509:79;:::i;:::-;649:2;628:15;-1:-1:-1;;624:29:44;609:45;;;;656:2;605:54;;269:396;-1:-1:-1;;269:396:44:o;670:309::-;729:6;782:2;770:9;761:7;757:23;753:32;750:52;;;798:1;795;788:12;750:52;837:9;824:23;-1:-1:-1;;;;;880:5:44;876:54;869:5;866:65;856:93;;945:1;942;935:12;856:93;968:5;670:309;-1:-1:-1;;;670:309:44:o;1228:387::-;1311:8;1321:6;1375:3;1368:4;1360:6;1356:17;1352:27;1342:55;;1393:1;1390;1383:12;1342:55;-1:-1:-1;1416:20:44;;1459:18;1448:30;;1445:50;;;1491:1;1488;1481:12;1445:50;1528:4;1520:6;1516:17;1504:29;;1588:3;1581:4;1571:6;1568:1;1564:14;1556:6;1552:27;1548:38;1545:47;1542:67;;;1605:1;1602;1595:12;1542:67;1228:387;;;;;:::o;1620:837::-;1771:6;1779;1787;1795;1848:2;1836:9;1827:7;1823:23;1819:32;1816:52;;;1864:1;1861;1854:12;1816:52;1904:9;1891:23;1937:18;1929:6;1926:30;1923:50;;;1969:1;1966;1959:12;1923:50;2008:90;2090:7;2081:6;2070:9;2066:22;2008:90;:::i;:::-;2117:8;;-1:-1:-1;1982:116:44;-1:-1:-1;;2205:2:44;2190:18;;2177:32;2234:18;2221:32;;2218:52;;;2266:1;2263;2256:12;2218:52;2305:92;2389:7;2378:8;2367:9;2363:24;2305:92;:::i;:::-;1620:837;;;;-1:-1:-1;2416:8:44;-1:-1:-1;;;;1620:837:44:o;3138:389::-;3226:6;3279:2;3267:9;3258:7;3254:23;3250:32;3247:52;;;3295:1;3292;3285:12;3247:52;3335:9;3322:23;3368:18;3360:6;3357:30;3354:50;;;3400:1;3397;3390:12;3354:50;3423:22;;3479:3;3461:16;;;3457:26;3454:46;;;3496:1;3493;3486:12;3532:987;3961:3;3999:6;3993:13;4015:66;4074:6;4069:3;4062:4;4054:6;4050:17;4015:66;:::i;:::-;-1:-1:-1;;;4103:16:44;;;4128:18;;;4171:13;;4193:78;4171:13;4258:1;4247:13;;4240:4;4228:17;;4193:78;:::i;:::-;-1:-1:-1;;;4334:1:44;4290:20;;;;4326:10;;;4319:23;4367:13;;4389:75;4367:13;4451:1;4443:10;;4436:4;4424:17;;4389:75;:::i;:::-;4488:17;4480:33;;;;-1:-1:-1;;;;;3532:987:44:o;4524:184::-;-1:-1:-1;;;4573:1:44;4566:88;4673:4;4670:1;4663:15;4697:4;4694:1;4687:15;4713:327;4808:4;4866:11;4853:25;4960:3;4956:8;4945;4929:14;4925:29;4921:44;4901:18;4897:69;4887:97;;4980:1;4977;4970:12;4887:97;5001:33;;;;;4713:327;-1:-1:-1;;4713:327:44:o;5259:184::-;-1:-1:-1;;;5308:1:44;5301:88;5408:4;5405:1;5398:15;5432:4;5429:1;5422:15;5971:442;6046:6;6054;6107:2;6095:9;6086:7;6082:23;6078:32;6075:52;;;6123:1;6120;6113:12;6075:52;6155:9;6149:16;6208:5;6201:13;6194:21;6187:5;6184:32;6174:60;;6230:1;6227;6220:12;6174:60;6303:2;6288:18;;6282:25;6253:5;;-1:-1:-1;6351:10:44;6338:24;;6326:37;;6316:65;;6377:1;6374;6367:12;6316:65;6400:7;6390:17;;;5971:442;;;;;:::o" - }, - "methodIdentifiers": { - "attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e60c3505", - "authority()": "bf7e214f", - "eas()": "8150864d", - "initialize(address)": "c4d66de8", - "isConsumingScheduledOp()": "8fb36037", - "isPayable()": "ce46e046", - "multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "91db0b7e", - "multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])": "88e5b2d9", - "revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))": "e49617e1", - "setAuthority(address)": "7a9e5e4b", - "version()": "54fd4d50" - } - }, - "metadata": "{\"compiler\":{\"version\":\"0.8.26+commit.8a97fa7a\"},\"language\":\"Solidity\",\"output\":{\"abi\":[{\"inputs\":[{\"internalType\":\"contract IEAS\",\"name\":\"initialEAS\",\"type\":\"address\"}],\"stateMutability\":\"nonpayable\",\"type\":\"constructor\"},{\"inputs\":[],\"name\":\"AccessDenied\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AccessManagedInvalidAuthority\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"},{\"internalType\":\"uint32\",\"name\":\"delay\",\"type\":\"uint32\"}],\"name\":\"AccessManagedRequiredDelay\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"caller\",\"type\":\"address\"}],\"name\":\"AccessManagedUnauthorized\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InsufficientValue\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidEAS\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidInitialization\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"InvalidLength\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotInitializing\",\"type\":\"error\"},{\"inputs\":[],\"name\":\"NotPayable\",\"type\":\"error\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"}],\"name\":\"UnauthorizedAttester\",\"type\":\"error\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"address\",\"name\":\"authority\",\"type\":\"address\"}],\"name\":\"AuthorityUpdated\",\"type\":\"event\"},{\"anonymous\":false,\"inputs\":[{\"indexed\":false,\"internalType\":\"uint64\",\"name\":\"version\",\"type\":\"uint64\"}],\"name\":\"Initialized\",\"type\":\"event\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"attest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"authority\",\"outputs\":[{\"internalType\":\"address\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"eas\",\"outputs\":[{\"internalType\":\"contract IEAS\",\"name\":\"\",\"type\":\"address\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"initialAuthority\",\"type\":\"address\"}],\"name\":\"initialize\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isConsumingScheduledOp\",\"outputs\":[{\"internalType\":\"bytes4\",\"name\":\"\",\"type\":\"bytes4\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"isPayable\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"pure\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiAttest\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation[]\",\"name\":\"attestations\",\"type\":\"tuple[]\"},{\"internalType\":\"uint256[]\",\"name\":\"values\",\"type\":\"uint256[]\"}],\"name\":\"multiRevoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"components\":[{\"internalType\":\"bytes32\",\"name\":\"uid\",\"type\":\"bytes32\"},{\"internalType\":\"bytes32\",\"name\":\"schema\",\"type\":\"bytes32\"},{\"internalType\":\"uint64\",\"name\":\"time\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"expirationTime\",\"type\":\"uint64\"},{\"internalType\":\"uint64\",\"name\":\"revocationTime\",\"type\":\"uint64\"},{\"internalType\":\"bytes32\",\"name\":\"refUID\",\"type\":\"bytes32\"},{\"internalType\":\"address\",\"name\":\"recipient\",\"type\":\"address\"},{\"internalType\":\"address\",\"name\":\"attester\",\"type\":\"address\"},{\"internalType\":\"bool\",\"name\":\"revocable\",\"type\":\"bool\"},{\"internalType\":\"bytes\",\"name\":\"data\",\"type\":\"bytes\"}],\"internalType\":\"struct Attestation\",\"name\":\"attestation\",\"type\":\"tuple\"}],\"name\":\"revoke\",\"outputs\":[{\"internalType\":\"bool\",\"name\":\"\",\"type\":\"bool\"}],\"stateMutability\":\"payable\",\"type\":\"function\"},{\"inputs\":[{\"internalType\":\"address\",\"name\":\"newAuthority\",\"type\":\"address\"}],\"name\":\"setAuthority\",\"outputs\":[],\"stateMutability\":\"nonpayable\",\"type\":\"function\"},{\"inputs\":[],\"name\":\"version\",\"outputs\":[{\"internalType\":\"string\",\"name\":\"\",\"type\":\"string\"}],\"stateMutability\":\"view\",\"type\":\"function\"},{\"stateMutability\":\"payable\",\"type\":\"receive\"}],\"devdoc\":{\"errors\":{\"InvalidInitialization()\":[{\"details\":\"The contract is already initialized.\"}],\"NotInitializing()\":[{\"details\":\"The contract is not initializing.\"}]},\"events\":{\"AuthorityUpdated(address)\":{\"details\":\"Authority that manages this contract was updated.\"},\"Initialized(uint64)\":{\"details\":\"Triggered when the contract has been initialized or reinitialized.\"}},\"kind\":\"dev\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The new attestation.\"},\"returns\":{\"_0\":\"Whether the attestation is valid.\"}},\"authority()\":{\"details\":\"Returns the current authority.\"},\"isConsumingScheduledOp()\":{\"details\":\"Returns true only in the context of a delayed restricted call, at the moment that the scheduled operation is being consumed. Prevents denial of service for delayed restricted calls in the case that the contract performs attacker controlled calls.\"},\"isPayable()\":{\"returns\":{\"_0\":\"Whether the resolver supports ETH transfers.\"}},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The new attestations.\",\"values\":\"Explicit ETH amounts which were sent with each attestation.\"},\"returns\":{\"_0\":\"Whether all the attestations are valid.\"}},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"params\":{\"attestations\":\"The existing attestations to be revoked.\",\"values\":\"Explicit ETH amounts which were sent with each revocation.\"},\"returns\":{\"_0\":\"Whether the attestations can be revoked.\"}},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"params\":{\"attestation\":\"The existing attestation to be revoked.\"},\"returns\":{\"_0\":\"Whether the attestation can be revoked.\"}},\"setAuthority(address)\":{\"details\":\"Transfers control to a new authority. The caller must be the current authority.\"},\"version()\":{\"returns\":{\"_0\":\"Semver contract version as a string.\"}}},\"version\":1},\"userdoc\":{\"kind\":\"user\",\"methods\":{\"attest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation and verifies whether it's valid.\"},\"isPayable()\":{\"notice\":\"Checks if the resolver can be sent ETH.\"},\"multiAttest((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes multiple attestations and verifies whether they are valid.\"},\"multiRevoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes)[],uint256[])\":{\"notice\":\"Processes revocation of multiple attestation and verifies they can be revoked.\"},\"revoke((bytes32,bytes32,uint64,uint64,uint64,bytes32,address,address,bool,bytes))\":{\"notice\":\"Processes an attestation revocation and verifies if it can be revoked.\"},\"version()\":{\"notice\":\"Returns the full semver contract version.\"}},\"version\":1}},\"settings\":{\"compilationTarget\":{\"contracts/OIDResolver.sol\":\"OIDResolver\"},\"evmVersion\":\"paris\",\"libraries\":{},\"metadata\":{\"bytecodeHash\":\"ipfs\"},\"optimizer\":{\"enabled\":true,\"runs\":1000},\"remappings\":[]},\"sources\":{\"@ethereum-attestation-service/eas-contracts/contracts/Common.sol\":{\"keccak256\":\"0x957bd2e6d0d6d637f86208b135c29fbaf4412cb08e5e7a61ede16b80561bf685\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://da1dc9aedbb1d4d39c46c2235918d3adfbc5741dd34a46010cf425d134e7936d\",\"dweb:/ipfs/QmWUk6bXnLaghS2riF3GTFEeURCzgYFMA5woa6AsgPwEgc\"]},\"@ethereum-attestation-service/eas-contracts/contracts/IEAS.sol\":{\"keccak256\":\"0xdad0674defce04905dc7935f2756d6c477a6e876c0b1b7094b112a862f164c12\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://49e448c26c08952df034692d2ab3519dd40a1ebbeae4ce68b294567441933880\",\"dweb:/ipfs/QmWHcudjskUSCjgqsNWE65LVfWvcYB2vBn8RB1SmzvRLNR\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISchemaRegistry.sol\":{\"keccak256\":\"0xea97dcd36a0c422169cbaac06698249e199049b627c16bff93fb8ab829058754\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://d453a929ef64a69cd31195ec2ee5ed1193bfa29f633e13c960e92154c37ad158\",\"dweb:/ipfs/QmXs1Z3njbHs2EMgHonrZDfcwdog4kozHY5tYNrhZK5yqz\"]},\"@ethereum-attestation-service/eas-contracts/contracts/ISemver.sol\":{\"keccak256\":\"0x04a67939b4e1a8d0a51101b8f69f8882930bbdc66319f38023828625b5d1ff18\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://3dd543fa0e33cef1ea757627f9c2a10a66ee1ce17aa9087f437c5b53a903c7f0\",\"dweb:/ipfs/QmXsy6UsGBzF9zPCCjmiwPpCcX3tHqU13TmR67B69tKnR6\"]},\"@ethereum-attestation-service/eas-contracts/contracts/Semver.sol\":{\"keccak256\":\"0x4f23442d048661b6aaa188ddc16b69cb310c2e44066b3852026afcb4201d61a9\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://30c36e580cd93d9acb13e1a11e833946a8bd0bd2a8d1b2be049f0d96e0989808\",\"dweb:/ipfs/QmXmQTxKjSrUWutafQsqkbGufXqtzxuDAiMMJjXCHXiEqh\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/ISchemaResolver.sol\":{\"keccak256\":\"0x479f39f03425df5385d790cd2c7447b8250aeb9733d13029d3da8c5982b6604b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://c378654832e0e564f1ef502977253c243712501379ac6233caac05979713ba80\",\"dweb:/ipfs/QmbKdSGgniy45K2vEH93BJtJYo1syp3FL8JCMEUtZELpjx\"]},\"@ethereum-attestation-service/eas-contracts/contracts/resolver/SchemaResolver.sol\":{\"keccak256\":\"0x0c0533594956d3a7d861a68127825cbde3bc9a89979ece3aa99c3820f4c5a251\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://487e5c67f3d347f6f99b0857155aebbb015f63666ab46c57dffc72a7c6f5c06f\",\"dweb:/ipfs/QmeTmXPtumpWVxGY2NXQG3Fma73vh3Bjb6diuUHK52mpPD\"]},\"@openzeppelin/contracts-upgradeable/access/manager/AccessManagedUpgradeable.sol\":{\"keccak256\":\"0xd7e800ed57cb2dc4ce3d38fc310cf6c4918c0a67f9071ef8fb3e0cff24be6446\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://2f85f4baeccce8f93fdc5d4ce54178c900d29f67e3109fe1b31b9d98e3f0a454\",\"dweb:/ipfs/QmWfRZZzkBi3Eo4ub9VRLkBx8w527Qs5ceTNLQ9unx9n7g\"]},\"@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol\":{\"keccak256\":\"0x631188737069917d2f909d29ce62c4d48611d326686ba6683e26b72a23bfac0b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7a61054ae84cd6c4d04c0c4450ba1d6de41e27e0a2c4f1bcdf58f796b401c609\",\"dweb:/ipfs/QmUvtdp7X1mRVyC3CsHrtPbgoqWaXHp3S1ZR24tpAQYJWM\"]},\"@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol\":{\"keccak256\":\"0xdbef5f0c787055227243a7318ef74c8a5a1108ca3a07f2b3a00ef67769e1e397\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://08e39f23d5b4692f9a40803e53a8156b72b4c1f9902a88cd65ba964db103dab9\",\"dweb:/ipfs/QmPKn6EYDgpga7KtpkA8wV2yJCYGMtc9K4LkJfhKX2RVSV\"]},\"@openzeppelin/contracts/access/manager/AuthorityUtils.sol\":{\"keccak256\":\"0xb3875997b0d8705e29aa20fee88e1dfef93df438794ae1ad8ba2eb016a4dd4e4\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://f9e50192f7c7a22829cacfbd14221c3a3d869da64a2333f330d527777f275d9e\",\"dweb:/ipfs/QmaxMQb26ggDmW3SDwJ8y6hRC8dbWbLMpUZBVzZtXqzycJ\"]},\"@openzeppelin/contracts/access/manager/IAccessManaged.sol\":{\"keccak256\":\"0xaba93d42cd70e1418782951132d97b31ddce5f50ad81090884b6d0e41caac9d6\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://b110886f83e3e98a11255a3b56790322e8d83e513304dde71299406685fc6694\",\"dweb:/ipfs/QmPwroS7MUUk1EmsvaJqU6aarhQ8ewJtJMg7xxmTsaxZEv\"]},\"@openzeppelin/contracts/access/manager/IAccessManager.sol\":{\"keccak256\":\"0xdabf85e3bab52e7cfade4f77e661bcf7a2f9f95097bfd2ca5ddb193a0c21ee8b\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://402259332090488a587a858ec0113bc7fe55e9dbc6e329927b87ed0f1cce7d08\",\"dweb:/ipfs/QmPJufTJJJifny3JscKTASsPzCrpXRbhtsJnwkCdbaKDTf\"]},\"@openzeppelin/contracts/access/manager/IAuthority.sol\":{\"keccak256\":\"0x4cc0766bd7fb7b3bafb70afa2a93b6e313a0baec7a35ad1b57505be7861c1030\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://85871c47ac00d10664b858ef71ecd8b9787c1d313e544ab2c57210c520a3c06c\",\"dweb:/ipfs/QmUMTwojLzURuHftQLzAVuDmib9roj4KwcHCkg3LhZ2AdH\"]},\"@openzeppelin/contracts/utils/Strings.sol\":{\"keccak256\":\"0x55f102ea785d8399c0e58d1108e2d289506dde18abc6db1b7f68c1f9f9bc5792\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://6e52e0a7765c943ef14e5bcf11e46e6139fa044be564881378349236bf2e3453\",\"dweb:/ipfs/QmZEeeXoFPW47amyP35gfzomF9DixqqTEPwzBakv6cZw6i\"]},\"@openzeppelin/contracts/utils/math/Math.sol\":{\"keccak256\":\"0x005ec64c6313f0555d59e278f9a7a5ab2db5bdc72a027f255a37c327af1ec02d\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4ece9f0b9c8daca08c76b6b5405a6446b6f73b3a15fab7ff56e296cbd4a2c875\",\"dweb:/ipfs/QmQyRpyPRL5SQuAgj6SHmbir3foX65FJjbVTTQrA2EFg6L\"]},\"@openzeppelin/contracts/utils/math/SafeCast.sol\":{\"keccak256\":\"0xe19a4d5f31d2861e7344e8e535e2feafb913d806d3e2b5fe7782741a2a7094fe\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://4aed79c0fa6f0546ed02f2f683e8f77f0fd2ed7eb34d8bbf3d373c9a6d95b13c\",\"dweb:/ipfs/QmWqVz6UAVqmnWU5pqYPt1o6iDEZyPaBraAA3rKfTTSfYj\"]},\"@openzeppelin/contracts/utils/math/SignedMath.sol\":{\"keccak256\":\"0x5f7e4076e175393767754387c962926577f1660dd9b810187b9002407656be72\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7d533a1c97cd43a57cd9c465f7ee8dd0e39ae93a8fb8ff8e5303a356b081cdcc\",\"dweb:/ipfs/QmVBEei6aTnvYNZp2CHYVNKyZS4q1KkjANfY39WVXZXVoT\"]},\"@openzeppelin/contracts/utils/types/Time.sol\":{\"keccak256\":\"0xc7755af115020049e4140f224f9ee88d7e1799ffb0646f37bf0df24bf6213f58\",\"license\":\"MIT\",\"urls\":[\"bzz-raw://7f09bf94d5274334ec021f61a04659db303f31e60460e14b709c9bf187740111\",\"dweb:/ipfs/QmNvgomZYUwFAt4cZbPWAiTeSZQreGehY9BK5xyVJsUttb\"]},\"contracts/OIDResolver.sol\":{\"keccak256\":\"0x424b954404e8959705c7ae7321dd325d0849eabffb9fee23524fdbf351d8a724\",\"license\":\"UNLICENSED\",\"urls\":[\"bzz-raw://30237a15191e7bfed9e477562feb6ddec128c0690c2962e70c65e42e9f56e16c\",\"dweb:/ipfs/QmZBmf6LrLbL5AsGTxQEGYho4vhTnvH8TxnMQhhCUU2BuX\"]}},\"version\":1}" - } - } - } - } -} \ No newline at end of file diff --git a/ignition/deployments/chain-11155111/deployed_addresses.json b/ignition/deployments/chain-11155111/deployed_addresses.json deleted file mode 100644 index 78a8bfa..0000000 --- a/ignition/deployments/chain-11155111/deployed_addresses.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "OIDAccessManagerModule#OIDAccessManager": "0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0", - "OIDResolver#OIDResolver": "0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac", - "ApplicationManager#ApplicationManager": "0xAA7f2BA598d4ac22ffdbf5DaE9be35C2e4264aE3", - "OIDPermissionManager#OIDPermissionManager": "0x787aeDd9Fb3e16EeF5b00C0F35f105daD2A1aA15" -} diff --git a/ignition/deployments/chain-11155111/journal.jsonl b/ignition/deployments/chain-11155111/journal.jsonl deleted file mode 100644 index 87986f9..0000000 --- a/ignition/deployments/chain-11155111/journal.jsonl +++ /dev/null @@ -1,32 +0,0 @@ - -{"chainId":11155111,"type":"DEPLOYMENT_INITIALIZE"} -{"artifactId":"OIDAccessManagerModule#OIDAccessManager","constructorArgs":[],"contractName":"OIDAccessManager","dependencies":[],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","futureId":"OIDAccessManagerModule#OIDAccessManager","futureType":"NAMED_ARTIFACT_CONTRACT_DEPLOYMENT","libraries":{},"strategy":"basic","strategyConfig":{},"type":"DEPLOYMENT_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","networkInteraction":{"data":"0x6080604052348015600f57600080fd5b5061322a8061001f6000396000f3fe6080604052600436106101fe5760003560e01c80636d5115bd1161011d578063ac9650d8116100b0578063d1f856ee1161007f578063d6bb62c611610064578063d6bb62c614610745578063f801a69814610765578063fe0776f51461079f57600080fd5b8063d1f856ee14610705578063d22b59891461072557600080fd5b8063ac9650d814610666578063b700961314610693578063b7d2b162146106cf578063cc1b6c81146106ef57600080fd5b806394c7d7ee116100ec57806394c7d7ee14610598578063a166aa89146105b8578063a64d95ce14610618578063abd9bd2a1461063857600080fd5b80636d5115bd1461052e57806375b238fc1461054e5780638129fc1c14610563578063853551b81461057857600080fd5b806330cae187116101955780634665096d116101645780634665096d1461047c5780634c1da1e21461049257806352962952146104b2578063530dd456146104d257600080fd5b806330cae187146103ad5780633adc277a146103cd5780633ca7c02a146104045780634136a33c1461042057600080fd5b806318ff183c116101d157806318ff183c146103005780631cff79cd1461032057806325c471a0146103335780633078f1141461035357600080fd5b806308d6122d146102035780630b0a93ba1461022557806312be8727146102ab578063167bd395146102e0575b600080fd5b34801561020f57600080fd5b5061022361021e366004612a64565b6107bf565b005b34801561023157600080fd5b5061028d610240366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101546801000000000000000090041690565b60405167ffffffffffffffff90911681526020015b60405180910390f35b3480156102b757600080fd5b506102cb6102c6366004612acb565b610812565b60405163ffffffff90911681526020016102a2565b3480156102ec57600080fd5b506102236102fb366004612ae6565b61087e565b34801561030c57600080fd5b5061022361031b366004612b24565b610894565b6102cb61032e366004612b94565b610914565b34801561033f57600080fd5b5061022361034e366004612bfd565b610ab3565b34801561035f57600080fd5b5061037361036e366004612c42565b610ad5565b6040516102a2949392919065ffffffffffff948516815263ffffffff93841660208201529190921660408201529116606082015260800190565b3480156103b957600080fd5b506102236103c8366004612c5e565b610b6d565b3480156103d957600080fd5b506103ed6103e8366004612c91565b610b7f565b60405165ffffffffffff90911681526020016102a2565b34801561041057600080fd5b5061028d67ffffffffffffffff81565b34801561042c57600080fd5b506102cb61043b366004612c91565b60009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546601000000000000900463ffffffff1690565b34801561048857600080fd5b5062093a806102cb565b34801561049e57600080fd5b506102cb6104ad366004612caa565b610be3565b3480156104be57600080fd5b506102236104cd366004612c5e565b610c20565b3480156104de57600080fd5b5061028d6104ed366004612acb565b67ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b34801561053a57600080fd5b5061028d610549366004612cdd565b610c32565b34801561055a57600080fd5b5061028d600081565b34801561056f57600080fd5b50610223610c7e565b34801561058457600080fd5b50610223610593366004612d0b565b610db9565b3480156105a457600080fd5b506102236105b3366004612b94565b610e54565b3480156105c457600080fd5b506106086105d3366004612caa565b6001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b60405190151581526020016102a2565b34801561062457600080fd5b50610223610633366004612d29565b610f32565b34801561064457600080fd5b50610658610653366004612d53565b610f44565b6040519081526020016102a2565b34801561067257600080fd5b50610686610681366004612db8565b610f7d565b6040516102a29190612e1e565b34801561069f57600080fd5b506106b36106ae366004612e9e565b611065565b60408051921515835263ffffffff9091166020830152016102a2565b3480156106db57600080fd5b506102236106ea366004612c42565b611172565b3480156106fb57600080fd5b50620697806102cb565b34801561071157600080fd5b506106b3610720366004612c42565b611189565b34801561073157600080fd5b50610223610740366004612ee9565b611207565b34801561075157600080fd5b506102cb610760366004612d53565b611219565b34801561077157600080fd5b50610785610780366004612f07565b6113a3565b6040805192835263ffffffff9091166020830152016102a2565b3480156107ab57600080fd5b506102236107ba366004612c42565b611550565b6107c7611592565b60005b8281101561080b57610803858585848181106107e8576107e8612f7a565b90506020020160208101906107fd9190612f90565b84611627565b6001016107ca565b5050505050565b67ffffffffffffffff811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260408120600101546000805160206131d58339815191529061087790600160801b90046001600160701b03166116bd565b9392505050565b610886611592565b61089082826116dc565b5050565b61089c611592565b6040517f7a9e5e4b0000000000000000000000000000000000000000000000000000000081526001600160a01b038281166004830152831690637a9e5e4b90602401600060405180830381600087803b1580156108f857600080fd5b505af115801561090c573d6000803e3d6000fd5b505050505050565b60006000805160206131d5833981519152338280610934838989896117a9565b915091508115801561094a575063ffffffff8116155b156109b657828861095b89896117fc565b6040517f81c6f24b0000000000000000000000000000000000000000000000000000000081526001600160a01b0393841660048201529290911660248301526001600160e01b03191660448201526064015b60405180910390fd5b60006109c4848a8a8a610f44565b9050600063ffffffff83161515806109eb57506109e082610b7f565b65ffffffffffff1615155b156109fc576109f982611814565b90505b6003860154610a518b610a0f8c8c6117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b0319929092168382015280518084038201815260609093019052815191012090565b8760030181905550610a9b8b8b8b8080601f01602080910402602001604051908101604052809392919081815260200183838082843760009201919091525034925061197b915050565b50600390960195909555509293505050509392505050565b610abb611592565b610acf8383610ac986610812565b84611a31565b50505050565b67ffffffffffffffff821660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad01602090815260408083206001600160a01b03851684529091528120805465ffffffffffff81169291829182916000805160206131d583398151915291610b5e90660100000000000090046001600160701b0316611cbc565b979a9199509750945050505050565b610b75611592565b6108908282611cdf565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff16610bce81611d98565b610bd85780610bdb565b60005b949350505050565b6001600160a01b03811660009081526000805160206131d583398151915260208190526040822060010154610877906001600160701b03166116bd565b610c28611592565b6108908282611dc7565b6001600160a01b03821660009081526000805160206131d5833981519152602090815260408083206001600160e01b03198516845290915290205467ffffffffffffffff165b92915050565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff16600081158015610cc95750825b905060008267ffffffffffffffff166001148015610ce65750303b155b905081158015610cf4575080155b15610d2b576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff191660011785558315610d5f57845468ff00000000000000001916680100000000000000001785555b610d6833611ea2565b831561080b57845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15050505050565b610dc1611592565b67ffffffffffffffff83161580610de1575067ffffffffffffffff838116145b15610e0b5760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b8267ffffffffffffffff167f1256f5b5ecb89caec12db449738f2fbcd1ba5806cf38f35413f4e5c15bf6a4508383604051610e47929190612fd6565b60405180910390a2505050565b604080517f8fb360370000000000000000000000000000000000000000000000000000000080825291513392918391638fb36037916004808201926020929091908290030181865afa158015610eae573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610ed29190612fea565b6001600160e01b03191614610f1e576040517f320ff7480000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024016109ad565b61080b610f2d85838686610f44565b611814565b610f3a611592565b6108908282611eb6565b600084848484604051602001610f5d9493929190613007565b604051602081830303815290604052805190602001209050949350505050565b6040805160008152602081019091526060908267ffffffffffffffff811115610fa857610fa8613079565b604051908082528060200260200182016040528015610fdb57816020015b6060815260200190600190039081610fc65790505b50915060005b8381101561105d5761103830868684818110610fff57610fff612f7a565b9050602002810190611011919061308f565b85604051602001611024939291906130d6565b604051602081830303815290604052611ff8565b83828151811061104a5761104a612f7a565b6020908102919091010152600101610fe1565b505092915050565b6000806110a1846001600160a01b031660009081526000805160206131d58339815191526020526040902060010154600160701b900460ff1690565b156110b15750600090508061116a565b306001600160a01b0386160361112c57604080516001600160a01b0386166020808301919091526001600160e01b0319861682840152825180830384018152606090920190925280519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0354145b60009150915061116a565b60006111388585610c32565b90506000806111478389611189565b915091508161115857600080611162565b63ffffffff811615815b945094505050505b935093915050565b61117a611592565b611184828261206e565b505050565b60008067fffffffffffffffe1967ffffffffffffffff8516016111b25750600190506000611200565b6000806111bf8686610ad5565b5050915091508165ffffffffffff166000141580156111f557506111e1612182565b65ffffffffffff168265ffffffffffff1611155b935091506112009050565b9250929050565b61120f611592565b6108908282612192565b60006000805160206131d5833981519152338261123686866117fc565b9050600061124689898989610f44565b600081815260028601602052604081205491925065ffffffffffff90911690036112865760405163060a299b60e41b8152600481018290526024016109ad565b826001600160a01b0316896001600160a01b03161461133b5760006112ac600085611189565b50905060006112c76112c16102408c87610c32565b86611189565b509050811580156112d6575080155b15611338576040517f3fe2751c0000000000000000000000000000000000000000000000000000000081526001600160a01b038087166004830152808d1660248301528b1660448201526001600160e01b0319851660648201526084016109ad565b50505b6000818152600285016020526040808220805465ffffffffffff1916908190559051660100000000000090910463ffffffff1691829184917fbd9ac67a6e2f6463b80927326310338bcbb4bdb7936ce1365ea3e01067e7b9f791a39998505050505050505050565b6000806000805160206131d583398151915233826113c3828a8a8a6117a9565b91505060008163ffffffff166113d7612182565b6113e191906130fd565b905063ffffffff82161580611418575060008765ffffffffffff1611801561141857508065ffffffffffff168765ffffffffffff16105b1561142957828a61095b8b8b6117fc565b6114438765ffffffffffff168265ffffffffffff16612261565b9650611451838b8b8b610f44565b955061145c86612277565b83600201600087815260200190815260200160002060000160069054906101000a900463ffffffff1660010194508684600201600088815260200190815260200160002060000160006101000a81548165ffffffffffff021916908365ffffffffffff1602179055508484600201600088815260200190815260200160002060000160066101000a81548163ffffffff021916908363ffffffff1602179055508463ffffffff16867f82a2da5dee54ea8021c6545b4444620291e07ee83be6dd57edb175062715f3b489868e8e8e60405161153b95949392919061311b565b60405180910390a35050505094509492505050565b6001600160a01b038116331461117a576040517f5f159e6300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b336000806115a183823661230c565b9150915081611184578063ffffffff166000036116175760006115c48136612424565b506040517ff07e038f0000000000000000000000000000000000000000000000000000000081526001600160a01b038716600482015267ffffffffffffffff8216602482015290925060440190506109ad565b610acf610f2d8430600036610f44565b60006000805160206131d58339815191526001600160a01b0385166000818152602083815260408083206001600160e01b0319891680855290835292819020805467ffffffffffffffff191667ffffffffffffffff891690811790915590519283529394507f9ea6790c7dadfd01c9f8b9762b3682607af2c7e79e05a9f9fdf5580dde949151910160405180910390a350505050565b6000806116d2836001600160701b0316611cbc565b5090949350505050565b6000805160206131d5833981519152306001600160a01b03841603611738576040517f5a068bc80000000000000000000000000000000000000000000000000000000081526001600160a01b03841660048201526024016109ad565b6001600160a01b038316600081815260208390526040908190206001018054851515600160701b026eff000000000000000000000000000019909116179055517f90d4e7bb7e5d933792b3562e1741306f8be94837e1348dacef9b6f1df56eb13890610e4790851515815260200190565b600080306001600160a01b038616036117d0576117c786858561230c565b915091506117f3565b600483106117ec576117e786866106ae87876117fc565b6117c7565b5060009050805b94509492505050565b600061180b600482848661304f565b61087791613166565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260408120546000805160206131d58339815191529065ffffffffffff8116906601000000000000900463ffffffff1681840361188f5760405163060a299b60e41b8152600481018690526024016109ad565b611897612182565b65ffffffffffff168265ffffffffffff1611156118e3576040517f18cb6b7a000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6118ec82611d98565b15611926576040517f78a5d6e4000000000000000000000000000000000000000000000000000000008152600481018690526024016109ad565b6000858152600284016020526040808220805465ffffffffffff191690555163ffffffff83169187917f76a2a46953689d4861a5d3f6ed883ad7e6af674a21f8e162707159fc9dde614d9190a3949350505050565b6060814710156119b9576040517fcd7860590000000000000000000000000000000000000000000000000000000081523060048201526024016109ad565b600080856001600160a01b031684866040516119d5919061319c565b60006040518083038185875af1925050503d8060008114611a12576040519150601f19603f3d011682016040523d82523d6000602084013e611a17565b606091505b5091509150611a27868383612726565b9695505050505050565b60006000805160206131d583398151915267ffffffffffffffff861667fffffffffffffffe1901611a815760405163061c6a4360e21b815267ffffffffffffffff871660048201526024016109ad565b67ffffffffffffffff8616600090815260018201602090815260408083206001600160a01b038916845290915281205465ffffffffffff1615908115611b89578563ffffffff16611ad0612182565b611ada91906130fd565b905060405180604001604052808265ffffffffffff168152602001611b088763ffffffff1663ffffffff1690565b6001600160701b0390811690915267ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452825290912083518154949092015190921666010000000000000273ffffffffffffffffffffffffffffffffffffffff1990931665ffffffffffff90911617919091179055611c4c565b67ffffffffffffffff8816600090815260018401602090815260408083206001600160a01b038b168452909152812054611bd99166010000000000009091046001600160701b031690879061279b565b67ffffffffffffffff8a16600090815260018601602090815260408083206001600160a01b038d168452909152902080546001600160701b039093166601000000000000027fffffffffffffffffffffffff0000000000000000000000000000ffffffffffff9093169290921790915590505b6040805163ffffffff8716815265ffffffffffff831660208201528315158183015290516001600160a01b0389169167ffffffffffffffff8b16917ff98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf9181900360600190a3509695505050505050565b6000806000611cd284611ccd612182565b612845565b9250925092509193909250565b6000805160206131d583398151915267ffffffffffffffff83161580611d0e575067ffffffffffffffff838116145b15611d385760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff838116600081815260018481016020526040808320909101805467ffffffffffffffff19169487169485179055517f1fd6dd7631312dfac2205b52913f99de03b4d7e381d5d27d3dbfe0713e6e63409190a3505050565b6000611da2612182565b65ffffffffffff16611db762093a80846130fd565b65ffffffffffff16111592915050565b6000805160206131d583398151915267ffffffffffffffff83161580611df6575067ffffffffffffffff838116145b15611e205760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff83811660008181526001848101602052604080832090910180547fffffffffffffffffffffffffffffffff0000000000000000ffffffffffffffff1668010000000000000000958816958602179055517f7a8059630b897b5de4c08ade69f8b90c3ead1f8596d62d10b6c4d14a0afb4ae29190a3505050565b611eaa612899565b611eb381612902565b50565b6000805160206131d583398151915267ffffffffffffffff831667fffffffffffffffe1901611f045760405163061c6a4360e21b815267ffffffffffffffff841660048201526024016109ad565b67ffffffffffffffff831660009081526001828101602052604082200154611f4090600160801b90046001600160701b0316846206978061279b565b67ffffffffffffffff8616600081815260018087016020526040918290200180546001600160701b03909516600160801b027fffff0000000000000000000000000000ffffffffffffffffffffffffffffffff9095169490941790935591519092507ffeb69018ee8b8fd50ea86348f1267d07673379f72cffdeccec63853ee8ce8b4890611fea908690859063ffffffff92909216825265ffffffffffff16602082015260400190565b60405180910390a250505050565b6060600080846001600160a01b031684604051612015919061319c565b600060405180830381855af49150503d8060008114612050576040519150601f19603f3d011682016040523d82523d6000602084013e612055565b606091505b5091509150612065858383612726565b95945050505050565b60006000805160206131d583398151915267ffffffffffffffff841667fffffffffffffffe19016120be5760405163061c6a4360e21b815267ffffffffffffffff851660048201526024016109ad565b67ffffffffffffffff8416600090815260018201602090815260408083206001600160a01b038716845290915281205465ffffffffffff169003612106576000915050610c78565b67ffffffffffffffff8416600081815260018301602090815260408083206001600160a01b0388168085529252808320805473ffffffffffffffffffffffffffffffffffffffff19169055519092917ff229baa593af28c41b1d16b748cd7688f0c83aaf92d4be41c44005defe84c16691a35060019392505050565b600061218d4261295b565b905090565b6001600160a01b03821660009081526000805160206131d5833981519152602081905260408220600101549091906121d7906001600160701b0316846206978061279b565b6001600160a01b0386166000818152602086815260409182902060010180546dffffffffffffffffffffffffffff19166001600160701b039690961695909517909455805163ffffffff8816815265ffffffffffff841694810194909452919350917fa56b76017453f399ec2327ba00375dbfb1fd070ff854341ad6191e6a2e2de19c9101611fea565b60008183116122705781610877565b5090919050565b60008181527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0260205260409020546000805160206131d58339815191529065ffffffffffff1680158015906122d257506122d081611d98565b155b15611184576040517f813e9459000000000000000000000000000000000000000000000000000000008152600481018490526024016109ad565b60008060048310156123235750600090508061116a565b306001600160a01b038616036123a6576111213061234186866117fc565b604080516001600160a01b03939093166020808501919091526001600160e01b031992909216838201528051808403820181526060909301905281519101207f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad03541490565b60008060006123b58787612424565b925092509250826123cf576000809450945050505061116a565b6000806123dc848b611189565b91509150816123f65760008096509650505050505061116a565b61240c8363ffffffff168263ffffffff16612261565b63ffffffff8116159b909a5098505050505050505050565b60008080600484101561243f5750600091508190508061271f565b600061244b86866117fc565b90506001600160e01b031981167f853551b80000000000000000000000000000000000000000000000000000000014806124ae57506001600160e01b031981167f30cae18700000000000000000000000000000000000000000000000000000000145b806124e257506001600160e01b031981167f5296295200000000000000000000000000000000000000000000000000000000145b8061251657506001600160e01b031981167fa64d95ce00000000000000000000000000000000000000000000000000000000145b8061254a57506001600160e01b031981167fd22b598900000000000000000000000000000000000000000000000000000000145b156125605760016000809350935093505061271f565b6001600160e01b031981167f18ff183c0000000000000000000000000000000000000000000000000000000014806125c157506001600160e01b031981167f167bd39500000000000000000000000000000000000000000000000000000000145b806125f557506001600160e01b031981167f08d6122d00000000000000000000000000000000000000000000000000000000145b1561263757600061260a60246004888a61304f565b8101906126179190612caa565b9050600061262482610be3565b6001965060009550935061271f92505050565b6001600160e01b031981167f25c471a000000000000000000000000000000000000000000000000000000000148061269857506001600160e01b031981167fb7d2b16200000000000000000000000000000000000000000000000000000000145b156127125760006126ad60246004888a61304f565b8101906126ba9190612acb565b905060016127038267ffffffffffffffff90811660009081527f40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad0160205260409020600101541690565b6000945094509450505061271f565b6000806000935093509350505b9250925092565b60608261273b57612736826129ab565b610877565b815115801561275257506001600160a01b0384163b155b15612794576040517f9996b3150000000000000000000000000000000000000000000000000000000081526001600160a01b03851660048201526024016109ad565b5080610877565b60008060006127b2866001600160701b03166116bd565b905060006127ef8563ffffffff168763ffffffff168463ffffffff16116127da5760006127e4565b6127e488856131b8565b63ffffffff16612261565b90508063ffffffff16612800612182565b61280a91906130fd565b925063ffffffff8616602083901b67ffffffff0000000016604085901b6dffffffffffff000000000000000016171793505050935093915050565b6000808069ffffffffffffffffffff602086901c166001600160701b03861665ffffffffffff604088901c811690871681111561288457828282612889565b816000805b9550955095505050509250925092565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16612900576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b61290a612899565b6001600160a01b03811661294d576040517f0813ada2000000000000000000000000000000000000000000000000000000008152600060048201526024016109ad565b610890600082600080611a31565b600065ffffffffffff8211156129a7576040517f6dfcc65000000000000000000000000000000000000000000000000000000000815260306004820152602481018390526044016109ad565b5090565b8051156129bb5780518082602001fd5b6040517f1425ea4200000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6001600160a01b0381168114611eb357600080fd5b60008083601f840112612a1457600080fd5b50813567ffffffffffffffff811115612a2c57600080fd5b6020830191508360208260051b850101111561120057600080fd5b803567ffffffffffffffff81168114612a5f57600080fd5b919050565b60008060008060608587031215612a7a57600080fd5b8435612a85816129ed565b9350602085013567ffffffffffffffff811115612aa157600080fd5b612aad87828801612a02565b9094509250612ac0905060408601612a47565b905092959194509250565b600060208284031215612add57600080fd5b61087782612a47565b60008060408385031215612af957600080fd5b8235612b04816129ed565b915060208301358015158114612b1957600080fd5b809150509250929050565b60008060408385031215612b3757600080fd5b8235612b42816129ed565b91506020830135612b19816129ed565b60008083601f840112612b6457600080fd5b50813567ffffffffffffffff811115612b7c57600080fd5b60208301915083602082850101111561120057600080fd5b600080600060408486031215612ba957600080fd5b8335612bb4816129ed565b9250602084013567ffffffffffffffff811115612bd057600080fd5b612bdc86828701612b52565b9497909650939450505050565b803563ffffffff81168114612a5f57600080fd5b600080600060608486031215612c1257600080fd5b612c1b84612a47565b92506020840135612c2b816129ed565b9150612c3960408501612be9565b90509250925092565b60008060408385031215612c5557600080fd5b612b4283612a47565b60008060408385031215612c7157600080fd5b612c7a83612a47565b9150612c8860208401612a47565b90509250929050565b600060208284031215612ca357600080fd5b5035919050565b600060208284031215612cbc57600080fd5b8135610877816129ed565b6001600160e01b031981168114611eb357600080fd5b60008060408385031215612cf057600080fd5b8235612cfb816129ed565b91506020830135612b1981612cc7565b600080600060408486031215612d2057600080fd5b612bb484612a47565b60008060408385031215612d3c57600080fd5b612d4583612a47565b9150612c8860208401612be9565b60008060008060608587031215612d6957600080fd5b8435612d74816129ed565b93506020850135612d84816129ed565b9250604085013567ffffffffffffffff811115612da057600080fd5b612dac87828801612b52565b95989497509550505050565b60008060208385031215612dcb57600080fd5b823567ffffffffffffffff811115612de257600080fd5b612dee85828601612a02565b90969095509350505050565b60005b83811015612e15578181015183820152602001612dfd565b50506000910152565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b82811015612e9257603f1987860301845281518051808752612e6f816020890160208501612dfa565b601f01601f19169590950160209081019550938401939190910190600101612e46565b50929695505050505050565b600080600060608486031215612eb357600080fd5b8335612ebe816129ed565b92506020840135612ece816129ed565b91506040840135612ede81612cc7565b809150509250925092565b60008060408385031215612efc57600080fd5b8235612d45816129ed565b60008060008060608587031215612f1d57600080fd5b8435612f28816129ed565b9350602085013567ffffffffffffffff811115612f4457600080fd5b612f5087828801612b52565b909450925050604085013565ffffffffffff81168114612f6f57600080fd5b939692955090935050565b634e487b7160e01b600052603260045260246000fd5b600060208284031215612fa257600080fd5b813561087781612cc7565b81835281816020850137506000828201602090810191909152601f909101601f19169091010190565b602081526000610bdb602083018486612fad565b600060208284031215612ffc57600080fd5b815161087781612cc7565b6001600160a01b03851681526001600160a01b0384166020820152606060408201526000611a27606083018486612fad565b634e487b7160e01b600052601160045260246000fd5b6000808585111561305f57600080fd5b8386111561306c57600080fd5b5050820193919092039150565b634e487b7160e01b600052604160045260246000fd5b6000808335601e198436030181126130a657600080fd5b83018035915067ffffffffffffffff8211156130c157600080fd5b60200191503681900382131561120057600080fd5b8284823760008382016000815283516130f3818360208801612dfa565b0195945050505050565b65ffffffffffff8181168382160190811115610c7857610c78613039565b65ffffffffffff861681526001600160a01b03851660208201526001600160a01b038416604082015260806060820152600061315b608083018486612fad565b979650505050505050565b80356001600160e01b03198116906004841015613195576001600160e01b0319808560040360031b1b82161691505b5092915050565b600082516131ae818460208701612dfa565b9190910192915050565b63ffffffff8281168282160390811115610c7857610c7861303956fe40c6c8c28789853c7efd823ab20824bbd71718a8a5915e855f6f288c9a26ad00a26469706673582212205192d975c6c035a0927e0776216e78c6a8e2f8bb6e0a83317153b9e3184599ab64736f6c634300081a0033","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","networkInteractionId":1,"nonce":35,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"7517264492"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x8709451159245188c4a2d8b0c6481fe65d0f286a3ebd35dcea1c92358cbe2eb3"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","hash":"0x8709451159245188c4a2d8b0c6481fe65d0f286a3ebd35dcea1c92358cbe2eb3","networkInteractionId":1,"receipt":{"blockHash":"0x0c2c856f3b99fcc8aae4f87bcfc2210ce0e0a84a2c041a7751db5f91a78a2e41","blockNumber":6409422,"contractAddress":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager","result":{"address":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"args":[],"artifactId":"OIDAccessManagerModule#OIDAccessManager","contractAddress":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","dependencies":["OIDAccessManagerModule#OIDAccessManager"],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","functionName":"initialize","futureId":"OIDAccessManagerModule#OIDAccessManager.initialize","strategy":"basic","strategyConfig":{},"type":"CALL_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize","networkInteraction":{"data":"0x8129fc1c","id":1,"to":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize","networkInteractionId":1,"nonce":36,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"7296246964"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x50eae4629f86c825df2265fe6e25e1da93b8681d7e97be2a96940dbb329c3e6d"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize","hash":"0x50eae4629f86c825df2265fe6e25e1da93b8681d7e97be2a96940dbb329c3e6d","networkInteractionId":1,"receipt":{"blockHash":"0x193a1606098df6f0ffbf3fecfdecdfd7e00645cdb57ac5a14edd4698b09edffc","blockNumber":6409427,"logs":[{"address":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","data":"0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000066aa11800000000000000000000000000000000000000000000000000000000000000001","logIndex":132,"topics":["0xf98448b987f1428e0e230e1f3c6e2ce15b5693eaf31827fbd0b1ec4b424ae7cf","0x0000000000000000000000000000000000000000000000000000000000000000","0x0000000000000000000000009c27b59a4074cbfcdb193b01aa222d475b49a73f"]},{"address":"0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":133,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDAccessManagerModule#OIDAccessManager.initialize","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} -{"artifactId":"OIDResolver#OIDResolver","constructorArgs":["0xC2679fBD37d54388Ce493F1DB75320D236e1815e"],"contractName":"OIDResolver","dependencies":[],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","futureId":"OIDResolver#OIDResolver","futureType":"NAMED_ARTIFACT_CONTRACT_DEPLOYMENT","libraries":{},"strategy":"basic","strategyConfig":{},"type":"DEPLOYMENT_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"OIDResolver#OIDResolver","networkInteraction":{"data":"0x61010060405234801561001157600080fd5b50604051610f4e380380610f4e83398101604081905261003091610079565b6001608052600360a052600060c052806001600160a01b038116610067576040516341bc07ff60e11b815260040160405180910390fd5b6001600160a01b031660e052506100a9565b60006020828403121561008b57600080fd5b81516001600160a01b03811681146100a257600080fd5b9392505050565b60805160a05160c05160e051610e656100e96000396000818161015801526108cb015260006102fc015260006102d3015260006102aa0152610e656000f3fe6080604052600436106100c05760003560e01c806391db0b7e11610074578063ce46e0461161004e578063ce46e04614610269578063e49617e11461027d578063e60c35051461029057600080fd5b806391db0b7e146101f9578063bf7e214f1461020c578063c4d66de81461024957600080fd5b80638150864d116100a55780638150864d1461014957806388e5b2d9146101905780638fb36037146101b357600080fd5b806354fd4d50146100fe5780637a9e5e4b1461012957600080fd5b366100f9576040517f1574f9f300000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b005b600080fd5b34801561010a57600080fd5b506101136102a3565b6040516101209190610bdf565b60405180910390f35b34801561013557600080fd5b506100f7610144366004610c12565b610346565b34801561015557600080fd5b507f00000000000000000000000000000000000000000000000000000000000000005b6040516001600160a01b039091168152602001610120565b6101a361019e366004610c8e565b61042e565b6040519015158152602001610120565b3480156101bf57600080fd5b506101c86104fd565b6040517fffffffff000000000000000000000000000000000000000000000000000000009091168152602001610120565b6101a3610207366004610c8e565b610572565b34801561021857600080fd5b507ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b0316610178565b34801561025557600080fd5b506100f7610264366004610c12565b610631565b34801561027557600080fd5b5060006101a3565b6101a361028b366004610cff565b61076e565b6101a361029e366004610cff565b610781565b60606102ce7f0000000000000000000000000000000000000000000000000000000000000000610795565b6102f77f0000000000000000000000000000000000000000000000000000000000000000610795565b6103207f0000000000000000000000000000000000000000000000000000000000000000610795565b60405160200161033293929190610d3b565b604051602081830303815290604052905090565b336103787ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6001600160a01b0316816001600160a01b0316146103d2576040517f068ca9d80000000000000000000000000000000000000000000000000000000081526001600160a01b03821660048201526024015b60405180910390fd5b816001600160a01b03163b600003610421576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b61042a82610835565b5050565b60006104386108c0565b838281146104595760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed57600086868381811061047957610479610d9a565b905060200201359050828111156104a35760405163044044a560e21b815260040160405180910390fd5b6104d08989848181106104b8576104b8610d9a565b90506020028101906104ca9190610db0565b50600190565b6104e15760009450505050506104f5565b9091039060010161045d565b506001925050505b949350505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546000919074010000000000000000000000000000000000000000900460ff1661054a57600061056c565b7f8fb36037000000000000000000000000000000000000000000000000000000005b91505090565b600061057c6108c0565b8382811461059d5760405163251f56a160e21b815260040160405180910390fd5b3460005b828110156104ed5760008686838181106105bd576105bd610d9a565b905060200201359050828111156105e75760405163044044a560e21b815260040160405180910390fd5b6106148989848181106105fc576105fc610d9a565b905060200281019061060e9190610db0565b82610924565b6106255760009450505050506104f5565b909103906001016105a1565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00805468010000000000000000810460ff16159067ffffffffffffffff1660008115801561067c5750825b905060008267ffffffffffffffff1660011480156106995750303b155b9050811580156106a7575080155b156106de576040517ff92ee8a900000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b845467ffffffffffffffff19166001178555831561071257845468ff00000000000000001916680100000000000000001785555b61071b8661094a565b831561076657845468ff000000000000000019168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050565b60006107786108c0565b60015b92915050565b600061078b6108c0565b61077b8234610924565b606060006107a28361095e565b600101905060008167ffffffffffffffff8111156107c2576107c2610dd1565b6040519080825280601f01601f1916602001820160405280156107ec576020820181803683370190505b5090508181016020015b600019017f3031323334353637383961626364656600000000000000000000000000000000600a86061a8153600a85049450846107f657509392505050565b7ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a0080546001600160a01b0383167fffffffffffffffffffffffff00000000000000000000000000000000000000009091168117825560408051918252517f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9181900360200190a15050565b336001600160a01b037f00000000000000000000000000000000000000000000000000000000000000001614610922576040517f4ca8886700000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b565b6000610937610100840160e08501610c12565b61094081610a40565b5060019392505050565b610952610b43565b61095b81610baa565b50565b6000807a184f03e93ff9f4daa797ed6e38ed64bf6a1f01000000000000000083106109a7577a184f03e93ff9f4daa797ed6e38ed64bf6a1f010000000000000000830492506040015b6d04ee2d6d415b85acef810000000083106109d3576d04ee2d6d415b85acef8100000000830492506020015b662386f26fc1000083106109f157662386f26fc10000830492506010015b6305f5e1008310610a09576305f5e100830492506008015b6127108310610a1d57612710830492506004015b60648310610a2f576064830492506002015b600a831061077b5760010192915050565b6000610a737ff3177357ab46d8af007ab3fdb9af81da189e1068fefdc0073dca88a2cab40a00546001600160a01b031690565b6040517fd1f856ee000000000000000000000000000000000000000000000000000000008152600260048201526001600160a01b038481166024830152919091169063d1f856ee906044016040805180830381865afa158015610ada573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610afe9190610de7565b5090508061042a576040517f93693b7a0000000000000000000000000000000000000000000000000000000081526001600160a01b03831660048201526024016103c9565b7ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a005468010000000000000000900460ff16610922576040517fd7e6bcf800000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b610bb2610b43565b61095b81610835565b60005b83811015610bd6578181015183820152602001610bbe565b50506000910152565b6020815260008251806020840152610bfe816040850160208701610bbb565b601f01601f19169190910160400192915050565b600060208284031215610c2457600080fd5b81356001600160a01b0381168114610c3b57600080fd5b9392505050565b60008083601f840112610c5457600080fd5b50813567ffffffffffffffff811115610c6c57600080fd5b6020830191508360208260051b8501011115610c8757600080fd5b9250929050565b60008060008060408587031215610ca457600080fd5b843567ffffffffffffffff811115610cbb57600080fd5b610cc787828801610c42565b909550935050602085013567ffffffffffffffff811115610ce757600080fd5b610cf387828801610c42565b95989497509550505050565b600060208284031215610d1157600080fd5b813567ffffffffffffffff811115610d2857600080fd5b82016101408185031215610c3b57600080fd5b60008451610d4d818460208901610bbb565b601760f91b9083019081528451610d6b816001840160208901610bbb565b601760f91b600192909101918201528351610d8d816002840160208801610bbb565b0160020195945050505050565b634e487b7160e01b600052603260045260246000fd5b6000823561013e19833603018112610dc757600080fd5b9190910192915050565b634e487b7160e01b600052604160045260246000fd5b60008060408385031215610dfa57600080fd5b82518015158114610e0a57600080fd5b602084015190925063ffffffff81168114610e2457600080fd5b80915050925092905056fea26469706673582212208aba21ae7ee1238709c93d31f39e7ab30d96d3cf4e9cca3f608314eba16bb66264736f6c634300081a0033000000000000000000000000c2679fbd37d54388ce493f1db75320d236e1815e","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDResolver#OIDResolver","networkInteractionId":1,"nonce":37,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"7559105060"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x3232be27c05b2bbd84d393b24f5a220af4a25753ed0adb0f90fdc37097a31076"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDResolver#OIDResolver","hash":"0x3232be27c05b2bbd84d393b24f5a220af4a25753ed0adb0f90fdc37097a31076","networkInteractionId":1,"receipt":{"blockHash":"0xcbbfa58e342ec0c4eea07ef1cdc06a1ec40b9f39cfd2bc2e3001b9751aedbbe8","blockNumber":6409433,"contractAddress":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDResolver#OIDResolver","result":{"address":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"args":["0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0"],"artifactId":"OIDResolver#OIDResolver","contractAddress":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","dependencies":["OIDResolver#OIDResolver"],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","functionName":"initialize","futureId":"OIDResolver#OIDResolver.initialize","strategy":"basic","strategyConfig":{},"type":"CALL_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"OIDResolver#OIDResolver.initialize","networkInteraction":{"data":"0xc4d66de8000000000000000000000000946f4b6ea3ad07cd4eed93d1bad54ac2c948e0c0","id":1,"to":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDResolver#OIDResolver.initialize","networkInteractionId":1,"nonce":38,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"6838249990"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x1ca33ad523c8bdc294ab525b5f5c91b64e1de437b60d5045a4edc14eab84f669"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDResolver#OIDResolver.initialize","hash":"0x1ca33ad523c8bdc294ab525b5f5c91b64e1de437b60d5045a4edc14eab84f669","networkInteractionId":1,"receipt":{"blockHash":"0x03419f5c1e6595721091e23e1e0d32e540c30d8af3c98e400b8e1a10706bc644","blockNumber":6409438,"logs":[{"address":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","data":"0x000000000000000000000000946f4b6ea3ad07cd4eed93d1bad54ac2c948e0c0","logIndex":338,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]},{"address":"0x3e5681BFEDcB788947BcfA4D096f40705Fe043ac","data":"0x0000000000000000000000000000000000000000000000000000000000000001","logIndex":339,"topics":["0xc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d2"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDResolver#OIDResolver.initialize","result":{"type":"SUCCESS"},"type":"CALL_EXECUTION_STATE_COMPLETE"} -{"artifactId":"ApplicationManager#ApplicationManager","constructorArgs":["0x946F4b6EA3AD07Cd4eed93D1baD54Ac2c948e0C0"],"contractName":"ApplicationManager","dependencies":[],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","futureId":"ApplicationManager#ApplicationManager","futureType":"NAMED_ARTIFACT_CONTRACT_DEPLOYMENT","libraries":{},"strategy":"basic","strategyConfig":{},"type":"DEPLOYMENT_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"ApplicationManager#ApplicationManager","networkInteraction":{"data":"0x6080604052348015600f57600080fd5b5060405161152f38038061152f833981016040819052602c916092565b80603481603e565b50506001805560c0565b600080546001600160a01b0319166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b60006020828403121560a357600080fd5b81516001600160a01b038116811460b957600080fd5b9392505050565b611460806100cf6000396000f3fe608060405234801561001057600080fd5b50600436106100a35760003560e01c80637a9e5e4b11610076578063bf7e214f1161005b578063bf7e214f1461014d578063cec9d7da14610168578063ecdfe9b41461017957600080fd5b80637a9e5e4b146101195780638fb360371461012c57600080fd5b80631f2f4bfd146100a857806336112a14146100d157806341702a16146100e65780637823c1e314610106575b600080fd5b6100bb6100b6366004610dc6565b61018c565b6040516100c89190610e4a565b60405180910390f35b6100e46100df366004610fa6565b6102d1565b005b6100f96100f4366004610fe3565b610454565b6040516100c89190611005565b6100e4610114366004610dc6565b6106aa565b6100e461012736600461106a565b6107d1565b610134610864565b6040516001600160e01b031990911681526020016100c8565b6000546040516001600160a01b0390911681526020016100c8565b6004546040519081526020016100c8565b6100e4610187366004611085565b6108a1565b6040805180820190915260608152600060208201526000828152600260205260409020600101546001600160a01b031661020d5760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f7420657869737400000000000060448201526064015b60405180910390fd5b600082815260026020526040908190208151808301909252805482908290610234906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610260906110cc565b80156102ad5780601f10610282576101008083540402835291602001916102ad565b820191906000526020600020905b81548152906001019060200180831161029057829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015292915050565b6102d9610a81565b6102e6335b600036610ac4565b6020808201516001600160a01b031660009081526003909152604090205460ff161561037a5760405162461bcd60e51b815260206004820152602c60248201527f4164647265737320616c7265616479207573656420666f7220616e6f7468657260448201527f206170706c69636174696f6e00000000000000000000000000000000000000006064820152608401610204565b60045460009081526002602052604090208151829190819061039c9082611152565b506020918201516001918201805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0392831617905583830151166000908152600383526040808220805460ff1916909317909255600454808252600290935281902090517fc359e19577116e3fc999c169f12688e8c3569477e68d1d3625b322620e74afa29261042b929091611211565b60405180910390a160048054906000610443836112c7565b919050555061045160018055565b50565b606060008267ffffffffffffffff81111561047157610471610e64565b6040519080825280602002602001820160405280156104b757816020015b60408051808201909152606081526000602082015281526020019060019003908161048f5790505b5090506000845b84821080156104ce575060045481105b156105f1576000818152600260205260409020600101546001600160a01b0316156105df5760008181526002602052604090819020815180830190925280548290829061051a906110cc565b80601f0160208091040260200160405190810160405280929190818152602001828054610546906110cc565b80156105935780601f1061056857610100808354040283529160200191610593565b820191906000526020600020905b81548152906001019060200180831161057657829003601f168201915b5050509183525050600191909101546001600160a01b031660209091015283518490849081106105c5576105c56112ee565b602002602001018190525081806105db906112c7565b9250505b806105e9816112c7565b9150506104be565b60008267ffffffffffffffff81111561060c5761060c610e64565b60405190808252806020026020018201604052801561065257816020015b60408051808201909152606081526000602082015281526020019060019003908161062a5790505b50905060005b8381101561069f57848181518110610672576106726112ee565b602002602001015182828151811061068c5761068c6112ee565b6020908102919091010152600101610658565b509695505050505050565b6106b2610a81565b6106bb336102de565b6000818152600260205260409020600101546001600160a01b03166107225760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b600081815260026020818152604080842060018101546001600160a01b0316855260038352818520805460ff1916905593859052919052517f3211735cde349f2a8dd1246dd2853dadb2ae6239b23257e5c6114314930105929161078891849190611211565b60405180910390a16000818152600260205260408120906107a98282610d78565b50600101805473ffffffffffffffffffffffffffffffffffffffff1916905561045160018055565b60005433906001600160a01b031681146108085760405162d1953b60e31b81526001600160a01b0382166004820152602401610204565b816001600160a01b03163b600003610857576040517fc2f31e5e0000000000000000000000000000000000000000000000000000000081526001600160a01b0383166004820152602401610204565b61086082610bdd565b5050565b60008054600160a01b900460ff1661087c5750600090565b507f8fb360370000000000000000000000000000000000000000000000000000000090565b6108a9610a81565b6108b2336102de565b6000828152600260205260409020600101546001600160a01b03166109195760405162461bcd60e51b815260206004820152601a60248201527f4170706c69636174696f6e20646f6573206e6f742065786973740000000000006044820152606401610204565b6020808201516001600160a01b031660009081526003909152604090205460ff1615806109695750602080820151600084815260029092526040909120600101546001600160a01b039081169116145b6109db5760405162461bcd60e51b815260206004820152602360248201527f4163636f756e74207573656420627920616e6f74686572206170706c6963617460448201527f696f6e00000000000000000000000000000000000000000000000000000000006064820152608401610204565b6000828152600260205260409020815182919081906109fa9082611152565b50602091820151600191909101805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b039092169190911790556000838152600290915260409081902090517e4e95f220a896913974681943a6650ca639b4c9c056108c78fecb2c44d5262391610a7091859190611211565b60405180910390a161086060018055565b600260015403610abd576040517f3ee5aeb500000000000000000000000000000000000000000000000000000000815260040160405180910390fd5b6002600155565b600080610afa610adc6000546001600160a01b031690565b8630610aec60046000898b611304565b610af59161132e565b610c3e565b9150915081610bd65763ffffffff811615610bb3576000805460ff60a01b198116600160a01b179091556040517f94c7d7ee0000000000000000000000000000000000000000000000000000000081526001600160a01b03909116906394c7d7ee90610b6e90889088908890600401611364565b600060405180830381600087803b158015610b8857600080fd5b505af1158015610b9c573d6000803e3d6000fd5b50506000805460ff60a01b1916905550610bd69050565b60405162d1953b60e31b81526001600160a01b0386166004820152602401610204565b5050505050565b6000805473ffffffffffffffffffffffffffffffffffffffff19166001600160a01b0383169081179091556040519081527f2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad9060200160405180910390a150565b6040516001600160a01b03848116602483015283811660448301526001600160e01b03198316606483015260009182918291829189169060840160408051601f198184030181529181526020820180517bffffffffffffffffffffffffffffffffffffffffffffffffffffffff167fb70096130000000000000000000000000000000000000000000000000000000017905251610cdb91906113a3565b600060405180830381855afa9150503d8060008114610d16576040519150601f19603f3d011682016040523d82523d6000602084013e610d1b565b606091505b50915091508115610d6d576040815110610d4d5780806020019051810190610d4391906113cf565b9094509250610d6d565b6020815110610d6d5780806020019051810190610d6a919061140f565b93505b505094509492505050565b508054610d84906110cc565b6000825580601f10610d94575050565b601f01602090049060005260206000209081019061045191905b80821115610dc25760008155600101610dae565b5090565b600060208284031215610dd857600080fd5b5035919050565b60005b83811015610dfa578181015183820152602001610de2565b50506000910152565b60008151604084528051806040860152610e24816060870160208501610ddf565b6020938401516001600160a01b0316938501939093525050601f01601f19160160600190565b602081526000610e5d6020830184610e03565b9392505050565b634e487b7160e01b600052604160045260246000fd5b6040805190810167ffffffffffffffff81118282101715610e9d57610e9d610e64565b60405290565b604051601f8201601f1916810167ffffffffffffffff81118282101715610ecc57610ecc610e64565b604052919050565b80356001600160a01b0381168114610eeb57600080fd5b919050565b600060408284031215610f0257600080fd5b610f0a610e7a565b9050813567ffffffffffffffff811115610f2357600080fd5b8201601f81018413610f3457600080fd5b803567ffffffffffffffff811115610f4e57610f4e610e64565b610f61601f8201601f1916602001610ea3565b818152856020838501011115610f7657600080fd5b81602084016020830137600060208383010152808452505050610f9b60208301610ed4565b602082015292915050565b600060208284031215610fb857600080fd5b813567ffffffffffffffff811115610fcf57600080fd5b610fdb84828501610ef0565b949350505050565b60008060408385031215610ff657600080fd5b50508035926020909101359150565b6000602082016020835280845180835260408501915060408160051b86010192506020860160005b8281101561105e57603f19878603018452611049858351610e03565b9450602093840193919091019060010161102d565b50929695505050505050565b60006020828403121561107c57600080fd5b610e5d82610ed4565b6000806040838503121561109857600080fd5b82359150602083013567ffffffffffffffff8111156110b657600080fd5b6110c285828601610ef0565b9150509250929050565b600181811c908216806110e057607f821691505b60208210810361110057634e487b7160e01b600052602260045260246000fd5b50919050565b601f82111561114d57806000526020600020601f840160051c8101602085101561112d5750805b601f840160051c820191505b81811015610bd65760008155600101611139565b505050565b815167ffffffffffffffff81111561116c5761116c610e64565b6111808161117a84546110cc565b84611106565b6020601f8211600181146111b4576000831561119c5750848201515b600019600385901b1c1916600184901b178455610bd6565b600084815260208120601f198516915b828110156111e457878501518255602094850194600190920191016111c4565b50848210156112025786840151600019600387901b60f8161c191681555b50505050600190811b01905550565b82815260406020820152604080820152600080835461122f816110cc565b806080860152600182166000811461124e576001811461126a5761129e565b60ff19831660a087015260a082151560051b870101935061129e565b86600052602060002060005b8381101561129557815488820160a00152600190910190602001611276565b870160a0019450505b50505060018401546001600160a01b03166001600160a01b038116606085015250949350505050565b6000600182016112e757634e487b7160e01b600052601160045260246000fd5b5060010190565b634e487b7160e01b600052603260045260246000fd5b6000808585111561131457600080fd5b8386111561132157600080fd5b5050820193919092039150565b80356001600160e01b0319811690600484101561135d576001600160e01b0319808560040360031b1b82161691505b5092915050565b6001600160a01b038416815260406020820152816040820152818360608301376000818301606090810191909152601f909201601f1916010192915050565b600082516113b5818460208701610ddf565b9190910192915050565b80518015158114610eeb57600080fd5b600080604083850312156113e257600080fd5b6113eb836113bf565b9150602083015163ffffffff8116811461140457600080fd5b809150509250929050565b60006020828403121561142157600080fd5b610e5d826113bf56fea2646970667358221220826e9cf44af0961e15bf7a438dede0db4dcaafa25370f45f962b1ba42f663b7664736f6c634300081a0033000000000000000000000000946f4b6ea3ad07cd4eed93d1bad54ac2c948e0c0","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"ApplicationManager#ApplicationManager","networkInteractionId":1,"nonce":39,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"7097077536"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x0d4353b574c4a3e02b6729df8bb0faf9e286dcecb755d6a9f9d1c0883217c917"},"type":"TRANSACTION_SEND"} -{"futureId":"ApplicationManager#ApplicationManager","hash":"0x0d4353b574c4a3e02b6729df8bb0faf9e286dcecb755d6a9f9d1c0883217c917","networkInteractionId":1,"receipt":{"blockHash":"0x5df13f776219ac0dde10d3f4775ab65fd03fe6d30102e8ce6da839028c82353a","blockNumber":6409443,"contractAddress":"0xAA7f2BA598d4ac22ffdbf5DaE9be35C2e4264aE3","logs":[{"address":"0xAA7f2BA598d4ac22ffdbf5DaE9be35C2e4264aE3","data":"0x000000000000000000000000946f4b6ea3ad07cd4eed93d1bad54ac2c948e0c0","logIndex":99,"topics":["0x2f658b440c35314f52658ea8a740e05b284cdc84dc9ae01e891f21b8933e7cad"]}],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"ApplicationManager#ApplicationManager","result":{"address":"0xAA7f2BA598d4ac22ffdbf5DaE9be35C2e4264aE3","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} -{"artifactId":"OIDPermissionManager#OIDPermissionManager","constructorArgs":[],"contractName":"OIDPermissionManager","dependencies":[],"from":"0x9c27b59a4074cbfcdb193b01aa222d475b49a73f","futureId":"OIDPermissionManager#OIDPermissionManager","futureType":"NAMED_ARTIFACT_CONTRACT_DEPLOYMENT","libraries":{},"strategy":"basic","strategyConfig":{},"type":"DEPLOYMENT_EXECUTION_STATE_INITIALIZE","value":{"_kind":"bigint","value":"0"}} -{"futureId":"OIDPermissionManager#OIDPermissionManager","networkInteraction":{"data":"0x6080604052348015600f57600080fd5b506101ae8061001f6000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806328545c0d14610046578063a6a8f17b1461009e578063bc586456146100e6575b600080fd5b61008a61005436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff93909316845291905290205460ff1690565b604051901515815260200160405180910390f35b6100e46100ac36600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19169055565b005b6100e46100f436600461012f565b60009182526020828152604080842073ffffffffffffffffffffffffffffffffffffffff90931684529190529020805460ff19166001179055565b6000806040838503121561014257600080fd5b82359150602083013573ffffffffffffffffffffffffffffffffffffffff8116811461016d57600080fd5b80915050925092905056fea2646970667358221220c36eef78e1e9e395e5d79e35ebd6c7b112a45eb667b35a6503ca1d76ad51e1a664736f6c634300081a0033","id":1,"type":"ONCHAIN_INTERACTION","value":{"_kind":"bigint","value":"0"}},"type":"NETWORK_INTERACTION_REQUEST"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","networkInteractionId":1,"nonce":40,"transaction":{"fees":{"maxFeePerGas":{"_kind":"bigint","value":"7169131104"},"maxPriorityFeePerGas":{"_kind":"bigint","value":"100000000"}},"hash":"0x92e3ab6e0bcd6b714d095501594f11e40e674dcc2081ce8802c040b6bb961218"},"type":"TRANSACTION_SEND"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","hash":"0x92e3ab6e0bcd6b714d095501594f11e40e674dcc2081ce8802c040b6bb961218","networkInteractionId":1,"receipt":{"blockHash":"0x53295dbdba80bc25362f47871c5c3b9ab2558c22c607839bc02f3294112c80a1","blockNumber":6409450,"contractAddress":"0x787aeDd9Fb3e16EeF5b00C0F35f105daD2A1aA15","logs":[],"status":"SUCCESS"},"type":"TRANSACTION_CONFIRM"} -{"futureId":"OIDPermissionManager#OIDPermissionManager","result":{"address":"0x787aeDd9Fb3e16EeF5b00C0F35f105daD2A1aA15","type":"SUCCESS"},"type":"DEPLOYMENT_EXECUTION_STATE_COMPLETE"} \ No newline at end of file diff --git a/scripts/deployOptimismSepolia.ts b/scripts/deployOptimismSepolia.ts new file mode 100644 index 0000000..2b283a9 --- /dev/null +++ b/scripts/deployOptimismSepolia.ts @@ -0,0 +1,116 @@ +import hre from "hardhat"; +import { toFunctionSelector } from "viem"; +import ApplicationManager from "../ignition/modules/ApplicationManagerModule"; +import OIDAccessManagerModule from "../ignition/modules/OIDAccessManagerModule"; +import OIDPermissionManager from "../ignition/modules/OIDPermissionManagerModule"; +import OIDResolver from "../ignition/modules/OIDResolverModule"; +import { deployEAS } from "../utils/deployEAS"; +const eas = "0x4200000000000000000000000000000000000021"; // Optimsim Sepolia + +async function main() { + const appManagerWallet = "0x127d8ed45af416019db1d4a39ad44141a8ff56b2"; + const attesterWallet = "0xc2539c70de7b24b9124e4e897083ccc72e83c7c7"; + const permissionManagerWallet = "0x127d8ed45af416019db1d4a39ad44141a8ff56b2"; + + const [deployer] = await hre.viem.getWalletClients(); + // const easContract = await deployEAS(deployer); + // const eas = easContract.eas.address; + const { contract: authority } = await hre.ignition.deploy( + OIDAccessManagerModule, + ); + + console.log(`AccessManager deployed to: ${authority.address}`); + + const { contract: resolver } = await hre.ignition.deploy(OIDResolver, { + parameters: { + OIDResolver: { eas, authority: authority.address }, + }, + }); + console.log(`OIDResolver deployed to: ${resolver.address}`); + + const { contract: appManager } = await hre.ignition.deploy( + ApplicationManager, + { parameters: { ApplicationManager: { authority: authority.address } } }, + ); + console.log(`ApplicationManager deployed to: ${appManager.address}`); + + const { contract: permissionManager } = await hre.ignition.deploy( + OIDPermissionManager, + { + parameters: { + OIDPermissionManager: { + initialAuthority: authority.address, + initialEAS: eas, + }, + }, + }, + ); + console.log(`PermissionManager deployed to: ${permissionManager.address}`); + + await hre.run("verify:verify", { + address: authority.address, + constructorArguments: [], + }); + console.log("AccessManager verified"); + + await hre.run("verify:verify", { + address: resolver.address, + constructorArguments: [eas], + }); + console.log("OIDResolver verified"); + + await hre.run("verify:verify", { + address: appManager.address, + constructorArguments: [authority.address], + }); + console.log("ApplicationManager verified"); + + await hre.run("verify:verify", { + address: permissionManager.address, + constructorArguments: [authority.address, eas], + }); + console.log("PermissionManager verified"); + + const APP_MANAGER_ROLE = await authority.read.APPLICATION_MANAGER_ROLE(); + const ATTESTER_ROLE = await authority.read.ATTESTATION_MANAGER_ROLE(); + const PERMISSION_ROLE = await authority.read.PERMISSION_MANAGER_ROLE(); + + console.log("APP_MANAGER_ROLE", APP_MANAGER_ROLE, typeof APP_MANAGER_ROLE); + console.log("ATTESTER_ROLE", ATTESTER_ROLE, typeof ATTESTER_ROLE); + console.log("PERMISSION_ROLE", PERMISSION_ROLE, typeof PERMISSION_ROLE); + + await authority.write.labelRole([APP_MANAGER_ROLE, "APP_MANAGER_ROLE"]); + console.log("Labeled APP_MANAGER_ROLE"); + await authority.write.labelRole([ATTESTER_ROLE, "ATTESTER_ROLE"]); + console.log("Labeled ATTESTER_ROLE"); + await authority.write.labelRole([PERMISSION_ROLE, "PERMISSION_ROLE"]); + console.log("Labeled PERMISSION_ROLE"); + + await authority.write.grantRole([APP_MANAGER_ROLE, appManagerWallet, 0]); + console.log(`Granted APP_MANAGER_ROLE to ${appManagerWallet}`); + + await authority.write.grantRole([ATTESTER_ROLE, attesterWallet, 0]); + console.log(`Granted ATTESTER_ROLE to ${attesterWallet}`); + + await authority.write.grantRole([ + PERMISSION_ROLE, + permissionManagerWallet, + 0, + ]); + console.log(`Granted PERMISSION_ROLE to ${permissionManagerWallet}`); + + const selectors = [ + toFunctionSelector("createApplication((string, address))"), + toFunctionSelector("updateApplication(uint256, (string, address))"), + toFunctionSelector("deleteApplication(uint256)"), + ]; + + await authority.write.setTargetFunctionRole([ + appManager.address, + selectors, + APP_MANAGER_ROLE, + ]); + console.log("Set target functions for app manager"); +} + +main().catch(console.error);